@evotor-dev/ui-kit 8.0.0-beta.25 → 8.0.0-beta.26
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/assets/icons/index.ts +1 -1
- package/assets/icons/system/brand.svg +1 -0
- package/esm2022/icons/index.mjs +2 -2
- package/esm2022/lib/components/evo-autocomplete/components/evo-autocomplete/evo-autocomplete.component.mjs +3 -3
- package/esm2022/lib/components/evo-autocomplete/components/evo-autocomplete-default-option/evo-autocomplete-default-option.component.mjs +3 -3
- package/fesm2022/evotor-dev-ui-kit-icons.mjs +1 -1
- package/fesm2022/evotor-dev-ui-kit-icons.mjs.map +1 -1
- package/fesm2022/evotor-dev-ui-kit.mjs +4 -4
- package/fesm2022/evotor-dev-ui-kit.mjs.map +1 -1
- package/icons/index.d.ts +1 -0
- package/package.json +1 -1
package/icons/index.d.ts
CHANGED
|
@@ -119,6 +119,7 @@ export declare const CATEGORY_BY_ICON_NAME: {
|
|
|
119
119
|
readonly attach: "system";
|
|
120
120
|
readonly block: "system";
|
|
121
121
|
readonly book: "system";
|
|
122
|
+
readonly brand: "system";
|
|
122
123
|
readonly bulb: "system";
|
|
123
124
|
readonly bundle: "system";
|
|
124
125
|
readonly "business-case": "system";
|