unicorn-design-system 2.0.8 → 2.0.9
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.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1690 -1641
- package/dist/index.mjs +1256 -1207
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -358,6 +358,8 @@ declare const Optimization: (props: SvgIconProps) => react_jsx_runtime.JSX.Eleme
|
|
|
358
358
|
|
|
359
359
|
declare const ClusterList: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
360
360
|
|
|
361
|
+
declare const CastAILogo: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
362
|
+
|
|
361
363
|
type Props$e = {
|
|
362
364
|
rotated: boolean;
|
|
363
365
|
children: ReactElement<IconProps>;
|
|
@@ -368,6 +370,7 @@ var index = /*#__PURE__*/_mergeNamespaces({
|
|
|
368
370
|
__proto__: null,
|
|
369
371
|
AIEnabler: AIEnabler,
|
|
370
372
|
CastAIEnabler: CastAIEnabler,
|
|
373
|
+
CastAILogo: CastAILogo,
|
|
371
374
|
CastApa: CastApa,
|
|
372
375
|
CastChatbot: CastChatbot,
|
|
373
376
|
CastCopilot: CastCopilot,
|
package/dist/index.d.ts
CHANGED
|
@@ -358,6 +358,8 @@ declare const Optimization: (props: SvgIconProps) => react_jsx_runtime.JSX.Eleme
|
|
|
358
358
|
|
|
359
359
|
declare const ClusterList: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
360
360
|
|
|
361
|
+
declare const CastAILogo: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
362
|
+
|
|
361
363
|
type Props$e = {
|
|
362
364
|
rotated: boolean;
|
|
363
365
|
children: ReactElement<IconProps>;
|
|
@@ -368,6 +370,7 @@ var index = /*#__PURE__*/_mergeNamespaces({
|
|
|
368
370
|
__proto__: null,
|
|
369
371
|
AIEnabler: AIEnabler,
|
|
370
372
|
CastAIEnabler: CastAIEnabler,
|
|
373
|
+
CastAILogo: CastAILogo,
|
|
371
374
|
CastApa: CastApa,
|
|
372
375
|
CastChatbot: CastChatbot,
|
|
373
376
|
CastCopilot: CastCopilot,
|