@cuby-ui/icons 0.0.563 → 0.0.565
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
|
@@ -271,6 +271,8 @@ declare const CUI_ICONS_REGISTRY: {
|
|
|
271
271
|
cuiIconCombined: string;
|
|
272
272
|
cuiIconReviewSm: string;
|
|
273
273
|
cuiIconOnlineReviewSm: string;
|
|
274
|
+
cuiIconBlockingSm: string;
|
|
275
|
+
cuiIconFlowOnSm: string;
|
|
274
276
|
};
|
|
275
277
|
type CuiIconsTypedMap = {
|
|
276
278
|
readonly [K in keyof typeof CUI_ICONS_REGISTRY]: K;
|