@stihl-design-system/components 1.0.0-RC.0 → 1.0.0-RC.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/README.md +10 -1
  2. package/assets/Asterisk.288a3f48.css +1 -0
  3. package/assets/Button.c09c516e.css +1 -0
  4. package/assets/ButtonRound.fd628e54.css +1 -0
  5. package/assets/Checkbox.cde01607.css +1 -0
  6. package/assets/CustomReactSelect.cdb5f164.css +1 -0
  7. package/assets/Fieldset.729910fe.css +1 -0
  8. package/assets/Heading.50f5e903.css +1 -0
  9. package/assets/Input.92913cfe.css +1 -0
  10. package/assets/InputPassword.d7b9c937.css +1 -0
  11. package/assets/InputSearch.888f630a.css +1 -0
  12. package/assets/InputStepper.969db0d2.css +1 -0
  13. package/assets/Link.75834750.css +1 -0
  14. package/assets/LinkStandalone.19bdab0d.css +1 -0
  15. package/assets/OptionCheckbox.c56568a3.css +1 -0
  16. package/assets/Radio.79d98dde.css +1 -0
  17. package/assets/Select.b9c135c2.css +1 -0
  18. package/assets/Switch.781e3de6.css +1 -0
  19. package/assets/SystemFeedback.c30264c0.css +1 -0
  20. package/assets/Text.ac70cc84.css +1 -0
  21. package/assets/Textarea.12046393.css +1 -0
  22. package/assets/Title.e9e5a7e6.css +1 -0
  23. package/asterisk.cb74ea72.js +8 -0
  24. package/button.87ad387c.js +135 -0
  25. package/buttonround.ecb24c29.js +118 -0
  26. package/checkbox.42617f46.js +112 -0
  27. package/{checkboxgroup.e9e25471.js → checkboxgroup.fa110fdf.js} +2 -2
  28. package/chunks/{CustomReactSelect.9d0a378a.js → CustomReactSelect.2e4e7ba0.js} +342 -338
  29. package/chunks/Link.module.15dedc23.js +37 -0
  30. package/{combobox.f98a4472.js → combobox.d93091e0.js} +1 -1
  31. package/{customreactselect.a53f9932.js → customreactselect.7c77375a.js} +4 -4
  32. package/fieldset.fdd84bda.js +98 -0
  33. package/heading.c02dcb70.js +44 -0
  34. package/index.es.js +19 -19
  35. package/input.064e0bbf.js +230 -0
  36. package/inputpassword.f76c2f62.js +139 -0
  37. package/inputsearch.6e913fc6.js +188 -0
  38. package/inputstepper.2047ec77.js +286 -0
  39. package/{link.cd3720d1.js → link.5eb13d6e.js} +1 -1
  40. package/linkstandalone.edfd6288.js +80 -0
  41. package/optioncheckbox.2369560b.js +43 -0
  42. package/package.json +10 -1
  43. package/radio.fd841ab0.js +79 -0
  44. package/{radiogroup.6a22fe96.js → radiogroup.e1c8ea3d.js} +2 -2
  45. package/select.88d40c51.js +188 -0
  46. package/styles/fonts/STIHLContrafaceDigitalDisplayTitling.woff +0 -0
  47. package/styles/fonts/STIHLContrafaceDigitalDisplayTitling.woff2 +0 -0
  48. package/styles/fonts/STIHLContrafaceDigitalText-Bold.woff +0 -0
  49. package/styles/fonts/STIHLContrafaceDigitalText-Bold.woff2 +0 -0
  50. package/styles/fonts/STIHLContrafaceDigitalText.woff +0 -0
  51. package/styles/fonts/STIHLContrafaceDigitalText.woff2 +0 -0
  52. package/styles/fonts/font-face.min.css +1 -1
  53. package/styles/scss/lib/_heading.scss +14 -6
  54. package/styles/scss/lib/_text.scss +12 -12
  55. package/switch.96fd1689.js +65 -0
  56. package/{systemfeedback.6bbd1505.js → systemfeedback.8515a4e0.js} +10 -10
  57. package/text.de8facb9.js +57 -0
  58. package/textarea.b8c40c8b.js +189 -0
  59. package/title.7be43d50.js +36 -0
  60. package/assets/Asterisk.582f2067.css +0 -1
  61. package/assets/Button.684e8bda.css +0 -1
  62. package/assets/ButtonRound.ca8748cf.css +0 -1
  63. package/assets/Checkbox.84cf6398.css +0 -1
  64. package/assets/CustomReactSelect.d89ccccb.css +0 -1
  65. package/assets/Fieldset.5297efb8.css +0 -1
  66. package/assets/Heading.32278621.css +0 -1
  67. package/assets/Input.2c508b2f.css +0 -1
  68. package/assets/InputPassword.a534f047.css +0 -1
  69. package/assets/InputSearch.8f986307.css +0 -1
  70. package/assets/InputStepper.52fb45ca.css +0 -1
  71. package/assets/Link.03deeca0.css +0 -1
  72. package/assets/LinkStandalone.7e23a8ac.css +0 -1
  73. package/assets/OptionCheckbox.9c20f6f1.css +0 -1
  74. package/assets/Radio.be8f06f5.css +0 -1
  75. package/assets/Select.b2423b5f.css +0 -1
  76. package/assets/Switch.f3ab20de.css +0 -1
  77. package/assets/SystemFeedback.f4421d60.css +0 -1
  78. package/assets/Text.4756effe.css +0 -1
  79. package/assets/Textarea.eecf04b3.css +0 -1
  80. package/assets/Title.60d50d3e.css +0 -1
  81. package/asterisk.91abccec.js +0 -8
  82. package/button.89b2675b.js +0 -135
  83. package/buttonround.c60c8034.js +0 -118
  84. package/checkbox.7d414047.js +0 -112
  85. package/chunks/Link.module.b8230547.js +0 -37
  86. package/fieldset.fb7b7e49.js +0 -98
  87. package/heading.cb7698f4.js +0 -44
  88. package/input.abb902e3.js +0 -228
  89. package/inputpassword.11c12c66.js +0 -139
  90. package/inputsearch.0c88e71a.js +0 -188
  91. package/inputstepper.b74dac4d.js +0 -284
  92. package/linkstandalone.26b52de0.js +0 -80
  93. package/optioncheckbox.7195f001.js +0 -43
  94. package/radio.1b205d64.js +0 -79
  95. package/select.2ff31eab.js +0 -188
  96. package/styles/fonts/STIHLContrafaceDisplayTitling.woff +0 -0
  97. package/styles/fonts/STIHLContrafaceDisplayTitling.woff2 +0 -0
  98. package/styles/fonts/STIHLContrafaceText-Bold.woff +0 -0
  99. package/styles/fonts/STIHLContrafaceText-Bold.woff2 +0 -0
  100. package/styles/fonts/STIHLContrafaceText.woff +0 -0
  101. package/styles/fonts/STIHLContrafaceText.woff2 +0 -0
  102. package/switch.2f011fcc.js +0 -65
  103. package/text.8d80704f.js +0 -57
  104. package/textarea.e156b0ce.js +0 -189
  105. package/title.d855a8e4.js +0 -36
@@ -1,15 +1,15 @@
1
- import "../assets/CustomReactSelect.d89ccccb.css";
2
- import { j as P } from "./jsx-runtime.5c071667.js";
1
+ import "../assets/CustomReactSelect.cdb5f164.css";
2
+ import { j as O } from "./jsx-runtime.5c071667.js";
3
3
  import { c as ne } from "./index.8021d3e0.js";
4
4
  import * as B from "react";
5
- import { useState as Ie, useCallback as U, forwardRef as Vn, useContext as Rn, useLayoutEffect as wi, useRef as ge, useMemo as xe, createContext as Fi, Component as Ni, Fragment as ht, useEffect as Wn } from "react";
5
+ import { useState as Ie, useCallback as U, forwardRef as wn, useContext as Rn, useLayoutEffect as Fi, useRef as ge, useMemo as xe, createContext as Ni, Component as Vi, Fragment as ht, useEffect as Wn } from "react";
6
6
  import { createPortal as Bi } from "react-dom";
7
7
  import { g as ct } from "./helpers.ea3ca41a.js";
