diff --git a/CHANGELOG.md b/CHANGELOG.md index 93b527b..d64f312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed +- README.md content. + ## [0.18.1] - 2023-07-11 ### Fixed diff --git a/docs/README.md b/docs/README.md index 289f7d4..0efe201 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,8 +10,7 @@ [![Build Status](https://travis-ci.org/vtex-apps/store-icons.svg?branch=master)](https://travis-ci.org/vtex-apps/store-icons) -Store Icons are sets of icons tailored for store UI. -The Store Icons are implemented using SVG fragment identifiers, which reference specific portions or elements within an SVG document. Leveraging SVG fragment identifiers makes it easier to link directly to and highlight particular sections or areas within the SVG document, facilitating navigation and interaction. +Store Icons are sets of tailored icons for store UI. They are created using SVG fragment identifiers referencing specific parts or elements within an SVG document. This use of SVG fragment identifiers simplifies the process of linking to and emphasizing specific sections or areas within the SVG document, enhancing navigation and interaction. Render SDK serves all store icons, and with the HTML tag ``, you can render a fragment from the icon pack. For more information on the complete list of fragment SVG's, access the [Icon Pack List](https://developers.vtex.com/docs/apps/vtex.store-icons/iconpack). diff --git a/manifest.json b/manifest.json index 505f570..ad1a73b 100644 --- a/manifest.json +++ b/manifest.json @@ -10,11 +10,11 @@ "postreleasy": "vtex publish --verbose" }, "dependencies": { - "vtex.css-handles": "0.x" + "vtex.css-handles": "1.x" }, "builders": { "react": "3.x", - "styles": "1.x", + "styles": "2.x", "store": "0.x", "docs": "0.x" },