@luzmo/lucero 1.0.1-alpha.5 → 1.0.1-alpha.7

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 (72) hide show
  1. package/components/accordion/index.cjs +4 -4
  2. package/components/accordion/index.js +5 -5
  3. package/components/action-bar/index.cjs +1 -1
  4. package/components/action-bar/index.js +1 -1
  5. package/components/action-button/index.cjs +2 -2
  6. package/components/action-button/index.js +2 -2
  7. package/components/action-menu/index.cjs +1 -1
  8. package/components/action-menu/index.js +2 -2
  9. package/components/button/index.cjs +1 -1
  10. package/components/button/index.js +2 -2
  11. package/components/calendar/index.cjs +1 -1
  12. package/components/calendar/index.js +1 -1
  13. package/components/checkbox/index.cjs +1 -1
  14. package/components/checkbox/index.js +1 -1
  15. package/components/{clear-button-DoeRUWQ3.js → clear-button-DQcRdcUa.js} +1 -1
  16. package/components/{clear-button-Qi1pMA5S.cjs → clear-button-OFUFFe7G.cjs} +1 -1
  17. package/components/{close-button-BFMBEw3q.cjs → close-button-Cbnb7XXj.cjs} +1 -1
  18. package/components/{close-button-BWXdHSx3.js → close-button-CqHYZhum.js} +1 -1
  19. package/components/color-field/index.cjs +1 -1
  20. package/components/color-field/index.js +1 -1
  21. package/components/color-menu/index.cjs +3 -3
  22. package/components/color-menu/index.js +1 -1
  23. package/components/color-palette/color-palette.d.ts +6 -2
  24. package/components/color-palette/index.cjs +1 -1
  25. package/components/color-palette/index.js +31 -31
  26. package/components/color-palette-group/color-palette-group.d.ts +79 -0
  27. package/components/color-palette-group/index.cjs +28 -0
  28. package/components/color-palette-group/index.d.ts +7 -0
  29. package/components/color-palette-group/index.js +205 -0
  30. package/components/date-time-picker/index.cjs +3 -3
  31. package/components/date-time-picker/index.js +2 -2
  32. package/components/icon/index.cjs +1 -1
  33. package/components/icon/index.js +1 -1
  34. package/components/{index-A-yOTB_d.js → index-Cl54m8Yh.js} +1 -1
  35. package/components/{index-BLWuwZXx.cjs → index-Wq3qZJGh.cjs} +3 -3
  36. package/components/index.cjs +1 -1
  37. package/components/index.js +139 -137
  38. package/components/{luzmo-icons-DbwDQtuO.js → luzmo-icons-4nDFv1Lq.js} +25 -25
  39. package/components/{luzmo-icons-DletXGWU.cjs → luzmo-icons-D4IvHgVd.cjs} +2 -2
  40. package/components/menu/index.cjs +4 -4
  41. package/components/menu/index.js +1 -1
  42. package/components/number-field/index.cjs +5 -5
  43. package/components/number-field/index.js +8 -8
  44. package/components/options/index.cjs +8 -8
  45. package/components/options/index.js +15 -15
  46. package/components/picker/index.cjs +1 -1
  47. package/components/picker/index.js +2 -2
  48. package/components/{picker-BmoXv1jt.js → picker-BfBP7XJN.js} +1 -1
  49. package/components/picker-button/index.cjs +1 -1
  50. package/components/picker-button/index.js +1 -1
  51. package/components/{picker-DWsBWdPN.cjs → picker-xIphqE6d.cjs} +5 -5
  52. package/components/search/index.cjs +4 -4
  53. package/components/search/index.js +2 -2
  54. package/components/select/index.cjs +9 -9
  55. package/components/select/index.js +1 -1
  56. package/components/swatch/index.cjs +2 -2
  57. package/components/swatch/index.js +3 -3
  58. package/components/tabs/index.cjs +3 -3
  59. package/components/tabs/index.js +1 -1
  60. package/components/tags/index.cjs +1 -1
  61. package/components/tags/index.js +1 -1
  62. package/components/text-field/index.cjs +2 -2
  63. package/components/text-field/index.js +2 -2
  64. package/components/{text-field-D5d_Gt0t.cjs → text-field-BTkr42k4.cjs} +4 -4
  65. package/components/{text-field-BIADXoLC.js → text-field-ol9Ed5lQ.js} +5 -5
  66. package/components/toast/index.cjs +3 -3
  67. package/components/toast/index.js +2 -2
  68. package/components/unit-input/index.cjs +3 -3
  69. package/components/unit-input/index.js +1 -1
  70. package/custom-elements.json +1 -1
  71. package/index.d.ts +1 -0
  72. package/package.json +6 -1
@@ -23,62 +23,63 @@ import { LuzmoActionMenu as g } from "./action-menu/index.js";
23
23
  import { LuzmoAvatar as h } from "./avatar/index.js";
24
24
  import { LuzmoButton as S } from "./button/index.js";
25
25
  import { LuzmoButtonGroup as C } from "./button-group/index.js";
26
- import { L as T } from "./index-A-yOTB_d.js";
26
+ import { L as T } from "./index-Cl54m8Yh.js";
27
27
  import { LuzmoCheckbox as w } from "./checkbox/index.js";
28
28
  import { LuzmoColorArea as O } from "./color-area/index.js";
29
- import { LuzmoColorField as P } from "./color-field/index.js";
29
+ import { LuzmoColorField as F } from "./color-field/index.js";
30
30
  import { LuzmoColorHandle as R } from "./color-handle/index.js";
31
31
  import "./color-loupe/index.js";
32
32
  import { LuzmoColorMenu as B } from "./color-menu/index.js";
33
33
  import { LuzmoColorPalette as G } from "./color-palette/index.js";
34
- import { LuzmoColorPicker as _ } from "./color-picker/index.js";
35
- import { L as H } from "./index-HjQa8tew.js";
36
- import { LuzmoDateTimePicker as V } from "./date-time-picker/index.js";
37
- import { LuzmoDivider as K } from "./divider/index.js";
34
+ import { LuzmoColorPaletteGroup as _ } from "./color-palette-group/index.js";
35
+ import { LuzmoColorPicker as H } from "./color-picker/index.js";
36
+ import { L as V } from "./index-HjQa8tew.js";
37
+ import { LuzmoDateTimePicker as K } from "./date-time-picker/index.js";
38
+ import { LuzmoDivider as Z } from "./divider/index.js";
38
39
  import "./field-group/index.js";
39
40
  import "./field-label/index.js";
