design-system-silkhaus 3.11.0-beta-image-viewer.13 → 3.11.0-beta-image-viewer.15

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/dist/index.d.ts CHANGED
@@ -914,6 +914,10 @@ export declare const MagnifyGlassIcon: FC<{
914
914
  className?: string;
915
915
  }>;
916
916
 
917
+ export declare const MessageIcon: FC<{
918
+ className?: string;
919
+ }>;
920
+
917
921
  export declare const MetroIcon: FC<{
918
922
  className?: string;
919
923
  }>;
@@ -1282,6 +1286,10 @@ export declare interface PriceRangeSliderProps {
1282
1286
  uptoLabel?: string;
1283
1287
  }
1284
1288
 
1289
+ export declare const PriceTagFilledIcon: FC<{
1290
+ className?: string;
1291
+ }>;
1292
+
1285
1293
  export declare const PriceTagIcon: FC<{
1286
1294
  className?: string;
1287
1295
  }>;