Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #77

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<use>`, 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).

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
Loading