@midas-ds/components 15.1.3 → 15.2.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.
Files changed (125) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/{CharacterCounter-CTpQ12f7.cjs → CharacterCounter-BjOzWOoN.cjs} +1 -1
  3. package/{CharacterCounter-gbDGfize.js → CharacterCounter-b6RpXKDF.js} +5 -5
  4. package/Checkbox-D9X5vM4a.cjs +6 -0
  5. package/Checkbox-ujNi8mrO.js +288 -0
  6. package/{CheckboxGroup-BkzQi1FB.js → CheckboxGroup-BeBThHOu.js} +16 -13
  7. package/CheckboxGroup-BmEiqFKx.cjs +1 -0
  8. package/{ComboBox-t1RVXiiQ.js → ComboBox-BGXUTKrW.js} +138 -142
  9. package/{ComboBox-BISNYEw3.cjs → ComboBox-lteAZwCb.cjs} +1 -1
  10. package/DateField-ZPcapPji.cjs +1 -0
  11. package/DateField-snXaUoBR.js +45 -0
  12. package/{DateInputDivider-DOHpVaNE.js → DateInputDivider-BjVsNVEk.js} +1 -1
  13. package/{DateInputDivider-CCrXjsUB.cjs → DateInputDivider-YOvEmapQ.cjs} +1 -1
  14. package/{DateRangePicker-mlnh0C1A.cjs → DateRangePicker-Biwt-Q8X.cjs} +2 -2
  15. package/{DateRangePicker-ezrFzzrO.js → DateRangePicker-CgvPZfMd.js} +168 -165
  16. package/{FieldError-JWxR_EqN.cjs → FieldError-DHzrxRPt.cjs} +1 -1
  17. package/{FieldError-CIxlNQCM.js → FieldError-DtEDCIQK.js} +1 -1
  18. package/{Label-C3ZSrB04.cjs → Label-Cbp1q387.cjs} +1 -1
  19. package/{Label-BqvFQoEF.js → Label-DH4JI6a4.js} +5 -5
  20. package/Layout-DQiqgjqR.cjs +16 -0
  21. package/{Layout-Hd1e_MEA.js → Layout-FveYuBny.js} +59 -58
  22. package/{ListBox-Rke-lL0z.cjs → ListBox-CMM6O46x.cjs} +1 -1
  23. package/{ListBox-BP_jDOdE.js → ListBox-CfzKpJFW.js} +26 -26
  24. package/{ListBoxLoadMoreItem-8dHDWs3w.cjs → ListBoxLoadMoreItem-10BeO9ux.cjs} +1 -1
  25. package/{ListBoxLoadMoreItem-BE5zpVVP.js → ListBoxLoadMoreItem-k-uwDi4f.js} +1 -1
  26. package/ListBoxSection-B5l2LIMZ.cjs +1 -0
  27. package/ListBoxSection-XoMfdRLd.js +51 -0
  28. package/{ProgressBar-BrtaxoR8.cjs → ProgressBar-C6ExqGom.cjs} +1 -1
  29. package/{ProgressBar-DhVQOs4P.js → ProgressBar-CePyiuw1.js} +1 -1
  30. package/{Radio-DClH8mWz.js → Radio-CNO4IHkf.js} +28 -28
  31. package/{Radio-VFIiuJIR.cjs → Radio-bfeheQ39.cjs} +1 -1
  32. package/{RangeCalendar-CH0CyBui.cjs → RangeCalendar-D7xj3ObC.cjs} +2 -2
  33. package/{RangeCalendar-DT_KVd80.js → RangeCalendar-DKsuoiPF.js} +101 -92
  34. package/{SearchField-Cd6X2rY4.js → SearchField-3XoN9q0k.js} +2 -2
  35. package/{SearchField-Cz5Pb0XE.cjs → SearchField-ClK2IHpM.cjs} +1 -1
  36. package/{Select-DL5Mvadi.cjs → Select-C1rNC9sy.cjs} +1 -1
  37. package/Select-CCyvb02g.cjs +1 -0
  38. package/{Select-zDwMkzOI.js → Select-mz65sX1p.js} +7 -8
  39. package/{Select-D4xRL7l2.js → Select-oiNYST-S.js} +5 -5
  40. package/{Table-DxqKDp7N.js → Table-3x_iGkVe.js} +1 -1
  41. package/{Table-B1nxmW14.cjs → Table-BKbmV4Yp.cjs} +1 -1
  42. package/{Text-BBFWBNAH.js → Text-CnY7jiPS.js} +9 -9
  43. package/Text-DUIBTA3N.cjs +1 -0
  44. package/{TextArea-CcKY4TI2.js → TextArea-Bzgu6xU_.js} +6 -6
  45. package/{TextArea-D68vGjYJ.cjs → TextArea-DPeIoF7V.cjs} +1 -1
  46. package/{TextField-DtD9-arA.cjs → TextField-CdhdTYjC.cjs} +1 -1
  47. package/{TextField-DyR61bjZ.js → TextField-DFMRyd9V.js} +1 -1
  48. package/TextField.module-D9xjQoiS.js +13 -0
  49. package/TextField.module-gwQfMD2x.cjs +1 -0
  50. package/assets/CharacterCounter.css +1 -1
  51. package/assets/Checkbox.css +1 -1
  52. package/assets/ComboBox.css +1 -1
  53. package/assets/DateField.css +1 -1
  54. package/assets/DateRangePicker.css +1 -1
  55. package/assets/Label.css +1 -1
  56. package/assets/ListBox.css +1 -1
  57. package/assets/Radio.css +1 -1
  58. package/assets/RangeCalendar.css +1 -1
  59. package/assets/Text.css +1 -1
  60. package/assets/TextField.css +1 -1
  61. package/assets/default.css +1 -1
  62. package/calendar/CalendarGrid.d.ts +1 -0
  63. package/calendar/CalendarHeader.d.ts +3 -1
  64. package/calendar/index.cjs +1 -1
  65. package/calendar/index.js +1 -1
  66. package/character-counter/index.cjs +1 -1
  67. package/character-counter/index.js +1 -1
  68. package/checkbox/index.cjs +1 -1
  69. package/checkbox/index.js +2 -2
  70. package/combobox/ComboBox.d.ts +10 -3
  71. package/combobox/index.cjs +1 -1
  72. package/combobox/index.js +1 -1
  73. package/combobox/utils.d.ts +12 -3
  74. package/date-field/index.cjs +1 -1
  75. package/date-field/index.js +2 -2
  76. package/date-picker/DatePicker.d.ts +1 -2
  77. package/date-picker/DatePickerInputField.d.ts +2 -5
  78. package/date-picker/index.cjs +1 -1
  79. package/date-picker/index.js +1 -1
  80. package/field-error/index.cjs +1 -1
  81. package/field-error/index.js +1 -1
  82. package/index.cjs +1 -1
  83. package/index.js +22 -22
  84. package/label/index.cjs +1 -1
  85. package/label/index.js +1 -1
  86. package/layout/index.cjs +1 -1
  87. package/layout/index.js +1 -1
  88. package/legacy-select/Select.d.ts +1 -1
  89. package/legacy-select/index.cjs +1 -1
  90. package/legacy-select/index.js +1 -1
  91. package/legacy-select/types.d.ts +3 -0
  92. package/list-box/ListBoxItem.d.ts +3 -9
  93. package/list-box/ListBoxSection.d.ts +6 -3
  94. package/list-box/index.cjs +1 -1
  95. package/list-box/index.js +3 -3
  96. package/list-box/types.d.ts +6 -0
  97. package/package.json +2 -2
  98. package/progress-bar/index.cjs +1 -1
  99. package/progress-bar/index.js +1 -1
  100. package/radio/index.cjs +1 -1
  101. package/radio/index.js +1 -1
  102. package/search-field/index.cjs +1 -1
  103. package/search-field/index.js +1 -1
  104. package/select/index.cjs +1 -1
  105. package/select/index.js +1 -1
  106. package/table/index.cjs +1 -1
  107. package/table/index.js +1 -1
  108. package/text/index.cjs +1 -1
  109. package/text/index.js +1 -1
  110. package/textfield/index.cjs +1 -1
  111. package/textfield/index.js +1 -1
  112. package/variables-BkqZ2WGF.js +5 -0
  113. package/variables-CVumCR9l.cjs +1 -0
  114. package/Checkbox-BgrLxY6P.cjs +0 -1
  115. package/Checkbox-CdN1D5pD.js +0 -282
  116. package/CheckboxGroup-BdRG71EM.cjs +0 -1
  117. package/DateField-B9Yxknuy.cjs +0 -1
  118. package/DateField-BUZ7i9eS.js +0 -47
  119. package/Layout-BrEuHajQ.cjs +0 -16
  120. package/ListBoxSection-7Xzi-bqq.cjs +0 -1
  121. package/ListBoxSection-AIWxdu1v.js +0 -53
  122. package/Select-CHJefc5g.cjs +0 -1
  123. package/Text-D5OSv6Uv.cjs +0 -1
  124. package/TextField.module-BndKUn-7.js +0 -13
  125. package/TextField.module-Du0bmSGZ.cjs +0 -1
