design-system-silkhaus 3.11.0-beta-image-viewer.9 → 3.11.0-beta-image-viewer.11

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +12 -0
  2. package/dist/index.js +1361 -1257
  3. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -972,6 +972,10 @@ export declare const MoonIcon: FC<{
972
972
  className?: string;
973
973
  }>;
974
974
 
975
+ export declare const NoSmokingIcon: FC<{
976
+ className?: string;
977
+ }>;
978
+
975
979
  export declare const NotificationItem: FC<NotificationItemProps>;
976
980
 
977
981
  export declare type NotificationItemProps = {
@@ -1008,10 +1012,18 @@ export declare const PartnerIcon: FC<{
1008
1012
  className?: string;
1009
1013
  }>;
1010
1014
 
1015
+ export declare const PartyPopperFilledIcon: FC<{
1016
+ className?: string;
1017
+ }>;
1018
+
1011
1019
  export declare const PartyPopperIcon: FC<{
1012
1020
  className?: string;
1013
1021
  }>;
1014
1022
 
1023
+ export declare const PawIcon: FC<{
1024
+ className?: string;
1025
+ }>;
1026
+
1015
1027
  declare const PaymentItem_2: default_2.FC<PaymentScheduleItemProps>;
1016
1028
  export { PaymentItem_2 as PaymentItem }
1017
1029