@luzmo/lucero 1.0.1-alpha.4 → 1.0.1-alpha.6
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/color-palette/color-palette.d.ts +6 -2
- package/components/color-palette/index.cjs +1 -1
- package/components/color-palette/index.js +32 -32
- 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/index.cjs +1 -1
- package/components/index.js +138 -136
- package/custom-elements.json +1 -1
- package/index.d.ts +1 -0
- package/package.json +6 -1
package/components/index.js
CHANGED
|
@@ -26,59 +26,60 @@ import { LuzmoButtonGroup as C } from "./button-group/index.js";
|
|
|
26
26
|
import { L as T } from "./index-A-yOTB_d.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-DoeRUWQ3.js";
|
|
73
|
+
import { L as Or } from "./close-button-BWXdHSx3.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-BmoXv1jt.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-BIADXoLC.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
|
};
|