@team-monolith/cds 1.22.2 → 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.
@@ -82,20 +82,6 @@ export declare const customProSvg: string;
82
82
  export declare const CustomProIcon: React.ForwardRefExoticComponent<{
83
83
  className?: string | undefined;
84
84
  } & React.RefAttributes<any>>;
85
- export declare const customMasterSvg: string;
86
- export declare const CustomMasterIcon: React.ForwardRefExoticComponent<{
87
- className?: string | undefined;
88
- } & React.RefAttributes<any>>;
89
- export declare const customGrantSvg: string;
90
- export declare const CustomGrantIcon: React.ForwardRefExoticComponent<{
91
- className?: string | undefined;
92
- color?: string | undefined;
93
- } & React.RefAttributes<any>>;
94
- export declare const customGrantAltSvg: string;
95
- export declare const CustomGrantAltIcon: React.ForwardRefExoticComponent<{
96
- className?: string | undefined;
97
- color?: string | undefined;
98
- } & React.RefAttributes<any>>;
99
85
  export declare const customQuizSvg: string;
100
86
  export declare const CustomQuizIcon: React.ForwardRefExoticComponent<{
101
87
  className?: string | undefined;
@@ -168,57 +154,3 @@ export declare const customEmbeddedColorSvg: string;
168
154
  export declare const CustomEmbeddedColorIcon: React.ForwardRefExoticComponent<{
169
155
  className?: string | undefined;
170
156
  } & React.RefAttributes<any>>;
171
- export declare const customEmoHeartSvg: string;
172
- export declare const CustomEmoHeartIcon: React.ForwardRefExoticComponent<{
173
- className?: string | undefined;
174
- color?: string | undefined;
175
- } & React.RefAttributes<any>>;
176
- export declare const customEmoHeartColorSvg: string;
177
- export declare const CustomEmoHeartColorIcon: React.ForwardRefExoticComponent<{
178
- className?: string | undefined;
179
- } & React.RefAttributes<any>>;
180
- export declare const customEmoHundredSvg: string;
181
- export declare const CustomEmoHundredIcon: React.ForwardRefExoticComponent<{
182
- className?: string | undefined;
183
- color?: string | undefined;
184
- } & React.RefAttributes<any>>;
185
- export declare const customEmoHundredColorSvg: string;
186
- export declare const CustomEmoHundredColorIcon: React.ForwardRefExoticComponent<{
187
- className?: string | undefined;
188
- } & React.RefAttributes<any>>;
189
- export declare const customEmoStarsSvg: string;
190
- export declare const CustomEmoStarsIcon: React.ForwardRefExoticComponent<{
191
- className?: string | undefined;
192
- color?: string | undefined;
193
- } & React.RefAttributes<any>>;
194
- export declare const customEmoStarsColorSvg: string;
195
- export declare const CustomEmoStarsColorIcon: React.ForwardRefExoticComponent<{
196
- className?: string | undefined;
197
- } & React.RefAttributes<any>>;
198
- export declare const customEmoThumbupSvg: string;
199
- export declare const CustomEmoThumbupIcon: React.ForwardRefExoticComponent<{
200
- className?: string | undefined;
201
- color?: string | undefined;
202
- } & React.RefAttributes<any>>;
203
- export declare const customEmoThumbupColorSvg: string;
204
- export declare const CustomEmoThumbupColorIcon: React.ForwardRefExoticComponent<{
205
- className?: string | undefined;
206
- } & React.RefAttributes<any>>;
207
- export declare const customEmoClapSvg: string;
208
- export declare const CustomEmoClapIcon: React.ForwardRefExoticComponent<{
209
- className?: string | undefined;
210
- color?: string | undefined;
211
- } & React.RefAttributes<any>>;
212
- export declare const customEmoClapColorSvg: string;
213
- export declare const CustomEmoClapColorIcon: React.ForwardRefExoticComponent<{
214
- className?: string | undefined;
215
- } & React.RefAttributes<any>>;
216
- export declare const customBoardSvg: string;
217
- export declare const CustomBoardIcon: React.ForwardRefExoticComponent<{
218
- className?: string | undefined;
219
- color?: string | undefined;
220
- } & React.RefAttributes<any>>;
221
- export declare const customBoardColorSvg: string;
222
- export declare const CustomBoardColorIcon: React.ForwardRefExoticComponent<{
223
- className?: string | undefined;
224
- } & React.RefAttributes<any>>;