@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.
- package/components/accordion/index.cjs +4 -4
- package/components/accordion/index.js +5 -5
- package/components/action-bar/index.cjs +1 -1
- package/components/action-bar/index.js +1 -1
- package/components/action-button/index.cjs +2 -2
- package/components/action-button/index.js +2 -2
- package/components/action-menu/index.cjs +1 -1
- package/components/action-menu/index.js +2 -2
- package/components/button/index.cjs +1 -1
- package/components/button/index.js +2 -2
- package/components/calendar/index.cjs +1 -1
- package/components/calendar/index.js +1 -1
- package/components/checkbox/index.cjs +1 -1
- package/components/checkbox/index.js +1 -1
- package/components/{clear-button-DoeRUWQ3.js → clear-button-DQcRdcUa.js} +1 -1
- package/components/{clear-button-Qi1pMA5S.cjs → clear-button-OFUFFe7G.cjs} +1 -1
- package/components/{close-button-BFMBEw3q.cjs → close-button-Cbnb7XXj.cjs} +1 -1
- package/components/{close-button-BWXdHSx3.js → close-button-CqHYZhum.js} +1 -1
- package/components/color-field/index.cjs +1 -1
- package/components/color-field/index.js +1 -1
- package/components/color-menu/index.cjs +3 -3
- package/components/color-menu/index.js +1 -1
- package/components/color-palette/color-palette.d.ts +6 -2
- package/components/color-palette/index.cjs +1 -1
- package/components/color-palette/index.js +31 -31
- package/components/color-palette-group/color-palette-group.d.ts +79 -0
- package/components/color-palette-group/index.cjs +28 -0
- package/components/color-palette-group/index.d.ts +7 -0
- package/components/color-palette-group/index.js +205 -0
- package/components/date-time-picker/index.cjs +3 -3
- package/components/date-time-picker/index.js +2 -2
- package/components/icon/index.cjs +1 -1
- package/components/icon/index.js +1 -1
- package/components/{index-A-yOTB_d.js → index-Cl54m8Yh.js} +1 -1
- package/components/{index-BLWuwZXx.cjs → index-Wq3qZJGh.cjs} +3 -3
- package/components/index.cjs +1 -1
- package/components/index.js +139 -137
- package/components/{luzmo-icons-DbwDQtuO.js → luzmo-icons-4nDFv1Lq.js} +25 -25
- package/components/{luzmo-icons-DletXGWU.cjs → luzmo-icons-D4IvHgVd.cjs} +2 -2
- package/components/menu/index.cjs +4 -4
- package/components/menu/index.js +1 -1
- package/components/number-field/index.cjs +5 -5
- package/components/number-field/index.js +8 -8
- package/components/options/index.cjs +8 -8
- package/components/options/index.js +15 -15
- package/components/picker/index.cjs +1 -1
- package/components/picker/index.js +2 -2
- package/components/{picker-BmoXv1jt.js → picker-BfBP7XJN.js} +1 -1
- package/components/picker-button/index.cjs +1 -1
- package/components/picker-button/index.js +1 -1
- package/components/{picker-DWsBWdPN.cjs → picker-xIphqE6d.cjs} +5 -5
- package/components/search/index.cjs +4 -4
- package/components/search/index.js +2 -2
- package/components/select/index.cjs +9 -9
- package/components/select/index.js +1 -1
- package/components/swatch/index.cjs +2 -2
- package/components/swatch/index.js +3 -3
- package/components/tabs/index.cjs +3 -3
- package/components/tabs/index.js +1 -1
- package/components/tags/index.cjs +1 -1
- package/components/tags/index.js +1 -1
- package/components/text-field/index.cjs +2 -2
- package/components/text-field/index.js +2 -2
- package/components/{text-field-D5d_Gt0t.cjs → text-field-BTkr42k4.cjs} +4 -4
- package/components/{text-field-BIADXoLC.js → text-field-ol9Ed5lQ.js} +5 -5
- package/components/toast/index.cjs +3 -3
- package/components/toast/index.js +2 -2
- package/components/unit-input/index.cjs +3 -3
- package/components/unit-input/index.js +1 -1
- package/custom-elements.json +1 -1
- package/index.d.ts +1 -0
- package/package.json +6 -1
package/components/index.js
CHANGED
|
@@ -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-
|
|
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
|
|
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 {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
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
|
|
41
|
-
import { LuzmoInfieldButton as
|
|
42
|
-
import { LuzmoLabel as
|
|
43
|
-
import { LuzmoMenu as
|
|
44
|
-
import { LuzmoMultiLangField as
|
|
45
|
-
import { LuzmoNumberField as
|
|
46
|
-
import { LuzmoOption as
|
|
47
|
-
import { LuzmoOverlayTrigger as
|
|
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
|
|
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
|
|
53
|
-
import { LuzmoSearch as
|
|
54
|
-
import { LuzmoSelect as
|
|
55
|
-
import { LuzmoSlider as
|
|
56
|
-
import { LuzmoSwatch as
|
|
57
|
-
import { LuzmoSwitch as
|
|
58
|
-
import { LuzmoTab as
|
|
59
|
-
import { LuzmoTag as
|
|
60
|
-
import { LuzmoHelpText as
|
|
61
|
-
import { LuzmoToast as
|
|
62
|
-
import { LuzmoTooltip as
|
|
63
|
-
import { LuzmoUnitInput as
|
|
64
|
-
import { a as
|
|
65
|
-
import { F as
|
|
66
|
-
import { F as
|
|
67
|
-
import { j as
|
|
68
|
-
import { E as
|
|
69
|
-
import { s as
|
|
70
|
-
import { L as
|
|
71
|
-
import { L as
|
|
72
|
-
import { L as
|
|
73
|
-
import { L as
|
|
74
|
-
import { L as
|
|
75
|
-
import { L as
|
|
76
|
-
import { C as
|
|
77
|
-
import { S as
|
|
78
|
-
import { D as
|
|
79
|
-
import { LuzmoPopover as
|
|
80
|
-
import { L as
|
|
81
|
-
import { L as
|
|
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
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
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
|
-
|
|
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
|
-
|
|
113
|
-
|
|
113
|
+
wr as LuzmoClearButton,
|
|
114
|
+
Or as LuzmoCloseButton,
|
|
114
115
|
O as LuzmoColorArea,
|
|
115
|
-
|
|
116
|
+
F as LuzmoColorField,
|
|
116
117
|
R as LuzmoColorHandle,
|
|
117
|
-
|
|
118
|
+
Fr as LuzmoColorLoupe,
|
|
118
119
|
B as LuzmoColorMenu,
|
|
119
120
|
G as LuzmoColorPalette,
|
|
120
|
-
_ as
|
|
121
|
-
H as
|
|
122
|
-
V as
|
|
123
|
-
K as
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
Rr as
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
Q as
|
|
130
|
-
Y as
|
|
131
|
-
oo as
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
io as
|
|
138
|
-
no as
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
ue as
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
ze as
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
wo as
|
|
151
|
-
Oo as
|
|
152
|
-
|
|
153
|
-
Ro as
|
|
154
|
-
|
|
155
|
-
Do as
|
|
156
|
-
Uo as
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
Vo as
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
Xo as
|
|
165
|
-
$o as
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
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
|
-
|
|
212
|
-
|
|
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
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
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
|
-
|
|
224
|
+
w as v,
|
|
226
225
|
B as w,
|
|
227
226
|
A as x,
|
|
228
|
-
|
|
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"},
|
|
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.$=
|
|
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;
|