40
- import { LuzmoIcon as Z } from "./icon/index.js";
41
- import { LuzmoInfieldButton as Q } from "./infield-button/index.js";
42
- import { LuzmoLabel as Y } from "./label/index.js";
43
- import { LuzmoMenu as oo, LuzmoMenuDivider as ro, LuzmoMenuGroup as eo, LuzmoMenuItem as lo, MenuItemAddedOrUpdatedEvent as mo } from "./menu/index.js";
44
- import { LuzmoMultiLangField as to } from "./multi-language-field/index.js";
45
- import { LuzmoNumberField as io } from "./number-field/index.js";
46
- import { LuzmoOption as no, LuzmoOptions as so, LuzmoOptionsDivider as co, VIRTUALIZE_AS_OF_NUM_ITEMS as po } from "./options/index.js";
47
- import { LuzmoOverlayTrigger as xo, OverlayTriggerDirective as bo, SlottableRequestDirective as go, openOverlay as Lo, slottableRequest as ho, trigger as vo } from "./overlay/index.js";
41
+ import { LuzmoIcon as Q } from "./icon/index.js";
42
+ import { LuzmoInfieldButton as Y } from "./infield-button/index.js";
43
+ import { LuzmoLabel as oo } from "./label/index.js";
44
+ import { LuzmoMenu as eo, LuzmoMenuDivider as lo, LuzmoMenuGroup as mo, LuzmoMenuItem as to, MenuItemAddedOrUpdatedEvent as uo } from "./menu/index.js";
45
+ import { LuzmoMultiLangField as io } from "./multi-language-field/index.js";
46
+ import { LuzmoNumberField as no } from "./number-field/index.js";
47
+ import { LuzmoOption as co, LuzmoOptions as po, LuzmoOptionsDivider as fo, VIRTUALIZE_AS_OF_NUM_ITEMS as xo } from "./options/index.js";
48
+ import { LuzmoOverlayTrigger as go, OverlayTriggerDirective as Lo, SlottableRequestDirective as ho, openOverlay as vo, slottableRequest as So, trigger as yo } from "./overlay/index.js";
48
49
  import "./picker/index.js";
49
- import { LuzmoPickerButton as yo } from "./picker-button/index.js";
50
+ import { LuzmoPickerButton as Io } from "./picker-button/index.js";
50
51
  import "./popover/index.js";
51
52
  import "./progress-circle/index.js";
