@vellira-ui/react 2.34.0 → 2.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -215,15 +215,15 @@ var ae = B("checkboxItem", "Dropdown.CheckboxItem"), V = (...e) => p(e), H = ({
215
215
  let r = document.getElementById("overlay-root") ?? document.body;
216
216
  return r ? m(e, r) : null;
217
217
  }, U = {
218
- dropdown: "_dropdown_fvtv9_1",
219
- "dropdown-in": "_dropdown-in_fvtv9_1",
220
- primary: "_primary_fvtv9_42",
221
- neutral: "_neutral_fvtv9_65",
222
- success: "_success_fvtv9_88",
223
- warning: "_warning_fvtv9_111",
224
- danger: "_danger_fvtv9_134",
225
- empty: "_empty_fvtv9_157",
226
- "dropdown-sheet-in": "_dropdown-sheet-in_fvtv9_1"
218
+ dropdown: "_dropdown_g5457_1",
219
+ "dropdown-in": "_dropdown-in_g5457_1",
220
+ primary: "_primary_g5457_42",
221
+ neutral: "_neutral_g5457_65",
222
+ success: "_success_g5457_88",
223
+ warning: "_warning_g5457_111",
224
+ danger: "_danger_g5457_134",
225
+ empty: "_empty_g5457_157",
226
+ "dropdown-sheet-in": "_dropdown-sheet-in_g5457_1"
227
227
  }, oe = B("empty", "Dropdown.Empty"), se = ({ children: e }) => /* @__PURE__ */ g("li", {
228
228
  role: "presentation",
229
229
  className: U.empty,
@@ -249,27 +249,30 @@ function ge() {
249
249
  return e;
250
250
  }
251
251
  var W = {
252
- item: "_item_1e661_1",
253
- disabled: "_disabled_1e661_22",
254
- active: "_active_1e661_35",
255
- itemShortcut: "_itemShortcut_1e661_41",
256
- itemDescription: "_itemDescription_1e661_42",
257
- primary: "_primary_1e661_50",
258
- success: "_success_1e661_68",
259
- warning: "_warning_1e661_86",
260
- danger: "_danger_1e661_104",
261
- itemIcon: "_itemIcon_1e661_127",
262
- sm: "_sm_1e661_147",
263
- md: "_md_1e661_153",
264
- lg: "_lg_1e661_157",
265
- itemText: "_itemText_1e661_164",
266
- itemLabel: "_itemLabel_1e661_173",
267
- itemBadge: "_itemBadge_1e661_199",
268
- indicator: "_indicator_1e661_226",
269
- checked: "_checked_1e661_241",
270
- subContent: "_subContent_1e661_245",
271
- subLabel: "_subLabel_1e661_268",
272
- subSeparator: "_subSeparator_1e661_276"
252
+ item: "_item_1vj4n_1",
253
+ disabled: "_disabled_1vj4n_22",
254
+ active: "_active_1vj4n_37",
255
+ itemShortcut: "_itemShortcut_1vj4n_44",
256
+ itemDescription: "_itemDescription_1vj4n_45",
257
+ primary: "_primary_1vj4n_53",
258
+ success: "_success_1vj4n_71",
259
+ warning: "_warning_1vj4n_89",
260
+ danger: "_danger_1vj4n_107",
261
+ itemIcon: "_itemIcon_1vj4n_131",
262
+ sm: "_sm_1vj4n_151",
263
+ md: "_md_1vj4n_157",
264
+ lg: "_lg_1vj4n_161",
265
+ itemText: "_itemText_1vj4n_168",
266
+ itemLabel: "_itemLabel_1vj4n_177",
267
+ itemBadge: "_itemBadge_1vj4n_203",
268
+ indicator: "_indicator_1vj4n_230",
269
+ "dropdown-indicator-in": "_dropdown-indicator-in_1vj4n_1",
270
+ checked: "_checked_1vj4n_246",
271
+ "dropdown-item-pop": "_dropdown-item-pop_1vj4n_1",
272
+ subContent: "_subContent_1vj4n_251",
273
+ "dropdown-sub-in": "_dropdown-sub-in_1vj4n_1",
274
+ subLabel: "_subLabel_1vj4n_276",
275
+ subSeparator: "_subSeparator_1vj4n_284"
273
276
  }, _e = B("item", "Dropdown.Item"), ve = ({ item: e, itemIndex: t }) => {
274
277
  let n = he(), [r, i] = f(e.type === "checkbox" ? e.props.defaultChecked ?? !1 : !1), a = n.activeIndex === t, o = n.openSubId === e.id, s = e.type === "checkbox", c = e.type === "radio", l = e.type === "subTrigger", u = s ? e.props.checked ?? r : c ? (e.groupProps?.value ?? n.radioValues[e.groupId]) === e.props.value : !1, d = n.loading || e.disabled, p = e.props, m = ne(p.children), y = m.icon ?? p.icon, x = m.description ?? ("description" in p ? p.description : void 0), S = m.badge ?? ("badge" in p ? p.badge : void 0), C = m.shortcut ?? p.shortcut, w = m.content.length ? m.content : p.children, T = "color" in p ? p.color : void 0, E = e.type === "item" ? e.props.href : void 0, D = e.type === "item" ? e.props.target : void 0, O = e.type === "item" ? e.props.download : void 0, k = n.getItemId(t), A = s ? "menuitemcheckbox" : c ? "menuitemradio" : "menuitem", j = e.type === "item" && D === "_blank" && !e.props.rel ? "noreferrer noopener" : e.type === "item" ? e.props.rel : void 0, M = E ? "a" : "li", N = s || c, P = (t) => {
275
278
  if (d) {
@@ -683,21 +686,21 @@ function He(e) {
683
686
  //#endregion
684
687
  //#region src/components/Dropdown/SubContent/DropdownSubContent.tsx
685
688
  var Ue = B("subContent", "Dropdown.SubContent"), We = B("subTrigger", "Dropdown.SubTrigger"), Ge = B("sub", "Dropdown.Sub"), Ke = {
686
- button: "_button_xvcvl_1",
687
- disabled: "_disabled_xvcvl_49",
688
- arrow: "_arrow_xvcvl_56",
689
- iconLeft: "_iconLeft_xvcvl_67",
690
- iconOnly: "_iconOnly_xvcvl_82",
691
- primary: "_primary_xvcvl_95",
692
- neutral: "_neutral_xvcvl_135",
693
- success: "_success_xvcvl_175",
694
- warning: "_warning_xvcvl_215",
695
- danger: "_danger_xvcvl_255",
696
- sm: "_sm_xvcvl_295",
697
- md: "_md_xvcvl_307",
698
- lg: "_lg_xvcvl_319",
699
- label: "_label_xvcvl_331",
700
- open: "_open_xvcvl_359"
689
+ button: "_button_bb3ib_1",
690
+ disabled: "_disabled_bb3ib_63",
691
+ arrow: "_arrow_bb3ib_71",
692
+ iconLeft: "_iconLeft_bb3ib_87",
693
+ iconOnly: "_iconOnly_bb3ib_113",
694
+ primary: "_primary_bb3ib_126",
695
+ neutral: "_neutral_bb3ib_166",
696
+ success: "_success_bb3ib_206",
697
+ warning: "_warning_bb3ib_246",
698
+ danger: "_danger_bb3ib_286",
699
+ sm: "_sm_bb3ib_326",
700
+ md: "_md_bb3ib_338",
701
+ lg: "_lg_bb3ib_350",
702
+ label: "_label_bb3ib_362",
703
+ open: "_open_bb3ib_390"
701
704
  }, qe = (e) => /* @__PURE__ */ g(Je, { ...e });
702
705
  qe.__velliraDropdownPart = "trigger", qe.displayName = "Dropdown.Trigger";
703
706
  var Je = ({ children: e, asChild: t = !1, disabled: r, className: i }) => {
@@ -991,22 +994,23 @@ function xt({ loading: e, options: t, scrollTop: n, virtual: r }) {
991
994
  ]);
992
995
  }
993
996
  var q = {
994
- option: "_option_1jnhn_1",
995
- selected: "_selected_1jnhn_19",
996
- disabled: "_disabled_1jnhn_19",
997
- description: "_description_1jnhn_38",
998
- icon: "_icon_1jnhn_42",
999
- active: "_active_1jnhn_46",
1000
- label: "_label_1jnhn_89",
1001
- content: "_content_1jnhn_98",
1002
- custom: "_custom_1jnhn_99",
1003
- badge: "_badge_1jnhn_133",
1004
- shortcut: "_shortcut_1jnhn_134",
1005
- success: "_success_1jnhn_154",
1006
- warning: "_warning_1jnhn_218",
1007
- danger: "_danger_1jnhn_282",
1008
- check: "_check_1jnhn_346",
1009
- checkPop: "_checkPop_1jnhn_1"
997
+ option: "_option_1l7x7_1",
998
+ selected: "_selected_1l7x7_19",
999
+ disabled: "_disabled_1l7x7_19",
1000
+ optionPop: "_optionPop_1l7x7_1",
1001
+ description: "_description_1l7x7_39",
1002
+ icon: "_icon_1l7x7_43",
1003
+ active: "_active_1l7x7_47",
1004
+ label: "_label_1l7x7_90",
1005
+ content: "_content_1l7x7_99",
1006
+ custom: "_custom_1l7x7_100",
1007
+ badge: "_badge_1l7x7_134",
1008
+ shortcut: "_shortcut_1l7x7_135",
1009
+ success: "_success_1l7x7_155",
1010
+ warning: "_warning_1l7x7_219",
1011
+ danger: "_danger_1l7x7_283",
1012
+ check: "_check_1l7x7_347",
1013
+ checkPop: "_checkPop_1l7x7_1"
1010
1014
  }, St = () => null;
1011
1015
  St.__velliraSelectPart = "item", St.displayName = "Select.Item";
1012
1016
  var Ct = ({ option: e, isSelected: t, isActive: n, optionId: r, renderOption: i, onSelect: a, onMouseEnter: o }) => {
@@ -1065,30 +1069,30 @@ var Ct = ({ option: e, isSelected: t, isActive: n, optionId: r, renderOption: i,
1065
1069
  };
1066
1070
  Ct.displayName = "SelectItemRow";
1067
1071
  var J = {
1068
- dropdown: "_dropdown_13hyp_1",
1069
- dropdownIn: "_dropdownIn_13hyp_1",
1070
- primary: "_primary_13hyp_103",
1071
- outline: "_outline_13hyp_103",
1072
- filled: "_filled_13hyp_190",
1073
- soft: "_soft_13hyp_277",
1074
- neutral: "_neutral_13hyp_364",
1075
- success: "_success_13hyp_625",
1076
- warning: "_warning_13hyp_886",
1077
- danger: "_danger_13hyp_1147",
1078
- listReveal: "_listReveal_13hyp_1",
1079
- groupAction: "_groupAction_13hyp_1415",
1080
- groupActionText: "_groupActionText_13hyp_1447",
1081
- groupActionMeta: "_groupActionMeta_13hyp_1455",
1082
- command: "_command_13hyp_1461",
1083
- searchWrap: "_searchWrap_13hyp_1466",
1084
- searchReveal: "_searchReveal_13hyp_1",
1085
- search: "_search_13hyp_1466",
1086
- searchClear: "_searchClear_13hyp_1495",
1087
- empty: "_empty_13hyp_1531",
1088
- groupLabel: "_groupLabel_13hyp_1539",
1089
- separator: "_separator_13hyp_1549",
1090
- virtualSpacer: "_virtualSpacer_13hyp_1555",
1091
- mobileDropdownIn: "_mobileDropdownIn_13hyp_1"
1072
+ dropdown: "_dropdown_k5nye_1",
1073
+ dropdownIn: "_dropdownIn_k5nye_1",
1074
+ primary: "_primary_k5nye_103",
1075
+ outline: "_outline_k5nye_103",
1076
+ filled: "_filled_k5nye_190",
1077
+ soft: "_soft_k5nye_277",
1078
+ neutral: "_neutral_k5nye_364",
1079
+ success: "_success_k5nye_625",
1080
+ warning: "_warning_k5nye_886",
1081
+ danger: "_danger_k5nye_1147",
1082
+ listReveal: "_listReveal_k5nye_1",
1083
+ groupAction: "_groupAction_k5nye_1415",
1084
+ groupActionText: "_groupActionText_k5nye_1452",
1085
+ groupActionMeta: "_groupActionMeta_k5nye_1460",
1086
+ command: "_command_k5nye_1466",
1087
+ searchWrap: "_searchWrap_k5nye_1471",
1088
+ searchReveal: "_searchReveal_k5nye_1",
1089
+ search: "_search_k5nye_1471",
1090
+ searchClear: "_searchClear_k5nye_1502",
1091
+ empty: "_empty_k5nye_1538",
1092
+ groupLabel: "_groupLabel_k5nye_1546",
1093
+ separator: "_separator_k5nye_1556",
1094
+ virtualSpacer: "_virtualSpacer_k5nye_1562",
1095
+ mobileDropdownIn: "_mobileDropdownIn_k5nye_1"
1092
1096
  }, wt = ({ children: e, className: t }) => {
1093
1097
  let { contentProps: n } = bt(), r = Et(e);
1094
1098
  return /* @__PURE__ */ g(Tt, {
@@ -1592,31 +1596,31 @@ function Yt(e) {
1592
1596
  return typeof e == "string" || typeof e == "number" ? String(e) : "";
1593
1597
  }
1594
1598
  var Y = {
1595
- control: "_control_swenc_1",
1596
- disabled: "_disabled_swenc_41",
1597
- arrow: "_arrow_swenc_46",
1598
- primary: "_primary_swenc_60",
1599
- outline: "_outline_swenc_60",
1600
- filled: "_filled_swenc_101",
1601
- soft: "_soft_swenc_142",
1602
- neutral: "_neutral_swenc_183",
1603
- success: "_success_swenc_306",
1604
- warning: "_warning_swenc_429",
1605
- danger: "_danger_swenc_552",
1606
- sm: "_sm_swenc_675",
1607
- md: "_md_swenc_682",
1608
- lg: "_lg_swenc_689",
1609
- valueWrap: "_valueWrap_swenc_696",
1610
- value: "_value_swenc_696",
1611
- adornment: "_adornment_swenc_710",
1612
- clear: "_clear_swenc_711",
1613
- affix: "_affix_swenc_712",
1614
- placeholder: "_placeholder_swenc_751",
1615
- error: "_error_swenc_755",
1616
- spinner: "_spinner_swenc_790",
1617
- spin: "_spin_swenc_790",
1618
- loading: "_loading_swenc_799",
1619
- open: "_open_swenc_811"
1599
+ control: "_control_x5w2h_1",
1600
+ disabled: "_disabled_x5w2h_54",
1601
+ arrow: "_arrow_x5w2h_64",
1602
+ primary: "_primary_x5w2h_84",
1603
+ outline: "_outline_x5w2h_84",
1604
+ filled: "_filled_x5w2h_125",
1605
+ soft: "_soft_x5w2h_166",
1606
+ neutral: "_neutral_x5w2h_207",
1607
+ success: "_success_x5w2h_330",
1608
+ warning: "_warning_x5w2h_453",
1609
+ danger: "_danger_x5w2h_576",
1610
+ sm: "_sm_x5w2h_699",
1611
+ md: "_md_x5w2h_706",
1612
+ lg: "_lg_x5w2h_713",
1613
+ valueWrap: "_valueWrap_x5w2h_720",
1614
+ value: "_value_x5w2h_720",
1615
+ adornment: "_adornment_x5w2h_734",
1616
+ clear: "_clear_x5w2h_735",
1617
+ affix: "_affix_x5w2h_736",
1618
+ placeholder: "_placeholder_x5w2h_775",
1619
+ error: "_error_x5w2h_779",
1620
+ spinner: "_spinner_x5w2h_818",
1621
+ spin: "_spin_x5w2h_818",
1622
+ loading: "_loading_x5w2h_827",
1623
+ open: "_open_x5w2h_846"
1620
1624
  }, Xt = ({ children: e, className: t }) => {
1621
1625
  let { triggerProps: n } = bt();
1622
1626
  return /* @__PURE__ */ g(Zt, {
@@ -2117,33 +2121,33 @@ yn.displayName = "Tooltip";
2117
2121
  var bn = (e, t) => {
2118
2122
  process.env.NODE_ENV !== "production" && !e && console.warn(t);
2119
2123
  }, X = {
2120
- button: "_button_2nghu_1",
2121
- solid: "_solid_2nghu_22",
2122
- primary: "_primary_2nghu_22",
2123
- loading: "_loading_2nghu_22",
2124
- neutral: "_neutral_2nghu_48",
2125
- success: "_success_2nghu_74",
2126
- warning: "_warning_2nghu_100",
2127
- danger: "_danger_2nghu_126",
2128
- outline: "_outline_2nghu_152",
2129
- ghost: "_ghost_2nghu_282",
2130
- soft: "_soft_2nghu_412",
2131
- link: "_link_2nghu_542",
2132
- square: "_square_2nghu_685",
2133
- rounded: "_rounded_2nghu_689",
2134
- pill: "_pill_2nghu_693",
2135
- sm: "_sm_2nghu_697",
2136
- md: "_md_2nghu_703",
2137
- lg: "_lg_2nghu_709",
2138
- fullWidth: "_fullWidth_2nghu_715",
2139
- iconOnly: "_iconOnly_2nghu_719",
2140
- label: "_label_2nghu_723",
2141
- labelText: "_labelText_2nghu_745",
2142
- icon: "_icon_2nghu_719",
2143
- spinner: "_spinner_2nghu_764",
2144
- "button-spin": "_button-spin_2nghu_1",
2145
- badge: "_badge_2nghu_786",
2146
- shortcut: "_shortcut_2nghu_800"
2124
+ button: "_button_wwfj5_1",
2125
+ link: "_link_wwfj5_35",
2126
+ solid: "_solid_wwfj5_39",
2127
+ primary: "_primary_wwfj5_39",
2128
+ loading: "_loading_wwfj5_39",
2129
+ neutral: "_neutral_wwfj5_74",
2130
+ success: "_success_wwfj5_109",
2131
+ warning: "_warning_wwfj5_144",
2132
+ danger: "_danger_wwfj5_179",
2133
+ outline: "_outline_wwfj5_214",
2134
+ ghost: "_ghost_wwfj5_389",
2135
+ soft: "_soft_wwfj5_564",
2136
+ square: "_square_wwfj5_957",
2137
+ rounded: "_rounded_wwfj5_961",
2138
+ pill: "_pill_wwfj5_965",
2139
+ sm: "_sm_wwfj5_969",
2140
+ md: "_md_wwfj5_975",
2141
+ lg: "_lg_wwfj5_981",
2142
+ fullWidth: "_fullWidth_wwfj5_987",
2143
+ iconOnly: "_iconOnly_wwfj5_991",
2144
+ label: "_label_wwfj5_995",
2145
+ labelText: "_labelText_wwfj5_1017",
2146
+ icon: "_icon_wwfj5_991",
2147
+ spinner: "_spinner_wwfj5_1036",
2148
+ "button-spin": "_button-spin_wwfj5_1",
2149
+ badge: "_badge_wwfj5_1058",
2150
+ shortcut: "_shortcut_wwfj5_1072"
2147
2151
  }, xn = i(({ children: e, color: t = "primary", appearance: r = "solid", size: i = "md", shape: o = "pill", type: s = "button", disabled: c = !1, loading: l = !1, loadingText: u, iconStart: d, iconEnd: f, spinner: p, badge: m, shortcut: v, tooltip: y, fullWidth: b = !1, iconOnly: x = !1, asChild: S = !1, className: C, onClick: w, "aria-label": T, "aria-labelledby": E, href: D, target: O, rel: k, download: A, id: j, role: M, tabIndex: N, ...P }, F) => {
2148
2152
  let I = S && a(e) ? e : void 0, L = I ? I.props.children : e, R = x || !L && !!(d || f), ee = !!(T || E || I?.props["aria-label"] || I?.props["aria-labelledby"]), z = c || l, B = l && u ? u : L, te = u && L && !R && (typeof L == "string" || typeof L == "number") && (typeof u == "string" || typeof u == "number") ? String(l ? L : u) : void 0, ne = O === "_blank" && !k ? "noreferrer noopener" : k, re = V(X.button, X[t], X[r], X[i], X[o], C, {
2149
2153
  [X.disabled]: z,
@@ -2243,38 +2247,40 @@ var bn = (e, t) => {
2243
2247
  });
2244
2248
  xn.displayName = "Button";
2245
2249
  var Z = {
2246
- wrapper: "_wrapper_877rr_1",
2247
- colorPrimary: "_colorPrimary_877rr_27",
2248
- colorNeutral: "_colorNeutral_877rr_45",
2249
- colorSuccess: "_colorSuccess_877rr_63",
2250
- colorWarning: "_colorWarning_877rr_81",
2251
- colorDanger: "_colorDanger_877rr_99",
2252
- labelStart: "_labelStart_877rr_115",
2253
- wrapperSm: "_wrapperSm_877rr_119",
2254
- wrapperMd: "_wrapperMd_877rr_125",
2255
- wrapperLg: "_wrapperLg_877rr_131",
2256
- iconOnly: "_iconOnly_877rr_137",
2257
- container: "_container_877rr_143",
2258
- containerSm: "_containerSm_877rr_150",
2259
- containerMd: "_containerMd_877rr_154",
2260
- containerLg: "_containerLg_877rr_158",
2261
- containerLabelStart: "_containerLabelStart_877rr_162",
2262
- descriptionText: "_descriptionText_877rr_162",
2263
- errorText: "_errorText_877rr_163",
2264
- input: "_input_877rr_167",
2265
- customCheckbox: "_customCheckbox_877rr_179",
2266
- requiredMark: "_requiredMark_877rr_194",
2267
- error: "_error_877rr_163",
2268
- checkmark: "_checkmark_877rr_210",
2269
- indeterminateMark: "_indeterminateMark_877rr_226",
2270
- customMark: "_customMark_877rr_239",
2271
- label: "_label_877rr_115",
2272
- labelSm: "_labelSm_877rr_270",
2273
- labelMd: "_labelMd_877rr_274",
2274
- labelLg: "_labelLg_877rr_278",
2275
- indeterminate: "_indeterminate_877rr_226",
2276
- "checkbox-pop": "_checkbox-pop_877rr_1",
2277
- disabled: "_disabled_877rr_354"
2250
+ wrapper: "_wrapper_1kk5v_1",
2251
+ colorPrimary: "_colorPrimary_1kk5v_27",
2252
+ colorNeutral: "_colorNeutral_1kk5v_45",
2253
+ colorSuccess: "_colorSuccess_1kk5v_63",
2254
+ colorWarning: "_colorWarning_1kk5v_81",
2255
+ colorDanger: "_colorDanger_1kk5v_99",
2256
+ labelStart: "_labelStart_1kk5v_115",
2257
+ wrapperSm: "_wrapperSm_1kk5v_119",
2258
+ wrapperMd: "_wrapperMd_1kk5v_125",
2259
+ wrapperLg: "_wrapperLg_1kk5v_131",
2260
+ iconOnly: "_iconOnly_1kk5v_137",
2261
+ container: "_container_1kk5v_143",
2262
+ containerSm: "_containerSm_1kk5v_150",
2263
+ containerMd: "_containerMd_1kk5v_154",
2264
+ containerLg: "_containerLg_1kk5v_158",
2265
+ containerLabelStart: "_containerLabelStart_1kk5v_162",
2266
+ descriptionText: "_descriptionText_1kk5v_162",
2267
+ errorText: "_errorText_1kk5v_163",
2268
+ input: "_input_1kk5v_167",
2269
+ customCheckbox: "_customCheckbox_1kk5v_179",
2270
+ requiredMark: "_requiredMark_1kk5v_194",
2271
+ error: "_error_1kk5v_163",
2272
+ checkmark: "_checkmark_1kk5v_210",
2273
+ indeterminateMark: "_indeterminateMark_1kk5v_226",
2274
+ customMark: "_customMark_1kk5v_239",
2275
+ label: "_label_1kk5v_115",
2276
+ labelSm: "_labelSm_1kk5v_270",
2277
+ labelMd: "_labelMd_1kk5v_274",
2278
+ labelLg: "_labelLg_1kk5v_278",
2279
+ indeterminate: "_indeterminate_1kk5v_226",
2280
+ "checkbox-pop": "_checkbox-pop_1kk5v_1",
2281
+ "checkbox-checkmark-in": "_checkbox-checkmark-in_1kk5v_1",
2282
+ "checkbox-indeterminate-in": "_checkbox-indeterminate-in_1kk5v_1",
2283
+ disabled: "_disabled_1kk5v_361"
2278
2284
  }, Sn = {
2279
2285
  sm: Z.labelSm,
2280
2286
  md: Z.labelMd,
@@ -2374,46 +2380,46 @@ var Z = {
2374
2380
  });
2375
2381
  En.displayName = "Checkbox";
2376
2382
  var Q = {
2377
- inputGroup: "_inputGroup_151bq_1",
2378
- primary: "_primary_151bq_29",
2379
- outline: "_outline_151bq_29",
2380
- filled: "_filled_151bq_62",
2381
- soft: "_soft_151bq_95",
2382
- neutral: "_neutral_151bq_128",
2383
- success: "_success_151bq_227",
2384
- warning: "_warning_151bq_326",
2385
- danger: "_danger_151bq_425",
2386
- inputWrapper: "_inputWrapper_151bq_524",
2387
- input: "_input_151bq_1",
2388
- error: "_error_151bq_575",
2389
- sm: "_sm_151bq_583",
2390
- md: "_md_151bq_587",
2391
- lg: "_lg_151bq_591",
2392
- isInvalid: "_isInvalid_151bq_607",
2393
- hasLeftAdornment: "_hasLeftAdornment_151bq_635",
2394
- hasRightAdornment: "_hasRightAdornment_151bq_639",
2395
- hasStartIconAndPrefix: "_hasStartIconAndPrefix_151bq_643",
2396
- hasEndIconAndSuffix: "_hasEndIconAndSuffix_151bq_647",
2397
- startAdornment: "_startAdornment_151bq_651",
2398
- endAdornment: "_endAdornment_151bq_652",
2399
- prefix: "_prefix_151bq_670",
2400
- suffix: "_suffix_151bq_671",
2401
- endSlot: "_endSlot_151bq_698",
2402
- isLoading: "_isLoading_151bq_709",
2403
- clearButton: "_clearButton_151bq_744",
2404
- iconButton: "_iconButton_151bq_759",
2405
- spinner: "_spinner_151bq_785",
2406
- "input-spin": "_input-spin_151bq_1",
2407
- addon: "_addon_151bq_794",
2408
- hasAddons: "_hasAddons_151bq_815",
2409
- counter: "_counter_151bq_829",
2410
- toneDefault: "_toneDefault_151bq_857",
2411
- tonePrimary: "_tonePrimary_151bq_861",
2412
- toneSecondary: "_toneSecondary_151bq_865",
2413
- toneSuccess: "_toneSuccess_151bq_869",
2414
- toneDanger: "_toneDanger_151bq_873",
2415
- toneMuted: "_toneMuted_151bq_877",
2416
- toneInverse: "_toneInverse_151bq_881"
2383
+ inputGroup: "_inputGroup_1fjhk_1",
2384
+ primary: "_primary_1fjhk_29",
2385
+ outline: "_outline_1fjhk_29",
2386
+ filled: "_filled_1fjhk_62",
2387
+ soft: "_soft_1fjhk_95",
2388
+ neutral: "_neutral_1fjhk_128",
2389
+ success: "_success_1fjhk_227",
2390
+ warning: "_warning_1fjhk_326",
2391
+ danger: "_danger_1fjhk_425",
2392
+ inputWrapper: "_inputWrapper_1fjhk_524",
2393
+ input: "_input_1fjhk_1",
2394
+ error: "_error_1fjhk_576",
2395
+ sm: "_sm_1fjhk_584",
2396
+ md: "_md_1fjhk_588",
2397
+ lg: "_lg_1fjhk_592",
2398
+ isInvalid: "_isInvalid_1fjhk_608",
2399
+ hasLeftAdornment: "_hasLeftAdornment_1fjhk_638",
2400
+ hasRightAdornment: "_hasRightAdornment_1fjhk_642",
2401
+ hasStartIconAndPrefix: "_hasStartIconAndPrefix_1fjhk_646",
2402
+ hasEndIconAndSuffix: "_hasEndIconAndSuffix_1fjhk_650",
2403
+ startAdornment: "_startAdornment_1fjhk_654",
2404
+ endAdornment: "_endAdornment_1fjhk_655",
2405
+ prefix: "_prefix_1fjhk_673",
2406
+ suffix: "_suffix_1fjhk_674",
2407
+ endSlot: "_endSlot_1fjhk_701",
2408
+ isLoading: "_isLoading_1fjhk_712",
2409
+ clearButton: "_clearButton_1fjhk_747",
2410
+ iconButton: "_iconButton_1fjhk_762",
2411
+ spinner: "_spinner_1fjhk_788",
2412
+ "input-spin": "_input-spin_1fjhk_1",
2413
+ addon: "_addon_1fjhk_797",
2414
+ hasAddons: "_hasAddons_1fjhk_818",
2415
+ counter: "_counter_1fjhk_832",
2416
+ toneDefault: "_toneDefault_1fjhk_860",
2417
+ tonePrimary: "_tonePrimary_1fjhk_864",
2418
+ toneSecondary: "_toneSecondary_1fjhk_868",
2419
+ toneSuccess: "_toneSuccess_1fjhk_872",
2420
+ toneDanger: "_toneDanger_1fjhk_876",
2421
+ toneMuted: "_toneMuted_1fjhk_880",
2422
+ toneInverse: "_toneInverse_1fjhk_884"
2417
2423
  }, Dn = {
2418
2424
  default: Q.toneDefault,
2419
2425
  primary: Q.tonePrimary,
@@ -2588,26 +2594,28 @@ var Q = {
2588
2594
  });
2589
2595
  jn.displayName = "Input";
2590
2596
  var $ = {
2591
- root: "_root_qb9nm_1",
2592
- invalid: "_invalid_qb9nm_27",
2593
- control: "_control_qb9nm_27",
2594
- label: "_label_qb9nm_30",
2595
- wrapper: "_wrapper_qb9nm_33",
2596
- input: "_input_qb9nm_34",
2597
- disabled: "_disabled_qb9nm_37",
2598
- description: "_description_qb9nm_45",
2599
- colorPrimary: "_colorPrimary_qb9nm_49",
2600
- colorNeutral: "_colorNeutral_qb9nm_65",
2601
- colorSuccess: "_colorSuccess_qb9nm_81",
2602
- colorWarning: "_colorWarning_qb9nm_97",
2603
- colorDanger: "_colorDanger_qb9nm_113",
2604
- sm: "_sm_qb9nm_129",
2605
- md: "_md_qb9nm_138",
2606
- lg: "_lg_qb9nm_147",
2607
- indicator: "_indicator_qb9nm_202",
2608
- customIcon: "_customIcon_qb9nm_216",
2609
- content: "_content_qb9nm_335",
2610
- error: "_error_qb9nm_352"
2597
+ root: "_root_1avxs_1",
2598
+ invalid: "_invalid_1avxs_27",
2599
+ control: "_control_1avxs_27",
2600
+ label: "_label_1avxs_30",
2601
+ wrapper: "_wrapper_1avxs_33",
2602
+ input: "_input_1avxs_34",
2603
+ disabled: "_disabled_1avxs_37",
2604
+ description: "_description_1avxs_45",
2605
+ colorPrimary: "_colorPrimary_1avxs_49",
2606
+ colorNeutral: "_colorNeutral_1avxs_65",
2607
+ colorSuccess: "_colorSuccess_1avxs_81",
2608
+ colorWarning: "_colorWarning_1avxs_97",
2609
+ colorDanger: "_colorDanger_1avxs_113",
2610
+ sm: "_sm_1avxs_129",
2611
+ md: "_md_1avxs_138",
2612
+ lg: "_lg_1avxs_147",
2613
+ indicator: "_indicator_1avxs_202",
2614
+ customIcon: "_customIcon_1avxs_216",
2615
+ "radio-pop": "_radio-pop_1avxs_1",
2616
+ "radio-indicator-in": "_radio-indicator-in_1avxs_1",
2617
+ content: "_content_1avxs_339",
2618
+ error: "_error_1avxs_356"
2611
2619
  }, Mn = {
2612
2620
  primary: $.colorPrimary,
2613
2621
  neutral: $.colorNeutral,