@@ -1,12 +1,12 @@
1
1
  import { jsxs as Y, jsx as v } from "react/jsx-runtime";
2
2
  import { c as ee } from "./clsx-OuTLNxxd.js";
3
- import { $ as na, a as ra, C as oa, R as sa } from "./RangeCalendar-DT_KVd80.js";
4
- import { c as Oe, d as Re, e as Fe, f as ua, g as Ce, h as ca, i as X, j as p, k as fa, l as Te, m as ba, a as se, D as ue, b as va } from "./DateInputDivider-DOHpVaNE.js";
5
- import { $ as Ie, F as ae } from "./FieldError-CIxlNQCM.js";
6
- import { a as Be, L as Ze } from "./Label-BqvFQoEF.js";
7
- import { T as ke } from "./Text-BBFWBNAH.js";
3
+ import { $ as na, a as ra, C as oa, R as sa } from "./RangeCalendar-DKsuoiPF.js";
4
+ import { c as Oe, d as Re, e as Fe, f as ua, g as Ce, h as ca, i as X, j as p, k as fa, l as Te, m as ba, a as se, D as ue, b as va } from "./DateInputDivider-BjVsNVEk.js";
5
+ import { $ as Ie, F as ae } from "./FieldError-DtEDCIQK.js";
6
+ import { a as _e, L as Be } from "./Label-DH4JI6a4.js";
7
+ import { T as Ze } from "./Text-CnY7jiPS.js";
8
8
  import { e as ve, c as me, $ as ma } from "./Button-BbfVT9Yl.js";
9
- import { $ as Me, c as _e, d as we, e as Ee, a as Se, f as We } from "./utils-D2iKpxcZ.js";
9
+ import { $ as ke, c as Me, d as we, e as Ee, a as Se, f as We } from "./utils-D2iKpxcZ.js";
10
10
  import { i as Ne, n as Ue, o as Le, b as $a, l as ha } from "./Dialog-D4Py85wi.js";
11
11
  import { $ as Ke } from "./Form-CXcEMuBf.js";
12
12
  import { $ as $e, a as ga } from "./Group-BAd7alBM.js";
@@ -30,28 +30,28 @@ import './assets/DateRangePicker.css';function Va(e) {
30
30
  return e && e.__esModule ? e.default : e;
31
31
  }
