@cuby-ui/icons 0.0.556 → 0.0.558

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.
@@ -240,10 +240,10 @@ declare const CUI_ICONS_REGISTRY: {
240
240
  cuiIconEyeBold: string;
241
241
  cuiIconEyeBoldSm: string;
242
242
  cuiIconCardsSm: string;
243
- cuiToolsPlaceholder: string;
244
- cuiPartsPlaceholder: string;
245
- cuiMaterialsPlaceholder: string;
246
- cuiDefaultPlaceholder: string;
243
+ cuiIconToolsPlaceholder: string;
244
+ cuiIconPartsPlaceholder: string;
245
+ cuiIconMaterialsPlaceholder: string;
246
+ cuiIconDefaultPlaceholder: string;
247
247
  cuiIconLinear: string;
248
248
  cuiIconReversed: string;
249
249
  cuiIconFeatherPenSolid: string;
@@ -269,6 +269,8 @@ declare const CUI_ICONS_REGISTRY: {
269
269
  cuiIconConveyor: string;
270
270
  cuiIconCombinedConveyor: string;
271
271
  cuiIconCombined: string;
272
+ cuiIconReviewSm: string;
273
+ cuiIconOnlineReviewSm: string;
272
274
  };
273
275
  type CuiIconsTypedMap = {
274
276
  readonly [K in keyof typeof CUI_ICONS_REGISTRY]: K;