@luster-ui/ui 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (176) hide show
  1. package/PUBLISHING.md +469 -0
  2. package/README.md +423 -0
  3. package/dist/cjs/index-Couc0LVo.js +1571 -0
  4. package/dist/cjs/index.cjs.js +2 -0
  5. package/dist/cjs/loader.cjs.js +12 -0
  6. package/dist/cjs/luster-accordion_19.cjs.entry.js +555 -0
  7. package/dist/cjs/luster-card.cjs.entry.js +25 -0
  8. package/dist/cjs/luster.cjs.js +24 -0
  9. package/dist/collection/collection-manifest.json +32 -0
  10. package/dist/collection/components/luster-accordion/luster-accordion.css +76 -0
  11. package/dist/collection/components/luster-accordion/luster-accordion.js +160 -0
  12. package/dist/collection/components/luster-accordion/luster-accordion.stories.js +88 -0
  13. package/dist/collection/components/luster-activity-item/luster-activity-item.css +102 -0
  14. package/dist/collection/components/luster-activity-item/luster-activity-item.js +188 -0
  15. package/dist/collection/components/luster-activity-item/luster-activity-item.stories.js +94 -0
  16. package/dist/collection/components/luster-alert/luster-alert.css +71 -0
  17. package/dist/collection/components/luster-alert/luster-alert.js +171 -0
  18. package/dist/collection/components/luster-alert/luster-alert.stories.js +82 -0
  19. package/dist/collection/components/luster-article-card/luster-article-card.css +120 -0
  20. package/dist/collection/components/luster-article-card/luster-article-card.js +192 -0
  21. package/dist/collection/components/luster-article-card/luster-article-card.stories.js +82 -0
  22. package/dist/collection/components/luster-badge/luster-badge.css +38 -0
  23. package/dist/collection/components/luster-badge/luster-badge.js +87 -0
  24. package/dist/collection/components/luster-badge/luster-badge.stories.js +86 -0
  25. package/dist/collection/components/luster-button/luster-button.css +121 -0
  26. package/dist/collection/components/luster-button/luster-button.js +179 -0
  27. package/dist/collection/components/luster-button/luster-button.stories.js +103 -0
  28. package/dist/collection/components/luster-card/luster-card.css +29 -0
  29. package/dist/collection/components/luster-card/luster-card.js +92 -0
  30. package/dist/collection/components/luster-card/luster-card.stories.js +67 -0
  31. package/dist/collection/components/luster-checkbox/luster-checkbox.css +42 -0
  32. package/dist/collection/components/luster-checkbox/luster-checkbox.js +162 -0
  33. package/dist/collection/components/luster-checkbox/luster-checkbox.stories.js +78 -0
  34. package/dist/collection/components/luster-color-swatch/luster-color-swatch.css +33 -0
  35. package/dist/collection/components/luster-color-swatch/luster-color-swatch.js +108 -0
  36. package/dist/collection/components/luster-color-swatch/luster-color-swatch.stories.js +58 -0
  37. package/dist/collection/components/luster-feature-quote/luster-feature-quote.css +84 -0
  38. package/dist/collection/components/luster-feature-quote/luster-feature-quote.js +108 -0
  39. package/dist/collection/components/luster-feature-quote/luster-feature-quote.stories.js +52 -0
  40. package/dist/collection/components/luster-hero/luster-hero.css +119 -0
  41. package/dist/collection/components/luster-hero/luster-hero.js +129 -0
  42. package/dist/collection/components/luster-hero/luster-hero.stories.js +72 -0
  43. package/dist/collection/components/luster-input/luster-input.css +72 -0
  44. package/dist/collection/components/luster-input/luster-input.js +332 -0
  45. package/dist/collection/components/luster-input/luster-input.stories.js +106 -0
  46. package/dist/collection/components/luster-modal/luster-modal.css +103 -0
  47. package/dist/collection/components/luster-modal/luster-modal.js +215 -0
  48. package/dist/collection/components/luster-modal/luster-modal.stories.js +78 -0
  49. package/dist/collection/components/luster-navbar/luster-navbar.css +151 -0
  50. package/dist/collection/components/luster-navbar/luster-navbar.js +87 -0
  51. package/dist/collection/components/luster-navbar/luster-navbar.stories.js +41 -0
  52. package/dist/collection/components/luster-profile-card/luster-profile-card.css +89 -0
  53. package/dist/collection/components/luster-profile-card/luster-profile-card.js +194 -0
  54. package/dist/collection/components/luster-profile-card/luster-profile-card.stories.js +56 -0
  55. package/dist/collection/components/luster-resource-table/luster-resource-table.css +141 -0
  56. package/dist/collection/components/luster-resource-table/luster-resource-table.js +78 -0
  57. package/dist/collection/components/luster-resource-table/luster-resource-table.stories.js +44 -0
  58. package/dist/collection/components/luster-sidebar/luster-sidebar.css +152 -0
  59. package/dist/collection/components/luster-sidebar/luster-sidebar.js +78 -0
  60. package/dist/collection/components/luster-sidebar/luster-sidebar.stories.js +34 -0
  61. package/dist/collection/components/luster-stat-card/luster-stat-card.css +82 -0
  62. package/dist/collection/components/luster-stat-card/luster-stat-card.js +194 -0
  63. package/dist/collection/components/luster-stat-card/luster-stat-card.stories.js +75 -0
  64. package/dist/collection/components/luster-tabs/luster-tabs.css +35 -0
  65. package/dist/collection/components/luster-tabs/luster-tabs.js +116 -0
  66. package/dist/collection/components/luster-tabs/luster-tabs.stories.js +56 -0
  67. package/dist/collection/components/luster-toggle/luster-toggle.css +48 -0
  68. package/dist/collection/components/luster-toggle/luster-toggle.js +120 -0
  69. package/dist/collection/components/luster-toggle/luster-toggle.stories.js +66 -0
  70. package/dist/components/index.d.ts +33 -0
  71. package/dist/components/index.js +1 -0
  72. package/dist/components/luster-accordion.d.ts +11 -0
  73. package/dist/components/luster-accordion.js +1 -0
  74. package/dist/components/luster-activity-item.d.ts +11 -0
  75. package/dist/components/luster-activity-item.js +1 -0
  76. package/dist/components/luster-alert.d.ts +11 -0
  77. package/dist/components/luster-alert.js +1 -0
  78. package/dist/components/luster-article-card.d.ts +11 -0
  79. package/dist/components/luster-article-card.js +1 -0
  80. package/dist/components/luster-badge.d.ts +11 -0
  81. package/dist/components/luster-badge.js +1 -0
  82. package/dist/components/luster-badge2.js +1 -0
  83. package/dist/components/luster-button.d.ts +11 -0
  84. package/dist/components/luster-button.js +1 -0
  85. package/dist/components/luster-button2.js +1 -0
  86. package/dist/components/luster-card.d.ts +11 -0
  87. package/dist/components/luster-card.js +1 -0
  88. package/dist/components/luster-checkbox.d.ts +11 -0
  89. package/dist/components/luster-checkbox.js +1 -0
  90. package/dist/components/luster-color-swatch.d.ts +11 -0
  91. package/dist/components/luster-color-swatch.js +1 -0
  92. package/dist/components/luster-feature-quote.d.ts +11 -0
  93. package/dist/components/luster-feature-quote.js +1 -0
  94. package/dist/components/luster-hero.d.ts +11 -0
  95. package/dist/components/luster-hero.js +1 -0
  96. package/dist/components/luster-input.d.ts +11 -0
  97. package/dist/components/luster-input.js +1 -0
  98. package/dist/components/luster-modal.d.ts +11 -0
  99. package/dist/components/luster-modal.js +1 -0
  100. package/dist/components/luster-navbar.d.ts +11 -0
  101. package/dist/components/luster-navbar.js +1 -0
  102. package/dist/components/luster-profile-card.d.ts +11 -0
  103. package/dist/components/luster-profile-card.js +1 -0
  104. package/dist/components/luster-resource-table.d.ts +11 -0
  105. package/dist/components/luster-resource-table.js +1 -0
  106. package/dist/components/luster-sidebar.d.ts +11 -0
  107. package/dist/components/luster-sidebar.js +1 -0
  108. package/dist/components/luster-stat-card.d.ts +11 -0
  109. package/dist/components/luster-stat-card.js +1 -0
  110. package/dist/components/luster-tabs.d.ts +11 -0
  111. package/dist/components/luster-tabs.js +1 -0
  112. package/dist/components/luster-toggle.d.ts +11 -0
  113. package/dist/components/luster-toggle.js +1 -0
  114. package/dist/components/luster-toggle2.js +1 -0
  115. package/dist/esm/index-CeYIN8dN.js +1563 -0
  116. package/dist/esm/index.js +1 -0
  117. package/dist/esm/loader.js +10 -0
  118. package/dist/esm/luster-accordion_19.entry.js +535 -0
  119. package/dist/esm/luster-card.entry.js +23 -0
  120. package/dist/esm/luster.js +20 -0
  121. package/dist/index.cjs.js +1 -0
  122. package/dist/index.js +1 -0
  123. package/dist/luster/index.esm.js +0 -0
  124. package/dist/luster/luster.css +313 -0
  125. package/dist/luster/luster.esm.js +1 -0
  126. package/dist/luster/p-3c4ce897.entry.js +1 -0
  127. package/dist/luster/p-CeYIN8dN.js +2 -0
  128. package/dist/luster/p-e368ec08.entry.js +1 -0
  129. package/dist/types/.stencil/luster-accordion/luster-accordion.d.ts +13 -0
  130. package/dist/types/.stencil/luster-accordion/luster-accordion.stories.d.ts +10 -0
  131. package/dist/types/.stencil/luster-activity-item/luster-activity-item.d.ts +11 -0
  132. package/dist/types/.stencil/luster-activity-item/luster-activity-item.stories.d.ts +9 -0
  133. package/dist/types/.stencil/luster-alert/luster-alert.d.ts +13 -0
  134. package/dist/types/.stencil/luster-alert/luster-alert.stories.d.ts +10 -0
  135. package/dist/types/.stencil/luster-article-card/luster-article-card.d.ts +11 -0
  136. package/dist/types/.stencil/luster-article-card/luster-article-card.stories.d.ts +8 -0
  137. package/dist/types/.stencil/luster-badge/luster-badge.d.ts +6 -0
  138. package/dist/types/.stencil/luster-badge/luster-badge.stories.d.ts +12 -0
  139. package/dist/types/.stencil/luster-button/luster-button.d.ts +12 -0
  140. package/dist/types/.stencil/luster-button/luster-button.stories.d.ts +13 -0
  141. package/dist/types/.stencil/luster-card/luster-card.d.ts +6 -0
  142. package/dist/types/.stencil/luster-card/luster-card.stories.d.ts +10 -0
  143. package/dist/types/.stencil/luster-checkbox/luster-checkbox.d.ts +13 -0
  144. package/dist/types/.stencil/luster-checkbox/luster-checkbox.stories.d.ts +10 -0
  145. package/dist/types/.stencil/luster-color-swatch/luster-color-swatch.d.ts +7 -0
  146. package/dist/types/.stencil/luster-color-swatch/luster-color-swatch.stories.d.ts +8 -0
  147. package/dist/types/.stencil/luster-feature-quote/luster-feature-quote.d.ts +7 -0
  148. package/dist/types/.stencil/luster-feature-quote/luster-feature-quote.stories.d.ts +8 -0
  149. package/dist/types/.stencil/luster-hero/luster-hero.d.ts +8 -0
  150. package/dist/types/.stencil/luster-hero/luster-hero.stories.d.ts +8 -0
  151. package/dist/types/.stencil/luster-input/luster-input.d.ts +25 -0
  152. package/dist/types/.stencil/luster-input/luster-input.stories.d.ts +9 -0
  153. package/dist/types/.stencil/luster-modal/luster-modal.d.ts +17 -0
  154. package/dist/types/.stencil/luster-modal/luster-modal.stories.d.ts +8 -0
  155. package/dist/types/.stencil/luster-navbar/luster-navbar.d.ts +6 -0
  156. package/dist/types/.stencil/luster-navbar/luster-navbar.stories.d.ts +6 -0
  157. package/dist/types/.stencil/luster-profile-card/luster-profile-card.d.ts +11 -0
  158. package/dist/types/.stencil/luster-profile-card/luster-profile-card.stories.d.ts +7 -0
  159. package/dist/types/.stencil/luster-resource-table/luster-resource-table.d.ts +14 -0
  160. package/dist/types/.stencil/luster-resource-table/luster-resource-table.stories.d.ts +6 -0
  161. package/dist/types/.stencil/luster-sidebar/luster-sidebar.d.ts +9 -0
  162. package/dist/types/.stencil/luster-sidebar/luster-sidebar.stories.d.ts +8 -0
  163. package/dist/types/.stencil/luster-stat-card/luster-stat-card.d.ts +11 -0
  164. package/dist/types/.stencil/luster-stat-card/luster-stat-card.stories.d.ts +8 -0
  165. package/dist/types/.stencil/luster-tabs/luster-tabs.d.ts +15 -0
  166. package/dist/types/.stencil/luster-tabs/luster-tabs.stories.d.ts +7 -0
  167. package/dist/types/.stencil/luster-toggle/luster-toggle.d.ts +11 -0
  168. package/dist/types/.stencil/luster-toggle/luster-toggle.stories.d.ts +9 -0
  169. package/dist/types/components.d.ts +1355 -0
  170. package/dist/types/stencil-public-runtime.d.ts +1860 -0
  171. package/loader/cdn.js +1 -0
  172. package/loader/index.cjs.js +1 -0
  173. package/loader/index.d.ts +24 -0
  174. package/loader/index.es2017.js +1 -0
  175. package/loader/index.js +2 -0
  176. package/package.json +73 -0
