@cerberus-design/react 1.1.2 → 1.2.0-rc.1
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/admonition/primitives.d.cts +3 -3
- package/dist/components/admonition/primitives.d.ts +3 -3
- package/dist/components/circular-progress/primitives.cjs +1 -1
- package/dist/components/circular-progress/primitives.d.cts +2 -953
- package/dist/components/circular-progress/primitives.d.ts +2 -953
- package/dist/components/circular-progress/primitives.js +2 -2
- package/dist/components/popover/index.cjs +19 -0
- package/dist/components/popover/index.d.cts +3 -0
- package/dist/components/popover/index.d.ts +3 -0
- package/dist/components/popover/index.js +4 -0
- package/dist/components/popover/parts.cjs +23 -0
- package/dist/components/popover/parts.d.cts +65 -0
- package/dist/components/popover/parts.d.ts +65 -0
- package/dist/components/popover/parts.js +23 -0
- package/dist/components/popover/placement-container.cjs +12 -0
- package/dist/components/popover/placement-container.d.cts +7 -0
- package/dist/components/popover/placement-container.d.ts +7 -0
- package/dist/components/popover/placement-container.js +12 -0
- package/dist/components/popover/popover.cjs +46 -0
- package/dist/components/popover/popover.d.cts +15 -0
- package/dist/components/popover/popover.d.ts +15 -0
- package/dist/components/popover/popover.js +46 -0
- package/dist/components/popover/primitives.cjs +38 -0
- package/dist/components/popover/primitives.d.cts +69 -0
- package/dist/components/popover/primitives.d.ts +69 -0
- package/dist/components/popover/primitives.js +26 -0
- package/dist/components/progress/primitives.d.cts +2 -2
- package/dist/components/progress/primitives.d.ts +2 -2
- package/dist/components/table/primitives.d.cts +10 -10
- package/dist/components/table/primitives.d.ts +10 -10
- package/dist/config/icons/default.cjs +5 -0
- package/dist/config/icons/default.js +6 -1
- package/dist/config/types.d.cts +5 -0
- package/dist/config/types.d.ts +5 -0
- package/dist/index.cjs +578 -62
- package/dist/index.client.d.cts +1 -1
- package/dist/index.client.d.ts +1 -1
- package/dist/index.client.js +2 -2
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5 -2
- package/dist/panda.buildinfo.json +7 -0
- package/package.json +4 -4
|
@@ -299,7 +299,7 @@ export declare const ProgressBarRoot: {
|
|
|
299
299
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
300
300
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
301
301
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
302
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
302
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
303
303
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
304
304
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
305
305
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -1250,7 +1250,7 @@ export declare const ProgressBarBar: {
|
|
|
1250
1250
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
1251
1251
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
1252
1252
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
1253
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
1253
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
1254
1254
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
1255
1255
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
1256
1256
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -299,7 +299,7 @@ export declare const TableRoot: {
|
|
|
299
299
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
300
300
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
301
301
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
302
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
302
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
303
303
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
304
304
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
305
305
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -1250,7 +1250,7 @@ export declare const TableEl: {
|
|
|
1250
1250
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
1251
1251
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
1252
1252
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
1253
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
1253
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
1254
1254
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
1255
1255
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
1256
1256
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -2201,7 +2201,7 @@ export declare const Caption: {
|
|
|
2201
2201
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
2202
2202
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
2203
2203
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
2204
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
2204
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
2205
2205
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
2206
2206
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
2207
2207
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -3152,7 +3152,7 @@ export declare const Thead: {
|
|
|
3152
3152
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
3153
3153
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
3154
3154
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
3155
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
3155
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
3156
3156
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
3157
3157
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
3158
3158
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -4103,7 +4103,7 @@ export declare const Th: {
|
|
|
4103
4103
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
4104
4104
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
4105
4105
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
4106
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
4106
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
4107
4107
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
4108
4108
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
4109
4109
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -5054,7 +5054,7 @@ export declare const Tbody: {
|
|
|
5054
5054
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
5055
5055
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
5056
5056
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
5057
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
5057
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
5058
5058
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
5059
5059
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
5060
5060
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -6005,7 +6005,7 @@ export declare const Tr: {
|
|
|
6005
6005
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
6006
6006
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
6007
6007
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
6008
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
6008
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
6009
6009
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
6010
6010
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
6011
6011
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -6956,7 +6956,7 @@ export declare const Td: {
|
|
|
6956
6956
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
6957
6957
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
6958
6958
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
6959
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
6959
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
6960
6960
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
6961
6961
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
6962
6962
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -7907,7 +7907,7 @@ export declare const Tfoot: {
|
|
|
7907
7907
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
7908
7908
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
7909
7909
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
7910
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
7910
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
7911
7911
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
7912
7912
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
7913
7913
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -8858,7 +8858,7 @@ export declare const TableTrigger: {
|
|
|
8858
8858
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
8859
8859
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
8860
8860
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
8861
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
8861
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
8862
8862
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
8863
8863
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
8864
8864
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -299,7 +299,7 @@ export declare const TableRoot: {
|
|
|
299
299
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
300
300
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
301
301
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
302
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
302
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
303
303
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
304
304
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
305
305
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -1250,7 +1250,7 @@ export declare const TableEl: {
|
|
|
1250
1250
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
1251
1251
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
1252
1252
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
1253
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
1253
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
1254
1254
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
1255
1255
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
1256
1256
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -2201,7 +2201,7 @@ export declare const Caption: {
|
|
|
2201
2201
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
2202
2202
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
2203
2203
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
2204
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
2204
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
2205
2205
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
2206
2206
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
2207
2207
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -3152,7 +3152,7 @@ export declare const Thead: {
|
|
|
3152
3152
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
3153
3153
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
3154
3154
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
3155
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
3155
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
3156
3156
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
3157
3157
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
3158
3158
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -4103,7 +4103,7 @@ export declare const Th: {
|
|
|
4103
4103
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
4104
4104
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
4105
4105
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
4106
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
4106
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
4107
4107
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
4108
4108
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
4109
4109
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -5054,7 +5054,7 @@ export declare const Tbody: {
|
|
|
5054
5054
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
5055
5055
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
5056
5056
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
5057
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
5057
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
5058
5058
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
5059
5059
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
5060
5060
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -6005,7 +6005,7 @@ export declare const Tr: {
|
|
|
6005
6005
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
6006
6006
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
6007
6007
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
6008
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
6008
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
6009
6009
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
6010
6010
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
6011
6011
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -6956,7 +6956,7 @@ export declare const Td: {
|
|
|
6956
6956
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
6957
6957
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
6958
6958
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
6959
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
6959
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
6960
6960
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
6961
6961
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
6962
6962
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -7907,7 +7907,7 @@ export declare const Tfoot: {
|
|
|
7907
7907
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
7908
7908
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
7909
7909
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
7910
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
7910
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
7911
7911
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
7912
7912
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
7913
7913
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -8858,7 +8858,7 @@ export declare const TableTrigger: {
|
|
|
8858
8858
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
8859
8859
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
8860
8860
|
animationIterationCount?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationIterationCount | undefined>[] | undefined>;
|
|
8861
|
-
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
8861
|
+
animationName?: ConditionalValue<"spin" | "ping" | "pulse" | "bounce" | CssVars | AnyString | "position" | "bgPosition" | readonly string[] | "expandHeight" | "collapseHeight" | "expandWidth" | "collapseWidth" | "fadeIn" | "fadeOut" | "fadeInDown" | "slideIn" | "slideOut" | "slideFromLeftFull" | "slideFromRightFull" | "slideFromTopFull" | "slideFromBottomFull" | "slideFromTop" | "slideFromBottom" | "slideFromLeft" | "slideFromRight" | "slideToTop" | "slideToBottom" | "slideToLeft" | "slideToRight" | "indeterminate" | "rubberBand" | "scaleIn" | "scaleOut" | "zoomIn" | import("node_modules/styled-system/types/csstype").Property.AnimationName | undefined>;
|
|
8862
8862
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
8863
8863
|
animationRange?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRange< String | Number> | undefined>[] | undefined>;
|
|
8864
8864
|
animationRangeEnd?: ConditionalValue< AnyString | import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | readonly NonNullable<import("node_modules/styled-system/types/csstype").Property.AnimationRangeEnd< String | Number> | undefined>[] | undefined>;
|
|
@@ -10,6 +10,7 @@ let _carbon_icons_react = require("@carbon/icons-react");
|
|
|
10
10
|
*/
|
|
11
11
|
var defaultIcons = {
|
|
12
12
|
accordionIndicator: _carbon_icons_react.ChevronDown,
|
|
13
|
+
arrowRight: _carbon_icons_react.ArrowRight,
|
|
13
14
|
avatar: _carbon_icons_react.UserFilled,
|
|
14
15
|
calendar: _carbon_icons_react.Calendar,
|
|
15
16
|
calendarPrev: _carbon_icons_react.ChevronLeft,
|
|
@@ -22,6 +23,9 @@ var defaultIcons = {
|
|
|
22
23
|
decrement: _carbon_icons_react.ChevronDown,
|
|
23
24
|
delete: _carbon_icons_react.TrashCan,
|
|
24
25
|
fileUploader: require_AnimatingUploadIcon.AnimatingUploadIcon,
|
|
26
|
+
filter: _carbon_icons_react.Filter,
|
|
27
|
+
filterEdit: _carbon_icons_react.FilterEdit,
|
|
28
|
+
filterClear: _carbon_icons_react.FilterRemove,
|
|
25
29
|
increment: _carbon_icons_react.ChevronUp,
|
|
26
30
|
indeterminate: require_checkbox_icons.IndeterminateIcon,
|
|
27
31
|
infoNotification: _carbon_icons_react.Information,
|
|
@@ -39,6 +43,7 @@ var defaultIcons = {
|
|
|
39
43
|
sortAsc: require_sort_icons.SortAscIcon,
|
|
40
44
|
sortDesc: require_sort_icons.SortDescIcon,
|
|
41
45
|
successNotification: _carbon_icons_react.CheckmarkOutline,
|
|
46
|
+
table: _carbon_icons_react.TableSplit,
|
|
42
47
|
toggleChecked: _carbon_icons_react.Checkmark,
|
|
43
48
|
waitingFileUploader: _carbon_icons_react.CloudUpload,
|
|
44
49
|
warningNotification: _carbon_icons_react.WarningAlt
|
|
@@ -3,13 +3,14 @@ import { AnimatingUploadIcon } from "../../components/AnimatingUploadIcon.js";
|
|
|
3
3
|
import { CheckmarkIcon, IndeterminateIcon } from "./checkbox.icons.js";
|
|
4
4
|
import { PinLeftFilledIcon, PinLeftIcon, PinRightFilledIcon, PinRightIcon } from "./pinned.icons.js";
|
|
5
5
|
import { SortAscIcon, SortDescIcon } from "./sort.icons.js";
|
|
6
|
-
import { Calendar, CaretDown, Checkmark, CheckmarkOutline, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, CloudUpload, Information, OverflowMenuVertical, Restart, TrashCan, UserFilled, Warning, WarningAlt, WarningFilled } from "@carbon/icons-react";
|
|
6
|
+
import { ArrowRight, Calendar, CaretDown, Checkmark, CheckmarkOutline, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, CloudUpload, Filter, FilterEdit, FilterRemove, Information, OverflowMenuVertical, Restart, TableSplit, TrashCan, UserFilled, Warning, WarningAlt, WarningFilled } from "@carbon/icons-react";
|
|
7
7
|
//#region src/config/icons/default.ts
|
|
8
8
|
/**
|
|
9
9
|
* Fallback icons when there is no custom set provided by the user.
|
|
10
10
|
*/
|
|
11
11
|
var defaultIcons = {
|
|
12
12
|
accordionIndicator: ChevronDown,
|
|
13
|
+
arrowRight: ArrowRight,
|
|
13
14
|
avatar: UserFilled,
|
|
14
15
|
calendar: Calendar,
|
|
15
16
|
calendarPrev: ChevronLeft,
|
|
@@ -22,6 +23,9 @@ var defaultIcons = {
|
|
|
22
23
|
decrement: ChevronDown,
|
|
23
24
|
delete: TrashCan,
|
|
24
25
|
fileUploader: AnimatingUploadIcon,
|
|
26
|
+
filter: Filter,
|
|
27
|
+
filterEdit: FilterEdit,
|
|
28
|
+
filterClear: FilterRemove,
|
|
25
29
|
increment: ChevronUp,
|
|
26
30
|
indeterminate: IndeterminateIcon,
|
|
27
31
|
infoNotification: Information,
|
|
@@ -39,6 +43,7 @@ var defaultIcons = {
|
|
|
39
43
|
sortAsc: SortAscIcon,
|
|
40
44
|
sortDesc: SortDescIcon,
|
|
41
45
|
successNotification: CheckmarkOutline,
|
|
46
|
+
table: TableSplit,
|
|
42
47
|
toggleChecked: Checkmark,
|
|
43
48
|
waitingFileUploader: CloudUpload,
|
|
44
49
|
warningNotification: WarningAlt
|
package/dist/config/types.d.cts
CHANGED
|
@@ -11,6 +11,7 @@ export interface SystemConfig {
|
|
|
11
11
|
}
|
|
12
12
|
export interface DefinedIcons<T extends IconType = IconType> {
|
|
13
13
|
accordionIndicator?: T;
|
|
14
|
+
arrowRight?: T;
|
|
14
15
|
avatar?: T;
|
|
15
16
|
calendar?: T;
|
|
16
17
|
calendarPrev?: T;
|
|
@@ -23,6 +24,9 @@ export interface DefinedIcons<T extends IconType = IconType> {
|
|
|
23
24
|
delete?: T;
|
|
24
25
|
dangerNotification?: T;
|
|
25
26
|
fileUploader?: T;
|
|
27
|
+
filter?: T;
|
|
28
|
+
filterEdit?: T;
|
|
29
|
+
filterClear?: T;
|
|
26
30
|
indeterminate?: T;
|
|
27
31
|
increment?: T;
|
|
28
32
|
infoNotification?: T;
|
|
@@ -40,6 +44,7 @@ export interface DefinedIcons<T extends IconType = IconType> {
|
|
|
40
44
|
sortAsc?: T;
|
|
41
45
|
sortDesc?: T;
|
|
42
46
|
successNotification?: T;
|
|
47
|
+
table?: T;
|
|
43
48
|
toggleChecked?: T;
|
|
44
49
|
waitingFileUploader?: T;
|
|
45
50
|
warningNotification?: T;
|
package/dist/config/types.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export interface SystemConfig {
|
|
|
11
11
|
}
|
|
12
12
|
export interface DefinedIcons<T extends IconType = IconType> {
|
|
13
13
|
accordionIndicator?: T;
|
|
14
|
+
arrowRight?: T;
|
|
14
15
|
avatar?: T;
|
|
15
16
|
calendar?: T;
|
|
16
17
|
calendarPrev?: T;
|
|
@@ -23,6 +24,9 @@ export interface DefinedIcons<T extends IconType = IconType> {
|
|
|
23
24
|
delete?: T;
|
|
24
25
|
dangerNotification?: T;
|
|
25
26
|
fileUploader?: T;
|
|
27
|
+
filter?: T;
|
|
28
|
+
filterEdit?: T;
|
|
29
|
+
filterClear?: T;
|
|
26
30
|
indeterminate?: T;
|
|
27
31
|
increment?: T;
|
|
28
32
|
infoNotification?: T;
|
|
@@ -40,6 +44,7 @@ export interface DefinedIcons<T extends IconType = IconType> {
|
|
|
40
44
|
sortAsc?: T;
|
|
41
45
|
sortDesc?: T;
|
|
42
46
|
successNotification?: T;
|
|
47
|
+
table?: T;
|
|
43
48
|
toggleChecked?: T;
|
|
44
49
|
waitingFileUploader?: T;
|
|
45
50
|
warningNotification?: T;
|