rte-utils 1.2.304 → 1.2.305
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/components/Icons.d.ts +12 -0
- package/dist/components/Icons.stories.d.ts +1 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -66,6 +66,12 @@ export declare const LeftArrow: React.FC<IconProps>;
|
|
|
66
66
|
export declare const ShortRightArrow: React.FC<IconProps>;
|
|
67
67
|
export declare const RadioEmptyIcon: React.FC<IconProps>;
|
|
68
68
|
export declare const RadioFilledIcon: React.FC<IconProps>;
|
|
69
|
+
export declare const ThermometerIcon: React.FC<IconProps>;
|
|
70
|
+
export declare const CloudLightningIcon: React.FC<IconProps>;
|
|
71
|
+
export declare const CloudRainIcon: React.FC<IconProps>;
|
|
72
|
+
export declare const CloudSnowIcon: React.FC<IconProps>;
|
|
73
|
+
export declare const SunIcon: React.FC<IconProps>;
|
|
74
|
+
export declare const WindIcon: React.FC<IconProps>;
|
|
69
75
|
export declare const Icons: {
|
|
70
76
|
Send: React.FC<IconProps>;
|
|
71
77
|
Edit: React.FC<IconProps>;
|
|
@@ -125,5 +131,11 @@ export declare const Icons: {
|
|
|
125
131
|
ShortRightArrow: React.FC<IconProps>;
|
|
126
132
|
RadioEmpty: React.FC<IconProps>;
|
|
127
133
|
RadioFilled: React.FC<IconProps>;
|
|
134
|
+
Thermometer: React.FC<IconProps>;
|
|
135
|
+
Wind: React.FC<IconProps>;
|
|
136
|
+
CloudSnow: React.FC<IconProps>;
|
|
137
|
+
Sun: React.FC<IconProps>;
|
|
138
|
+
CloudRain: React.FC<IconProps>;
|
|
139
|
+
CloudLightning: React.FC<IconProps>;
|
|
128
140
|
};
|
|
129
141
|
export default Icons;
|
|
@@ -16,4 +16,5 @@ export declare const NewIconsShowcase: Story;
|
|
|
16
16
|
export declare const CheckboxIconsExample: Story;
|
|
17
17
|
export declare const DirectionalArrowsExample: Story;
|
|
18
18
|
export declare const CommunicationIconsExample: Story;
|
|
19
|
+
export declare const MeteoIconsExample: Story;
|
|
19
20
|
export declare const SecurityIconsExample: Story;
|