@fluidattacks/design 3.26.6 → 3.27.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.
Files changed (170) hide show
  1. package/dist/assets/index.css +1 -1
  2. package/dist/components/@core/index.js +1 -1
  3. package/dist/components/@core/types.d.ts +1 -0
  4. package/dist/components/accordion/accordion-content/index.js +1 -1
  5. package/dist/components/accordion/index.js +1 -1
  6. package/dist/components/alert/index.js +1 -1
  7. package/dist/components/avatar/index.js +1 -1
  8. package/dist/components/button/index.js +1 -1
  9. package/dist/components/card/card-header/index.js +1 -1
  10. package/dist/components/card/card-with-image/index.js +1 -1
  11. package/dist/components/card/card-with-input/index.js +1 -1
  12. package/dist/components/card/card-with-options/index.js +1 -1
  13. package/dist/components/card/card-with-selector/index.js +1 -1
  14. package/dist/components/card/card-with-switch/index.js +1 -1
  15. package/dist/components/card/index.js +1 -1
  16. package/dist/components/card-container/index.js +1 -1
  17. package/dist/components/carousel/index.js +1 -1
  18. package/dist/components/checkbox/index.js +1 -1
  19. package/dist/components/cloud-image/index.js +1 -1
  20. package/dist/components/code-snippet/index.js +1 -1
  21. package/dist/components/code-snippet/location-code/index.js +1 -1
  22. package/dist/components/colors/index.js +1 -1
  23. package/dist/components/conditions-dialog/index.js +1 -1
  24. package/dist/components/confirm-dialog/index.js +1 -1
  25. package/dist/components/container/index.js +1 -1
  26. package/dist/components/copy-button/index.js +1 -1
  27. package/dist/components/divider/index.js +1 -1
  28. package/dist/components/dropdown/index.js +1 -1
  29. package/dist/components/empty-state/empty-button/index.js +1 -1
  30. package/dist/components/empty-state/index.js +1 -1
  31. package/dist/components/file-preview/index.js +1 -1
  32. package/dist/components/form/index.js +1 -1
  33. package/dist/components/form/inner-form/index.js +1 -1
  34. package/dist/components/grid-container/index.js +1 -1
  35. package/dist/components/grid-layout/index.stories.d.ts +1 -10
  36. package/dist/components/grid-layout/styles.d.ts +1 -8
  37. package/dist/components/group-selector/index.js +1 -1
  38. package/dist/components/group-selector/option-container/index.js +1 -1
  39. package/dist/components/icon/index.js +1 -1
  40. package/dist/components/icon-button/index.js +1 -1
  41. package/dist/components/indicator-card/index.js +1 -1
  42. package/dist/components/info-sidebar/index.js +1 -1
  43. package/dist/components/inputs/fields/combobox/field/index.js +1 -1
  44. package/dist/components/inputs/fields/combobox/index.js +1 -1
  45. package/dist/components/inputs/fields/combobox/option/index.js +1 -1
  46. package/dist/components/inputs/fields/date/calendar/cell/index.js +1 -1
  47. package/dist/components/inputs/fields/date/calendar/grid/index.js +1 -1
  48. package/dist/components/inputs/fields/date/calendar/header/index.js +1 -1
  49. package/dist/components/inputs/fields/date/calendar/index.js +1 -1
  50. package/dist/components/inputs/fields/date/index.js +1 -1
  51. package/dist/components/inputs/fields/date-range/calendar/index.js +1 -1
  52. package/dist/components/inputs/fields/date-range/index.js +1 -1
  53. package/dist/components/inputs/fields/date-time/calendar/index.js +1 -1
  54. package/dist/components/inputs/fields/date-time/index.js +1 -1
  55. package/dist/components/inputs/fields/editable/index.js +1 -1
  56. package/dist/components/inputs/fields/input-array/field/index.js +1 -1
  57. package/dist/components/inputs/fields/input-array/index.js +1 -1
  58. package/dist/components/inputs/fields/input-file/index.js +1 -1
  59. package/dist/components/inputs/fields/input-tags/field/index.js +1 -1
  60. package/dist/components/inputs/fields/input-tags/index.js +1 -1
  61. package/dist/components/inputs/fields/number/index.js +1 -1
  62. package/dist/components/inputs/fields/number-range/index.js +1 -1
  63. package/dist/components/inputs/fields/phone/index.js +1 -1
  64. package/dist/components/inputs/fields/text-area/index.js +1 -1
  65. package/dist/components/inputs/fields/text-input/index.js +1 -1
  66. package/dist/components/inputs/index.js +1 -1
  67. package/dist/components/inputs/label/index.js +1 -1
  68. package/dist/components/inputs/outline-container/index.js +1 -1
  69. package/dist/components/inputs/utils/action-button/index.js +1 -1
  70. package/dist/components/inputs/utils/calendar-button/index.js +1 -1
  71. package/dist/components/inputs/utils/date-selector/index.js +1 -1
  72. package/dist/components/inputs/utils/date-time-field/index.js +1 -1
  73. package/dist/components/inputs/utils/dialog/index.js +1 -1
  74. package/dist/components/inputs/utils/number-field/index.js +1 -1
  75. package/dist/components/inputs/utils/popover/index.js +1 -1
  76. package/dist/components/layout/categories/buttons/index.js +1 -1
  77. package/dist/components/layout/categories/column/index.js +1 -1
  78. package/dist/components/layout/categories/gap/index.js +1 -1
  79. package/dist/components/layout/categories/row/index.js +1 -1
  80. package/dist/components/layout/index.js +1 -1
  81. package/dist/components/link/index.js +1 -1
  82. package/dist/components/list-item/index.js +1 -1
  83. package/dist/components/little-flag/index.js +1 -1
  84. package/dist/components/loading/index.js +1 -1
  85. package/dist/components/logo/index.js +1 -1
  86. package/dist/components/lottie/index.js +1 -1
  87. package/dist/components/menu/index.js +1 -1
  88. package/dist/components/message-banner/index.js +1 -1
  89. package/dist/components/modal/columns-modal/index.js +1 -1
  90. package/dist/components/modal/columns-modal/preview-panel/index.js +1 -1
  91. package/dist/components/modal/columns-modal/search-panel/index.js +1 -1
  92. package/dist/components/modal/filters-modal/applied-filter/index.js +1 -1
  93. package/dist/components/modal/filters-modal/applied-filters/index.js +1 -1
  94. package/dist/components/modal/filters-modal/column-filters/index.js +1 -1
  95. package/dist/components/modal/filters-modal/filter-control/index.js +1 -1
  96. package/dist/components/modal/filters-modal/filter-form/form-content/index.js +1 -1
  97. package/dist/components/modal/filters-modal/filter-form/hooks/index.js +1 -1
  98. package/dist/components/modal/filters-modal/filter-form/index.js +1 -1
  99. package/dist/components/modal/filters-modal/filters-list/index.js +1 -1
  100. package/dist/components/modal/filters-modal/index.js +1 -1
  101. package/dist/components/modal/footer/index.js +1 -1
  102. package/dist/components/modal/header/index.js +1 -1
  103. package/dist/components/modal/index.js +1 -1
  104. package/dist/components/modal/modal-confirm/index.js +1 -1
  105. package/dist/components/notification/index.js +1 -1
  106. package/dist/components/notification-sign/index.js +1 -1
  107. package/dist/components/notification-sign/index.stories.d.ts +3 -2
  108. package/dist/components/notification-sign/styles.d.ts +270 -1
  109. package/dist/components/number-input/index.js +1 -1
  110. package/dist/components/oauth-selector/index.js +1 -1
  111. package/dist/components/oauth-selector/option-container/index.js +1 -1
  112. package/dist/components/pop-up/description/index.js +1 -1
  113. package/dist/components/pop-up/index.js +1 -1
  114. package/dist/components/premium-feature/index.js +1 -1
  115. package/dist/components/priority-score/index.js +1 -1
  116. package/dist/components/progress-bar/index.js +1 -1
  117. package/dist/components/progress-indicator/in-progress-icon/index.js +1 -1
  118. package/dist/components/progress-indicator/index.js +1 -1
  119. package/dist/components/progress-indicator/step/index.js +1 -1
  120. package/dist/components/radio-button/index.js +1 -1
  121. package/dist/components/scroll-button/index.js +1 -1
  122. package/dist/components/search/index.js +1 -1
  123. package/dist/components/severity-badge/index.js +1 -1
  124. package/dist/components/severity-overview/badge/index.js +1 -1
  125. package/dist/components/severity-overview/index.js +1 -1
  126. package/dist/components/show-on-hover/index.js +1 -1
  127. package/dist/components/slide-out-menu/index.js +1 -1
  128. package/dist/components/slide-out-menu/menu-item/index.js +1 -1
  129. package/dist/components/slider/index.js +1 -1
  130. package/dist/components/slider/thumb/index.js +1 -1
  131. package/dist/components/step-lapse/index.js +1 -1
  132. package/dist/components/table/context/index.js +1 -1
  133. package/dist/components/table/export-csv/index.js +1 -1
  134. package/dist/components/table/index.js +1 -1
  135. package/dist/components/table/pagination/pagination-control/index.js +1 -1
  136. package/dist/components/table/pagination/pagination-dropdown/index.js +1 -1
  137. package/dist/components/table/pagination/pagination-size/index.js +1 -1
  138. package/dist/components/table/sort-icon/index.js +1 -1
  139. package/dist/components/table/table-body/index.js +1 -1
  140. package/dist/components/table/table-column-toggle/index.js +1 -1
  141. package/dist/components/table/table-content/head/index.js +1 -1
  142. package/dist/components/table/table-content/index.js +1 -1
  143. package/dist/components/table/table-footer/footer-content/index.js +1 -1
  144. package/dist/components/table/table-footer/index.js +1 -1
  145. package/dist/components/table/table-options/caption-content/index.js +1 -1
  146. package/dist/components/table/table-options/controls-content/index.js +1 -1
  147. package/dist/components/table/table-options/highlighted-content/index.js +1 -1
  148. package/dist/components/table/table-options/index.js +1 -1
  149. package/dist/components/table/wrapper/index.js +1 -1
  150. package/dist/components/table-button/index.js +1 -1
  151. package/dist/components/tabs/index.js +1 -1
  152. package/dist/components/tabs/tab/index.js +1 -1
  153. package/dist/components/tag/index.js +1 -1
  154. package/dist/components/timeline/card/index.js +1 -1
  155. package/dist/components/timeline/index.js +1 -1
  156. package/dist/components/toggle/index.js +1 -1
  157. package/dist/components/tooltip/index.js +1 -1
  158. package/dist/components/tour/index.js +1 -1
  159. package/dist/components/typography/heading/index.js +1 -1
  160. package/dist/components/typography/index.js +1 -1
  161. package/dist/components/typography/span/index.js +1 -1
  162. package/dist/components/typography/text/index.js +1 -1
  163. package/dist/{components-aNnlLvUi.js → components-Bw8rtrtb.js} +15 -5
  164. package/dist/{components-BWE4Q-KL.mjs → components-CNhTcHJm.mjs} +107 -99
  165. package/dist/hooks/index.js +1 -1
  166. package/dist/index.js +1 -1
  167. package/dist/{vendor-n0YlGhIk.mjs → vendor-C4aloG3g.mjs} +11034 -11014
  168. package/dist/vendor-p_HN3CLJ.js +223 -0
  169. package/package.json +8 -8
  170. package/dist/vendor-aX2fiAjI.js +0 -223