8
- import { u as Vi } from "./useBreakpoint.6c1b06c2.js";
9
- import { Asterisk as Ri } from "../asterisk.91abccec.js";
10
- import { DSIcon as Ve } from "../icon.b4211784.js";
11
- import { DSSystemFeedback as Wi } from "../systemfeedback.6bbd1505.js";
12
- import { OptionCheckbox as Ti } from "../optioncheckbox.7195f001.js";
8
+ import { u as wi } from "./useBreakpoint.6c1b06c2.js";
9
+ import { Asterisk as Ri } from "../asterisk.cb74ea72.js";
10
+ import { DSIcon as we } from "../icon.b4211784.js";
11
+ import { DSSystemFeedback as Wi } from "../systemfeedback.8515a4e0.js";
12
+ import { OptionCheckbox as Ti } from "../optioncheckbox.2369560b.js";
13
13
  function he(t) {
14
14
  "@babel/helpers - typeof";
15
15
  return he = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
@@ -138,7 +138,7 @@ function me(t, e) {
138
138
  }
139
139
  var Mi = ["defaultInputValue", "defaultMenuIsOpen", "defaultValue", "inputValue", "menuIsOpen", "onChange", "onInputChange", "onMenuClose", "onMenuOpen", "value"];
140
140
  function Hi(t) {
141
- var e = t.defaultInputValue, i = e === void 0 ? "" : e, r = t.defaultMenuIsOpen, n = r === void 0 ? !1 : r, o = t.defaultValue, u = o === void 0 ? null : o, s = t.inputValue, a = t.menuIsOpen, c = t.onChange, l = t.onInputChange, d = t.onMenuClose, f = t.onMenuOpen, I = t.value, v = me(t, Mi), b = Ie(s !== void 0 ? s : i), g = pe(b, 2), p = g[0], C = g[1], h = Ie(a !== void 0 ? a : n), A = pe(h, 2), m = A[0], E = A[1], y = Ie(I !== void 0 ? I : u), N = pe(y, 2), O = N[0], H = N[1], k = U(function(Y, ee) {
141
+ var e = t.defaultInputValue, i = e === void 0 ? "" : e, r = t.defaultMenuIsOpen, n = r === void 0 ? !1 : r, o = t.defaultValue, u = o === void 0 ? null : o, s = t.inputValue, a = t.menuIsOpen, c = t.onChange, l = t.onInputChange, d = t.onMenuClose, f = t.onMenuOpen, I = t.value, v = me(t, Mi), b = Ie(s !== void 0 ? s : i), g = pe(b, 2), p = g[0], C = g[1], h = Ie(a !== void 0 ? a : n), A = pe(h, 2), m = A[0], E = A[1], y = Ie(I !== void 0 ? I : u), V = pe(y, 2), P = V[0], H = V[1], k = U(function(Y, ee) {
142
142
  typeof c == "function" && c(Y, ee), H(Y);
143
143
  }, [c]), L = U(function(Y, ee) {
144
144
  var re;
@@ -147,10 +147,10 @@ function Hi(t) {
147
147
  typeof f == "function" && f(), E(!0);
148
148
  }, [f]), q = U(function() {
149
149
  typeof d == "function" && d(), E(!1);
150
- }, [d]), D = s !== void 0 ? s : p, w = a !== void 0 ? a : m, Q = I !== void 0 ? I : O;
150
+ }, [d]), D = s !== void 0 ? s : p, F = a !== void 0 ? a : m, Q = I !== void 0 ? I : P;
151
151
  return S(S({}, v), {}, {
152
152
  inputValue: D,
153
- menuIsOpen: w,
153
+ menuIsOpen: F,
154
154
  onChange: k,
155
155
  onInputChange: L,
156
156
  onMenuClose: q,
@@ -158,15 +158,15 @@ function Hi(t) {
158
158
  value: Q
159
159
  });
160
160
  }
161
- function F() {
162
- return F = Object.assign ? Object.assign.bind() : function(t) {
161
+ function N() {
162
+ return N = Object.assign ? Object.assign.bind() : function(t) {
163
163
  for (var e = 1; e < arguments.length; e++) {
164
164
  var i = arguments[e];
165
165
  for (var r in i)
166
166
  Object.prototype.hasOwnProperty.call(i, r) && (t[r] = i[r]);
167
167
  }
168
168
  return t;
169
- }, F.apply(this, arguments);
169
+ }, N.apply(this, arguments);
170
170
  }
171
171
  function Li(t, e) {
172
172
  if (!(t instanceof e))
@@ -300,7 +300,7 @@ var qi = /* @__PURE__ */ function() {
300
300
  return r.parentNode && r.parentNode.removeChild(r);
301
301
  }), this.tags = [], this.ctr = 0, process.env.NODE_ENV !== "production" && (this._alreadyInsertedOrderInsensitiveRule = !1);
302
302
  }, t;
303
- }(), z = "-ms-", Ue = "-moz-", R = "-webkit-", Vt = "comm", Rt = "rule", Wt = "decl", er = "@import", Pn = "@keyframes", tr = "@layer", nr = Math.abs, it = String.fromCharCode, ir = Object.assign;
303
+ }(), z = "-ms-", Ue = "-moz-", R = "-webkit-", wt = "comm", Rt = "rule", Wt = "decl", er = "@import", Pn = "@keyframes", tr = "@layer", nr = Math.abs, it = String.fromCharCode, ir = Object.assign;
304
304
  function rr(t, e) {
305
305
  return j(t, 0) ^ 45 ? (((e << 2 ^ j(t, 0)) << 2 ^ j(t, 1)) << 2 ^ j(t, 2)) << 2 ^ j(t, 3) : 0;
306
306
  }
@@ -338,7 +338,7 @@ var rt = 1, Ge = 1, Zn = 0, $ = 0, _ = 0, Se = "";
338
338
  function ot(t, e, i, r, n, o, u) {
339
339
  return { value: t, root: e, parent: i, type: r, props: n, children: o, line: rt, column: Ge, length: u, return: "" };
340
340
  }
341
- function Fe(t, e) {
341
+ function Ne(t, e) {
342
342
  return ir(ot("", null, null, "", null, null, 0), t, { length: -t.length }, e);
343
343
  }
344
344
  function ur() {
@@ -538,7 +538,7 @@ function Ut(t, e, i, r, n, o, u, s, a, c, l) {
538
538
  return ot(t, e, i, n === 0 ? Rt : s, a, c, l);
539
539
  }
540
540
  function fr(t, e, i) {
541
- return ot(t, e, i, Vt, it(ur()), Re(t, 2, -2), 0);
541
+ return ot(t, e, i, wt, it(ur()), Re(t, 2, -2), 0);
542
542
  }
543
543
  function Qt(t, e, i, r) {
544
544
  return ot(t, e, i, Wt, Re(t, 0, r), Re(t, r + 1, -1), r);
@@ -556,7 +556,7 @@ function pr(t, e, i, r) {
556
556
  case er:
557
557
  case Wt:
558
558
  return t.return = t.return || t.value;
559
- case Vt:
559
+ case wt:
560
560
  return "";
561
561
  case Pn:
562
562
  return t.return = t.value + "{" + Ee(t.children, r) + "}";
@@ -659,15 +659,15 @@ var hr = function(e, i, r) {
659
659
  };
660
660
  }, Ln = function(e) {
661
661
  return e.type.charCodeAt(1) === 105 && e.type.charCodeAt(0) === 64;
662
- }, wr = function(e, i) {
662
+ }, Fr = function(e, i) {
663
663
  for (var r = e - 1; r >= 0; r--)
664
664
  if (!Ln(i[r]))
665
665
  return !0;
666
666
  return !1;
667
667
  }, Kt = function(e) {
668
668
  e.type = "", e.value = "", e.return = "", e.children = "", e.props = "";
669
- }, Fr = function(e, i, r) {
670
- Ln(e) && (e.parent ? (console.error("`@import` rules can't be nested inside other rules. Please move it to the top level and put it before regular rules. Keep in mind that they can only be used within global styles."), Kt(e)) : wr(i, r) && (console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."), Kt(e)));
669
+ }, Nr = function(e, i, r) {
670
+ Ln(e) && (e.parent ? (console.error("`@import` rules can't be nested inside other rules. Please move it to the top level and put it before regular rules. Keep in mind that they can only be used within global styles."), Kt(e)) : Fr(i, r) && (console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."), Kt(e)));
671
671
  };
672
672
  function _n(t, e) {
673
673
  switch (rr(t, e)) {
@@ -783,14 +783,14 @@ function _n(t, e) {
783
783
  }
784
784
  return t;
785
785
  }
786
- var Nr = function(e, i, r, n) {
786
+ var Vr = function(e, i, r, n) {
787
787
  if (e.length > -1 && !e.return)
788
788
  switch (e.type) {
789
789
  case Wt:
790
790
  e.return = _n(e.value, e.length);
791
791
  break;
792
792
  case Pn:
793
- return Ee([Fe(e, {
793
+ return Ee([Ne(e, {
794
794
  value: W(e.value, "@", "@" + R)
795
795
  })], n);
796
796
  case Rt:
@@ -799,22 +799,22 @@ var Nr = function(e, i, r, n) {
799
799
  switch (or(o, /(::plac\w+|:read-\w+)/)) {
800
800
  case ":read-only":
801
801
  case ":read-write":
802
- return Ee([Fe(e, {
802
+ return Ee([Ne(e, {
803
803
  props: [W(o, /:(read-\w+)/, ":" + Ue + "$1")]
804
804
  })], n);
805
805
  case "::placeholder":
806
- return Ee([Fe(e, {
806
+ return Ee([Ne(e, {
807
807
  props: [W(o, /:(plac\w+)/, ":" + R + "input-$1")]
808
- }), Fe(e, {
808
+ }), Ne(e, {
809
809
  props: [W(o, /:(plac\w+)/, ":" + Ue + "$1")]
810
- }), Fe(e, {
810
+ }), Ne(e, {
811
811
  props: [W(o, /:(plac\w+)/, z + "input-$1")]
812
812
  })], n);
813
813
  }
814
814
  return "";
815
815
  });
816
816
  }
817
- }, Br = [Nr], Vr = function(e) {
817
+ }, Br = [Vr], wr = function(e) {
818
818
  var i = e.key;
819
819
  if (process.env.NODE_ENV !== "production" && !i)
820
820
  throw new Error(`You have to configure \`key\` for your cache. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache.
@@ -845,10 +845,10 @@ If multiple caches share the same key they might "fight" for each other's style
845
845
  get compat() {
846
846
  return v.compat;
847
847
  }
848
- }), Fr);
848
+ }), Nr);
849
849
  {
850
850
  var l, d = [pr, process.env.NODE_ENV !== "production" ? function(b) {
851
- b.root || (b.return ? l.insert(b.return) : b.value && b.type !== Vt && l.insert(b.value + "{}"));
851
+ b.root || (b.return ? l.insert(b.return) : b.value && b.type !== wt && l.insert(b.value + "{}"));
852
852
  } : Ir(function(b) {
853
853
  l.insert(b);
854
854
  })], f = mr(c.concat(n, d)), I = function(g) {
@@ -973,8 +973,8 @@ function Wr() {
973
973
  }
974
974
  function A(x) {
975
975
  if (typeof x == "object" && x !== null) {
976
- var we = x.$$typeof;
977
- switch (we) {
976
+ var Fe = x.$$typeof;
977
+ switch (Fe) {
978
978
  case e:
979
979
  var ve = x.type;
980
980
  switch (ve) {
@@ -995,15 +995,15 @@ function Wr() {
995
995
  case u:
996
996
  return De;
997
997
  default:
998
- return we;
998
+ return Fe;
999
999
  }
1000
1000
  }
1001
1001
  case i:
1002
- return we;
1002
+ return Fe;
1003
1003
  }
1004
1004
  }
1005
1005
  }
1006
- var m = a, E = c, y = s, N = u, O = e, H = l, k = r, L = v, K = I, q = i, D = o, w = n, Q = d, Y = !1;
1006
+ var m = a, E = c, y = s, V = u, P = e, H = l, k = r, L = v, K = I, q = i, D = o, F = n, Q = d, Y = !1;
1007
1007
  function ee(x) {
1008
1008
  return Y || (Y = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), re(x) || A(x) === a;
1009
1009
  }
@@ -1043,7 +1043,7 @@ function Wr() {
1043
1043
  function Pe(x) {
1044
1044
  return A(x) === d;
1045
1045
  }
1046
- X.AsyncMode = m, X.ConcurrentMode = E, X.ContextConsumer = y, X.ContextProvider = N, X.Element = O, X.ForwardRef = H, X.Fragment = k, X.Lazy = L, X.Memo = K, X.Portal = q, X.Profiler = D, X.StrictMode = w, X.Suspense = Q, X.isAsyncMode = ee, X.isConcurrentMode = re, X.isContextConsumer = Ce, X.isContextProvider = M, X.isElement = J, X.isForwardRef = oe, X.isFragment = ce, X.isLazy = te, X.isMemo = le, X.isPortal = ae, X.isProfiler = Ae, X.isStrictMode = st, X.isSuspense = Pe, X.isValidElementType = h, X.typeOf = A;
1046
+ X.AsyncMode = m, X.ConcurrentMode = E, X.ContextConsumer = y, X.ContextProvider = V, X.Element = P, X.ForwardRef = H, X.Fragment = k, X.Lazy = L, X.Memo = K, X.Portal = q, X.Profiler = D, X.StrictMode = F, X.Suspense = Q, X.isAsyncMode = ee, X.isConcurrentMode = re, X.isContextConsumer = Ce, X.isContextProvider = M, X.isElement = J, X.isForwardRef = oe, X.isFragment = ce, X.isLazy = te, X.isMemo = le, X.isPortal = ae, X.isProfiler = Ae, X.isStrictMode = st, X.isSuspense = Pe, X.isValidElementType = h, X.typeOf = A;
1047
1047
  }()), X;
1048
1048
  }
1049
1049
  process.env.NODE_ENV === "production" ? Et.exports = Rr() : Et.exports = Wr();
@@ -1328,14 +1328,14 @@ var ue, Xe = function(e, i, r) {
1328
1328
  // and we could have a special build just for that
1329
1329
  // but this is much easier and the native packages
1330
1330
  // might use a different theme context in the future anyway
1331
- typeof HTMLElement < "u" ? /* @__PURE__ */ Vr({
1331
+ typeof HTMLElement < "u" ? /* @__PURE__ */ wr({
1332
1332
  key: "css"
1333
1333
  }) : null
1334
1334
  );
1335
1335
  process.env.NODE_ENV !== "production" && (Zt.displayName = "EmotionCacheContext");
1336
1336
  Zt.Provider;
1337
1337
  var Mt = function(e) {
1338
- return /* @__PURE__ */ Vn(function(i, r) {
1338
+ return /* @__PURE__ */ wn(function(i, r) {
1339
1339
  var n = Rn(Zt);
1340
1340
  return e(i, n, r);
1341
1341
  });
@@ -1690,7 +1690,7 @@ function ei(t) {
1690
1690
  function ti(t) {
1691
1691
  return t instanceof Node || t instanceof se(t).Node;
1692
1692
  }
1693
- function wt(t) {
1693
+ function Ft(t) {
1694
1694
  return t instanceof Element || t instanceof se(t).Element;
1695
1695
  }
1696
1696
  function Lt(t) {
@@ -1750,7 +1750,7 @@ function vo(t) {
1750
1750
  };
1751
1751
  }
1752
1752
  function kt(t) {
1753
- return wt(t) ? t : t.contextElement;
1753
+ return Ft(t) ? t : t.contextElement;
1754
1754
  }
1755
1755
  function dt(t) {
1756
1756
  const e = kt(t);
@@ -1782,11 +1782,11 @@ function bn(t, e, i, r) {
1782
1782
  e === void 0 && (e = !1), i === void 0 && (i = !1);
1783
1783
  const n = t.getBoundingClientRect(), o = kt(t);
1784
1784
  let u = Ke(1);
1785
- e && (r ? wt(r) && (u = dt(r)) : u = dt(t));
1785
+ e && (r ? Ft(r) && (u = dt(r)) : u = dt(t));
1786
1786
  const s = Ao(o, i, r) ? Co(o) : Ke(0);
1787
1787
  let a = (n.left + s.x) / u.x, c = (n.top + s.y) / u.y, l = n.width / u.x, d = n.height / u.y;
1788
1788
  if (o) {
1789
- const f = se(o), I = r && wt(r) ? se(r) : r;
1789
+ const f = se(o), I = r && Ft(r) ? se(r) : r;
1790
1790
  let v = f, b = v.frameElement;
1791
1791
  for (; b && r && I !== v; ) {
1792
1792
  const g = dt(b), p = b.getBoundingClientRect(), C = _t(b), h = p.left + (b.clientLeft + parseFloat(C.paddingLeft)) * g.x, A = p.top + (b.clientTop + parseFloat(C.paddingTop)) * g.y;
@@ -1882,7 +1882,7 @@ function xo(t, e, i, r) {
1882
1882
  }), d == null || d(), (p = I) == null || p.disconnect(), I = null, a && cancelAnimationFrame(v);
1883
1883
  };
1884
1884
  }
1885
- var Ft = wi, Eo = ["className", "clearValue", "cx", "getStyles", "getClassNames", "getValue", "hasValue", "isMulti", "isRtl", "options", "selectOption", "selectProps", "setValue", "theme"], et = function() {
1885
+ var Nt = Fi, Eo = ["className", "clearValue", "cx", "getStyles", "getClassNames", "getValue", "hasValue", "isMulti", "isRtl", "options", "selectOption", "selectProps", "setValue", "theme"], et = function() {
1886
1886
  };
1887
1887
  function Go(t, e) {
1888
1888
  return e ? e[0] === "-" ? t + e : t + "__" + e : t;
@@ -1916,7 +1916,7 @@ var fn = function(e) {
1916
1916
  function ut(t) {
1917
1917
  return [document.documentElement, document.body, window].indexOf(t) > -1;
1918
1918
  }
1919
- function wo(t) {
1919
+ function Fo(t) {
1920
1920
  return ut(t) ? window.innerHeight : t.clientHeight;
1921
1921
  }
1922
1922
  function oi(t) {
@@ -1929,7 +1929,7 @@ function tt(t, e) {
1929
1929
  }
1930
1930
  t.scrollTop = e;
1931
1931
  }
1932
- function Fo(t) {
1932
+ function No(t) {
1933
1933
  var e = getComputedStyle(t), i = e.position === "absolute", r = /(auto|scroll)/;
1934
1934
  if (e.position === "fixed")
1935
1935
  return document.documentElement;
@@ -1938,14 +1938,14 @@ function Fo(t) {
1938
1938
  return n;
1939
1939
  return document.documentElement;
1940
1940
  }
1941
- function No(t, e, i, r) {
1941
+ function Vo(t, e, i, r) {
1942
1942
  return i * ((t = t / r - 1) * t * t + 1) + e;
1943
1943
  }
1944
1944
  function He(t, e) {
1945
1945
  var i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 200, r = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : et, n = oi(t), o = e - n, u = 10, s = 0;
1946
1946
  function a() {
1947
1947
  s += u;
1948
- var c = No(s, n, o, i);
1948
+ var c = Vo(s, n, o, i);
1949
1949
  tt(t, c), s < i ? window.requestAnimationFrame(a) : r(t);
1950
1950
  }
1951
1951
  a();
@@ -1972,7 +1972,7 @@ function mn() {
1972
1972
  return !1;
1973
1973
  }
1974
1974
  }
1975
- function Vo() {
1975
+ function wo() {
1976
1976
  try {
1977
1977
  return /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
1978
1978
  } catch {
@@ -2008,13 +2008,13 @@ var Oo = function(e) {
2008
2008
  }, {});
2009
2009
  }, Po = ["children", "innerProps"], Do = ["children", "innerProps"];
2010
2010
  function Zo(t) {
2011
- var e = t.maxHeight, i = t.menuEl, r = t.minHeight, n = t.placement, o = t.shouldScroll, u = t.isFixedPosition, s = t.controlHeight, a = Fo(i), c = {
2011
+ var e = t.maxHeight, i = t.menuEl, r = t.minHeight, n = t.placement, o = t.shouldScroll, u = t.isFixedPosition, s = t.controlHeight, a = No(i), c = {
2012
2012
  placement: "bottom",
2013
2013
  maxHeight: e
2014
2014
  };
2015
2015
  if (!i || !i.offsetParent)
2016
2016
  return c;
2017
- var l = a.getBoundingClientRect(), d = l.height, f = i.getBoundingClientRect(), I = f.bottom, v = f.height, b = f.top, g = i.offsetParent.getBoundingClientRect(), p = g.top, C = u ? window.innerHeight : wo(a), h = oi(a), A = parseInt(getComputedStyle(i).marginBottom, 10), m = parseInt(getComputedStyle(i).marginTop, 10), E = p - m, y = C - b, N = E + h, O = d - h - b, H = I - C + h + A, k = h + b - m, L = 160;
2017
+ var l = a.getBoundingClientRect(), d = l.height, f = i.getBoundingClientRect(), I = f.bottom, v = f.height, b = f.top, g = i.offsetParent.getBoundingClientRect(), p = g.top, C = u ? window.innerHeight : Fo(a), h = oi(a), A = parseInt(getComputedStyle(i).marginBottom, 10), m = parseInt(getComputedStyle(i).marginTop, 10), E = p - m, y = C - b, V = E + h, P = d - h - b, H = I - C + h + A, k = h + b - m, L = 160;
2018
2018
  switch (n) {
2019
2019
  case "auto":
2020
2020
  case "bottom":
@@ -2023,21 +2023,21 @@ function Zo(t) {
2023
2023
  placement: "bottom",
2024
2024
  maxHeight: e
2025
2025
  };
2026
- if (O >= v && !u)
2026
+ if (P >= v && !u)
2027
2027
  return o && He(a, H, L), {
2028
2028
  placement: "bottom",
2029
2029
  maxHeight: e
2030
2030
  };
2031
- if (!u && O >= r || u && y >= r) {
2031
+ if (!u && P >= r || u && y >= r) {
2032
2032
  o && He(a, H, L);
2033
- var K = u ? y - A : O - A;
2033
+ var K = u ? y - A : P - A;
2034
2034
  return {
2035
2035
  placement: "bottom",
2036
2036
  maxHeight: K
2037
2037
  };
2038
2038
  }
2039
2039
  if (n === "auto" || u) {
2040
- var q = e, D = u ? E : N;
2040
+ var q = e, D = u ? E : V;
2041
2041
  return D >= r && (q = Math.min(D - A - s, e)), {
2042
2042
  placement: "top",
2043
2043
  maxHeight: q
@@ -2055,16 +2055,16 @@ function Zo(t) {
2055
2055
  placement: "top",
2056
2056
  maxHeight: e
2057
2057
  };
2058
- if (N >= v && !u)
2058
+ if (V >= v && !u)
2059
2059
  return o && He(a, k, L), {
2060
2060
  placement: "top",
2061
2061
  maxHeight: e
2062
2062
  };
2063
- if (!u && N >= r || u && E >= r) {
2064
- var w = e;
2065
- return (!u && N >= r || u && E >= r) && (w = u ? E - m : N - m), o && He(a, k, L), {
2063
+ if (!u && V >= r || u && E >= r) {
2064
+ var F = e;
2065
+ return (!u && V >= r || u && E >= r) && (F = u ? E - m : V - m), o && He(a, k, L), {
2066
2066
  placement: "top",
2067
- maxHeight: w
2067
+ maxHeight: F
2068
2068
  };
2069
2069
  }
2070
2070
  return {
@@ -2096,12 +2096,12 @@ var ui = function(e) {
2096
2096
  marginBottom: s.menuGutter,
2097
2097
  marginTop: s.menuGutter
2098
2098
  });
2099
- }, si = /* @__PURE__ */ Fi(null), Lo = function(e) {
2099
+ }, si = /* @__PURE__ */ Ni(null), Lo = function(e) {
2100
2100
  var i = e.children, r = e.minMenuHeight, n = e.maxMenuHeight, o = e.menuPlacement, u = e.menuPosition, s = e.menuShouldScrollIntoView, a = e.theme, c = Rn(si) || {}, l = c.setPortalPlacement, d = ge(null), f = Ie(n), I = pe(f, 2), v = I[0], b = I[1], g = Ie(null), p = pe(g, 2), C = p[0], h = p[1], A = a.spacing.controlHeight;
2101
- return Ft(function() {
2101
+ return Nt(function() {
2102
2102
  var m = d.current;
2103
2103
  if (m) {
2104
- var E = u === "fixed", y = s && !E, N = Zo({
2104
+ var E = u === "fixed", y = s && !E, V = Zo({
2105
2105
  maxHeight: n,
2106
2106
  menuEl: m,
2107
2107
  minHeight: r,
@@ -2110,7 +2110,7 @@ var ui = function(e) {
2110
2110
  isFixedPosition: E,
2111
2111
  controlHeight: A
2112
2112
  });
2113
- b(N.maxHeight), h(N.placement), l == null || l(N.placement);
2113
+ b(V.maxHeight), h(V.placement), l == null || l(V.placement);
2114
2114
  }
2115
2115
  }, [n, o, u, s, r, l, A]), i({
2116
2116
  ref: d,
@@ -2121,7 +2121,7 @@ var ui = function(e) {
2121
2121
  });
2122
2122
  }, _o = function(e) {
2123
2123
  var i = e.children, r = e.innerRef, n = e.innerProps;
2124
- return G("div", F({}, Z(e, "menu", {
2124
+ return G("div", N({}, Z(e, "menu", {
2125
2125
  menu: !0
2126
2126
  }), {
2127
2127
  ref: r
@@ -2140,7 +2140,7 @@ var ui = function(e) {
2140
2140
  });
2141
2141
  }, jo = function(e) {
2142
2142
  var i = e.children, r = e.innerProps, n = e.innerRef, o = e.isMulti;
2143
- return G("div", F({}, Z(e, "menuList", {
2143
+ return G("div", N({}, Z(e, "menuList", {
2144
2144
  "menu-list": !0,
2145
2145
  "menu-list--is-multi": o
2146
2146
  }), {
@@ -2156,7 +2156,7 @@ var ui = function(e) {
2156
2156
  });
2157
2157
  }, zo = ci, Jo = ci, Uo = function(e) {
2158
2158
  var i = e.children, r = i === void 0 ? "No options" : i, n = e.innerProps, o = me(e, Po);
2159
- return G("div", F({}, Z(S(S({}, o), {}, {
2159
+ return G("div", N({}, Z(S(S({}, o), {}, {
2160
2160
  children: r,
2161
2161
  innerProps: n
2162
2162
  }), "noOptionsMessage", {
@@ -2165,7 +2165,7 @@ var ui = function(e) {
2165
2165
  }), n), r);
2166
2166
  }, Qo = function(e) {
2167
2167
  var i = e.children, r = i === void 0 ? "Loading..." : i, n = e.innerProps, o = me(e, Do);
2168
- return G("div", F({}, Z(S(S({}, o), {}, {
2168
+ return G("div", N({}, Z(S(S({}, o), {}, {
2169
2169
  children: r,
2170
2170
  innerProps: n
2171
2171
  }), "loadingMessage", {
@@ -2188,14 +2188,14 @@ var ui = function(e) {
2188
2188
  };
2189
2189
  }, []), b = Ie(null), g = pe(b, 2), p = g[0], C = g[1], h = U(function() {
2190
2190
  if (n) {
2191
- var y = Bo(n), N = s === "fixed" ? 0 : window.pageYOffset, O = y[f] + N;
2192
- (O !== (p == null ? void 0 : p.offset) || y.left !== (p == null ? void 0 : p.rect.left) || y.width !== (p == null ? void 0 : p.rect.width)) && C({
2193
- offset: O,
2191
+ var y = Bo(n), V = s === "fixed" ? 0 : window.pageYOffset, P = y[f] + V;
2192
+ (P !== (p == null ? void 0 : p.offset) || y.left !== (p == null ? void 0 : p.rect.left) || y.width !== (p == null ? void 0 : p.rect.width)) && C({
2193
+ offset: P,
2194
2194
  rect: y
2195
2195
  });
2196
2196
  }
2197
2197
  }, [n, s, f, p == null ? void 0 : p.offset, p == null ? void 0 : p.rect.left, p == null ? void 0 : p.rect.width]);
2198
- Ft(function() {
2198
+ Nt(function() {
2199
2199
  h();
2200
2200
  }, [h]);
2201
2201
  var A = U(function() {
@@ -2203,7 +2203,7 @@ var ui = function(e) {
2203
2203
  elementResize: "ResizeObserver" in window
2204
2204
  }));
2205
2205
  }, [n, h]);
2206
- Ft(function() {
2206
+ Nt(function() {
2207
2207
  A();
2208
2208
  }, [A]);
2209
2209
  var m = U(function(y) {
@@ -2211,7 +2211,7 @@ var ui = function(e) {
2211
2211
  }, [A]);
2212
2212
  if (!i && s !== "fixed" || !p)
2213
2213
  return null;
2214
- var E = G("div", F({
2214
+ var E = G("div", N({
2215
2215
  ref: m
2216
2216
  }, Z(S(S({}, e), {}, {
2217
2217
  offset: p.offset,
@@ -2234,7 +2234,7 @@ var ui = function(e) {
2234
2234
  };
2235
2235
  }, ea = function(e) {
2236
2236
  var i = e.children, r = e.innerProps, n = e.isDisabled, o = e.isRtl;
2237
- return G("div", F({}, Z(e, "container", {
2237
+ return G("div", N({}, Z(e, "container", {
2238
2238
  "--is-disabled": n,
2239
2239
  "--is-rtl": o
2240
2240
  }), r), i);
@@ -2253,7 +2253,7 @@ var ui = function(e) {
2253
2253
  });
2254
2254
  }, na = function(e) {
2255
2255
  var i = e.children, r = e.innerProps, n = e.isMulti, o = e.hasValue;
2256
- return G("div", F({}, Z(e, "valueContainer", {
2256
+ return G("div", N({}, Z(e, "valueContainer", {
2257
2257
  "value-container": !0,
2258
2258
  "value-container--is-multi": n,
2259
2259
  "value-container--has-value": o
@@ -2267,7 +2267,7 @@ var ui = function(e) {
2267
2267
  };
2268
2268
  }, ra = function(e) {
2269
2269
  var i = e.children, r = e.innerProps;
2270
- return G("div", F({}, Z(e, "indicatorsContainer", {
2270
+ return G("div", N({}, Z(e, "indicatorsContainer", {
2271
2271
  indicators: !0
2272
2272
  }), r), i);
2273
2273
  }, In, oa = ["size"], aa = ["innerProps", "isRtl", "size"];
@@ -2284,7 +2284,7 @@ var sa = process.env.NODE_ENV === "production" ? {
2284
2284
  toString: ua
2285
2285
  }, li = function(e) {
2286
2286
  var i = e.size, r = me(e, oa);
2287
- return G("svg", F({
2287
+ return G("svg", N({
2288
2288
  height: i,
2289
2289
  width: i,
2290
2290
  viewBox: "0 0 20 20",
@@ -2293,13 +2293,13 @@ var sa = process.env.NODE_ENV === "production" ? {
2293
2293
  css: sa
2294
2294
  }, r));
2295
2295
  }, Yt = function(e) {
2296
- return G(li, F({
2296
+ return G(li, N({
2297
2297
  size: 20
2298
2298
  }, e), G("path", {
2299
2299
  d: "M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"
2300
2300
  }));
2301
2301
  }, di = function(e) {
2302
- return G(li, F({
2302
+ return G(li, N({
2303
2303
  size: 20
2304
2304
  }, e), G("path", {
2305
2305
  d: "M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"
@@ -2319,13 +2319,13 @@ var sa = process.env.NODE_ENV === "production" ? {
2319
2319
  });
2320
2320
  }, ca = gi, la = function(e) {
2321
2321
  var i = e.children, r = e.innerProps;
2322
- return G("div", F({}, Z(e, "dropdownIndicator", {
2322
+ return G("div", N({}, Z(e, "dropdownIndicator", {
2323
2323
  indicator: !0,
2324
2324
  "dropdown-indicator": !0
2325
2325
  }), r), i || G(di, null));
2326
2326
  }, da = gi, ga = function(e) {
2327
2327
  var i = e.children, r = e.innerProps;
2328
- return G("div", F({}, Z(e, "clearIndicator", {
2328
+ return G("div", N({}, Z(e, "clearIndicator", {
2329
2329
  indicator: !0,
2330
2330
  "clear-indicator": !0
2331
2331
  }), r), i || G(Yt, null));
@@ -2342,7 +2342,7 @@ var sa = process.env.NODE_ENV === "production" ? {
2342
2342
  });
2343
2343
  }, fa = function(e) {
2344
2344
  var i = e.innerProps;
2345
- return G("span", F({}, i, Z(e, "indicatorSeparator", {
2345
+ return G("span", N({}, i, Z(e, "indicatorSeparator", {
2346
2346
  "indicator-separator": !0
2347
2347
  })));
2348
2348
  }, pa = ro(In || (In = lo([`
@@ -2380,7 +2380,7 @@ var sa = process.env.NODE_ENV === "production" ? {
2380
2380
  });
2381
2381
  }, Ia = function(e) {
2382
2382
  var i = e.innerProps, r = e.isRtl, n = e.size, o = n === void 0 ? 4 : n, u = me(e, aa);
2383
- return G("div", F({}, Z(S(S({}, u), {}, {
2383
+ return G("div", N({}, Z(S(S({}, u), {}, {
2384
2384
  innerProps: i,
2385
2385
  isRtl: r,
2386
2386
  size: o
@@ -2423,7 +2423,7 @@ var sa = process.env.NODE_ENV === "production" ? {
2423
2423
  });
2424
2424
  }, ha = function(e) {
2425
2425
  var i = e.children, r = e.isDisabled, n = e.isFocused, o = e.innerRef, u = e.innerProps, s = e.menuIsOpen;
2426
- return G("div", F({
2426
+ return G("div", N({
2427
2427
  ref: o
2428
2428
  }, Z(e, "control", {
2429
2429
  control: !0,
@@ -2441,9 +2441,9 @@ var sa = process.env.NODE_ENV === "production" ? {
2441
2441
  };
2442
2442
  }, xa = function(e) {
2443
2443
  var i = e.children, r = e.cx, n = e.getStyles, o = e.getClassNames, u = e.Heading, s = e.headingProps, a = e.innerProps, c = e.label, l = e.theme, d = e.selectProps;
2444
- return G("div", F({}, Z(e, "group", {
2444
+ return G("div", N({}, Z(e, "group", {
2445
2445
  group: !0
2446
- }), a), G(u, F({}, s, {
2446
+ }), a), G(u, N({}, s, {
2447
2447
  selectProps: d,
2448
2448
  theme: l,
2449
2449
  getStyles: n,
@@ -2469,17 +2469,17 @@ var sa = process.env.NODE_ENV === "production" ? {
2469
2469
  var i = ri(e);
2470
2470
  i.data;
2471
2471
  var r = me(i, Aa);
2472
- return G("div", F({}, Z(e, "groupHeading", {
2472
+ return G("div", N({}, Z(e, "groupHeading", {
2473
2473
  "group-heading": !0
2474
2474
  }), r));
2475
- }, Sa = xa, wa = ["innerRef", "isDisabled", "isHidden", "inputClassName"], Fa = function(e, i) {
2475
+ }, Sa = xa, Fa = ["innerRef", "isDisabled", "isHidden", "inputClassName"], Na = function(e, i) {
2476
2476
  var r = e.isDisabled, n = e.value, o = e.theme, u = o.spacing, s = o.colors;
2477
2477
  return S(S({
2478
2478
  visibility: r ? "hidden" : "visible",
2479
2479
  // force css to recompute when value change due to @emotion bug.
2480
2480
  // We can remove it whenever the bug is fixed.
2481
2481
  transform: n ? "translateZ(0)" : ""
2482
- }, Na), i ? {} : {
2482
+ }, Va), i ? {} : {
2483
2483
  margin: u.baseUnit / 2,
2484
2484
  paddingBottom: u.baseUnit / 2,
2485
2485
  paddingTop: u.baseUnit / 2,
@@ -2493,7 +2493,7 @@ var sa = process.env.NODE_ENV === "production" ? {
2493
2493
  margin: 0,
2494
2494
  outline: 0,
2495
2495
  padding: 0
2496
- }, Na = {
2496
+ }, Va = {
2497
2497
  flex: "1 1 auto",
2498
2498
  display: "inline-grid",
2499
2499
  gridArea: "1 / 1 / 2 / 3",
@@ -2511,13 +2511,13 @@ var sa = process.env.NODE_ENV === "production" ? {
2511
2511
  opacity: e ? 0 : 1,
2512
2512
  width: "100%"
2513
2513
  }, bi);
2514
- }, Va = function(e) {
2515
- var i = e.cx, r = e.value, n = ri(e), o = n.innerRef, u = n.isDisabled, s = n.isHidden, a = n.inputClassName, c = me(n, wa);
2516
- return G("div", F({}, Z(e, "input", {
2514
+ }, wa = function(e) {
2515
+ var i = e.cx, r = e.value, n = ri(e), o = n.innerRef, u = n.isDisabled, s = n.isHidden, a = n.inputClassName, c = me(n, Fa);
2516
+ return G("div", N({}, Z(e, "input", {
2517
2517
  "input-container": !0
2518
2518
  }), {
2519
2519
  "data-value": r || ""
2520
- }), G("input", F({
2520
+ }), G("input", N({
2521
2521
  className: i({
2522
2522
  input: !0
2523
2523
  }, a),
@@ -2525,7 +2525,7 @@ var sa = process.env.NODE_ENV === "production" ? {
2525
2525
  style: Ba(s),
2526
2526
  disabled: u
2527
2527
  }, c)));
2528
- }, Ra = Va, Wa = function(e, i) {
2528
+ }, Ra = wa, Wa = function(e, i) {
2529
2529
  var r = e.theme, n = r.spacing, o = r.borderRadius, u = r.colors;
2530
2530
  return S({
2531
2531
  label: "multiValue",
@@ -2570,7 +2570,7 @@ var sa = process.env.NODE_ENV === "production" ? {
2570
2570
  }, Oa = fi, Pa = fi;
2571
2571
  function Da(t) {
2572
2572
  var e = t.children, i = t.innerProps;
2573
- return G("div", F({
2573
+ return G("div", N({
2574
2574
  role: "button"
2575
2575
  }, i), e || G(Yt, {
2576
2576
  size: 14
@@ -2621,7 +2621,7 @@ var Za = function(e) {
2621
2621
  });
2622
2622
  }, La = function(e) {
2623
2623
  var i = e.children, r = e.isDisabled, n = e.isFocused, o = e.isSelected, u = e.innerRef, s = e.innerProps;
2624
- return G("div", F({}, Z(e, "option", {
2624
+ return G("div", N({}, Z(e, "option", {
2625
2625
  option: !0,
2626
2626
  "option--is-disabled": r,
2627
2627
  "option--is-focused": n,
@@ -2642,7 +2642,7 @@ var Za = function(e) {
2642
2642
  });
2643
2643
  }, Ya = function(e) {
2644
2644
  var i = e.children, r = e.innerProps;
2645
- return G("div", F({}, Z(e, "placeholder", {
2645
+ return G("div", N({}, Z(e, "placeholder", {
2646
2646
  placeholder: !0
2647
2647
  }), r), i);
2648
2648
  }, ja = Ya, za = function(e, i) {
@@ -2661,7 +2661,7 @@ var Za = function(e) {
2661
2661
  });
2662
2662
  }, Ja = function(e) {
2663
2663
  var i = e.children, r = e.isDisabled, n = e.innerProps;
2664
- return G("div", F({}, Z(e, "singleValue", {
2664
+ return G("div", N({}, Z(e, "singleValue", {
2665
2665
  "single-value": !0,
2666
2666
  "single-value--is-disabled": r
2667
2667
  }), n), i);
@@ -2738,7 +2738,7 @@ var tu = process.env.NODE_ENV === "production" ? {
2738
2738
  map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkExMXlUZXh0LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFNSSIsImZpbGUiOiJBMTF5VGV4dC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGpzeCBqc3ggKi9cbmltcG9ydCB7IGpzeCB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuLy8gQXNzaXN0aXZlIHRleHQgdG8gZGVzY3JpYmUgdmlzdWFsIGVsZW1lbnRzLiBIaWRkZW4gZm9yIHNpZ2h0ZWQgdXNlcnMuXG5jb25zdCBBMTF5VGV4dCA9IChwcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ10pID0+IChcbiAgPHNwYW5cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAnYTExeVRleHQnLFxuICAgICAgekluZGV4OiA5OTk5LFxuICAgICAgYm9yZGVyOiAwLFxuICAgICAgY2xpcDogJ3JlY3QoMXB4LCAxcHgsIDFweCwgMXB4KScsXG4gICAgICBoZWlnaHQ6IDEsXG4gICAgICB3aWR0aDogMSxcbiAgICAgIHBvc2l0aW9uOiAnYWJzb2x1dGUnLFxuICAgICAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxuICAgICAgcGFkZGluZzogMCxcbiAgICAgIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IGRlZmF1bHQgQTExeVRleHQ7XG4iXX0= */",
2739
2739
  toString: eu
2740
2740
  }, nu = function(e) {
2741
- return G("span", F({
2741
+ return G("span", N({
2742
2742
  css: tu
2743
2743
  }, e));
2744
2744
  }, hn = nu, iu = {
@@ -2789,58 +2789,58 @@ var tu = process.env.NODE_ENV === "production" ? {
2789
2789
  return "".concat(r).concat(i ? " for search term " + i : "", ".");
2790
2790
  }
2791
2791
  }, ru = function(e) {
2792
- var i = e.ariaSelection, r = e.focusedOption, n = e.focusedValue, o = e.focusableOptions, u = e.isFocused, s = e.selectValue, a = e.selectProps, c = e.id, l = e.isAppleDevice, d = a.ariaLiveMessages, f = a.getOptionLabel, I = a.inputValue, v = a.isMulti, b = a.isOptionDisabled, g = a.isSearchable, p = a.menuIsOpen, C = a.options, h = a.screenReaderStatus, A = a.tabSelectsValue, m = a.isLoading, E = a["aria-label"], y = a["aria-live"], N = xe(function() {
2792
+ var i = e.ariaSelection, r = e.focusedOption, n = e.focusedValue, o = e.focusableOptions, u = e.isFocused, s = e.selectValue, a = e.selectProps, c = e.id, l = e.isAppleDevice, d = a.ariaLiveMessages, f = a.getOptionLabel, I = a.inputValue, v = a.isMulti, b = a.isOptionDisabled, g = a.isSearchable, p = a.menuIsOpen, C = a.options, h = a.screenReaderStatus, A = a.tabSelectsValue, m = a.isLoading, E = a["aria-label"], y = a["aria-live"], V = xe(function() {
2793
2793
  return S(S({}, iu), d || {});
2794
- }, [d]), O = xe(function() {
2794
+ }, [d]), P = xe(function() {
2795
2795
  var D = "";
2796
- if (i && N.onChange) {
2797
- var w = i.option, Q = i.options, Y = i.removedValue, ee = i.removedValues, re = i.value, Ce = function(ae) {
2796
+ if (i && V.onChange) {
2797
+ var F = i.option, Q = i.options, Y = i.removedValue, ee = i.removedValues, re = i.value, Ce = function(ae) {
2798
2798
  return Array.isArray(ae) ? null : ae;
2799
- }, M = Y || w || Ce(re), J = M ? f(M) : "", oe = Q || ee || void 0, ce = oe ? oe.map(f) : [], te = S({
2799
+ }, M = Y || F || Ce(re), J = M ? f(M) : "", oe = Q || ee || void 0, ce = oe ? oe.map(f) : [], te = S({
2800
2800
  // multiSelected items are usually items that have already been selected
2801
2801
  // or set by the user as a default value so we assume they are not disabled
2802
2802
  isDisabled: M && b(M, s),
2803
2803
  label: J,
2804
2804
  labels: ce
2805
2805
  }, i);
2806
- D = N.onChange(te);
2806
+ D = V.onChange(te);
2807
2807
  }
2808
2808
  return D;
2809
- }, [i, N, b, s, f]), H = xe(function() {
2810
- var D = "", w = r || n, Q = !!(r && s && s.includes(r));
2811
- if (w && N.onFocus) {
2809
+ }, [i, V, b, s, f]), H = xe(function() {
2810
+ var D = "", F = r || n, Q = !!(r && s && s.includes(r));
2811
+ if (F && V.onFocus) {
2812
2812
  var Y = {
2813
- focused: w,
2814
- label: f(w),
2815
- isDisabled: b(w, s),
2813
+ focused: F,
2814
+ label: f(F),
2815
+ isDisabled: b(F, s),
2816
2816
  isSelected: Q,
2817
2817
  options: o,
2818
- context: w === r ? "menu" : "value",
2818
+ context: F === r ? "menu" : "value",
2819
2819
  selectValue: s,
2820
2820
  isAppleDevice: l
2821
2821
  };
2822
- D = N.onFocus(Y);
2822
+ D = V.onFocus(Y);
2823
2823
  }
2824
2824
  return D;
2825
- }, [r, n, f, b, N, o, s, l]), k = xe(function() {
2825
+ }, [r, n, f, b, V, o, s, l]), k = xe(function() {
2826
2826
  var D = "";
2827
- if (p && C.length && !m && N.onFilter) {
2828
- var w = h({
2827
+ if (p && C.length && !m && V.onFilter) {
2828
+ var F = h({
2829
2829
  count: o.length
2830
2830
  });
2831
- D = N.onFilter({
2831
+ D = V.onFilter({
2832
2832
  inputValue: I,
2833
- resultsMessage: w
2833
+ resultsMessage: F
2834
2834
  });
2835
2835
  }
2836
2836
  return D;
2837
- }, [o, I, p, N, C, h, m]), L = (i == null ? void 0 : i.action) === "initial-input-focus", K = xe(function() {
2837
+ }, [o, I, p, V, C, h, m]), L = (i == null ? void 0 : i.action) === "initial-input-focus", K = xe(function() {
2838
2838
  var D = "";
2839
- if (N.guidance) {
2840
- var w = n ? "value" : p ? "menu" : "input";
2841
- D = N.guidance({
2839
+ if (V.guidance) {
2840
+ var F = n ? "value" : p ? "menu" : "input";
2841
+ D = V.guidance({
2842
2842
  "aria-label": E,
2843
- context: w,
2843
+ context: F,
2844
2844
  isDisabled: r && b(r, s),
2845
2845
  isMulti: v,
2846
2846
  isSearchable: g,
@@ -2849,9 +2849,9 @@ var tu = process.env.NODE_ENV === "production" ? {
2849
2849
  });
2850
2850
  }
2851
2851
  return D;
2852
- }, [E, r, n, v, b, g, p, N, s, A, L]), q = G(ht, null, G("span", {
2852
+ }, [E, r, n, v, b, g, p, V, s, A, L]), q = G(ht, null, G("span", {
2853
2853
  id: "aria-selection"
2854
- }, O), G("span", {
2854
+ }, P), G("span", {
2855
2855
  id: "aria-focused"
2856
2856
  }, H), G("span", {
2857
2857
  id: "aria-results"
@@ -2866,7 +2866,7 @@ var tu = process.env.NODE_ENV === "production" ? {
2866
2866
  "aria-relevant": "additions text",
2867
2867
  role: "log"
2868
2868
  }, u && !L && q));
2869
- }, ou = ru, Nt = [{
2869
+ }, ou = ru, Vt = [{
2870
2870
  base: "A",
2871
2871
  letters: "AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"
2872
2872
  }, {
@@ -3118,11 +3118,11 @@ var tu = process.env.NODE_ENV === "production" ? {
3118
3118
  }, {
3119
3119
  base: "z",
3120
3120
  letters: "zⓩzźẑżžẓẕƶȥɀⱬꝣ"
3121
- }], au = new RegExp("[" + Nt.map(function(t) {
3121
+ }], au = new RegExp("[" + Vt.map(function(t) {
3122
3122
  return t.letters;
3123
3123
  }).join("") + "]", "g"), pi = {};
3124
- for (var bt = 0; bt < Nt.length; bt++)
3125
- for (var ft = Nt[bt], pt = 0; pt < ft.letters.length; pt++)
3124
+ for (var bt = 0; bt < Vt.length; bt++)
3125
+ for (var ft = Vt[bt], pt = 0; pt < ft.letters.length; pt++)
3126
3126
  pi[ft.letters[pt]] = ft.base;
3127
3127
  var mi = function(e) {
3128
3128
  return e.replace(au, function(i) {
@@ -3148,7 +3148,7 @@ var mi = function(e) {
3148
3148
  }, lu = ["innerRef"];
3149
3149
  function du(t) {
3150
3150
  var e = t.innerRef, i = me(t, lu), r = Oo(i, "onExited", "in", "enter", "exit", "appear");
3151
- return G("input", F({
3151
+ return G("input", N({
3152
3152
  ref: e
3153
3153
  }, r, {
3154
3154
  css: /* @__PURE__ */ Ht({
@@ -3180,8 +3180,8 @@ var gu = function(e) {
3180
3180
  function bu(t) {
3181
3181
  var e = t.isEnabled, i = t.onBottomArrive, r = t.onBottomLeave, n = t.onTopArrive, o = t.onTopLeave, u = ge(!1), s = ge(!1), a = ge(0), c = ge(null), l = U(function(g, p) {
3182
3182
  if (c.current !== null) {
3183
- var C = c.current, h = C.scrollTop, A = C.scrollHeight, m = C.clientHeight, E = c.current, y = p > 0, N = A - m - h, O = !1;
3184
- N > p && u.current && (r && r(g), u.current = !1), y && s.current && (o && o(g), s.current = !1), y && p > N ? (i && !u.current && i(g), E.scrollTop = A, O = !0, u.current = !0) : !y && -p > h && (n && !s.current && n(g), E.scrollTop = 0, O = !0, s.current = !0), O && gu(g);
3183
+ var C = c.current, h = C.scrollTop, A = C.scrollHeight, m = C.clientHeight, E = c.current, y = p > 0, V = A - m - h, P = !1;
3184
+ V > p && u.current && (r && r(g), u.current = !1), y && s.current && (o && o(g), s.current = !1), y && p > V ? (i && !u.current && i(g), E.scrollTop = A, P = !0, u.current = !0) : !y && -p > h && (n && !s.current && n(g), E.scrollTop = 0, P = !0, s.current = !0), P && gu(g);
3185
3185
  }
3186
3186
  }, [i, r, n, o]), d = U(function(g) {
3187
3187
  l(g, g.deltaY);
@@ -3231,30 +3231,30 @@ function Gn() {
3231
3231
  function Sn() {
3232
3232
  return "ontouchstart" in window || navigator.maxTouchPoints;
3233
3233
  }
3234
- var wn = !!(typeof window < "u" && window.document && window.document.createElement), Ne = 0, ye = {
3234
+ var Fn = !!(typeof window < "u" && window.document && window.document.createElement), Ve = 0, ye = {
3235
3235
  capture: !1,
3236
3236
  passive: !1
3237
3237
  };
3238
3238
  function fu(t) {
3239
3239
  var e = t.isEnabled, i = t.accountForScrollbars, r = i === void 0 ? !0 : i, n = ge({}), o = ge(null), u = U(function(a) {
3240
- if (wn) {
3240
+ if (Fn) {
3241
3241
  var c = document.body, l = c && c.style;
3242
3242
  if (r && An.forEach(function(v) {
3243
3243
  var b = l && l[v];
3244
3244
  n.current[v] = b;
3245
- }), r && Ne < 1) {
3245
+ }), r && Ve < 1) {
3246
3246
  var d = parseInt(n.current.paddingRight, 10) || 0, f = document.body ? document.body.clientWidth : 0, I = window.innerWidth - f + d || 0;
3247
3247
  Object.keys(yn).forEach(function(v) {
3248
3248
  var b = yn[v];
3249
3249
  l && (l[v] = b);
3250
3250
  }), l && (l.paddingRight = "".concat(I, "px"));
3251
3251
  }
3252
- c && Sn() && (c.addEventListener("touchmove", xn, ye), a && (a.addEventListener("touchstart", Gn, ye), a.addEventListener("touchmove", En, ye))), Ne += 1;
3252
+ c && Sn() && (c.addEventListener("touchmove", xn, ye), a && (a.addEventListener("touchstart", Gn, ye), a.addEventListener("touchmove", En, ye))), Ve += 1;
3253
3253
  }
3254
3254
  }, [r]), s = U(function(a) {
3255
- if (wn) {
3255
+ if (Fn) {
3256
3256
  var c = document.body, l = c && c.style;
3257
- Ne = Math.max(Ne - 1, 0), r && Ne < 1 && An.forEach(function(d) {
3257
+ Ve = Math.max(Ve - 1, 0), r && Ve < 1 && An.forEach(function(d) {
3258
3258
  var f = n.current[d];
3259
3259
  l && (l[d] = f);
3260
3260
  }), c && Sn() && (c.removeEventListener("touchmove", xn, ye), a && (a.removeEventListener("touchstart", Gn, ye), a.removeEventListener("touchmove", En, ye)));
@@ -3348,15 +3348,15 @@ function Gu() {
3348
3348
  function Su() {
3349
3349
  return Ii() || Gu();
3350
3350
  }
3351
- var wu = function(e) {
3352
- return e.label;
3353
- }, Fu = function(e) {
3351
+ var Fu = function(e) {
3354
3352
  return e.label;
3355
3353
  }, Nu = function(e) {
3354
+ return e.label;
3355
+ }, Vu = function(e) {
3356
3356
  return e.value;
3357
3357
  }, Bu = function(e) {
3358
3358
  return !!e.isDisabled;
3359
- }, Vu = {
3359
+ }, wu = {
3360
3360
  clearIndicator: da,
3361
3361
  container: qo,
3362
3362
  control: va,
@@ -3365,7 +3365,7 @@ var wu = function(e) {
3365
3365
  groupHeading: Ea,
3366
3366
  indicatorsContainer: ia,
3367
3367
  indicatorSeparator: ba,
3368
- input: Fa,
3368
+ input: Na,
3369
3369
  loadingIndicator: ma,
3370
3370
  loadingMessage: Jo,
3371
3371
  menu: Ho,
@@ -3417,9 +3417,9 @@ var wu = function(e) {
3417
3417
  controlShouldRenderValue: !0,
3418
3418
  escapeClearsValue: !1,
3419
3419
  filterOption: cu(),
3420
- formatGroupLabel: wu,
3421
- getOptionLabel: Fu,
3422
- getOptionValue: Nu,
3420
+ formatGroupLabel: Fu,
3421
+ getOptionLabel: Nu,
3422
+ getOptionValue: Vu,
3423
3423
  isDisabled: !1,
3424
3424
  isLoading: !1,
3425
3425
  isMulti: !1,
@@ -3435,7 +3435,7 @@ var wu = function(e) {
3435
3435
  menuPlacement: "bottom",
3436
3436
  menuPosition: "absolute",
3437
3437
  menuShouldBlockScroll: !1,
3438
- menuShouldScrollIntoView: !Vo(),
3438
+ menuShouldScrollIntoView: !wo(),
3439
3439
  noOptionsMessage: function() {
3440
3440
  return "No options";
3441
3441
  },
@@ -3453,7 +3453,7 @@ var wu = function(e) {
3453
3453
  tabSelectsValue: !0,
3454
3454
  unstyled: !1
3455
3455
  };
3456
- function Fn(t, e, i, r) {
3456
+ function Nn(t, e, i, r) {
3457
3457
  var n = yi(t, e, i), o = xi(t, e, i), u = Ai(t, e), s = nt(t, e);
3458
3458
  return {
3459
3459
  type: "option",
@@ -3469,7 +3469,7 @@ function ze(t, e) {
3469
3469
  return t.options.map(function(i, r) {
3470
3470
  if ("options" in i) {
3471
3471
  var n = i.options.map(function(u, s) {
3472
- return Fn(t, u, e, s);
3472
+ return Nn(t, u, e, s);
3473
3473
  }).filter(function(u) {
3474
3474
  return Bn(t, u);
3475
3475
  });
@@ -3480,7 +3480,7 @@ function ze(t, e) {
3480
3480
  index: r
3481
3481
  } : void 0;
3482
3482
  }
3483
- var o = Fn(t, i, e, r);
3483
+ var o = Nn(t, i, e, r);
3484
3484
  return Bn(t, o) ? o : void 0;
3485
3485
  }).filter(To);
3486
3486
  }
@@ -3491,7 +3491,7 @@ function Ci(t) {
3491
3491
  }))) : e.push(i.data), e;
3492
3492
  }, []);
3493
3493
  }
3494
- function Nn(t, e) {
3494
+ function Vn(t, e) {
3495
3495
  return t.reduce(function(i, r) {
3496
3496
  return r.type === "group" ? i.push.apply(i, Bt(r.options.map(function(n) {
3497
3497
  return {
@@ -3643,7 +3643,7 @@ var Gi = function(e) {
3643
3643
  }, n.getFocusedOptionId = function(a) {
3644
3644
  return It(n.state.focusableOptionsWithIds, a);
3645
3645
  }, n.getFocusableOptionsWithIds = function() {
3646
- return Nn(ze(n.props, n.state.selectValue), n.getElementId("option"));
3646
+ return Vn(ze(n.props, n.state.selectValue), n.getElementId("option"));
3647
3647
  }, n.getValue = function() {
3648
3648
  return n.state.selectValue;
3649
3649
  }, n.cx = function() {
@@ -3655,7 +3655,7 @@ var Gi = function(e) {
3655
3655
  }, n.getOptionValue = function(a) {
3656
3656
  return nt(n.props, a);
3657
3657
  }, n.getStyles = function(a, c) {
3658
- var l = n.props.unstyled, d = Vu[a](c, l);
3658
+ var l = n.props.unstyled, d = wu[a](c, l);
3659
3659
  d.boxSizing = "border-box";
3660
3660
  var f = n.props.styles[a];
3661
3661
  return f ? f(d, c) : d;
@@ -4114,7 +4114,7 @@ var Gi = function(e) {
4114
4114
  } : {
4115
4115
  "aria-describedby": this.getElementId("placeholder")
4116
4116
  });
4117
- return u ? /* @__PURE__ */ B.createElement(v, F({}, C, {
4117
+ return u ? /* @__PURE__ */ B.createElement(v, N({}, C, {
4118
4118
  autoCapitalize: "none",
4119
4119
  autoComplete: "off",
4120
4120
  autoCorrect: "off",
@@ -4130,7 +4130,7 @@ var Gi = function(e) {
4130
4130
  form: l,
4131
4131
  type: "text",
4132
4132
  value: a
4133
- }, A)) : /* @__PURE__ */ B.createElement(du, F({
4133
+ }, A)) : /* @__PURE__ */ B.createElement(du, N({
4134
4134
  id: h,
4135
4135
  innerRef: this.getInputRef,
4136
4136
  onBlur: this.onInputBlur,
@@ -4149,7 +4149,7 @@ var Gi = function(e) {
4149
4149
  value: function() {
4150
4150
  var n = this, o = this.getComponents(), u = o.MultiValue, s = o.MultiValueContainer, a = o.MultiValueLabel, c = o.MultiValueRemove, l = o.SingleValue, d = o.Placeholder, f = this.commonProps, I = this.props, v = I.controlShouldRenderValue, b = I.isDisabled, g = I.isMulti, p = I.inputValue, C = I.placeholder, h = this.state, A = h.selectValue, m = h.focusedValue, E = h.isFocused;
4151
4151
  if (!this.hasValue() || !v)
4152
- return p ? null : /* @__PURE__ */ B.createElement(d, F({}, f, {
4152
+ return p ? null : /* @__PURE__ */ B.createElement(d, N({}, f, {
4153
4153
  key: "placeholder",
4154
4154
  isDisabled: b,
4155
4155
  isFocused: E,
@@ -4158,9 +4158,9 @@ var Gi = function(e) {
4158
4158
  }
4159
4159
  }), C);
4160
4160
  if (g)
4161
- return A.map(function(N, O) {
4162
- var H = N === m, k = "".concat(n.getOptionLabel(N), "-").concat(n.getOptionValue(N));
4163
- return /* @__PURE__ */ B.createElement(u, F({}, f, {
4161
+ return A.map(function(V, P) {
4162
+ var H = V === m, k = "".concat(n.getOptionLabel(V), "-").concat(n.getOptionValue(V));
4163
+ return /* @__PURE__ */ B.createElement(u, N({}, f, {
4164
4164
  components: {
4165
4165
  Container: s,
4166
4166
  Label: a,
@@ -4169,25 +4169,25 @@ var Gi = function(e) {
4169
4169
  isFocused: H,
4170
4170
  isDisabled: b,
4171
4171
  key: k,
4172
- index: O,
4172
+ index: P,
4173
4173
  removeProps: {
4174
4174
  onClick: function() {
4175
- return n.removeValue(N);
4175
+ return n.removeValue(V);
4176
4176
  },
4177
4177
  onTouchEnd: function() {
4178
- return n.removeValue(N);
4178
+ return n.removeValue(V);
4179
4179
  },
4180
4180
  onMouseDown: function(K) {
4181
4181
  K.preventDefault();
4182
4182
  }
4183
4183
  },
4184
- data: N
4185
- }), n.formatOptionLabel(N, "value"));
4184
+ data: V
4185
+ }), n.formatOptionLabel(V, "value"));
4186
4186
  });
4187
4187
  if (p)
4188
4188
  return null;
4189
4189
  var y = A[0];
4190
- return /* @__PURE__ */ B.createElement(l, F({}, f, {
4190
+ return /* @__PURE__ */ B.createElement(l, N({}, f, {
4191
4191
  data: y,
4192
4192
  isDisabled: b
4193
4193
  }), this.formatOptionLabel(y, "value"));
@@ -4203,7 +4203,7 @@ var Gi = function(e) {
4203
4203
  onTouchEnd: this.onClearIndicatorTouchEnd,
4204
4204
  "aria-hidden": "true"
4205
4205
  };
4206
- return /* @__PURE__ */ B.createElement(o, F({}, u, {
4206
+ return /* @__PURE__ */ B.createElement(o, N({}, u, {
4207
4207
  innerProps: d,
4208
4208
  isFocused: l
4209
4209
  }));
@@ -4217,7 +4217,7 @@ var Gi = function(e) {
4217
4217
  var d = {
4218
4218
  "aria-hidden": "true"
4219
4219
  };
4220
- return /* @__PURE__ */ B.createElement(o, F({}, u, {
4220
+ return /* @__PURE__ */ B.createElement(o, N({}, u, {
4221
4221
  innerProps: d,
4222
4222
  isDisabled: a,
4223
4223
  isFocused: l
@@ -4230,7 +4230,7 @@ var Gi = function(e) {
4230
4230
  if (!o || !u)
4231
4231
  return null;
4232
4232
  var s = this.commonProps, a = this.props.isDisabled, c = this.state.isFocused;
4233
- return /* @__PURE__ */ B.createElement(u, F({}, s, {
4233
+ return /* @__PURE__ */ B.createElement(u, N({}, s, {
4234
4234
  isDisabled: a,
4235
4235
  isFocused: c
4236
4236
  }));
@@ -4246,7 +4246,7 @@ var Gi = function(e) {
4246
4246
  onTouchEnd: this.onDropdownIndicatorTouchEnd,
4247
4247
  "aria-hidden": "true"
4248
4248
  };
4249
- return /* @__PURE__ */ B.createElement(o, F({}, u, {
4249
+ return /* @__PURE__ */ B.createElement(o, N({}, u, {
4250
4250
  innerProps: c,
4251
4251
  isDisabled: s,
4252
4252
  isFocused: a
@@ -4255,17 +4255,17 @@ var Gi = function(e) {
4255
4255
  }, {
4256
4256
  key: "renderMenu",
4257
4257
  value: function() {
4258
- var n = this, o = this.getComponents(), u = o.Group, s = o.GroupHeading, a = o.Menu, c = o.MenuList, l = o.MenuPortal, d = o.LoadingMessage, f = o.NoOptionsMessage, I = o.Option, v = this.commonProps, b = this.state.focusedOption, g = this.props, p = g.captureMenuScroll, C = g.inputValue, h = g.isLoading, A = g.loadingMessage, m = g.minMenuHeight, E = g.maxMenuHeight, y = g.menuIsOpen, N = g.menuPlacement, O = g.menuPosition, H = g.menuPortalTarget, k = g.menuShouldBlockScroll, L = g.menuShouldScrollIntoView, K = g.noOptionsMessage, q = g.onMenuScrollToTop, D = g.onMenuScrollToBottom;
4258
+ var n = this, o = this.getComponents(), u = o.Group, s = o.GroupHeading, a = o.Menu, c = o.MenuList, l = o.MenuPortal, d = o.LoadingMessage, f = o.NoOptionsMessage, I = o.Option, v = this.commonProps, b = this.state.focusedOption, g = this.props, p = g.captureMenuScroll, C = g.inputValue, h = g.isLoading, A = g.loadingMessage, m = g.minMenuHeight, E = g.maxMenuHeight, y = g.menuIsOpen, V = g.menuPlacement, P = g.menuPosition, H = g.menuPortalTarget, k = g.menuShouldBlockScroll, L = g.menuShouldScrollIntoView, K = g.noOptionsMessage, q = g.onMenuScrollToTop, D = g.onMenuScrollToBottom;
4259
4259
  if (!y)
4260
4260
  return null;
4261
- var w = function(J, oe) {
4261
+ var F = function(J, oe) {
4262
4262
  var ce = J.type, te = J.data, le = J.isDisabled, ae = J.isSelected, Ae = J.label, st = J.value, Pe = b === te, x = le ? void 0 : function() {
4263
4263
  return n.onOptionHover(te);
4264
- }, we = le ? void 0 : function() {
4264
+ }, Fe = le ? void 0 : function() {
4265
4265
  return n.selectOption(te);
4266
4266
  }, ve = "".concat(n.getElementId("option"), "-").concat(oe), De = {
4267
4267
  id: ve,
4268
- onClick: we,
4268
+ onClick: Fe,
4269
4269
  onMouseMove: x,
4270
4270
  onMouseOver: x,
4271
4271
  tabIndex: -1,
@@ -4273,7 +4273,7 @@ var Gi = function(e) {
4273
4273
  "aria-selected": n.isAppleDevice ? void 0 : ae
4274
4274
  // is not supported on Apple devices
4275
4275
  };
4276
- return /* @__PURE__ */ B.createElement(I, F({}, v, {
4276
+ return /* @__PURE__ */ B.createElement(I, N({}, v, {
4277
4277
  innerProps: De,
4278
4278
  data: te,
4279
4279
  isDisabled: le,
@@ -4290,7 +4290,7 @@ var Gi = function(e) {
4290
4290
  Q = this.getCategorizedOptions().map(function(M) {
4291
4291
  if (M.type === "group") {
4292
4292
  var J = M.data, oe = M.options, ce = M.index, te = "".concat(n.getElementId("group"), "-").concat(ce), le = "".concat(te, "-heading");
4293
- return /* @__PURE__ */ B.createElement(u, F({}, v, {
4293
+ return /* @__PURE__ */ B.createElement(u, N({}, v, {
4294
4294
  key: te,
4295
4295
  data: J,
4296
4296
  options: oe,
@@ -4301,10 +4301,10 @@ var Gi = function(e) {
4301
4301
  },
4302
4302
  label: n.formatGroupLabel(M.data)
4303
4303
  }), M.options.map(function(ae) {
4304
- return w(ae, "".concat(ce, "-").concat(ae.index));
4304
+ return F(ae, "".concat(ce, "-").concat(ae.index));
4305
4305
  }));
4306
4306
  } else if (M.type === "option")
4307
- return w(M, "".concat(M.index));
4307
+ return F(M, "".concat(M.index));
4308
4308
  });
4309
4309
  else if (h) {
4310
4310
  var Y = A({
@@ -4324,12 +4324,12 @@ var Gi = function(e) {
4324
4324
  var re = {
4325
4325
  minMenuHeight: m,
4326
4326
  maxMenuHeight: E,
4327
- menuPlacement: N,
4328
- menuPosition: O,
4327
+ menuPlacement: V,
4328
+ menuPosition: P,
4329
4329
  menuShouldScrollIntoView: L
4330
- }, Ce = /* @__PURE__ */ B.createElement(Lo, F({}, v, re), function(M) {
4330
+ }, Ce = /* @__PURE__ */ B.createElement(Lo, N({}, v, re), function(M) {
4331
4331
  var J = M.ref, oe = M.placerProps, ce = oe.placement, te = oe.maxHeight;
4332
- return /* @__PURE__ */ B.createElement(a, F({}, v, re, {
4332
+ return /* @__PURE__ */ B.createElement(a, N({}, v, re, {
4333
4333
  innerRef: J,
4334
4334
  innerProps: {
4335
4335
  onMouseDown: n.onMenuMouseDown,
@@ -4343,7 +4343,7 @@ var Gi = function(e) {
4343
4343
  onBottomArrive: D,
4344
4344
  lockEnabled: k
4345
4345
  }, function(le) {
4346
- return /* @__PURE__ */ B.createElement(c, F({}, v, {
4346
+ return /* @__PURE__ */ B.createElement(c, N({}, v, {
4347
4347
  innerRef: function(Ae) {
4348
4348
  n.getMenuListRef(Ae), le(Ae);
4349
4349
  },
@@ -4358,11 +4358,11 @@ var Gi = function(e) {
4358
4358
  }), Q);
4359
4359
  }));
4360
4360
  });
4361
- return H || O === "fixed" ? /* @__PURE__ */ B.createElement(l, F({}, v, {
4361
+ return H || P === "fixed" ? /* @__PURE__ */ B.createElement(l, N({}, v, {
4362
4362
  appendTo: H,
4363
4363
  controlElement: this.controlRef,
4364
- menuPlacement: N,
4365
- menuPosition: O
4364
+ menuPlacement: V,
4365
+ menuPosition: P
4366
4366
  }), Ce) : Ce;
4367
4367
  }
4368
4368
  }, {
@@ -4413,7 +4413,7 @@ var Gi = function(e) {
4413
4413
  key: "renderLiveRegion",
4414
4414
  value: function() {
4415
4415
  var n = this.commonProps, o = this.state, u = o.ariaSelection, s = o.focusedOption, a = o.focusedValue, c = o.isFocused, l = o.selectValue, d = this.getFocusableOptions();
4416
- return /* @__PURE__ */ B.createElement(ou, F({}, n, {
4416
+ return /* @__PURE__ */ B.createElement(ou, N({}, n, {
4417
4417
  id: this.getElementId("live-region"),
4418
4418
  ariaSelection: u,
4419
4419
  focusedOption: s,
@@ -4428,7 +4428,7 @@ var Gi = function(e) {
4428
4428
  key: "render",
4429
4429
  value: function() {
4430
4430
  var n = this.getComponents(), o = n.Control, u = n.IndicatorsContainer, s = n.SelectContainer, a = n.ValueContainer, c = this.props, l = c.className, d = c.id, f = c.isDisabled, I = c.menuIsOpen, v = this.state.isFocused, b = this.commonProps = this.getCommonProps();
4431
- return /* @__PURE__ */ B.createElement(s, F({}, b, {
4431
+ return /* @__PURE__ */ B.createElement(s, N({}, b, {
4432
4432
  className: l,
4433
4433
  innerProps: {
4434
4434
  id: d,
@@ -4436,7 +4436,7 @@ var Gi = function(e) {
4436
4436
  },
4437
4437
  isDisabled: f,
4438
4438
  isFocused: v
4439
- }), this.renderLiveRegion(), /* @__PURE__ */ B.createElement(o, F({}, b, {
4439
+ }), this.renderLiveRegion(), /* @__PURE__ */ B.createElement(o, N({}, b, {
4440
4440
  innerRef: this.getControlRef,
4441
4441
  innerProps: {
4442
4442
  onMouseDown: this.onControlMouseDown,
@@ -4445,9 +4445,9 @@ var Gi = function(e) {
4445
4445
  isDisabled: f,
4446
4446
  isFocused: v,
4447
4447
  menuIsOpen: I
4448
- }), /* @__PURE__ */ B.createElement(a, F({}, b, {
4448
+ }), /* @__PURE__ */ B.createElement(a, N({}, b, {
4449
4449
  isDisabled: f
4450
- }), this.renderPlaceholderOrValue(), this.renderInput()), /* @__PURE__ */ B.createElement(u, F({}, b, {
4450
+ }), this.renderPlaceholderOrValue(), this.renderInput()), /* @__PURE__ */ B.createElement(u, N({}, b, {
4451
4451
  isDisabled: f
4452
4452
  }), this.renderClearIndicator(), this.renderLoadingIndicator(), this.renderIndicatorSeparator(), this.renderDropdownIndicator())), this.renderMenu(), this.renderFormField());
4453
4453
  }
@@ -4456,17 +4456,17 @@ var Gi = function(e) {
4456
4456
  value: function(n, o) {
4457
4457
  var u = o.prevProps, s = o.clearFocusValueOnUpdate, a = o.inputIsHiddenAfterUpdate, c = o.ariaSelection, l = o.isFocused, d = o.prevWasFocused, f = o.instancePrefix, I = n.options, v = n.value, b = n.menuIsOpen, g = n.inputValue, p = n.isMulti, C = fn(v), h = {};
4458
4458
  if (u && (v !== u.value || I !== u.options || b !== u.menuIsOpen || g !== u.inputValue)) {
4459
- var A = b ? Du(n, C) : [], m = b ? Nn(ze(n, C), "".concat(f, "-option")) : [], E = s ? Zu(o, C) : null, y = Mu(o, A), N = It(m, y);
4459
+ var A = b ? Du(n, C) : [], m = b ? Vn(ze(n, C), "".concat(f, "-option")) : [], E = s ? Zu(o, C) : null, y = Mu(o, A), V = It(m, y);
4460
4460
  h = {
4461
4461
  selectValue: C,
4462
4462
  focusedOption: y,
4463
- focusedOptionId: N,
4463
+ focusedOptionId: V,
4464
4464
  focusableOptionsWithIds: m,
4465
4465
  focusedValue: E,
4466
4466
  clearFocusValueOnUpdate: !1
4467
4467
  };
4468
4468
  }
4469
- var O = a != null && n !== u ? {
4469
+ var P = a != null && n !== u ? {
4470
4470
  inputIsHidden: a,
4471
4471
  inputIsHiddenAfterUpdate: void 0
4472
4472
  } : {}, H = c, k = l && d;
@@ -4474,18 +4474,18 @@ var Gi = function(e) {
4474
4474
  value: _e(p, C, C[0] || null),
4475
4475
  options: C,
4476
4476
  action: "initial-input-focus"
4477
- }, k = !d), (c == null ? void 0 : c.action) === "initial-input-focus" && (H = null), S(S(S({}, h), O), {}, {
4477
+ }, k = !d), (c == null ? void 0 : c.action) === "initial-input-focus" && (H = null), S(S(S({}, h), P), {}, {
4478
4478
  prevProps: n,
4479
4479
  ariaSelection: H,
4480
4480
  prevWasFocused: k
4481
4481
  });
4482
4482
  }
4483
4483
  }]), i;
4484
- }(Ni);
4484
+ }(Vi);
4485
4485
  Si.defaultProps = Pu;
4486
- var Lu = /* @__PURE__ */ Vn(function(t, e) {
4486
+ var Lu = /* @__PURE__ */ wn(function(t, e) {
4487
4487
  var i = Hi(t);
4488
- return /* @__PURE__ */ B.createElement(Si, F({
4488
+ return /* @__PURE__ */ B.createElement(Si, N({
4489
4489
  ref: e
4490
4490
  }, i));
4491
4491
  }), _u = Lu;
@@ -4569,7 +4569,7 @@ const ku = (t, e, i = []) => {
4569
4569
  return `${s} ${a},${c}`;
4570
4570
  }
4571
4571
  };
4572
- }, sc = ({
4572
+ }, lc = ({
4573
4573
  id: t,
4574
4574
  label: e,
4575
4575
  options: i
@@ -4658,89 +4658,93 @@ const ku = (t, e, i = []) => {
4658
4658
  }, vt = {
4659
4659
  en: zu,
4660
4660
  de: Ju
4661
- }, Uu = "_root_1umw0_73", Qu = "_hint_1umw0_81", $u = "_label_1umw0_81", Ku = "_wrapper_1umw0_85", qu = "_affix_1umw0_91", es = "_affix--small_1umw0_109", ts = "_affix--disabled_1umw0_121", ns = "_prefix_1umw0_125", is = "_suffix_1umw0_131", rs = "_action-button_1umw0_136", os = "_label--hidden_1umw0_153", as = "_feedback_1umw0_180", us = "_select_1umw0_185", ss = "_select--invalid_1umw0_296", cs = "_select--small_1umw0_303", ls = "_input--has-leading-icon_1umw0_349", ds = "_input--has-action-button_1umw0_352", gs = "_input--has-second-action-button_1umw0_355", bs = "_select--has-leading-icon_1umw0_358", fs = "_select--has-action-button_1umw0_361", ps = "_select--has-second-action-button_1umw0_364", ms = "_select--has-affix_1umw0_367", Is = "_select--is-ready_1umw0_379", vs = "_select--disabled_1umw0_385", hs = "_select--focused_1umw0_396", Cs = "_select--hovered_1umw0_413", As = "_placeholder_1umw0_418", ys = "_menu-list_1umw0_427", xs = "_group-heading_1umw0_441", Es = "_option_1umw0_456", Gs = "_option--small_1umw0_468", Ss = "_option--single_1umw0_479", ws = "_option--disabled_1umw0_482", Fs = "_option--focus-hover_1umw0_490", Ns = "_option--text_1umw0_512", Bs = "_option--icon_1umw0_515", Vs = "_option--icon--disabled_1umw0_519", Rs = "_leading-icon_1umw0_523", Ws = "_leading-icon--disabled_1umw0_532", Ts = "_indicator_1umw0_541", Xs = "_clear_1umw0_542", Os = "_indicator--small_1umw0_548", Ps = "_clear--small_1umw0_549", Ds = "_indicator--icon_1umw0_553", Zs = "_clear--icon_1umw0_554", Ms = "_indicator--icon--small_1umw0_558", Hs = "_clear--icon--small_1umw0_559", V = {
4661
+ }, Uu = "_root_a0525_73", Qu = "_hint_a0525_81", $u = "_label_a0525_81", Ku = "_wrapper_a0525_85", qu = "_affix_a0525_91", es = "_affix--small_a0525_109", ts = "_affix--disabled_a0525_121", ns = "_prefix_a0525_125", is = "_suffix_a0525_131", rs = "_action-button_a0525_136", os = "_label--hidden_a0525_153", as = "_feedback_a0525_180", us = "_select_a0525_185", ss = "_select--invalid_a0525_296", cs = "_select--small_a0525_303", ls = "_input--has-leading-icon_a0525_349", ds = "_input--has-action-button_a0525_352", gs = "_input--has-second-action-button_a0525_355", bs = "_select--has-leading-icon_a0525_358", fs = "_select--has-action-button_a0525_361", ps = "_select--has-second-action-button_a0525_364", ms = "_select--has-affix_a0525_367", Is = "_select--is-ready_a0525_379", vs = "_select--disabled_a0525_385", hs = "_select--focused_a0525_396", Cs = "_select--hovered_a0525_413", As = "_placeholder_a0525_418", ys = "_menu-list_a0525_427", xs = "_group-heading_a0525_441", Es = "_option_a0525_456", Gs = "_option--small_a0525_468", Ss = "_option--single_a0525_479", Fs = "_option--disabled_a0525_482", Ns = "_option--focus-hover_a0525_490", Vs = "_option--text_a0525_512", Bs = "_option--icon_a0525_515", ws = "_option--icon--disabled_a0525_519", Rs = "_single-value_a0525_523", Ws = "_single-value--text_a0525_527", Ts = "_leading-icon_a0525_534", Xs = "_leading-icon--disabled_a0525_543", Os = "_indicator_a0525_552", Ps = "_clear_a0525_553", Ds = "_indicator--small_a0525_559", Zs = "_clear--small_a0525_560", Ms = "_indicator--icon_a0525_564", Hs = "_clear--icon_a0525_565", Ls = "_indicator--icon--small_a0525_569", _s = "_clear--icon--small_a0525_570", w = {
4662
4662
  root: Uu,
4663
4663
  hint: Qu,
4664
4664
  label: $u,
4665
4665
  wrapper: Ku,
4666
4666
  affix: qu,
4667
- "affix--small": "_affix--small_1umw0_109",
4667
+ "affix--small": "_affix--small_a0525_109",
4668
4668
  affixSmall: es,
4669
- "affix--disabled": "_affix--disabled_1umw0_121",
4669
+ "affix--disabled": "_affix--disabled_a0525_121",
4670
4670
  affixDisabled: ts,
4671
4671
  prefix: ns,
4672
4672
  suffix: is,
4673
- "action-button": "_action-button_1umw0_136",
4673
+ "action-button": "_action-button_a0525_136",
4674
4674
  actionButton: rs,
4675
- "label--hidden": "_label--hidden_1umw0_153",
4675
+ "label--hidden": "_label--hidden_a0525_153",
4676
4676
  labelHidden: os,
4677
4677
  feedback: as,
4678
4678
  select: us,
4679
- "select--invalid": "_select--invalid_1umw0_296",
4679
+ "select--invalid": "_select--invalid_a0525_296",
4680
4680
  selectInvalid: ss,
4681
- "select--small": "_select--small_1umw0_303",
4681
+ "select--small": "_select--small_a0525_303",
4682
4682
  selectSmall: cs,
4683
- "input--has-leading-icon": "_input--has-leading-icon_1umw0_349",
4683
+ "input--has-leading-icon": "_input--has-leading-icon_a0525_349",
4684
4684
  inputHasLeadingIcon: ls,
4685
- "input--has-action-button": "_input--has-action-button_1umw0_352",
4685
+ "input--has-action-button": "_input--has-action-button_a0525_352",
4686
4686
  inputHasActionButton: ds,
4687
- "input--has-second-action-button": "_input--has-second-action-button_1umw0_355",
4687
+ "input--has-second-action-button": "_input--has-second-action-button_a0525_355",
4688
4688
  inputHasSecondActionButton: gs,
4689
- "select--has-leading-icon": "_select--has-leading-icon_1umw0_358",
4689
+ "select--has-leading-icon": "_select--has-leading-icon_a0525_358",
4690
4690
  selectHasLeadingIcon: bs,
4691
- "select--has-action-button": "_select--has-action-button_1umw0_361",
4691
+ "select--has-action-button": "_select--has-action-button_a0525_361",
4692
4692
  selectHasActionButton: fs,
4693
- "select--has-second-action-button": "_select--has-second-action-button_1umw0_364",
4693
+ "select--has-second-action-button": "_select--has-second-action-button_a0525_364",
4694
4694
  selectHasSecondActionButton: ps,
4695
- "select--has-affix": "_select--has-affix_1umw0_367",
4695
+ "select--has-affix": "_select--has-affix_a0525_367",
4696
4696
  selectHasAffix: ms,
4697
- "select--is-ready": "_select--is-ready_1umw0_379",
4697
+ "select--is-ready": "_select--is-ready_a0525_379",
4698
4698
  selectIsReady: Is,
4699
- "select--disabled": "_select--disabled_1umw0_385",
4699
+ "select--disabled": "_select--disabled_a0525_385",
4700
4700
  selectDisabled: vs,
4701
- "select--focused": "_select--focused_1umw0_396",
4701
+ "select--focused": "_select--focused_a0525_396",
4702
4702
  selectFocused: hs,
4703
- "select--hovered": "_select--hovered_1umw0_413",
4703
+ "select--hovered": "_select--hovered_a0525_413",
4704
4704
  selectHovered: Cs,
4705
4705
  placeholder: As,
4706
- "menu-list": "_menu-list_1umw0_427",
4706
+ "menu-list": "_menu-list_a0525_427",
4707
4707
  menuList: ys,
4708
- "group-heading": "_group-heading_1umw0_441",
4708
+ "group-heading": "_group-heading_a0525_441",
4709
4709
  groupHeading: xs,
4710
4710
  option: Es,
4711
- "option--small": "_option--small_1umw0_468",
4711
+ "option--small": "_option--small_a0525_468",
4712
4712
  optionSmall: Gs,
4713
- "option--single": "_option--single_1umw0_479",
4713
+ "option--single": "_option--single_a0525_479",
4714
4714
  optionSingle: Ss,
4715
- "option--disabled": "_option--disabled_1umw0_482",
4716
- optionDisabled: ws,
4717
- "option--focus-hover": "_option--focus-hover_1umw0_490",
4718
- optionFocusHover: Fs,
4719
- "option--text": "_option--text_1umw0_512",
4720
- optionText: Ns,
4721
- "option--icon": "_option--icon_1umw0_515",
4715
+ "option--disabled": "_option--disabled_a0525_482",
4716
+ optionDisabled: Fs,
4717
+ "option--focus-hover": "_option--focus-hover_a0525_490",
4718
+ optionFocusHover: Ns,
4719
+ "option--text": "_option--text_a0525_512",
4720
+ optionText: Vs,
4721
+ "option--icon": "_option--icon_a0525_515",
4722
4722
  optionIcon: Bs,
4723
- "option--icon--disabled": "_option--icon--disabled_1umw0_519",
4724
- optionIconDisabled: Vs,
4725
- "leading-icon": "_leading-icon_1umw0_523",
4726
- leadingIcon: Rs,
4727
- "leading-icon--disabled": "_leading-icon--disabled_1umw0_532",
4728
- leadingIconDisabled: Ws,
4729
- indicator: Ts,
4730
- clear: Xs,
4731
- "indicator--small": "_indicator--small_1umw0_548",
4732
- indicatorSmall: Os,
4733
- "clear--small": "_clear--small_1umw0_549",
4734
- clearSmall: Ps,
4735
- "indicator--icon": "_indicator--icon_1umw0_553",
4736
- indicatorIcon: Ds,
4737
- "clear--icon": "_clear--icon_1umw0_554",
4738
- clearIcon: Zs,
4739
- "indicator--icon--small": "_indicator--icon--small_1umw0_558",
4740
- indicatorIconSmall: Ms,
4741
- "clear--icon--small": "_clear--icon--small_1umw0_559",
4742
- clearIconSmall: Hs
4743
- }, cc = ({
4723
+ "option--icon--disabled": "_option--icon--disabled_a0525_519",
4724
+ optionIconDisabled: ws,
4725
+ "single-value": "_single-value_a0525_523",
4726
+ singleValue: Rs,
4727
+ "single-value--text": "_single-value--text_a0525_527",
4728
+ singleValueText: Ws,
4729
+ "leading-icon": "_leading-icon_a0525_534",
4730
+ leadingIcon: Ts,
4731
+ "leading-icon--disabled": "_leading-icon--disabled_a0525_543",
4732
+ leadingIconDisabled: Xs,
4733
+ indicator: Os,
4734
+ clear: Ps,
4735
+ "indicator--small": "_indicator--small_a0525_559",
4736
+ indicatorSmall: Ds,
4737
+ "clear--small": "_clear--small_a0525_560",
4738
+ clearSmall: Zs,
4739
+ "indicator--icon": "_indicator--icon_a0525_564",
4740
+ indicatorIcon: Ms,
4741
+ "clear--icon": "_clear--icon_a0525_565",
4742
+ clearIcon: Hs,
4743
+ "indicator--icon--small": "_indicator--icon--small_a0525_569",
4744
+ indicatorIconSmall: Ls,
4745
+ "clear--icon--small": "_clear--icon--small_a0525_570",
4746
+ clearIconSmall: _s
4747
+ }, dc = ({
4744
4748
  id: t,
4745
4749
  label: e,
4746
4750
  options: i,
@@ -4762,18 +4766,18 @@ const ku = (t, e, i = []) => {
4762
4766
  }) => {
4763
4767
  const [C, h] = Ie(!1), A = ge(
4764
4768
  null
4765
- ), m = I ? I.placeholder : vt[c].placeholder, E = Vi(u), y = `${t}-label`, N = `${t}-feedback`, O = `${t}-hint`, H = o ? ` ${O}` : "", k = () => I ? I.filterNoOptions : vt[c].filterNoOptions, L = ne(V.root, r), K = ne(V.label, {
4769
+ ), m = I ? I.placeholder : vt[c].placeholder, E = wi(u), y = `${t}-label`, V = `${t}-feedback`, P = `${t}-hint`, H = o ? ` ${P}` : "", k = () => I ? I.filterNoOptions : vt[c].filterNoOptions, L = ne(w.root, r), K = ne(w.label, {
4766
4770
  // hide label only visually to keep them available for assistive technologies
4767
- [V.labelHidden]: E
4768
- }), q = (w) => ne(V.select, {
4769
- [V.selectSmall]: d === "small",
4770
- [V.selectFocused]: w.isFocused,
4771
- [V.selectHovered]: C,
4772
- [V.selectDisabled]: n,
4773
- [V.selectInvalid]: s
4774
- }), D = (w) => ne({ [V.placeholder]: !w.isDisabled });
4775
- return /* @__PURE__ */ P.jsxs("div", { className: L, children: [
4776
- /* @__PURE__ */ P.jsxs(
4771
+ [w.labelHidden]: E
4772
+ }), q = (F) => ne(w.select, {
4773
+ [w.selectSmall]: d === "small",
4774
+ [w.selectFocused]: F.isFocused,
4775
+ [w.selectHovered]: C,
4776
+ [w.selectDisabled]: n,
4777
+ [w.selectInvalid]: s
4778
+ }), D = (F) => ne({ [w.placeholder]: !F.isDisabled });
4779
+ return /* @__PURE__ */ O.jsxs("div", { className: L, children: [
4780
+ /* @__PURE__ */ O.jsxs(
4777
4781
  "label",
4778
4782
  {
4779
4783
  className: K,
@@ -4783,26 +4787,26 @@ const ku = (t, e, i = []) => {
4783
4787
  onMouseLeave: () => !n && h(!1),
4784
4788
  children: [
4785
4789
  e,
4786
- l && /* @__PURE__ */ P.jsx(Ri, {})
4790
+ l && /* @__PURE__ */ O.jsx(Ri, {})
4787
4791
  ]
4788
4792
  }
4789
4793
  ),
4790
- o && /* @__PURE__ */ P.jsx("div", { className: V.hint, id: O, children: o }),
4791
- s && f && /* @__PURE__ */ P.jsx(
4794
+ o && /* @__PURE__ */ O.jsx("div", { className: w.hint, id: P, children: o }),
4795
+ s && f && /* @__PURE__ */ O.jsx(
4792
4796
  Wi,
4793
4797
  {
4794
- className: V.feedback,
4798
+ className: w.feedback,
4795
4799
  message: f,
4796
4800
  type: "invalid",
4797
- id: N,
4801
+ id: V,
4798
4802
  "aria-live": "assertive"
4799
4803
  }
4800
4804
  ),
4801
- /* @__PURE__ */ P.jsx(
4805
+ /* @__PURE__ */ O.jsx(
4802
4806
  _u,
4803
4807
  {
4804
4808
  ...p,
4805
- "aria-errormessage": s && f ? N : void 0,
4809
+ "aria-errormessage": s && f ? V : void 0,
4806
4810
  "aria-label": e,
4807
4811
  "aria-labelledby": `${y}${H}`,
4808
4812
  "aria-invalid": s,
@@ -4825,13 +4829,13 @@ const ku = (t, e, i = []) => {
4825
4829
  unstyled: !0,
4826
4830
  ref: A,
4827
4831
  styles: {
4828
- container: (w) => ({
4829
- ...w,
4832
+ container: (F) => ({
4833
+ ...F,
4830
4834
  // needed for cursor: not-allowed to work on disabled DSCombobox
4831
4835
  pointerEvents: "initial"
4832
4836
  }),
4833
- control: (w) => ({
4834
- ...w,
4837
+ control: (F) => ({
4838
+ ...F,
4835
4839
  outline: "initial",
4836
4840
  // we do not want to have paddingRight on the control, but rather on the valueContainer, so we remove it here
4837
4841
  paddingRight: 0,
@@ -4842,88 +4846,88 @@ const ku = (t, e, i = []) => {
4842
4846
  cursor: "text"
4843
4847
  }),
4844
4848
  // needed for Values to not be squished like "A.., B..." but rather cut off "Apple, Bana"
4845
- multiValue: (w) => ({ ...w, minWidth: "max-content" }),
4846
- noOptionsMessage: (w) => ({
4847
- ...w,
4849
+ multiValue: (F) => ({ ...F, minWidth: "max-content" }),
4850
+ noOptionsMessage: (F) => ({
4851
+ ...F,
4848
4852
  // remove default text align center
4849
4853
  textAlign: void 0
4850
4854
  }),
4851
- option: (w) => ({
4852
- ...w,
4855
+ option: (F) => ({
4856
+ ...F,
4853
4857
  display: "flex",
4854
4858
  // remove fontSize, so that we can change if based on size
4855
4859
  fontSize: void 0
4856
4860
  }),
4857
- valueContainer: (w) => ({
4858
- ...w,
4861
+ valueContainer: (F) => ({
4862
+ ...F,
4859
4863
  flexWrap: "nowrap",
4860
4864
  paddingInlineEnd: d === "small" ? "8px" : "16px"
4861
4865
  })
4862
4866
  },
4863
4867
  components: {
4864
- ClearIndicator: (w) => Ls({ ...w, isSmall: d === "small" }),
4865
- DropdownIndicator: (w) => p.openMenuOnClick && p.openMenuOnFocus && !n ? _s({ ...w, isSmall: d === "small" }) : void 0,
4866
- GroupHeading: ks,
4868
+ ClearIndicator: (F) => ks({ ...F, isSmall: d === "small" }),
4869
+ DropdownIndicator: (F) => p.openMenuOnClick && p.openMenuOnFocus && !n ? Ys({ ...F, isSmall: d === "small" }) : void 0,
4870
+ GroupHeading: js,
4867
4871
  // separator between clear all icon and chevron down
4868
4872
  IndicatorSeparator: () => {
4869
4873
  },
4870
- Input: (w) => Ys({ ...w, id: t, invalid: s, systemFeedback: f, systemFeedbackId: N }),
4871
- MenuList: js,
4872
- MultiValueContainer: zs,
4874
+ Input: (F) => zs({ ...F, id: t, invalid: s, systemFeedback: f, systemFeedbackId: V }),
4875
+ MenuList: Js,
4876
+ MultiValueContainer: Us,
4873
4877
  // remove button for each selected value
4874
4878
  MultiValueRemove: () => {
4875
4879
  },
4876
- NoOptionsMessage: (w) => /* @__PURE__ */ P.jsx(Js, { ...w, isSmall: d === "small" }),
4877
- Option: (w) => /* @__PURE__ */ P.jsx(Us, { ...w, isSmall: d === "small" }),
4878
- SingleValue: Qs
4880
+ NoOptionsMessage: (F) => /* @__PURE__ */ O.jsx(Qs, { ...F, isSmall: d === "small" }),
4881
+ Option: (F) => /* @__PURE__ */ O.jsx($s, { ...F, isSmall: d === "small" }),
4882
+ SingleValue: Ks
4879
4883
  },
4880
4884
  value: v,
4881
- onChange: (w, { action: Q }) => {
4885
+ onChange: (F, { action: Q }) => {
4882
4886
  var Y, ee;
4883
4887
  return Q === "clear" && !p.openMenuOnClick && !p.openMenuOnFocus && !a && ((Y = A.current) == null || Y.blur(), (ee = A.current) == null || ee.focus()), b && b(
4884
- w
4888
+ F
4885
4889
  );
4886
4890
  },
4887
- onInputChange: (w) => {
4888
- g && g(w);
4891
+ onInputChange: (F) => {
4892
+ g && g(F);
4889
4893
  }
4890
4894
  }
4891
4895
  )
4892
4896
  ] });
4893
- }, Ls = ({
4897
+ }, ks = ({
4894
4898
  isSmall: t,
4895
4899
  ...e
4896
4900
  }) => {
4897
- const i = ne(V.clear, {
4898
- [V.clearSmall]: t
4899
- }), r = ne(V.clearIcon, {
4900
- [V.clearIconSmall]: t
4901
+ const i = ne(w.clear, {
4902
+ [w.clearSmall]: t
4903
+ }), r = ne(w.clearIcon, {
4904
+ [w.clearIconSmall]: t
4901
4905
  });
4902
- return /* @__PURE__ */ P.jsx(fe.ClearIndicator, { ...e, className: i, children: /* @__PURE__ */ P.jsx(Ve, { name: "cross", className: r, "aria-hidden": "true" }) });
4903
- }, _s = ({
4906
+ return /* @__PURE__ */ O.jsx(fe.ClearIndicator, { ...e, className: i, children: /* @__PURE__ */ O.jsx(we, { name: "cross", className: r, "aria-hidden": "true" }) });
4907
+ }, Ys = ({
4904
4908
  isSmall: t,
4905
4909
  ...e
4906
4910
  }) => {
4907
- const i = ne(V.indicator, {
4908
- [V.indicatorSmall]: t
4909
- }), r = ne(V.indicatorIcon, {
4910
- [V.indicatorIconSmall]: t
4911
+ const i = ne(w.indicator, {
4912
+ [w.indicatorSmall]: t
4913
+ }), r = ne(w.indicatorIcon, {
4914
+ [w.indicatorIconSmall]: t
4911
4915
  });
4912
- return /* @__PURE__ */ P.jsx(fe.DropdownIndicator, { ...e, className: i, children: /* @__PURE__ */ P.jsx(
4913
- Ve,
4916
+ return /* @__PURE__ */ O.jsx(fe.DropdownIndicator, { ...e, className: i, children: /* @__PURE__ */ O.jsx(
4917
+ we,
4914
4918
  {
4915
4919
  name: "chevron-down",
4916
4920
  className: r,
4917
4921
  "aria-hidden": "true"
4918
4922
  }
4919
4923
  ) });
4920
- }, ks = (t) => /* @__PURE__ */ P.jsx(fe.GroupHeading, { ...t, className: V.groupHeading, children: t.children }), Ys = ({
4924
+ }, js = (t) => /* @__PURE__ */ O.jsx(fe.GroupHeading, { ...t, className: w.groupHeading, children: t.children }), zs = ({
4921
4925
  id: t,
4922
4926
  invalid: e,
4923
4927
  systemFeedback: i,
4924
4928
  systemFeedbackId: r,
4925
4929
  ...n
4926
- }) => /* @__PURE__ */ P.jsx(
4930
+ }) => /* @__PURE__ */ O.jsx(
4927
4931
  fe.Input,
4928
4932
  {
4929
4933
  ...n,
@@ -4931,57 +4935,57 @@ const ku = (t, e, i = []) => {
4931
4935
  id: t,
4932
4936
  autoComplete: n.selectProps.autoComplete
4933
4937
  }
4934
- ), js = (t) => /* @__PURE__ */ P.jsx(fe.MenuList, { ...t, className: V.menuList, children: t.children }), zs = (t) => {
4938
+ ), Js = (t) => /* @__PURE__ */ O.jsx(fe.MenuList, { ...t, className: w.menuList, children: t.children }), Us = (t) => {
4935
4939
  let e = !1;
4936
4940
  if (t.selectProps.value && Array.isArray(t.selectProps.value)) {
4937
4941
  const i = t.selectProps.value.length - 1;
4938
4942
  e = t.selectProps.value.indexOf(t.data) === i;
4939
4943
  }
4940
- return /* @__PURE__ */ P.jsxs(fe.MultiValueContainer, { ...t, children: [
4944
+ return /* @__PURE__ */ O.jsxs(fe.MultiValueContainer, { ...t, children: [
4941
4945
  t.children,
4942
4946
  t.selectProps.menuIsOpen || !e ? ", " : ""
4943
4947
  ] });
4944
- }, Js = ({
4948
+ }, Qs = ({
4945
4949
  isSmall: t,
4946
4950
  ...e
4947
4951
  }) => {
4948
- const i = ne(V.option, {
4949
- [V.optionSmall]: t
4952
+ const i = ne(w.option, {
4953
+ [w.optionSmall]: t
4950
4954
  });
4951
- return /* @__PURE__ */ P.jsx(fe.NoOptionsMessage, { ...e, className: i, children: /* @__PURE__ */ P.jsx("span", { role: "option", children: e.children }) });
4952
- }, Us = ({
4955
+ return /* @__PURE__ */ O.jsx(fe.NoOptionsMessage, { ...e, className: i, children: /* @__PURE__ */ O.jsx("span", { role: "option", children: e.children }) });
4956
+ }, $s = ({
4953
4957
  isSmall: t,
4954
4958
  ...e
4955
4959
  }) => {
4956
- const { children: i, isDisabled: r, isFocused: n, isSelected: o } = e, { isMulti: u } = e.selectProps, { leadingIconName: s } = e.data, a = ne(V.option, {
4957
- [V.optionSmall]: t,
4958
- [V.optionSingle]: !u && o,
4959
- [V.optionDisabled]: r,
4960
- [V.optionFocusHover]: n
4961
- }), c = ne(V.leadingIcon, {
4962
- [V.leadingIconDisabled]: r
4963
- }), l = ne(V.optionIcon, {
4964
- [V.optionIconDisabled]: r
4960
+ const { children: i, isDisabled: r, isFocused: n, isSelected: o } = e, { isMulti: u } = e.selectProps, { leadingIconName: s } = e.data, a = ne(w.option, {
4961
+ [w.optionSmall]: t,
4962
+ [w.optionSingle]: !u && o,
4963
+ [w.optionDisabled]: r,
4964
+ [w.optionFocusHover]: n
4965
+ }), c = ne(w.leadingIcon, {
4966
+ [w.leadingIconDisabled]: r
4967
+ }), l = ne(w.optionIcon, {
4968
+ [w.optionIconDisabled]: r
4965
4969
  });
4966
- return /* @__PURE__ */ P.jsx(fe.Option, { ...e, className: a, children: u ? /* @__PURE__ */ P.jsx(
4970
+ return /* @__PURE__ */ O.jsx(fe.Option, { ...e, className: a, children: u ? /* @__PURE__ */ O.jsx(
4967
4971
  Ti,
4968
4972
  {
4969
4973
  label: i,
4970
4974
  checked: o,
4971
4975
  disabled: r
4972
4976
  }
4973
- ) : /* @__PURE__ */ P.jsxs(P.Fragment, { children: [
4974
- s && /* @__PURE__ */ P.jsx(
4975
- Ve,
4977
+ ) : /* @__PURE__ */ O.jsxs(O.Fragment, { children: [
4978
+ s && /* @__PURE__ */ O.jsx(
4979
+ we,
4976
4980
  {
4977
4981
  name: s,
4978
4982
  className: c,
4979
4983
  "aria-hidden": "true"
4980
4984
  }
4981
4985
  ),
4982
- /* @__PURE__ */ P.jsx("span", { className: V.optionText, children: i }),
4983
- o && /* @__PURE__ */ P.jsx(
4984
- Ve,
4986
+ /* @__PURE__ */ O.jsx("span", { className: w.optionText, children: i }),
4987
+ o && /* @__PURE__ */ O.jsx(
4988
+ we,
4985
4989
  {
4986
4990
  name: "check",
4987
4991
  className: l,
@@ -4989,23 +4993,23 @@ const ku = (t, e, i = []) => {
4989
4993
  }
4990
4994
  )
4991
4995
  ] }) });
4992
- }, Qs = (t) => {
4993
- const { children: e, isDisabled: i } = t, { leadingIconName: r } = t.data, n = ne(V.leadingIcon, {
4994
- [V.leadingIconDisabled]: i
4996
+ }, Ks = (t) => {
4997
+ const { children: e, isDisabled: i } = t, { leadingIconName: r } = t.data, n = ne(w.leadingIcon, {
4998
+ [w.leadingIconDisabled]: i
4995
4999
  });
4996
- return /* @__PURE__ */ P.jsxs(fe.SingleValue, { ...t, children: [
4997
- r && /* @__PURE__ */ P.jsx(
4998
- Ve,
5000
+ return /* @__PURE__ */ O.jsxs(fe.SingleValue, { ...t, className: w.singleValue, children: [
5001
+ r && /* @__PURE__ */ O.jsx(
5002
+ we,
4999
5003
  {
5000
5004
  name: r,
5001
5005
  className: n,
5002
5006
  "aria-hidden": "true"
5003
5007
  }
5004
5008
  ),
5005
- e
5009
+ /* @__PURE__ */ O.jsx("span", { className: w.singleValueText, children: e })
5006
5010
  ] });
5007
5011
  };
5008
5012
  export {
5009
- cc as C,
5010
- sc as v
5013
+ dc as C,
5014
+ lc as v
5011
5015
  };