@helixui/library 2.1.2-next.50 → 2.1.2-next.52
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/custom-elements.json +235 -236
- package/dist/components/hx-counter/hx-counter.d.ts +20 -0
- package/dist/components/hx-counter/hx-counter.d.ts.map +1 -1
- package/dist/components/hx-counter/index.js +1 -1
- package/dist/components/hx-file-upload/hx-file-upload.d.ts +3 -1
- package/dist/components/hx-file-upload/hx-file-upload.d.ts.map +1 -1
- package/dist/components/hx-file-upload/hx-file-upload.styles.d.ts.map +1 -1
- package/dist/components/hx-file-upload/index.js +1 -1
- package/dist/components/hx-form/hx-form.d.ts.map +1 -1
- package/dist/components/hx-form/index.js +1 -1
- package/dist/components/hx-list/hx-list-item.styles.d.ts.map +1 -1
- package/dist/components/hx-list/index.js +1 -1
- package/dist/components/hx-meter/hx-meter.styles.d.ts.map +1 -1
- package/dist/components/hx-meter/index.js +1 -1
- package/dist/components/hx-phi-field/hx-phi-field.d.ts +2 -1
- package/dist/components/hx-phi-field/hx-phi-field.d.ts.map +1 -1
- package/dist/components/hx-phi-field/hx-phi-field.styles.d.ts.map +1 -1
- package/dist/components/hx-phi-field/index.js +1 -1
- package/dist/components/hx-popover/index.js +1 -1
- package/dist/components/hx-popup/hx-popup.d.ts.map +1 -1
- package/dist/components/hx-popup/index.js +1 -1
- package/dist/components/hx-stat/hx-stat.d.ts +3 -0
- package/dist/components/hx-stat/hx-stat.d.ts.map +1 -1
- package/dist/components/hx-stat/hx-stat.styles.d.ts.map +1 -1
- package/dist/components/hx-stat/index.js +1 -1
- package/dist/css/helix-all.css +117 -7
- package/dist/css/helix-feedback.css +54 -6
- package/dist/css/helix-forms.css +48 -0
- package/dist/css/hx-file-upload.css +48 -0
- package/dist/css/hx-meter.css +7 -6
- package/dist/css/hx-phi-field.css +15 -1
- package/dist/css/hx-stat.css +47 -0
- package/dist/css/index.css +1 -1
- package/dist/css/manifest.json +6 -1
- package/dist/index.js +9 -9
- package/dist/shared/hx-card-BgXZXDuc.js.map +1 -1
- package/dist/shared/{hx-counter-CP42cSVK.js → hx-counter-B5NgKlw4.js} +77 -42
- package/dist/shared/hx-counter-B5NgKlw4.js.map +1 -0
- package/dist/shared/{hx-file-upload-Dwtu3WcB.js → hx-file-upload-Di_vpQaG.js} +156 -93
- package/dist/shared/hx-file-upload-Di_vpQaG.js.map +1 -0
- package/dist/shared/{hx-form-fJE-FJQV.js → hx-form-BM6PHsw3.js} +2 -8
- package/dist/shared/{hx-form-fJE-FJQV.js.map → hx-form-BM6PHsw3.js.map} +1 -1
- package/dist/shared/{hx-list-CoTDMp19.js → hx-list-Dnei26t4.js} +83 -51
- package/dist/shared/hx-list-Dnei26t4.js.map +1 -0
- package/dist/shared/{hx-meter-BvSJoqDp.js → hx-meter-BcVC9yrt.js} +13 -12
- package/dist/shared/hx-meter-BcVC9yrt.js.map +1 -0
- package/dist/shared/{hx-phi-field-BiJH3V-k.js → hx-phi-field-DD1qcBSO.js} +22 -5
- package/dist/shared/hx-phi-field-DD1qcBSO.js.map +1 -0
- package/dist/shared/{hx-popover-D63RXn5H.js → hx-popover-CydNuVkT.js} +15 -15
- package/dist/shared/{hx-popover-D63RXn5H.js.map → hx-popover-CydNuVkT.js.map} +1 -1
- package/dist/shared/{hx-popup-BQWMhvMO.js → hx-popup-DbzezTOd.js} +18 -18
- package/dist/shared/hx-popup-DbzezTOd.js.map +1 -0
- package/dist/shared/{hx-stat-DKD2E7An.js → hx-stat-DKlyBL_K.js} +97 -42
- package/dist/shared/hx-stat-DKlyBL_K.js.map +1 -0
- package/package.json +2 -2
- package/dist/shared/hx-counter-CP42cSVK.js.map +0 -1
- package/dist/shared/hx-file-upload-Dwtu3WcB.js.map +0 -1
- package/dist/shared/hx-list-CoTDMp19.js.map +0 -1
- package/dist/shared/hx-meter-BvSJoqDp.js.map +0 -1
- package/dist/shared/hx-phi-field-BiJH3V-k.js.map +0 -1
- package/dist/shared/hx-popup-BQWMhvMO.js.map +0 -1
- package/dist/shared/hx-stat-DKD2E7An.js.map +0 -1
package/custom-elements.json
CHANGED
|
@@ -2,6 +2,230 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "src/components/hx-action-bar/hx-action-bar.ts",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "class",
|
|
11
|
+
"description": "A horizontal toolbar container for grouping related action buttons and controls.\nImplements the ARIA toolbar pattern with roving tabindex keyboard navigation.",
|
|
12
|
+
"name": "HelixActionBar",
|
|
13
|
+
"cssProperties": [
|
|
14
|
+
{
|
|
15
|
+
"description": "Bar background color (default variant).",
|
|
16
|
+
"name": "--hx-action-bar-bg",
|
|
17
|
+
"default": "transparent"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"description": "Bar border (default variant).",
|
|
21
|
+
"name": "--hx-action-bar-border",
|
|
22
|
+
"default": "none"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"description": "Inner padding.",
|
|
26
|
+
"name": "--hx-action-bar-padding",
|
|
27
|
+
"default": "var(--hx-space-2,0.5rem) var(--hx-space-3,0.75rem)"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"description": "Gap between slotted items.",
|
|
31
|
+
"name": "--hx-action-bar-gap",
|
|
32
|
+
"default": "var(--hx-space-2,0.5rem)"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"description": "Z-index when sticky or bottom position.",
|
|
36
|
+
"name": "--hx-action-bar-z-index",
|
|
37
|
+
"default": "10"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"cssParts": [
|
|
41
|
+
{
|
|
42
|
+
"description": "The root toolbar container element.",
|
|
43
|
+
"name": "base"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"description": "The start (left) slot wrapper.",
|
|
47
|
+
"name": "start"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"description": "The center (default) slot wrapper.",
|
|
51
|
+
"name": "center"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"description": "The end (right) slot wrapper.",
|
|
55
|
+
"name": "end"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"description": "The overflow slot wrapper (hidden when no overflow content).",
|
|
59
|
+
"name": "overflow"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"slots": [
|
|
63
|
+
{
|
|
64
|
+
"description": "Left-aligned actions.",
|
|
65
|
+
"name": "start"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"description": "Center content (default slot).",
|
|
69
|
+
"name": ""
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"description": "Right-aligned actions.",
|
|
73
|
+
"name": "end"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"description": "Actions revealed when the bar is constrained for space.",
|
|
77
|
+
"name": "overflow"
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"members": [
|
|
81
|
+
{
|
|
82
|
+
"kind": "field",
|
|
83
|
+
"name": "size",
|
|
84
|
+
"type": {
|
|
85
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
86
|
+
},
|
|
87
|
+
"default": "'md'",
|
|
88
|
+
"description": "Size of the action bar — propagated as a data attribute to slotted children.",
|
|
89
|
+
"attribute": "hx-size",
|
|
90
|
+
"reflects": true
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"kind": "field",
|
|
94
|
+
"name": "variant",
|
|
95
|
+
"type": {
|
|
96
|
+
"text": "'default' | 'outlined' | 'filled'"
|
|
97
|
+
},
|
|
98
|
+
"default": "'default'",
|
|
99
|
+
"description": "Visual variant controlling the bar background.",
|
|
100
|
+
"attribute": "variant",
|
|
101
|
+
"reflects": true
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"kind": "field",
|
|
105
|
+
"name": "position",
|
|
106
|
+
"type": {
|
|
107
|
+
"text": "'top' | 'bottom' | 'sticky'"
|
|
108
|
+
},
|
|
109
|
+
"default": "'top'",
|
|
110
|
+
"description": "Position and sticky behavior of the action bar.\n- `top` — normal flow (default)\n- `sticky` — sticks to the top of the scroll container; add `scroll-padding-top` to the\n scroll container equal to the bar height to prevent anchor targets from scrolling behind it\n- `bottom` — sticks to the bottom of the scroll container with iOS safe-area-inset support",
|
|
111
|
+
"attribute": "position",
|
|
112
|
+
"reflects": true
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"kind": "field",
|
|
116
|
+
"name": "sticky",
|
|
117
|
+
"type": {
|
|
118
|
+
"text": "boolean"
|
|
119
|
+
},
|
|
120
|
+
"deprecated": "Use `position=\"sticky\"` instead.\nWhen true, the bar sticks to the top of its scroll container.",
|
|
121
|
+
"attribute": "sticky",
|
|
122
|
+
"reflects": true
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"kind": "field",
|
|
126
|
+
"name": "accessibleLabel",
|
|
127
|
+
"type": {
|
|
128
|
+
"text": "string"
|
|
129
|
+
},
|
|
130
|
+
"default": "''",
|
|
131
|
+
"description": "Accessible label for the toolbar.\nRequired when multiple toolbars appear on the same page.\n\nAccepts both `accessible-label` and the standard `aria-label` HTML attribute.\nThe `accessible-label` attribute takes precedence when both are set.\n\nPreviously this was exposed as the `ariaLabel` JS property, which shadowed\nthe native `HTMLElement.ariaLabel`. That shadowing is removed; use\n`accessibleLabel` or the HTML attributes instead.",
|
|
132
|
+
"attribute": "accessible-label"
|
|
133
|
+
}
|
|
134
|
+
],
|
|
135
|
+
"attributes": [
|
|
136
|
+
{
|
|
137
|
+
"name": "hx-size",
|
|
138
|
+
"type": {
|
|
139
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
140
|
+
},
|
|
141
|
+
"default": "'md'",
|
|
142
|
+
"description": "Size of the action bar — propagated as a data attribute to slotted children.",
|
|
143
|
+
"fieldName": "size",
|
|
144
|
+
"attribute": "hx-size"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "variant",
|
|
148
|
+
"type": {
|
|
149
|
+
"text": "'default' | 'outlined' | 'filled'"
|
|
150
|
+
},
|
|
151
|
+
"default": "'default'",
|
|
152
|
+
"description": "Visual variant controlling the bar background.",
|
|
153
|
+
"fieldName": "variant",
|
|
154
|
+
"attribute": "variant"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "position",
|
|
158
|
+
"type": {
|
|
159
|
+
"text": "'top' | 'bottom' | 'sticky'"
|
|
160
|
+
},
|
|
161
|
+
"default": "'top'",
|
|
162
|
+
"description": "Position and sticky behavior of the action bar.\n- `top` — normal flow (default)\n- `sticky` — sticks to the top of the scroll container; add `scroll-padding-top` to the\n scroll container equal to the bar height to prevent anchor targets from scrolling behind it\n- `bottom` — sticks to the bottom of the scroll container with iOS safe-area-inset support",
|
|
163
|
+
"fieldName": "position",
|
|
164
|
+
"attribute": "position"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "sticky",
|
|
168
|
+
"type": {
|
|
169
|
+
"text": "boolean"
|
|
170
|
+
},
|
|
171
|
+
"deprecated": "Use `position=\"sticky\"` instead.\nWhen true, the bar sticks to the top of its scroll container.",
|
|
172
|
+
"fieldName": "sticky",
|
|
173
|
+
"attribute": "sticky"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "accessible-label",
|
|
177
|
+
"type": {
|
|
178
|
+
"text": "string"
|
|
179
|
+
},
|
|
180
|
+
"default": "''",
|
|
181
|
+
"description": "Accessible label for the toolbar.\nRequired when multiple toolbars appear on the same page.\n\nAccepts both `accessible-label` and the standard `aria-label` HTML attribute.\nThe `accessible-label` attribute takes precedence when both are set.\n\nPreviously this was exposed as the `ariaLabel` JS property, which shadowed\nthe native `HTMLElement.ariaLabel`. That shadowing is removed; use\n`accessibleLabel` or the HTML attributes instead.",
|
|
182
|
+
"fieldName": "accessibleLabel",
|
|
183
|
+
"attribute": "accessible-label"
|
|
184
|
+
}
|
|
185
|
+
],
|
|
186
|
+
"superclass": {
|
|
187
|
+
"name": "LitElement",
|
|
188
|
+
"package": "lit"
|
|
189
|
+
},
|
|
190
|
+
"tagName": "hx-action-bar",
|
|
191
|
+
"customElement": true,
|
|
192
|
+
"summary": "Horizontal action bar for grouping related controls."
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
"exports": [
|
|
196
|
+
{
|
|
197
|
+
"kind": "js",
|
|
198
|
+
"name": "HelixActionBar",
|
|
199
|
+
"declaration": {
|
|
200
|
+
"name": "HelixActionBar",
|
|
201
|
+
"module": "src/components/hx-action-bar/hx-action-bar.ts"
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"kind": "custom-element-definition",
|
|
206
|
+
"name": "hx-action-bar",
|
|
207
|
+
"declaration": {
|
|
208
|
+
"name": "HelixActionBar",
|
|
209
|
+
"module": "src/components/hx-action-bar/hx-action-bar.ts"
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
]
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"kind": "javascript-module",
|
|
216
|
+
"path": "src/components/hx-action-bar/index.ts",
|
|
217
|
+
"declarations": [],
|
|
218
|
+
"exports": [
|
|
219
|
+
{
|
|
220
|
+
"kind": "js",
|
|
221
|
+
"name": "HelixActionBar",
|
|
222
|
+
"declaration": {
|
|
223
|
+
"name": "HelixActionBar",
|
|
224
|
+
"module": "./hx-action-bar.js"
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
]
|
|
228
|
+
},
|
|
5
229
|
{
|
|
6
230
|
"kind": "javascript-module",
|
|
7
231
|
"path": "src/components/hx-accordion/hx-accordion-item.ts",
|
|
@@ -301,230 +525,6 @@
|
|
|
301
525
|
}
|
|
302
526
|
]
|
|
303
527
|
},
|
|
304
|
-
{
|
|
305
|
-
"kind": "javascript-module",
|
|
306
|
-
"path": "src/components/hx-action-bar/hx-action-bar.ts",
|
|
307
|
-
"declarations": [
|
|
308
|
-
{
|
|
309
|
-
"kind": "class",
|
|
310
|
-
"description": "A horizontal toolbar container for grouping related action buttons and controls.\nImplements the ARIA toolbar pattern with roving tabindex keyboard navigation.",
|
|
311
|
-
"name": "HelixActionBar",
|
|
312
|
-
"cssProperties": [
|
|
313
|
-
{
|
|
314
|
-
"description": "Bar background color (default variant).",
|
|
315
|
-
"name": "--hx-action-bar-bg",
|
|
316
|
-
"default": "transparent"
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
"description": "Bar border (default variant).",
|
|
320
|
-
"name": "--hx-action-bar-border",
|
|
321
|
-
"default": "none"
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
"description": "Inner padding.",
|
|
325
|
-
"name": "--hx-action-bar-padding",
|
|
326
|
-
"default": "var(--hx-space-2,0.5rem) var(--hx-space-3,0.75rem)"
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"description": "Gap between slotted items.",
|
|
330
|
-
"name": "--hx-action-bar-gap",
|
|
331
|
-
"default": "var(--hx-space-2,0.5rem)"
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"description": "Z-index when sticky or bottom position.",
|
|
335
|
-
"name": "--hx-action-bar-z-index",
|
|
336
|
-
"default": "10"
|
|
337
|
-
}
|
|
338
|
-
],
|
|
339
|
-
"cssParts": [
|
|
340
|
-
{
|
|
341
|
-
"description": "The root toolbar container element.",
|
|
342
|
-
"name": "base"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"description": "The start (left) slot wrapper.",
|
|
346
|
-
"name": "start"
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"description": "The center (default) slot wrapper.",
|
|
350
|
-
"name": "center"
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"description": "The end (right) slot wrapper.",
|
|
354
|
-
"name": "end"
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"description": "The overflow slot wrapper (hidden when no overflow content).",
|
|
358
|
-
"name": "overflow"
|
|
359
|
-
}
|
|
360
|
-
],
|
|
361
|
-
"slots": [
|
|
362
|
-
{
|
|
363
|
-
"description": "Left-aligned actions.",
|
|
364
|
-
"name": "start"
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"description": "Center content (default slot).",
|
|
368
|
-
"name": ""
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"description": "Right-aligned actions.",
|
|
372
|
-
"name": "end"
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
"description": "Actions revealed when the bar is constrained for space.",
|
|
376
|
-
"name": "overflow"
|
|
377
|
-
}
|
|
378
|
-
],
|
|
379
|
-
"members": [
|
|
380
|
-
{
|
|
381
|
-
"kind": "field",
|
|
382
|
-
"name": "size",
|
|
383
|
-
"type": {
|
|
384
|
-
"text": "'sm' | 'md' | 'lg'"
|
|
385
|
-
},
|
|
386
|
-
"default": "'md'",
|
|
387
|
-
"description": "Size of the action bar — propagated as a data attribute to slotted children.",
|
|
388
|
-
"attribute": "hx-size",
|
|
389
|
-
"reflects": true
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"kind": "field",
|
|
393
|
-
"name": "variant",
|
|
394
|
-
"type": {
|
|
395
|
-
"text": "'default' | 'outlined' | 'filled'"
|
|
396
|
-
},
|
|
397
|
-
"default": "'default'",
|
|
398
|
-
"description": "Visual variant controlling the bar background.",
|
|
399
|
-
"attribute": "variant",
|
|
400
|
-
"reflects": true
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"kind": "field",
|
|
404
|
-
"name": "position",
|
|
405
|
-
"type": {
|
|
406
|
-
"text": "'top' | 'bottom' | 'sticky'"
|
|
407
|
-
},
|
|
408
|
-
"default": "'top'",
|
|
409
|
-
"description": "Position and sticky behavior of the action bar.\n- `top` — normal flow (default)\n- `sticky` — sticks to the top of the scroll container; add `scroll-padding-top` to the\n scroll container equal to the bar height to prevent anchor targets from scrolling behind it\n- `bottom` — sticks to the bottom of the scroll container with iOS safe-area-inset support",
|
|
410
|
-
"attribute": "position",
|
|
411
|
-
"reflects": true
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"kind": "field",
|
|
415
|
-
"name": "sticky",
|
|
416
|
-
"type": {
|
|
417
|
-
"text": "boolean"
|
|
418
|
-
},
|
|
419
|
-
"deprecated": "Use `position=\"sticky\"` instead.\nWhen true, the bar sticks to the top of its scroll container.",
|
|
420
|
-
"attribute": "sticky",
|
|
421
|
-
"reflects": true
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"kind": "field",
|
|
425
|
-
"name": "accessibleLabel",
|
|
426
|
-
"type": {
|
|
427
|
-
"text": "string"
|
|
428
|
-
},
|
|
429
|
-
"default": "''",
|
|
430
|
-
"description": "Accessible label for the toolbar.\nRequired when multiple toolbars appear on the same page.\n\nAccepts both `accessible-label` and the standard `aria-label` HTML attribute.\nThe `accessible-label` attribute takes precedence when both are set.\n\nPreviously this was exposed as the `ariaLabel` JS property, which shadowed\nthe native `HTMLElement.ariaLabel`. That shadowing is removed; use\n`accessibleLabel` or the HTML attributes instead.",
|
|
431
|
-
"attribute": "accessible-label"
|
|
432
|
-
}
|
|
433
|
-
],
|
|
434
|
-
"attributes": [
|
|
435
|
-
{
|
|
436
|
-
"name": "hx-size",
|
|
437
|
-
"type": {
|
|
438
|
-
"text": "'sm' | 'md' | 'lg'"
|
|
439
|
-
},
|
|
440
|
-
"default": "'md'",
|
|
441
|
-
"description": "Size of the action bar — propagated as a data attribute to slotted children.",
|
|
442
|
-
"fieldName": "size",
|
|
443
|
-
"attribute": "hx-size"
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
"name": "variant",
|
|
447
|
-
"type": {
|
|
448
|
-
"text": "'default' | 'outlined' | 'filled'"
|
|
449
|
-
},
|
|
450
|
-
"default": "'default'",
|
|
451
|
-
"description": "Visual variant controlling the bar background.",
|
|
452
|
-
"fieldName": "variant",
|
|
453
|
-
"attribute": "variant"
|
|
454
|
-
},
|
|
455
|
-
{
|
|
456
|
-
"name": "position",
|
|
457
|
-
"type": {
|
|
458
|
-
"text": "'top' | 'bottom' | 'sticky'"
|
|
459
|
-
},
|
|
460
|
-
"default": "'top'",
|
|
461
|
-
"description": "Position and sticky behavior of the action bar.\n- `top` — normal flow (default)\n- `sticky` — sticks to the top of the scroll container; add `scroll-padding-top` to the\n scroll container equal to the bar height to prevent anchor targets from scrolling behind it\n- `bottom` — sticks to the bottom of the scroll container with iOS safe-area-inset support",
|
|
462
|
-
"fieldName": "position",
|
|
463
|
-
"attribute": "position"
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
"name": "sticky",
|
|
467
|
-
"type": {
|
|
468
|
-
"text": "boolean"
|
|
469
|
-
},
|
|
470
|
-
"deprecated": "Use `position=\"sticky\"` instead.\nWhen true, the bar sticks to the top of its scroll container.",
|
|
471
|
-
"fieldName": "sticky",
|
|
472
|
-
"attribute": "sticky"
|
|
473
|
-
},
|
|
474
|
-
{
|
|
475
|
-
"name": "accessible-label",
|
|
476
|
-
"type": {
|
|
477
|
-
"text": "string"
|
|
478
|
-
},
|
|
479
|
-
"default": "''",
|
|
480
|
-
"description": "Accessible label for the toolbar.\nRequired when multiple toolbars appear on the same page.\n\nAccepts both `accessible-label` and the standard `aria-label` HTML attribute.\nThe `accessible-label` attribute takes precedence when both are set.\n\nPreviously this was exposed as the `ariaLabel` JS property, which shadowed\nthe native `HTMLElement.ariaLabel`. That shadowing is removed; use\n`accessibleLabel` or the HTML attributes instead.",
|
|
481
|
-
"fieldName": "accessibleLabel",
|
|
482
|
-
"attribute": "accessible-label"
|
|
483
|
-
}
|
|
484
|
-
],
|
|
485
|
-
"superclass": {
|
|
486
|
-
"name": "LitElement",
|
|
487
|
-
"package": "lit"
|
|
488
|
-
},
|
|
489
|
-
"tagName": "hx-action-bar",
|
|
490
|
-
"customElement": true,
|
|
491
|
-
"summary": "Horizontal action bar for grouping related controls."
|
|
492
|
-
}
|
|
493
|
-
],
|
|
494
|
-
"exports": [
|
|
495
|
-
{
|
|
496
|
-
"kind": "js",
|
|
497
|
-
"name": "HelixActionBar",
|
|
498
|
-
"declaration": {
|
|
499
|
-
"name": "HelixActionBar",
|
|
500
|
-
"module": "src/components/hx-action-bar/hx-action-bar.ts"
|
|
501
|
-
}
|
|
502
|
-
},
|
|
503
|
-
{
|
|
504
|
-
"kind": "custom-element-definition",
|
|
505
|
-
"name": "hx-action-bar",
|
|
506
|
-
"declaration": {
|
|
507
|
-
"name": "HelixActionBar",
|
|
508
|
-
"module": "src/components/hx-action-bar/hx-action-bar.ts"
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
]
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
"kind": "javascript-module",
|
|
515
|
-
"path": "src/components/hx-action-bar/index.ts",
|
|
516
|
-
"declarations": [],
|
|
517
|
-
"exports": [
|
|
518
|
-
{
|
|
519
|
-
"kind": "js",
|
|
520
|
-
"name": "HelixActionBar",
|
|
521
|
-
"declaration": {
|
|
522
|
-
"name": "HelixActionBar",
|
|
523
|
-
"module": "./hx-action-bar.js"
|
|
524
|
-
}
|
|
525
|
-
}
|
|
526
|
-
]
|
|
527
|
-
},
|
|
528
528
|
{
|
|
529
529
|
"kind": "javascript-module",
|
|
530
530
|
"path": "src/components/hx-alert/hx-alert.ts",
|
|
@@ -10136,6 +10136,10 @@
|
|
|
10136
10136
|
},
|
|
10137
10137
|
"description": "Returns a read-only copy of the currently selected files.",
|
|
10138
10138
|
"readonly": true
|
|
10139
|
+
},
|
|
10140
|
+
{
|
|
10141
|
+
"kind": "field",
|
|
10142
|
+
"name": "_internals"
|
|
10139
10143
|
}
|
|
10140
10144
|
],
|
|
10141
10145
|
"events": [
|
|
@@ -10272,6 +10276,12 @@
|
|
|
10272
10276
|
"fieldName": "labelFileList"
|
|
10273
10277
|
}
|
|
10274
10278
|
],
|
|
10279
|
+
"mixins": [
|
|
10280
|
+
{
|
|
10281
|
+
"name": "mixinDelegatesAria",
|
|
10282
|
+
"module": "/src/mixins/index.js"
|
|
10283
|
+
}
|
|
10284
|
+
],
|
|
10275
10285
|
"superclass": {
|
|
10276
10286
|
"name": "LitElement",
|
|
10277
10287
|
"package": "lit"
|
|
@@ -15638,8 +15648,7 @@
|
|
|
15638
15648
|
"text": "string"
|
|
15639
15649
|
},
|
|
15640
15650
|
"default": "''",
|
|
15641
|
-
"description": "The Protected Health Information value to display or mask."
|
|
15642
|
-
"attribute": "data"
|
|
15651
|
+
"description": "The Protected Health Information value to display or mask.\nMust be set via the JavaScript property (`element.data = \"...\"`) — not as an HTML attribute.\nSetting PHI as an HTML attribute exposes it in the DOM and browser caches (HIPAA violation)."
|
|
15643
15652
|
},
|
|
15644
15653
|
{
|
|
15645
15654
|
"kind": "field",
|
|
@@ -15704,16 +15713,6 @@
|
|
|
15704
15713
|
}
|
|
15705
15714
|
],
|
|
15706
15715
|
"attributes": [
|
|
15707
|
-
{
|
|
15708
|
-
"name": "data",
|
|
15709
|
-
"type": {
|
|
15710
|
-
"text": "string"
|
|
15711
|
-
},
|
|
15712
|
-
"default": "''",
|
|
15713
|
-
"description": "The Protected Health Information value to display or mask.",
|
|
15714
|
-
"fieldName": "data",
|
|
15715
|
-
"attribute": "data"
|
|
15716
|
-
},
|
|
15717
15716
|
{
|
|
15718
15717
|
"name": "field-type",
|
|
15719
15718
|
"type": {
|
|
@@ -82,6 +82,12 @@ export declare class HelixCounter extends LitElement {
|
|
|
82
82
|
private _prefersReducedMotion;
|
|
83
83
|
/** @internal */
|
|
84
84
|
private _motionMql;
|
|
85
|
+
/**
|
|
86
|
+
* Normalized easing value after validation. Set once per animation start
|
|
87
|
+
* to avoid repeated devWarn calls on every requestAnimationFrame tick.
|
|
88
|
+
* @internal
|
|
89
|
+
*/
|
|
90
|
+
private _resolvedEasing;
|
|
85
91
|
/** @internal */
|
|
86
92
|
private readonly _handleMotionChange;
|
|
87
93
|
connectedCallback(): void;
|
|
@@ -89,12 +95,26 @@ export declare class HelixCounter extends LitElement {
|
|
|
89
95
|
updated(changedProps: PropertyValues<this>): void;
|
|
90
96
|
/** @internal */
|
|
91
97
|
private _cancelAnimation;
|
|
98
|
+
/**
|
|
99
|
+
* Validates `this.easing` once per animation start and stores the result in
|
|
100
|
+
* `_resolvedEasing`. This prevents devWarn from firing on every rAF tick for
|
|
101
|
+
* an invalid easing value — the warning is emitted at most once per call.
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
104
|
+
private _normalizeEasing;
|
|
92
105
|
/** @internal */
|
|
93
106
|
private _applyEasing;
|
|
94
107
|
/** @internal */
|
|
95
108
|
private _startAnimation;
|
|
96
109
|
/** @internal */
|
|
97
110
|
private _formatValue;
|
|
111
|
+
/**
|
|
112
|
+
* Builds the string announced to screen readers at animation end.
|
|
113
|
+
* Includes label context when present so users hear "Total patients: 1,284"
|
|
114
|
+
* rather than a bare number with no semantic context.
|
|
115
|
+
* @internal
|
|
116
|
+
*/
|
|
117
|
+
private _buildAnnouncement;
|
|
98
118
|
render(): import('lit').TemplateResult<1>;
|
|
99
119
|
}
|
|
100
120
|
declare global {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-counter.d.ts","sourceRoot":"","sources":["../../../src/components/hx-counter/hx-counter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AACrE,OAAO,4CAA4C,CAAC;AAMpD,MAAM,MAAM,WAAW,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC7C,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,aAAa,CAAC;AAC9E,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,SAAS,CAAC;AAElD;;;;;;;;;;;;;;;;GAgBG;AACH,qBACa,YAAa,SAAQ,UAAU;IAC1C,OAAgB,MAAM,4BAAwB;IAE9C;;;OAGG;IAEH,KAAK,SAAK;IAEV;;;OAGG;IAEH,QAAQ,SAAQ;IAEhB;;;OAGG;IAEH,MAAM,EAAE,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,aAAa,CAAc;IAEvE;;;;OAIG;IAEH,MAAM,EAAE,SAAS,GAAG,SAAS,CAAa;IAE1C;;;OAGG;IAEH,MAAM,SAAM;IAEZ;;;OAGG;IAEH,MAAM,SAAM;IAEZ;;;OAGG;IAEH,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAQ;IAEhC;;;;;OAKG;IAEH,KAAK,SAAM;IAIX,gBAAgB;IACP,OAAO,CAAC,aAAa,CAAK;IAEnC;;;;OAIG;IACM,OAAO,CAAC,eAAe,CAAM;IAEtC,gBAAgB;IAChB,OAAO,CAAC,YAAY,CAAuB;IAC3C,gBAAgB;IAChB,OAAO,CAAC,UAAU,CAAuB;IACzC,gBAAgB;IAChB,OAAO,CAAC,WAAW,CAAK;IACxB,gBAAgB;IAChB,OAAO,CAAC,qBAAqB,CAAS;IACtC,gBAAgB;IAChB,OAAO,CAAC,UAAU,CAA+B;IACjD,gBAAgB;IAChB,OAAO,CAAC,QAAQ,CAAC,mBAAmB,
|
|
1
|
+
{"version":3,"file":"hx-counter.d.ts","sourceRoot":"","sources":["../../../src/components/hx-counter/hx-counter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AACrE,OAAO,4CAA4C,CAAC;AAMpD,MAAM,MAAM,WAAW,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAC7C,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,aAAa,CAAC;AAC9E,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,SAAS,CAAC;AAElD;;;;;;;;;;;;;;;;GAgBG;AACH,qBACa,YAAa,SAAQ,UAAU;IAC1C,OAAgB,MAAM,4BAAwB;IAE9C;;;OAGG;IAEH,KAAK,SAAK;IAEV;;;OAGG;IAEH,QAAQ,SAAQ;IAEhB;;;OAGG;IAEH,MAAM,EAAE,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,aAAa,CAAc;IAEvE;;;;OAIG;IAEH,MAAM,EAAE,SAAS,GAAG,SAAS,CAAa;IAE1C;;;OAGG;IAEH,MAAM,SAAM;IAEZ;;;OAGG;IAEH,MAAM,SAAM;IAEZ;;;OAGG;IAEH,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAQ;IAEhC;;;;;OAKG;IAEH,KAAK,SAAM;IAIX,gBAAgB;IACP,OAAO,CAAC,aAAa,CAAK;IAEnC;;;;OAIG;IACM,OAAO,CAAC,eAAe,CAAM;IAEtC,gBAAgB;IAChB,OAAO,CAAC,YAAY,CAAuB;IAC3C,gBAAgB;IAChB,OAAO,CAAC,UAAU,CAAuB;IACzC,gBAAgB;IAChB,OAAO,CAAC,WAAW,CAAK;IACxB,gBAAgB;IAChB,OAAO,CAAC,qBAAqB,CAAS;IACtC,gBAAgB;IAChB,OAAO,CAAC,UAAU,CAA+B;IACjD;;;;OAIG;IACH,OAAO,CAAC,eAAe,CAAiE;IACxF,gBAAgB;IAChB,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAQlC;IAIO,iBAAiB,IAAI,IAAI;IAsCzB,oBAAoB,IAAI,IAAI;IAO5B,OAAO,CAAC,YAAY,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,IAAI;IAgB1D,gBAAgB;IAChB,OAAO,CAAC,gBAAgB;IAOxB;;;;;OAKG;IACH,OAAO,CAAC,gBAAgB;IAkBxB,gBAAgB;IAChB,OAAO,CAAC,YAAY;IAapB,gBAAgB;IAChB,OAAO,CAAC,eAAe;IAwCvB,gBAAgB;IAChB,OAAO,CAAC,YAAY;IASpB;;;;;OAKG;IACH,OAAO,CAAC,kBAAkB;IAajB,MAAM;CA+BhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,YAAY,CAAC;KAC5B;CACF"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { LitElement, PropertyValues } from 'lit';
|
|
2
|
+
declare const HelixFileUpload_base: typeof LitElement;
|
|
2
3
|
/**
|
|
3
4
|
* A drag-and-drop file upload component with client-side validation,
|
|
4
5
|
* file list management, per-file progress, and native form association.
|
|
@@ -28,7 +29,7 @@ import { LitElement, PropertyValues } from 'lit';
|
|
|
28
29
|
* @cssprop [--hx-file-upload-progress-color=var(--hx-color-primary-500)] - Progress bar fill color.
|
|
29
30
|
* @cssprop [--hx-file-upload-error-color=var(--hx-color-error-500)] - Error state and remove-button hover color.
|
|
30
31
|
*/
|
|
31
|
-
export declare class HelixFileUpload extends
|
|
32
|
+
export declare class HelixFileUpload extends HelixFileUpload_base {
|
|
32
33
|
static styles: import('lit').CSSResult[];
|
|
33
34
|
/** Marks this element as form-associated for ElementInternals support. @internal */
|
|
34
35
|
static formAssociated: boolean;
|
|
@@ -184,4 +185,5 @@ declare global {
|
|
|
184
185
|
'hx-file-upload': HelixFileUpload;
|
|
185
186
|
}
|
|
186
187
|
}
|
|
188
|
+
export {};
|
|
187
189
|
//# sourceMappingURL=hx-file-upload.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-file-upload.d.ts","sourceRoot":"","sources":["../../../src/components/hx-file-upload/hx-file-upload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AACrE,OAAO,4CAA4C,CAAC
|
|
1
|
+
{"version":3,"file":"hx-file-upload.d.ts","sourceRoot":"","sources":["../../../src/components/hx-file-upload/hx-file-upload.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-file-upload.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-file-upload/hx-file-upload.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"hx-file-upload.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-file-upload/hx-file-upload.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,yBAiSjC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-form.d.ts","sourceRoot":"","sources":["../../../src/components/hx-form/hx-form.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;AAMhD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,qBACa,SAAU,SAAQ,UAAU;IAG9B,gBAAgB,IAAI,WAAW;IAMxC;;;OAGG;IACH,OAAO,CAAC,OAAO,CAAwE;IAIvF;;;OAGG;IAEH,OAAO,CAAC,iBAAiB,CAAgD;IAIhE,iBAAiB,IAAI,IAAI;IAMzB,oBAAoB,IAAI,IAAI;IAQrC;;;;OAIG;IAEH,MAAM,SAAM;IAEZ;;;OAGG;IAEH,MAAM,EAAE,KAAK,GAAG,MAAM,CAAU;IAEhC;;;;OAIG;IAEH,UAAU,UAAS;IAEnB;;;OAGG;IAEH,IAAI,SAAM;IAEV;;;;OAIG;IAEH,OAAO,EAAE,mCAAmC,GAAG,qBAAqB,GAAG,YAAY,CAC7C;IAItC;;;OAGG;IACH,aAAa,IAAI,OAAO;IAUxB;;;OAGG;IACH,cAAc,IAAI,OAAO;IAazB;;;OAGG;IACH,WAAW,IAAI,QAAQ;IA8BvB;;;;;;;OAOG;IACH,eAAe,IAAI,WAAW,EAAE;IAQhC;;;OAGG;IACH,qBAAqB,IAAI,KAAK,CAC5B,gBAAgB,GAAG,iBAAiB,GAAG,mBAAmB,GAAG,iBAAiB,CAC/E;IAQD;;;;;;;OAOG;IACH,SAAS,CAAC,MAAM,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC,GAAG,IAAI;IAKjE;;;;;OAKG;IACH,aAAa,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,IAAI;IAKlD;;;OAGG;IACH,WAAW,IAAI,IAAI;IAOnB;;;;OAIG;IACH,OAAO,CAAC,0BAA0B;IAUlC;;;OAGG;IACH,OAAO,CAAC,2BAA2B;IAcnC;;;OAGG;IACH,OAAO,CAAC,6BAA6B;IAcrC;;;OAGG;IACH,OAAO,CAAC,iBAAiB;IASzB;;;OAGG;IACH,OAAO,CAAC,aAAa,CAiEnB;IAEF;;;OAGG;IACH,OAAO,CAAC,YAAY,CAclB;IAEF;;;OAGG;IACH,OAAO,CAAC,wBAAwB;IAqBvB,MAAM;
|
|
1
|
+
{"version":3,"file":"hx-form.d.ts","sourceRoot":"","sources":["../../../src/components/hx-form/hx-form.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,KAAK,CAAC;AAMhD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,qBACa,SAAU,SAAQ,UAAU;IAG9B,gBAAgB,IAAI,WAAW;IAMxC;;;OAGG;IACH,OAAO,CAAC,OAAO,CAAwE;IAIvF;;;OAGG;IAEH,OAAO,CAAC,iBAAiB,CAAgD;IAIhE,iBAAiB,IAAI,IAAI;IAMzB,oBAAoB,IAAI,IAAI;IAQrC;;;;OAIG;IAEH,MAAM,SAAM;IAEZ;;;OAGG;IAEH,MAAM,EAAE,KAAK,GAAG,MAAM,CAAU;IAEhC;;;;OAIG;IAEH,UAAU,UAAS;IAEnB;;;OAGG;IAEH,IAAI,SAAM;IAEV;;;;OAIG;IAEH,OAAO,EAAE,mCAAmC,GAAG,qBAAqB,GAAG,YAAY,CAC7C;IAItC;;;OAGG;IACH,aAAa,IAAI,OAAO;IAUxB;;;OAGG;IACH,cAAc,IAAI,OAAO;IAazB;;;OAGG;IACH,WAAW,IAAI,QAAQ;IA8BvB;;;;;;;OAOG;IACH,eAAe,IAAI,WAAW,EAAE;IAQhC;;;OAGG;IACH,qBAAqB,IAAI,KAAK,CAC5B,gBAAgB,GAAG,iBAAiB,GAAG,mBAAmB,GAAG,iBAAiB,CAC/E;IAQD;;;;;;;OAOG;IACH,SAAS,CAAC,MAAM,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC,GAAG,IAAI;IAKjE;;;;;OAKG;IACH,aAAa,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,IAAI;IAKlD;;;OAGG;IACH,WAAW,IAAI,IAAI;IAOnB;;;;OAIG;IACH,OAAO,CAAC,0BAA0B;IAUlC;;;OAGG;IACH,OAAO,CAAC,2BAA2B;IAcnC;;;OAGG;IACH,OAAO,CAAC,6BAA6B;IAcrC;;;OAGG;IACH,OAAO,CAAC,iBAAiB;IASzB;;;OAGG;IACH,OAAO,CAAC,aAAa,CAiEnB;IAEF;;;OAGG;IACH,OAAO,CAAC,YAAY,CAclB;IAEF;;;OAGG;IACH,OAAO,CAAC,wBAAwB;IAqBvB,MAAM;CA+BhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,SAAS,EAAE,SAAS,CAAC;KACtB;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-list-item.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-list/hx-list-item.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"hx-list-item.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-list/hx-list-item.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,yBA4I/B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hx-meter.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-meter/hx-meter.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"hx-meter.styles.d.ts","sourceRoot":"","sources":["../../../src/components/hx-meter/hx-meter.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,yBAkH5B,CAAC"}
|