@cuby-ui/icons 0.0.566 → 0.0.568
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/constants/icons.d.ts
CHANGED
|
@@ -274,6 +274,8 @@ declare const CUI_ICONS_REGISTRY: {
|
|
|
274
274
|
cuiIconOnlineReviewSm: string;
|
|
275
275
|
cuiIconBlockingSm: string;
|
|
276
276
|
cuiIconFlowOnSm: string;
|
|
277
|
+
cuiIconFileGBLSm: string;
|
|
278
|
+
cuiIconUploadImageSm: string;
|
|
277
279
|
};
|
|
278
280
|
type CuiIconsTypedMap = {
|
|
279
281
|
readonly [K in keyof typeof CUI_ICONS_REGISTRY]: K;
|