@vygruppen/spor-react 5.1.0 → 5.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +10 -10
- package/CHANGELOG.md +16 -0
- package/dist/{CountryCodeSelect-M5TBGWY5.mjs → CountryCodeSelect-IUVBFVKP.mjs} +1 -1
- package/dist/{chunk-VXZX2ZXT.mjs → chunk-HOS74XL2.mjs} +300 -57
- package/dist/index.d.mts +18 -13
- package/dist/index.d.ts +18 -13
- package/dist/index.js +497 -317
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/datepicker/DatePicker.tsx +2 -1
- package/src/datepicker/DateRangePicker.tsx +8 -1
- package/src/datepicker/TimePicker.tsx +1 -1
- package/src/input/NumericStepper.tsx +2 -2
- package/src/stepper/StepperStep.tsx +2 -2
- package/src/theme/components/listbox.ts +1 -1
@@ -3121,7 +3121,7 @@ function NumericStepper({
|
|
3121
3121
|
return /* @__PURE__ */ React69__default.createElement(Flex, { alignItems: "center", ...boxProps }, /* @__PURE__ */ React69__default.createElement(
|
3122
3122
|
VerySmallButton,
|
3123
3123
|
{
|
3124
|
-
icon: /* @__PURE__ */ React69__default.createElement(SubtractIcon, {
|
3124
|
+
icon: /* @__PURE__ */ React69__default.createElement(SubtractIcon, { stepLabel: clampedStepSize }),
|
3125
3125
|
"aria-label": t2(texts12.decrementButtonAriaLabel(clampedStepSize)),
|
3126
3126
|
onClick: () => onChange(Math.max(value - clampedStepSize, minValue)),
|
3127
3127
|
visibility: value <= minValue ? "hidden" : "visible",
|
@@ -3196,7 +3196,7 @@ function NumericStepper({
|
|
3196
3196
|
), /* @__PURE__ */ React69__default.createElement(
|
3197
3197
|
VerySmallButton,
|
3198
3198
|
{
|
3199
|
-
icon: /* @__PURE__ */ React69__default.createElement(AddIcon, {
|
3199
|
+
icon: /* @__PURE__ */ React69__default.createElement(AddIcon, { stepLabel: clampedStepSize }),
|
3200
3200
|
"aria-label": t2(texts12.incrementButtonAriaLabel(clampedStepSize)),
|
3201
3201
|
onClick: () => onChange(Math.min(value + clampedStepSize, maxValue)),
|
3202
3202
|
visibility: value >= maxValue ? "hidden" : "visible",
|
@@ -3418,7 +3418,7 @@ var texts14 = createTexts({
|
|
3418
3418
|
sv: "Telefonnummer"
|
3419
3419
|
}
|
3420
3420
|
});
|
3421
|
-
var LazyCountryCodeSelect = React69__default.lazy(() => import('./CountryCodeSelect-
|
3421
|
+
var LazyCountryCodeSelect = React69__default.lazy(() => import('./CountryCodeSelect-IUVBFVKP.mjs'));
|
3422
3422
|
var Radio = forwardRef((props, ref) => {
|
3423
3423
|
return /* @__PURE__ */ React69__default.createElement(Radio$1, { ...props, ref });
|
3424
3424
|
});
|
@@ -4345,7 +4345,7 @@ function isObject(value) {
|
|
4345
4345
|
return value != null && (type === "object" || type === "function") && !Array.isArray(value);
|
4346
4346
|
}
|
4347
4347
|
|
4348
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
4348
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-SIH73G3H.mjs
|
4349
4349
|
var transitionProperty = {
|
4350
4350
|
common: "background-color, border-color, color, fill, stroke, opacity, box-shadow, transform",
|
4351
4351
|
colors: "background-color, border-color, color, fill, stroke",
|
@@ -4374,7 +4374,7 @@ var transition = {
|
|
4374
4374
|
};
|
4375
4375
|
var transition_default = transition;
|
4376
4376
|
|
4377
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
4377
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-45VJLTIL.mjs
|
4378
4378
|
var zIndices = {
|
4379
4379
|
hide: -1,
|
4380
4380
|
auto: "auto",
|
@@ -4392,7 +4392,7 @@ var zIndices = {
|
|
4392
4392
|
};
|
4393
4393
|
var z_index_default = zIndices;
|
4394
4394
|
|
4395
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
4395
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-B75T2J64.mjs
|
4396
4396
|
var borders = {
|
4397
4397
|
none: 0,
|
4398
4398
|
"1px": "1px solid",
|
@@ -4402,7 +4402,7 @@ var borders = {
|
|
4402
4402
|
};
|
4403
4403
|
var borders_default = borders;
|
4404
4404
|
|
4405
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
4405
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-TXLFBUTF.mjs
|
4406
4406
|
var breakpoints = {
|
4407
4407
|
base: "0em",
|
4408
4408
|
sm: "30em",
|
@@ -4413,7 +4413,7 @@ var breakpoints = {
|
|
4413
4413
|
};
|
4414
4414
|
var breakpoints_default = breakpoints;
|
4415
4415
|
|
4416
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
4416
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-E47HH2QS.mjs
|
4417
4417
|
var colors2 = {
|
4418
4418
|
transparent: "transparent",
|
4419
4419
|
current: "currentColor",
|
@@ -4638,7 +4638,7 @@ var colors2 = {
|
|
4638
4638
|
};
|
4639
4639
|
var colors_default = colors2;
|
4640
4640
|
|
4641
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
4641
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-VIVTPWHP.mjs
|
4642
4642
|
var radii = {
|
4643
4643
|
none: "0",
|
4644
4644
|
sm: "0.125rem",
|
@@ -4652,7 +4652,7 @@ var radii = {
|
|
4652
4652
|
};
|
4653
4653
|
var radius_default = radii;
|
4654
4654
|
|
4655
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
4655
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-IZUFFCXS.mjs
|
4656
4656
|
var shadows2 = {
|
4657
4657
|
xs: "0 0 0 1px rgba(0, 0, 0, 0.05)",
|
4658
4658
|
sm: "0 1px 2px 0 rgba(0, 0, 0, 0.05)",
|
@@ -4668,7 +4668,7 @@ var shadows2 = {
|
|
4668
4668
|
};
|
4669
4669
|
var shadows_default = shadows2;
|
4670
4670
|
|
4671
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
4671
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-HQ6WXDYV.mjs
|
4672
4672
|
var blur = {
|
4673
4673
|
none: 0,
|
4674
4674
|
sm: "4px",
|
@@ -4681,7 +4681,7 @@ var blur = {
|
|
4681
4681
|
};
|
4682
4682
|
var blur_default = blur;
|
4683
4683
|
|
4684
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
4684
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-6XA2KDUD.mjs
|
4685
4685
|
var typography = {
|
4686
4686
|
letterSpacings: {
|
4687
4687
|
tighter: "-0.05em",
|
@@ -4744,7 +4744,7 @@ var typography = {
|
|
4744
4744
|
};
|
4745
4745
|
var typography_default = typography;
|
4746
4746
|
|
4747
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
4747
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-V7WMN6TQ.mjs
|
4748
4748
|
var spacing = {
|
4749
4749
|
px: "1px",
|
4750
4750
|
0.5: "0.125rem",
|
@@ -4781,7 +4781,7 @@ var spacing = {
|
|
4781
4781
|
96: "24rem"
|
4782
4782
|
};
|
4783
4783
|
|
4784
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
4784
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-NJCYBKFH.mjs
|
4785
4785
|
var largeSizes = {
|
4786
4786
|
max: "max-content",
|
4787
4787
|
min: "min-content",
|
@@ -4815,7 +4815,7 @@ var sizes = {
|
|
4815
4815
|
};
|
4816
4816
|
var sizes_default = sizes;
|
4817
4817
|
|
4818
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
4818
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-3WO5B3NB.mjs
|
4819
4819
|
var foundations = {
|
4820
4820
|
breakpoints: breakpoints_default,
|
4821
4821
|
zIndices: z_index_default,
|
@@ -5083,7 +5083,7 @@ var transformFunctions = {
|
|
5083
5083
|
contrast: wrap("contrast"),
|
5084
5084
|
dropShadow: wrap("drop-shadow"),
|
5085
5085
|
grayscale: wrap("grayscale"),
|
5086
|
-
hueRotate: wrap("hue-rotate"),
|
5086
|
+
hueRotate: (value) => wrap("hue-rotate")(transformFunctions.degree(value)),
|
5087
5087
|
invert: wrap("invert"),
|
5088
5088
|
saturate: wrap("saturate"),
|
5089
5089
|
sepia: wrap("sepia"),
|
@@ -5316,7 +5316,7 @@ var filter = {
|
|
5316
5316
|
blur: t.blur("--chakra-blur"),
|
5317
5317
|
brightness: t.propT("--chakra-brightness", transformFunctions.brightness),
|
5318
5318
|
contrast: t.propT("--chakra-contrast", transformFunctions.contrast),
|
5319
|
-
hueRotate: t.
|
5319
|
+
hueRotate: t.propT("--chakra-hue-rotate", transformFunctions.hueRotate),
|
5320
5320
|
invert: t.propT("--chakra-invert", transformFunctions.invert),
|
5321
5321
|
saturate: t.propT("--chakra-saturate", transformFunctions.saturate),
|
5322
5322
|
dropShadow: t.propT("--chakra-drop-shadow", transformFunctions.dropShadow),
|
@@ -5327,7 +5327,10 @@ var filter = {
|
|
5327
5327
|
transformFunctions.brightness
|
5328
5328
|
),
|
5329
5329
|
backdropContrast: t.propT("--chakra-backdrop-contrast", transformFunctions.contrast),
|
5330
|
-
backdropHueRotate: t.
|
5330
|
+
backdropHueRotate: t.propT(
|
5331
|
+
"--chakra-backdrop-hue-rotate",
|
5332
|
+
transformFunctions.hueRotate
|
5333
|
+
),
|
5331
5334
|
backdropInvert: t.propT("--chakra-backdrop-invert", transformFunctions.invert),
|
5332
5335
|
backdropSaturate: t.propT("--chakra-backdrop-saturate", transformFunctions.saturate)
|
5333
5336
|
};
|
@@ -5688,6 +5691,7 @@ var typography2 = {
|
|
5688
5691
|
textOverflow: "ellipsis",
|
5689
5692
|
display: "-webkit-box",
|
5690
5693
|
WebkitBoxOrient: "vertical",
|
5694
|
+
//@ts-ignore
|
5691
5695
|
WebkitLineClamp: "var(--chakra-line-clamp)"
|
5692
5696
|
},
|
5693
5697
|
property: "--chakra-line-clamp"
|
@@ -5698,6 +5702,7 @@ var scroll = {
|
|
5698
5702
|
scrollSnapAlign: true,
|
5699
5703
|
scrollSnapStop: true,
|
5700
5704
|
scrollSnapType: true,
|
5705
|
+
// scroll margin
|
5701
5706
|
scrollMargin: t.spaceT("scrollMargin"),
|
5702
5707
|
scrollMarginTop: t.spaceT("scrollMarginTop"),
|
5703
5708
|
scrollMarginBottom: t.spaceT("scrollMarginBottom"),
|
@@ -5705,6 +5710,7 @@ var scroll = {
|
|
5705
5710
|
scrollMarginRight: t.spaceT("scrollMarginRight"),
|
5706
5711
|
scrollMarginX: t.spaceT(["scrollMarginLeft", "scrollMarginRight"]),
|
5707
5712
|
scrollMarginY: t.spaceT(["scrollMarginTop", "scrollMarginBottom"]),
|
5713
|
+
// scroll padding
|
5708
5714
|
scrollPadding: t.spaceT("scrollPadding"),
|
5709
5715
|
scrollPaddingTop: t.spaceT("scrollPaddingTop"),
|
5710
5716
|
scrollPaddingBottom: t.spaceT("scrollPaddingBottom"),
|
@@ -5810,66 +5816,292 @@ var toGroup = (fn) => merge((v) => fn(v, "&"), "[role=group]", "[data-group]", "
|
|
5810
5816
|
var toPeer = (fn) => merge((v) => fn(v, "~ &"), "[data-peer]", ".peer");
|
5811
5817
|
var merge = (fn, ...selectors) => selectors.map(fn).join(", ");
|
5812
5818
|
var pseudoSelectors = {
|
5819
|
+
/**
|
5820
|
+
* Styles for CSS selector `&:hover`
|
5821
|
+
*/
|
5813
5822
|
_hover: "&:hover, &[data-hover]",
|
5823
|
+
/**
|
5824
|
+
* Styles for CSS Selector `&:active`
|
5825
|
+
*/
|
5814
5826
|
_active: "&:active, &[data-active]",
|
5827
|
+
/**
|
5828
|
+
* Styles for CSS selector `&:focus`
|
5829
|
+
*
|
5830
|
+
*/
|
5815
5831
|
_focus: "&:focus, &[data-focus]",
|
5832
|
+
/**
|
5833
|
+
* Styles for the highlighted state.
|
5834
|
+
*/
|
5816
5835
|
_highlighted: "&[data-highlighted]",
|
5836
|
+
/**
|
5837
|
+
* Styles to apply when a child of this element has received focus
|
5838
|
+
* - CSS Selector `&:focus-within`
|
5839
|
+
*/
|
5817
5840
|
_focusWithin: "&:focus-within",
|
5841
|
+
/**
|
5842
|
+
* Styles to apply when this element has received focus via tabbing
|
5843
|
+
* - CSS Selector `&:focus-visible`
|
5844
|
+
*/
|
5818
5845
|
_focusVisible: "&:focus-visible, &[data-focus-visible]",
|
5846
|
+
/**
|
5847
|
+
* Styles to apply when this element is disabled. The passed styles are applied to these CSS selectors:
|
5848
|
+
* - `&[aria-disabled=true]`
|
5849
|
+
* - `&:disabled`
|
5850
|
+
* - `&[data-disabled]`
|
5851
|
+
* - `&[disabled]`
|
5852
|
+
*/
|
5819
5853
|
_disabled: "&:disabled, &[disabled], &[aria-disabled=true], &[data-disabled]",
|
5854
|
+
/**
|
5855
|
+
* Styles for CSS Selector `&:readonly`
|
5856
|
+
*/
|
5820
5857
|
_readOnly: "&[aria-readonly=true], &[readonly], &[data-readonly]",
|
5858
|
+
/**
|
5859
|
+
* Styles for CSS selector `&::before`
|
5860
|
+
*
|
5861
|
+
* NOTE:When using this, ensure the `content` is wrapped in a backtick.
|
5862
|
+
* @example
|
5863
|
+
* ```jsx
|
5864
|
+
* <Box _before={{content:`""` }}/>
|
5865
|
+
* ```
|
5866
|
+
*/
|
5821
5867
|
_before: "&::before",
|
5868
|
+
/**
|
5869
|
+
* Styles for CSS selector `&::after`
|
5870
|
+
*
|
5871
|
+
* NOTE:When using this, ensure the `content` is wrapped in a backtick.
|
5872
|
+
* @example
|
5873
|
+
* ```jsx
|
5874
|
+
* <Box _after={{content:`""` }}/>
|
5875
|
+
* ```
|
5876
|
+
*/
|
5822
5877
|
_after: "&::after",
|
5878
|
+
/**
|
5879
|
+
* Styles for CSS selector `&:empty`
|
5880
|
+
*/
|
5823
5881
|
_empty: "&:empty",
|
5882
|
+
/**
|
5883
|
+
* Styles to apply when the ARIA attribute `aria-expanded` is `true`
|
5884
|
+
* - CSS selector `&[aria-expanded=true]`
|
5885
|
+
*/
|
5824
5886
|
_expanded: "&[aria-expanded=true], &[data-expanded]",
|
5887
|
+
/**
|
5888
|
+
* Styles to apply when the ARIA attribute `aria-checked` is `true`
|
5889
|
+
* - CSS selector `&[aria-checked=true]`
|
5890
|
+
*/
|
5825
5891
|
_checked: "&[aria-checked=true], &[data-checked]",
|
5892
|
+
/**
|
5893
|
+
* Styles to apply when the ARIA attribute `aria-grabbed` is `true`
|
5894
|
+
* - CSS selector `&[aria-grabbed=true]`
|
5895
|
+
*/
|
5826
5896
|
_grabbed: "&[aria-grabbed=true], &[data-grabbed]",
|
5897
|
+
/**
|
5898
|
+
* Styles for CSS Selector `&[aria-pressed=true]`
|
5899
|
+
* Typically used to style the current "pressed" state of toggle buttons
|
5900
|
+
*/
|
5827
5901
|
_pressed: "&[aria-pressed=true], &[data-pressed]",
|
5902
|
+
/**
|
5903
|
+
* Styles to apply when the ARIA attribute `aria-invalid` is `true`
|
5904
|
+
* - CSS selector `&[aria-invalid=true]`
|
5905
|
+
*/
|
5828
5906
|
_invalid: "&[aria-invalid=true], &[data-invalid]",
|
5907
|
+
/**
|
5908
|
+
* Styles for the valid state
|
5909
|
+
* - CSS selector `&[data-valid], &[data-state=valid]`
|
5910
|
+
*/
|
5829
5911
|
_valid: "&[data-valid], &[data-state=valid]",
|
5912
|
+
/**
|
5913
|
+
* Styles for CSS Selector `&[aria-busy=true]` or `&[data-loading=true]`.
|
5914
|
+
* Useful for styling loading states
|
5915
|
+
*/
|
5830
5916
|
_loading: "&[data-loading], &[aria-busy=true]",
|
5917
|
+
/**
|
5918
|
+
* Styles to apply when the ARIA attribute `aria-selected` is `true`
|
5919
|
+
*
|
5920
|
+
* - CSS selector `&[aria-selected=true]`
|
5921
|
+
*/
|
5831
5922
|
_selected: "&[aria-selected=true], &[data-selected]",
|
5923
|
+
/**
|
5924
|
+
* Styles for CSS Selector `[hidden=true]`
|
5925
|
+
*/
|
5832
5926
|
_hidden: "&[hidden], &[data-hidden]",
|
5927
|
+
/**
|
5928
|
+
* Styles for CSS Selector `&:-webkit-autofill`
|
5929
|
+
*/
|
5833
5930
|
_autofill: "&:-webkit-autofill",
|
5931
|
+
/**
|
5932
|
+
* Styles for CSS Selector `&:nth-child(even)`
|
5933
|
+
*/
|
5834
5934
|
_even: "&:nth-of-type(even)",
|
5935
|
+
/**
|
5936
|
+
* Styles for CSS Selector `&:nth-child(odd)`
|
5937
|
+
*/
|
5835
5938
|
_odd: "&:nth-of-type(odd)",
|
5939
|
+
/**
|
5940
|
+
* Styles for CSS Selector `&:first-of-type`
|
5941
|
+
*/
|
5836
5942
|
_first: "&:first-of-type",
|
5943
|
+
/**
|
5944
|
+
* Styles for CSS selector `&::first-letter`
|
5945
|
+
*
|
5946
|
+
* NOTE: This selector is only applied for block-level elements and not preceded by an image or table.
|
5947
|
+
* @example
|
5948
|
+
* ```jsx
|
5949
|
+
* <Text _firstLetter={{ textDecoration: 'underline' }}>Once upon a time</Text>
|
5950
|
+
* ```
|
5951
|
+
*/
|
5837
5952
|
_firstLetter: "&::first-letter",
|
5953
|
+
/**
|
5954
|
+
* Styles for CSS Selector `&:last-of-type`
|
5955
|
+
*/
|
5838
5956
|
_last: "&:last-of-type",
|
5957
|
+
/**
|
5958
|
+
* Styles for CSS Selector `&:not(:first-of-type)`
|
5959
|
+
*/
|
5839
5960
|
_notFirst: "&:not(:first-of-type)",
|
5961
|
+
/**
|
5962
|
+
* Styles for CSS Selector `&:not(:last-of-type)`
|
5963
|
+
*/
|
5840
5964
|
_notLast: "&:not(:last-of-type)",
|
5965
|
+
/**
|
5966
|
+
* Styles for CSS Selector `&:visited`
|
5967
|
+
*/
|
5841
5968
|
_visited: "&:visited",
|
5969
|
+
/**
|
5970
|
+
* Used to style the active link in a navigation
|
5971
|
+
* Styles for CSS Selector `&[aria-current=page]`
|
5972
|
+
*/
|
5842
5973
|
_activeLink: "&[aria-current=page]",
|
5974
|
+
/**
|
5975
|
+
* Used to style the current step within a process
|
5976
|
+
* Styles for CSS Selector `&[aria-current=step]`
|
5977
|
+
*/
|
5843
5978
|
_activeStep: "&[aria-current=step]",
|
5979
|
+
/**
|
5980
|
+
* Styles to apply when the ARIA attribute `aria-checked` is `mixed`
|
5981
|
+
* - CSS selector `&[aria-checked=mixed]`
|
5982
|
+
*/
|
5844
5983
|
_indeterminate: "&:indeterminate, &[aria-checked=mixed], &[data-indeterminate]",
|
5984
|
+
/**
|
5985
|
+
* Styles to apply when a parent element with `.group`, `data-group` or `role=group` is hovered
|
5986
|
+
*/
|
5845
5987
|
_groupHover: toGroup(state.hover),
|
5988
|
+
/**
|
5989
|
+
* Styles to apply when a sibling element with `.peer` or `data-peer` is hovered
|
5990
|
+
*/
|
5846
5991
|
_peerHover: toPeer(state.hover),
|
5992
|
+
/**
|
5993
|
+
* Styles to apply when a parent element with `.group`, `data-group` or `role=group` is focused
|
5994
|
+
*/
|
5847
5995
|
_groupFocus: toGroup(state.focus),
|
5996
|
+
/**
|
5997
|
+
* Styles to apply when a sibling element with `.peer` or `data-peer` is focused
|
5998
|
+
*/
|
5848
5999
|
_peerFocus: toPeer(state.focus),
|
6000
|
+
/**
|
6001
|
+
* Styles to apply when a parent element with `.group`, `data-group` or `role=group` has visible focus
|
6002
|
+
*/
|
5849
6003
|
_groupFocusVisible: toGroup(state.focusVisible),
|
6004
|
+
/**
|
6005
|
+
* Styles to apply when a sibling element with `.peer`or `data-peer` has visible focus
|
6006
|
+
*/
|
5850
6007
|
_peerFocusVisible: toPeer(state.focusVisible),
|
6008
|
+
/**
|
6009
|
+
* Styles to apply when a parent element with `.group`, `data-group` or `role=group` is active
|
6010
|
+
*/
|
5851
6011
|
_groupActive: toGroup(state.active),
|
6012
|
+
/**
|
6013
|
+
* Styles to apply when a sibling element with `.peer` or `data-peer` is active
|
6014
|
+
*/
|
5852
6015
|
_peerActive: toPeer(state.active),
|
6016
|
+
/**
|
6017
|
+
* Styles to apply when a parent element with `.group`, `data-group` or `role=group` is disabled
|
6018
|
+
*/
|
5853
6019
|
_groupDisabled: toGroup(state.disabled),
|
6020
|
+
/**
|
6021
|
+
* Styles to apply when a sibling element with `.peer` or `data-peer` is disabled
|
6022
|
+
*/
|
5854
6023
|
_peerDisabled: toPeer(state.disabled),
|
6024
|
+
/**
|
6025
|
+
* Styles to apply when a parent element with `.group`, `data-group` or `role=group` is invalid
|
6026
|
+
*/
|
5855
6027
|
_groupInvalid: toGroup(state.invalid),
|
6028
|
+
/**
|
6029
|
+
* Styles to apply when a sibling element with `.peer` or `data-peer` is invalid
|
6030
|
+
*/
|
5856
6031
|
_peerInvalid: toPeer(state.invalid),
|
6032
|
+
/**
|
6033
|
+
* Styles to apply when a parent element with `.group`, `data-group` or `role=group` is checked
|
6034
|
+
*/
|
5857
6035
|
_groupChecked: toGroup(state.checked),
|
6036
|
+
/**
|
6037
|
+
* Styles to apply when a sibling element with `.peer` or `data-peer` is checked
|
6038
|
+
*/
|
5858
6039
|
_peerChecked: toPeer(state.checked),
|
6040
|
+
/**
|
6041
|
+
* Styles to apply when a parent element with `.group`, `data-group` or `role=group` has focus within
|
6042
|
+
*/
|
5859
6043
|
_groupFocusWithin: toGroup(state.focusWithin),
|
6044
|
+
/**
|
6045
|
+
* Styles to apply when a sibling element with `.peer` or `data-peer` has focus within
|
6046
|
+
*/
|
5860
6047
|
_peerFocusWithin: toPeer(state.focusWithin),
|
6048
|
+
/**
|
6049
|
+
* Styles to apply when a sibling element with `.peer` or `data-peer` has placeholder shown
|
6050
|
+
*/
|
5861
6051
|
_peerPlaceholderShown: toPeer(state.placeholderShown),
|
6052
|
+
/**
|
6053
|
+
* Styles for CSS Selector `&::placeholder`.
|
6054
|
+
*/
|
5862
6055
|
_placeholder: "&::placeholder",
|
6056
|
+
/**
|
6057
|
+
* Styles for CSS Selector `&:placeholder-shown`.
|
6058
|
+
*/
|
5863
6059
|
_placeholderShown: "&:placeholder-shown",
|
6060
|
+
/**
|
6061
|
+
* Styles for CSS Selector `&:fullscreen`.
|
6062
|
+
*/
|
5864
6063
|
_fullScreen: "&:fullscreen",
|
6064
|
+
/**
|
6065
|
+
* Styles for CSS Selector `&::selection`
|
6066
|
+
*/
|
5865
6067
|
_selection: "&::selection",
|
6068
|
+
/**
|
6069
|
+
* Styles for CSS Selector `[dir=rtl] &`
|
6070
|
+
* It is applied when a parent element or this element has `dir="rtl"`
|
6071
|
+
*/
|
5866
6072
|
_rtl: "[dir=rtl] &, &[dir=rtl]",
|
6073
|
+
/**
|
6074
|
+
* Styles for CSS Selector `[dir=ltr] &`
|
6075
|
+
* It is applied when a parent element or this element has `dir="ltr"`
|
6076
|
+
*/
|
5867
6077
|
_ltr: "[dir=ltr] &, &[dir=ltr]",
|
6078
|
+
/**
|
6079
|
+
* Styles for CSS Selector `@media (prefers-color-scheme: dark)`
|
6080
|
+
* It is used when the user has requested the system use a light or dark color theme.
|
6081
|
+
*/
|
5868
6082
|
_mediaDark: "@media (prefers-color-scheme: dark)",
|
6083
|
+
/**
|
6084
|
+
* Styles for CSS Selector `@media (prefers-reduced-motion: reduce)`
|
6085
|
+
* It is used when the user has requested the system to reduce the amount of animations.
|
6086
|
+
*/
|
5869
6087
|
_mediaReduceMotion: "@media (prefers-reduced-motion: reduce)",
|
6088
|
+
/**
|
6089
|
+
* Styles for when `data-theme` is applied to any parent of
|
6090
|
+
* this component or element.
|
6091
|
+
*/
|
5870
6092
|
_dark: ".chakra-ui-dark &:not([data-theme]),[data-theme=dark] &:not([data-theme]),&[data-theme=dark]",
|
6093
|
+
/**
|
6094
|
+
* Styles for when `data-theme` is applied to any parent of
|
6095
|
+
* this component or element.
|
6096
|
+
*/
|
5871
6097
|
_light: ".chakra-ui-light &:not([data-theme]),[data-theme=light] &:not([data-theme]),&[data-theme=light]",
|
6098
|
+
/**
|
6099
|
+
* Styles for the CSS Selector `&[data-orientation=horizontal]`
|
6100
|
+
*/
|
5872
6101
|
_horizontal: "&[data-orientation=horizontal]",
|
6102
|
+
/**
|
6103
|
+
* Styles for the CSS Selector `&[data-orientation=vertical]`
|
6104
|
+
*/
|
5873
6105
|
_vertical: "&[data-orientation=vertical]"
|
5874
6106
|
};
|
5875
6107
|
var pseudoPropNames = Object.keys(
|
@@ -5917,7 +6149,7 @@ function createMultiStyleConfigHelpers(parts14) {
|
|
5917
6149
|
};
|
5918
6150
|
}
|
5919
6151
|
|
5920
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
6152
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-Q5NOVGYN.mjs
|
5921
6153
|
var { defineMultiStyleConfig, definePartsStyle } = createMultiStyleConfigHelpers([
|
5922
6154
|
"stepper",
|
5923
6155
|
"step",
|
@@ -6063,7 +6295,7 @@ var stepperTheme = defineMultiStyleConfig({
|
|
6063
6295
|
}
|
6064
6296
|
});
|
6065
6297
|
|
6066
|
-
// ../../node_modules/@chakra-ui/anatomy/dist/chunk-
|
6298
|
+
// ../../node_modules/@chakra-ui/anatomy/dist/chunk-OA3DH5LS.mjs
|
6067
6299
|
function anatomy(name, map = {}) {
|
6068
6300
|
let called = false;
|
6069
6301
|
function assert() {
|
@@ -6127,7 +6359,7 @@ function anatomy(name, map = {}) {
|
|
6127
6359
|
};
|
6128
6360
|
}
|
6129
6361
|
|
6130
|
-
// ../../node_modules/@chakra-ui/anatomy/dist/chunk-
|
6362
|
+
// ../../node_modules/@chakra-ui/anatomy/dist/chunk-7OOI6RFH.mjs
|
6131
6363
|
var accordionAnatomy = anatomy("accordion").parts("root", "container", "button", "panel").extend("icon");
|
6132
6364
|
var alertAnatomy = anatomy("alert").parts("title", "description", "container").extend("icon", "spinner");
|
6133
6365
|
var avatarAnatomy = anatomy("avatar").parts("label", "badge", "container").extend("excessLabel", "group");
|
@@ -6192,7 +6424,8 @@ var statAnatomy = anatomy("stat").parts(
|
|
6192
6424
|
var switchAnatomy = anatomy("switch").parts(
|
6193
6425
|
"container",
|
6194
6426
|
"track",
|
6195
|
-
"thumb"
|
6427
|
+
"thumb",
|
6428
|
+
"label"
|
6196
6429
|
);
|
6197
6430
|
var tableAnatomy = anatomy("table").parts(
|
6198
6431
|
"table",
|
@@ -6223,6 +6456,16 @@ var cardAnatomy = anatomy("card").parts(
|
|
6223
6456
|
"body",
|
6224
6457
|
"footer"
|
6225
6458
|
);
|
6459
|
+
anatomy("stepper").parts(
|
6460
|
+
"stepper",
|
6461
|
+
"step",
|
6462
|
+
"title",
|
6463
|
+
"description",
|
6464
|
+
"indicator",
|
6465
|
+
"separator",
|
6466
|
+
"icon",
|
6467
|
+
"number"
|
6468
|
+
);
|
6226
6469
|
var { defineMultiStyleConfig: defineMultiStyleConfig2, definePartsStyle: definePartsStyle2 } = createMultiStyleConfigHelpers(switchAnatomy.keys);
|
6227
6470
|
var $width = cssVar$1("switch-track-width");
|
6228
6471
|
var $height = cssVar$1("switch-track-height");
|
@@ -6759,7 +7002,7 @@ var badgeTheme = defineStyleConfig({
|
|
6759
7002
|
}
|
6760
7003
|
});
|
6761
7004
|
|
6762
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
7005
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-7RVLYCMR.mjs
|
6763
7006
|
var { defineMultiStyleConfig: defineMultiStyleConfig5, definePartsStyle: definePartsStyle5 } = createMultiStyleConfigHelpers(tagAnatomy.keys);
|
6764
7007
|
var $bg3 = cssVar("tag-bg");
|
6765
7008
|
var $color = cssVar("tag-color");
|
@@ -7083,7 +7326,7 @@ var inputTheme = defineMultiStyleConfig6({
|
|
7083
7326
|
}
|
7084
7327
|
});
|
7085
7328
|
|
7086
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
7329
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-KJ26FGJD.mjs
|
7087
7330
|
var _a;
|
7088
7331
|
var baseStyle8 = defineStyle({
|
7089
7332
|
...(_a = inputTheme.baseStyle) == null ? void 0 : _a.field,
|
@@ -7229,7 +7472,7 @@ var progressTheme = defineMultiStyleConfig7({
|
|
7229
7472
|
}
|
7230
7473
|
});
|
7231
7474
|
|
7232
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
7475
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-UV3F75RF.mjs
|
7233
7476
|
var isFunction = (value) => typeof value === "function";
|
7234
7477
|
function runIfFn(valueOrFn, ...args) {
|
7235
7478
|
return isFunction(valueOrFn) ? valueOrFn(...args) : valueOrFn;
|
@@ -7321,7 +7564,7 @@ var checkboxTheme = defineMultiStyleConfig8({
|
|
7321
7564
|
}
|
7322
7565
|
});
|
7323
7566
|
|
7324
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
7567
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-VZUATZ4E.mjs
|
7325
7568
|
var { defineMultiStyleConfig: defineMultiStyleConfig9, definePartsStyle: definePartsStyle9 } = createMultiStyleConfigHelpers(radioAnatomy.keys);
|
7326
7569
|
var baseStyleControl2 = defineStyle((props) => {
|
7327
7570
|
var _a6;
|
@@ -7374,7 +7617,7 @@ var radioTheme = defineMultiStyleConfig9({
|
|
7374
7617
|
}
|
7375
7618
|
});
|
7376
7619
|
|
7377
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
7620
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-NNA4E64A.mjs
|
7378
7621
|
var { defineMultiStyleConfig: defineMultiStyleConfig10, definePartsStyle: definePartsStyle10 } = createMultiStyleConfigHelpers(selectAnatomy.keys);
|
7379
7622
|
var $bg5 = cssVar("select-bg");
|
7380
7623
|
var _a4;
|
@@ -7458,7 +7701,7 @@ var selectTheme = defineMultiStyleConfig10({
|
|
7458
7701
|
defaultProps: inputTheme.defaultProps
|
7459
7702
|
});
|
7460
7703
|
|
7461
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
7704
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-X6XFE4TF.mjs
|
7462
7705
|
var $startColor = cssVar("skeleton-start-color");
|
7463
7706
|
var $endColor = cssVar("skeleton-end-color");
|
7464
7707
|
var baseStyle14 = defineStyle({
|
@@ -7477,7 +7720,7 @@ var skeletonTheme = defineStyleConfig({
|
|
7477
7720
|
baseStyle: baseStyle14
|
7478
7721
|
});
|
7479
7722
|
|
7480
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
7723
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-ZREGO6US.mjs
|
7481
7724
|
var $bg6 = cssVar("skip-link-bg");
|
7482
7725
|
var baseStyle15 = defineStyle({
|
7483
7726
|
borderRadius: "md",
|
@@ -7666,7 +7909,7 @@ var spinnerTheme = defineStyleConfig({
|
|
7666
7909
|
}
|
7667
7910
|
});
|
7668
7911
|
|
7669
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
7912
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-2KWJXISX.mjs
|
7670
7913
|
var { defineMultiStyleConfig: defineMultiStyleConfig12, definePartsStyle: definePartsStyle12 } = createMultiStyleConfigHelpers(statAnatomy.keys);
|
7671
7914
|
var baseStyleLabel4 = defineStyle({
|
7672
7915
|
fontWeight: "medium"
|
@@ -7707,7 +7950,7 @@ var statTheme = defineMultiStyleConfig12({
|
|
7707
7950
|
}
|
7708
7951
|
});
|
7709
7952
|
|
7710
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
7953
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-AFCBUAM5.mjs
|
7711
7954
|
var $bg8 = cssVar("kbd-bg");
|
7712
7955
|
var baseStyle19 = defineStyle({
|
7713
7956
|
[$bg8.variable]: "colors.gray.100",
|
@@ -7728,7 +7971,7 @@ var kbdTheme = defineStyleConfig({
|
|
7728
7971
|
baseStyle: baseStyle19
|
7729
7972
|
});
|
7730
7973
|
|
7731
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
7974
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-V5KSHSOQ.mjs
|
7732
7975
|
var baseStyle20 = defineStyle({
|
7733
7976
|
transitionProperty: "common",
|
7734
7977
|
transitionDuration: "fast",
|
@@ -7748,7 +7991,7 @@ var linkTheme = defineStyleConfig({
|
|
7748
7991
|
baseStyle: baseStyle20
|
7749
7992
|
});
|
7750
7993
|
|
7751
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
7994
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-MGNM2WZQ.mjs
|
7752
7995
|
var { defineMultiStyleConfig: defineMultiStyleConfig13, definePartsStyle: definePartsStyle13 } = createMultiStyleConfigHelpers(listAnatomy.keys);
|
7753
7996
|
var baseStyleIcon4 = defineStyle({
|
7754
7997
|
marginEnd: "2",
|
@@ -7762,7 +8005,7 @@ var listTheme = defineMultiStyleConfig13({
|
|
7762
8005
|
baseStyle: baseStyle21
|
7763
8006
|
});
|
7764
8007
|
|
7765
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
8008
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-N2GP2AF7.mjs
|
7766
8009
|
var { defineMultiStyleConfig: defineMultiStyleConfig14, definePartsStyle: definePartsStyle14 } = createMultiStyleConfigHelpers(menuAnatomy.keys);
|
7767
8010
|
var $bg9 = cssVar("menu-bg");
|
7768
8011
|
var $shadow2 = cssVar("menu-shadow");
|
@@ -7851,7 +8094,7 @@ var menuTheme = defineMultiStyleConfig14({
|
|
7851
8094
|
baseStyle: baseStyle22
|
7852
8095
|
});
|
7853
8096
|
|
7854
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
8097
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-JN6QBAR6.mjs
|
7855
8098
|
var { defineMultiStyleConfig: defineMultiStyleConfig15, definePartsStyle: definePartsStyle15 } = createMultiStyleConfigHelpers(modalAnatomy.keys);
|
7856
8099
|
var $bg10 = cssVar("modal-bg");
|
7857
8100
|
var $shadow3 = cssVar("modal-shadow");
|
@@ -8049,7 +8292,7 @@ var numberInputTheme = defineMultiStyleConfig16({
|
|
8049
8292
|
defaultProps: inputTheme.defaultProps
|
8050
8293
|
});
|
8051
8294
|
|
8052
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
8295
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-OEFJDLVS.mjs
|
8053
8296
|
var _a5;
|
8054
8297
|
var baseStyle25 = defineStyle({
|
8055
8298
|
...(_a5 = inputTheme.baseStyle) == null ? void 0 : _a5.field,
|
@@ -8168,7 +8411,7 @@ var popoverTheme = defineMultiStyleConfig17({
|
|
8168
8411
|
baseStyle: baseStyle26
|
8169
8412
|
});
|
8170
8413
|
|
8171
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
8414
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-VWP3ZVQT.mjs
|
8172
8415
|
var { definePartsStyle: definePartsStyle18, defineMultiStyleConfig: defineMultiStyleConfig18 } = createMultiStyleConfigHelpers(drawerAnatomy.keys);
|
8173
8416
|
var $bg12 = cssVar("drawer-bg");
|
8174
8417
|
var $bs = cssVar("drawer-box-shadow");
|
@@ -8184,7 +8427,7 @@ function getSize3(value) {
|
|
8184
8427
|
}
|
8185
8428
|
var baseStyleOverlay2 = defineStyle({
|
8186
8429
|
bg: "blackAlpha.600",
|
8187
|
-
zIndex: "
|
8430
|
+
zIndex: "modal"
|
8188
8431
|
});
|
8189
8432
|
var baseStyleDialogContainer2 = defineStyle({
|
8190
8433
|
display: "flex",
|
@@ -8254,7 +8497,7 @@ var drawerTheme = defineMultiStyleConfig18({
|
|
8254
8497
|
}
|
8255
8498
|
});
|
8256
8499
|
|
8257
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
8500
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-D6DZ26HA.mjs
|
8258
8501
|
var { definePartsStyle: definePartsStyle19, defineMultiStyleConfig: defineMultiStyleConfig19 } = createMultiStyleConfigHelpers(editableAnatomy.keys);
|
8259
8502
|
var baseStylePreview = defineStyle({
|
8260
8503
|
borderRadius: "md",
|
@@ -8289,7 +8532,7 @@ var editableTheme = defineMultiStyleConfig19({
|
|
8289
8532
|
baseStyle: baseStyle28
|
8290
8533
|
});
|
8291
8534
|
|
8292
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
8535
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-O6GGGS4Y.mjs
|
8293
8536
|
var { definePartsStyle: definePartsStyle20, defineMultiStyleConfig: defineMultiStyleConfig20 } = createMultiStyleConfigHelpers(formAnatomy.keys);
|
8294
8537
|
var $fg4 = cssVar("form-control-color");
|
8295
8538
|
var baseStyleRequiredIndicator = defineStyle({
|
@@ -8322,7 +8565,7 @@ var formTheme = defineMultiStyleConfig20({
|
|
8322
8565
|
baseStyle: baseStyle29
|
8323
8566
|
});
|
8324
8567
|
|
8325
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
8568
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-SRBDDT7F.mjs
|
8326
8569
|
var { definePartsStyle: definePartsStyle21, defineMultiStyleConfig: defineMultiStyleConfig21 } = createMultiStyleConfigHelpers(formErrorAnatomy.keys);
|
8327
8570
|
var $fg5 = cssVar("form-error-color");
|
8328
8571
|
var baseStyleText = defineStyle({
|
@@ -8351,7 +8594,7 @@ var formErrorTheme = defineMultiStyleConfig21({
|
|
8351
8594
|
baseStyle: baseStyle30
|
8352
8595
|
});
|
8353
8596
|
|
8354
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
8597
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-VHM7WLW6.mjs
|
8355
8598
|
var baseStyle31 = defineStyle({
|
8356
8599
|
fontSize: "md",
|
8357
8600
|
marginEnd: "3",
|
@@ -8368,7 +8611,7 @@ var formLabelTheme = defineStyleConfig({
|
|
8368
8611
|
baseStyle: baseStyle31
|
8369
8612
|
});
|
8370
8613
|
|
8371
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
8614
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-WXARPSDQ.mjs
|
8372
8615
|
var baseStyle32 = defineStyle({
|
8373
8616
|
fontFamily: "heading",
|
8374
8617
|
fontWeight: "bold"
|
@@ -8415,7 +8658,7 @@ var headingTheme = defineStyleConfig({
|
|
8415
8658
|
}
|
8416
8659
|
});
|
8417
8660
|
|
8418
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
8661
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-FU5DDBRC.mjs
|
8419
8662
|
var { defineMultiStyleConfig: defineMultiStyleConfig22, definePartsStyle: definePartsStyle22 } = createMultiStyleConfigHelpers(breadcrumbAnatomy.keys);
|
8420
8663
|
var $decor = cssVar("breadcrumb-link-decor");
|
8421
8664
|
var baseStyleLink = defineStyle({
|
@@ -8618,7 +8861,7 @@ var buttonTheme = defineStyleConfig({
|
|
8618
8861
|
}
|
8619
8862
|
});
|
8620
8863
|
|
8621
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
8864
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-F7CKIHPM.mjs
|
8622
8865
|
var { definePartsStyle: definePartsStyle23, defineMultiStyleConfig: defineMultiStyleConfig23 } = createMultiStyleConfigHelpers(cardAnatomy.keys);
|
8623
8866
|
var $bg13 = cssVar("card-bg");
|
8624
8867
|
var $padding2 = cssVar("card-padding");
|
@@ -8760,7 +9003,7 @@ var closeButtonTheme = defineStyleConfig({
|
|
8760
9003
|
}
|
8761
9004
|
});
|
8762
9005
|
|
8763
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
9006
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-K3RH7Y2L.mjs
|
8764
9007
|
var { variants: variants10, defaultProps } = badgeTheme;
|
8765
9008
|
var baseStyle37 = defineStyle({
|
8766
9009
|
fontFamily: "mono",
|
@@ -8777,7 +9020,7 @@ var codeTheme = defineStyleConfig({
|
|
8777
9020
|
defaultProps
|
8778
9021
|
});
|
8779
9022
|
|
8780
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
9023
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-TECE6HDR.mjs
|
8781
9024
|
var baseStyle38 = defineStyle({
|
8782
9025
|
w: "100%",
|
8783
9026
|
mx: "auto",
|
@@ -8788,7 +9031,7 @@ var containerTheme = defineStyleConfig({
|
|
8788
9031
|
baseStyle: baseStyle38
|
8789
9032
|
});
|
8790
9033
|
|
8791
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
9034
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-5S44M2O4.mjs
|
8792
9035
|
var baseStyle39 = defineStyle({
|
8793
9036
|
opacity: 0.6,
|
8794
9037
|
borderColor: "inherit"
|
@@ -8811,7 +9054,7 @@ var dividerTheme = defineStyleConfig({
|
|
8811
9054
|
}
|
8812
9055
|
});
|
8813
9056
|
|
8814
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
9057
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-J7AGDWFO.mjs
|
8815
9058
|
var { definePartsStyle: definePartsStyle24, defineMultiStyleConfig: defineMultiStyleConfig24 } = createMultiStyleConfigHelpers(accordionAnatomy.keys);
|
8816
9059
|
var baseStyleContainer4 = defineStyle({
|
8817
9060
|
borderTopWidth: "1px",
|
@@ -8897,7 +9140,7 @@ var variantSubtle2 = definePartsStyle25((props) => {
|
|
8897
9140
|
const bg = getBg(props);
|
8898
9141
|
return {
|
8899
9142
|
container: {
|
8900
|
-
[$fg6.variable]: `colors.${c}.
|
9143
|
+
[$fg6.variable]: `colors.${c}.600`,
|
8901
9144
|
[$bg15.variable]: bg.light,
|
8902
9145
|
_dark: {
|
8903
9146
|
[$fg6.variable]: `colors.${c}.200`,
|
@@ -8911,7 +9154,7 @@ var variantLeftAccent = definePartsStyle25((props) => {
|
|
8911
9154
|
const bg = getBg(props);
|
8912
9155
|
return {
|
8913
9156
|
container: {
|
8914
|
-
[$fg6.variable]: `colors.${c}.
|
9157
|
+
[$fg6.variable]: `colors.${c}.600`,
|
8915
9158
|
[$bg15.variable]: bg.light,
|
8916
9159
|
_dark: {
|
8917
9160
|
[$fg6.variable]: `colors.${c}.200`,
|
@@ -8928,7 +9171,7 @@ var variantTopAccent = definePartsStyle25((props) => {
|
|
8928
9171
|
const bg = getBg(props);
|
8929
9172
|
return {
|
8930
9173
|
container: {
|
8931
|
-
[$fg6.variable]: `colors.${c}.
|
9174
|
+
[$fg6.variable]: `colors.${c}.600`,
|
8932
9175
|
[$bg15.variable]: bg.light,
|
8933
9176
|
_dark: {
|
8934
9177
|
[$fg6.variable]: `colors.${c}.200`,
|
@@ -8945,7 +9188,7 @@ var variantSolid4 = definePartsStyle25((props) => {
|
|
8945
9188
|
return {
|
8946
9189
|
container: {
|
8947
9190
|
[$fg6.variable]: `colors.white`,
|
8948
|
-
[$bg15.variable]: `colors.${c}.
|
9191
|
+
[$bg15.variable]: `colors.${c}.600`,
|
8949
9192
|
_dark: {
|
8950
9193
|
[$fg6.variable]: `colors.gray.900`,
|
8951
9194
|
[$bg15.variable]: `colors.${c}.200`
|
@@ -9058,7 +9301,7 @@ var avatarTheme = defineMultiStyleConfig26({
|
|
9058
9301
|
}
|
9059
9302
|
});
|
9060
9303
|
|
9061
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
9304
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-P7SDT22G.mjs
|
9062
9305
|
var components = {
|
9063
9306
|
Accordion: accordionTheme,
|
9064
9307
|
Alert: alertTheme,
|
@@ -9104,7 +9347,7 @@ var components = {
|
|
9104
9347
|
Stepper: stepperTheme
|
9105
9348
|
};
|
9106
9349
|
|
9107
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
9350
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-5GOSZLB7.mjs
|
9108
9351
|
var semanticTokens = {
|
9109
9352
|
colors: {
|
9110
9353
|
"chakra-body-text": { _light: "gray.800", _dark: "whiteAlpha.900" },
|
@@ -9117,7 +9360,7 @@ var semanticTokens = {
|
|
9117
9360
|
}
|
9118
9361
|
};
|
9119
9362
|
|
9120
|
-
// ../../node_modules/@chakra-ui/theme/dist/chunk-
|
9363
|
+
// ../../node_modules/@chakra-ui/theme/dist/chunk-3F7U33P5.mjs
|
9121
9364
|
var styles = {
|
9122
9365
|
global: {
|
9123
9366
|
body: {
|
@@ -12033,7 +12276,7 @@ var config24 = helpers15.defineMultiStyleConfig({
|
|
12033
12276
|
container: {
|
12034
12277
|
// avoiding extra div by blending a transparent color into darkGrey for dark mode
|
12035
12278
|
backgroundColor: mode(
|
12036
|
-
"
|
12279
|
+
"white",
|
12037
12280
|
`color-mix(in srgb, ${colors.darkGrey}, ${colors.white} 10%)`
|
12038
12281
|
)(props),
|
12039
12282
|
boxShadow: "sm",
|