@@ -1,6 +1,6 @@
1
1
  import { jsx as i, jsxs as f, Fragment as tt } from "react/jsx-runtime";
2
2
  import nt, { forwardRef as Z, useState as j, useCallback as w, StrictMode as En, useEffect as G, useRef as B, useMemo as K, Fragment as ye, Children as Xe, isValidElement as Gt, cloneElement as _t, createContext as Rn, useContext as he } from "react";
3
- import { X as jn, s as b, J as D, u as Yt, a as An, b as Ln, c as Pn, d as On, l as M, e as it, f as Hn, o as rt, g as Wn, n as Ce, _ as A, $ as Mn, h as Bn, i as Vn, j as Un, k as Gn, m as _n, p as Yn, q as Kn, r as Zn, t as Kt, C as ot, v as qn, w as Xn, x as Jn, y as $t, z as Fe, A as Qn, B as ei, D as Zt, E as qt, F as Ee, G as ti, H as ni, I as ii, K as ri, L as oi, M as te, N as ai, O as Xt, P as li, Q as Jt, R as si, S as ci, T as di, U as pi, V as gi, W as ui, Y as at, Z as hi, a0 as bt, a1 as xt, a2 as mt, a3 as fi, a4 as yi, a5 as $i, a6 as bi, a7 as xi, a8 as mi, a9 as wi, aa as vi, ab as Qt, ac as ki, ad as Ci, ae as Si, af as zi, ag as Ii, ak as en, al as Ti, am as Ni, an as Di, ao as Fi, ap as Ei, aq as Ri, ar as ji, as as Ai, at as Li, au as Pi, av as Oi, aw as Je, ax as Hi, ay as wt, az as Wi, aA as vt, aB as Mi } from "./vendor-n0YlGhIk.mjs";
3
+ import { X as jn, s as b, J as D, u as Yt, a as An, b as Ln, c as On, d as Pn, l as M, e as it, f as Hn, o as rt, g as Wn, n as Ce, _ as A, $ as Mn, h as Bn, i as Vn, j as Un, k as Gn, m as _n, p as Yn, q as Kn, r as Zn, t as Kt, C as ot, v as qn, w as Xn, x as Jn, y as $t, z as Fe, A as Qn, B as ei, D as Zt, E as qt, F as Ee, G as ti, H as ni, I as ii, K as ri, L as oi, M as te, N as ai, O as Xt, P as li, Q as Jt, R as si, S as ci, T as di, U as pi, V as gi, W as ui, Y as at, Z as hi, a0 as bt, a1 as xt, a2 as mt, a3 as fi, a4 as yi, a5 as $i, a6 as bi, a7 as xi, a8 as mi, a9 as wi, aa as vi, ab as Qt, ac as ki, ad as Ci, ae as Si, af as zi, ag as Ii, ak as en, al as Ti, am as Ni, an as Di, ao as Fi, ap as Ei, aq as Ri, ar as ji, as as Ai, at as Li, au as Oi, av as Pi, aw as Je, ax as Hi, ay as wt, az as Wi, aA as vt, aB as Mi } from "./vendor-C4aloG3g.mjs";
4
4
  import { createPortal as $e } from "react-dom";
