@team-monolith/cds 1.23.0 → 1.24.0
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/icons/Custom.d.ts +2 -68
- package/dist/icons/Custom.js +8 -84
- package/dist/icons/custom/google.svg +2 -13
- package/dist/icons/custom/pro.svg +14 -5
- package/dist/icons/custom/whale.svg +4 -4
- package/dist/index.d.ts +0 -2
- package/dist/index.js +0 -2
- package/package.json +1 -1
- package/dist/components/SwitchButton.d.ts +0 -33
- package/dist/components/SwitchButton.js +0 -153
- package/dist/icons/custom/board-color.svg +0 -5
- package/dist/icons/custom/board.svg +0 -5
- package/dist/icons/custom/emo-clap-color.svg +0 -252
- package/dist/icons/custom/emo-clap.svg +0 -6
- package/dist/icons/custom/emo-heart-color.svg +0 -239
- package/dist/icons/custom/emo-heart.svg +0 -5
- package/dist/icons/custom/emo-hundred-color.svg +0 -194
- package/dist/icons/custom/emo-hundred.svg +0 -3
- package/dist/icons/custom/emo-stars-color.svg +0 -121
- package/dist/icons/custom/emo-stars.svg +0 -14
- package/dist/icons/custom/emo-thumbup-color.svg +0 -238
- package/dist/icons/custom/emo-thumbup.svg +0 -3
- package/dist/icons/custom/grant-alt.svg +0 -6
- package/dist/icons/custom/grant.svg +0 -5
- package/dist/icons/custom/master.svg +0 -13
package/dist/icons/Custom.d.ts
CHANGED
|
@@ -19,10 +19,12 @@ export declare const CustomSymbolIcon: React.ForwardRefExoticComponent<{
|
|
|
19
19
|
export declare const customGoogleSvg: string;
|
|
20
20
|
export declare const CustomGoogleIcon: React.ForwardRefExoticComponent<{
|
|
21
21
|
className?: string | undefined;
|
|
22
|
+
color?: string | undefined;
|
|
22
23
|
} & React.RefAttributes<any>>;
|
|
23
24
|
export declare const customWhaleSvg: string;
|
|
24
25
|
export declare const CustomWhaleIcon: React.ForwardRefExoticComponent<{
|
|
25
26
|
className?: string | undefined;
|
|
27
|
+
color?: string | undefined;
|
|
26
28
|
} & React.RefAttributes<any>>;
|
|
27
29
|
export declare const customJudgeColorSvg: string;
|
|
28
30
|
export declare const CustomJudgeColorIcon: React.ForwardRefExoticComponent<{
|
|
@@ -80,20 +82,6 @@ export declare const customProSvg: string;
|
|
|
80
82
|
export declare const CustomProIcon: React.ForwardRefExoticComponent<{
|
|
81
83
|
className?: string | undefined;
|
|
82
84
|
} & React.RefAttributes<any>>;
|
|
83
|
-
export declare const customMasterSvg: string;
|
|
84
|
-
export declare const CustomMasterIcon: React.ForwardRefExoticComponent<{
|
|
85
|
-
className?: string | undefined;
|
|
86
|
-
} & React.RefAttributes<any>>;
|
|
87
|
-
export declare const customGrantSvg: string;
|
|
88
|
-
export declare const CustomGrantIcon: React.ForwardRefExoticComponent<{
|
|
89
|
-
className?: string | undefined;
|
|
90
|
-
color?: string | undefined;
|
|
91
|
-
} & React.RefAttributes<any>>;
|
|
92
|
-
export declare const customGrantAltSvg: string;
|
|
93
|
-
export declare const CustomGrantAltIcon: React.ForwardRefExoticComponent<{
|
|
94
|
-
className?: string | undefined;
|
|
95
|
-
color?: string | undefined;
|
|
96
|
-
} & React.RefAttributes<any>>;
|
|
97
85
|
export declare const customQuizSvg: string;
|
|
98
86
|
export declare const CustomQuizIcon: React.ForwardRefExoticComponent<{
|
|
99
87
|
className?: string | undefined;
|
|
@@ -166,57 +154,3 @@ export declare const customEmbeddedColorSvg: string;
|
|
|
166
154
|
export declare const CustomEmbeddedColorIcon: React.ForwardRefExoticComponent<{
|
|
167
155
|
className?: string | undefined;
|
|
168
156
|
} & React.RefAttributes<any>>;
|
|
169
|
-
export declare const customEmoHeartSvg: string;
|
|
170
|
-
export declare const CustomEmoHeartIcon: React.ForwardRefExoticComponent<{
|
|
171
|
-
className?: string | undefined;
|
|
172
|
-
color?: string | undefined;
|
|
173
|
-
} & React.RefAttributes<any>>;
|
|
174
|
-
export declare const customEmoHeartColorSvg: string;
|
|
175
|
-
export declare const CustomEmoHeartColorIcon: React.ForwardRefExoticComponent<{
|
|
176
|
-
className?: string | undefined;
|
|
177
|
-
} & React.RefAttributes<any>>;
|
|
178
|
-
export declare const customEmoHundredSvg: string;
|
|
179
|
-
export declare const CustomEmoHundredIcon: React.ForwardRefExoticComponent<{
|
|
180
|
-
className?: string | undefined;
|
|
181
|
-
color?: string | undefined;
|
|
182
|
-
} & React.RefAttributes<any>>;
|
|
183
|
-
export declare const customEmoHundredColorSvg: string;
|
|
184
|
-
export declare const CustomEmoHundredColorIcon: React.ForwardRefExoticComponent<{
|
|
185
|
-
className?: string | undefined;
|
|
186
|
-
} & React.RefAttributes<any>>;
|
|
187
|
-
export declare const customEmoStarsSvg: string;
|
|
188
|
-
export declare const CustomEmoStarsIcon: React.ForwardRefExoticComponent<{
|
|
189
|
-
className?: string | undefined;
|
|
190
|
-
color?: string | undefined;
|
|
191
|
-
} & React.RefAttributes<any>>;
|
|
192
|
-
export declare const customEmoStarsColorSvg: string;
|
|
193
|
-
export declare const CustomEmoStarsColorIcon: React.ForwardRefExoticComponent<{
|
|
194
|
-
className?: string | undefined;
|
|
195
|
-
} & React.RefAttributes<any>>;
|
|
196
|
-
export declare const customEmoThumbupSvg: string;
|
|
197
|
-
export declare const CustomEmoThumbupIcon: React.ForwardRefExoticComponent<{
|
|
198
|
-
className?: string | undefined;
|
|
199
|
-
color?: string | undefined;
|
|
200
|
-
} & React.RefAttributes<any>>;
|
|
201
|
-
export declare const customEmoThumbupColorSvg: string;
|
|
202
|
-
export declare const CustomEmoThumbupColorIcon: React.ForwardRefExoticComponent<{
|
|
203
|
-
className?: string | undefined;
|
|
204
|
-
} & React.RefAttributes<any>>;
|
|
205
|
-
export declare const customEmoClapSvg: string;
|
|
206
|
-
export declare const CustomEmoClapIcon: React.ForwardRefExoticComponent<{
|
|
207
|
-
className?: string | undefined;
|
|
208
|
-
color?: string | undefined;
|
|
209
|
-
} & React.RefAttributes<any>>;
|
|
210
|
-
export declare const customEmoClapColorSvg: string;
|
|
211
|
-
export declare const CustomEmoClapColorIcon: React.ForwardRefExoticComponent<{
|
|
212
|
-
className?: string | undefined;
|
|
213
|
-
} & React.RefAttributes<any>>;
|
|
214
|
-
export declare const customBoardSvg: string;
|
|
215
|
-
export declare const CustomBoardIcon: React.ForwardRefExoticComponent<{
|
|
216
|
-
className?: string | undefined;
|
|
217
|
-
color?: string | undefined;
|
|
218
|
-
} & React.RefAttributes<any>>;
|
|
219
|
-
export declare const customBoardColorSvg: string;
|
|
220
|
-
export declare const CustomBoardColorIcon: React.ForwardRefExoticComponent<{
|
|
221
|
-
className?: string | undefined;
|
|
222
|
-
} & React.RefAttributes<any>>;
|