@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
|
@@ -301,7 +301,7 @@ export declare const AdmonitionRoot: {
|
|
|
301
301
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
302
302
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
303
303
|
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>;
|
|
304
|
-
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>;
|
|
304
|
+
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>;
|
|
305
305
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
306
306
|
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>;
|
|
307
307
|
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>;
|
|
@@ -1271,7 +1271,7 @@ export declare const AdmonitionHeading: {
|
|
|
1271
1271
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
1272
1272
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
1273
1273
|
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>;
|
|
1274
|
-
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>;
|
|
1274
|
+
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>;
|
|
1275
1275
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
1276
1276
|
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>;
|
|
1277
1277
|
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>;
|
|
@@ -2225,7 +2225,7 @@ export declare const AdmonitionDescription: {
|
|
|
2225
2225
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
2226
2226
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
2227
2227
|
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>;
|
|
2228
|
-
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>;
|
|
2228
|
+
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>;
|
|
2229
2229
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
2230
2230
|
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>;
|
|
2231
2231
|
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>;
|
|
@@ -301,7 +301,7 @@ export declare const AdmonitionRoot: {
|
|
|
301
301
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
302
302
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
303
303
|
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>;
|
|
304
|
-
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>;
|
|
304
|
+
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>;
|
|
305
305
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
306
306
|
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>;
|
|
307
307
|
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>;
|
|
@@ -1271,7 +1271,7 @@ export declare const AdmonitionHeading: {
|
|
|
1271
1271
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
1272
1272
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
1273
1273
|
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>;
|
|
1274
|
-
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>;
|
|
1274
|
+
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>;
|
|
1275
1275
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
1276
1276
|
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>;
|
|
1277
1277
|
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>;
|
|
@@ -2225,7 +2225,7 @@ export declare const AdmonitionDescription: {
|
|
|
2225
2225
|
animationDuration?: ConditionalValue< DurationToken | CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationDuration<string & {}> | undefined>;
|
|
2226
2226
|
animationFillMode?: ConditionalValue< CssVars | AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationFillMode | undefined>;
|
|
2227
2227
|
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>;
|
|
2228
|
-
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>;
|
|
2228
|
+
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>;
|
|
2229
2229
|
animationPlayState?: ConditionalValue< AnyString | readonly string[] | import("node_modules/styled-system/types/csstype").Property.AnimationPlayState | undefined>;
|
|
2230
2230
|
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>;
|
|
2231
2231
|
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>;
|
|
@@ -13,7 +13,7 @@ var CircularProgressValueText = withSlotRecipe(_ark_ui_react_progress.Progress.V
|
|
|
13
13
|
var CircularProgressCircle = withSlotRecipe(_ark_ui_react_progress.Progress.Circle, "circle");
|
|
14
14
|
var CircularProgressCircleTrack = withSlotRecipe(_ark_ui_react_progress.Progress.CircleTrack, "circleTrack");
|
|
15
15
|
var CircularProgressCircleRange = withSlotRecipe(_ark_ui_react_progress.Progress.CircleRange, "circleRange");
|
|
16
|
-
var CircularProgressInfoGroup = withSlotRecipe(
|
|
16
|
+
var CircularProgressInfoGroup = withSlotRecipe("div", "infoGroup");
|
|
17
17
|
//#endregion
|
|
18
18
|
exports.CircularProgressCircle = CircularProgressCircle;
|
|
19
19
|
exports.CircularProgressCircleRange = CircularProgressCircleRange;
|