5
5
  import { Link as Bi, useLocation as Vi, NavLink as Ui } from "react-router-dom";
6
6
  const ae = (e) => ({
@@ -195,19 +195,17 @@ const ae = (e) => ({
195
195
  md: "0px 4px 6px 0px rgba(16, 24, 40, 0.15)",
196
196
  lg: "0px 8px 24px 0px rgba(16, 24, 40, 0.15)"
197
197
  }, tr = {
198
- mobile: "480px",
199
- tablet: "960px",
200
198
  sm: "1024px",
201
199
  md: "1440px",
202
200
  lg: "1920px"
203
201
  }, nr = {
204
202
  0: "0rem",
205
203
  0.125: "0.125rem",
206
- 0.188: "0.188rem",
207
204
  0.25: "0.25rem",
208
205
  0.5: "0.5rem",
209
206
  0.625: "0.625rem",
210
207
  0.75: "0.75rem",
208
+ 0.875: "0.875rem",
211
209
  1: "1rem",
212
210
  1.25: "1.25rem",
213
211
  1.5: "1.5rem",
@@ -216,9 +214,7 @@ const ae = (e) => ({
216
214
  2.25: "2.25rem",
217
215
  2.5: "2.5rem",
218
216
  3: "3rem",
219
- 3.5: "3.5rem",
220
217
  4: "4rem",
221
- 4.5: "4.5rem",
222
218
  5: "5rem",
223
219
  6: "6rem"
224
220
  }, vs = [
@@ -288,7 +284,7 @@ const ae = (e) => ({
288
284
  }
289
285
  }, ks = ({
290
286
  children: e
291
- }) => /* @__PURE__ */ i(jn, { theme: L, children: e }), P = (e, t) => t === void 0 ? "" : `${e}: ${t};`, Re = (e) => {
287
+ }) => /* @__PURE__ */ i(jn, { theme: L, children: e }), O = (e, t) => t === void 0 ? "" : `${e}: ${t};`, Re = (e) => {
292
288
  const t = e.py ?? e.pt ?? 0, n = e.px ?? e.pr ?? 0, r = e.py ?? e.pb ?? 0, o = e.px ?? e.pl ?? 0;
293
289
  if (e.padding) {
294
290
  const [a, s, l, c] = e.padding;
@@ -303,7 +299,7 @@ const ae = (e) => ({
303
299
  }
304
300
  return `margin: ${L.spacing[t]} ${L.spacing[n]} ${L.spacing[r]} ${L.spacing[o]};`;
305
301
  }, Ae = (e) => {
306
- const t = P("position", e.position), n = P("top", e.top), r = P("right", e.right), o = P("bottom", e.bottom), a = P("left", e.left), s = P("z-index", e.zIndex);
302
+ const t = O("position", e.position), n = O("top", e.top), r = O("right", e.right), o = O("bottom", e.bottom), a = O("left", e.left), s = O("z-index", e.zIndex);
307
303
  return `
308
304
  ${t}
309
305
  ${n}
@@ -313,7 +309,7 @@ const ae = (e) => ({
313
309
  ${s}
314
310
  `;
315
311
  }, Le = (e) => {
316
- const t = P("border", e.border), n = P("border-top", e.borderTop), r = P("border-right", e.borderRight), o = P("border-bottom", e.borderBottom), a = P("border-left", e.borderLeft), s = P("border-color", e.borderColor), l = P("border-radius", e.borderRadius);
312
+ const t = O("border", e.border), n = O("border-top", e.borderTop), r = O("border-right", e.borderRight), o = O("border-bottom", e.borderBottom), a = O("border-left", e.borderLeft), s = O("border-color", e.borderColor), l = O("border-radius", e.borderRadius);
317
313
  return `
318
314
  ${t}
319
315
  ${n}
@@ -323,17 +319,17 @@ const ae = (e) => ({
323
319
  ${s}
324
320
  ${l}
325
321
  `;
326
- }, ir = (e) => e.includes("x") ? "overflow-x: auto;" : "", rr = (e) => e.includes("y") ? "overflow-y: auto;" : "", Pe = (e) => {
322
+ }, ir = (e) => e.includes("x") ? "overflow-x: auto;" : "", rr = (e) => e.includes("y") ? "overflow-y: auto;" : "", Oe = (e) => {
327
323
  const t = e.scroll ? `
328
324
  ${ir(e.scroll)}
329
325
  ${rr(e.scroll)}
330
- ` : "", n = P("visibility", e.visibility), r = P("display", e.display), o = P("height", e.height), a = P("width", e.width), s = P("max-height", e.maxHeight), l = P("max-width", e.maxWidth), c = P("min-height", e.minHeight), d = P("min-width", e.minWidth), p = P(
326
+ ` : "", n = O("visibility", e.visibility), r = O("display", e.display), o = O("height", e.height), a = O("width", e.width), s = O("max-height", e.maxHeight), l = O("max-width", e.maxWidth), c = O("min-height", e.minHeight), d = O("min-width", e.minWidth), p = O(
331
327
  "box-shadow",
332
328
  e.shadow ? L.shadows[e.shadow] : void 0
333
- ), g = P(
329
+ ), g = O(
334
330
  "gap",
335
331
  e.gap === void 0 ? void 0 : L.spacing[e.gap]
336
- ), u = P("background-color", e.bgColor), h = P("background", e.bgGradient), y = P("flex-direction", e.flexDirection), m = P("flex-grow", e.flexGrow), $ = P("justify-content", e.justify), C = P("justify-self", e.justifySelf), v = P("align-items", e.alignItems), S = P("align-self", e.alignSelf), k = P("flex-wrap", e.wrap);
332
+ ), u = O("background-color", e.bgColor), h = O("background", e.bgGradient), y = O("flex-direction", e.flexDirection), m = O("flex-grow", e.flexGrow), $ = O("justify-content", e.justify), C = O("justify-self", e.justifySelf), v = O("align-items", e.alignItems), S = O("align-self", e.alignSelf), k = O("flex-wrap", e.wrap);
337
333
  return `
338
334
  ${t}
339
335
  ${n}
@@ -356,8 +352,8 @@ const ae = (e) => ({
356
352
  ${S}
357
353
  ${k}
358
354
  `;
359
- }, Oe = (e) => {
360
- const t = P("color", e.color), n = P("font-family", e.fontFamily), r = P("font-size", e.fontSize), o = P("font-weight", e.fontWeight), a = P("line-spacing", e.letterSpacing), s = P("line-height", e.lineSpacing), l = P("text-align", e.textAlign), c = P("text-decoration", e.textDecoration), d = P("text-overflow", e.textOverflow), p = P("white-space", e.whiteSpace), g = P("word-break", e.wordBreak), u = P("word-wrap", e.wordWrap);
355
+ }, Pe = (e) => {
356
+ const t = O("color", e.color), n = O("font-family", e.fontFamily), r = O("font-size", e.fontSize), o = O("font-weight", e.fontWeight), a = O("line-spacing", e.letterSpacing), s = O("line-height", e.lineSpacing), l = O("text-align", e.textAlign), c = O("text-decoration", e.textDecoration), d = O("text-overflow", e.textOverflow), p = O("white-space", e.whiteSpace), g = O("word-break", e.wordBreak), u = O("word-wrap", e.wordWrap);
361
357
  return `
362
358
  ${t}
363
359
  ${n}
@@ -373,10 +369,10 @@ const ae = (e) => ({
373
369
  ${u}
374
370
  `;
375
371
  }, He = (e) => {
376
- const t = P("cursor", e.cursor), n = P("border-color", e.borderColorHover), r = P("background-color", e.bgColorHover), o = P(
372
+ const t = O("cursor", e.cursor), n = O("border-color", e.borderColorHover), r = O("background-color", e.bgColorHover), o = O(
377
373
  "box-shadow",
378
374
  e.shadowHover === void 0 ? void 0 : L.shadows[e.shadowHover]
379
- ), a = P("transition", e.transition);
375
+ ), a = O("transition", e.transition);
380
376
  return `
381
377
  ${t}
382
378
 
@@ -393,8 +389,8 @@ const ae = (e) => ({
393
389
  ${Re}
394
390
  ${je}
395
391
  ${Ae}
396
- ${Pe}
397
392
  ${Oe}
393
+ ${Pe}
398
394
  ${Le}
399
395
  ${He}
400
396
  `, tn = b.button.withConfig(
@@ -403,24 +399,24 @@ const ae = (e) => ({
403
399
  ${Re}
404
400
  ${je}
405
401
  ${Ae}
406
- ${Pe}
407
402
  ${Oe}
403
+ ${Pe}
408
404
  ${Le}
409
405
  ${He}
410
406
  `, nn = b.p.withConfig(We)`
411
407
  ${Re}
412
408
  ${je}
413
409
  ${Ae}
414
- ${Pe}
415
410
  ${Oe}
411
+ ${Pe}
416
412
  ${Le}
417
413
  ${He}
418
414
  `, rn = b.span.withConfig(We)`
419
415
  ${Re}
420
416
  ${je}
421
417
  ${Ae}
422
- ${Pe}
423
418
  ${Oe}
419
+ ${Pe}
424
420
  ${Le}
425
421
  ${He}
426
422
  `, or = b(Me)`
@@ -716,7 +712,7 @@ const ae = (e) => ({
716
712
  {
717
713
  display: "block",
718
714
  id: `panel-${e.title}`,
719
- padding: [0.75, 0.75, 0.75, 0.75],
715
+ padding: [0.875, 0.875, 0.875, 0.875],
720
716
  children: [
721
717
  t,
722
718
  e.extraElement ? /* @__PURE__ */ i(x, { children: e.extraElement }) : void 0
@@ -859,7 +855,7 @@ const R = Z(function({
859
855
  cursor: "pointer",
860
856
  display: "flex",
861
857
  onClick: c(p),
862
- padding: [0.75, 0.75, 0.75, 0.75],
858
+ padding: [0.875, 0.875, 0.875, 0.875],
863
859
  width: "100%",
864
860
  children: /* @__PURE__ */ f(
865
861
  x,
@@ -1200,7 +1196,7 @@ const R = Z(function({
1200
1196
  }), I = An(k, {
1201
1197
  delay: { close: 0, open: 500 },
1202
1198
  move: !1
1203
- }), F = Ln(k), T = Pn(k, { role: o ? "label" : "tooltip" }), { getReferenceProps: z, getFloatingProps: O } = On([
1199
+ }), F = Ln(k), T = On(k, { role: o ? "label" : "tooltip" }), { getReferenceProps: z, getFloatingProps: P } = Pn([
1204
1200
  I,
1205
1201
  F,
1206
1202
  T
@@ -1232,7 +1228,7 @@ const R = Z(function({
1232
1228
  /* @__PURE__ */ f(
1233
1229
  xr,
1234
1230
  {
1235
- ...O(),
1231
+ ...P(),
1236
1232
  $maxWidth: c,
1237
1233
  id: `floating-${l}`,
1238
1234
  ref: v.setFloating,
@@ -1754,7 +1750,7 @@ const R = Z(function({
1754
1750
  width: I,
1755
1751
  ...F
1756
1752
  }, T) {
1757
- const z = $ !== void 0, O = `${a}-tooltip`, E = w(() => {
1753
+ const z = $ !== void 0, P = `${a}-tooltip`, E = w(() => {
1758
1754
  o && sn(o, r);
1759
1755
  }, [r, o]), H = /* @__PURE__ */ f(
1760
1756
  an,
@@ -1772,7 +1768,7 @@ const R = Z(function({
1772
1768
  type: m,
1773
1769
  value: S,
1774
1770
  width: I,
1775
- ...z ? { "data-tooltip-id": O } : {},
1771
+ ...z ? { "data-tooltip-id": P } : {},
1776
1772
  ...F,
1777
1773
  children: [
1778
1774
  s !== void 0 && /* @__PURE__ */ i(
@@ -1802,7 +1798,7 @@ const R = Z(function({
1802
1798
  Q,
1803
1799
  {
1804
1800
  disabled: !z,
1805
- id: O,
1801
+ id: P,
1806
1802
  place: C,
1807
1803
  tip: $,
1808
1804
  width: I,
@@ -2674,7 +2670,7 @@ const R = Z(function({
2674
2670
  state: s,
2675
2671
  watch: l
2676
2672
  }) => {
2677
- var T, z, O;
2673
+ var T, z, P;
2678
2674
  const c = D(), d = B(null), p = e.props.hrefLang, g = s.disabledKeys, u = Array.from(s.collection.getKeys()).filter(
2679
2675
  (E) => !Array.from(g).includes(E) && E !== "All"
2680
2676
  ), { optionProps: h, isSelected: y, isFocused: m, isDisabled: $ } = Vn(
@@ -2707,7 +2703,7 @@ const R = Z(function({
2707
2703
  fe,
2708
2704
  {
2709
2705
  ...r == null ? void 0 : r(`${n}Options`, { onChange: S }),
2710
- label: (O = e.rendered) == null ? void 0 : O.toString(),
2706
+ label: (P = e.rendered) == null ? void 0 : P.toString(),
2711
2707
  name: `${n}Options`,
2712
2708
  value: e.key.toString()
2713
2709
  }
@@ -2775,13 +2771,13 @@ const R = Z(function({
2775
2771
  weight: I
2776
2772
  }) => {
2777
2773
  var ft;
2778
- const F = D(), T = t ? void 0 : r, z = (e == null ? void 0 : e.value) ?? S, [O, E] = j(
2774
+ const F = D(), T = t ? void 0 : r, z = (e == null ? void 0 : e.value) ?? S, [P, E] = j(
2779
2775
  ((ft = g.find((W) => W.value === z)) == null ? void 0 : ft.name) ?? ""
2780
2776
  ), [H, ne] = j(z), [ie, ge] = j(g), [Y, U] = j(!1), { contains: re } = Gn({ sensitivity: "base" }), be = B(null), Ge = B(null), _e = B(null), Ye = B(null), Ke = B(null), vn = K(() => g.toSorted((W, q) => {
2781
2777
  const X = Array.from(n ?? []), xe = X.includes(W.value), yt = X.includes(q.value);
2782
2778
  return xe && !yt ? 1 : !xe && yt ? -1 : 0;
2783
2779
  }).map(
2784
- (W) => re(W.name, O) || Y ? /* @__PURE__ */ i(
2780
+ (W) => re(W.name, P) || Y ? /* @__PURE__ */ i(
2785
2781
  _n,
2786
2782
  {
2787
2783
  "aria-label": W.value,
@@ -2791,7 +2787,7 @@ const R = Z(function({
2791
2787
  },
2792
2788
  W.value
2793
2789
  ) : null
2794
- ), [re, n, O, g, Y]), kn = w(
2790
+ ), [re, n, P, g, Y]), kn = w(
2795
2791
  (W) => {
2796
2792
  const q = W.split(/,|\s/u).slice(-1)[0].trim();
2797
2793
  E(p ? q : W), W === "" || W.endsWith(",") ? U(!0) : (U(!1), ne((X) => {
@@ -2823,7 +2819,7 @@ const R = Z(function({
2823
2819
  allowsCustomValue: p,
2824
2820
  allowsEmptyCollection: !0,
2825
2821
  disabledKeys: n,
2826
- inputValue: O,
2822
+ inputValue: P,
2827
2823
  items: ie,
2828
2824
  menuTrigger: "focus",
2829
2825
  shouldCloseOnBlur: !p,
@@ -2848,7 +2844,7 @@ const R = Z(function({
2848
2844
  listBoxProps: Nn
2849
2845
  } = Kn(
2850
2846
  {
2851
- inputValue: O,
2847
+ inputValue: P,
2852
2848
  buttonRef: Ge,
2853
2849
  id: d,
2854
2850
  inputRef: be,
@@ -3104,9 +3100,9 @@ const R = Z(function({
3104
3100
  text-align: center;
3105
3101
  width: ${e.spacing[2.5]};
3106
3102
  `}
3107
- `, Pr = b.th`
3103
+ `, Or = b.th`
3108
3104
  ${pn}
3109
- `, Or = b.td`
3105
+ `, Pr = b.td`
3110
3106
  ${({ theme: e }) => `
3111
3107
  ${pn}
3112
3108
  height: ${e.spacing[2.5]};
@@ -3185,7 +3181,7 @@ const R = Z(function({
3185
3181
  `}
3186
3182
  `, Wr = ({ state: e, date: t }) => {
3187
3183
  const n = B(null), r = qn(t, Xn()), { cellProps: o, buttonProps: a, isSelected: s, isDisabled: l, formattedDate: c } = Jn({ date: t }, e, n), d = "highlightedRange" in e && !M.isNull(e.highlightedRange) ? $t(t, e.highlightedRange.start) : s, p = "highlightedRange" in e && !M.isNull(e.highlightedRange) ? $t(t, e.highlightedRange.end) : s, g = s && !l && !(d || p) ? "range" : "";
3188
- return /* @__PURE__ */ i(Or, { id: g, ...o, children: /* @__PURE__ */ f(
3184
+ return /* @__PURE__ */ i(Pr, { id: g, ...o, children: /* @__PURE__ */ f(
3189
3185
  "div",
3190
3186
  {
3191
3187
  ...a,
@@ -3207,7 +3203,7 @@ const R = Z(function({
3207
3203
  return /* @__PURE__ */ f("table", { children: [
3208
3204
  /* @__PURE__ */ i("thead", { children: /* @__PURE__ */ i(zt, { children: r.map((a, s) => {
3209
3205
  const l = `key_${s}`;
3210
- return /* @__PURE__ */ i(Pr, { children: a }, l);
3206
+ return /* @__PURE__ */ i(Or, { children: a }, l);
3211
3207
  }) }) }),
3212
3208
  /* @__PURE__ */ i("tbody", { children: [...new Array(o).keys()].map(
3213
3209
  (a) => /* @__PURE__ */ i(zt, { children: e.getDatesInWeek(a).map((s, l) => {
@@ -3991,7 +3987,7 @@ const R = Z(function({
3991
3987
  weight: k,
3992
3988
  ...I
3993
3989
  }) => {
3994
- const { required: F, onBlur: T, onChange: z } = I, O = D(), E = e ? void 0 : a, [H, ne] = j(""), ie = w(
3990
+ const { required: F, onBlur: T, onChange: z } = I, P = D(), E = e ? void 0 : a, [H, ne] = j(""), ie = w(
3995
3991
  (U) => {
3996
3992
  ne(U.target.value), z == null || z(U);
3997
3993
  },
@@ -4048,7 +4044,7 @@ const R = Z(function({
4048
4044
  {
4049
4045
  icon: "exclamation-circle",
4050
4046
  iconClass: "error-icon",
4051
- iconColor: O.palette.error[500],
4047
+ iconColor: P.palette.error[500],
4052
4048
  iconSize: "lg"
4053
4049
  }
4054
4050
  ) : void 0,
@@ -4057,14 +4053,14 @@ const R = Z(function({
4057
4053
  {
4058
4054
  icon: "check-circle",
4059
4055
  iconClass: "success-icon",
4060
- iconColor: O.palette.success[500],
4056
+ iconColor: P.palette.success[500],
4061
4057
  iconSize: "lg"
4062
4058
  }
4063
4059
  ) : void 0,
4064
4060
  s === "array" && l > 0 ? /* @__PURE__ */ i(
4065
4061
  _,
4066
4062
  {
4067
- color: O.palette.gray[400],
4063
+ color: P.palette.gray[400],
4068
4064
  icon: "trash",
4069
4065
  iconSize: "sm",
4070
4066
  iconType: "fa-light",
@@ -4346,11 +4342,11 @@ const R = Z(function({
4346
4342
  weight: m
4347
4343
  }) => {
4348
4344
  const $ = D(), C = t ? void 0 : n, v = B(null), S = g == null ? void 0 : g(c, { required: p }), k = y == null ? void 0 : y(c), I = co(k), F = w(() => {
4349
- const O = we("change", c, void 0);
4350
- u && u(c, void 0), S && S.onChange(O);
4345
+ const P = we("change", c, void 0);
4346
+ u && u(c, void 0), S && S.onChange(P);
4351
4347
  }, [S, c, u]), T = w(
4352
- (O) => {
4353
- const { files: E } = O.currentTarget, H = we(
4348
+ (P) => {
4349
+ const { files: E } = P.currentTarget, H = we(
4354
4350
  "change",
4355
4351
  c,
4356
4352
  E && E.length > 0 ? E : void 0
@@ -4361,8 +4357,8 @@ const R = Z(function({
4361
4357
  },
4362
4358
  [S, c, d, u]
4363
4359
  ), z = w(
4364
- (O) => {
4365
- t ? O.preventDefault() : v.current && v.current.click();
4360
+ (P) => {
4361
+ t ? P.preventDefault() : v.current && v.current.click();
4366
4362
  },
4367
4363
  [t]
4368
4364
  );
@@ -4492,7 +4488,7 @@ const R = Z(function({
4492
4488
  E.key === "Enter" && H.length === 0 && E.preventDefault(), ["Enter", ","].includes(E.key) && H.length > 0 && !k.includes(H) ? (E.preventDefault(), I([...k, H]), v("")) : E.key === "Backspace" && !H.length && k.length && (E.preventDefault(), d == null || d(k[k.length - 1]), I(k.slice(0, -1)));
4493
4489
  },
4494
4490
  [C, d, I, k]
4495
- ), O = w(
4491
+ ), P = w(
4496
4492
  (E) => () => {
4497
4493
  d == null || d(E), I(k.filter((H) => H !== E));
4498
4494
  },
@@ -4520,7 +4516,7 @@ const R = Z(function({
4520
4516
  oe,
4521
4517
  {
4522
4518
  disabled: e,
4523
- onClose: O(E),
4519
+ onClose: P(E),
4524
4520
  tagLabel: E
4525
4521
  },
4526
4522
  E
@@ -4558,7 +4554,7 @@ const R = Z(function({
4558
4554
  )
4559
4555
  }
4560
4556
  );
4561
- }, Ps = ({
4557
+ }, Os = ({
4562
4558
  disabled: e = !1,
4563
4559
  control: t,
4564
4560
  error: n,
@@ -4661,20 +4657,20 @@ const R = Z(function({
4661
4657
  ), S = w(() => {
4662
4658
  const T = (C - 10 ** -$).toFixed($), z = Math.max(Number(s), Number(T));
4663
4659
  u && u(l, z, { shouldDirty: !0 }), v(z);
4664
- const O = we("change", l, T);
4665
- c && c(O);
4660
+ const P = we("change", l, T);
4661
+ c && c(P);
4666
4662
  }, [C, $, s, u, l, c]), k = w(() => {
4667
4663
  const T = (C + 10 ** -$).toFixed($), z = Math.min(
4668
4664
  Number(a),
4669
4665
  Number(T) > Number(s) ? Number(T) : Number(s)
4670
4666
  );
4671
4667
  u && u(l, z, { shouldDirty: !0 }), v(z);
4672
- const O = we("change", l, T);
4673
- c && c(O);
4668
+ const P = we("change", l, T);
4669
+ c && c(P);
4674
4670
  }, [C, $, a, s, u, l, c]), I = w(
4675
4671
  (T) => {
4676
- const { value: z } = T.target, O = /\d+/u.test(z) && !A.isEmpty(z);
4677
- u && u(l, O ? z : void 0), c && c(T), v(Number(z));
4672
+ const { value: z } = T.target, P = /\d+/u.test(z) && !A.isEmpty(z);
4673
+ u && u(l, P ? z : void 0), c && c(T), v(Number(z));
4678
4674
  },
4679
4675
  [l, c, u]
4680
4676
  ), F = w(
@@ -4955,7 +4951,7 @@ const R = Z(function({
4955
4951
  overflow: hidden;
4956
4952
  text-overflow: ellipsis;
4957
4953
  white-space: nowrap;
4958
- `, Os = ({
4954
+ `, Ps = ({
4959
4955
  disabled: e,
4960
4956
  error: t,
4961
4957
  label: n,
@@ -4971,7 +4967,7 @@ const R = Z(function({
4971
4967
  const g = D(), u = B(null), h = e ? void 0 : t, y = (d == null ? void 0 : d(r)) ?? c, [m, $] = j(!1), [C, v] = j(""), { refs: S, floatingStyles: k } = at({
4972
4968
  placement: "bottom-start",
4973
4969
  whileElementsMounted: it
4974
- }), { inputRef: I, inputValue: F, handlePhoneValueChange: T, country: z, setCountry: O } = hi({
4970
+ }), { inputRef: I, inputValue: F, handlePhoneValueChange: T, country: z, setCountry: P } = hi({
4975
4971
  countries: bt,
4976
4972
  defaultCountry: "co",
4977
4973
  forceDialCode: !0,
@@ -4988,9 +4984,9 @@ const R = Z(function({
4988
4984
  [m]
4989
4985
  ), ne = w(
4990
4986
  (Y) => () => {
4991
- O(Y), $(!1), v("");
4987
+ P(Y), $(!1), v("");
4992
4988
  },
4993
- [O, $]
4989
+ [P, $]
4994
4990
  ), ie = w(
4995
4991
  (Y) => {
4996
4992
  Y.key.length === 1 ? v((U) => U + Y.key) : Y.key === "Backspace" && v((U) => U.slice(0, -1));
@@ -5268,14 +5264,14 @@ const R = Z(function({
5268
5264
  value: m
5269
5265
  }
5270
5266
  );
5271
- const { decimalPlaces: z, max: O, min: E } = l ?? {};
5267
+ const { decimalPlaces: z, max: P, min: E } = l ?? {};
5272
5268
  return /* @__PURE__ */ i(
5273
5269
  go,
5274
5270
  {
5275
5271
  decimalPlaces: z,
5276
5272
  disabled: n,
5277
5273
  error: v,
5278
- max: O,
5274
+ max: P,
5279
5275
  min: E,
5280
5276
  name: p,
5281
5277
  onChange: S,
@@ -5946,7 +5942,7 @@ const R = Z(function({
5946
5942
  background-color: ${e.palette.gray[200]};
5947
5943
  }
5948
5944
  `}
5949
- `, Po = ({
5945
+ `, Oo = ({
5950
5946
  noCodeMessage: e = "Code snippet not available",
5951
5947
  snippet: t,
5952
5948
  specific: n
@@ -5981,7 +5977,7 @@ ${y[8]}...` : (y.length < 8 && d(!1), t);
5981
5977
  await navigator.clipboard.writeText(u);
5982
5978
  }, [u]);
5983
5979
  return r === "location" ? /* @__PURE__ */ i(
5984
- Po,
5980
+ Oo,
5985
5981
  {
5986
5982
  noCodeMessage: e,
5987
5983
  snippet: t,
@@ -6031,7 +6027,7 @@ ${y[8]}...` : (y.length < 8 && d(!1), t);
6031
6027
  ]
6032
6028
  }
6033
6029
  );
6034
- }, { getVariant: Oo } = ae(
6030
+ }, { getVariant: Po } = ae(
6035
6031
  (e) => ({
6036
6032
  fixed: `
6037
6033
  height: auto;
@@ -6084,7 +6080,7 @@ ${y[8]}...` : (y.length < 8 && d(!1), t);
6084
6080
  margin: auto;
6085
6081
  white-space: pre-line;
6086
6082
 
6087
- ${Oo(e, t)}
6083
+ ${Po(e, t)}
6088
6084
  `}
6089
6085
  `, Ho = b.div`
6090
6086
  ${({ theme: e }) => `
@@ -6384,7 +6380,19 @@ ${y[8]}...` : (y.length < 8 && d(!1), t);
6384
6380
  font-size: 6px;
6385
6381
  font-weight: ${({ theme: e }) => e.typography.weight.bold};
6386
6382
  justify-content: center;
6387
- `, Xo = Z(function({
6383
+ `;
6384
+ b.div`
6385
+ /* Override component size only in Storybook */
6386
+ & > div {
6387
+ width: 24px !important;
6388
+ height: 24px !important;
6389
+
6390
+ & > div {
6391
+ font-size: 12px !important;
6392
+ }
6393
+ }
6394
+ `;
6395
+ const Xo = Z(function({
6388
6396
  numberIndicator: t,
6389
6397
  show: n,
6390
6398
  variant: r = "error",
@@ -7451,7 +7459,7 @@ ${y[8]}...` : (y.length < 8 && d(!1), t);
7451
7459
  }
7452
7460
  return n;
7453
7461
  })
7454
- ), Pt = ({
7462
+ ), Ot = ({
7455
7463
  options: e,
7456
7464
  onSearch: t,
7457
7465
  onSubmit: n,
@@ -7534,10 +7542,10 @@ ${y[8]}...` : (y.length < 8 && d(!1), t);
7534
7542
  ];
7535
7543
  u((z) => S.length > 0 ? { ...z, [h]: S } : z);
7536
7544
  const k = (z) => {
7537
- var O, E;
7545
+ var P, E;
7538
7546
  return {
7539
7547
  ...z,
7540
- options: (O = z.options) == null ? void 0 : O.map((H) => ({
7548
+ options: (P = z.options) == null ? void 0 : P.map((H) => ({
7541
7549
  ...H,
7542
7550
  checked: v.checkbox.includes(H.value) || v.radio === H.value
7543
7551
  })),
@@ -7580,11 +7588,11 @@ ${y[8]}...` : (y.length < 8 && d(!1), t);
7580
7588
  return G(() => {
7581
7589
  const v = e.reduce(
7582
7590
  (S, { label: k, filterOptions: I }) => {
7583
- const F = I.flatMap(({ value: O, minValue: E, maxValue: H }) => [
7591
+ const F = I.flatMap(({ value: P, minValue: E, maxValue: H }) => [
7584
7592
  E,
7585
7593
  H,
7586
- O
7587
- ]).filter(Boolean), T = I.flatMap(({ options: O }) => O ?? []).filter(({ checked: O = !1 }) => O).map(({ value: O }) => O), z = [
7594
+ P
7595
+ ]).filter(Boolean), T = I.flatMap(({ options: P }) => P ?? []).filter(({ checked: P = !1 }) => P).map(({ value: P }) => P), z = [
7588
7596
  ...F,
7589
7597
  ...T
7590
7598
  ];
@@ -7605,7 +7613,7 @@ ${y[8]}...` : (y.length < 8 && d(!1), t);
7605
7613
  style: { rowGap: "10px", writingMode: "vertical-lr" },
7606
7614
  wrap: "wrap",
7607
7615
  children: d.length > 0 ? /* @__PURE__ */ i(
7608
- Pt,
7616
+ Ot,
7609
7617
  {
7610
7618
  id: "filters-options",
7611
7619
  onSearch: r,
@@ -7631,7 +7639,7 @@ ${y[8]}...` : (y.length < 8 && d(!1), t);
7631
7639
  style: { rowGap: "10px", writingMode: "vertical-lr" },
7632
7640
  wrap: "wrap",
7633
7641
  children: d.length > 0 ? /* @__PURE__ */ i(
7634
- Pt,
7642
+ Ot,
7635
7643
  {
7636
7644
  id: "filters-options",
7637
7645
  onSearch: r,
@@ -8356,7 +8364,7 @@ const ze = ({
8356
8364
  );
8357
8365
  }) }) : void 0
8358
8366
  ] });
8359
- }, Ot = ({ buttonProps: e, variant: t }) => /* @__PURE__ */ i(V, { onClick: e.onClick, variant: t, children: e.text }), ja = b.div`
8367
+ }, Pt = ({ buttonProps: e, variant: t }) => /* @__PURE__ */ i(V, { onClick: e.onClick, variant: t, children: e.text }), ja = b.div`
8360
8368
  display: flex;
8361
8369
  flex-direction: column;
8362
8370
  align-items: center;
@@ -8426,8 +8434,8 @@ const ze = ({
8426
8434
  }
8427
8435
  ),
8428
8436
  l ? /* @__PURE__ */ f(La, { children: [
8429
- e && /* @__PURE__ */ i(Ot, { buttonProps: e, variant: "tertiary" }),
8430
- t && /* @__PURE__ */ i(Ot, { buttonProps: t, variant: "primary" })
8437
+ e && /* @__PURE__ */ i(Pt, { buttonProps: e, variant: "tertiary" }),
8438
+ t && /* @__PURE__ */ i(Pt, { buttonProps: t, variant: "primary" })
8431
8439
  ] }) : void 0
8432
8440
  ] });
8433
8441
  }, ec = ({
@@ -8435,7 +8443,7 @@ const ze = ({
8435
8443
  }) => {
8436
8444
  const t = Si();
8437
8445
  return e({ ...t });
8438
- }, Pa = b.form`
8446
+ }, Oa = b.form`
8439
8447
  ${({ theme: e }) => `
8440
8448
  align-items: flex-start;
8441
8449
  align-self: stretch;
@@ -8470,7 +8478,7 @@ const ze = ({
8470
8478
  k.stopPropagation(), m.handleSubmit(d)(k);
8471
8479
  }
8472
8480
  const v = g ? `calc(100% - ${e ? "139px" : "83px"})` : "100%", S = p ? 1.5 : 0;
8473
- return /* @__PURE__ */ i(zi, { ...m, children: /* @__PURE__ */ i(Pa, { onSubmit: $, children: /* @__PURE__ */ f(x, { scroll: "y", width: "100%", children: [
8481
+ return /* @__PURE__ */ i(zi, { ...m, children: /* @__PURE__ */ i(Oa, { onSubmit: $, children: /* @__PURE__ */ f(x, { scroll: "y", width: "100%", children: [
8474
8482
  /* @__PURE__ */ i(
8475
8483
  x,
8476
8484
  {
@@ -8531,7 +8539,7 @@ const ze = ({
8531
8539
  }
8532
8540
  )
8533
8541
  ] }) }) });
8534
- }, Oa = b(Me)`
8542
+ }, Pa = b(Me)`
8535
8543
  display: grid;
8536
8544
  gap: ${({ $gap: e = 1.25 }) => `${e}rem`};
8537
8545
  grid-template-columns: ${({ $sm: e }) => `repeat(${e}, 1fr)`};
@@ -8559,7 +8567,7 @@ const ze = ({
8559
8567
  ...l
8560
8568
  }, c) {
8561
8569
  return /* @__PURE__ */ i(
8562
- Oa,
8570
+ Pa,
8563
8571
  {
8564
8572
  $gap: s,
8565
8573
  $lg: o,
@@ -10813,7 +10821,7 @@ const ze = ({
10813
10821
  ([o]) => o !== ""
10814
10822
  );
10815
10823
  return Object.fromEntries(r);
10816
- }, Mt = (e) => e.map(Ll), Pl = ({
10824
+ }, Mt = (e) => e.map(Ll), Ol = ({
10817
10825
  csvConfig: e = {},
10818
10826
  data: t,
10819
10827
  children: n
@@ -10838,7 +10846,7 @@ const ze = ({
10838
10846
  [c, l, a]
10839
10847
  );
10840
10848
  return o ? /* @__PURE__ */ i(
10841
- Pi,
10849
+ Oi,
10842
10850
  {
10843
10851
  data: l,
10844
10852
  filename: s,
@@ -10846,7 +10854,7 @@ const ze = ({
10846
10854
  children: n
10847
10855
  }
10848
10856
  ) : /* @__PURE__ */ i(ye, { children: n });
10849
- }, Ol = (e) => {
10857
+ }, Pl = (e) => {
10850
10858
  const { table: t } = e, { meta: n } = t.options, [r, o] = j(0), [, a] = t.getHeaderGroups(), s = t.getState(), l = K(
10851
10859
  () => t.getAllLeafColumns().filter((g) => g.id !== "selection"),
10852
10860
  [t]
@@ -10891,7 +10899,7 @@ const ze = ({
10891
10899
  {
10892
10900
  modalRef: d,
10893
10901
  title: "Manage columns",
10894
- variant: Oi(a) ? "ungrouped" : "grouped"
10902
+ variant: Pi(a) ? "ungrouped" : "grouped"
10895
10903
  }
10896
10904
  )
10897
10905
  ] });
@@ -11778,10 +11786,10 @@ const ze = ({
11778
11786
  );
11779
11787
  }, Sc = Object.assign(ps, {
11780
11788
  Caption: ls,
11781
- Columns: Ol,
11789
+ Columns: Pl,
11782
11790
  Content: _l,
11783
11791
  Controls: ss,
11784
- Export: Pl,
11792
+ Export: Ol,
11785
11793
  Footer: es,
11786
11794
  FooterContent: ts,
11787
11795
  Highlighted: cs,
@@ -12089,7 +12097,7 @@ export {
12089
12097
  rc as T,
12090
12098
  oc as U,
12091
12099
  J as V,
12092
- Os as W,
12100
+ Ps as W,
12093
12101
  dn as X,
12094
12102
  Ts as Y,
12095
12103
  gt as Z,
@@ -12100,7 +12108,7 @@ export {
12100
12108
  Ns as a1,
12101
12109
  Ls as a2,
12102
12110
  go as a3,
12103
- Ps as a4,
12111
+ Os as a4,
12104
12112
  uo as a5,
12105
12113
  Hs as a6,
12106
12114
  Ds as a7,
@@ -12171,10 +12179,10 @@ export {
12171
12179
  sr as b7,
12172
12180
  cn as b8,
12173
12181
  Be as b9,
12174
- Pt as bA,
12182
+ Ot as bA,
12175
12183
  ba as bB,
12176
12184
  ze as bC,
12177
- Ot as bD,
12185
+ Pt as bD,
12178
12186
  Wa as bE,
12179
12187
  mn as bF,
12180
12188
  ul as bG,
@@ -12182,8 +12190,8 @@ export {
12182
12190
  Ie as bI,
12183
12191
  kl as bJ,
12184
12192
  Nl as bK,
12185
- Pl as bL,
12186
- Ol as bM,
12193
+ Ol as bL,
12194
+ Pl as bM,
12187
12195
  pe as bN,
12188
12196
  Bt as bO,
12189
12197
  Vl as bP,
@@ -12215,7 +12223,7 @@ export {
12215
12223
  Rt as bo,
12216
12224
  jt as bp,
12217
12225
  et as bq,
12218
- Po as br,
12226
+ Oo as br,
12219
12227
  Go as bs,
12220
12228
  Jo as bt,
12221
12229
  na as bu,
@@ -12225,12 +12233,12 @@ export {
12225
12233
  ua as by,
12226
12234
  ha as bz,
12227
12235
  rn as c,
12228
- Oe as d,
12236
+ Pe as d,
12229
12237
  je as e,
12230
12238
  He as f,
12231
12239
  Ae as g,
12232
12240
  Gi as h,
12233
- Pe as i,
12241
+ Oe as i,
12234
12242
  Le as j,
12235
12243
  We as k,
12236
12244
  Ss as l,