32
32
  function Pa(e, a, t) {
33
- let s = H(), u = H(), m = H(), o = ea(Va(Fe), "@react-aria/datepicker"), { isInvalid: i, validationErrors: c, validationDetails: l } = a.displayValidation, { labelProps: O, fieldProps: R, descriptionProps: g, errorMessageProps: I } = Qe({
33
+ let u = H(), o = H(), m = H(), s = ea(Va(Fe), "@react-aria/datepicker"), { isInvalid: i, validationErrors: c, validationDetails: l } = a.displayValidation, { labelProps: O, fieldProps: R, descriptionProps: g, errorMessageProps: I } = Qe({
34
34
  ...e,
35
35
  labelElementType: "span",
36
36
  isInvalid: i,
37
37
  errorMessage: e.errorMessage || c
38
- }), F = Oe(a, t), B = R["aria-labelledby"] || R.id, { locale: C } = Ye(), b = a.formatValue(C, {
38
+ }), F = Oe(a, t), _ = R["aria-labelledby"] || R.id, { locale: C } = Ye(), b = a.formatValue(C, {
39
39
  month: "long"
40
- }), Z = b ? o.format("selectedDateDescription", {
40
+ }), B = b ? s.format("selectedDateDescription", {
41
41
  date: b
42
- }) : "", d = He(Z), T = [
42
+ }) : "", d = He(B), T = [
43
43
  d["aria-describedby"],
44
44
  R["aria-describedby"]
45
- ].filter(Boolean).join(" ") || void 0, w = ie(e), k = z(() => Xe(t), [
45
+ ].filter(Boolean).join(" ") || void 0, w = ie(e), Z = z(() => Xe(t), [
46
46
  t
47
- ]), P = A(!1), { focusWithinProps: _ } = Je({
47
+ ]), P = A(!1), { focusWithinProps: M } = Je({
48
48
  ...e,
49
49
  isDisabled: a.isOpen,
50
50
  onBlurWithin: ($) => {
51
- let y = document.getElementById(u);
51
+ let y = document.getElementById(o);
52
52
  if (!(y != null && y.contains($.relatedTarget))) {
53
- var D, M;
54
- P.current = !1, (D = e.onBlur) === null || D === void 0 || D.call(e, $), (M = e.onFocusChange) === null || M === void 0 || M.call(e, !1);
53
+ var D, k;
54
+ P.current = !1, (D = e.onBlur) === null || D === void 0 || D.call(e, $), (k = e.onFocusChange) === null || k === void 0 || k.call(e, !1);
55
55
  }
56
56
  },
57
57
  onFocusWithin: ($) => {
@@ -62,10 +62,10 @@ function Pa(e, a, t) {
62
62
  }
63
63
  });
64
64
  return {
65
- groupProps: le(w, F, R, d, _, {
65
+ groupProps: le(w, F, R, d, M, {
66
66
  role: "group",
67
67
  "aria-disabled": e.isDisabled || null,
68
- "aria-labelledby": B,
68
+ "aria-labelledby": _,
69
69
  "aria-describedby": T,
70
70
  onKeyDown($) {
71
71
  a.isOpen || e.onKeyDown && e.onKeyDown($);
@@ -77,7 +77,7 @@ function Pa(e, a, t) {
77
77
  labelProps: {
78
78
  ...O,
79
79
  onClick: () => {
80
- k.focusFirst();
80
+ Z.focusFirst();
81
81
  }
82
82
  },
83
83
  fieldProps: {
@@ -107,18 +107,18 @@ function Pa(e, a, t) {
107
107
  errorMessageProps: I,
108
108
  buttonProps: {
109
109
  ...d,
110
- id: s,
110
+ id: u,
111
111
  "aria-haspopup": "dialog",
112
- "aria-label": o.format("calendar"),
113
- "aria-labelledby": `${s} ${B}`,
112
+ "aria-label": s.format("calendar"),
113
+ "aria-labelledby": `${u} ${_}`,
114
114
  "aria-describedby": T,
115
115
  "aria-expanded": a.isOpen,
116
116
  isDisabled: e.isDisabled || e.isReadOnly,
117
117
  onPress: () => a.setOpen(!0)
118
118
  },
119
119
  dialogProps: {
120
- id: u,
121
- "aria-labelledby": `${s} ${B}`
120
+ id: o,
121
+ "aria-labelledby": `${u} ${_}`
122
122
  },
123
123
  calendarProps: {
124
124
  autoFocus: !0,
@@ -144,24 +144,24 @@ function Da(e) {
144
144
  return e && e.__esModule ? e.default : e;
145
145
  }
146
146
  function xa(e, a, t) {
147
- var s, u, m, o, i;
148
- let c = ea(Da(Fe), "@react-aria/datepicker"), { isInvalid: l, validationErrors: O, validationDetails: R } = a.displayValidation, { labelProps: g, fieldProps: I, descriptionProps: F, errorMessageProps: B } = Qe({
147
+ var u, o, m, s, i;
148
+ let c = ea(Da(Fe), "@react-aria/datepicker"), { isInvalid: l, validationErrors: O, validationDetails: R } = a.displayValidation, { labelProps: g, fieldProps: I, descriptionProps: F, errorMessageProps: _ } = Qe({
149
149
  ...e,
150
150
  labelElementType: "span",
151
151
  isInvalid: l,
152
152
  errorMessage: e.errorMessage || O
153
- }), C = I["aria-labelledby"] || I.id, { locale: b } = Ye(), Z = a.formatValue(b, {
153
+ }), C = I["aria-labelledby"] || I.id, { locale: b } = Ye(), B = a.formatValue(b, {
154
154
  month: "long"
155
- }), d = Z ? c.format("selectedRangeDescription", {
156
- startDate: Z.start,
157
- endDate: Z.end
155
+ }), d = B ? c.format("selectedRangeDescription", {
156
+ startDate: B.start,
157
+ endDate: B.end
158
158
  }) : "", T = He(d), w = {
159
159
  "aria-label": c.format("startDate"),
160
160
  "aria-labelledby": C
161
- }, k = {
161
+ }, Z = {
162
162
  "aria-label": c.format("endDate"),
163
163
  "aria-labelledby": C
164
- }, P = H(), _ = H(), $ = Oe(a, t), y = [
164
+ }, P = H(), M = H(), $ = Oe(a, t), y = [
165
165
  T["aria-describedby"],
166
166
  I["aria-describedby"]
167
167
  ].filter(Boolean).join(" ") || void 0, D = z(() => Xe(t, {
@@ -170,7 +170,7 @@ function xa(e, a, t) {
170
170
  }), [
171
171
  t,
172
172
  P
173
- ]), M = {
173
+ ]), k = {
174
174
  [ua]: D,
175
175
  [Re]: "presentation",
176
176
  "aria-describedby": y,
@@ -187,7 +187,7 @@ function xa(e, a, t) {
187
187
  ...e,
188
188
  isDisabled: a.isOpen,
189
189
  onBlurWithin: (n) => {
190
- let h = document.getElementById(_);
190
+ let h = document.getElementById(M);
191
191
  if (!(h != null && h.contains(n.relatedTarget))) {
192
192
  var E, G;
193
193
  x.current = !1, (E = e.onBlur) === null || E === void 0 || E.call(e, n), (G = e.onFocusChange) === null || G === void 0 || G.call(e, !1);
@@ -199,7 +199,7 @@ function xa(e, a, t) {
199
199
  x.current = !0, (h = e.onFocus) === null || h === void 0 || h.call(e, n), (E = e.onFocusChange) === null || E === void 0 || E.call(e, !0);
200
200
  }
201
201
  }
202
- }), U = A(De), q = A(De);
202
+ }), L = A(De), q = A(De);
203
203
  var r, f;
204
204
  return {
205
205
  groupProps: le(V, $, I, T, N, {
@@ -231,14 +231,14 @@ function xa(e, a, t) {
231
231
  onPress: () => a.setOpen(!0)
232
232
  },
233
233
  dialogProps: {
234
- id: _,
234
+ id: M,
235
235
  "aria-labelledby": `${P} ${C}`
236
236
  },
237
237
  startFieldProps: {
238
238
  ...w,
239
- ...M,
240
- value: (r = (s = a.value) === null || s === void 0 ? void 0 : s.start) !== null && r !== void 0 ? r : null,
241
- defaultValue: (u = a.defaultValue) === null || u === void 0 ? void 0 : u.start,
239
+ ...k,
240
+ value: (r = (u = a.value) === null || u === void 0 ? void 0 : u.start) !== null && r !== void 0 ? r : null,
241
+ defaultValue: (o = a.defaultValue) === null || o === void 0 ? void 0 : o.start,
242
242
  onChange: (n) => a.setDateTime("start", n),
243
243
  autoFocus: e.autoFocus,
244
244
  name: e.startName,
@@ -247,17 +247,17 @@ function xa(e, a, t) {
247
247
  realtimeValidation: a.realtimeValidation,
248
248
  displayValidation: a.displayValidation,
249
249
  updateValidation(n) {
250
- U.current = n, a.updateValidation(xe(n, q.current));
250
+ L.current = n, a.updateValidation(xe(n, q.current));
251
251
  },
252
252
  resetValidation: a.resetValidation,
253
253
  commitValidation: a.commitValidation
254
254
  }
255
255
  },
256
256
  endFieldProps: {
257
+ ...Z,
257
258
  ...k,
258
- ...M,
259
259
  value: (f = (m = a.value) === null || m === void 0 ? void 0 : m.end) !== null && f !== void 0 ? f : null,
260
- defaultValue: (o = a.defaultValue) === null || o === void 0 ? void 0 : o.end,
260
+ defaultValue: (s = a.defaultValue) === null || s === void 0 ? void 0 : s.end,
261
261
  onChange: (n) => a.setDateTime("end", n),
262
262
  name: e.endName,
263
263
  form: e.form,
@@ -265,14 +265,14 @@ function xa(e, a, t) {
265
265
  realtimeValidation: a.realtimeValidation,
266
266
  displayValidation: a.displayValidation,
267
267
  updateValidation(n) {
268
- q.current = n, a.updateValidation(xe(U.current, n));
268
+ q.current = n, a.updateValidation(xe(L.current, n));
269
269
  },
270
270
  resetValidation: a.resetValidation,
271
271
  commitValidation: a.commitValidation
272
272
  }
273
273
  },
274
274
  descriptionProps: F,
275
- errorMessageProps: B,
275
+ errorMessageProps: _,
276
276
  calendarProps: {
277
277
  autoFocus: !0,
278
278
  value: !((i = a.dateRange) === null || i === void 0) && i.start && a.dateRange.end ? a.dateRange : null,
@@ -295,59 +295,59 @@ function xa(e, a, t) {
295
295
  };
296
296
  }
297
297
  function Oa(e) {
298
- let a = je(e), [t, s] = Ae(e.value, e.defaultValue || null, e.onChange), [u] = W(t), m = t || e.placeholderValue || null, [o, i] = Ce(m, e.granularity), c = t != null ? t.toDate(i ?? "UTC") : null, l = o === "hour" || o === "minute" || o === "second";
298
+ let a = je(e), [t, u] = Ae(e.value, e.defaultValue || null, e.onChange), [o] = W(t), m = t || e.placeholderValue || null, [s, i] = Ce(m, e.granularity), c = t != null ? t.toDate(i ?? "UTC") : null, l = s === "hour" || s === "minute" || s === "second";
299
299
  var O;
300
- let R = (O = e.shouldCloseOnSelect) !== null && O !== void 0 ? O : !0, [g, I] = W(null), [F, B] = W(null);
301
- if (t && (g = t, "hour" in t && (F = t)), m && !(o in m)) throw new Error("Invalid granularity " + o + " for value " + m.toString());
300
+ let R = (O = e.shouldCloseOnSelect) !== null && O !== void 0 ? O : !0, [g, I] = W(null), [F, _] = W(null);
301
+ if (t && (g = t, "hour" in t && (F = t)), m && !(s in m)) throw new Error("Invalid granularity " + s + " for value " + m.toString());
302
302
  let C = (t == null ? void 0 : t.calendar.identifier) === "gregory" && t.era === "BC", b = z(() => ({
303
- granularity: o,
303
+ granularity: s,
304
304
  timeZone: i,
305
305
  hideTimeZone: e.hideTimeZone,
306
306
  hourCycle: e.hourCycle,
307
307
  shouldForceLeadingZeros: e.shouldForceLeadingZeros,
308
308
  showEra: C
309
309
  }), [
310
- o,
310
+ s,
311
311
  e.hourCycle,
312
312
  e.shouldForceLeadingZeros,
313
313
  i,
314
314
  e.hideTimeZone,
315
315
  C
316
- ]), { minValue: Z, maxValue: d, isDateUnavailable: T } = e, w = z(() => ca(t, Z, d, T, b), [
316
+ ]), { minValue: B, maxValue: d, isDateUnavailable: T } = e, w = z(() => ca(t, B, d, T, b), [
317
317
  t,
318
- Z,
318
+ B,
319
319
  d,
320
320
  T,
321
321
  b
322
- ]), k = pe({
322
+ ]), Z = pe({
323
323
  ...e,
324
324
  value: t,
325
325
  builtinValidation: w
326
- }), P = k.displayValidation.isInvalid, _ = e.validationState || (P ? "invalid" : null), $ = (V, x) => {
327
- s("timeZone" in x ? x.set(fe(V)) : ce(V, x)), I(null), B(null), k.commitValidation();
326
+ }), P = Z.displayValidation.isInvalid, M = e.validationState || (P ? "invalid" : null), $ = (V, x) => {
327
+ u("timeZone" in x ? x.set(fe(V)) : ce(V, x)), I(null), _(null), Z.commitValidation();
328
328
  }, y = (V) => {
329
329
  let x = typeof R == "function" ? R() : R;
330
- l ? F || x ? $(V, F || p(e.defaultValue || e.placeholderValue)) : I(V) : (s(V), k.commitValidation()), x && a.setOpen(!1);
330
+ l ? F || x ? $(V, F || p(e.defaultValue || e.placeholderValue)) : I(V) : (u(V), Z.commitValidation()), x && a.setOpen(!1);
331
331
  }, D = (V) => {
332
- g && V ? $(g, V) : B(V);
332
+ g && V ? $(g, V) : _(V);
333
333
  };
334
- var M;
334
+ var k;
335
335
  return {
336
- ...k,
336
+ ...Z,
337
337
  value: t,
338
- defaultValue: (M = e.defaultValue) !== null && M !== void 0 ? M : u,
339
- setValue: s,
338
+ defaultValue: (k = e.defaultValue) !== null && k !== void 0 ? k : o,
339
+ setValue: u,
340
340
  dateValue: g,
341
341
  timeValue: F,
342
342
  setDateValue: y,
343
343
  setTimeValue: D,
344
- granularity: o,
344
+ granularity: s,
345
345
  hasTime: l,
346
346
  ...a,
347
347
  setOpen(V) {
348
348
  !V && !t && g && l && $(g, F || p(e.defaultValue || e.placeholderValue)), a.setOpen(V);
349
349
  },
350
- validationState: _,
350
+ validationState: M,
351
351
  isInvalid: P,
352
352
  formatValue(V, x) {
353
353
  if (!c) return "";
@@ -358,66 +358,66 @@ function Oa(e) {
358
358
  let N = {
359
359
  ...b,
360
360
  ...x
361
- }, U = X({}, N);
362
- return new Q(V, U);
361
+ }, L = X({}, N);
362
+ return new Q(V, L);
363
363
  }
364
364
  };
365
365
  }
366
366
  function Ra(e) {
367
367
  var a, t;
368
- let s = je(e), [u, m] = Ae(e.value, e.defaultValue || null, e.onChange), [o] = W(u), [i, c] = W(() => u || {
368
+ let u = je(e), [o, m] = Ae(e.value, e.defaultValue || null, e.onChange), [s] = W(o), [i, c] = W(() => o || {
369
369
  start: null,
370
370
  end: null
371
371
  });
372
- u == null && i.start && i.end && (i = {
372
+ o == null && i.start && i.end && (i = {
373
373
  start: null,
374
374
  end: null
375
375
  }, c(i));
376
- let l = u || i, O = (r) => {
376
+ let l = o || i, O = (r) => {
377
377
  l = r || {
378
378
  start: null,
379
379
  end: null
380
- }, c(l), K(l) ? m(l) : m(null);
380
+ }, c(l), j(l) ? m(l) : m(null);
381
381
  }, R = (l == null ? void 0 : l.start) || (l == null ? void 0 : l.end) || e.placeholderValue || null, [g, I] = Ce(R, e.granularity), F = g === "hour" || g === "minute" || g === "second";
382
- var B;
383
- let C = (B = e.shouldCloseOnSelect) !== null && B !== void 0 ? B : !0, [b, Z] = W(null), [d, T] = W(null);
384
- l && K(l) && (b = l, "hour" in l.start && (d = l));
382
+ var _;
383
+ let C = (_ = e.shouldCloseOnSelect) !== null && _ !== void 0 ? _ : !0, [b, B] = W(null), [d, T] = W(null);
384
+ l && j(l) && (b = l, "hour" in l.start && (d = l));
385
385
  let w = (r, f) => {
386
386
  O({
387
387
  start: "timeZone" in f.start ? f.start.set(fe(r.start)) : ce(r.start, f.start),
388
388
  end: "timeZone" in f.end ? f.end.set(fe(r.end)) : ce(r.end, f.end)
389
- }), Z(null), T(null), x.commitValidation();
390
- }, k = (r) => {
389
+ }), B(null), T(null), x.commitValidation();
390
+ }, Z = (r) => {
391
391
  let f = typeof C == "function" ? C() : C;
392
- F ? K(r) && (f || d != null && d.start && (d != null && d.end)) ? w(r, {
392
+ F ? j(r) && (f || d != null && d.start && (d != null && d.end)) ? w(r, {
393
393
  start: (d == null ? void 0 : d.start) || p(e.placeholderValue),
394
394
  end: (d == null ? void 0 : d.end) || p(e.placeholderValue)
395
- }) : Z(r) : K(r) ? (O(r), x.commitValidation()) : Z(r), f && s.setOpen(!1);
395
+ }) : B(r) : j(r) ? (O(r), x.commitValidation()) : B(r), f && u.setOpen(!1);
396
396
  }, P = (r) => {
397
- K(b) && K(r) ? w(b, r) : T(r);
398
- }, _ = (l == null || (a = l.start) === null || a === void 0 ? void 0 : a.calendar.identifier) === "gregory" && l.start.era === "BC" || (l == null || (t = l.end) === null || t === void 0 ? void 0 : t.calendar.identifier) === "gregory" && l.end.era === "BC", $ = z(() => ({
397
+ j(b) && j(r) ? w(b, r) : T(r);
398
+ }, M = (l == null || (a = l.start) === null || a === void 0 ? void 0 : a.calendar.identifier) === "gregory" && l.start.era === "BC" || (l == null || (t = l.end) === null || t === void 0 ? void 0 : t.calendar.identifier) === "gregory" && l.end.era === "BC", $ = z(() => ({
399
399
  granularity: g,
400
400
  timeZone: I,
401
401
  hideTimeZone: e.hideTimeZone,
402
402
  hourCycle: e.hourCycle,
403
403
  shouldForceLeadingZeros: e.shouldForceLeadingZeros,
404
- showEra: _
404
+ showEra: M
405
405
  }), [
406
406
  g,
407
407
  e.hourCycle,
408
408
  e.shouldForceLeadingZeros,
409
409
  I,
410
410
  e.hideTimeZone,
411
- _
412
- ]), { minValue: y, maxValue: D, isDateUnavailable: M } = e, V = z(() => fa(l, y, D, M, $), [
411
+ M
412
+ ]), { minValue: y, maxValue: D, isDateUnavailable: k } = e, V = z(() => fa(l, y, D, k, $), [
413
413
  l,
414
414
  y,
415
415
  D,
416
- M,
416
+ k,
417
417
  $
418
418
  ]), x = pe({
419
419
  ...e,
420
- value: u,
420
+ value: o,
421
421
  name: z(() => [
422
422
  e.startName,
423
423
  e.endName
@@ -426,12 +426,12 @@ function Ra(e) {
426
426
  e.endName
427
427
  ]),
428
428
  builtinValidation: V
429
- }), N = x.displayValidation.isInvalid, U = e.validationState || (N ? "invalid" : null);
429
+ }), N = x.displayValidation.isInvalid, L = e.validationState || (N ? "invalid" : null);
430
430
  var q;
431
431
  return {
432
432
  ...x,
433
433
  value: l,
434
- defaultValue: (q = e.defaultValue) !== null && q !== void 0 ? q : o,
434
+ defaultValue: (q = e.defaultValue) !== null && q !== void 0 ? q : s,
435
435
  setValue: O,
436
436
  dateRange: b,
437
437
  timeRange: d,
@@ -439,7 +439,7 @@ function Ra(e) {
439
439
  hasTime: F,
440
440
  setDate(r, f) {
441
441
  var n, h;
442
- k(r === "start" ? {
442
+ Z(r === "start" ? {
443
443
  start: f,
444
444
  end: (n = b == null ? void 0 : b.end) !== null && n !== void 0 ? n : null
445
445
  } : {
@@ -467,16 +467,16 @@ function Ra(e) {
467
467
  end: f
468
468
  });
469
469
  },
470
- setDateRange: k,
470
+ setDateRange: Z,
471
471
  setTimeRange: P,
472
- ...s,
472
+ ...u,
473
473
  setOpen(r) {
474
- !r && !(l != null && l.start && (l != null && l.end)) && K(b) && F && w(b, {
474
+ !r && !(l != null && l.start && (l != null && l.end)) && j(b) && F && w(b, {
475
475
  start: (d == null ? void 0 : d.start) || p(e.placeholderValue),
476
476
  end: (d == null ? void 0 : d.end) || p(e.placeholderValue)
477
- }), s.setOpen(r);
477
+ }), u.setOpen(r);
478
478
  },
479
- validationState: U,
479
+ validationState: L,
480
480
  isInvalid: N,
481
481
  formatValue(r, f) {
482
482
  if (!l || !l.start || !l.end) return null;
@@ -489,15 +489,15 @@ function Ra(e) {
489
489
  }), ge = l.start.toDate(n || "UTC"), ye = l.end.toDate(E || "UTC"), de = new Q(r, da), ne;
490
490
  if (n === E && h === G && l.start.compare(l.end) !== 0) {
491
491
  try {
492
- let L = de.formatRangeToParts(ge, ye), re = -1;
493
- for (let S = 0; S < L.length; S++) {
494
- let oe = L[S];
492
+ let K = de.formatRangeToParts(ge, ye), re = -1;
493
+ for (let S = 0; S < K.length; S++) {
494
+ let oe = K[S];
495
495
  if (oe.source === "shared" && oe.type === "literal") re = S;
496
496
  else if (oe.source === "endRange") break;
497
497
  }
498
498
  let Ve = "", Pe = "";
499
- for (let S = 0; S < L.length; S++)
500
- S < re ? Ve += L[S].value : S > re && (Pe += L[S].value);
499
+ for (let S = 0; S < K.length; S++)
500
+ S < re ? Ve += K[S].value : S > re && (Pe += K[S].value);
501
501
  return {
502
502
  start: Ve,
503
503
  end: Pe
@@ -506,13 +506,13 @@ function Ra(e) {
506
506
  }
507
507
  ne = de;
508
508
  } else {
509
- let L = X(f, {
509
+ let K = X(f, {
510
510
  granularity: G,
511
511
  timeZone: E,
512
512
  hideTimeZone: e.hideTimeZone,
513
513
  hourCycle: e.hourCycle
514
514
  });
515
- ne = new Q(r, L);
515
+ ne = new Q(r, K);
516
516
  }
517
517
  return {
518
518
  start: de.format(ge),
@@ -528,7 +528,7 @@ function Ra(e) {
528
528
  }
529
529
  };
530
530
  }
531
- function K(e) {
531
+ function j(e) {
532
532
  return (e == null ? void 0 : e.start) != null && e.end != null;
533
533
  }
534
534
  const Fa = /* @__PURE__ */ te(null), Ca = /* @__PURE__ */ te(null), Ta = /* @__PURE__ */ te(null), Ia = /* @__PURE__ */ te(null), la = [
@@ -536,31 +536,31 @@ const Fa = /* @__PURE__ */ te(null), Ca = /* @__PURE__ */ te(null), Ta = /* @__P
536
536
  ve,
537
537
  me,
538
538
  he
539
- ], Ba = /* @__PURE__ */ qe(function(a, t) {
540
- [a, t] = Me(a, t, Fa);
541
- let { validationBehavior: s } = _e(Ke) || {};
542
- var u, m;
543
- let o = (m = (u = a.validationBehavior) !== null && u !== void 0 ? u : s) !== null && m !== void 0 ? m : "native", i = Oa({
539
+ ], _a = /* @__PURE__ */ qe(function(a, t) {
540
+ [a, t] = ke(a, t, Fa);
541
+ let { validationBehavior: u } = Me(Ke) || {};
542
+ var o, m;
543
+ let s = (m = (o = a.validationBehavior) !== null && o !== void 0 ? o : u) !== null && m !== void 0 ? m : "native", i = Oa({
544
544
  ...a,
545
- validationBehavior: o
546
- }), c = A(null), [l, O] = we(!a["aria-label"] && !a["aria-labelledby"]), { groupProps: R, labelProps: g, fieldProps: I, buttonProps: F, dialogProps: B, calendarProps: C, descriptionProps: b, errorMessageProps: Z, ...d } = Pa({
545
+ validationBehavior: s
546
+ }), c = A(null), [l, O] = we(!a["aria-label"] && !a["aria-labelledby"]), { groupProps: R, labelProps: g, fieldProps: I, buttonProps: F, dialogProps: _, calendarProps: C, descriptionProps: b, errorMessageProps: B, ...d } = Pa({
547
547
  ...Ee(a),
548
548
  label: O,
549
- validationBehavior: o
550
- }, i, c), [T, w] = W(null), k = Ge(() => {
549
+ validationBehavior: s
550
+ }, i, c), [T, w] = W(null), Z = Ge(() => {
551
551
  c.current && w(c.current.offsetWidth + "px");
552
552
  }, []);
553
553
  ze({
554
554
  ref: c,
555
- onResize: k
555
+ onResize: Z
556
556
  });
557
- let { focusProps: P, isFocused: _, isFocusVisible: $ } = aa({
557
+ let { focusProps: P, isFocused: M, isFocusVisible: $ } = aa({
558
558
  within: !0
559
559
  }), y = Se({
560
560
  ...a,
561
561
  values: {
562
562
  state: i,
563
- isFocusWithin: _,
563
+ isFocusWithin: M,
564
564
  isFocusVisible: $,
565
565
  isDisabled: a.isDisabled || !1,
566
566
  isInvalid: i.isInvalid,
@@ -626,14 +626,14 @@ const Fa = /* @__PURE__ */ te(null), Ca = /* @__PURE__ */ te(null), Ta = /* @__P
626
626
  ],
627
627
  [
628
628
  Le,
629
- B
629
+ _
630
630
  ],
631
631
  [
632
632
  he,
633
633
  {
634
634
  slots: {
635
635
  description: b,
636
- errorMessage: Z
636
+ errorMessage: B
637
637
  }
638
638
  }
639
639
  ],
@@ -646,7 +646,7 @@ const Fa = /* @__PURE__ */ te(null), Ca = /* @__PURE__ */ te(null), Ta = /* @__P
646
646
  ...le(D, y, P),
647
647
  ref: t,
648
648
  slot: a.slot || void 0,
649
- "data-focus-within": _ || void 0,
649
+ "data-focus-within": M || void 0,
650
650
  "data-invalid": i.isInvalid || void 0,
651
651
  "data-focus-visible": $ || void 0,
652
652
  "data-disabled": a.isDisabled || void 0,
@@ -658,25 +658,25 @@ const Fa = /* @__PURE__ */ te(null), Ca = /* @__PURE__ */ te(null), Ta = /* @__P
658
658
  isDisabled: a.isDisabled,
659
659
  state: i
660
660
  }));
661
- }), Za = /* @__PURE__ */ qe(function(a, t) {
662
- [a, t] = Me(a, t, Ca);
663
- let { validationBehavior: s } = _e(Ke) || {};
664
- var u, m;
665
- let o = (m = (u = a.validationBehavior) !== null && u !== void 0 ? u : s) !== null && m !== void 0 ? m : "native", i = Ra({
661
+ }), Ba = /* @__PURE__ */ qe(function(a, t) {
662
+ [a, t] = ke(a, t, Ca);
663
+ let { validationBehavior: u } = Me(Ke) || {};
664
+ var o, m;
665
+ let s = (m = (o = a.validationBehavior) !== null && o !== void 0 ? o : u) !== null && m !== void 0 ? m : "native", i = Ra({
666
666
  ...a,
667
- validationBehavior: o
668
- }), c = A(null), [l, O] = we(!a["aria-label"] && !a["aria-labelledby"]), { groupProps: R, labelProps: g, startFieldProps: I, endFieldProps: F, buttonProps: B, dialogProps: C, calendarProps: b, descriptionProps: Z, errorMessageProps: d, ...T } = xa({
667
+ validationBehavior: s
668
+ }), c = A(null), [l, O] = we(!a["aria-label"] && !a["aria-labelledby"]), { groupProps: R, labelProps: g, startFieldProps: I, endFieldProps: F, buttonProps: _, dialogProps: C, calendarProps: b, descriptionProps: B, errorMessageProps: d, ...T } = xa({
669
669
  ...Ee(a),
670
670
  label: O,
671
- validationBehavior: o
672
- }, i, c), [w, k] = W(null), P = Ge(() => {
673
- c.current && k(c.current.offsetWidth + "px");
671
+ validationBehavior: s
672
+ }, i, c), [w, Z] = W(null), P = Ge(() => {
673
+ c.current && Z(c.current.offsetWidth + "px");
674
674
  }, []);
675
675
  ze({
676
676
  ref: c,
677
677
  onResize: P
678
678
  });
679
- let { focusProps: _, isFocused: $, isFocusVisible: y } = aa({
679
+ let { focusProps: M, isFocused: $, isFocusVisible: y } = aa({
680
680
  within: !0
681
681
  }), D = Se({
682
682
  ...a,
@@ -690,10 +690,10 @@ const Fa = /* @__PURE__ */ te(null), Ca = /* @__PURE__ */ te(null), Ta = /* @__P
690
690
  isReadOnly: a.isReadOnly || !1
691
691
  },
692
692
  defaultClassName: "react-aria-DateRangePicker"
693
- }), M = ie(a, {
693
+ }), k = ie(a, {
694
694
  global: !0
695
695
  });
696
- return delete M.id, /* @__PURE__ */ J.createElement(We, {
696
+ return delete k.id, /* @__PURE__ */ J.createElement(We, {
697
697
  values: [
698
698
  [
699
699
  Ia,
@@ -710,7 +710,7 @@ const Fa = /* @__PURE__ */ te(null), Ca = /* @__PURE__ */ te(null), Ta = /* @__P
710
710
  [
711
711
  ve,
712
712
  {
713
- ...B,
713
+ ..._,
714
714
  isPressed: i.isOpen
715
715
  }
716
716
  ],
@@ -759,7 +759,7 @@ const Fa = /* @__PURE__ */ te(null), Ca = /* @__PURE__ */ te(null), Ta = /* @__P
759
759
  he,
760
760
  {
761
761
  slots: {
762
- description: Z,
762
+ description: B,
763
763
  errorMessage: d
764
764
  }
765
765
  }
@@ -770,7 +770,7 @@ const Fa = /* @__PURE__ */ te(null), Ca = /* @__PURE__ */ te(null), Ta = /* @__P
770
770
  ]
771
771
  ]
772
772
  }, /* @__PURE__ */ J.createElement("div", {
773
- ...le(M, D, _),
773
+ ...le(k, D, M),
774
774
  ref: t,
775
775
  slot: a.slot || void 0,
776
776
  "data-focus-within": $ || void 0,
@@ -787,7 +787,7 @@ const Fa = /* @__PURE__ */ te(null), Ca = /* @__PURE__ */ te(null), Ta = /* @__P
787
787
  * This source code is licensed under the ISC license.
788
788
  * See the LICENSE file in the root directory of this source tree.
789
789
  */
790
- const ka = [
790
+ const Za = [
791
791
  ["path", { d: "M8 2v4", key: "1cmpym" }],
792
792
  ["path", { d: "M16 2v4", key: "4m81vk" }],
793
793
  ["rect", { width: "18", height: "18", x: "3", y: "4", rx: "2", key: "1hopcy" }],
@@ -798,35 +798,38 @@ const ka = [
798
798
  ["path", { d: "M8 18h.01", key: "lrp35t" }],
799
799
  ["path", { d: "M12 18h.01", key: "mhygvu" }],
800
800
  ["path", { d: "M16 18h.01", key: "kzsmim" }]
801
- ], Ma = ya("calendar-days", ka), _a = "_datePicker_gs5wt_1", wa = "_inputField_gs5wt_8", Ea = "_medium_gs5wt_24", Sa = "_calendarButton_gs5wt_55", Wa = "_dialog_gs5wt_99", j = {
802
- datePicker: _a,
801
+ ], ka = ya("calendar-days", Za), Ma = "_datePicker_1ennh_1", wa = "_inputField_1ennh_8", Ea = "_medium_1ennh_24", Sa = "_readOnly_1ennh_42", Wa = "_calendarButton_1ennh_60", Na = "_dialog_1ennh_108", U = {
802
+ datePicker: Ma,
803
803
  inputField: wa,
804
804
  medium: Ea,
805
- calendarButton: Sa,
806
- dialog: Wa
805
+ readOnly: Sa,
806
+ calendarButton: Wa,
807
+ dialog: Na
807
808
  }, ia = ({
808
809
  children: e,
809
810
  isDisabled: a,
810
811
  isInvalid: t,
811
- size: s = "large"
812
+ isReadOnly: u,
813
+ size: o = "large"
812
814
  }) => /* @__PURE__ */ Y(
813
815
  ga,
814
816
  {
815
- className: ee(j.inputField, {
816
- [j.medium]: s === "medium"
817
+ className: ee(U.inputField, {
818
+ [U.medium]: o === "medium",
819
+ [U.readOnly]: u
817
820
  }),
818
821
  children: [
819
822
  e,
820
823
  /* @__PURE__ */ v(
821
824
  ma,
822
825
  {
823
- className: ee(j.calendarButton, {
824
- [j.medium]: s === "medium"
826
+ className: ee(U.calendarButton, {
827
+ [U.medium]: o === "medium"
825
828
  }),
826
829
  "data-invalid": t || void 0,
827
830
  isDisabled: a,
828
831
  children: /* @__PURE__ */ v(
829
- Ma,
832
+ ka,
830
833
  {
831
834
  "aria-hidden": !0,
832
835
  size: 20
@@ -838,56 +841,56 @@ const ka = [
838
841
  }
839
842
  ), ta = ({
840
843
  children: e
841
- }) => /* @__PURE__ */ v($a, { children: /* @__PURE__ */ v(ha, { className: j.dialog, children: e }) }), bl = ({
844
+ }) => /* @__PURE__ */ v($a, { children: /* @__PURE__ */ v(ha, { className: U.dialog, children: e }) }), vl = ({
842
845
  className: e,
843
846
  description: a,
844
847
  errorMessage: t,
845
- errorPosition: s = "top",
846
- label: u,
848
+ errorPosition: u = "top",
849
+ label: o,
847
850
  popover: m,
848
- ...o
851
+ ...s
849
852
  }) => /* @__PURE__ */ Y(
850
- Ba,
853
+ _a,
851
854
  {
852
- className: ee(j.datePicker, e),
853
- ...o,
855
+ className: ee(U.datePicker, e),
856
+ ...s,
854
857
  children: [
855
- /* @__PURE__ */ v(Be, { popover: m, children: u && /* @__PURE__ */ v(Ze, { children: u }) }),
856
- a && /* @__PURE__ */ v(ke, { slot: "description", children: a }),
857
- s === "top" && /* @__PURE__ */ v(ae, { children: t }),
858
- /* @__PURE__ */ v(ia, { ...o, children: /* @__PURE__ */ v(se, { children: (i) => /* @__PURE__ */ v(ue, { segment: i }) }) }),
859
- s === "bottom" && /* @__PURE__ */ v(ae, { children: t }),
858
+ /* @__PURE__ */ v(_e, { popover: m, children: o && /* @__PURE__ */ v(Be, { children: o }) }),
859
+ a && /* @__PURE__ */ v(Ze, { slot: "description", children: a }),
860
+ u === "top" && /* @__PURE__ */ v(ae, { children: t }),
861
+ /* @__PURE__ */ v(ia, { ...s, children: /* @__PURE__ */ v(se, { children: (i) => /* @__PURE__ */ v(ue, { segment: i }) }) }),
862
+ u === "bottom" && /* @__PURE__ */ v(ae, { children: t }),
860
863
  /* @__PURE__ */ v(ta, { children: /* @__PURE__ */ v(oa, {}) })
861
864
  ]
862
865
  }
863
- ), vl = ({
866
+ ), ml = ({
864
867
  className: e,
865
868
  description: a,
866
869
  errorMessage: t,
867
- errorPosition: s = "top",
868
- label: u,
870
+ errorPosition: u = "top",
871
+ label: o,
869
872
  popover: m,
870
- ...o
873
+ ...s
871
874
  }) => /* @__PURE__ */ Y(
872
- Za,
875
+ Ba,
873
876
  {
874
- className: ee(j.datePicker, e),
875
- ...o,
877
+ className: ee(U.datePicker, e),
878
+ ...s,
876
879
  children: [
877
- /* @__PURE__ */ v(Be, { popover: m, children: u && /* @__PURE__ */ v(Ze, { children: u }) }),
878
- a && /* @__PURE__ */ v(ke, { slot: "description", children: a }),
879
- s === "top" && /* @__PURE__ */ v(ae, { children: t }),
880
- /* @__PURE__ */ Y(ia, { ...o, children: [
880
+ /* @__PURE__ */ v(_e, { popover: m, children: o && /* @__PURE__ */ v(Be, { children: o }) }),
881
+ a && /* @__PURE__ */ v(Ze, { slot: "description", children: a }),
882
+ u === "top" && /* @__PURE__ */ v(ae, { children: t }),
883
+ /* @__PURE__ */ Y(ia, { ...s, children: [
881
884
  /* @__PURE__ */ v(se, { slot: "start", children: (i) => /* @__PURE__ */ v(ue, { segment: i }) }),
882
885
  /* @__PURE__ */ v(va, {}),
883
886
  /* @__PURE__ */ v(se, { slot: "end", children: (i) => /* @__PURE__ */ v(ue, { segment: i }) })
884
887
  ] }),
885
- s === "bottom" && /* @__PURE__ */ v(ae, { children: t }),
888
+ u === "bottom" && /* @__PURE__ */ v(ae, { children: t }),
886
889
  /* @__PURE__ */ v(ta, { children: /* @__PURE__ */ v(sa, {}) })
887
890
  ]
888
891
  }
889
892
  );
890
893
  export {
891
- bl as D,
892
- vl as a
894
+ vl as D,
895
+ ml as a
893
896
  };