@@ -0,0 +1,1355 @@
1
+ /* eslint-disable */
2
+ /* tslint:disable */
3
+ /**
4
+ * This is an autogenerated file created by the Stencil compiler.
5
+ * It contains typing information for all components that exist in this project.
6
+ */
7
+ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
+ import { ResourceRow } from "./components/luster-resource-table/luster-resource-table";
9
+ import { TabItem } from "./components/luster-tabs/luster-tabs";
10
+ export { ResourceRow } from "./components/luster-resource-table/luster-resource-table";
11
+ export { TabItem } from "./components/luster-tabs/luster-tabs";
12
+ export namespace Components {
13
+ interface LusterAccordion {
14
+ /**
15
+ * @default ''
16
+ */
17
+ "badge": string;
18
+ /**
19
+ * @default 'default'
20
+ */
21
+ "badgeVariant": 'primary' | 'default' | 'success' | 'beta';
22
+ /**
23
+ * @default false
24
+ */
25
+ "expanded": boolean;
26
+ /**
27
+ * @default ''
28
+ */
29
+ "heading": string;
30
+ /**
31
+ * @default ''
32
+ */
33
+ "subtitle": string;
34
+ }
35
+ interface LusterActivityItem {
36
+ /**
37
+ * @default ''
38
+ */
39
+ "description": string;
40
+ /**
41
+ * @default false
42
+ */
43
+ "downloadable": boolean;
44
+ /**
45
+ * @default ''
46
+ */
47
+ "fileSize": string;
48
+ /**
49
+ * @default 'edit'
50
+ */
51
+ "icon": string;
52
+ /**
53
+ * @default ''
54
+ */
55
+ "label": string;
56
+ /**
57
+ * @default ''
58
+ */
59
+ "time": string;
60
+ /**
61
+ * @default 'activity'
62
+ */
63
+ "variant": 'activity' | 'file';
64
+ }
65
+ interface LusterAlert {
66
+ /**
67
+ * @default true
68
+ */
69
+ "dismissible": boolean;
70
+ /**
71
+ * @default ''
72
+ */
73
+ "heading": string;
74
+ /**
75
+ * @default ''
76
+ */
77
+ "message": string;
78
+ /**
79
+ * @default ''
80
+ */
81
+ "timestamp": string;
82
+ /**
83
+ * @default 'info'
84
+ */
85
+ "variant": 'info' | 'success' | 'warning' | 'error';
86
+ }
87
+ interface LusterArticleCard {
88
+ /**
89
+ * @default ''
90
+ */
91
+ "author": string;
92
+ /**
93
+ * @default ''
94
+ */
95
+ "authorRole": string;
96
+ /**
97
+ * @default ''
98
+ */
99
+ "category": string;
100
+ /**
101
+ * @default ''
102
+ */
103
+ "date": string;
104
+ /**
105
+ * @default ''
106
+ */
107
+ "excerpt": string;
108
+ /**
109
+ * @default false
110
+ */
111
+ "featured": boolean;
112
+ /**
113
+ * @default ''
114
+ */
115
+ "heading": string;
116
+ /**
117
+ * @default ''
118
+ */
119
+ "imageUrl": string;
120
+ }
121
+ interface LusterBadge {
122
+ /**
123
+ * @default false
124
+ */
125
+ "dot": boolean;
126
+ /**
127
+ * @default 'md'
128
+ */
129
+ "size": 'sm' | 'md';
130
+ /**
131
+ * @default 'default'
132
+ */
133
+ "variant": 'default' | 'primary' | 'success' | 'warning' | 'error' | 'beta' | 'live';
134
+ }
135
+ interface LusterButton {
136
+ /**
137
+ * @default false
138
+ */
139
+ "disabled": boolean;
140
+ /**
141
+ * @default false
142
+ */
143
+ "fullWidth": boolean;
144
+ /**
145
+ * @default false
146
+ */
147
+ "loading": boolean;
148
+ /**
149
+ * @default 'md'
150
+ */
151
+ "size": 'sm' | 'md' | 'lg';
152
+ /**
153
+ * @default 'button'
154
+ */
155
+ "type": 'button' | 'submit' | 'reset';
156
+ /**
157
+ * @default 'primary'
158
+ */
159
+ "variant": 'primary' | 'secondary' | 'tertiary' | 'destructive';
160
+ }
161
+ interface LusterCard {
162
+ /**
163
+ * @default false
164
+ */
165
+ "hoverable": boolean;
166
+ /**
167
+ * @default 'md'
168
+ */
169
+ "padding": 'sm' | 'md' | 'lg' | 'none';
170
+ /**
171
+ * @default 'default'
172
+ */
173
+ "variant": 'default' | 'elevated' | 'glass' | 'feature';
174
+ }
175
+ interface LusterCheckbox {
176
+ /**
177
+ * @default false
178
+ */
179
+ "checked": boolean;
180
+ /**
181
+ * @default false
182
+ */
183
+ "disabled": boolean;
184
+ /**
185
+ * @default false
186
+ */
187
+ "indeterminate": boolean;
188
+ /**
189
+ * @default ''
190
+ */
191
+ "label": string;
192
+ /**
193
+ * @default ''
194
+ */
195
+ "value": string;
196
+ }
197
+ interface LusterColorSwatch {
198
+ /**
199
+ * @default '#a3a6ff'
200
+ */
201
+ "color": string;
202
+ /**
203
+ * @default ''
204
+ */
205
+ "hex": string;
206
+ /**
207
+ * @default ''
208
+ */
209
+ "name": string;
210
+ /**
211
+ * @default 'md'
212
+ */
213
+ "size": 'sm' | 'md' | 'lg';
214
+ }
215
+ interface LusterFeatureQuote {
216
+ /**
217
+ * @default ''
218
+ */
219
+ "author": string;
220
+ /**
221
+ * @default ''
222
+ */
223
+ "quote": string;
224
+ /**
225
+ * @default ''
226
+ */
227
+ "role": string;
228
+ /**
229
+ * @default 'default'
230
+ */
231
+ "variant": 'default' | 'large' | 'inline';
232
+ }
233
+ interface LusterHero {
234
+ /**
235
+ * @default ''
236
+ */
237
+ "heading": string;
238
+ /**
239
+ * @default ''
240
+ */
241
+ "imageUrl": string;
242
+ /**
243
+ * @default false
244
+ */
245
+ "parallax": boolean;
246
+ /**
247
+ * @default ''
248
+ */
249
+ "section": string;
250
+ /**
251
+ * @default ''
252
+ */
253
+ "subtitle": string;
254
+ }
255
+ interface LusterInput {
256
+ /**
257
+ * @default false
258
+ */
259
+ "disabled": boolean;
260
+ /**
261
+ * @default false
262
+ */
263
+ "error": boolean;
264
+ /**
265
+ * @default ''
266
+ */
267
+ "errorMessage": string;
268
+ /**
269
+ * @default ''
270
+ */
271
+ "helperText": string;
272
+ /**
273
+ * @default ''
274
+ */
275
+ "label": string;
276
+ /**
277
+ * @default ''
278
+ */
279
+ "name": string;
280
+ /**
281
+ * @default ''
282
+ */
283
+ "placeholder": string;
284
+ /**
285
+ * @default false
286
+ */
287
+ "readonly": boolean;
288
+ /**
289
+ * @default 'text'
290
+ */
291
+ "type": string;
292
+ /**
293
+ * @default ''
294
+ */
295
+ "value": string;
296
+ }
297
+ interface LusterModal {
298
+ /**
299
+ * @default 'Cancel'
300
+ */
301
+ "cancelLabel": string;
302
+ /**
303
+ * @default 'Proceed'
304
+ */
305
+ "confirmLabel": string;
306
+ /**
307
+ * @default ''
308
+ */
309
+ "heading": string;
310
+ /**
311
+ * @default false
312
+ */
313
+ "open": boolean;
314
+ /**
315
+ * @default 'md'
316
+ */
317
+ "size": 'sm' | 'md' | 'lg';
318
+ /**
319
+ * @default ''
320
+ */
321
+ "subtitle": string;
322
+ }
323
+ interface LusterNavbar {
324
+ /**
325
+ * @default 'explorer'
326
+ */
327
+ "activeLink": string;
328
+ /**
329
+ * @default 'EDITORIAL SYSTEM'
330
+ */
331
+ "logoSub": string;
332
+ /**
333
+ * @default 'The Digital Curator'
334
+ */
335
+ "logoTitle": string;
336
+ }
337
+ interface LusterProfileCard {
338
+ /**
339
+ * @default ''
340
+ */
341
+ "avatar": string;
342
+ /**
343
+ * @default 'View Portfolio'
344
+ */
345
+ "ctaLabel": string;
346
+ /**
347
+ * @default ''
348
+ */
349
+ "name": string;
350
+ /**
351
+ * @default ''
352
+ */
353
+ "role": string;
354
+ /**
355
+ * @default ''
356
+ */
357
+ "stat1Label": string;
358
+ /**
359
+ * @default ''
360
+ */
361
+ "stat1Value": string;
362
+ /**
363
+ * @default ''
364
+ */
365
+ "stat2Label": string;
366
+ /**
367
+ * @default ''
368
+ */
369
+ "stat2Value": string;
370
+ }
371
+ interface LusterResourceTable {
372
+ /**
373
+ * @default '[]'
374
+ */
375
+ "rows": ResourceRow[] | string;
376
+ }
377
+ interface LusterSidebar {
378
+ /**
379
+ * @default 'foundations'
380
+ */
381
+ "active": string;
382
+ }
383
+ interface LusterStatCard {
384
+ /**
385
+ * @default ''
386
+ */
387
+ "description": string;
388
+ /**
389
+ * @default false
390
+ */
391
+ "hasToggle": boolean;
392
+ /**
393
+ * @default ''
394
+ */
395
+ "heading": string;
396
+ /**
397
+ * @default ''
398
+ */
399
+ "icon": string;
400
+ /**
401
+ * @default 'active'
402
+ */
403
+ "status": 'active' | 'beta' | 'deprecated';
404
+ /**
405
+ * @default false
406
+ */
407
+ "toggleOn": boolean;
408
+ /**
409
+ * @default ''
410
+ */
411
+ "users": string;
412
+ /**
413
+ * @default ''
414
+ */
415
+ "version": string;
416
+ }
417
+ interface LusterTabs {
418
+ /**
419
+ * @default ''
420
+ */
421
+ "active": string;
422
+ /**
423
+ * @default ''
424
+ */
425
+ "tabs": TabItem[] | string;
426
+ }
427
+ interface LusterToggle {
428
+ /**
429
+ * @default false
430
+ */
431
+ "checked": boolean;
432
+ /**
433
+ * @default false
434
+ */
435
+ "disabled": boolean;
436
+ /**
437
+ * @default ''
438
+ */
439
+ "label": string;
440
+ }
441
+ }
442
+ export interface LusterAccordionCustomEvent<T> extends CustomEvent<T> {
443
+ detail: T;
444
+ target: HTMLLusterAccordionElement;
445
+ }
446
+ export interface LusterAlertCustomEvent<T> extends CustomEvent<T> {
447
+ detail: T;
448
+ target: HTMLLusterAlertElement;
449
+ }
450
+ export interface LusterButtonCustomEvent<T> extends CustomEvent<T> {
451
+ detail: T;
452
+ target: HTMLLusterButtonElement;
453
+ }
454
+ export interface LusterCheckboxCustomEvent<T> extends CustomEvent<T> {
455
+ detail: T;
456
+ target: HTMLLusterCheckboxElement;
457
+ }
458
+ export interface LusterInputCustomEvent<T> extends CustomEvent<T> {
459
+ detail: T;
460
+ target: HTMLLusterInputElement;
461
+ }
462
+ export interface LusterModalCustomEvent<T> extends CustomEvent<T> {
463
+ detail: T;
464
+ target: HTMLLusterModalElement;
465
+ }
466
+ export interface LusterSidebarCustomEvent<T> extends CustomEvent<T> {
467
+ detail: T;
468
+ target: HTMLLusterSidebarElement;
469
+ }
470
+ export interface LusterTabsCustomEvent<T> extends CustomEvent<T> {
471
+ detail: T;
472
+ target: HTMLLusterTabsElement;
473
+ }
474
+ export interface LusterToggleCustomEvent<T> extends CustomEvent<T> {
475
+ detail: T;
476
+ target: HTMLLusterToggleElement;
477
+ }
478
+ declare global {
479
+ interface HTMLLusterAccordionElementEventMap {
480
+ "dcToggle": boolean;
481
+ }
482
+ interface HTMLLusterAccordionElement extends Components.LusterAccordion, HTMLStencilElement {
483
+ addEventListener<K extends keyof HTMLLusterAccordionElementEventMap>(type: K, listener: (this: HTMLLusterAccordionElement, ev: LusterAccordionCustomEvent<HTMLLusterAccordionElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
484
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
485
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
486
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
487
+ removeEventListener<K extends keyof HTMLLusterAccordionElementEventMap>(type: K, listener: (this: HTMLLusterAccordionElement, ev: LusterAccordionCustomEvent<HTMLLusterAccordionElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
488
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
489
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
490
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
491
+ }
492
+ var HTMLLusterAccordionElement: {
493
+ prototype: HTMLLusterAccordionElement;
494
+ new (): HTMLLusterAccordionElement;
495
+ };
496
+ interface HTMLLusterActivityItemElement extends Components.LusterActivityItem, HTMLStencilElement {
497
+ }
498
+ var HTMLLusterActivityItemElement: {
499
+ prototype: HTMLLusterActivityItemElement;
500
+ new (): HTMLLusterActivityItemElement;
501
+ };
502
+ interface HTMLLusterAlertElementEventMap {
503
+ "dcDismiss": void;
504
+ }
505
+ interface HTMLLusterAlertElement extends Components.LusterAlert, HTMLStencilElement {
506
+ addEventListener<K extends keyof HTMLLusterAlertElementEventMap>(type: K, listener: (this: HTMLLusterAlertElement, ev: LusterAlertCustomEvent<HTMLLusterAlertElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
507
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
508
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
509
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
510
+ removeEventListener<K extends keyof HTMLLusterAlertElementEventMap>(type: K, listener: (this: HTMLLusterAlertElement, ev: LusterAlertCustomEvent<HTMLLusterAlertElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
511
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
512
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
513
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
514
+ }
515
+ var HTMLLusterAlertElement: {
516
+ prototype: HTMLLusterAlertElement;
517
+ new (): HTMLLusterAlertElement;
518
+ };
519
+ interface HTMLLusterArticleCardElement extends Components.LusterArticleCard, HTMLStencilElement {
520
+ }
521
+ var HTMLLusterArticleCardElement: {
522
+ prototype: HTMLLusterArticleCardElement;
523
+ new (): HTMLLusterArticleCardElement;
524
+ };
525
+ interface HTMLLusterBadgeElement extends Components.LusterBadge, HTMLStencilElement {
526
+ }
527
+ var HTMLLusterBadgeElement: {
528
+ prototype: HTMLLusterBadgeElement;
529
+ new (): HTMLLusterBadgeElement;
530
+ };
531
+ interface HTMLLusterButtonElementEventMap {
532
+ "dcClick": void;
533
+ }
534
+ interface HTMLLusterButtonElement extends Components.LusterButton, HTMLStencilElement {
535
+ addEventListener<K extends keyof HTMLLusterButtonElementEventMap>(type: K, listener: (this: HTMLLusterButtonElement, ev: LusterButtonCustomEvent<HTMLLusterButtonElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
536
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
537
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
538
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
539
+ removeEventListener<K extends keyof HTMLLusterButtonElementEventMap>(type: K, listener: (this: HTMLLusterButtonElement, ev: LusterButtonCustomEvent<HTMLLusterButtonElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
540
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
541
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
542
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
543
+ }
544
+ var HTMLLusterButtonElement: {
545
+ prototype: HTMLLusterButtonElement;
546
+ new (): HTMLLusterButtonElement;
547
+ };
548
+ interface HTMLLusterCardElement extends Components.LusterCard, HTMLStencilElement {
549
+ }
550
+ var HTMLLusterCardElement: {
551
+ prototype: HTMLLusterCardElement;
552
+ new (): HTMLLusterCardElement;
553
+ };
554
+ interface HTMLLusterCheckboxElementEventMap {
555
+ "dcChange": boolean;
556
+ }
557
+ interface HTMLLusterCheckboxElement extends Components.LusterCheckbox, HTMLStencilElement {
558
+ addEventListener<K extends keyof HTMLLusterCheckboxElementEventMap>(type: K, listener: (this: HTMLLusterCheckboxElement, ev: LusterCheckboxCustomEvent<HTMLLusterCheckboxElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
559
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
560
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
561
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
562
+ removeEventListener<K extends keyof HTMLLusterCheckboxElementEventMap>(type: K, listener: (this: HTMLLusterCheckboxElement, ev: LusterCheckboxCustomEvent<HTMLLusterCheckboxElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
563
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
564
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
565
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
566
+ }
567
+ var HTMLLusterCheckboxElement: {
568
+ prototype: HTMLLusterCheckboxElement;
569
+ new (): HTMLLusterCheckboxElement;
570
+ };
571
+ interface HTMLLusterColorSwatchElement extends Components.LusterColorSwatch, HTMLStencilElement {
572
+ }
573
+ var HTMLLusterColorSwatchElement: {
574
+ prototype: HTMLLusterColorSwatchElement;
575
+ new (): HTMLLusterColorSwatchElement;
576
+ };
577
+ interface HTMLLusterFeatureQuoteElement extends Components.LusterFeatureQuote, HTMLStencilElement {
578
+ }
579
+ var HTMLLusterFeatureQuoteElement: {
580
+ prototype: HTMLLusterFeatureQuoteElement;
581
+ new (): HTMLLusterFeatureQuoteElement;
582
+ };
583
+ interface HTMLLusterHeroElement extends Components.LusterHero, HTMLStencilElement {
584
+ }
585
+ var HTMLLusterHeroElement: {
586
+ prototype: HTMLLusterHeroElement;
587
+ new (): HTMLLusterHeroElement;
588
+ };
589
+ interface HTMLLusterInputElementEventMap {
590
+ "dcChange": string;
591
+ "dcInput": string;
592
+ "dcFocus": void;
593
+ "dcBlur": void;
594
+ }
595
+ interface HTMLLusterInputElement extends Components.LusterInput, HTMLStencilElement {
596
+ addEventListener<K extends keyof HTMLLusterInputElementEventMap>(type: K, listener: (this: HTMLLusterInputElement, ev: LusterInputCustomEvent<HTMLLusterInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
597
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
598
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
599
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
600
+ removeEventListener<K extends keyof HTMLLusterInputElementEventMap>(type: K, listener: (this: HTMLLusterInputElement, ev: LusterInputCustomEvent<HTMLLusterInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
601
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
602
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
603
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
604
+ }
605
+ var HTMLLusterInputElement: {
606
+ prototype: HTMLLusterInputElement;
607
+ new (): HTMLLusterInputElement;
608
+ };
609
+ interface HTMLLusterModalElementEventMap {
610
+ "dcClose": void;
611
+ "dcConfirm": void;
612
+ }
613
+ interface HTMLLusterModalElement extends Components.LusterModal, HTMLStencilElement {
614
+ addEventListener<K extends keyof HTMLLusterModalElementEventMap>(type: K, listener: (this: HTMLLusterModalElement, ev: LusterModalCustomEvent<HTMLLusterModalElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
615
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
616
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
617
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
618
+ removeEventListener<K extends keyof HTMLLusterModalElementEventMap>(type: K, listener: (this: HTMLLusterModalElement, ev: LusterModalCustomEvent<HTMLLusterModalElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
619
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
620
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
621
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
622
+ }
623
+ var HTMLLusterModalElement: {
624
+ prototype: HTMLLusterModalElement;
625
+ new (): HTMLLusterModalElement;
626
+ };
627
+ interface HTMLLusterNavbarElement extends Components.LusterNavbar, HTMLStencilElement {
628
+ }
629
+ var HTMLLusterNavbarElement: {
630
+ prototype: HTMLLusterNavbarElement;
631
+ new (): HTMLLusterNavbarElement;
632
+ };
633
+ interface HTMLLusterProfileCardElement extends Components.LusterProfileCard, HTMLStencilElement {
634
+ }
635
+ var HTMLLusterProfileCardElement: {
636
+ prototype: HTMLLusterProfileCardElement;
637
+ new (): HTMLLusterProfileCardElement;
638
+ };
639
+ interface HTMLLusterResourceTableElement extends Components.LusterResourceTable, HTMLStencilElement {
640
+ }
641
+ var HTMLLusterResourceTableElement: {
642
+ prototype: HTMLLusterResourceTableElement;
643
+ new (): HTMLLusterResourceTableElement;
644
+ };
645
+ interface HTMLLusterSidebarElementEventMap {
646
+ "dcNavChange": string;
647
+ }
648
+ interface HTMLLusterSidebarElement extends Components.LusterSidebar, HTMLStencilElement {
649
+ addEventListener<K extends keyof HTMLLusterSidebarElementEventMap>(type: K, listener: (this: HTMLLusterSidebarElement, ev: LusterSidebarCustomEvent<HTMLLusterSidebarElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
650
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
651
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
652
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
653
+ removeEventListener<K extends keyof HTMLLusterSidebarElementEventMap>(type: K, listener: (this: HTMLLusterSidebarElement, ev: LusterSidebarCustomEvent<HTMLLusterSidebarElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
654
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
655
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
656
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
657
+ }
658
+ var HTMLLusterSidebarElement: {
659
+ prototype: HTMLLusterSidebarElement;
660
+ new (): HTMLLusterSidebarElement;
661
+ };
662
+ interface HTMLLusterStatCardElement extends Components.LusterStatCard, HTMLStencilElement {
663
+ }
664
+ var HTMLLusterStatCardElement: {
665
+ prototype: HTMLLusterStatCardElement;
666
+ new (): HTMLLusterStatCardElement;
667
+ };
668
+ interface HTMLLusterTabsElementEventMap {
669
+ "dcTabChange": string;
670
+ }
671
+ interface HTMLLusterTabsElement extends Components.LusterTabs, HTMLStencilElement {
672
+ addEventListener<K extends keyof HTMLLusterTabsElementEventMap>(type: K, listener: (this: HTMLLusterTabsElement, ev: LusterTabsCustomEvent<HTMLLusterTabsElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
673
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
674
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
675
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
676
+ removeEventListener<K extends keyof HTMLLusterTabsElementEventMap>(type: K, listener: (this: HTMLLusterTabsElement, ev: LusterTabsCustomEvent<HTMLLusterTabsElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
677
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
678
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
679
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
680
+ }
681
+ var HTMLLusterTabsElement: {
682
+ prototype: HTMLLusterTabsElement;
683
+ new (): HTMLLusterTabsElement;
684
+ };
685
+ interface HTMLLusterToggleElementEventMap {
686
+ "dcChange": boolean;
687
+ }
688
+ interface HTMLLusterToggleElement extends Components.LusterToggle, HTMLStencilElement {
689
+ addEventListener<K extends keyof HTMLLusterToggleElementEventMap>(type: K, listener: (this: HTMLLusterToggleElement, ev: LusterToggleCustomEvent<HTMLLusterToggleElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
690
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
691
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
692
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
693
+ removeEventListener<K extends keyof HTMLLusterToggleElementEventMap>(type: K, listener: (this: HTMLLusterToggleElement, ev: LusterToggleCustomEvent<HTMLLusterToggleElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
694
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
695
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
696
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
697
+ }
698
+ var HTMLLusterToggleElement: {
699
+ prototype: HTMLLusterToggleElement;
700
+ new (): HTMLLusterToggleElement;
701
+ };
702
+ interface HTMLElementTagNameMap {
703
+ "luster-accordion": HTMLLusterAccordionElement;
704
+ "luster-activity-item": HTMLLusterActivityItemElement;
705
+ "luster-alert": HTMLLusterAlertElement;
706
+ "luster-article-card": HTMLLusterArticleCardElement;
707
+ "luster-badge": HTMLLusterBadgeElement;
708
+ "luster-button": HTMLLusterButtonElement;
709
+ "luster-card": HTMLLusterCardElement;
710
+ "luster-checkbox": HTMLLusterCheckboxElement;
711
+ "luster-color-swatch": HTMLLusterColorSwatchElement;
712
+ "luster-feature-quote": HTMLLusterFeatureQuoteElement;
713
+ "luster-hero": HTMLLusterHeroElement;
714
+ "luster-input": HTMLLusterInputElement;
715
+ "luster-modal": HTMLLusterModalElement;
716
+ "luster-navbar": HTMLLusterNavbarElement;
717
+ "luster-profile-card": HTMLLusterProfileCardElement;
718
+ "luster-resource-table": HTMLLusterResourceTableElement;
719
+ "luster-sidebar": HTMLLusterSidebarElement;
720
+ "luster-stat-card": HTMLLusterStatCardElement;
721
+ "luster-tabs": HTMLLusterTabsElement;
722
+ "luster-toggle": HTMLLusterToggleElement;
723
+ }
724
+ }
725
+ declare namespace LocalJSX {
726
+ interface LusterAccordion {
727
+ /**
728
+ * @default ''
729
+ */
730
+ "badge"?: string;
731
+ /**
732
+ * @default 'default'
733
+ */
734
+ "badgeVariant"?: 'primary' | 'default' | 'success' | 'beta';
735
+ /**
736
+ * @default false
737
+ */
738
+ "expanded"?: boolean;
739
+ /**
740
+ * @default ''
741
+ */
742
+ "heading"?: string;
743
+ "onDcToggle"?: (event: LusterAccordionCustomEvent<boolean>) => void;
744
+ /**
745
+ * @default ''
746
+ */
747
+ "subtitle"?: string;
748
+ }
749
+ interface LusterActivityItem {
750
+ /**
751
+ * @default ''
752
+ */
753
+ "description"?: string;
754
+ /**
755
+ * @default false
756
+ */
757
+ "downloadable"?: boolean;
758
+ /**
759
+ * @default ''
760
+ */
761
+ "fileSize"?: string;
762
+ /**
763
+ * @default 'edit'
764
+ */
765
+ "icon"?: string;
766
+ /**
767
+ * @default ''
768
+ */
769
+ "label"?: string;
770
+ /**
771
+ * @default ''
772
+ */
773
+ "time"?: string;
774
+ /**
775
+ * @default 'activity'
776
+ */
777
+ "variant"?: 'activity' | 'file';
778
+ }
779
+ interface LusterAlert {
780
+ /**
781
+ * @default true
782
+ */
783
+ "dismissible"?: boolean;
784
+ /**
785
+ * @default ''
786
+ */
787
+ "heading"?: string;
788
+ /**
789
+ * @default ''
790
+ */
791
+ "message"?: string;
792
+ "onDcDismiss"?: (event: LusterAlertCustomEvent<void>) => void;
793
+ /**
794
+ * @default ''
795
+ */
796
+ "timestamp"?: string;
797
+ /**
798
+ * @default 'info'
799
+ */
800
+ "variant"?: 'info' | 'success' | 'warning' | 'error';
801
+ }
802
+ interface LusterArticleCard {
803
+ /**
804
+ * @default ''
805
+ */
806
+ "author"?: string;
807
+ /**
808
+ * @default ''
809
+ */
810
+ "authorRole"?: string;
811
+ /**
812
+ * @default ''
813
+ */
814
+ "category"?: string;
815
+ /**
816
+ * @default ''
817
+ */
818
+ "date"?: string;
819
+ /**
820
+ * @default ''
821
+ */
822
+ "excerpt"?: string;
823
+ /**
824
+ * @default false
825
+ */
826
+ "featured"?: boolean;
827
+ /**
828
+ * @default ''
829
+ */
830
+ "heading"?: string;
831
+ /**
832
+ * @default ''
833
+ */
834
+ "imageUrl"?: string;
835
+ }
836
+ interface LusterBadge {
837
+ /**
838
+ * @default false
839
+ */
840
+ "dot"?: boolean;
841
+ /**
842
+ * @default 'md'
843
+ */
844
+ "size"?: 'sm' | 'md';
845
+ /**
846
+ * @default 'default'
847
+ */
848
+ "variant"?: 'default' | 'primary' | 'success' | 'warning' | 'error' | 'beta' | 'live';
849
+ }
850
+ interface LusterButton {
851
+ /**
852
+ * @default false
853
+ */
854
+ "disabled"?: boolean;
855
+ /**
856
+ * @default false
857
+ */
858
+ "fullWidth"?: boolean;
859
+ /**
860
+ * @default false
861
+ */
862
+ "loading"?: boolean;
863
+ "onDcClick"?: (event: LusterButtonCustomEvent<void>) => void;
864
+ /**
865
+ * @default 'md'
866
+ */
867
+ "size"?: 'sm' | 'md' | 'lg';
868
+ /**
869
+ * @default 'button'
870
+ */
871
+ "type"?: 'button' | 'submit' | 'reset';
872
+ /**
873
+ * @default 'primary'
874
+ */
875
+ "variant"?: 'primary' | 'secondary' | 'tertiary' | 'destructive';
876
+ }
877
+ interface LusterCard {
878
+ /**
879
+ * @default false
880
+ */
881
+ "hoverable"?: boolean;
882
+ /**
883
+ * @default 'md'
884
+ */
885
+ "padding"?: 'sm' | 'md' | 'lg' | 'none';
886
+ /**
887
+ * @default 'default'
888
+ */
889
+ "variant"?: 'default' | 'elevated' | 'glass' | 'feature';
890
+ }
891
+ interface LusterCheckbox {
892
+ /**
893
+ * @default false
894
+ */
895
+ "checked"?: boolean;
896
+ /**
897
+ * @default false
898
+ */
899
+ "disabled"?: boolean;
900
+ /**
901
+ * @default false
902
+ */
903
+ "indeterminate"?: boolean;
904
+ /**
905
+ * @default ''
906
+ */
907
+ "label"?: string;
908
+ "onDcChange"?: (event: LusterCheckboxCustomEvent<boolean>) => void;
909
+ /**
910
+ * @default ''
911
+ */
912
+ "value"?: string;
913
+ }
914
+ interface LusterColorSwatch {
915
+ /**
916
+ * @default '#a3a6ff'
917
+ */
918
+ "color"?: string;
919
+ /**
920
+ * @default ''
921
+ */
922
+ "hex"?: string;
923
+ /**
924
+ * @default ''
925
+ */
926
+ "name"?: string;
927
+ /**
928
+ * @default 'md'
929
+ */
930
+ "size"?: 'sm' | 'md' | 'lg';
931
+ }
932
+ interface LusterFeatureQuote {
933
+ /**
934
+ * @default ''
935
+ */
936
+ "author"?: string;
937
+ /**
938
+ * @default ''
939
+ */
940
+ "quote"?: string;
941
+ /**
942
+ * @default ''
943
+ */
944
+ "role"?: string;
945
+ /**
946
+ * @default 'default'
947
+ */
948
+ "variant"?: 'default' | 'large' | 'inline';
949
+ }
950
+ interface LusterHero {
951
+ /**
952
+ * @default ''
953
+ */
954
+ "heading"?: string;
955
+ /**
956
+ * @default ''
957
+ */
958
+ "imageUrl"?: string;
959
+ /**
960
+ * @default false
961
+ */
962
+ "parallax"?: boolean;
963
+ /**
964
+ * @default ''
965
+ */
966
+ "section"?: string;
967
+ /**
968
+ * @default ''
969
+ */
970
+ "subtitle"?: string;
971
+ }
972
+ interface LusterInput {
973
+ /**
974
+ * @default false
975
+ */
976
+ "disabled"?: boolean;
977
+ /**
978
+ * @default false
979
+ */
980
+ "error"?: boolean;
981
+ /**
982
+ * @default ''
983
+ */
984
+ "errorMessage"?: string;
985
+ /**
986
+ * @default ''
987
+ */
988
+ "helperText"?: string;
989
+ /**
990
+ * @default ''
991
+ */
992
+ "label"?: string;
993
+ /**
994
+ * @default ''
995
+ */
996
+ "name"?: string;
997
+ "onDcBlur"?: (event: LusterInputCustomEvent<void>) => void;
998
+ "onDcChange"?: (event: LusterInputCustomEvent<string>) => void;
999
+ "onDcFocus"?: (event: LusterInputCustomEvent<void>) => void;
1000
+ "onDcInput"?: (event: LusterInputCustomEvent<string>) => void;
1001
+ /**
1002
+ * @default ''
1003
+ */
1004
+ "placeholder"?: string;
1005
+ /**
1006
+ * @default false
1007
+ */
1008
+ "readonly"?: boolean;
1009
+ /**
1010
+ * @default 'text'
1011
+ */
1012
+ "type"?: string;
1013
+ /**
1014
+ * @default ''
1015
+ */
1016
+ "value"?: string;
1017
+ }
1018
+ interface LusterModal {
1019
+ /**
1020
+ * @default 'Cancel'
1021
+ */
1022
+ "cancelLabel"?: string;
1023
+ /**
1024
+ * @default 'Proceed'
1025
+ */
1026
+ "confirmLabel"?: string;
1027
+ /**
1028
+ * @default ''
1029
+ */
1030
+ "heading"?: string;
1031
+ "onDcClose"?: (event: LusterModalCustomEvent<void>) => void;
1032
+ "onDcConfirm"?: (event: LusterModalCustomEvent<void>) => void;
1033
+ /**
1034
+ * @default false
1035
+ */
1036
+ "open"?: boolean;
1037
+ /**
1038
+ * @default 'md'
1039
+ */
1040
+ "size"?: 'sm' | 'md' | 'lg';
1041
+ /**
1042
+ * @default ''
1043
+ */
1044
+ "subtitle"?: string;
1045
+ }
1046
+ interface LusterNavbar {
1047
+ /**
1048
+ * @default 'explorer'
1049
+ */
1050
+ "activeLink"?: string;
1051
+ /**
1052
+ * @default 'EDITORIAL SYSTEM'
1053
+ */
1054
+ "logoSub"?: string;
1055
+ /**
1056
+ * @default 'The Digital Curator'
1057
+ */
1058
+ "logoTitle"?: string;
1059
+ }
1060
+ interface LusterProfileCard {
1061
+ /**
1062
+ * @default ''
1063
+ */
1064
+ "avatar"?: string;
1065
+ /**
1066
+ * @default 'View Portfolio'
1067
+ */
1068
+ "ctaLabel"?: string;
1069
+ /**
1070
+ * @default ''
1071
+ */
1072
+ "name"?: string;
1073
+ /**
1074
+ * @default ''
1075
+ */
1076
+ "role"?: string;
1077
+ /**
1078
+ * @default ''
1079
+ */
1080
+ "stat1Label"?: string;
1081
+ /**
1082
+ * @default ''
1083
+ */
1084
+ "stat1Value"?: string;
1085
+ /**
1086
+ * @default ''
1087
+ */
1088
+ "stat2Label"?: string;
1089
+ /**
1090
+ * @default ''
1091
+ */
1092
+ "stat2Value"?: string;
1093
+ }
1094
+ interface LusterResourceTable {
1095
+ /**
1096
+ * @default '[]'
1097
+ */
1098
+ "rows"?: ResourceRow[] | string;
1099
+ }
1100
+ interface LusterSidebar {
1101
+ /**
1102
+ * @default 'foundations'
1103
+ */
1104
+ "active"?: string;
1105
+ "onDcNavChange"?: (event: LusterSidebarCustomEvent<string>) => void;
1106
+ }
1107
+ interface LusterStatCard {
1108
+ /**
1109
+ * @default ''
1110
+ */
1111
+ "description"?: string;
1112
+ /**
1113
+ * @default false
1114
+ */
1115
+ "hasToggle"?: boolean;
1116
+ /**
1117
+ * @default ''
1118
+ */
1119
+ "heading"?: string;
1120
+ /**
1121
+ * @default ''
1122
+ */
1123
+ "icon"?: string;
1124
+ /**
1125
+ * @default 'active'
1126
+ */
1127
+ "status"?: 'active' | 'beta' | 'deprecated';
1128
+ /**
1129
+ * @default false
1130
+ */
1131
+ "toggleOn"?: boolean;
1132
+ /**
1133
+ * @default ''
1134
+ */
1135
+ "users"?: string;
1136
+ /**
1137
+ * @default ''
1138
+ */
1139
+ "version"?: string;
1140
+ }
1141
+ interface LusterTabs {
1142
+ /**
1143
+ * @default ''
1144
+ */
1145
+ "active"?: string;
1146
+ "onDcTabChange"?: (event: LusterTabsCustomEvent<string>) => void;
1147
+ /**
1148
+ * @default ''
1149
+ */
1150
+ "tabs"?: TabItem[] | string;
1151
+ }
1152
+ interface LusterToggle {
1153
+ /**
1154
+ * @default false
1155
+ */
1156
+ "checked"?: boolean;
1157
+ /**
1158
+ * @default false
1159
+ */
1160
+ "disabled"?: boolean;
1161
+ /**
1162
+ * @default ''
1163
+ */
1164
+ "label"?: string;
1165
+ "onDcChange"?: (event: LusterToggleCustomEvent<boolean>) => void;
1166
+ }
1167
+
1168
+ interface LusterAccordionAttributes {
1169
+ "heading": string;
1170
+ "subtitle": string;
1171
+ "badge": string;
1172
+ "badgeVariant": 'primary' | 'default' | 'success' | 'beta';
1173
+ "expanded": boolean;
1174
+ }
1175
+ interface LusterActivityItemAttributes {
1176
+ "label": string;
1177
+ "description": string;
1178
+ "time": string;
1179
+ "variant": 'activity' | 'file';
1180
+ "icon": string;
1181
+ "fileSize": string;
1182
+ "downloadable": boolean;
1183
+ }
1184
+ interface LusterAlertAttributes {
1185
+ "heading": string;
1186
+ "message": string;
1187
+ "variant": 'info' | 'success' | 'warning' | 'error';
1188
+ "dismissible": boolean;
1189
+ "timestamp": string;
1190
+ }
1191
+ interface LusterArticleCardAttributes {
1192
+ "category": string;
1193
+ "heading": string;
1194
+ "excerpt": string;
1195
+ "date": string;
1196
+ "author": string;
1197
+ "authorRole": string;
1198
+ "imageUrl": string;
1199
+ "featured": boolean;
1200
+ }
1201
+ interface LusterBadgeAttributes {
1202
+ "variant": 'default' | 'primary' | 'success' | 'warning' | 'error' | 'beta' | 'live';
1203
+ "dot": boolean;
1204
+ "size": 'sm' | 'md';
1205
+ }
1206
+ interface LusterButtonAttributes {
1207
+ "variant": 'primary' | 'secondary' | 'tertiary' | 'destructive';
1208
+ "size": 'sm' | 'md' | 'lg';
1209
+ "disabled": boolean;
1210
+ "loading": boolean;
1211
+ "fullWidth": boolean;
1212
+ "type": 'button' | 'submit' | 'reset';
1213
+ }
1214
+ interface LusterCardAttributes {
1215
+ "variant": 'default' | 'elevated' | 'glass' | 'feature';
1216
+ "padding": 'sm' | 'md' | 'lg' | 'none';
1217
+ "hoverable": boolean;
1218
+ }
1219
+ interface LusterCheckboxAttributes {
1220
+ "label": string;
1221
+ "checked": boolean;
1222
+ "disabled": boolean;
1223
+ "indeterminate": boolean;
1224
+ "value": string;
1225
+ }
1226
+ interface LusterColorSwatchAttributes {
1227
+ "color": string;
1228
+ "name": string;
1229
+ "hex": string;
1230
+ "size": 'sm' | 'md' | 'lg';
1231
+ }
1232
+ interface LusterFeatureQuoteAttributes {
1233
+ "quote": string;
1234
+ "author": string;
1235
+ "role": string;
1236
+ "variant": 'default' | 'large' | 'inline';
1237
+ }
1238
+ interface LusterHeroAttributes {
1239
+ "heading": string;
1240
+ "subtitle": string;
1241
+ "section": string;
1242
+ "imageUrl": string;
1243
+ "parallax": boolean;
1244
+ }
1245
+ interface LusterInputAttributes {
1246
+ "label": string;
1247
+ "placeholder": string;
1248
+ "value": string;
1249
+ "type": string;
1250
+ "error": boolean;
1251
+ "errorMessage": string;
1252
+ "helperText": string;
1253
+ "disabled": boolean;
1254
+ "readonly": boolean;
1255
+ "name": string;
1256
+ }
1257
+ interface LusterModalAttributes {
1258
+ "open": boolean;
1259
+ "heading": string;
1260
+ "subtitle": string;
1261
+ "confirmLabel": string;
1262
+ "cancelLabel": string;
1263
+ "size": 'sm' | 'md' | 'lg';
1264
+ }
1265
+ interface LusterNavbarAttributes {
1266
+ "logoTitle": string;
1267
+ "logoSub": string;
1268
+ "activeLink": string;
1269
+ }
1270
+ interface LusterProfileCardAttributes {
1271
+ "name": string;
1272
+ "role": string;
1273
+ "avatar": string;
1274
+ "stat1Value": string;
1275
+ "stat1Label": string;
1276
+ "stat2Value": string;
1277
+ "stat2Label": string;
1278
+ "ctaLabel": string;
1279
+ }
1280
+ interface LusterResourceTableAttributes {
1281
+ "rows": ResourceRow[] | string;
1282
+ }
1283
+ interface LusterSidebarAttributes {
1284
+ "active": string;
1285
+ }
1286
+ interface LusterStatCardAttributes {
1287
+ "heading": string;
1288
+ "description": string;
1289
+ "version": string;
1290
+ "status": 'active' | 'beta' | 'deprecated';
1291
+ "users": string;
1292
+ "hasToggle": boolean;
1293
+ "toggleOn": boolean;
1294
+ "icon": string;
1295
+ }
1296
+ interface LusterTabsAttributes {
1297
+ "tabs": TabItem[] | string;
1298
+ "active": string;
1299
+ }
1300
+ interface LusterToggleAttributes {
1301
+ "label": string;
1302
+ "checked": boolean;
1303
+ "disabled": boolean;
1304
+ }
1305
+
1306
+ interface IntrinsicElements {
1307
+ "luster-accordion": Omit<LusterAccordion, keyof LusterAccordionAttributes> & { [K in keyof LusterAccordion & keyof LusterAccordionAttributes]?: LusterAccordion[K] } & { [K in keyof LusterAccordion & keyof LusterAccordionAttributes as `attr:${K}`]?: LusterAccordionAttributes[K] } & { [K in keyof LusterAccordion & keyof LusterAccordionAttributes as `prop:${K}`]?: LusterAccordion[K] };
1308
+ "luster-activity-item": Omit<LusterActivityItem, keyof LusterActivityItemAttributes> & { [K in keyof LusterActivityItem & keyof LusterActivityItemAttributes]?: LusterActivityItem[K] } & { [K in keyof LusterActivityItem & keyof LusterActivityItemAttributes as `attr:${K}`]?: LusterActivityItemAttributes[K] } & { [K in keyof LusterActivityItem & keyof LusterActivityItemAttributes as `prop:${K}`]?: LusterActivityItem[K] };
1309
+ "luster-alert": Omit<LusterAlert, keyof LusterAlertAttributes> & { [K in keyof LusterAlert & keyof LusterAlertAttributes]?: LusterAlert[K] } & { [K in keyof LusterAlert & keyof LusterAlertAttributes as `attr:${K}`]?: LusterAlertAttributes[K] } & { [K in keyof LusterAlert & keyof LusterAlertAttributes as `prop:${K}`]?: LusterAlert[K] };
1310
+ "luster-article-card": Omit<LusterArticleCard, keyof LusterArticleCardAttributes> & { [K in keyof LusterArticleCard & keyof LusterArticleCardAttributes]?: LusterArticleCard[K] } & { [K in keyof LusterArticleCard & keyof LusterArticleCardAttributes as `attr:${K}`]?: LusterArticleCardAttributes[K] } & { [K in keyof LusterArticleCard & keyof LusterArticleCardAttributes as `prop:${K}`]?: LusterArticleCard[K] };
1311
+ "luster-badge": Omit<LusterBadge, keyof LusterBadgeAttributes> & { [K in keyof LusterBadge & keyof LusterBadgeAttributes]?: LusterBadge[K] } & { [K in keyof LusterBadge & keyof LusterBadgeAttributes as `attr:${K}`]?: LusterBadgeAttributes[K] } & { [K in keyof LusterBadge & keyof LusterBadgeAttributes as `prop:${K}`]?: LusterBadge[K] };
1312
+ "luster-button": Omit<LusterButton, keyof LusterButtonAttributes> & { [K in keyof LusterButton & keyof LusterButtonAttributes]?: LusterButton[K] } & { [K in keyof LusterButton & keyof LusterButtonAttributes as `attr:${K}`]?: LusterButtonAttributes[K] } & { [K in keyof LusterButton & keyof LusterButtonAttributes as `prop:${K}`]?: LusterButton[K] };
1313
+ "luster-card": Omit<LusterCard, keyof LusterCardAttributes> & { [K in keyof LusterCard & keyof LusterCardAttributes]?: LusterCard[K] } & { [K in keyof LusterCard & keyof LusterCardAttributes as `attr:${K}`]?: LusterCardAttributes[K] } & { [K in keyof LusterCard & keyof LusterCardAttributes as `prop:${K}`]?: LusterCard[K] };
1314
+ "luster-checkbox": Omit<LusterCheckbox, keyof LusterCheckboxAttributes> & { [K in keyof LusterCheckbox & keyof LusterCheckboxAttributes]?: LusterCheckbox[K] } & { [K in keyof LusterCheckbox & keyof LusterCheckboxAttributes as `attr:${K}`]?: LusterCheckboxAttributes[K] } & { [K in keyof LusterCheckbox & keyof LusterCheckboxAttributes as `prop:${K}`]?: LusterCheckbox[K] };
1315
+ "luster-color-swatch": Omit<LusterColorSwatch, keyof LusterColorSwatchAttributes> & { [K in keyof LusterColorSwatch & keyof LusterColorSwatchAttributes]?: LusterColorSwatch[K] } & { [K in keyof LusterColorSwatch & keyof LusterColorSwatchAttributes as `attr:${K}`]?: LusterColorSwatchAttributes[K] } & { [K in keyof LusterColorSwatch & keyof LusterColorSwatchAttributes as `prop:${K}`]?: LusterColorSwatch[K] };
1316
+ "luster-feature-quote": Omit<LusterFeatureQuote, keyof LusterFeatureQuoteAttributes> & { [K in keyof LusterFeatureQuote & keyof LusterFeatureQuoteAttributes]?: LusterFeatureQuote[K] } & { [K in keyof LusterFeatureQuote & keyof LusterFeatureQuoteAttributes as `attr:${K}`]?: LusterFeatureQuoteAttributes[K] } & { [K in keyof LusterFeatureQuote & keyof LusterFeatureQuoteAttributes as `prop:${K}`]?: LusterFeatureQuote[K] };
1317
+ "luster-hero": Omit<LusterHero, keyof LusterHeroAttributes> & { [K in keyof LusterHero & keyof LusterHeroAttributes]?: LusterHero[K] } & { [K in keyof LusterHero & keyof LusterHeroAttributes as `attr:${K}`]?: LusterHeroAttributes[K] } & { [K in keyof LusterHero & keyof LusterHeroAttributes as `prop:${K}`]?: LusterHero[K] };
1318
+ "luster-input": Omit<LusterInput, keyof LusterInputAttributes> & { [K in keyof LusterInput & keyof LusterInputAttributes]?: LusterInput[K] } & { [K in keyof LusterInput & keyof LusterInputAttributes as `attr:${K}`]?: LusterInputAttributes[K] } & { [K in keyof LusterInput & keyof LusterInputAttributes as `prop:${K}`]?: LusterInput[K] };
1319
+ "luster-modal": Omit<LusterModal, keyof LusterModalAttributes> & { [K in keyof LusterModal & keyof LusterModalAttributes]?: LusterModal[K] } & { [K in keyof LusterModal & keyof LusterModalAttributes as `attr:${K}`]?: LusterModalAttributes[K] } & { [K in keyof LusterModal & keyof LusterModalAttributes as `prop:${K}`]?: LusterModal[K] };
1320
+ "luster-navbar": Omit<LusterNavbar, keyof LusterNavbarAttributes> & { [K in keyof LusterNavbar & keyof LusterNavbarAttributes]?: LusterNavbar[K] } & { [K in keyof LusterNavbar & keyof LusterNavbarAttributes as `attr:${K}`]?: LusterNavbarAttributes[K] } & { [K in keyof LusterNavbar & keyof LusterNavbarAttributes as `prop:${K}`]?: LusterNavbar[K] };
1321
+ "luster-profile-card": Omit<LusterProfileCard, keyof LusterProfileCardAttributes> & { [K in keyof LusterProfileCard & keyof LusterProfileCardAttributes]?: LusterProfileCard[K] } & { [K in keyof LusterProfileCard & keyof LusterProfileCardAttributes as `attr:${K}`]?: LusterProfileCardAttributes[K] } & { [K in keyof LusterProfileCard & keyof LusterProfileCardAttributes as `prop:${K}`]?: LusterProfileCard[K] };
1322
+ "luster-resource-table": Omit<LusterResourceTable, keyof LusterResourceTableAttributes> & { [K in keyof LusterResourceTable & keyof LusterResourceTableAttributes]?: LusterResourceTable[K] } & { [K in keyof LusterResourceTable & keyof LusterResourceTableAttributes as `attr:${K}`]?: LusterResourceTableAttributes[K] } & { [K in keyof LusterResourceTable & keyof LusterResourceTableAttributes as `prop:${K}`]?: LusterResourceTable[K] };
1323
+ "luster-sidebar": Omit<LusterSidebar, keyof LusterSidebarAttributes> & { [K in keyof LusterSidebar & keyof LusterSidebarAttributes]?: LusterSidebar[K] } & { [K in keyof LusterSidebar & keyof LusterSidebarAttributes as `attr:${K}`]?: LusterSidebarAttributes[K] } & { [K in keyof LusterSidebar & keyof LusterSidebarAttributes as `prop:${K}`]?: LusterSidebar[K] };
1324
+ "luster-stat-card": Omit<LusterStatCard, keyof LusterStatCardAttributes> & { [K in keyof LusterStatCard & keyof LusterStatCardAttributes]?: LusterStatCard[K] } & { [K in keyof LusterStatCard & keyof LusterStatCardAttributes as `attr:${K}`]?: LusterStatCardAttributes[K] } & { [K in keyof LusterStatCard & keyof LusterStatCardAttributes as `prop:${K}`]?: LusterStatCard[K] };
1325
+ "luster-tabs": Omit<LusterTabs, keyof LusterTabsAttributes> & { [K in keyof LusterTabs & keyof LusterTabsAttributes]?: LusterTabs[K] } & { [K in keyof LusterTabs & keyof LusterTabsAttributes as `attr:${K}`]?: LusterTabsAttributes[K] } & { [K in keyof LusterTabs & keyof LusterTabsAttributes as `prop:${K}`]?: LusterTabs[K] };
1326
+ "luster-toggle": Omit<LusterToggle, keyof LusterToggleAttributes> & { [K in keyof LusterToggle & keyof LusterToggleAttributes]?: LusterToggle[K] } & { [K in keyof LusterToggle & keyof LusterToggleAttributes as `attr:${K}`]?: LusterToggleAttributes[K] } & { [K in keyof LusterToggle & keyof LusterToggleAttributes as `prop:${K}`]?: LusterToggle[K] };
1327
+ }
1328
+ }
1329
+ export { LocalJSX as JSX };
1330
+ declare module "@stencil/core" {
1331
+ export namespace JSX {
1332
+ interface IntrinsicElements {
1333
+ "luster-accordion": LocalJSX.IntrinsicElements["luster-accordion"] & JSXBase.HTMLAttributes<HTMLLusterAccordionElement>;
1334
+ "luster-activity-item": LocalJSX.IntrinsicElements["luster-activity-item"] & JSXBase.HTMLAttributes<HTMLLusterActivityItemElement>;
1335
+ "luster-alert": LocalJSX.IntrinsicElements["luster-alert"] & JSXBase.HTMLAttributes<HTMLLusterAlertElement>;
1336
+ "luster-article-card": LocalJSX.IntrinsicElements["luster-article-card"] & JSXBase.HTMLAttributes<HTMLLusterArticleCardElement>;
1337
+ "luster-badge": LocalJSX.IntrinsicElements["luster-badge"] & JSXBase.HTMLAttributes<HTMLLusterBadgeElement>;
1338
+ "luster-button": LocalJSX.IntrinsicElements["luster-button"] & JSXBase.HTMLAttributes<HTMLLusterButtonElement>;
1339
+ "luster-card": LocalJSX.IntrinsicElements["luster-card"] & JSXBase.HTMLAttributes<HTMLLusterCardElement>;
1340
+ "luster-checkbox": LocalJSX.IntrinsicElements["luster-checkbox"] & JSXBase.HTMLAttributes<HTMLLusterCheckboxElement>;
1341
+ "luster-color-swatch": LocalJSX.IntrinsicElements["luster-color-swatch"] & JSXBase.HTMLAttributes<HTMLLusterColorSwatchElement>;
1342
+ "luster-feature-quote": LocalJSX.IntrinsicElements["luster-feature-quote"] & JSXBase.HTMLAttributes<HTMLLusterFeatureQuoteElement>;
1343
+ "luster-hero": LocalJSX.IntrinsicElements["luster-hero"] & JSXBase.HTMLAttributes<HTMLLusterHeroElement>;
1344
+ "luster-input": LocalJSX.IntrinsicElements["luster-input"] & JSXBase.HTMLAttributes<HTMLLusterInputElement>;
1345
+ "luster-modal": LocalJSX.IntrinsicElements["luster-modal"] & JSXBase.HTMLAttributes<HTMLLusterModalElement>;
1346
+ "luster-navbar": LocalJSX.IntrinsicElements["luster-navbar"] & JSXBase.HTMLAttributes<HTMLLusterNavbarElement>;
1347
+ "luster-profile-card": LocalJSX.IntrinsicElements["luster-profile-card"] & JSXBase.HTMLAttributes<HTMLLusterProfileCardElement>;
1348
+ "luster-resource-table": LocalJSX.IntrinsicElements["luster-resource-table"] & JSXBase.HTMLAttributes<HTMLLusterResourceTableElement>;
1349
+ "luster-sidebar": LocalJSX.IntrinsicElements["luster-sidebar"] & JSXBase.HTMLAttributes<HTMLLusterSidebarElement>;
1350
+ "luster-stat-card": LocalJSX.IntrinsicElements["luster-stat-card"] & JSXBase.HTMLAttributes<HTMLLusterStatCardElement>;
1351
+ "luster-tabs": LocalJSX.IntrinsicElements["luster-tabs"] & JSXBase.HTMLAttributes<HTMLLusterTabsElement>;
1352
+ "luster-toggle": LocalJSX.IntrinsicElements["luster-toggle"] & JSXBase.HTMLAttributes<HTMLLusterToggleElement>;
1353
+ }
1354
+ }
1355
+ }