@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.
- package/README.md +2 -1
- 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
|
-
-
|
|
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)
|