52
- import { LuzmoRadio as Io, LuzmoRadioGroup as To } from "./radio/index.js";
53
- import { LuzmoSearch as wo } from "./search/index.js";
54
- import { LuzmoSelect as Oo } from "./select/index.js";
55
- import { LuzmoSlider as Po } from "./slider/index.js";
56
- import { LuzmoSwatch as Ro, LuzmoSwatchGroup as Eo } from "./swatch/index.js";
57
- import { LuzmoSwitch as Do } from "./switch/index.js";
58
- import { LuzmoTab as Uo, LuzmoTabPanel as _o, LuzmoTabs as No, LuzmoTabsOverflow as Ho } from "./tabs/index.js";
59
- import { LuzmoTag as Vo, LuzmoTags as jo } from "./tags/index.js";
60
- import { LuzmoHelpText as Wo } from "./text-field/index.js";
61
- import { LuzmoToast as Jo } from "./toast/index.js";
62
- import { LuzmoTooltip as Xo } from "./tooltip/index.js";
63
- import { LuzmoUnitInput as $o } from "./unit-input/index.js";
64
- import { a as rr, L as er } from "./base-WsynuqaS.js";
65
- import { F as mr } from "./focus-visible-DBlJGoEW.js";
66
- import { F as tr } from "./focusable-BxtpnzWp.js";
67
- import { j as ir, d as zr, e as nr, h as sr, c as cr, b as pr, a as fr, i as dr, g as xr, f as br } from "./platform-BM-uMWpX.js";
68
- import { E as Lr, S as hr } from "./sized-mixin-D4ACoVUr.js";
69
- import { s as Sr } from "./streaming-listener-CP-JE6Fa.js";
70
- import { L as Cr } from "./action-group-DBImibFn.js";
71
- import { L as Tr } from "./clear-button-DoeRUWQ3.js";
72
- import { L as wr } from "./close-button-BWXdHSx3.js";
73
- import { L as Or } from "./color-loupe-CmMsXbjT.js";
74
- import { L as Pr } from "./field-group-DXfBWrkO.js";
75
- import { L as Rr } from "./field-label-CZ2zzChK.js";
76
- import { C as Br, H as Dr, b as Gr, I as Ur, c as _r, d as Nr, L as Hr, e as qr, P as Vr, S as jr, V as Kr, g as Wr, l as Zr, a as Jr, n as Qr, o as Xr, p as Yr } from "./overlay-Cig9r6uU.js";
77
- import { S as oe, r as re } from "./slottable-request-event-DggLA4Rx.js";
78
- import { D as le, a as me, L as ue } from "./picker-BmoXv1jt.js";
79
- import { LuzmoPopover as ae } from "./popover-DjX0aAnY.js";
80
- import { L as ze } from "./progress-circle-DXH9z8-6.js";
81
- import { L as se } from "./text-field-BIADXoLC.js";
53
+ import { LuzmoRadio as ko, LuzmoRadioGroup as wo } from "./radio/index.js";
54
+ import { LuzmoSearch as Oo } from "./search/index.js";
55
+ import { LuzmoSelect as Fo } from "./select/index.js";
56
+ import { LuzmoSlider as Ro } from "./slider/index.js";
57
+ import { LuzmoSwatch as Bo, LuzmoSwatchGroup as Do } from "./swatch/index.js";
58
+ import { LuzmoSwitch as Uo } from "./switch/index.js";
59
+ import { LuzmoTab as No, LuzmoTabPanel as Ho, LuzmoTabs as qo, LuzmoTabsOverflow as Vo } from "./tabs/index.js";
60
+ import { LuzmoTag as Ko, LuzmoTags as Wo } from "./tags/index.js";
61
+ import { LuzmoHelpText as Jo } from "./text-field/index.js";
62
+ import { LuzmoToast as Xo } from "./toast/index.js";
63
+ import { LuzmoTooltip as $o } from "./tooltip/index.js";
64
+ import { LuzmoUnitInput as rr } from "./unit-input/index.js";
65
+ import { a as lr, L as mr } from "./base-WsynuqaS.js";
66
+ import { F as ur } from "./focus-visible-DBlJGoEW.js";
67
+ import { F as ir } from "./focusable-BxtpnzWp.js";
68
+ import { j as nr, d as sr, e as cr, h as pr, c as fr, b as dr, a as xr, i as br, g as gr, f as Lr } from "./platform-BM-uMWpX.js";
69
+ import { E as vr, S as Sr } from "./sized-mixin-D4ACoVUr.js";
70
+ import { s as Cr } from "./streaming-listener-CP-JE6Fa.js";
71
+ import { L as Tr } from "./action-group-DBImibFn.js";
72
+ import { L as wr } from "./clear-button-DQcRdcUa.js";
73
+ import { L as Or } from "./close-button-CqHYZhum.js";
74
+ import { L as Fr } from "./color-loupe-CmMsXbjT.js";
75
+ import { L as Rr } from "./field-group-DXfBWrkO.js";
76
+ import { L as Br } from "./field-label-CZ2zzChK.js";
77
+ import { C as Gr, H as Ur, b as _r, I as Nr, c as Hr, d as qr, L as Vr, e as jr, P as Kr, S as Wr, V as Zr, g as Jr, l as Qr, a as Xr, n as Yr, o as $r, p as oe } from "./overlay-Cig9r6uU.js";
78
+ import { S as ee, r as le } from "./slottable-request-event-DggLA4Rx.js";
79
+ import { D as te, a as ue, L as ae } from "./picker-BfBP7XJN.js";
80
+ import { LuzmoPopover as ze } from "./popover-DjX0aAnY.js";
81
+ import { L as se } from "./progress-circle-DXH9z8-6.js";
82
+ import { L as pe } from "./text-field-ol9Ed5lQ.js";
82
83
  const r = () => {
83
84
  if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
84
85
  const o = document.createElement("style");
@@ -87,110 +88,111 @@ const r = () => {
87
88
  };
88
89
  r();
89
90
  export {
90
- Br as ClickController,
91
- le as DESCRIPTION_ID,
92
- Lr as ElementSizes,
93
- mr as FocusVisiblePolyfillMixin,
94
- tr as Focusable,
95
- Dr as HoverController,
96
- Gr as InteractionController,
97
- Ur as InteractionTypes,
98
- _r as LONGPRESS_INSTRUCTIONS,
99
- Nr as LongpressController,
100
- Hr as LuzmoAbstractOverlay,
91
+ Gr as ClickController,
92
+ te as DESCRIPTION_ID,
93
+ vr as ElementSizes,
94
+ ur as FocusVisiblePolyfillMixin,
95
+ ir as Focusable,
96
+ Ur as HoverController,
97
+ _r as InteractionController,
98
+ Nr as InteractionTypes,
99
+ Hr as LONGPRESS_INSTRUCTIONS,
100
+ qr as LongpressController,
101
+ Vr as LuzmoAbstractOverlay,
101
102
  s as LuzmoAccordion,
102
103
  c as LuzmoAccordionItem,
103
104
  f as LuzmoActionBar,
104
105
  x as LuzmoActionButton,
105
- Cr as LuzmoActionGroup,
106
+ Tr as LuzmoActionGroup,
106
107
  g as LuzmoActionMenu,
107
108
  h as LuzmoAvatar,
108
109
  S as LuzmoButton,
109
110
  C as LuzmoButtonGroup,
110
111
  T as LuzmoCalendar,
111
112
  w as LuzmoCheckbox,
112
- Tr as LuzmoClearButton,
113
- wr as LuzmoCloseButton,
113
+ wr as LuzmoClearButton,
114
+ Or as LuzmoCloseButton,
114
115
  O as LuzmoColorArea,
115
- P as LuzmoColorField,
116
+ F as LuzmoColorField,
116
117
  R as LuzmoColorHandle,
117
- Or as LuzmoColorLoupe,
118
+ Fr as LuzmoColorLoupe,
118
119
  B as LuzmoColorMenu,
119
120
  G as LuzmoColorPalette,
120
- _ as LuzmoColorPicker,
121
- H as LuzmoColorSlider,
122
- V as LuzmoDateTimePicker,
123
- K as LuzmoDivider,
124
- rr as LuzmoElement,
125
- Pr as LuzmoFieldGroup,
126
- Rr as LuzmoFieldLabel,
127
- Wo as LuzmoHelpText,
128
- Z as LuzmoIcon,
129
- Q as LuzmoInfieldButton,
130
- Y as LuzmoLabel,
131
- oo as LuzmoMenu,
132
- ro as LuzmoMenuDivider,
133
- eo as LuzmoMenuGroup,
134
- lo as LuzmoMenuItem,
135
- er as LuzmoMixin,
136
- to as LuzmoMultiLangField,
137
- io as LuzmoNumberField,
138
- no as LuzmoOption,
139
- so as LuzmoOptions,
140
- co as LuzmoOptionsDivider,
141
- qr as LuzmoOverlay,
142
- xo as LuzmoOverlayTrigger,
143
- me as LuzmoPicker,
144
- ue as LuzmoPickerBase,
145
- yo as LuzmoPickerButton,
146
- ae as LuzmoPopover,
147
- ze as LuzmoProgressCircle,
148
- Io as LuzmoRadio,
149
- To as LuzmoRadioGroup,
150
- wo as LuzmoSearch,
151
- Oo as LuzmoSelect,
152
- Po as LuzmoSlider,
153
- Ro as LuzmoSwatch,
154
- Eo as LuzmoSwatchGroup,
155
- Do as LuzmoSwitch,
156
- Uo as LuzmoTab,
157
- _o as LuzmoTabPanel,
158
- No as LuzmoTabs,
159
- Ho as LuzmoTabsOverflow,
160
- Vo as LuzmoTag,
161
- jo as LuzmoTags,
162
- se as LuzmoTextField,
163
- Jo as LuzmoToast,
164
- Xo as LuzmoTooltip,
165
- $o as LuzmoUnitInput,
166
- mo as MenuItemAddedOrUpdatedEvent,
167
- bo as OverlayTriggerDirective,
168
- Vr as PlacementController,
169
- jr as SAFARI_FOCUS_RING_CLASS,
170
- hr as SizedMixin,
171
- go as SlottableRequestDirective,
172
- oe as SlottableRequestEvent,
173
- po as VIRTUALIZE_AS_OF_NUM_ITEMS,
174
- Kr as VirtualTrigger,
175
- Wr as guaranteedAllTransitionend,
176
- ir as isAndroid,
177
- zr as isAppleDevice,
178
- nr as isChrome,
179
- sr as isFirefox,
180
- cr as isIOS,
181
- pr as isIPad,
182
- fr as isIPhone,
183
- dr as isMac,
184
- xr as isSeamonkey,
185
- br as isWebKit,
186
- Zr as lastInteractionType,
187
- Jr as nextFrame,
188
- Qr as noop,
189
- Lo as openOverlay,
190
- Xr as overlayTimer,
191
- Yr as placementUpdatedSymbol,
192
- re as removeSlottableRequest,
193
- ho as slottableRequest,
194
- Sr as streamingListener,
195
- vo as trigger
121
+ _ as LuzmoColorPaletteGroup,
122
+ H as LuzmoColorPicker,
123
+ V as LuzmoColorSlider,
124
+ K as LuzmoDateTimePicker,
125
+ Z as LuzmoDivider,
126
+ lr as LuzmoElement,
127
+ Rr as LuzmoFieldGroup,
128
+ Br as LuzmoFieldLabel,
129
+ Jo as LuzmoHelpText,
130
+ Q as LuzmoIcon,
131
+ Y as LuzmoInfieldButton,
132
+ oo as LuzmoLabel,
133
+ eo as LuzmoMenu,
134
+ lo as LuzmoMenuDivider,
135
+ mo as LuzmoMenuGroup,
136
+ to as LuzmoMenuItem,
137
+ mr as LuzmoMixin,
138
+ io as LuzmoMultiLangField,
139
+ no as LuzmoNumberField,
140
+ co as LuzmoOption,
141
+ po as LuzmoOptions,
142
+ fo as LuzmoOptionsDivider,
143
+ jr as LuzmoOverlay,
144
+ go as LuzmoOverlayTrigger,
145
+ ue as LuzmoPicker,
146
+ ae as LuzmoPickerBase,
147
+ Io as LuzmoPickerButton,
148
+ ze as LuzmoPopover,
149
+ se as LuzmoProgressCircle,
150
+ ko as LuzmoRadio,
151
+ wo as LuzmoRadioGroup,
152
+ Oo as LuzmoSearch,
153
+ Fo as LuzmoSelect,
154
+ Ro as LuzmoSlider,
155
+ Bo as LuzmoSwatch,
156
+ Do as LuzmoSwatchGroup,
157
+ Uo as LuzmoSwitch,
158
+ No as LuzmoTab,
159
+ Ho as LuzmoTabPanel,
160
+ qo as LuzmoTabs,
161
+ Vo as LuzmoTabsOverflow,
162
+ Ko as LuzmoTag,
163
+ Wo as LuzmoTags,
164
+ pe as LuzmoTextField,
165
+ Xo as LuzmoToast,
166
+ $o as LuzmoTooltip,
167
+ rr as LuzmoUnitInput,
168
+ uo as MenuItemAddedOrUpdatedEvent,
169
+ Lo as OverlayTriggerDirective,
170
+ Kr as PlacementController,
171
+ Wr as SAFARI_FOCUS_RING_CLASS,
172
+ Sr as SizedMixin,
173
+ ho as SlottableRequestDirective,
174
+ ee as SlottableRequestEvent,
175
+ xo as VIRTUALIZE_AS_OF_NUM_ITEMS,
176
+ Zr as VirtualTrigger,
177
+ Jr as guaranteedAllTransitionend,
178
+ nr as isAndroid,
179
+ sr as isAppleDevice,
180
+ cr as isChrome,
181
+ pr as isFirefox,
182
+ fr as isIOS,
183
+ dr as isIPad,
184
+ xr as isIPhone,
185
+ br as isMac,
186
+ gr as isSeamonkey,
187
+ Lr as isWebKit,
188
+ Qr as lastInteractionType,
189
+ Xr as nextFrame,
190
+ Yr as noop,
191
+ vo as openOverlay,
192
+ $r as overlayTimer,
193
+ oe as placementUpdatedSymbol,
194
+ le as removeSlottableRequest,
195
+ So as slottableRequest,
196
+ Cr as streamingListener,
197
+ yo as trigger
196
198
  };
@@ -119,49 +119,49 @@ const s = {
119
119
  }, p = {
120
120
  icon: h.icon,
121
121
  name: "calendar"
122
- }, d = {
122
+ }, w = {
123
123
  icon: [
124
124
  32,
125
125
  32,
126
126
  "M7 0C3.14 0 0 3.14 0 7v18c0 3.86 3.14 7 7 7h18a7 7 0 0 0 7-7V7c0-3.86-3.14-7-7-7zm18 8a2 2 0 0 1 1.41.59 2 2 0 0 1 0 2.82l-12 12a2 2 0 0 1-2.83 0l-5.99-6a2 2 0 0 1 0-2.82 2 2 0 0 1 2.83 0L13 19.17 23.6 8.6A2 2 0 0 1 25 8Z"
127
127
  ],
128
128
  name: "checkbox-checked"
129
- }, w = {
129
+ }, b = {
130
130
  icon: [
131
131
  32,
132
132
  32,
133
133
  "M7 0a7 7 0 0 0-7 7v18a7 7 0 0 0 7 7h18a7 7 0 0 0 7-7V7a7 7 0 0 0-7-7zm0 2h18c2.79 0 5 2.22 5 5v18c0 2.79-2.21 5-5 5H7c-2.78 0-5-2.21-5-5V7c0-2.78 2.22-5 5-5z"
134
134
  ],
135
135
  name: "checkbox"
136
- }, b = {
136
+ }, x = {
137
137
  icon: [
138
138
  32,
139
139
  32,
140
140
  "M16 0a16 16 0 1 0 0 32 16 16 0 0 0 0-32Zm0 2a14 14 0 0 1 14 14 14 14 0 0 1-14 14A14 14 0 0 1 2 16 14 14 0 0 1 16 2Zm5.2 8.4-6.3 9-4.2-4.1c-1-1-2.3.5-1.4 1.4l5 5a1 1 0 0 0 1.5-.1l7-10c.8-1.1-.9-2.2-1.6-1.2z"
141
141
  ],
142
142
  name: "check-circle-outline"
143
- }, x = {
143
+ }, H = {
144
144
  icon: [
145
145
  24,
146
146
  24,
147
147
  "M9.8 0C4.4 0 0 4.4 0 9.8a9.81 9.81 0 0 0 15.98 7.59l6.3 6.32a1 1 0 0 0 1.43 0 1 1 0 0 0 0-1.42l-6.32-6.3A9.81 9.81 0 0 0 9.8 0Zm0 2c4.32 0 7.8 3.48 7.8 7.8s-3.48 7.8-7.8 7.8A7.79 7.79 0 1 1 9.8 2z"
148
148
  ],
149
149
  name: "search-12"
150
- }, H = {
150
+ }, d = {
151
151
  icon: [
152
152
  28,
153
153
  28,
154
154
  "M11.4 0C5.12 0 0 5.12 0 11.4c0 6.3 5.12 11.4 11.4 11.4a11.2 11.2 0 0 0 7.22-2.77l7.68 7.69a1 1 0 0 0 1.66-.46 1 1 0 0 0-.24-.96l-7.69-7.68a11.2 11.2 0 0 0 2.78-7.22C22.8 5.12 17.69 0 11.4 0Zm0 2c5.21 0 9.4 4.2 9.4 9.4 0 5.21-4.19 9.4-9.4 9.4-5.2 0-9.4-4.19-9.4-9.4C2 6.2 6.2 2 11.4 2Z"
155
155
  ],
156
156
  name: "search-14"
157
- }, k = {
157
+ }, y = {
158
158
  icon: [
159
159
  32,
160
160
  32,
161
161
  "M21.3 21.3a1 1 0 0 0 0 1.41l9 9a1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.41l-8.99-9a1 1 0 0 0-1.42 0zM13 0C5.83 0 0 5.83 0 13s5.83 13 13 13 13-5.83 13-13S20.17 0 13 0Zm0 2c6.09 0 11 4.91 11 11S19.1 24 13 24 2 19.1 2 13 6.91 2 13 2z"
162
162
  ],
163
163
  name: "search"
164
- }, y = {
164
+ }, k = {
165
165
  icon: [
166
166
  24,
167
167
  24,
@@ -201,29 +201,29 @@ function D(c, { prefix: a, className: l, color: i } = {}) {
201
201
  </svg>`;
202
202
  }
203
203
  export {
204
- g as $,
205
- L as B,
206
- d as C,
207
- S as D,
208
- Z as F,
209
- u as I,
204
+ u as $,
205
+ Z as B,
206
+ x as C,
207
+ k as D,
208
+ L as F,
209
+ C as I,
210
210
  $ as K,
211
- D as O,
212
- C as R,
213
- t as S,
211
+ g as R,
212
+ z as S,
214
213
  s as T,
215
214
  M as a,
216
215
  v as b,
217
- V as d,
218
- y as f,
219
- w as h,
220
- z as k,
221
- x as l,
222
- p as m,
223
- H as n,
216
+ V as c,
217
+ S as f,
218
+ y as h,
219
+ t as k,
220
+ H as l,
221
+ d as n,
222
+ p as o,
224
223
  f as p,
225
- b as v,
224
+ w as v,
226
225
  B as w,
227
226
  A as x,
228
- k as z
227
+ D as y,
228
+ b as z
229
229
  };
@@ -15,7 +15,7 @@
15
15
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
16
16
  * SOFTWARE.
17
17
  * */
18
- "use strict";const o=require("./base-CBCg3yyw.cjs"),h={icon:[256,512,"M120 327L4 209c-5-5-5-12 0-17l7-7c4-5 12-5 17 0l100 102 100-102c5-5 13-5 17 0l8 7c4 5 4 13 0 17L137 327c-5 5-13 5-17 0z"],name:"angle-down"},r={icon:[256,512,"M137 185l116 118c4 5 4 12 0 17l-8 7c-4 5-12 5-17 0L128 225 28 327c-5 5-13 5-17 0l-8-7c-4-5-4-13 0-17l117-118c4-5 12-5 17 0z"],name:"angle-up"},v={icon:[196,512,"M167 265L49 381c-5 4-12 4-17 0l-7-8c-5-4-5-12 0-17l102-100L25 156c-5-5-5-13 0-17l7-8c5-4 12-4 17 1l118 116c5 4 5 12 0 17z"],name:"angle-right"},z={icon:[196,512,"m25 265 118 116c5 4 12 4 17 0l7-8c5-4 5-12 0-17L65 256 167 156c5-5 5-13 0-17l-7-8c-5-4-12-4-17 1L25 248c-5 4-5 12 0 17z"],name:"angle-left"},t={icon:[24,24,"m6 6 16 16M3.3 4.7l7.3 7.3-7.3 7.3c-1 1 .5 2.3 1.4 1.4l7.3-7.3 7.3 7.3c1 1 2.3-.5 1.4-1.4L13.4 12l7.3-7.3c1-1-.5-2.3-1.4-1.4L12 10.6 4.7 3.3c-.9-1-2.3.5-1.4 1.4Z"],name:"close-12"},s={icon:[28,28,"m6 6 16 16M5.3 6.7l7.3 7.3-7.3 7.3c-1 1 .5 2.3 1.4 1.4l7.3-7.3 7.3 7.3c1 1 2.3-.5 1.4-1.4L15.4 14l7.3-7.3c1-1-.5-2.3-1.4-1.4L14 12.6 6.7 5.3c-.9-1-2.3.5-1.4 1.4Z"],name:"close-14"},M={icon:[32,32,"m6 6 16 16M5.3 6.7l9.3 9.3-9.3 9.3c-1 1 .5 2.3 1.4 1.4l9.3-9.3 9.3 9.3c1 1 2.3-.5 1.4-1.4L17.4 16l9.3-9.3c1-1-.5-2.3-1.4-1.4L16 14.6 6.7 5.3c-.9-1-2.3.5-1.4 1.4Z"],name:"close-16"},A={icon:[32,32,"M30 4a3 3 0 0 0-4 0L12 21l-6-6a3 3 0 0 0-4 0 3 3 0 0 0 0 4l8 9a3 3 0 0 0 4 0L30 8a3 3 0 0 0 0-4z"],name:"check"},L={icon:[32,32,"M7 13a3 3 0 1 0 0 6h18a3 3 0 1 0 0-6H7z"],name:"dash"},Z={icon:[32,32,"M16 2a1 1 0 0 0-.9.5l-14 26A1 1 0 0 0 2 30h28a1 1 0 0 0 1-1.5l-14.1-26A1 1 0 0 0 16 2zm-1 7h2c.6 0 1 .4 1 1v10.5c0 .6-.4 1-1 1h-2a1 1 0 0 1-1-1V10c0-.6.4-1 1-1zm0 14h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1z"],name:"alert"},u={icon:[32,32,"M16 .51c-1.1 0-2.21.68-2.9 2.04l-12 24C-.2 29.15 1.2 32 5 32h22c3.8 0 5.2-2.85 3.9-5.45l-12-24C18.2 1.2 17.1.51 16 .51zm0 1.99c.4 0 .79.31 1.1.95l12 24c.72 1.43.04 2.55-2.1 2.55H5c-2.14 0-2.82-1.12-2.1-2.55l12-24c.31-.64.7-.95 1.1-.95zm0 7.52c-.5 0-1 .33-1 .98v10c0 1.3 2 1.3 2 0V11c0-.65-.5-.98-1-.98zM16 24a1.5 1.5 0 0 0-1.5 1.5A1.5 1.5 0 0 0 16 27a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 16 24z"],name:"alert-outline"},g={icon:[32,32,"M 6 14 A 2 2 0 0 0 4 16 A 2 2 0 0 0 6 18 A 2 2 0 0 0 8 16 A 2 2 0 0 0 6 14 z M 16 14 A 2 2 0 0 0 14 16 A 2 2 0 0 0 16 18 A 2 2 0 0 0 18 16 A 2 2 0 0 0 16 14 z M 26 14 A 2 2 0 0 0 24 16 A 2 2 0 0 0 26 18 A 2 2 0 0 0 28 16 A 2 2 0 0 0 26 14 z"],name:"ellipsis-horizontal"},C={icon:[32,32,"M16 0a16 16 0 1 0 0 32 16 16 0 0 0 0-32Zm0 2a14 14 0 0 1 14 14 14 14 0 0 1-14 14A14 14 0 0 1 2 16 14 14 0 0 1 16 2Zm0 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM15 15v9c0 1.3 2 1.3 2 0v-9c0-1.3-2-1.3-2 0z"],name:"info-circle-outline"},$={icon:[32,32,"M31.4 2a1 1 0 0 0-1.1.3l-28 28A1 1 0 0 0 3 32h28c.6 0 1-.4 1-1V3a1 1 0 0 0-.6-1Z"],name:"corner-triangle"},V={icon:[30,32,"M8 1a1 1 0 0 0-1 1v2H5C2.26 4 0 6.26 0 9v17c0 2.75 2.25 5 5 5h20a5 5 0 0 0 5-5V9a5 5 0 0 0-5-5h-2V2a1 1 0 1 0-2 0v2H9V2a1 1 0 0 0-1-1ZM5 6h2v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V6h12v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V6h2c1.68 0 3 1.32 3 3v2H2V9c0-1.68 1.33-3 3-3zm-3 7h7v4H2Zm9 0h8v4h-8zm10 0h7v4h-7ZM2 19h7v4H2Zm9 0h8v4h-8zm10 0h7v4h-7ZM2 25h7v4H5c-1.67 0-3-1.32-3-3zm9 0h8v4h-8zm10 0h7v1c0 1.68-1.32 3-3 3h-4z"]},b={icon:V.icon,name:"calendar"},f={icon:[32,32,"M7 0C3.14 0 0 3.14 0 7v18c0 3.86 3.14 7 7 7h18a7 7 0 0 0 7-7V7c0-3.86-3.14-7-7-7zm18 8a2 2 0 0 1 1.41.59 2 2 0 0 1 0 2.82l-12 12a2 2 0 0 1-2.83 0l-5.99-6a2 2 0 0 1 0-2.82 2 2 0 0 1 2.83 0L13 19.17 23.6 8.6A2 2 0 0 1 25 8Z"],name:"checkbox-checked"},w={icon:[32,32,"M7 0a7 7 0 0 0-7 7v18a7 7 0 0 0 7 7h18a7 7 0 0 0 7-7V7a7 7 0 0 0-7-7zm0 2h18c2.79 0 5 2.22 5 5v18c0 2.79-2.21 5-5 5H7c-2.78 0-5-2.21-5-5V7c0-2.78 2.22-5 5-5z"],name:"checkbox"},d={icon:[32,32,"M16 0a16 16 0 1 0 0 32 16 16 0 0 0 0-32Zm0 2a14 14 0 0 1 14 14 14 14 0 0 1-14 14A14 14 0 0 1 2 16 14 14 0 0 1 16 2Zm5.2 8.4-6.3 9-4.2-4.1c-1-1-2.3.5-1.4 1.4l5 5a1 1 0 0 0 1.5-.1l7-10c.8-1.1-.9-2.2-1.6-1.2z"],name:"check-circle-outline"},p={icon:[24,24,"M9.8 0C4.4 0 0 4.4 0 9.8a9.81 9.81 0 0 0 15.98 7.59l6.3 6.32a1 1 0 0 0 1.43 0 1 1 0 0 0 0-1.42l-6.32-6.3A9.81 9.81 0 0 0 9.8 0Zm0 2c4.32 0 7.8 3.48 7.8 7.8s-3.48 7.8-7.8 7.8A7.79 7.79 0 1 1 9.8 2z"],name:"search-12"},x={icon:[28,28,"M11.4 0C5.12 0 0 5.12 0 11.4c0 6.3 5.12 11.4 11.4 11.4a11.2 11.2 0 0 0 7.22-2.77l7.68 7.69a1 1 0 0 0 1.66-.46 1 1 0 0 0-.24-.96l-7.69-7.68a11.2 11.2 0 0 0 2.78-7.22C22.8 5.12 17.69 0 11.4 0Zm0 2c5.21 0 9.4 4.2 9.4 9.4 0 5.21-4.19 9.4-9.4 9.4-5.2 0-9.4-4.19-9.4-9.4C2 6.2 6.2 2 11.4 2Z"],name:"search-14"},H={icon:[32,32,"M21.3 21.3a1 1 0 0 0 0 1.41l9 9a1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.41l-8.99-9a1 1 0 0 0-1.42 0zM13 0C5.83 0 0 5.83 0 13s5.83 13 13 13 13-5.83 13-13S20.17 0 13 0Zm0 2c6.09 0 11 4.91 11 11S19.1 24 13 24 2 19.1 2 13 6.91 2 13 2z"],name:"search"},k={icon:[24,24,"m7 7 14 14M5 7l4.9 5-5 5c-1.3 1.3.8 3.4 2.2 2l4.9-4.9 5 5c1.3 1.3 3.4-.8 2-2.2L14.2 12l5-5c1.3-1.3-.8-3.4-2.2-2L12 9.8l-5-5c-1.3-1.3-3.5.8-2 2.2Z"],name:"clear-12"},y={icon:[28,28,"m6 8 5.9 6-6 6c-1.3 1.3.8 3.4 2.2 2l5.9-5.9 6 6c1.3 1.3 3.4-.8 2-2.2L16.2 14l6-6c1.3-1.3-.8-3.4-2.2-2L14 11.8l-6-6c-1.3-1.3-3.5.8-2 2.2Z"],name:"clear-14"},S={icon:[32,32,"m6.6 9.4 6.6 6.6-6.6 6.6c-1.9 1.8 1 4.7 2.8 2.8l6.6-6.6 6.6 6.6c1.8 1.9 4.7-1 2.8-2.8L18.8 16l6.6-6.6c1.9-1.9-1-4.6-2.8-2.8L16 13.2 9.4 6.6c-1.8-1.8-4.7 1-2.8 2.8Z"],name:"clear-16"};function B(c,{prefix:a,className:l,color:i}={}){return o.b`<svg
18
+ "use strict";const o=require("./base-CBCg3yyw.cjs"),h={icon:[256,512,"M120 327L4 209c-5-5-5-12 0-17l7-7c4-5 12-5 17 0l100 102 100-102c5-5 13-5 17 0l8 7c4 5 4 13 0 17L137 327c-5 5-13 5-17 0z"],name:"angle-down"},r={icon:[256,512,"M137 185l116 118c4 5 4 12 0 17l-8 7c-4 5-12 5-17 0L128 225 28 327c-5 5-13 5-17 0l-8-7c-4-5-4-13 0-17l117-118c4-5 12-5 17 0z"],name:"angle-up"},v={icon:[196,512,"M167 265L49 381c-5 4-12 4-17 0l-7-8c-5-4-5-12 0-17l102-100L25 156c-5-5-5-13 0-17l7-8c5-4 12-4 17 1l118 116c5 4 5 12 0 17z"],name:"angle-right"},z={icon:[196,512,"m25 265 118 116c5 4 12 4 17 0l7-8c5-4 5-12 0-17L65 256 167 156c5-5 5-13 0-17l-7-8c-5-4-12-4-17 1L25 248c-5 4-5 12 0 17z"],name:"angle-left"},t={icon:[24,24,"m6 6 16 16M3.3 4.7l7.3 7.3-7.3 7.3c-1 1 .5 2.3 1.4 1.4l7.3-7.3 7.3 7.3c1 1 2.3-.5 1.4-1.4L13.4 12l7.3-7.3c1-1-.5-2.3-1.4-1.4L12 10.6 4.7 3.3c-.9-1-2.3.5-1.4 1.4Z"],name:"close-12"},s={icon:[28,28,"m6 6 16 16M5.3 6.7l7.3 7.3-7.3 7.3c-1 1 .5 2.3 1.4 1.4l7.3-7.3 7.3 7.3c1 1 2.3-.5 1.4-1.4L15.4 14l7.3-7.3c1-1-.5-2.3-1.4-1.4L14 12.6 6.7 5.3c-.9-1-2.3.5-1.4 1.4Z"],name:"close-14"},M={icon:[32,32,"m6 6 16 16M5.3 6.7l9.3 9.3-9.3 9.3c-1 1 .5 2.3 1.4 1.4l9.3-9.3 9.3 9.3c1 1 2.3-.5 1.4-1.4L17.4 16l9.3-9.3c1-1-.5-2.3-1.4-1.4L16 14.6 6.7 5.3c-.9-1-2.3.5-1.4 1.4Z"],name:"close-16"},A={icon:[32,32,"M30 4a3 3 0 0 0-4 0L12 21l-6-6a3 3 0 0 0-4 0 3 3 0 0 0 0 4l8 9a3 3 0 0 0 4 0L30 8a3 3 0 0 0 0-4z"],name:"check"},L={icon:[32,32,"M7 13a3 3 0 1 0 0 6h18a3 3 0 1 0 0-6H7z"],name:"dash"},Z={icon:[32,32,"M16 2a1 1 0 0 0-.9.5l-14 26A1 1 0 0 0 2 30h28a1 1 0 0 0 1-1.5l-14.1-26A1 1 0 0 0 16 2zm-1 7h2c.6 0 1 .4 1 1v10.5c0 .6-.4 1-1 1h-2a1 1 0 0 1-1-1V10c0-.6.4-1 1-1zm0 14h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1z"],name:"alert"},u={icon:[32,32,"M16 .51c-1.1 0-2.21.68-2.9 2.04l-12 24C-.2 29.15 1.2 32 5 32h22c3.8 0 5.2-2.85 3.9-5.45l-12-24C18.2 1.2 17.1.51 16 .51zm0 1.99c.4 0 .79.31 1.1.95l12 24c.72 1.43.04 2.55-2.1 2.55H5c-2.14 0-2.82-1.12-2.1-2.55l12-24c.31-.64.7-.95 1.1-.95zm0 7.52c-.5 0-1 .33-1 .98v10c0 1.3 2 1.3 2 0V11c0-.65-.5-.98-1-.98zM16 24a1.5 1.5 0 0 0-1.5 1.5A1.5 1.5 0 0 0 16 27a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 16 24z"],name:"alert-outline"},g={icon:[32,32,"M 6 14 A 2 2 0 0 0 4 16 A 2 2 0 0 0 6 18 A 2 2 0 0 0 8 16 A 2 2 0 0 0 6 14 z M 16 14 A 2 2 0 0 0 14 16 A 2 2 0 0 0 16 18 A 2 2 0 0 0 18 16 A 2 2 0 0 0 16 14 z M 26 14 A 2 2 0 0 0 24 16 A 2 2 0 0 0 26 18 A 2 2 0 0 0 28 16 A 2 2 0 0 0 26 14 z"],name:"ellipsis-horizontal"},C={icon:[32,32,"M16 0a16 16 0 1 0 0 32 16 16 0 0 0 0-32Zm0 2a14 14 0 0 1 14 14 14 14 0 0 1-14 14A14 14 0 0 1 2 16 14 14 0 0 1 16 2Zm0 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM15 15v9c0 1.3 2 1.3 2 0v-9c0-1.3-2-1.3-2 0z"],name:"info-circle-outline"},$={icon:[32,32,"M31.4 2a1 1 0 0 0-1.1.3l-28 28A1 1 0 0 0 3 32h28c.6 0 1-.4 1-1V3a1 1 0 0 0-.6-1Z"],name:"corner-triangle"},V={icon:[30,32,"M8 1a1 1 0 0 0-1 1v2H5C2.26 4 0 6.26 0 9v17c0 2.75 2.25 5 5 5h20a5 5 0 0 0 5-5V9a5 5 0 0 0-5-5h-2V2a1 1 0 1 0-2 0v2H9V2a1 1 0 0 0-1-1ZM5 6h2v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V6h12v1a1 1 0 0 0 1 1 1 1 0 0 0 1-1V6h2c1.68 0 3 1.32 3 3v2H2V9c0-1.68 1.33-3 3-3zm-3 7h7v4H2Zm9 0h8v4h-8zm10 0h7v4h-7ZM2 19h7v4H2Zm9 0h8v4h-8zm10 0h7v4h-7ZM2 25h7v4H5c-1.67 0-3-1.32-3-3zm9 0h8v4h-8zm10 0h7v1c0 1.68-1.32 3-3 3h-4z"]},b={icon:V.icon,name:"calendar"},f={icon:[32,32,"M7 0C3.14 0 0 3.14 0 7v18c0 3.86 3.14 7 7 7h18a7 7 0 0 0 7-7V7c0-3.86-3.14-7-7-7zm18 8a2 2 0 0 1 1.41.59 2 2 0 0 1 0 2.82l-12 12a2 2 0 0 1-2.83 0l-5.99-6a2 2 0 0 1 0-2.82 2 2 0 0 1 2.83 0L13 19.17 23.6 8.6A2 2 0 0 1 25 8Z"],name:"checkbox-checked"},w={icon:[32,32,"M7 0a7 7 0 0 0-7 7v18a7 7 0 0 0 7 7h18a7 7 0 0 0 7-7V7a7 7 0 0 0-7-7zm0 2h18c2.79 0 5 2.22 5 5v18c0 2.79-2.21 5-5 5H7c-2.78 0-5-2.21-5-5V7c0-2.78 2.22-5 5-5z"],name:"checkbox"},p={icon:[32,32,"M16 0a16 16 0 1 0 0 32 16 16 0 0 0 0-32Zm0 2a14 14 0 0 1 14 14 14 14 0 0 1-14 14A14 14 0 0 1 2 16 14 14 0 0 1 16 2Zm5.2 8.4-6.3 9-4.2-4.1c-1-1-2.3.5-1.4 1.4l5 5a1 1 0 0 0 1.5-.1l7-10c.8-1.1-.9-2.2-1.6-1.2z"],name:"check-circle-outline"},x={icon:[24,24,"M9.8 0C4.4 0 0 4.4 0 9.8a9.81 9.81 0 0 0 15.98 7.59l6.3 6.32a1 1 0 0 0 1.43 0 1 1 0 0 0 0-1.42l-6.32-6.3A9.81 9.81 0 0 0 9.8 0Zm0 2c4.32 0 7.8 3.48 7.8 7.8s-3.48 7.8-7.8 7.8A7.79 7.79 0 1 1 9.8 2z"],name:"search-12"},H={icon:[28,28,"M11.4 0C5.12 0 0 5.12 0 11.4c0 6.3 5.12 11.4 11.4 11.4a11.2 11.2 0 0 0 7.22-2.77l7.68 7.69a1 1 0 0 0 1.66-.46 1 1 0 0 0-.24-.96l-7.69-7.68a11.2 11.2 0 0 0 2.78-7.22C22.8 5.12 17.69 0 11.4 0Zm0 2c5.21 0 9.4 4.2 9.4 9.4 0 5.21-4.19 9.4-9.4 9.4-5.2 0-9.4-4.19-9.4-9.4C2 6.2 6.2 2 11.4 2Z"],name:"search-14"},d={icon:[32,32,"M21.3 21.3a1 1 0 0 0 0 1.41l9 9a1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.41l-8.99-9a1 1 0 0 0-1.42 0zM13 0C5.83 0 0 5.83 0 13s5.83 13 13 13 13-5.83 13-13S20.17 0 13 0Zm0 2c6.09 0 11 4.91 11 11S19.1 24 13 24 2 19.1 2 13 6.91 2 13 2z"],name:"search"},y={icon:[24,24,"m7 7 14 14M5 7l4.9 5-5 5c-1.3 1.3.8 3.4 2.2 2l4.9-4.9 5 5c1.3 1.3 3.4-.8 2-2.2L14.2 12l5-5c1.3-1.3-.8-3.4-2.2-2L12 9.8l-5-5c-1.3-1.3-3.5.8-2 2.2Z"],name:"clear-12"},k={icon:[28,28,"m6 8 5.9 6-6 6c-1.3 1.3.8 3.4 2.2 2l5.9-5.9 6 6c1.3 1.3 3.4-.8 2-2.2L16.2 14l6-6c1.3-1.3-.8-3.4-2.2-2L14 11.8l-6-6c-1.3-1.3-3.5.8-2 2.2Z"],name:"clear-14"},S={icon:[32,32,"m6.6 9.4 6.6 6.6-6.6 6.6c-1.9 1.8 1 4.7 2.8 2.8l6.6-6.6 6.6 6.6c1.8 1.9 4.7-1 2.8-2.8L18.8 16l6.6-6.6c1.9-1.9-1-4.6-2.8-2.8L16 13.2 9.4 6.6c-1.8-1.8-4.7 1-2.8 2.8Z"],name:"clear-16"};function B(c,{prefix:a,className:l,color:i}={}){return o.b`<svg
19
19
  aria-hidden="true"
20
20
  focusable="false"
21
21
  data-icon="${c.name}"
@@ -26,4 +26,4 @@
26
26
  style="overflow: visible; box-sizing: content-box;height: 1em; vertical-align: var(--luzmo-icon-vertical-align, var(--icon-vertical-align, -.125em));"
27
27
  fill="${i||"currentColor"}">
28
28
  ${(Array.isArray(c.icon[2])?c.icon[2]:[c.icon[2]]).map((m,n)=>{var e;return o.b`<path d="${m}" style="fill:${c.icon[3]&&(e=c.icon[3])!=null&&e[n]?c.icon[3][n]:"currentColor"}"></path>`})}
29
- </svg>`}exports.$=L;exports.B=M;exports.C0=f;exports.D2=y;exports.F=A;exports.I=Z;exports.K=g;exports.O2=B;exports.R=u;exports.S=z;exports.T=h;exports.b=r;exports.d1=$;exports.f2=k;exports.h0=w;exports.k=v;exports.l2=p;exports.m0=b;exports.n2=x;exports.p1=C;exports.v0=d;exports.w=t;exports.w2=S;exports.x=s;exports.z2=H;
29
+ </svg>`}exports.$=Z;exports.B=A;exports.C0=p;exports.D2=y;exports.F=M;exports.I=u;exports.K=g;exports.R=L;exports.S=v;exports.T=h;exports.b=r;exports.f2=k;exports.h2=d;exports.k=z;exports.l2=x;exports.n2=H;exports.o0=b;exports.p1=C;exports.v0=f;exports.w=t;exports.w2=S;exports.x=s;exports.y1=$;exports.y3=B;exports.z0=w;