@kroo-web/design-system 1.19.0 → 1.20.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.
@@ -17,7 +17,7 @@ export declare const Checkbox: <T extends FieldValues>(props: TCheckboxProps<T>)
17
17
  export type TNativeCheckboxProps = {
18
18
  disabled?: boolean;
19
19
  error?: {
20
- message: string;
20
+ message?: string;
21
21
  };
22
22
  helper?: {
23
23
  message: string;
@@ -26,7 +26,7 @@ export type TNativeComboBoxRootProps = {
26
26
  children: ReactNode;
27
27
  disabled?: boolean;
28
28
  error?: {
29
- message: string;
29
+ message?: string;
30
30
  };
31
31
  helper?: {
32
32
  message: string;
@@ -19,7 +19,7 @@ export type TDatePicker<T extends FieldValues> = {
19
19
  export declare const DatePicker: <T extends FieldValues>(props: TDatePicker<T>) => import("react/jsx-runtime").JSX.Element;
20
20
  export type TNativeDatePickerProps = {
21
21
  error?: {
22
- message: string;
22
+ message?: string;
23
23
  };
24
24
  helper?: {
25
25
  message: string;
@@ -0,0 +1,7 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import { HeaderRow } from '.';
3
+
4
+ declare const _default: Meta<typeof HeaderRow>;
5
+ export default _default;
6
+ type Story = StoryObj<typeof HeaderRow>;
7
+ export declare const GeneralUsage: Story;
@@ -0,0 +1 @@
1
+ export declare const HeaderRow: () => import("react/jsx-runtime").JSX.Element;
@@ -20,7 +20,7 @@ export type TNativeNumberFieldProps = {
20
20
  defaultValue?: number;
21
21
  disabled?: boolean;
22
22
  error?: {
23
- message: string;
23
+ message?: string;
24
24
  };
25
25
  helper?: {
26
26
  message: string;
@@ -24,7 +24,7 @@ export type TNativeCountrySelectProps = {
24
24
  export type TNativeInputProps = {
25
25
  className?: string;
26
26
  error?: {
27
- message: string;
27
+ message?: string;
28
28
  };
29
29
  id: string;
30
30
  missing?: boolean;
@@ -14,7 +14,7 @@ export type TNativeRadioGroupRootProps = {
14
14
  name: string;
15
15
  variant?: 'cards' | 'circle';
16
16
  error?: {
17
- message: string;
17
+ message?: string;
18
18
  };
19
19
  onChange: (value: string) => void;
20
20
  } & RadixRadioGroup.RadioGroupProps;
@@ -30,7 +30,7 @@ export type TSelectProps<T extends FieldValues> = {
30
30
  export declare const Select: <T extends FieldValues>(props: TSelectProps<T>) => import("react/jsx-runtime").JSX.Element;
31
31
  export type TNativeSelectProps = {
32
32
  error?: {
33
- message: string;
33
+ message?: string;
34
34
  };
35
35
  helper?: {
36
36
  message: string;
@@ -25,7 +25,7 @@ export declare const TextField: import('react').ForwardRefExoticComponent<Omit<T
25
25
  export type TNativeTextFieldProps = {
26
26
  className?: string;
27
27
  error?: {
28
- message: string;
28
+ message?: string;
29
29
  };
30
30
  helper?: {
31
31
  message: ReactNode | string;
@@ -31,3 +31,4 @@ export * from './Toggle';
31
31
  export * from './Tooltip';
32
32
  export * from './Typography';
33
33
  export * from './Wrapper';
34
+ export * from './HeaderRow';
@@ -1,6 +1,6 @@
1
1
  export type TFieldErrorProps = {
2
2
  error: {
3
- message: string;
3
+ message?: string;
4
4
  };
5
5
  };
6
6
  export declare const FieldError: ({ error }: TFieldErrorProps) => import("react/jsx-runtime").JSX.Element;
package/dist/index.js CHANGED
@@ -415,7 +415,7 @@ function Wi(e) {
415
415
  const t = S.useContext(oC);
416
416
  return e || t || "ltr";
417
417
  }
418
- var en = "Accordion", rC = ["Home", "End", "ArrowDown", "ArrowUp", "ArrowLeft", "ArrowRight"], [xl, iC, sC] = Np(en), [Qi, j7] = kt(en, [
418
+ var en = "Accordion", rC = ["Home", "End", "ArrowDown", "ArrowUp", "ArrowLeft", "ArrowRight"], [xl, iC, sC] = Np(en), [Qi, Q7] = kt(en, [
419
419
  sC,
420
420
  Fp
421
421
  ]), El = Fp(), Up = U.forwardRef(
@@ -943,7 +943,7 @@ const oh = Ke(({ children: e, ...t }, n) => /* @__PURE__ */ w(gC, { ref: n, ...t
943
943
  }
944
944
  ) }));
945
945
  oh.displayName = "AccordionContent";
946
- const RC = (e) => /* @__PURE__ */ w(IC, { children: /* @__PURE__ */ w(eh, { ...e }) }), BC = (e) => /* @__PURE__ */ w(DC, { children: /* @__PURE__ */ w(th, { ...e }) }), W7 = {
946
+ const RC = (e) => /* @__PURE__ */ w(IC, { children: /* @__PURE__ */ w(eh, { ...e }) }), BC = (e) => /* @__PURE__ */ w(DC, { children: /* @__PURE__ */ w(th, { ...e }) }), z7 = {
947
947
  Content: oh,
948
948
  Item: BC,
949
949
  Root: RC,
@@ -1021,12 +1021,12 @@ const nw = "_container_s8rx3_1", ow = "_primary_s8rx3_19", rw = "_warning_s8rx3_
1021
1021
  }) => /* @__PURE__ */ w("div", { className: ce(Ac.container, Ac[t]), children: e }), uw = ({
1022
1022
  children: e,
1023
1023
  ...t
1024
- }) => /* @__PURE__ */ w(ge, { ...t, children: e }), Q7 = { Icon: je, Root: lw, Text: uw }, cw = "_cards_jxqdk_1", bc = {
1024
+ }) => /* @__PURE__ */ w(ge, { ...t, children: e }), q7 = { Icon: je, Root: lw, Text: uw }, cw = "_cards_jxqdk_1", bc = {
1025
1025
  cards: cw,
1026
1026
  "layout--bento-three": "_layout--bento-three_jxqdk_5",
1027
1027
  "layout--bento-four": "_layout--bento-four_jxqdk_22",
1028
1028
  "layout--bento-five": "_layout--bento-five_jxqdk_37"
1029
- }, z7 = ({ as: e, children: t, variants: n }) => {
1029
+ }, G7 = ({ as: e, children: t, variants: n }) => {
1030
1030
  const o = e || "div", r = {
1031
1031
  layout: "bento-three",
1032
1032
  ...n
@@ -1068,7 +1068,7 @@ function Il(e) {
1068
1068
  n(void 0);
1069
1069
  }, [e]), t;
1070
1070
  }
1071
- var Dl = "Checkbox", [dw, q7] = kt(Dl), [fw, pw] = dw(Dl), ih = S.forwardRef(
1071
+ var Dl = "Checkbox", [dw, Y7] = kt(Dl), [fw, pw] = dw(Dl), ih = S.forwardRef(
1072
1072
  (e, t) => {
1073
1073
  const {
1074
1074
  __scopeCheckbox: n,
@@ -1224,7 +1224,7 @@ const gw = "_container_1wdpi_1", yw = "_label_1wdpi_6", Aw = "_helper_1wdpi_13",
1224
1224
  errorIcon: Dw,
1225
1225
  nativeInput: kw,
1226
1226
  "nativeInput--error": "_nativeInput--error_m317t_98"
1227
- }, G7 = (e) => {
1227
+ }, Z7 = (e) => {
1228
1228
  const {
1229
1229
  control: t,
1230
1230
  formState: { errors: n = {} }
@@ -1304,7 +1304,7 @@ const gw = "_container_1wdpi_1", yw = "_label_1wdpi_6", Aw = "_helper_1wdpi_13",
1304
1304
  Rw.displayName = "NativeCheckbox";
1305
1305
  const Bw = "_container_5w0vv_1", Ow = {
1306
1306
  container: Bw
1307
- }, Y7 = ({ children: e, cols: t }) => /* @__PURE__ */ w(
1307
+ }, X7 = ({ children: e, cols: t }) => /* @__PURE__ */ w(
1308
1308
  "div",
1309
1309
  {
1310
1310
  className: Ow.container,
@@ -16479,7 +16479,7 @@ function x3(e) {
16479
16479
  return !e || o.text.toLowerCase().includes(t);
16480
16480
  };
16481
16481
  }
16482
- const X7 = (e) => {
16482
+ const $7 = (e) => {
16483
16483
  const {
16484
16484
  control: t,
16485
16485
  formState: { errors: n = {} }
@@ -16670,7 +16670,7 @@ const X7 = (e) => {
16670
16670
  /* @__PURE__ */ w(je, { icon: "chevron_right" })
16671
16671
  ]
16672
16672
  }
16673
- ), J7 = {
16673
+ ), _7 = {
16674
16674
  Item: T3,
16675
16675
  Options: P3,
16676
16676
  Root: S3
@@ -16682,7 +16682,7 @@ const X7 = (e) => {
16682
16682
  "input--missing": "_input--missing_126s7_66",
16683
16683
  error: k3,
16684
16684
  label: M3
16685
- }, $7 = (e) => {
16685
+ }, eB = (e) => {
16686
16686
  const {
16687
16687
  control: t,
16688
16688
  formState: { errors: n = {} }
@@ -16775,7 +16775,7 @@ B3.displayName = "NativeDatePicker";
16775
16775
  const O3 = {
16776
16776
  collapsed: { height: 0, opacity: 0 },
16777
16777
  open: { height: "auto", opacity: 1 }
16778
- }, _7 = ({ children: e, condition: t }) => /* @__PURE__ */ w(
16778
+ }, tB = ({ children: e, condition: t }) => /* @__PURE__ */ w(
16779
16779
  Pv.div,
16780
16780
  {
16781
16781
  animate: t ? "open" : "collapsed",
@@ -16785,7 +16785,7 @@ const O3 = {
16785
16785
  }
16786
16786
  ), N3 = "_form_1m3m6_1", F3 = {
16787
16787
  form: N3
16788
- }, eB = ({
16788
+ }, nB = ({
16789
16789
  children: e,
16790
16790
  methods: t,
16791
16791
  onSubmit: n,
@@ -16800,7 +16800,7 @@ const O3 = {
16800
16800
  }
16801
16801
  ) }), L3 = "_link_1bcin_1", V3 = {
16802
16802
  link: L3
16803
- }, tB = ({
16803
+ }, oB = ({
16804
16804
  as: e,
16805
16805
  children: t,
16806
16806
  className: n,
@@ -16810,7 +16810,7 @@ const O3 = {
16810
16810
  large: "110px",
16811
16811
  medium: "55px",
16812
16812
  small: "25px"
16813
- }, nB = ({ size: e = "medium" }) => /* @__PURE__ */ w(
16813
+ }, rB = ({ size: e = "medium" }) => /* @__PURE__ */ w(
16814
16814
  "img",
16815
16815
  {
16816
16816
  alt: "Loading...",
@@ -17963,7 +17963,7 @@ const Wk = /* @__PURE__ */ uh(jk), Qk = "_modal_3ln72_1", zk = "_buttons_3ln72_3
17963
17963
  ),
17964
17964
  o !== "action" && /* @__PURE__ */ w(ha, { autoFocus: !0, onClick: () => r(), onlyIcon: !0, variant: "tertiary", children: /* @__PURE__ */ w(je, { icon: "close" }) })
17965
17965
  ] });
17966
- }, Zk = ({ children: e }) => /* @__PURE__ */ w("footer", { className: Gu.buttons, children: e }), oB = { Buttons: Zk, Content: qk, Control: Gk, Header: Yk }, Xk = "_container_tq6mk_1", Jk = "_control_tq6mk_36", $k = "_nativeContainer_tq6mk_46", _k = "_input_tq6mk_66", rt = {
17966
+ }, Zk = ({ children: e }) => /* @__PURE__ */ w("footer", { className: Gu.buttons, children: e }), iB = { Buttons: Zk, Content: qk, Control: Gk, Header: Yk }, Xk = "_container_tq6mk_1", Jk = "_control_tq6mk_36", $k = "_nativeContainer_tq6mk_46", _k = "_input_tq6mk_66", rt = {
17967
17967
  container: Xk,
17968
17968
  "fake-input": "_fake-input_tq6mk_6",
17969
17969
  "spinbutton-container": "_spinbutton-container_tq6mk_12",
@@ -17975,7 +17975,7 @@ const Wk = /* @__PURE__ */ uh(jk), Qk = "_modal_3ln72_1", zk = "_buttons_3ln72_3
17975
17975
  input: _k,
17976
17976
  "nativeContainer--error": "_nativeContainer--error_tq6mk_72",
17977
17977
  "control--disabled": "_control--disabled_tq6mk_89"
17978
- }, e6 = ["ArrowUp", "ArrowDown", "PageUp", "PageDown", "Home", "End"], rB = (e) => {
17978
+ }, e6 = ["ArrowUp", "ArrowDown", "PageUp", "PageDown", "Home", "End"], sB = (e) => {
17979
17979
  const {
17980
17980
  control: t,
17981
17981
  formState: { errors: n = {} }
@@ -19397,7 +19397,7 @@ function jA(e) {
19397
19397
  const t = e.toUpperCase().split("").map((n) => 127397 + n.charCodeAt());
19398
19398
  return String.fromCodePoint(...t);
19399
19399
  }
19400
- const iB = (e) => {
19400
+ const aB = (e) => {
19401
19401
  const {
19402
19402
  control: t,
19403
19403
  formState: { errors: n = {} }
@@ -19574,7 +19574,7 @@ const iB = (e) => {
19574
19574
  children: n == null ? void 0 : n.message
19575
19575
  }
19576
19576
  )
19577
- ] }), sB = {
19577
+ ] }), lB = {
19578
19578
  CountrySelect: Ke(c6),
19579
19579
  Input: Ke(d6),
19580
19580
  Root: u6
@@ -19786,7 +19786,7 @@ const T6 = "_inputContainer_1eytr_1", I6 = "_inputWrapper_1eytr_9", D6 = "_input
19786
19786
  "ArrowDown",
19787
19787
  "Home",
19788
19788
  "End"
19789
- ], aB = (e) => {
19789
+ ], uB = (e) => {
19790
19790
  const {
19791
19791
  control: t,
19792
19792
  formState: { errors: n = {} }
@@ -19908,7 +19908,7 @@ const T6 = "_inputContainer_1eytr_1", I6 = "_inputWrapper_1eytr_9", D6 = "_input
19908
19908
  t && /* @__PURE__ */ w(H6, {})
19909
19909
  ]
19910
19910
  }
19911
- ), lB = (e) => /* @__PURE__ */ w(
19911
+ ), cB = (e) => /* @__PURE__ */ w(
19912
19912
  qA,
19913
19913
  {
19914
19914
  containerClassName: Pt.container,
@@ -22198,7 +22198,7 @@ var Tb = S.forwardRef(function(e, t) {
22198
22198
  return S.createElement(vs, at({}, e, { ref: t, sideCar: GM }));
22199
22199
  });
22200
22200
  Tb.classNames = vs.classNames;
22201
- var ac = "Popover", [Ib, uB] = kt(ac, [
22201
+ var ac = "Popover", [Ib, dB] = kt(ac, [
22202
22202
  ms
22203
22203
  ]), wr = ms(), [YM, xn] = Ib(ac), Db = (e) => {
22204
22204
  const {
@@ -22423,7 +22423,7 @@ const lR = "_trigger_5fq2u_1", uR = "_light_5fq2u_12", cR = "_dark_5fq2u_16", dR
22423
22423
  ] }), gR = ({ children: e, ...t }) => /* @__PURE__ */ w(iR, { children: /* @__PURE__ */ te(sR, { className: _o.popoverContent, ...t, children: [
22424
22424
  e,
22425
22425
  /* @__PURE__ */ w(aR, { className: _o.popoverArrow })
22426
- ] }) }), cB = {
22426
+ ] }) }), fB = {
22427
22427
  Content: gR,
22428
22428
  Root: mR,
22429
22429
  Trigger: vR
@@ -22435,7 +22435,7 @@ const lR = "_trigger_5fq2u_1", uR = "_light_5fq2u_12", cR = "_dark_5fq2u_16", dR
22435
22435
  progress: AR,
22436
22436
  "progress-bar": "_progress-bar_1glxj_26",
22437
22437
  label: bR
22438
- }, dB = ({
22438
+ }, pB = ({
22439
22439
  current: e = 1,
22440
22440
  label: t,
22441
22441
  max: n = 10,
@@ -22714,7 +22714,7 @@ var OR = (e) => {
22714
22714
  function Xb(e) {
22715
22715
  return e ? "checked" : "unchecked";
22716
22716
  }
22717
- var NR = ["ArrowUp", "ArrowDown", "ArrowLeft", "ArrowRight"], cc = "RadioGroup", [FR, fB] = kt(cc, [
22717
+ var NR = ["ArrowUp", "ArrowDown", "ArrowLeft", "ArrowRight"], cc = "RadioGroup", [FR, hB] = kt(cc, [
22718
22718
  ys,
22719
22719
  qb
22720
22720
  ]), Jb = ys(), $b = qb(), [LR, VR] = FR(cc), _b = S.forwardRef(
@@ -22953,11 +22953,11 @@ const UR = "_legend_1nhkr_1", jR = "_cards_1nhkr_5", WR = "_circle_1nhkr_107", e
22953
22953
  }
22954
22954
  ),
22955
22955
  s && /* @__PURE__ */ w("p", { className: et["radio-root-label--error"], children: s == null ? void 0 : s.message })
22956
- ] }), pB = {
22956
+ ] }), mB = {
22957
22957
  Indicator: dc,
22958
22958
  Item: r0,
22959
22959
  Root: QR
22960
- }, hB = {
22960
+ }, vB = {
22961
22961
  Root: zR,
22962
22962
  Item: r0,
22963
22963
  Indicator: dc
@@ -23038,7 +23038,7 @@ const UR = "_legend_1nhkr_1", jR = "_cards_1nhkr_5", WR = "_circle_1nhkr_107", e
23038
23038
  ] })
23039
23039
  }
23040
23040
  );
23041
- }, mB = (e) => {
23041
+ }, gB = (e) => {
23042
23042
  const {
23043
23043
  control: t,
23044
23044
  formState: { errors: n = {} }
@@ -23153,7 +23153,7 @@ const UR = "_legend_1nhkr_1", jR = "_cards_1nhkr_5", WR = "_circle_1nhkr_107", e
23153
23153
  children: n.message
23154
23154
  }
23155
23155
  )
23156
- ] }), vB = (e) => {
23156
+ ] }), yB = (e) => {
23157
23157
  const {
23158
23158
  control: t,
23159
23159
  formState: { errors: n = {} }
@@ -23234,7 +23234,7 @@ const UR = "_legend_1nhkr_1", jR = "_cards_1nhkr_5", WR = "_circle_1nhkr_107", e
23234
23234
  i2.displayName = "NativeSelect";
23235
23235
  const s2 = "_skeleton_1ctn0_11", a2 = {
23236
23236
  skeleton: s2
23237
- }, gB = ({
23237
+ }, AB = ({
23238
23238
  height: e = "50px",
23239
23239
  rounded: t,
23240
23240
  width: n = "100%"
@@ -23250,7 +23250,7 @@ const s2 = "_skeleton_1ctn0_11", a2 = {
23250
23250
  }
23251
23251
  ), l2 = "_table_11myh_1", u2 = {
23252
23252
  table: l2
23253
- }, c2 = ({ children: e }) => /* @__PURE__ */ w("table", { className: u2.table, children: e }), d2 = ({ children: e }) => /* @__PURE__ */ w("th", { children: e }), f2 = ({ children: e }) => /* @__PURE__ */ w("thead", { children: e }), p2 = ({ children: e }) => /* @__PURE__ */ w("tbody", { children: e }), h2 = ({ children: e }) => /* @__PURE__ */ w("tr", { children: e }), m2 = ({ children: e }) => /* @__PURE__ */ w("td", { children: e }), v2 = ({ children: e }) => /* @__PURE__ */ w("tfoot", { children: e }), yB = {
23253
+ }, c2 = ({ children: e }) => /* @__PURE__ */ w("table", { className: u2.table, children: e }), d2 = ({ children: e }) => /* @__PURE__ */ w("th", { children: e }), f2 = ({ children: e }) => /* @__PURE__ */ w("thead", { children: e }), p2 = ({ children: e }) => /* @__PURE__ */ w("tbody", { children: e }), h2 = ({ children: e }) => /* @__PURE__ */ w("tr", { children: e }), m2 = ({ children: e }) => /* @__PURE__ */ w("td", { children: e }), v2 = ({ children: e }) => /* @__PURE__ */ w("tfoot", { children: e }), bB = {
23254
23254
  Body: p2,
23255
23255
  Data: m2,
23256
23256
  Footer: v2,
@@ -23259,7 +23259,7 @@ const s2 = "_skeleton_1ctn0_11", a2 = {
23259
23259
  Root: c2,
23260
23260
  Row: h2
23261
23261
  };
23262
- var fc = "Tabs", [g2, AB] = kt(fc, [
23262
+ var fc = "Tabs", [g2, CB] = kt(fc, [
23263
23263
  ys
23264
23264
  ]), i0 = ys(), [y2, pc] = g2(fc), s0 = S.forwardRef(
23265
23265
  (e, t) => {
@@ -23404,7 +23404,7 @@ var A2 = s0, b2 = l0, C2 = c0, w2 = f0;
23404
23404
  const x2 = "_list_24s9t_2", E2 = "_trigger_24s9t_8", m0 = {
23405
23405
  list: x2,
23406
23406
  trigger: E2
23407
- }, S2 = ({ children: e, ...t }) => /* @__PURE__ */ w(A2, { ...t, children: e }), P2 = ({ children: e, ...t }) => /* @__PURE__ */ w(b2, { className: m0.list, ...t, children: e }), T2 = ({ children: e, ...t }) => /* @__PURE__ */ w(C2, { className: m0.trigger, ...t, children: /* @__PURE__ */ w(ge, { as: "span", variant: "form-label", children: e }) }), I2 = ({ children: e, ...t }) => /* @__PURE__ */ w(w2, { ...t, children: e }), bB = { Content: I2, List: P2, Root: S2, Trigger: T2 }, D2 = "_tag_29pub_1", k2 = "_primary_29pub_12", M2 = "_secondary_29pub_17", R2 = "_tertiary_29pub_22", B2 = "_positive_29pub_27", O2 = "_warning_29pub_32", N2 = "_danger_29pub_37", F2 = "_night_29pub_42", Gr = {
23407
+ }, S2 = ({ children: e, ...t }) => /* @__PURE__ */ w(A2, { ...t, children: e }), P2 = ({ children: e, ...t }) => /* @__PURE__ */ w(b2, { className: m0.list, ...t, children: e }), T2 = ({ children: e, ...t }) => /* @__PURE__ */ w(C2, { className: m0.trigger, ...t, children: /* @__PURE__ */ w(ge, { as: "span", variant: "form-label", children: e }) }), I2 = ({ children: e, ...t }) => /* @__PURE__ */ w(w2, { ...t, children: e }), wB = { Content: I2, List: P2, Root: S2, Trigger: T2 }, D2 = "_tag_29pub_1", k2 = "_primary_29pub_12", M2 = "_secondary_29pub_17", R2 = "_tertiary_29pub_22", B2 = "_positive_29pub_27", O2 = "_warning_29pub_32", N2 = "_danger_29pub_37", F2 = "_night_29pub_42", Gr = {
23408
23408
  tag: D2,
23409
23409
  primary: k2,
23410
23410
  secondary: M2,
@@ -23435,7 +23435,7 @@ const x2 = "_list_24s9t_2", E2 = "_trigger_24s9t_8", m0 = {
23435
23435
  ...i,
23436
23436
  children: e
23437
23437
  }
23438
- ), V2 = ({ children: e, ...t }) => /* @__PURE__ */ w(ge, { variant: "tag", ...t, children: e }), CB = {
23438
+ ), V2 = ({ children: e, ...t }) => /* @__PURE__ */ w(ge, { variant: "tag", ...t, children: e }), xB = {
23439
23439
  Content: V2,
23440
23440
  Icon: je,
23441
23441
  Root: L2
@@ -23548,7 +23548,7 @@ const x2 = "_list_24s9t_2", E2 = "_trigger_24s9t_8", m0 = {
23548
23548
  render: ({ field: s }) => /* @__PURE__ */ w(J2, { ref: t, ...i, field: { ...s } })
23549
23549
  }
23550
23550
  );
23551
- }, wB = Ke($2), _2 = ({
23551
+ }, EB = Ke($2), _2 = ({
23552
23552
  className: e,
23553
23553
  error: t,
23554
23554
  helper: n,
@@ -23567,7 +23567,7 @@ const x2 = "_list_24s9t_2", E2 = "_trigger_24s9t_8", m0 = {
23567
23567
  "div",
23568
23568
  {
23569
23569
  className: ce(De.container, t && De["container--error"]),
23570
- children: /* @__PURE__ */ w(bn, { error: t == null ? void 0 : t.message, helper: n == null ? void 0 : n.message, id: o, children: /* @__PURE__ */ te("div", { className: De.inputContainer, children: [
23570
+ children: /* @__PURE__ */ w(bn, { error: t == null ? void 0 : t.message, helper: n == null ? void 0 : n.message, id: o, hideLabel: !0, children: /* @__PURE__ */ te("div", { className: De.inputContainer, children: [
23571
23571
  /* @__PURE__ */ te(
23572
23572
  ge,
23573
23573
  {
@@ -23617,10 +23617,10 @@ const x2 = "_list_24s9t_2", E2 = "_trigger_24s9t_8", m0 = {
23617
23617
  ] }) })
23618
23618
  }
23619
23619
  );
23620
- }, xB = Ke(_2), e7 = "_title_vemju_1", v0 = {
23620
+ }, SB = Ke(_2), e7 = "_title_vemju_1", v0 = {
23621
23621
  title: e7,
23622
23622
  "icon-position": "_icon-position_vemju_6"
23623
- }, t7 = ({ children: e }) => /* @__PURE__ */ w("div", { children: e }), n7 = ({ children: e, className: t }) => /* @__PURE__ */ w(ge, { className: ce(t, v0.title), variant: "form-helper", children: e }), o7 = ({ children: e }) => /* @__PURE__ */ w(ge, { variant: "form-helper", children: e }), r7 = (e) => /* @__PURE__ */ w("div", { className: v0["icon-position"], children: /* @__PURE__ */ w(je, { ...e }) }), EB = {
23623
+ }, t7 = ({ children: e }) => /* @__PURE__ */ w("div", { children: e }), n7 = ({ children: e, className: t }) => /* @__PURE__ */ w(ge, { className: ce(t, v0.title), variant: "form-helper", children: e }), o7 = ({ children: e }) => /* @__PURE__ */ w(ge, { variant: "form-helper", children: e }), r7 = (e) => /* @__PURE__ */ w("div", { className: v0["icon-position"], children: /* @__PURE__ */ w(je, { ...e }) }), PB = {
23624
23624
  Description: o7,
23625
23625
  Icon: r7,
23626
23626
  Root: t7,
@@ -23650,7 +23650,7 @@ var i7 = "Toggle", g0 = S.forwardRef((e, t) => {
23650
23650
  g0.displayName = i7;
23651
23651
  const s7 = "_toggle_cc48m_1", a7 = {
23652
23652
  toggle: s7
23653
- }, SB = ({ children: e, ...t }) => /* @__PURE__ */ w(g0, { className: a7.toggle, ...t, children: /* @__PURE__ */ w("span", { className: "sr-only", children: e }) });
23653
+ }, TB = ({ children: e, ...t }) => /* @__PURE__ */ w(g0, { className: a7.toggle, ...t, children: /* @__PURE__ */ w("span", { className: "sr-only", children: e }) });
23654
23654
  var l7 = "VisuallyHidden", y0 = S.forwardRef(
23655
23655
  (e, t) => /* @__PURE__ */ w(
23656
23656
  Te.span,
@@ -23675,7 +23675,7 @@ var l7 = "VisuallyHidden", y0 = S.forwardRef(
23675
23675
  )
23676
23676
  );
23677
23677
  y0.displayName = l7;
23678
- var u7 = y0, [As, PB] = kt("Tooltip", [
23678
+ var u7 = y0, [As, IB] = kt("Tooltip", [
23679
23679
  ms
23680
23680
  ]), bs = ms(), A0 = "TooltipProvider", c7 = 700, hl = "tooltip.open", [d7, hc] = As(A0), b0 = (e) => {
23681
23681
  const {
@@ -23992,7 +23992,7 @@ const M7 = "_control_1er46_1", R7 = "_tooltip_1er46_11", B7 = "_beak_1er46_19",
23992
23992
  }, O7 = ({ children: e, ...t }) => /* @__PURE__ */ w(S7, { children: /* @__PURE__ */ w(P7, { ...t, children: e }) }), N7 = ({ children: e, className: t, ...n }) => /* @__PURE__ */ w(T7, { className: ce(t, vl.control), ...n, children: e }), F7 = ({ children: e, className: t, ...n }) => /* @__PURE__ */ w(I7, { children: /* @__PURE__ */ te(D7, { className: ce(t, vl.tooltip), ...n, children: [
23993
23993
  e,
23994
23994
  /* @__PURE__ */ w(k7, { className: vl.beak })
23995
- ] }) }), TB = {
23995
+ ] }) }), DB = {
23996
23996
  Content: F7,
23997
23997
  Root: O7,
23998
23998
  Trigger: N7
@@ -24002,7 +24002,7 @@ const M7 = "_control_1er46_1", R7 = "_tooltip_1er46_11", B7 = "_beak_1er46_19",
24002
24002
  "visual--bento-icon": "_visual--bento-icon_1h4mu_29",
24003
24003
  "orientation--center": "_orientation--center_1h4mu_40",
24004
24004
  "type--trust-pilot": "_type--trust-pilot_1h4mu_57"
24005
- }, IB = ({
24005
+ }, kB = ({
24006
24006
  as: e,
24007
24007
  children: t,
24008
24008
  className: n,
@@ -24024,48 +24024,51 @@ const M7 = "_control_1er46_1", R7 = "_tooltip_1er46_11", B7 = "_beak_1er46_19",
24024
24024
  children: t
24025
24025
  }
24026
24026
  );
24027
- };
24027
+ }, L7 = "_headerRow_1eala_1", V7 = {
24028
+ headerRow: L7
24029
+ }, MB = () => /* @__PURE__ */ w("hr", { className: V7.headerRow });
24028
24030
  export {
24029
- W7 as Accordion,
24031
+ z7 as Accordion,
24030
24032
  ha as Button,
24031
24033
  Zk as Buttons,
24032
- Q7 as Callout,
24034
+ q7 as Callout,
24033
24035
  AC as Card,
24034
- z7 as Cards,
24035
- G7 as Checkbox,
24036
- Y7 as Columns,
24037
- X7 as ComboBox,
24038
- $7 as DatePicker,
24039
- _7 as Disclosure,
24036
+ G7 as Cards,
24037
+ Z7 as Checkbox,
24038
+ X7 as Columns,
24039
+ $7 as ComboBox,
24040
+ eB as DatePicker,
24041
+ tB as Disclosure,
24040
24042
  E3 as Field,
24041
- eB as Form,
24043
+ nB as Form,
24044
+ MB as HeaderRow,
24042
24045
  je as Icon,
24043
24046
  T3 as Item,
24044
- tB as Link,
24045
- nB as Loading,
24047
+ oB as Link,
24048
+ rB as Loading,
24046
24049
  _p as MaterialSymbol,
24047
- oB as Modal,
24050
+ iB as Modal,
24048
24051
  Rw as NativeCheckbox,
24049
- J7 as NativeComboBox,
24052
+ _7 as NativeComboBox,
24050
24053
  B3 as NativeDatePicker,
24051
24054
  n6 as NativeNumberField,
24052
- sB as NativePhoneField,
24053
- hB as NativeRadioGroup,
24055
+ lB as NativePhoneField,
24056
+ vB as NativeRadioGroup,
24054
24057
  i2 as NativeSelect,
24055
- xB as NativeTextField,
24056
- rB as NumberField,
24057
- lB as OTPInput,
24058
+ SB as NativeTextField,
24059
+ sB as NumberField,
24060
+ cB as OTPInput,
24058
24061
  P3 as Options,
24059
- iB as PhoneField,
24060
- aB as PinInput,
24061
- cB as Popover,
24062
- dB as ProgressIndicator,
24063
- pB as RadioGroup,
24064
- mB as Range,
24062
+ aB as PhoneField,
24063
+ uB as PinInput,
24064
+ fB as Popover,
24065
+ pB as ProgressIndicator,
24066
+ mB as RadioGroup,
24067
+ gB as Range,
24065
24068
  S3 as Root,
24066
- vB as Select,
24067
- gB as Skeleton,
24068
- yB as Table,
24069
+ yB as Select,
24070
+ AB as Skeleton,
24071
+ bB as Table,
24069
24072
  p2 as TableBody,
24070
24073
  m2 as TableData,
24071
24074
  v2 as TableFooter,
@@ -24073,13 +24076,13 @@ export {
24073
24076
  f2 as TableHeader,
24074
24077
  c2 as TableRoot,
24075
24078
  h2 as TableRow,
24076
- bB as Tabs,
24077
- CB as Tag,
24078
- wB as TextField,
24079
- EB as Toast,
24080
- SB as Toggle,
24081
- TB as Tooltip,
24079
+ wB as Tabs,
24080
+ xB as Tag,
24081
+ EB as TextField,
24082
+ PB as Toast,
24083
+ TB as Toggle,
24084
+ DB as Tooltip,
24082
24085
  ge as Typography,
24083
- IB as Wrapper,
24086
+ kB as Wrapper,
24084
24087
  Yu as useModal
24085
24088
  };