@uipath/apollo-core 5.6.2-pr193.2d02898 → 5.6.2-pr193.51bd8fd

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -110,7 +110,8 @@ The icon library contains **1,317 icons** organized into categories in the sourc
110
110
 
111
111
  **Distribution Structure** (`dist/static/svg/`):
112
112
  - All 1,317 icons are flattened into a single directory with unique names
113
- - Nested icons are prefixed with their parent folder (e.g., `chevron-down.svg`)
113
+ - Icons more than one folder deep are prefixed with their immediate parent folder (e.g., `navigation/chevron/down.svg` → `chevron-down.svg`)
114
+ - Icons only one folder deep keep their original name (e.g., `action/close.svg` → `close.svg`)
114
115
  - Accessible via `@uipath/apollo-core/icons/svg/{icon-name}.svg`
115
116
 
116
117
  ### Naming Convention (TEMPORARY)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/apollo-core",
3
- "version": "5.6.2-pr193.2d02898",
3
+ "version": "5.6.2-pr193.51bd8fd",
4
4
  "description": "Apollo Design System - Core design tokens, icons, and fonts",
5
5
  "repository": {
6
6
  "type": "git",