@universal-material/web 3.0.17 → 3.0.19

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.
@@ -7,6 +7,14 @@
7
7
  "path": "src/index.ts",
8
8
  "declarations": [],
9
9
  "exports": [
10
+ {
11
+ "kind": "js",
12
+ "name": "*",
13
+ "declaration": {
14
+ "name": "*",
15
+ "package": "./button/button-base.js"
16
+ }
17
+ },
10
18
  {
11
19
  "kind": "js",
12
20
  "name": "*",
@@ -52,7 +60,7 @@
52
60
  "name": "*",
53
61
  "declaration": {
54
62
  "name": "*",
55
- "package": "./checkbox/checkbox.js"
63
+ "package": "./card/card-content.js"
56
64
  }
57
65
  },
58
66
  {
@@ -60,7 +68,7 @@
60
68
  "name": "*",
61
69
  "declaration": {
62
70
  "name": "*",
63
- "package": "./container/container.js"
71
+ "package": "./card/card-media.js"
64
72
  }
65
73
  },
66
74
  {
@@ -68,7 +76,7 @@
68
76
  "name": "*",
69
77
  "declaration": {
70
78
  "name": "*",
71
- "package": "./divider/divider.js"
79
+ "package": "./checkbox/checkbox.js"
72
80
  }
73
81
  },
74
82
  {
@@ -76,7 +84,7 @@
76
84
  "name": "*",
77
85
  "declaration": {
78
86
  "name": "*",
79
- "package": "./elevation/elevation.js"
87
+ "package": "./container/grid-base.js"
80
88
  }
81
89
  },
82
90
  {
@@ -84,7 +92,7 @@
84
92
  "name": "*",
85
93
  "declaration": {
86
94
  "name": "*",
87
- "package": "./ripple/ripple.js"
95
+ "package": "./container/grid.js"
88
96
  }
89
97
  },
90
98
  {
@@ -92,256 +100,47 @@
92
100
  "name": "*",
93
101
  "declaration": {
94
102
  "name": "*",
95
- "package": "./table/table.js"
96
- }
97
- }
98
- ]
99
- },
100
- {
101
- "kind": "javascript-module",
102
- "path": "src/card/card-content.styles.ts",
103
- "declarations": [
104
- {
105
- "kind": "variable",
106
- "name": "styles",
107
- "default": "css `\n :host {\n display: block;\n }\n\n :host(:has(slot > *)) {\n display: none;\n }\n\n :host([has-content]) {\n padding: var(--u-card-padding, 16px);\n }\n`"
108
- }
109
- ],
110
- "exports": [
111
- {
112
- "kind": "js",
113
- "name": "styles",
114
- "declaration": {
115
- "name": "styles",
116
- "module": "src/card/card-content.styles.ts"
117
- }
118
- }
119
- ]
120
- },
121
- {
122
- "kind": "javascript-module",
123
- "path": "src/card/card-content.ts",
124
- "declarations": [
125
- {
126
- "kind": "class",
127
- "description": "",
128
- "name": "UmCardContent",
129
- "members": [
130
- {
131
- "kind": "field",
132
- "name": "hasContent",
133
- "type": {
134
- "text": "boolean"
135
- },
136
- "default": "false",
137
- "attribute": "has-content",
138
- "reflects": true
139
- },
140
- {
141
- "kind": "method",
142
- "name": "handleSlotChange",
143
- "privacy": "private",
144
- "parameters": [
145
- {
146
- "name": "e",
147
- "type": {
148
- "text": "Event"
149
- }
150
- }
151
- ]
152
- }
153
- ],
154
- "attributes": [
155
- {
156
- "name": "has-content",
157
- "type": {
158
- "text": "boolean"
159
- },
160
- "default": "false",
161
- "fieldName": "hasContent"
162
- }
163
- ],
164
- "superclass": {
165
- "name": "LitElement",
166
- "package": "lit"
167
- },
168
- "tagName": "u-card-content",
169
- "customElement": true
170
- }
171
- ],
172
- "exports": [
173
- {
174
- "kind": "js",
175
- "name": "UmCardContent",
176
- "declaration": {
177
- "name": "UmCardContent",
178
- "module": "src/card/card-content.ts"
103
+ "package": "./container/container.js"
179
104
  }
180
105
  },
181
- {
182
- "kind": "custom-element-definition",
183
- "name": "u-card-content",
184
- "declaration": {
185
- "name": "UmCardContent",
186
- "module": "src/card/card-content.ts"
187
- }
188
- }
189
- ]
190
- },
191
- {
192
- "kind": "javascript-module",
193
- "path": "src/card/card-media.styles.ts",
194
- "declarations": [
195
- {
196
- "kind": "variable",
197
- "name": "styles",
198
- "default": "css `\n :host {\n display: block;\n aspect-ratio: 1;\n border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px));\n }\n\n :host([wide]) {\n aspect-ratio: 16/9;\n }\n`"
199
- }
200
- ],
201
- "exports": [
202
106
  {
203
107
  "kind": "js",
204
- "name": "styles",
108
+ "name": "*",
205
109
  "declaration": {
206
- "name": "styles",
207
- "module": "src/card/card-media.styles.ts"
110
+ "name": "*",
111
+ "package": "./divider/divider.js"
208
112
  }
209
- }
210
- ]
211
- },
212
- {
213
- "kind": "javascript-module",
214
- "path": "src/card/card-media.ts",
215
- "declarations": [
216
- {
217
- "kind": "class",
218
- "description": "",
219
- "name": "UmCardMedia",
220
- "members": [
221
- {
222
- "kind": "field",
223
- "name": "wide",
224
- "type": {
225
- "text": "boolean"
226
- },
227
- "default": "false",
228
- "attribute": "wide",
229
- "reflects": true
230
- }
231
- ],
232
- "attributes": [
233
- {
234
- "name": "wide",
235
- "type": {
236
- "text": "boolean"
237
- },
238
- "default": "false",
239
- "fieldName": "wide"
240
- }
241
- ],
242
- "superclass": {
243
- "name": "LitElement",
244
- "package": "lit"
245
- },
246
- "tagName": "u-card-media",
247
- "customElement": true
248
- }
249
- ],
250
- "exports": [
113
+ },
251
114
  {
252
115
  "kind": "js",
253
- "name": "UmCardMedia",
116
+ "name": "*",
254
117
  "declaration": {
255
- "name": "UmCardMedia",
256
- "module": "src/card/card-media.ts"
118
+ "name": "*",
119
+ "package": "./elevation/elevation.js"
257
120
  }
258
121
  },
259
- {
260
- "kind": "custom-element-definition",
261
- "name": "u-card-media",
262
- "declaration": {
263
- "name": "UmCardMedia",
264
- "module": "src/card/card-media.ts"
265
- }
266
- }
267
- ]
268
- },
269
- {
270
- "kind": "javascript-module",
271
- "path": "src/card/card.styles.ts",
272
- "declarations": [
273
- {
274
- "kind": "variable",
275
- "name": "styles",
276
- "default": "css `\n :host {\n display: block;\n position: relative;\n border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px));\n }\n\n :host(:not(:first-child)) {\n margin-top: 8px;\n }\n\n :host([variant=elevated]) {\n background-color: var(--u-color-surface-container-low, rgb(247, 242, 250));\n --u-elevation-level: var(--u-elevated-card-elevation-level, 1);\n }\n\n :host([variant=filled]) {\n background-color: var(--u-color-surface-container-highest, rgb(230, 224, 233));\n }\n\n :host([variant=outlined]) {\n border: var(--u-outlined-card-outline-width, 1px) solid var(--u-outlined-card-outline-color, var(--u-color-outline-variant, rgb(202, 196, 208)));\n }\n`"
277
- }
278
- ],
279
- "exports": [
280
122
  {
281
123
  "kind": "js",
282
- "name": "styles",
124
+ "name": "*",
283
125
  "declaration": {
284
- "name": "styles",
285
- "module": "src/card/card.styles.ts"
126
+ "name": "*",
127
+ "package": "./ripple/ripple.js"
286
128
  }
287
- }
288
- ]
289
- },
290
- {
291
- "kind": "javascript-module",
292
- "path": "src/card/card.ts",
293
- "declarations": [
294
- {
295
- "kind": "class",
296
- "description": "",
297
- "name": "UmCard",
298
- "members": [
299
- {
300
- "kind": "field",
301
- "name": "variant",
302
- "type": {
303
- "text": "'filled' | 'elevated' | 'outlined'"
304
- },
305
- "default": "'elevated'",
306
- "description": "The Card variant to render.",
307
- "attribute": "variant",
308
- "reflects": true
309
- }
310
- ],
311
- "attributes": [
312
- {
313
- "name": "variant",
314
- "type": {
315
- "text": "'filled' | 'elevated' | 'outlined'"
316
- },
317
- "default": "'elevated'",
318
- "description": "The Card variant to render.",
319
- "fieldName": "variant"
320
- }
321
- ],
322
- "superclass": {
323
- "name": "LitElement",
324
- "package": "lit"
325
- },
326
- "tagName": "u-card",
327
- "customElement": true
328
- }
329
- ],
330
- "exports": [
129
+ },
331
130
  {
332
131
  "kind": "js",
333
- "name": "UmCard",
132
+ "name": "*",
334
133
  "declaration": {
335
- "name": "UmCard",
336
- "module": "src/card/card.ts"
134
+ "name": "*",
135
+ "package": "./table/table.js"
337
136
  }
338
137
  },
339
138
  {
340
- "kind": "custom-element-definition",
341
- "name": "u-card",
139
+ "kind": "js",
140
+ "name": "*",
342
141
  "declaration": {
343
- "name": "UmCard",
344
- "module": "src/card/card.ts"
142
+ "name": "*",
143
+ "package": "./theme/theme-builder.js"
345
144
  }
346
145
  }
347
146
  ]
@@ -353,7 +152,7 @@
353
152
  {
354
153
  "kind": "variable",
355
154
  "name": "styles",
356
- "default": "css `\n :host {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n -webkit-tap-highlight-color: transparent;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n vertical-align: baseline;\n position: relative;\n white-space: nowrap;\n font-family: var(--u-font-family-base, system-ui);\n transition: color 150ms ease-in-out, background-color 150ms ease-in-out;\n }\n\n :host([disabled]) {\n --u-elevation-level: 0 !important;\n background-color: var(--u-button-disabled-background-color, rgba(var(--u-color-on-surface, 29, 27, 32), 0.12)) !important;\n color: var(--u-button-disabled-text-color, rgba(var(--u-color-on-surface, 29, 27, 32), 0.38)) !important;\n }\n\n :host([disabled]) .button {\n cursor: default;\n }\n\n * {\n color: inherit;\n }\n\n u-elevation {\n z-index: -1;\n }\n\n .button {\n cursor: pointer;\n position: absolute;\n inset: 0;\n font-family: inherit;\n border-radius: inherit;\n color: inherit;\n border: none;\n margin: 0;\n padding: 0;\n text-align: center;\n white-space: nowrap;\n background: transparent;\n user-select: none;\n text-decoration: none;\n outline: 0;\n z-index: 0;\n }\n\n .button:focus-visible {\n animation: offset-pulse 400ms ease;\n animation-fill-mode: forwards;\n outline-offset: 2px;\n }\n\n ::slotted([slot=icon]) {\n display: inline-block;\n }\n\n @keyframes offset-pulse {\n 0% {\n outline: 4px solid var(--_color-primary);\n }\n 50% {\n outline: 8px solid var(--_color-primary);\n }\n 100% {\n outline: 4px solid var(--_color-primary);\n }\n }\n`"
155
+ "default": "css `\n :host {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n -webkit-tap-highlight-color: transparent;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n vertical-align: baseline;\n position: relative;\n white-space: nowrap;\n font-family: var(--u-font-family-base, system-ui);\n transition: color 150ms ease-in-out, background-color 150ms ease-in-out;\n }\n\n :host([disabled]) {\n --u-elevation-level: 0 !important;\n background-color: var(--u-button-disabled-background-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), 0.12)) !important;\n color: var(--u-button-disabled-text-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), 0.38)) !important;\n }\n\n :host([disabled]) .button {\n cursor: default;\n }\n\n * {\n color: inherit;\n }\n\n u-elevation {\n z-index: -1;\n }\n\n .button {\n cursor: pointer;\n position: absolute;\n inset: 0;\n font-family: inherit;\n border-radius: inherit;\n color: inherit;\n border: none;\n margin: 0;\n padding: 0;\n text-align: center;\n white-space: nowrap;\n background: transparent;\n user-select: none;\n text-decoration: none;\n outline: 0;\n z-index: 0;\n }\n\n .button:focus-visible {\n animation: offset-pulse 400ms ease;\n animation-fill-mode: forwards;\n outline-offset: 2px;\n }\n\n ::slotted([slot=icon]) {\n display: inline-block;\n }\n\n @keyframes offset-pulse {\n 0% {\n outline: 4px solid var(--_color-primary);\n }\n 50% {\n outline: 8px solid var(--_color-primary);\n }\n 100% {\n outline: 4px solid var(--_color-primary);\n }\n }\n`"
357
156
  }
358
157
  ],
359
158
  "exports": [
@@ -374,7 +173,7 @@
374
173
  {
375
174
  "kind": "class",
376
175
  "description": "",
377
- "name": "ButtonBase",
176
+ "name": "UmButtonBase",
378
177
  "members": [
379
178
  {
380
179
  "kind": "field",
@@ -621,9 +420,9 @@
621
420
  "exports": [
622
421
  {
623
422
  "kind": "js",
624
- "name": "ButtonBase",
423
+ "name": "UmButtonBase",
625
424
  "declaration": {
626
- "name": "ButtonBase",
425
+ "name": "UmButtonBase",
627
426
  "module": "src/button/button-base.ts"
628
427
  }
629
428
  }
@@ -636,7 +435,7 @@
636
435
  {
637
436
  "kind": "variable",
638
437
  "name": "styles",
639
- "default": "css `\n :host {\n display: flex;\n gap: 8px;\n align-items: center;\n flex-wrap: wrap;\n }\n\n :host([align=start]) {\n justify-content: flex-start;\n }\n\n :host([align=center]) {\n justify-content: center;\n }\n\n :host([align=end]) {\n justify-content: flex-end;\n }\n\n :host([stack][align=start]) {\n align-items: flex-start;\n }\n\n :host([stack][align=center]) {\n align-items: center;\n }\n\n :host([stack][align=end]) {\n align-items: flex-end;\n }\n\n :host([stack]) {\n flex-direction: column;\n justify-content: flex-start;\n }\n`"
438
+ "default": "css `\n :host {\n display: flex;\n gap: 8px;\n align-items: center;\n flex-wrap: nowrap;\n }\n\n :host([align=start]) {\n justify-content: flex-start;\n }\n\n :host([align=center]) {\n justify-content: center;\n }\n\n :host([align=end]) {\n justify-content: flex-end;\n }\n\n :host([stack][align=start]) {\n align-items: flex-start;\n }\n\n :host([stack][align=center]) {\n align-items: center;\n }\n\n :host([stack][align=end]) {\n align-items: flex-end;\n }\n\n :host([stack]) {\n flex-direction: column;\n justify-content: flex-start;\n }\n`"
640
439
  }
641
440
  ],
642
441
  "exports": [
@@ -663,7 +462,7 @@
663
462
  "kind": "field",
664
463
  "name": "align",
665
464
  "type": {
666
- "text": "'start' | 'center' | 'end'"
465
+ "text": "UmButtonSetAlignment"
667
466
  },
668
467
  "default": "'end'",
669
468
  "description": "Set the alignment of the buttons at the `start`, `center` or at the `end`.",
@@ -686,7 +485,7 @@
686
485
  {
687
486
  "name": "align",
688
487
  "type": {
689
- "text": "'start' | 'center' | 'end'"
488
+ "text": "UmButtonSetAlignment"
690
489
  },
691
490
  "default": "'end'",
692
491
  "description": "Set the alignment of the buttons at the `start`, `center` or at the `end`.",
@@ -736,7 +535,7 @@
736
535
  {
737
536
  "kind": "variable",
738
537
  "name": "styles",
739
- "default": "css `\n :host {\n --u-common-button-line-height: var(--u-label-large-line-height, 1.25rem);\n --u-common-button-font-size: var(--u-label-large-font-size, 0.875rem);\n --u-common-button-font-weight: var(--u-font-weight-medium, 500);\n --_common-button-height: var(--u-common-button-height, 2.5rem);\n --_common-button-padding: var(--u-common-button-padding, 24px);\n --_common-button-icon-padding: var(--u-common-button-icon-padding, 16px);\n border-radius: var(--u-common-button-shape-corner, var(--u-shape-corner-full, 9999px));\n font-family: var(--u-font-family-base, system-ui);\n height: var(--u-common-button-height, 40px);\n font-size: var(--u-common-button-font-size);\n font-weight: var(--u-common-button-font-weight);\n padding-inline: var(--_common-button-padding);\n box-sizing: border-box;\n }\n\n :host([variant=filled]),\n :host([variant=filled][color=primary]) {\n background-color: var(--u-filled-button-primary-container-color, var(--_color-primary));\n color: var(--u-filled-button-primary-text-color, var(--u-color-on-primary, rgb(255, 255, 255)));\n }\n\n :host([variant=filled][color=secondary]) {\n background-color: var(--u-filled-button-secondary-container-color, var(--u-color-secondary, rgb(98, 91, 113)));\n color: var(--u-filled-button-secondary-text-color, var(--u-color-on-secondary, rgb(255, 255, 255)));\n }\n\n :host([variant=filled][color=tertiary]) {\n background-color: var(--u-filled-button-tertiary-container-color, var(--u-color-tertiary, rgb(125, 82, 96)));\n color: var(--u-filled-button-tertiary-text-color, var(--u-color-on-tertiary, rgb(255, 255, 255)));\n }\n\n :host([variant=filled][color=error]) {\n background-color: var(--u-filled-button-error-container-color, var(--u-color-error, rgb(179, 38, 30)));\n color: var(--u-filled-button-error-text-color, var(--u-color-on-error, rgb(255, 255, 255)));\n }\n\n :host([variant=tonal]) {\n background-color: var(--u-tonal-button-background-color, var(--u-color-secondary-container, rgb(232, 222, 248)));\n color: var(--u-tonal-button-text-color, var(--u-color-on-secondary-container, rgb(29, 25, 43)));\n }\n\n :host([variant=elevated]) {\n background-color: var(--u-elevated-button-background-color, var(--u-color-surface-container-low, rgb(247, 242, 250)));\n color: var(--u-tonal-button-text-color, var(--u-color-on-secondary-container, rgb(29, 25, 43)));\n }\n\n @media (hover: hover) {\n :host([variant=filled]:hover:not(:focus-within):not(:active)),\n :host([variant=tonal]:hover:not(:focus-within):not(:active)) {\n --u-elevation-level: var(--u-filled-button-hover-elevation-level, 1);\n }\n }\n :host([variant=outlined]),\n :host([variant=text]),\n :host([variant=elevated]) {\n color: var(--_color-primary);\n }\n\n :host([variant=outlined]) {\n border: 1px solid var(--u-color-outline-color, );\n }\n\n :host([variant=elevated]) {\n --u-elevation-level: var(--u-elevated-button-elevation-level, 1);\n }\n\n @media (hover: hover) {\n :host([variant=elevated]:hover) {\n --u-elevation-level: var(--u-elevated-button-hover-elevation-level, 2);\n }\n }\n :host([has-icon]) {\n padding-inline: var(--_common-button-icon-padding) var(--_common-button-padding);\n }\n\n :host([has-icon][trailing-icon]) {\n padding-inline: var(--_common-button-padding) var(--_common-button-icon-padding);\n }\n\n ::slotted([slot=icon]) {\n display: inline-block;\n width: var(--u-common-button-icon-size, 1.125rem);\n height: var(--u-common-button-icon-size, 1.125rem);\n margin-inline-end: 8px;\n font-size: var(--u-common-button-icon-size, 1.125rem);\n line-height: var(--u-common-button-icon-size, 1.125rem);\n }\n\n :host([trailing-icon]) ::slotted([slot=icon]) {\n margin-inline: 8px 0;\n }\n`"
538
+ "default": "css `\n :host {\n --u-common-button-line-height: var(--u-label-large-line-height, 1.25rem);\n --u-common-button-font-size: var(--u-label-large-font-size, 0.875rem);\n --u-common-button-font-weight: var(--u-font-weight-medium, 500);\n --_common-button-height: var(--u-common-button-height, 2.5rem);\n --_common-button-padding: var(--u-common-button-padding, 24px);\n --_common-button-icon-padding: var(--u-common-button-icon-padding, 16px);\n border-radius: var(--u-common-button-shape-corner, var(--u-shape-corner-full, 9999px));\n font-family: var(--u-font-family-base, system-ui);\n height: var(--u-common-button-height, 40px);\n font-size: var(--u-common-button-font-size);\n font-weight: var(--u-common-button-font-weight);\n padding-inline: var(--_common-button-padding);\n box-sizing: border-box;\n }\n\n :host([variant=filled]),\n :host([variant=filled][color=primary]) {\n background-color: var(--u-filled-button-primary-container-color, var(--_color-primary));\n color: var(--u-filled-button-primary-text-color, var(--u-color-on-primary, rgb(255, 255, 255)));\n }\n\n :host([variant=filled][color=secondary]) {\n background-color: var(--u-filled-button-secondary-container-color, var(--u-color-secondary, rgb(98, 91, 113)));\n color: var(--u-filled-button-secondary-text-color, var(--u-color-on-secondary, rgb(255, 255, 255)));\n }\n\n :host([variant=filled][color=tertiary]) {\n background-color: var(--u-filled-button-tertiary-container-color, var(--u-color-tertiary, rgb(125, 82, 96)));\n color: var(--u-filled-button-tertiary-text-color, var(--u-color-on-tertiary, rgb(255, 255, 255)));\n }\n\n :host([variant=filled][color=error]) {\n background-color: var(--u-filled-button-error-container-color, var(--u-color-error, rgb(179, 38, 30)));\n color: var(--u-filled-button-error-text-color, var(--u-color-on-error, rgb(255, 255, 255)));\n }\n\n :host([variant=tonal]) {\n background-color: var(--u-tonal-button-background-color, var(--u-color-secondary-container, rgb(232, 222, 248)));\n color: var(--u-tonal-button-text-color, var(--u-color-on-secondary-container, rgb(29, 25, 43)));\n }\n\n :host([variant=elevated]) {\n background-color: var(--u-elevated-button-background-color, var(--u-color-surface-container-low, rgb(247, 242, 250)));\n color: var(--u-tonal-button-text-color, var(--u-color-on-secondary-container, rgb(29, 25, 43)));\n }\n\n @media (hover: hover) {\n :host([variant=filled]:hover:not(:focus-within):not(:active)),\n :host([variant=tonal]:hover:not(:focus-within):not(:active)) {\n --u-elevation-level: var(--u-filled-button-hover-elevation-level, 1);\n }\n }\n :host([variant=outlined]),\n :host([variant=text]),\n :host([variant=elevated]) {\n color: var(--_color-primary);\n }\n\n :host([variant=outlined]) {\n border: 1px solid var(--u-color-outline, rgb(121, 116, 126));\n }\n\n :host([variant=elevated]) {\n --u-elevation-level: var(--u-elevated-button-elevation-level, 1);\n }\n\n @media (hover: hover) {\n :host([variant=elevated]:hover) {\n --u-elevation-level: var(--u-elevated-button-hover-elevation-level, 2);\n }\n }\n :host([has-icon]) {\n padding-inline: var(--_common-button-icon-padding) var(--_common-button-padding);\n }\n\n :host([has-icon][trailing-icon]) {\n padding-inline: var(--_common-button-padding) var(--_common-button-icon-padding);\n }\n\n ::slotted([slot=icon]) {\n display: inline-block;\n width: var(--u-common-button-icon-size, 1.125rem);\n height: var(--u-common-button-icon-size, 1.125rem);\n margin-inline-end: 8px;\n font-size: var(--u-common-button-icon-size, 1.125rem);\n line-height: var(--u-common-button-icon-size, 1.125rem);\n }\n\n :host([trailing-icon]) ::slotted([slot=icon]) {\n margin-inline: 8px 0;\n }\n`"
740
539
  }
741
540
  ],
742
541
  "exports": [
@@ -763,7 +562,7 @@
763
562
  "kind": "field",
764
563
  "name": "variant",
765
564
  "type": {
766
- "text": "'filled' | 'tonal' | 'elevated' | 'outlined' | 'text'"
565
+ "text": "UmButtonVariant"
767
566
  },
768
567
  "default": "'filled'",
769
568
  "description": "The Button variant to render",
@@ -774,7 +573,7 @@
774
573
  "kind": "field",
775
574
  "name": "color",
776
575
  "type": {
777
- "text": "'primary' | 'secondary' | 'tertiary' | 'error' | undefined"
576
+ "text": "UmButtonColor"
778
577
  },
779
578
  "description": "The Button color\n\n_Note:_ Filled buttons only",
780
579
  "attribute": "color",
@@ -819,7 +618,7 @@
819
618
  }
820
619
  },
821
620
  "inheritedFrom": {
822
- "name": "ButtonBase",
621
+ "name": "UmButtonBase",
823
622
  "module": "src/button/button-base.ts"
824
623
  }
825
624
  },
@@ -837,7 +636,7 @@
837
636
  "static": true,
838
637
  "default": "true",
839
638
  "inheritedFrom": {
840
- "name": "ButtonBase",
639
+ "name": "UmButtonBase",
841
640
  "module": "src/button/button-base.ts"
842
641
  }
843
642
  },
@@ -852,7 +651,7 @@
852
651
  "attribute": "disabled",
853
652
  "reflects": true,
854
653
  "inheritedFrom": {
855
- "name": "ButtonBase",
654
+ "name": "UmButtonBase",
856
655
  "module": "src/button/button-base.ts"
857
656
  }
858
657
  },
@@ -866,7 +665,7 @@
866
665
  "description": "The URL that the link button points to.",
867
666
  "attribute": "href",
868
667
  "inheritedFrom": {
869
- "name": "ButtonBase",
668
+ "name": "UmButtonBase",
870
669
  "module": "src/button/button-base.ts"
871
670
  }
872
671
  },
@@ -880,7 +679,7 @@
880
679
  "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
881
680
  "attribute": "target",
882
681
  "inheritedFrom": {
883
- "name": "ButtonBase",
682
+ "name": "UmButtonBase",
884
683
  "module": "src/button/button-base.ts"
885
684
  }
886
685
  },
@@ -893,7 +692,7 @@
893
692
  "default": "'submit'",
894
693
  "attribute": "type",
895
694
  "inheritedFrom": {
896
- "name": "ButtonBase",
695
+ "name": "UmButtonBase",
897
696
  "module": "src/button/button-base.ts"
898
697
  }
899
698
  },
@@ -907,7 +706,7 @@
907
706
  "attribute": "value",
908
707
  "reflects": true,
909
708
  "inheritedFrom": {
910
- "name": "ButtonBase",
709
+ "name": "UmButtonBase",
911
710
  "module": "src/button/button-base.ts"
912
711
  }
913
712
  },
@@ -919,7 +718,7 @@
919
718
  },
920
719
  "attribute": "name",
921
720
  "inheritedFrom": {
922
- "name": "ButtonBase",
721
+ "name": "UmButtonBase",
923
722
  "module": "src/button/button-base.ts"
924
723
  }
925
724
  },
@@ -931,7 +730,7 @@
931
730
  },
932
731
  "privacy": "private",
933
732
  "inheritedFrom": {
934
- "name": "ButtonBase",
733
+ "name": "UmButtonBase",
935
734
  "module": "src/button/button-base.ts"
936
735
  }
937
736
  },
@@ -943,7 +742,7 @@
943
742
  },
944
743
  "privacy": "private",
945
744
  "inheritedFrom": {
946
- "name": "ButtonBase",
745
+ "name": "UmButtonBase",
947
746
  "module": "src/button/button-base.ts"
948
747
  }
949
748
  },
@@ -956,7 +755,7 @@
956
755
  "description": "The `<form>` element to associate the button with (its form owner). The value of this attribute must be the id of a `<form>` in the same document. (If this attribute is not set, the button is associated with its ancestor `<form>` element, if any.)",
957
756
  "attribute": "form",
958
757
  "inheritedFrom": {
959
- "name": "ButtonBase",
758
+ "name": "UmButtonBase",
960
759
  "module": "src/button/button-base.ts"
961
760
  }
962
761
  },
@@ -968,7 +767,7 @@
968
767
  "text": "ElementInternals"
969
768
  },
970
769
  "inheritedFrom": {
971
- "name": "ButtonBase",
770
+ "name": "UmButtonBase",
972
771
  "module": "src/button/button-base.ts"
973
772
  }
974
773
  },
@@ -977,7 +776,7 @@
977
776
  "name": "renderButton",
978
777
  "privacy": "private",
979
778
  "inheritedFrom": {
980
- "name": "ButtonBase",
779
+ "name": "UmButtonBase",
981
780
  "module": "src/button/button-base.ts"
982
781
  }
983
782
  },
@@ -986,7 +785,7 @@
986
785
  "name": "renderLink",
987
786
  "privacy": "private",
988
787
  "inheritedFrom": {
989
- "name": "ButtonBase",
788
+ "name": "UmButtonBase",
990
789
  "module": "src/button/button-base.ts"
991
790
  }
992
791
  },
@@ -994,7 +793,7 @@
994
793
  "kind": "method",
995
794
  "name": "focus",
996
795
  "inheritedFrom": {
997
- "name": "ButtonBase",
796
+ "name": "UmButtonBase",
998
797
  "module": "src/button/button-base.ts"
999
798
  }
1000
799
  },
@@ -1002,7 +801,7 @@
1002
801
  "kind": "method",
1003
802
  "name": "blur",
1004
803
  "inheritedFrom": {
1005
- "name": "ButtonBase",
804
+ "name": "UmButtonBase",
1006
805
  "module": "src/button/button-base.ts"
1007
806
  }
1008
807
  },
@@ -1016,7 +815,7 @@
1016
815
  }
1017
816
  },
1018
817
  "inheritedFrom": {
1019
- "name": "ButtonBase",
818
+ "name": "UmButtonBase",
1020
819
  "module": "src/button/button-base.ts"
1021
820
  }
1022
821
  },
@@ -1038,7 +837,7 @@
1038
837
  }
1039
838
  ],
1040
839
  "inheritedFrom": {
1041
- "name": "ButtonBase",
840
+ "name": "UmButtonBase",
1042
841
  "module": "src/button/button-base.ts"
1043
842
  }
1044
843
  },
@@ -1060,7 +859,7 @@
1060
859
  }
1061
860
  ],
1062
861
  "inheritedFrom": {
1063
- "name": "ButtonBase",
862
+ "name": "UmButtonBase",
1064
863
  "module": "src/button/button-base.ts"
1065
864
  }
1066
865
  }
@@ -1069,7 +868,7 @@
1069
868
  {
1070
869
  "name": "variant",
1071
870
  "type": {
1072
- "text": "'filled' | 'tonal' | 'elevated' | 'outlined' | 'text'"
871
+ "text": "UmButtonVariant"
1073
872
  },
1074
873
  "default": "'filled'",
1075
874
  "description": "The Button variant to render",
@@ -1078,7 +877,7 @@
1078
877
  {
1079
878
  "name": "color",
1080
879
  "type": {
1081
- "text": "'primary' | 'secondary' | 'tertiary' | 'error' | undefined"
880
+ "text": "UmButtonColor"
1082
881
  },
1083
882
  "description": "The Button color\n\n_Note:_ Filled buttons only",
1084
883
  "fieldName": "color"
@@ -1109,7 +908,7 @@
1109
908
  "description": "Whether the button is disabled or not.",
1110
909
  "fieldName": "disabled",
1111
910
  "inheritedFrom": {
1112
- "name": "ButtonBase",
911
+ "name": "UmButtonBase",
1113
912
  "module": "src/button/button-base.ts"
1114
913
  }
1115
914
  },
@@ -1122,7 +921,7 @@
1122
921
  "description": "The URL that the link button points to.",
1123
922
  "fieldName": "href",
1124
923
  "inheritedFrom": {
1125
- "name": "ButtonBase",
924
+ "name": "UmButtonBase",
1126
925
  "module": "src/button/button-base.ts"
1127
926
  }
1128
927
  },
@@ -1135,7 +934,7 @@
1135
934
  "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1136
935
  "fieldName": "target",
1137
936
  "inheritedFrom": {
1138
- "name": "ButtonBase",
937
+ "name": "UmButtonBase",
1139
938
  "module": "src/button/button-base.ts"
1140
939
  }
1141
940
  },
@@ -1147,7 +946,7 @@
1147
946
  "default": "'submit'",
1148
947
  "fieldName": "type",
1149
948
  "inheritedFrom": {
1150
- "name": "ButtonBase",
949
+ "name": "UmButtonBase",
1151
950
  "module": "src/button/button-base.ts"
1152
951
  }
1153
952
  },
@@ -1159,7 +958,7 @@
1159
958
  "default": "''",
1160
959
  "fieldName": "value",
1161
960
  "inheritedFrom": {
1162
- "name": "ButtonBase",
961
+ "name": "UmButtonBase",
1163
962
  "module": "src/button/button-base.ts"
1164
963
  }
1165
964
  },
@@ -1170,7 +969,7 @@
1170
969
  },
1171
970
  "fieldName": "name",
1172
971
  "inheritedFrom": {
1173
- "name": "ButtonBase",
972
+ "name": "UmButtonBase",
1174
973
  "module": "src/button/button-base.ts"
1175
974
  }
1176
975
  },
@@ -1182,13 +981,13 @@
1182
981
  "description": "The `<form>` element to associate the button with (its form owner). The value of this attribute must be the id of a `<form>` in the same document. (If this attribute is not set, the button is associated with its ancestor `<form>` element, if any.)",
1183
982
  "fieldName": "form",
1184
983
  "inheritedFrom": {
1185
- "name": "ButtonBase",
984
+ "name": "UmButtonBase",
1186
985
  "module": "src/button/button-base.ts"
1187
986
  }
1188
987
  }
1189
988
  ],
1190
989
  "superclass": {
1191
- "name": "ButtonBase",
990
+ "name": "UmButtonBase",
1192
991
  "module": "/src/button/button-base"
1193
992
  },
1194
993
  "tagName": "u-button",
@@ -1242,13 +1041,13 @@
1242
1041
  {
1243
1042
  "kind": "class",
1244
1043
  "description": "",
1245
- "name": "UmFabButton",
1044
+ "name": "UmFab",
1246
1045
  "members": [
1247
1046
  {
1248
1047
  "kind": "field",
1249
1048
  "name": "color",
1250
1049
  "type": {
1251
- "text": "'primary' | 'secondary' | 'tertiary' | 'surface' | 'branded'"
1050
+ "text": "UmFabColor"
1252
1051
  },
1253
1052
  "default": "'primary'",
1254
1053
  "description": "The FAB color variant to render.",
@@ -1259,7 +1058,7 @@
1259
1058
  "kind": "field",
1260
1059
  "name": "size",
1261
1060
  "type": {
1262
- "text": "'small' | 'medium' | 'large'"
1061
+ "text": "UmFabSize"
1263
1062
  },
1264
1063
  "default": "'medium'",
1265
1064
  "description": "The size of the FAB.",
@@ -1307,7 +1106,7 @@
1307
1106
  }
1308
1107
  },
1309
1108
  "inheritedFrom": {
1310
- "name": "ButtonBase",
1109
+ "name": "UmButtonBase",
1311
1110
  "module": "src/button/button-base.ts"
1312
1111
  }
1313
1112
  },
@@ -1320,7 +1119,7 @@
1320
1119
  "static": true,
1321
1120
  "default": "true",
1322
1121
  "inheritedFrom": {
1323
- "name": "ButtonBase",
1122
+ "name": "UmButtonBase",
1324
1123
  "module": "src/button/button-base.ts"
1325
1124
  }
1326
1125
  },
@@ -1335,7 +1134,7 @@
1335
1134
  "attribute": "disabled",
1336
1135
  "reflects": true,
1337
1136
  "inheritedFrom": {
1338
- "name": "ButtonBase",
1137
+ "name": "UmButtonBase",
1339
1138
  "module": "src/button/button-base.ts"
1340
1139
  }
1341
1140
  },
@@ -1349,7 +1148,7 @@
1349
1148
  "description": "The URL that the link button points to.",
1350
1149
  "attribute": "href",
1351
1150
  "inheritedFrom": {
1352
- "name": "ButtonBase",
1151
+ "name": "UmButtonBase",
1353
1152
  "module": "src/button/button-base.ts"
1354
1153
  }
1355
1154
  },
@@ -1363,7 +1162,7 @@
1363
1162
  "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1364
1163
  "attribute": "target",
1365
1164
  "inheritedFrom": {
1366
- "name": "ButtonBase",
1165
+ "name": "UmButtonBase",
1367
1166
  "module": "src/button/button-base.ts"
1368
1167
  }
1369
1168
  },
@@ -1376,7 +1175,7 @@
1376
1175
  "default": "'submit'",
1377
1176
  "attribute": "type",
1378
1177
  "inheritedFrom": {
1379
- "name": "ButtonBase",
1178
+ "name": "UmButtonBase",
1380
1179
  "module": "src/button/button-base.ts"
1381
1180
  }
1382
1181
  },
@@ -1390,7 +1189,7 @@
1390
1189
  "attribute": "value",
1391
1190
  "reflects": true,
1392
1191
  "inheritedFrom": {
1393
- "name": "ButtonBase",
1192
+ "name": "UmButtonBase",
1394
1193
  "module": "src/button/button-base.ts"
1395
1194
  }
1396
1195
  },
@@ -1402,7 +1201,7 @@
1402
1201
  },
1403
1202
  "attribute": "name",
1404
1203
  "inheritedFrom": {
1405
- "name": "ButtonBase",
1204
+ "name": "UmButtonBase",
1406
1205
  "module": "src/button/button-base.ts"
1407
1206
  }
1408
1207
  },
@@ -1414,7 +1213,7 @@
1414
1213
  },
1415
1214
  "privacy": "private",
1416
1215
  "inheritedFrom": {
1417
- "name": "ButtonBase",
1216
+ "name": "UmButtonBase",
1418
1217
  "module": "src/button/button-base.ts"
1419
1218
  }
1420
1219
  },
@@ -1426,7 +1225,7 @@
1426
1225
  },
1427
1226
  "privacy": "private",
1428
1227
  "inheritedFrom": {
1429
- "name": "ButtonBase",
1228
+ "name": "UmButtonBase",
1430
1229
  "module": "src/button/button-base.ts"
1431
1230
  }
1432
1231
  },
@@ -1439,7 +1238,7 @@
1439
1238
  "description": "The `<form>` element to associate the button with (its form owner). The value of this attribute must be the id of a `<form>` in the same document. (If this attribute is not set, the button is associated with its ancestor `<form>` element, if any.)",
1440
1239
  "attribute": "form",
1441
1240
  "inheritedFrom": {
1442
- "name": "ButtonBase",
1241
+ "name": "UmButtonBase",
1443
1242
  "module": "src/button/button-base.ts"
1444
1243
  }
1445
1244
  },
@@ -1451,7 +1250,7 @@
1451
1250
  "text": "ElementInternals"
1452
1251
  },
1453
1252
  "inheritedFrom": {
1454
- "name": "ButtonBase",
1253
+ "name": "UmButtonBase",
1455
1254
  "module": "src/button/button-base.ts"
1456
1255
  }
1457
1256
  },
@@ -1460,7 +1259,7 @@
1460
1259
  "name": "renderButton",
1461
1260
  "privacy": "private",
1462
1261
  "inheritedFrom": {
1463
- "name": "ButtonBase",
1262
+ "name": "UmButtonBase",
1464
1263
  "module": "src/button/button-base.ts"
1465
1264
  }
1466
1265
  },
@@ -1469,7 +1268,7 @@
1469
1268
  "name": "renderLink",
1470
1269
  "privacy": "private",
1471
1270
  "inheritedFrom": {
1472
- "name": "ButtonBase",
1271
+ "name": "UmButtonBase",
1473
1272
  "module": "src/button/button-base.ts"
1474
1273
  }
1475
1274
  },
@@ -1477,7 +1276,7 @@
1477
1276
  "kind": "method",
1478
1277
  "name": "focus",
1479
1278
  "inheritedFrom": {
1480
- "name": "ButtonBase",
1279
+ "name": "UmButtonBase",
1481
1280
  "module": "src/button/button-base.ts"
1482
1281
  }
1483
1282
  },
@@ -1485,7 +1284,7 @@
1485
1284
  "kind": "method",
1486
1285
  "name": "blur",
1487
1286
  "inheritedFrom": {
1488
- "name": "ButtonBase",
1287
+ "name": "UmButtonBase",
1489
1288
  "module": "src/button/button-base.ts"
1490
1289
  }
1491
1290
  },
@@ -1499,7 +1298,7 @@
1499
1298
  }
1500
1299
  },
1501
1300
  "inheritedFrom": {
1502
- "name": "ButtonBase",
1301
+ "name": "UmButtonBase",
1503
1302
  "module": "src/button/button-base.ts"
1504
1303
  }
1505
1304
  },
@@ -1521,7 +1320,7 @@
1521
1320
  }
1522
1321
  ],
1523
1322
  "inheritedFrom": {
1524
- "name": "ButtonBase",
1323
+ "name": "UmButtonBase",
1525
1324
  "module": "src/button/button-base.ts"
1526
1325
  }
1527
1326
  },
@@ -1543,7 +1342,7 @@
1543
1342
  }
1544
1343
  ],
1545
1344
  "inheritedFrom": {
1546
- "name": "ButtonBase",
1345
+ "name": "UmButtonBase",
1547
1346
  "module": "src/button/button-base.ts"
1548
1347
  }
1549
1348
  }
@@ -1552,7 +1351,7 @@
1552
1351
  {
1553
1352
  "name": "color",
1554
1353
  "type": {
1555
- "text": "'primary' | 'secondary' | 'tertiary' | 'surface' | 'branded'"
1354
+ "text": "UmFabColor"
1556
1355
  },
1557
1356
  "default": "'primary'",
1558
1357
  "description": "The FAB color variant to render.",
@@ -1561,7 +1360,7 @@
1561
1360
  {
1562
1361
  "name": "size",
1563
1362
  "type": {
1564
- "text": "'small' | 'medium' | 'large'"
1363
+ "text": "UmFabSize"
1565
1364
  },
1566
1365
  "default": "'medium'",
1567
1366
  "description": "The size of the FAB.",
@@ -1601,7 +1400,7 @@
1601
1400
  "description": "Whether the button is disabled or not.",
1602
1401
  "fieldName": "disabled",
1603
1402
  "inheritedFrom": {
1604
- "name": "ButtonBase",
1403
+ "name": "UmButtonBase",
1605
1404
  "module": "src/button/button-base.ts"
1606
1405
  }
1607
1406
  },
@@ -1614,7 +1413,7 @@
1614
1413
  "description": "The URL that the link button points to.",
1615
1414
  "fieldName": "href",
1616
1415
  "inheritedFrom": {
1617
- "name": "ButtonBase",
1416
+ "name": "UmButtonBase",
1618
1417
  "module": "src/button/button-base.ts"
1619
1418
  }
1620
1419
  },
@@ -1627,7 +1426,7 @@
1627
1426
  "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1628
1427
  "fieldName": "target",
1629
1428
  "inheritedFrom": {
1630
- "name": "ButtonBase",
1429
+ "name": "UmButtonBase",
1631
1430
  "module": "src/button/button-base.ts"
1632
1431
  }
1633
1432
  },
@@ -1639,7 +1438,7 @@
1639
1438
  "default": "'submit'",
1640
1439
  "fieldName": "type",
1641
1440
  "inheritedFrom": {
1642
- "name": "ButtonBase",
1441
+ "name": "UmButtonBase",
1643
1442
  "module": "src/button/button-base.ts"
1644
1443
  }
1645
1444
  },
@@ -1651,7 +1450,7 @@
1651
1450
  "default": "''",
1652
1451
  "fieldName": "value",
1653
1452
  "inheritedFrom": {
1654
- "name": "ButtonBase",
1453
+ "name": "UmButtonBase",
1655
1454
  "module": "src/button/button-base.ts"
1656
1455
  }
1657
1456
  },
@@ -1662,7 +1461,7 @@
1662
1461
  },
1663
1462
  "fieldName": "name",
1664
1463
  "inheritedFrom": {
1665
- "name": "ButtonBase",
1464
+ "name": "UmButtonBase",
1666
1465
  "module": "src/button/button-base.ts"
1667
1466
  }
1668
1467
  },
@@ -1674,13 +1473,13 @@
1674
1473
  "description": "The `<form>` element to associate the button with (its form owner). The value of this attribute must be the id of a `<form>` in the same document. (If this attribute is not set, the button is associated with its ancestor `<form>` element, if any.)",
1675
1474
  "fieldName": "form",
1676
1475
  "inheritedFrom": {
1677
- "name": "ButtonBase",
1476
+ "name": "UmButtonBase",
1678
1477
  "module": "src/button/button-base.ts"
1679
1478
  }
1680
1479
  }
1681
1480
  ],
1682
1481
  "superclass": {
1683
- "name": "ButtonBase",
1482
+ "name": "UmButtonBase",
1684
1483
  "module": "/src/button/button-base"
1685
1484
  },
1686
1485
  "tagName": "u-fab",
@@ -1690,9 +1489,9 @@
1690
1489
  "exports": [
1691
1490
  {
1692
1491
  "kind": "js",
1693
- "name": "UmFabButton",
1492
+ "name": "UmFab",
1694
1493
  "declaration": {
1695
- "name": "UmFabButton",
1494
+ "name": "UmFab",
1696
1495
  "module": "src/button/fab.ts"
1697
1496
  }
1698
1497
  },
@@ -1700,7 +1499,7 @@
1700
1499
  "kind": "custom-element-definition",
1701
1500
  "name": "u-fab",
1702
1501
  "declaration": {
1703
- "name": "UmFabButton",
1502
+ "name": "UmFab",
1704
1503
  "module": "src/button/fab.ts"
1705
1504
  }
1706
1505
  }
@@ -1713,7 +1512,7 @@
1713
1512
  {
1714
1513
  "kind": "variable",
1715
1514
  "name": "styles",
1716
- "default": "css `\n :host {\n --_surface-container-highest-color: var(--u-color-surface-container-highest, rgb(230, 224, 233));\n width: var(--u-icon-button-size, 2.5rem);\n height: var(--u-icon-button-size, 2.5rem);\n border-radius: var(--u-icon-button-shape-corner, 9999px);\n font-family: var(--u-font-family-base, system-ui);\n }\n\n .icon {\n display: inline-block;\n width: var(--u-icon-button-icon-size, 1.5rem);\n height: var(--u-icon-button-icon-size, 1.5rem);\n font-size: var(--u-icon-button-icon-size, 1.5rem);\n line-height: var(--u-icon-button-icon-size, 1.5rem);\n }\n .icon.icon-selected {\n display: none;\n }\n\n :host([selected]) .icon:not(.icon-selected) {\n display: none;\n }\n :host([selected]) .icon.icon-selected {\n display: inline-block;\n }\n\n :host([variant=filled]) {\n background-color: var(--u-filled-icon-button-unselected-background-color, var(--_surface-container-highest-color));\n color: var(--u-filled-icon-button-unselected-text-color, var(--_color-primary));\n }\n\n :host([variant=tonal]) {\n background-color: var(--u-total-icon-button-unselected-background-color, var(--_surface-container-highest-color));\n color: var(--u-tonal-icon-button-unselected-text-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n }\n\n :host([selected][variant=filled]),\n :host([variant=filled]:not([has-selection-icon])) {\n background-color: var(--u-filled-icon-button-background-color, var(--_color-primary));\n color: var(--u-filled-icon-button-text-color, var(--u-color-on-primary, rgb(255, 255, 255)));\n }\n\n :host([selected][variant=tonal]),\n :host([variant=tonal]:not([has-selection-icon])) {\n background-color: var(--u-tonal-icon-button-background-color, var(--u-color-secondary-container, rgb(232, 222, 248)));\n color: var(--u-tonal-icon-button-text-color, var(--u-color-on-secondary-container, rgb(29, 25, 43)));\n }\n\n :host([variant=standard]),\n :host([variant=outlined]) {\n color: var(--u-color-on-surface-variant, rgb(73, 69, 79));\n }\n\n :host([variant=outlined]) {\n border: 1px solid var(--u-color-outline, rgb(121, 116, 126));\n }\n\n :host([selected][variant=outlined]) {\n border: none;\n background-color: var(--u-outlined-icon-button-selected-background-color, var(--u-color-inverse-surface, rgb(50, 47, 53)));\n color: var(--u-outlined-icon-button-selected-text-color, var(--u-color-inverse-on-surface, rgb(245, 239, 247)));\n }\n\n :host([selected][variant=standard]) {\n color: var(--u-standard-icon-button-selected-text-color, var(--_color-primary));\n }\n`"
1515
+ "default": "css `\n :host {\n --_surface-container-highest-color: var(--u-color-surface-container-highest, rgb(230, 224, 233));\n width: var(--u-icon-button-size, 2.5rem);\n height: var(--u-icon-button-size, 2.5rem);\n border-radius: var(--u-icon-button-shape-corner, 9999px);\n font-family: var(--u-font-family-base, system-ui);\n }\n\n .icon {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n font-size: var(--u-icon-button-icon-size, 1.5rem);\n line-height: var(--u-icon-button-icon-size, 1.5rem);\n }\n .icon.icon-selected {\n display: none;\n }\n\n :host([selected]) .icon:not(.icon-selected) {\n display: none;\n }\n :host([selected]) .icon.icon-selected {\n display: inline-block;\n }\n\n :host([variant=filled]) {\n background-color: var(--u-filled-icon-button-unselected-background-color, var(--_surface-container-highest-color));\n color: var(--u-filled-icon-button-unselected-text-color, var(--_color-primary));\n }\n\n :host([variant=tonal]) {\n background-color: var(--u-total-icon-button-unselected-background-color, var(--_surface-container-highest-color));\n color: var(--u-tonal-icon-button-unselected-text-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n }\n\n :host([selected][variant=filled]),\n :host([variant=filled]:not([has-selection-icon])) {\n background-color: var(--u-filled-icon-button-background-color, var(--_color-primary));\n color: var(--u-filled-icon-button-text-color, var(--u-color-on-primary, rgb(255, 255, 255)));\n }\n\n :host([selected][variant=tonal]),\n :host([variant=tonal]:not([has-selection-icon])) {\n background-color: var(--u-tonal-icon-button-background-color, var(--u-color-secondary-container, rgb(232, 222, 248)));\n color: var(--u-tonal-icon-button-text-color, var(--u-color-on-secondary-container, rgb(29, 25, 43)));\n }\n\n :host([variant=standard]),\n :host([variant=outlined]) {\n color: var(--u-color-on-surface-variant, rgb(73, 69, 79));\n }\n\n :host([variant=outlined]) {\n border: 1px solid var(--u-color-outline, rgb(121, 116, 126));\n }\n\n :host([selected][variant=outlined]) {\n border: none;\n background-color: var(--u-outlined-icon-button-selected-background-color, var(--u-color-inverse-surface, rgb(50, 47, 53)));\n color: var(--u-outlined-icon-button-selected-text-color, var(--u-color-inverse-on-surface, rgb(245, 239, 247)));\n }\n\n :host([selected][variant=standard]) {\n color: var(--u-standard-icon-button-selected-text-color, var(--_color-primary));\n }\n`"
1717
1516
  }
1718
1517
  ],
1719
1518
  "exports": [
@@ -1740,7 +1539,7 @@
1740
1539
  "kind": "field",
1741
1540
  "name": "variant",
1742
1541
  "type": {
1743
- "text": "'standard' | 'filled' | 'tonal' | 'outlined'"
1542
+ "text": "UmIconButtonVariant"
1744
1543
  },
1745
1544
  "default": "'standard'",
1746
1545
  "attribute": "variant",
@@ -1805,7 +1604,7 @@
1805
1604
  }
1806
1605
  },
1807
1606
  "inheritedFrom": {
1808
- "name": "ButtonBase",
1607
+ "name": "UmButtonBase",
1809
1608
  "module": "src/button/button-base.ts"
1810
1609
  }
1811
1610
  },
@@ -1827,7 +1626,7 @@
1827
1626
  }
1828
1627
  ],
1829
1628
  "inheritedFrom": {
1830
- "name": "ButtonBase",
1629
+ "name": "UmButtonBase",
1831
1630
  "module": "src/button/button-base.ts"
1832
1631
  }
1833
1632
  },
@@ -1841,7 +1640,7 @@
1841
1640
  }
1842
1641
  },
1843
1642
  "inheritedFrom": {
1844
- "name": "ButtonBase",
1643
+ "name": "UmButtonBase",
1845
1644
  "module": "src/button/button-base.ts"
1846
1645
  }
1847
1646
  },
@@ -1859,7 +1658,7 @@
1859
1658
  "static": true,
1860
1659
  "default": "true",
1861
1660
  "inheritedFrom": {
1862
- "name": "ButtonBase",
1661
+ "name": "UmButtonBase",
1863
1662
  "module": "src/button/button-base.ts"
1864
1663
  }
1865
1664
  },
@@ -1874,7 +1673,7 @@
1874
1673
  "attribute": "disabled",
1875
1674
  "reflects": true,
1876
1675
  "inheritedFrom": {
1877
- "name": "ButtonBase",
1676
+ "name": "UmButtonBase",
1878
1677
  "module": "src/button/button-base.ts"
1879
1678
  }
1880
1679
  },
@@ -1888,7 +1687,7 @@
1888
1687
  "description": "The URL that the link button points to.",
1889
1688
  "attribute": "href",
1890
1689
  "inheritedFrom": {
1891
- "name": "ButtonBase",
1690
+ "name": "UmButtonBase",
1892
1691
  "module": "src/button/button-base.ts"
1893
1692
  }
1894
1693
  },
@@ -1902,7 +1701,7 @@
1902
1701
  "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1903
1702
  "attribute": "target",
1904
1703
  "inheritedFrom": {
1905
- "name": "ButtonBase",
1704
+ "name": "UmButtonBase",
1906
1705
  "module": "src/button/button-base.ts"
1907
1706
  }
1908
1707
  },
@@ -1915,7 +1714,7 @@
1915
1714
  "default": "'submit'",
1916
1715
  "attribute": "type",
1917
1716
  "inheritedFrom": {
1918
- "name": "ButtonBase",
1717
+ "name": "UmButtonBase",
1919
1718
  "module": "src/button/button-base.ts"
1920
1719
  }
1921
1720
  },
@@ -1929,7 +1728,7 @@
1929
1728
  "attribute": "value",
1930
1729
  "reflects": true,
1931
1730
  "inheritedFrom": {
1932
- "name": "ButtonBase",
1731
+ "name": "UmButtonBase",
1933
1732
  "module": "src/button/button-base.ts"
1934
1733
  }
1935
1734
  },
@@ -1941,7 +1740,7 @@
1941
1740
  },
1942
1741
  "attribute": "name",
1943
1742
  "inheritedFrom": {
1944
- "name": "ButtonBase",
1743
+ "name": "UmButtonBase",
1945
1744
  "module": "src/button/button-base.ts"
1946
1745
  }
1947
1746
  },
@@ -1953,7 +1752,7 @@
1953
1752
  },
1954
1753
  "privacy": "private",
1955
1754
  "inheritedFrom": {
1956
- "name": "ButtonBase",
1755
+ "name": "UmButtonBase",
1957
1756
  "module": "src/button/button-base.ts"
1958
1757
  }
1959
1758
  },
@@ -1965,7 +1764,7 @@
1965
1764
  },
1966
1765
  "privacy": "private",
1967
1766
  "inheritedFrom": {
1968
- "name": "ButtonBase",
1767
+ "name": "UmButtonBase",
1969
1768
  "module": "src/button/button-base.ts"
1970
1769
  }
1971
1770
  },
@@ -1978,7 +1777,7 @@
1978
1777
  "description": "The `<form>` element to associate the button with (its form owner). The value of this attribute must be the id of a `<form>` in the same document. (If this attribute is not set, the button is associated with its ancestor `<form>` element, if any.)",
1979
1778
  "attribute": "form",
1980
1779
  "inheritedFrom": {
1981
- "name": "ButtonBase",
1780
+ "name": "UmButtonBase",
1982
1781
  "module": "src/button/button-base.ts"
1983
1782
  }
1984
1783
  },
@@ -1990,7 +1789,7 @@
1990
1789
  "text": "ElementInternals"
1991
1790
  },
1992
1791
  "inheritedFrom": {
1993
- "name": "ButtonBase",
1792
+ "name": "UmButtonBase",
1994
1793
  "module": "src/button/button-base.ts"
1995
1794
  }
1996
1795
  },
@@ -1999,7 +1798,7 @@
1999
1798
  "name": "renderButton",
2000
1799
  "privacy": "private",
2001
1800
  "inheritedFrom": {
2002
- "name": "ButtonBase",
1801
+ "name": "UmButtonBase",
2003
1802
  "module": "src/button/button-base.ts"
2004
1803
  }
2005
1804
  },
@@ -2008,7 +1807,7 @@
2008
1807
  "name": "renderLink",
2009
1808
  "privacy": "private",
2010
1809
  "inheritedFrom": {
2011
- "name": "ButtonBase",
1810
+ "name": "UmButtonBase",
2012
1811
  "module": "src/button/button-base.ts"
2013
1812
  }
2014
1813
  },
@@ -2016,7 +1815,7 @@
2016
1815
  "kind": "method",
2017
1816
  "name": "focus",
2018
1817
  "inheritedFrom": {
2019
- "name": "ButtonBase",
1818
+ "name": "UmButtonBase",
2020
1819
  "module": "src/button/button-base.ts"
2021
1820
  }
2022
1821
  },
@@ -2024,7 +1823,7 @@
2024
1823
  "kind": "method",
2025
1824
  "name": "blur",
2026
1825
  "inheritedFrom": {
2027
- "name": "ButtonBase",
1826
+ "name": "UmButtonBase",
2028
1827
  "module": "src/button/button-base.ts"
2029
1828
  }
2030
1829
  },
@@ -2046,7 +1845,7 @@
2046
1845
  }
2047
1846
  ],
2048
1847
  "inheritedFrom": {
2049
- "name": "ButtonBase",
1848
+ "name": "UmButtonBase",
2050
1849
  "module": "src/button/button-base.ts"
2051
1850
  }
2052
1851
  }
@@ -2055,7 +1854,7 @@
2055
1854
  {
2056
1855
  "name": "variant",
2057
1856
  "type": {
2058
- "text": "'standard' | 'filled' | 'tonal' | 'outlined'"
1857
+ "text": "UmIconButtonVariant"
2059
1858
  },
2060
1859
  "default": "'standard'",
2061
1860
  "fieldName": "variant"
@@ -2104,7 +1903,7 @@
2104
1903
  "description": "Whether the button is disabled or not.",
2105
1904
  "fieldName": "disabled",
2106
1905
  "inheritedFrom": {
2107
- "name": "ButtonBase",
1906
+ "name": "UmButtonBase",
2108
1907
  "module": "src/button/button-base.ts"
2109
1908
  }
2110
1909
  },
@@ -2117,7 +1916,7 @@
2117
1916
  "description": "The URL that the link button points to.",
2118
1917
  "fieldName": "href",
2119
1918
  "inheritedFrom": {
2120
- "name": "ButtonBase",
1919
+ "name": "UmButtonBase",
2121
1920
  "module": "src/button/button-base.ts"
2122
1921
  }
2123
1922
  },
@@ -2130,7 +1929,7 @@
2130
1929
  "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
2131
1930
  "fieldName": "target",
2132
1931
  "inheritedFrom": {
2133
- "name": "ButtonBase",
1932
+ "name": "UmButtonBase",
2134
1933
  "module": "src/button/button-base.ts"
2135
1934
  }
2136
1935
  },
@@ -2142,7 +1941,7 @@
2142
1941
  "default": "'submit'",
2143
1942
  "fieldName": "type",
2144
1943
  "inheritedFrom": {
2145
- "name": "ButtonBase",
1944
+ "name": "UmButtonBase",
2146
1945
  "module": "src/button/button-base.ts"
2147
1946
  }
2148
1947
  },
@@ -2154,7 +1953,7 @@
2154
1953
  "default": "''",
2155
1954
  "fieldName": "value",
2156
1955
  "inheritedFrom": {
2157
- "name": "ButtonBase",
1956
+ "name": "UmButtonBase",
2158
1957
  "module": "src/button/button-base.ts"
2159
1958
  }
2160
1959
  },
@@ -2165,7 +1964,7 @@
2165
1964
  },
2166
1965
  "fieldName": "name",
2167
1966
  "inheritedFrom": {
2168
- "name": "ButtonBase",
1967
+ "name": "UmButtonBase",
2169
1968
  "module": "src/button/button-base.ts"
2170
1969
  }
2171
1970
  },
@@ -2177,13 +1976,13 @@
2177
1976
  "description": "The `<form>` element to associate the button with (its form owner). The value of this attribute must be the id of a `<form>` in the same document. (If this attribute is not set, the button is associated with its ancestor `<form>` element, if any.)",
2178
1977
  "fieldName": "form",
2179
1978
  "inheritedFrom": {
2180
- "name": "ButtonBase",
1979
+ "name": "UmButtonBase",
2181
1980
  "module": "src/button/button-base.ts"
2182
1981
  }
2183
1982
  }
2184
1983
  ],
2185
1984
  "superclass": {
2186
- "name": "ButtonBase",
1985
+ "name": "UmButtonBase",
2187
1986
  "module": "/src/button/button-base"
2188
1987
  },
2189
1988
  "tagName": "u-icon-button",
@@ -2211,7 +2010,256 @@
2211
2010
  },
2212
2011
  {
2213
2012
  "kind": "javascript-module",
2214
- "path": "src/checkbox/checkbox.ts",
2013
+ "path": "src/card/card-content.styles.ts",
2014
+ "declarations": [
2015
+ {
2016
+ "kind": "variable",
2017
+ "name": "styles",
2018
+ "default": "css `\n :host {\n display: block;\n }\n\n :host(:has(slot > *)) {\n display: none;\n }\n\n :host([has-content]) {\n padding: var(--u-card-padding, 16px);\n }\n\n slot {\n border-radius: inherit;\n }\n`"
2019
+ }
2020
+ ],
2021
+ "exports": [
2022
+ {
2023
+ "kind": "js",
2024
+ "name": "styles",
2025
+ "declaration": {
2026
+ "name": "styles",
2027
+ "module": "src/card/card-content.styles.ts"
2028
+ }
2029
+ }
2030
+ ]
2031
+ },
2032
+ {
2033
+ "kind": "javascript-module",
2034
+ "path": "src/card/card-content.ts",
2035
+ "declarations": [
2036
+ {
2037
+ "kind": "class",
2038
+ "description": "",
2039
+ "name": "UmCardContent",
2040
+ "members": [
2041
+ {
2042
+ "kind": "field",
2043
+ "name": "hasContent",
2044
+ "type": {
2045
+ "text": "boolean"
2046
+ },
2047
+ "default": "false",
2048
+ "attribute": "has-content",
2049
+ "reflects": true
2050
+ },
2051
+ {
2052
+ "kind": "method",
2053
+ "name": "handleSlotChange",
2054
+ "privacy": "private",
2055
+ "parameters": [
2056
+ {
2057
+ "name": "e",
2058
+ "type": {
2059
+ "text": "Event"
2060
+ }
2061
+ }
2062
+ ]
2063
+ }
2064
+ ],
2065
+ "attributes": [
2066
+ {
2067
+ "name": "has-content",
2068
+ "type": {
2069
+ "text": "boolean"
2070
+ },
2071
+ "default": "false",
2072
+ "fieldName": "hasContent"
2073
+ }
2074
+ ],
2075
+ "superclass": {
2076
+ "name": "LitElement",
2077
+ "package": "lit"
2078
+ },
2079
+ "tagName": "u-card-content",
2080
+ "customElement": true
2081
+ }
2082
+ ],
2083
+ "exports": [
2084
+ {
2085
+ "kind": "js",
2086
+ "name": "UmCardContent",
2087
+ "declaration": {
2088
+ "name": "UmCardContent",
2089
+ "module": "src/card/card-content.ts"
2090
+ }
2091
+ },
2092
+ {
2093
+ "kind": "custom-element-definition",
2094
+ "name": "u-card-content",
2095
+ "declaration": {
2096
+ "name": "UmCardContent",
2097
+ "module": "src/card/card-content.ts"
2098
+ }
2099
+ }
2100
+ ]
2101
+ },
2102
+ {
2103
+ "kind": "javascript-module",
2104
+ "path": "src/card/card-media.styles.ts",
2105
+ "declarations": [
2106
+ {
2107
+ "kind": "variable",
2108
+ "name": "styles",
2109
+ "default": "css `\n :host {\n display: block;\n aspect-ratio: 1;\n border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px));\n }\n\n :host([wide]) {\n aspect-ratio: 16/9;\n }\n`"
2110
+ }
2111
+ ],
2112
+ "exports": [
2113
+ {
2114
+ "kind": "js",
2115
+ "name": "styles",
2116
+ "declaration": {
2117
+ "name": "styles",
2118
+ "module": "src/card/card-media.styles.ts"
2119
+ }
2120
+ }
2121
+ ]
2122
+ },
2123
+ {
2124
+ "kind": "javascript-module",
2125
+ "path": "src/card/card-media.ts",
2126
+ "declarations": [
2127
+ {
2128
+ "kind": "class",
2129
+ "description": "",
2130
+ "name": "UmCardMedia",
2131
+ "members": [
2132
+ {
2133
+ "kind": "field",
2134
+ "name": "wide",
2135
+ "type": {
2136
+ "text": "boolean"
2137
+ },
2138
+ "default": "false",
2139
+ "attribute": "wide",
2140
+ "reflects": true
2141
+ }
2142
+ ],
2143
+ "attributes": [
2144
+ {
2145
+ "name": "wide",
2146
+ "type": {
2147
+ "text": "boolean"
2148
+ },
2149
+ "default": "false",
2150
+ "fieldName": "wide"
2151
+ }
2152
+ ],
2153
+ "superclass": {
2154
+ "name": "LitElement",
2155
+ "package": "lit"
2156
+ },
2157
+ "tagName": "u-card-media",
2158
+ "customElement": true
2159
+ }
2160
+ ],
2161
+ "exports": [
2162
+ {
2163
+ "kind": "js",
2164
+ "name": "UmCardMedia",
2165
+ "declaration": {
2166
+ "name": "UmCardMedia",
2167
+ "module": "src/card/card-media.ts"
2168
+ }
2169
+ },
2170
+ {
2171
+ "kind": "custom-element-definition",
2172
+ "name": "u-card-media",
2173
+ "declaration": {
2174
+ "name": "UmCardMedia",
2175
+ "module": "src/card/card-media.ts"
2176
+ }
2177
+ }
2178
+ ]
2179
+ },
2180
+ {
2181
+ "kind": "javascript-module",
2182
+ "path": "src/card/card.styles.ts",
2183
+ "declarations": [
2184
+ {
2185
+ "kind": "variable",
2186
+ "name": "styles",
2187
+ "default": "css `\n :host {\n display: block;\n position: relative;\n border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px));\n }\n\n :host(:not(:first-child)) {\n margin-top: 8px;\n }\n\n :host([variant=elevated]) {\n background-color: var(--u-color-surface-container-low, rgb(247, 242, 250));\n }\n :host([variant=elevated]) u-elevation {\n --u-elevation-level: var(--u-elevated-card-elevation-level, 1);\n }\n\n :host([variant=filled]) {\n background-color: var(--u-color-surface-container-highest, rgb(230, 224, 233));\n }\n\n :host([variant=outlined]) {\n border: var(--u-outlined-card-outline-width, 1px) solid var(--u-outlined-card-outline-color, var(--u-color-outline-variant, rgb(202, 196, 208)));\n }\n\n u-card-content,\n slot {\n border-radius: inherit;\n }\n`"
2188
+ }
2189
+ ],
2190
+ "exports": [
2191
+ {
2192
+ "kind": "js",
2193
+ "name": "styles",
2194
+ "declaration": {
2195
+ "name": "styles",
2196
+ "module": "src/card/card.styles.ts"
2197
+ }
2198
+ }
2199
+ ]
2200
+ },
2201
+ {
2202
+ "kind": "javascript-module",
2203
+ "path": "src/card/card.ts",
2204
+ "declarations": [
2205
+ {
2206
+ "kind": "class",
2207
+ "description": "",
2208
+ "name": "UmCard",
2209
+ "members": [
2210
+ {
2211
+ "kind": "field",
2212
+ "name": "variant",
2213
+ "type": {
2214
+ "text": "UmCardVariant"
2215
+ },
2216
+ "default": "'elevated'",
2217
+ "description": "The Card variant to render.",
2218
+ "attribute": "variant",
2219
+ "reflects": true
2220
+ }
2221
+ ],
2222
+ "attributes": [
2223
+ {
2224
+ "name": "variant",
2225
+ "type": {
2226
+ "text": "UmCardVariant"
2227
+ },
2228
+ "default": "'elevated'",
2229
+ "description": "The Card variant to render.",
2230
+ "fieldName": "variant"
2231
+ }
2232
+ ],
2233
+ "superclass": {
2234
+ "name": "LitElement",
2235
+ "package": "lit"
2236
+ },
2237
+ "tagName": "u-card",
2238
+ "customElement": true
2239
+ }
2240
+ ],
2241
+ "exports": [
2242
+ {
2243
+ "kind": "js",
2244
+ "name": "UmCard",
2245
+ "declaration": {
2246
+ "name": "UmCard",
2247
+ "module": "src/card/card.ts"
2248
+ }
2249
+ },
2250
+ {
2251
+ "kind": "custom-element-definition",
2252
+ "name": "u-card",
2253
+ "declaration": {
2254
+ "name": "UmCard",
2255
+ "module": "src/card/card.ts"
2256
+ }
2257
+ }
2258
+ ]
2259
+ },
2260
+ {
2261
+ "kind": "javascript-module",
2262
+ "path": "src/checkbox/checkbox.ts",
2215
2263
  "declarations": [
2216
2264
  {
2217
2265
  "kind": "class",
@@ -2220,143 +2268,947 @@
2220
2268
  "members": [
2221
2269
  {
2222
2270
  "kind": "field",
2223
- "name": "ripple",
2271
+ "name": "ripple",
2272
+ "type": {
2273
+ "text": "UmRipple"
2274
+ },
2275
+ "privacy": "private"
2276
+ },
2277
+ {
2278
+ "kind": "field",
2279
+ "name": "assignedInputs",
2280
+ "type": {
2281
+ "text": "HTMLInputElement[]"
2282
+ },
2283
+ "privacy": "private"
2284
+ },
2285
+ {
2286
+ "kind": "field",
2287
+ "name": "input",
2288
+ "type": {
2289
+ "text": "HTMLInputElement | undefined"
2290
+ },
2291
+ "privacy": "private"
2292
+ },
2293
+ {
2294
+ "kind": "method",
2295
+ "name": "handleSlotChange",
2296
+ "privacy": "private",
2297
+ "return": {
2298
+ "type": {
2299
+ "text": "void"
2300
+ }
2301
+ }
2302
+ },
2303
+ {
2304
+ "kind": "field",
2305
+ "name": "handleInputChange",
2306
+ "privacy": "private"
2307
+ }
2308
+ ],
2309
+ "superclass": {
2310
+ "name": "LitElement",
2311
+ "package": "lit"
2312
+ },
2313
+ "tagName": "u-checkbox",
2314
+ "customElement": true
2315
+ }
2316
+ ],
2317
+ "exports": [
2318
+ {
2319
+ "kind": "js",
2320
+ "name": "UmCheckbox",
2321
+ "declaration": {
2322
+ "name": "UmCheckbox",
2323
+ "module": "src/checkbox/checkbox.ts"
2324
+ }
2325
+ },
2326
+ {
2327
+ "kind": "custom-element-definition",
2328
+ "name": "u-checkbox",
2329
+ "declaration": {
2330
+ "name": "UmCheckbox",
2331
+ "module": "src/checkbox/checkbox.ts"
2332
+ }
2333
+ }
2334
+ ]
2335
+ },
2336
+ {
2337
+ "kind": "javascript-module",
2338
+ "path": "src/container/container.styles.ts",
2339
+ "declarations": [
2340
+ {
2341
+ "kind": "variable",
2342
+ "name": "styles",
2343
+ "default": "css `\n :host {\n display: block;\n }\n\n :host::after {\n content: \"\";\n display: block;\n }\n`"
2344
+ }
2345
+ ],
2346
+ "exports": [
2347
+ {
2348
+ "kind": "js",
2349
+ "name": "styles",
2350
+ "declaration": {
2351
+ "name": "styles",
2352
+ "module": "src/container/container.styles.ts"
2353
+ }
2354
+ }
2355
+ ]
2356
+ },
2357
+ {
2358
+ "kind": "javascript-module",
2359
+ "path": "src/container/container.ts",
2360
+ "declarations": [
2361
+ {
2362
+ "kind": "class",
2363
+ "description": "",
2364
+ "name": "UmContainer",
2365
+ "members": [
2366
+ {
2367
+ "kind": "field",
2368
+ "name": "margin",
2369
+ "type": {
2370
+ "text": "UmSpacingSizes | undefined"
2371
+ },
2372
+ "attribute": "margin",
2373
+ "reflects": true,
2374
+ "inheritedFrom": {
2375
+ "name": "GridBase",
2376
+ "module": "src/container/grid-base.ts"
2377
+ }
2378
+ },
2379
+ {
2380
+ "kind": "field",
2381
+ "name": "marginSmall",
2382
+ "type": {
2383
+ "text": "UmSpacingSizes | undefined"
2384
+ },
2385
+ "attribute": "margin-sm",
2386
+ "reflects": true,
2387
+ "inheritedFrom": {
2388
+ "name": "GridBase",
2389
+ "module": "src/container/grid-base.ts"
2390
+ }
2391
+ },
2392
+ {
2393
+ "kind": "field",
2394
+ "name": "marginMedium",
2395
+ "type": {
2396
+ "text": "UmSpacingSizes | undefined"
2397
+ },
2398
+ "attribute": "margin-md",
2399
+ "reflects": true,
2400
+ "inheritedFrom": {
2401
+ "name": "GridBase",
2402
+ "module": "src/container/grid-base.ts"
2403
+ }
2404
+ },
2405
+ {
2406
+ "kind": "field",
2407
+ "name": "marginLarge",
2408
+ "type": {
2409
+ "text": "UmSpacingSizes | undefined"
2410
+ },
2411
+ "attribute": "margin-lg",
2412
+ "reflects": true,
2413
+ "inheritedFrom": {
2414
+ "name": "GridBase",
2415
+ "module": "src/container/grid-base.ts"
2416
+ }
2417
+ },
2418
+ {
2419
+ "kind": "field",
2420
+ "name": "marginExtraLarge",
2421
+ "type": {
2422
+ "text": "UmSpacingSizes | undefined"
2423
+ },
2424
+ "attribute": "margin-xl",
2425
+ "reflects": true,
2426
+ "inheritedFrom": {
2427
+ "name": "GridBase",
2428
+ "module": "src/container/grid-base.ts"
2429
+ }
2430
+ },
2431
+ {
2432
+ "kind": "field",
2433
+ "name": "fullWidth",
2434
+ "type": {
2435
+ "text": "boolean"
2436
+ },
2437
+ "default": "false",
2438
+ "attribute": "full-width",
2439
+ "reflects": true,
2440
+ "inheritedFrom": {
2441
+ "name": "GridBase",
2442
+ "module": "src/container/grid-base.ts"
2443
+ }
2444
+ }
2445
+ ],
2446
+ "superclass": {
2447
+ "name": "GridBase",
2448
+ "module": "/src/container/grid-base.js"
2449
+ },
2450
+ "tagName": "u-container",
2451
+ "customElement": true,
2452
+ "attributes": [
2453
+ {
2454
+ "name": "margin",
2455
+ "type": {
2456
+ "text": "UmSpacingSizes | undefined"
2457
+ },
2458
+ "fieldName": "margin",
2459
+ "inheritedFrom": {
2460
+ "name": "GridBase",
2461
+ "module": "src/container/grid-base.ts"
2462
+ }
2463
+ },
2464
+ {
2465
+ "name": "margin-sm",
2466
+ "type": {
2467
+ "text": "UmSpacingSizes | undefined"
2468
+ },
2469
+ "fieldName": "marginSmall",
2470
+ "inheritedFrom": {
2471
+ "name": "GridBase",
2472
+ "module": "src/container/grid-base.ts"
2473
+ }
2474
+ },
2475
+ {
2476
+ "name": "margin-md",
2477
+ "type": {
2478
+ "text": "UmSpacingSizes | undefined"
2479
+ },
2480
+ "fieldName": "marginMedium",
2481
+ "inheritedFrom": {
2482
+ "name": "GridBase",
2483
+ "module": "src/container/grid-base.ts"
2484
+ }
2485
+ },
2486
+ {
2487
+ "name": "margin-lg",
2488
+ "type": {
2489
+ "text": "UmSpacingSizes | undefined"
2490
+ },
2491
+ "fieldName": "marginLarge",
2492
+ "inheritedFrom": {
2493
+ "name": "GridBase",
2494
+ "module": "src/container/grid-base.ts"
2495
+ }
2496
+ },
2497
+ {
2498
+ "name": "margin-xl",
2499
+ "type": {
2500
+ "text": "UmSpacingSizes | undefined"
2501
+ },
2502
+ "fieldName": "marginExtraLarge",
2503
+ "inheritedFrom": {
2504
+ "name": "GridBase",
2505
+ "module": "src/container/grid-base.ts"
2506
+ }
2507
+ },
2508
+ {
2509
+ "name": "full-width",
2510
+ "type": {
2511
+ "text": "boolean"
2512
+ },
2513
+ "default": "false",
2514
+ "fieldName": "fullWidth",
2515
+ "inheritedFrom": {
2516
+ "name": "GridBase",
2517
+ "module": "src/container/grid-base.ts"
2518
+ }
2519
+ }
2520
+ ]
2521
+ }
2522
+ ],
2523
+ "exports": [
2524
+ {
2525
+ "kind": "js",
2526
+ "name": "UmContainer",
2527
+ "declaration": {
2528
+ "name": "UmContainer",
2529
+ "module": "src/container/container.ts"
2530
+ }
2531
+ },
2532
+ {
2533
+ "kind": "custom-element-definition",
2534
+ "name": "u-container",
2535
+ "declaration": {
2536
+ "name": "UmContainer",
2537
+ "module": "src/container/container.ts"
2538
+ }
2539
+ }
2540
+ ]
2541
+ },
2542
+ {
2543
+ "kind": "javascript-module",
2544
+ "path": "src/container/grid-base.styles.ts",
2545
+ "declarations": [
2546
+ {
2547
+ "kind": "variable",
2548
+ "name": "styles",
2549
+ "default": "css `\n :host {\n --_grid-spacing-sm: var(--u-spacing-sm, 8px);\n --_grid-spacing-md: var(--u-spacing-md, 16px);\n --_grid-spacing-lg: var(--u-spacing-lg, 24px);\n --_grid-spacing-xl: var(--u-spacing-xl, 40px);\n --_grid-spacing-default: var(--u-grid-spacing-default, var(--_grid-spacing-md));\n --_grid-margin: var(--u-grid-margin-default, var(--_grid-spacing-default));\n }\n\n :host([margin=none]) {\n --_grid-margin: 0;\n }\n\n :host([margin=small]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-sm));\n }\n\n :host([margin=medium]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-md));\n }\n\n :host([margin=large]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-lg));\n }\n\n :host([margin=extra-large]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-xl));\n }\n\n @media (min-width: 600px) {\n :host([margin-sm=none]) {\n --_grid-margin: 0;\n }\n :host([margin-sm=small]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-sm));\n }\n :host([margin-sm=medium]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-md));\n }\n :host([margin-sm=large]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-lg));\n }\n :host([margin-sm=extra-large]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-xl));\n }\n }\n @media (min-width: 840px) {\n :host([margin-md=none]) {\n --_grid-margin: 0;\n }\n :host([margin-md=small]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-sm));\n }\n :host([margin-md=medium]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-md));\n }\n :host([margin-md=large]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-lg));\n }\n :host([margin-md=extra-large]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-xl));\n }\n }\n @media (min-width: 1200px) {\n :host([margin-lg=none]) {\n --_grid-margin: 0;\n }\n :host([margin-lg=small]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-sm));\n }\n :host([margin-lg=medium]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-md));\n }\n :host([margin-lg=large]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-lg));\n }\n :host([margin-lg=extra-large]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-xl));\n }\n }\n @media (min-width: 1600px) {\n :host([margin-xl=none]) {\n --_grid-margin: 0;\n }\n :host([margin-xl=small]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-sm));\n }\n :host([margin-xl=medium]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-md));\n }\n :host([margin-xl=large]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-lg));\n }\n :host([margin-xl=extra-large]) {\n --_grid-margin: var(--u-grid-margin, var(--_grid-spacing-xl));\n }\n }\n :host {\n width: 100%;\n margin-inline: auto;\n padding: var(--u-grid-margin, var(--_grid-margin));\n }\n :host:host::after {\n content: \"\";\n display: block;\n }\n\n :host(:not([full-width])) {\n max-width: var(--u-container-max-width, 992px);\n }\n`"
2550
+ }
2551
+ ],
2552
+ "exports": [
2553
+ {
2554
+ "kind": "js",
2555
+ "name": "styles",
2556
+ "declaration": {
2557
+ "name": "styles",
2558
+ "module": "src/container/grid-base.styles.ts"
2559
+ }
2560
+ }
2561
+ ]
2562
+ },
2563
+ {
2564
+ "kind": "javascript-module",
2565
+ "path": "src/container/grid-base.ts",
2566
+ "declarations": [
2567
+ {
2568
+ "kind": "class",
2569
+ "description": "",
2570
+ "name": "GridBase",
2571
+ "members": [
2572
+ {
2573
+ "kind": "field",
2574
+ "name": "margin",
2575
+ "type": {
2576
+ "text": "UmSpacingSizes | undefined"
2577
+ },
2578
+ "attribute": "margin",
2579
+ "reflects": true
2580
+ },
2581
+ {
2582
+ "kind": "field",
2583
+ "name": "marginSmall",
2584
+ "type": {
2585
+ "text": "UmSpacingSizes | undefined"
2586
+ },
2587
+ "attribute": "margin-sm",
2588
+ "reflects": true
2589
+ },
2590
+ {
2591
+ "kind": "field",
2592
+ "name": "marginMedium",
2593
+ "type": {
2594
+ "text": "UmSpacingSizes | undefined"
2595
+ },
2596
+ "attribute": "margin-md",
2597
+ "reflects": true
2598
+ },
2599
+ {
2600
+ "kind": "field",
2601
+ "name": "marginLarge",
2602
+ "type": {
2603
+ "text": "UmSpacingSizes | undefined"
2604
+ },
2605
+ "attribute": "margin-lg",
2606
+ "reflects": true
2607
+ },
2608
+ {
2609
+ "kind": "field",
2610
+ "name": "marginExtraLarge",
2611
+ "type": {
2612
+ "text": "UmSpacingSizes | undefined"
2613
+ },
2614
+ "attribute": "margin-xl",
2615
+ "reflects": true
2616
+ },
2617
+ {
2618
+ "kind": "field",
2619
+ "name": "fullWidth",
2620
+ "type": {
2621
+ "text": "boolean"
2622
+ },
2623
+ "default": "false",
2624
+ "attribute": "full-width",
2625
+ "reflects": true
2626
+ }
2627
+ ],
2628
+ "attributes": [
2629
+ {
2630
+ "name": "margin",
2631
+ "type": {
2632
+ "text": "UmSpacingSizes | undefined"
2633
+ },
2634
+ "fieldName": "margin"
2635
+ },
2636
+ {
2637
+ "name": "margin-sm",
2638
+ "type": {
2639
+ "text": "UmSpacingSizes | undefined"
2640
+ },
2641
+ "fieldName": "marginSmall"
2642
+ },
2643
+ {
2644
+ "name": "margin-md",
2645
+ "type": {
2646
+ "text": "UmSpacingSizes | undefined"
2647
+ },
2648
+ "fieldName": "marginMedium"
2649
+ },
2650
+ {
2651
+ "name": "margin-lg",
2652
+ "type": {
2653
+ "text": "UmSpacingSizes | undefined"
2654
+ },
2655
+ "fieldName": "marginLarge"
2656
+ },
2657
+ {
2658
+ "name": "margin-xl",
2659
+ "type": {
2660
+ "text": "UmSpacingSizes | undefined"
2661
+ },
2662
+ "fieldName": "marginExtraLarge"
2663
+ },
2664
+ {
2665
+ "name": "full-width",
2666
+ "type": {
2667
+ "text": "boolean"
2668
+ },
2669
+ "default": "false",
2670
+ "fieldName": "fullWidth"
2671
+ }
2672
+ ],
2673
+ "superclass": {
2674
+ "name": "LitElement",
2675
+ "package": "lit"
2676
+ },
2677
+ "customElement": true
2678
+ }
2679
+ ],
2680
+ "exports": [
2681
+ {
2682
+ "kind": "js",
2683
+ "name": "GridBase",
2684
+ "declaration": {
2685
+ "name": "GridBase",
2686
+ "module": "src/container/grid-base.ts"
2687
+ }
2688
+ }
2689
+ ]
2690
+ },
2691
+ {
2692
+ "kind": "javascript-module",
2693
+ "path": "src/container/grid.styles.ts",
2694
+ "declarations": [
2695
+ {
2696
+ "kind": "variable",
2697
+ "name": "styles",
2698
+ "default": "css `\n :host {\n display: block;\n --_grid-gutter: var(--u-grid-gutter-default, var(--u-grid-spacing-default, var(--_grid-spacing-default)));\n }\n\n :host([gutter=none]) {\n --_grid-gutter: 0;\n }\n\n :host([gutter=small]) {\n --_grid-gutter: var(--_grid-spacing-sm);\n }\n\n :host([gutter=medium]) {\n --_grid-gutter: var(--_grid-spacing-md);\n }\n\n :host([gutter=large]) {\n --_grid-gutter: var(--_grid-spacing-lg);\n }\n\n :host([gutter=extra-large]) {\n --_grid-gutter: var(--_grid-spacing-xl);\n }\n\n :host([cols]) slot {\n --_grid-template-columns: var(--_cols);\n }\n\n :host([template-columns]) slot {\n --_grid-template-columns: var(--_template-columns);\n }\n\n @media (min-width: 600px) {\n :host([gutter-sm=none]) {\n --_grid-gutter: 0;\n }\n :host([gutter-sm=small]) {\n --_grid-gutter: var(--_grid-spacing-sm);\n }\n :host([gutter-sm=medium]) {\n --_grid-gutter: var(--_grid-spacing-md);\n }\n :host([gutter-sm=large]) {\n --_grid-gutter: var(--_grid-spacing-lg);\n }\n :host([gutter-sm=extra-large]) {\n --_grid-gutter: var(--_grid-spacing-xl);\n }\n :host([cols-sm]) slot {\n --_grid-template-columns: var(--_cols-sm);\n }\n :host([template-columns-sm]) slot {\n --_grid-template-columns: var(--_template-columns-sm);\n }\n }\n @media (min-width: 840px) {\n :host([gutter-md=none]) {\n --_grid-gutter: 0;\n }\n :host([gutter-md=small]) {\n --_grid-gutter: var(--_grid-spacing-sm);\n }\n :host([gutter-md=medium]) {\n --_grid-gutter: var(--_grid-spacing-md);\n }\n :host([gutter-md=large]) {\n --_grid-gutter: var(--_grid-spacing-lg);\n }\n :host([gutter-md=extra-large]) {\n --_grid-gutter: var(--_grid-spacing-xl);\n }\n :host([cols-md]) slot {\n --_grid-template-columns: var(--_cols-md);\n }\n :host([template-columns-md]) slot {\n --_grid-template-columns: var(--_template-columns-md);\n }\n }\n @media (min-width: 1200px) {\n :host([gutter-lg=none]) {\n --_grid-gutter: 0;\n }\n :host([gutter-lg=small]) {\n --_grid-gutter: var(--_grid-spacing-sm);\n }\n :host([gutter-lg=medium]) {\n --_grid-gutter: var(--_grid-spacing-md);\n }\n :host([gutter-lg=large]) {\n --_grid-gutter: var(--_grid-spacing-lg);\n }\n :host([gutter-lg=extra-large]) {\n --_grid-gutter: var(--_grid-spacing-xl);\n }\n :host([cols-lg]) slot {\n --_grid-template-columns: var(--_cols-lg);\n }\n :host([template-columns-lg]) slot {\n --_grid-template-columns: var(--_template-columns-lg);\n }\n }\n @media (min-width: 1600px) {\n :host([gutter-xl=none]) {\n --_grid-gutter: 0;\n }\n :host([gutter-xl=small]) {\n --_grid-gutter: var(--_grid-spacing-sm);\n }\n :host([gutter-xl=medium]) {\n --_grid-gutter: var(--_grid-spacing-md);\n }\n :host([gutter-xl=large]) {\n --_grid-gutter: var(--_grid-spacing-lg);\n }\n :host([gutter-xl=extra-large]) {\n --_grid-gutter: var(--_grid-spacing-xl);\n }\n :host([cols-xl]) slot {\n --_grid-template-columns: var(--_cols-xl);\n }\n :host([template-columns-xl]) slot {\n --_grid-template-columns: var(--_template-columns-xl);\n }\n }\n slot {\n display: grid;\n grid-template-columns: var(--_grid-template-columns);\n gap: var(--u-grid-gutter, var(--_grid-gutter));\n }\n`"
2699
+ }
2700
+ ],
2701
+ "exports": [
2702
+ {
2703
+ "kind": "js",
2704
+ "name": "styles",
2705
+ "declaration": {
2706
+ "name": "styles",
2707
+ "module": "src/container/grid.styles.ts"
2708
+ }
2709
+ }
2710
+ ]
2711
+ },
2712
+ {
2713
+ "kind": "javascript-module",
2714
+ "path": "src/container/grid.ts",
2715
+ "declarations": [
2716
+ {
2717
+ "kind": "class",
2718
+ "description": "",
2719
+ "name": "UmGrid",
2720
+ "members": [
2721
+ {
2722
+ "kind": "field",
2723
+ "name": "gutter",
2724
+ "type": {
2725
+ "text": "UmSpacingSizes | undefined"
2726
+ },
2727
+ "attribute": "gutter",
2728
+ "reflects": true
2729
+ },
2730
+ {
2731
+ "kind": "field",
2732
+ "name": "gutterSmall",
2733
+ "type": {
2734
+ "text": "UmSpacingSizes | undefined"
2735
+ },
2736
+ "attribute": "gutter-sm",
2737
+ "reflects": true
2738
+ },
2739
+ {
2740
+ "kind": "field",
2741
+ "name": "gutterMedium",
2742
+ "type": {
2743
+ "text": "UmSpacingSizes | undefined"
2744
+ },
2745
+ "attribute": "gutter-md",
2746
+ "reflects": true
2747
+ },
2748
+ {
2749
+ "kind": "field",
2750
+ "name": "gutterLarge",
2751
+ "type": {
2752
+ "text": "UmSpacingSizes | undefined"
2753
+ },
2754
+ "attribute": "gutter-lg",
2755
+ "reflects": true
2756
+ },
2757
+ {
2758
+ "kind": "field",
2759
+ "name": "gutterExtraLarge",
2760
+ "type": {
2761
+ "text": "UmSpacingSizes | undefined"
2762
+ },
2763
+ "attribute": "gutter-xl",
2764
+ "reflects": true
2765
+ },
2766
+ {
2767
+ "kind": "field",
2768
+ "name": "cols",
2769
+ "type": {
2770
+ "text": "number"
2771
+ },
2772
+ "default": "1",
2773
+ "attribute": "cols",
2774
+ "reflects": true
2775
+ },
2776
+ {
2777
+ "kind": "field",
2778
+ "name": "colsSmall",
2779
+ "type": {
2780
+ "text": "number | undefined"
2781
+ },
2782
+ "attribute": "cols-sm",
2783
+ "reflects": true
2784
+ },
2785
+ {
2786
+ "kind": "field",
2787
+ "name": "colsMedium",
2788
+ "type": {
2789
+ "text": "number | undefined"
2790
+ },
2791
+ "attribute": "cols-md",
2792
+ "reflects": true
2793
+ },
2794
+ {
2795
+ "kind": "field",
2796
+ "name": "colsLarge",
2797
+ "type": {
2798
+ "text": "number | undefined"
2799
+ },
2800
+ "attribute": "cols-lg",
2801
+ "reflects": true
2802
+ },
2803
+ {
2804
+ "kind": "field",
2805
+ "name": "colsExtraLarge",
2806
+ "type": {
2807
+ "text": "number | undefined"
2808
+ },
2809
+ "attribute": "cols-xl",
2810
+ "reflects": true
2811
+ },
2812
+ {
2813
+ "kind": "field",
2814
+ "name": "templateColumns",
2815
+ "type": {
2816
+ "text": "number | undefined"
2817
+ },
2818
+ "default": "undefined",
2819
+ "attribute": "template-columns",
2820
+ "reflects": true
2821
+ },
2822
+ {
2823
+ "kind": "field",
2824
+ "name": "templateColumnsSmall",
2825
+ "type": {
2826
+ "text": "number | undefined"
2827
+ },
2828
+ "attribute": "template-columns-sm",
2829
+ "reflects": true
2830
+ },
2831
+ {
2832
+ "kind": "field",
2833
+ "name": "templateColumnsMedium",
2834
+ "type": {
2835
+ "text": "number | undefined"
2836
+ },
2837
+ "attribute": "template-columns-md",
2838
+ "reflects": true
2839
+ },
2840
+ {
2841
+ "kind": "field",
2842
+ "name": "templateColumnsLarge",
2843
+ "type": {
2844
+ "text": "number | undefined"
2845
+ },
2846
+ "attribute": "template-columns-lg",
2847
+ "reflects": true
2848
+ },
2849
+ {
2850
+ "kind": "field",
2851
+ "name": "templateColumnsExtraLarge",
2852
+ "type": {
2853
+ "text": "number | undefined"
2854
+ },
2855
+ "attribute": "template-columns-xl",
2856
+ "reflects": true
2857
+ },
2858
+ {
2859
+ "kind": "method",
2860
+ "name": "setColumnsVariable",
2861
+ "privacy": "private",
2862
+ "return": {
2863
+ "type": {
2864
+ "text": "void"
2865
+ }
2866
+ },
2867
+ "parameters": [
2868
+ {
2869
+ "name": "name",
2870
+ "type": {
2871
+ "text": "string"
2872
+ }
2873
+ },
2874
+ {
2875
+ "name": "value",
2876
+ "type": {
2877
+ "text": "string | null"
2878
+ }
2879
+ }
2880
+ ]
2881
+ },
2882
+ {
2883
+ "kind": "method",
2884
+ "name": "setTemplateColumnsVariable",
2885
+ "privacy": "private",
2886
+ "return": {
2887
+ "type": {
2888
+ "text": "void"
2889
+ }
2890
+ },
2891
+ "parameters": [
2892
+ {
2893
+ "name": "name",
2894
+ "type": {
2895
+ "text": "string"
2896
+ }
2897
+ },
2898
+ {
2899
+ "name": "value",
2900
+ "type": {
2901
+ "text": "string | null"
2902
+ }
2903
+ }
2904
+ ]
2905
+ },
2906
+ {
2907
+ "kind": "method",
2908
+ "name": "setProperty",
2909
+ "privacy": "private",
2910
+ "return": {
2911
+ "type": {
2912
+ "text": "void"
2913
+ }
2914
+ },
2915
+ "parameters": [
2916
+ {
2917
+ "name": "name",
2918
+ "type": {
2919
+ "text": "string"
2920
+ }
2921
+ },
2922
+ {
2923
+ "name": "value",
2924
+ "type": {
2925
+ "text": "string | null"
2926
+ }
2927
+ }
2928
+ ]
2929
+ },
2930
+ {
2931
+ "kind": "field",
2932
+ "name": "margin",
2224
2933
  "type": {
2225
- "text": "UmRipple"
2934
+ "text": "UmSpacingSizes | undefined"
2226
2935
  },
2227
- "privacy": "private"
2936
+ "attribute": "margin",
2937
+ "reflects": true,
2938
+ "inheritedFrom": {
2939
+ "name": "GridBase",
2940
+ "module": "src/container/grid-base.ts"
2941
+ }
2228
2942
  },
2229
2943
  {
2230
2944
  "kind": "field",
2231
- "name": "assignedInputs",
2945
+ "name": "marginSmall",
2232
2946
  "type": {
2233
- "text": "HTMLInputElement[]"
2947
+ "text": "UmSpacingSizes | undefined"
2234
2948
  },
2235
- "privacy": "private"
2949
+ "attribute": "margin-sm",
2950
+ "reflects": true,
2951
+ "inheritedFrom": {
2952
+ "name": "GridBase",
2953
+ "module": "src/container/grid-base.ts"
2954
+ }
2236
2955
  },
2237
2956
  {
2238
2957
  "kind": "field",
2239
- "name": "input",
2958
+ "name": "marginMedium",
2240
2959
  "type": {
2241
- "text": "HTMLInputElement | undefined"
2960
+ "text": "UmSpacingSizes | undefined"
2242
2961
  },
2243
- "privacy": "private"
2962
+ "attribute": "margin-md",
2963
+ "reflects": true,
2964
+ "inheritedFrom": {
2965
+ "name": "GridBase",
2966
+ "module": "src/container/grid-base.ts"
2967
+ }
2244
2968
  },
2245
2969
  {
2246
- "kind": "method",
2247
- "name": "handleSlotChange",
2248
- "privacy": "private",
2249
- "return": {
2250
- "type": {
2251
- "text": "void"
2252
- }
2970
+ "kind": "field",
2971
+ "name": "marginLarge",
2972
+ "type": {
2973
+ "text": "UmSpacingSizes | undefined"
2974
+ },
2975
+ "attribute": "margin-lg",
2976
+ "reflects": true,
2977
+ "inheritedFrom": {
2978
+ "name": "GridBase",
2979
+ "module": "src/container/grid-base.ts"
2253
2980
  }
2254
2981
  },
2255
2982
  {
2256
2983
  "kind": "field",
2257
- "name": "handleInputChange",
2258
- "privacy": "private"
2259
- }
2260
- ],
2261
- "superclass": {
2262
- "name": "LitElement",
2263
- "package": "lit"
2264
- },
2265
- "tagName": "u-checkbox",
2266
- "customElement": true
2267
- }
2268
- ],
2269
- "exports": [
2270
- {
2271
- "kind": "js",
2272
- "name": "UmCheckbox",
2273
- "declaration": {
2274
- "name": "UmCheckbox",
2275
- "module": "src/checkbox/checkbox.ts"
2276
- }
2277
- },
2278
- {
2279
- "kind": "custom-element-definition",
2280
- "name": "u-checkbox",
2281
- "declaration": {
2282
- "name": "UmCheckbox",
2283
- "module": "src/checkbox/checkbox.ts"
2284
- }
2285
- }
2286
- ]
2287
- },
2288
- {
2289
- "kind": "javascript-module",
2290
- "path": "src/container/container.styles.ts",
2291
- "declarations": [
2292
- {
2293
- "kind": "variable",
2294
- "name": "styles",
2295
- "default": "css `\n :host {\n --_grid-spacing-small: var(--u-spacing-sm, 8px);\n --_grid-spacing-medium: var(--u-spacing-md, 16px);\n --_grid-spacing-large: var(--u-spacing-lg, 24px);\n --_grid-spacing-extra-large: var(--u-spacing-xl, 40px);\n }\n\n :host([margin=none]) {\n --_container-margin: 0;\n }\n\n :host([margin=small]) {\n --_container-margin: var(--u-container-margin, var(--_grid-spacing-small));\n }\n\n :host([margin=medium]) {\n --_container-margin: var(--u-container-margin, var(--_grid-spacing-medium));\n }\n\n :host([margin=large]) {\n --_container-margin: var(--u-container-margin, var(--_grid-spacing-large));\n }\n\n :host([margin=extra-large]) {\n --_container-margin: var(--u-container-margin, var(--_grid-spacing-extra-large));\n }\n\n :host {\n display: block;\n width: 100%;\n max-width: var(--u-container-max-width, 992px);\n margin-inline: auto;\n padding: var(--_container-margin, var(--_grid-spacing-medium));\n }\n\n :host::after {\n content: \"\";\n display: block;\n }\n`"
2296
- }
2297
- ],
2298
- "exports": [
2299
- {
2300
- "kind": "js",
2301
- "name": "styles",
2302
- "declaration": {
2303
- "name": "styles",
2304
- "module": "src/container/container.styles.ts"
2305
- }
2306
- }
2307
- ]
2308
- },
2309
- {
2310
- "kind": "javascript-module",
2311
- "path": "src/container/container.ts",
2312
- "declarations": [
2313
- {
2314
- "kind": "class",
2315
- "description": "",
2316
- "name": "UmContainer",
2317
- "members": [
2984
+ "name": "marginExtraLarge",
2985
+ "type": {
2986
+ "text": "UmSpacingSizes | undefined"
2987
+ },
2988
+ "attribute": "margin-xl",
2989
+ "reflects": true,
2990
+ "inheritedFrom": {
2991
+ "name": "GridBase",
2992
+ "module": "src/container/grid-base.ts"
2993
+ }
2994
+ },
2318
2995
  {
2319
2996
  "kind": "field",
2320
- "name": "margin",
2997
+ "name": "fullWidth",
2321
2998
  "type": {
2322
- "text": "SpacingSizes | undefined"
2999
+ "text": "boolean"
2323
3000
  },
2324
- "attribute": "margin",
2325
- "reflects": true
3001
+ "default": "false",
3002
+ "attribute": "full-width",
3003
+ "reflects": true,
3004
+ "inheritedFrom": {
3005
+ "name": "GridBase",
3006
+ "module": "src/container/grid-base.ts"
3007
+ }
2326
3008
  }
2327
3009
  ],
2328
3010
  "attributes": [
3011
+ {
3012
+ "name": "gutter",
3013
+ "type": {
3014
+ "text": "UmSpacingSizes | undefined"
3015
+ },
3016
+ "fieldName": "gutter"
3017
+ },
3018
+ {
3019
+ "name": "gutter-sm",
3020
+ "type": {
3021
+ "text": "UmSpacingSizes | undefined"
3022
+ },
3023
+ "fieldName": "gutterSmall"
3024
+ },
3025
+ {
3026
+ "name": "gutter-md",
3027
+ "type": {
3028
+ "text": "UmSpacingSizes | undefined"
3029
+ },
3030
+ "fieldName": "gutterMedium"
3031
+ },
3032
+ {
3033
+ "name": "gutter-lg",
3034
+ "type": {
3035
+ "text": "UmSpacingSizes | undefined"
3036
+ },
3037
+ "fieldName": "gutterLarge"
3038
+ },
3039
+ {
3040
+ "name": "gutter-xl",
3041
+ "type": {
3042
+ "text": "UmSpacingSizes | undefined"
3043
+ },
3044
+ "fieldName": "gutterExtraLarge"
3045
+ },
3046
+ {
3047
+ "name": "cols",
3048
+ "type": {
3049
+ "text": "number"
3050
+ },
3051
+ "default": "1",
3052
+ "fieldName": "cols"
3053
+ },
3054
+ {
3055
+ "name": "cols-sm",
3056
+ "type": {
3057
+ "text": "number | undefined"
3058
+ },
3059
+ "fieldName": "colsSmall"
3060
+ },
3061
+ {
3062
+ "name": "cols-md",
3063
+ "type": {
3064
+ "text": "number | undefined"
3065
+ },
3066
+ "fieldName": "colsMedium"
3067
+ },
3068
+ {
3069
+ "name": "cols-lg",
3070
+ "type": {
3071
+ "text": "number | undefined"
3072
+ },
3073
+ "fieldName": "colsLarge"
3074
+ },
3075
+ {
3076
+ "name": "cols-xl",
3077
+ "type": {
3078
+ "text": "number | undefined"
3079
+ },
3080
+ "fieldName": "colsExtraLarge"
3081
+ },
3082
+ {
3083
+ "name": "template-columns",
3084
+ "type": {
3085
+ "text": "number | undefined"
3086
+ },
3087
+ "default": "undefined",
3088
+ "resolveInitializer": {
3089
+ "module": "src/container/grid.ts"
3090
+ },
3091
+ "fieldName": "templateColumns"
3092
+ },
3093
+ {
3094
+ "name": "template-columns-sm",
3095
+ "type": {
3096
+ "text": "number | undefined"
3097
+ },
3098
+ "fieldName": "templateColumnsSmall"
3099
+ },
3100
+ {
3101
+ "name": "template-columns-md",
3102
+ "type": {
3103
+ "text": "number | undefined"
3104
+ },
3105
+ "fieldName": "templateColumnsMedium"
3106
+ },
3107
+ {
3108
+ "name": "template-columns-lg",
3109
+ "type": {
3110
+ "text": "number | undefined"
3111
+ },
3112
+ "fieldName": "templateColumnsLarge"
3113
+ },
3114
+ {
3115
+ "name": "template-columns-xl",
3116
+ "type": {
3117
+ "text": "number | undefined"
3118
+ },
3119
+ "fieldName": "templateColumnsExtraLarge"
3120
+ },
2329
3121
  {
2330
3122
  "name": "margin",
2331
3123
  "type": {
2332
- "text": "SpacingSizes | undefined"
3124
+ "text": "UmSpacingSizes | undefined"
2333
3125
  },
2334
- "fieldName": "margin"
3126
+ "fieldName": "margin",
3127
+ "inheritedFrom": {
3128
+ "name": "GridBase",
3129
+ "module": "src/container/grid-base.ts"
3130
+ }
3131
+ },
3132
+ {
3133
+ "name": "margin-sm",
3134
+ "type": {
3135
+ "text": "UmSpacingSizes | undefined"
3136
+ },
3137
+ "fieldName": "marginSmall",
3138
+ "inheritedFrom": {
3139
+ "name": "GridBase",
3140
+ "module": "src/container/grid-base.ts"
3141
+ }
3142
+ },
3143
+ {
3144
+ "name": "margin-md",
3145
+ "type": {
3146
+ "text": "UmSpacingSizes | undefined"
3147
+ },
3148
+ "fieldName": "marginMedium",
3149
+ "inheritedFrom": {
3150
+ "name": "GridBase",
3151
+ "module": "src/container/grid-base.ts"
3152
+ }
3153
+ },
3154
+ {
3155
+ "name": "margin-lg",
3156
+ "type": {
3157
+ "text": "UmSpacingSizes | undefined"
3158
+ },
3159
+ "fieldName": "marginLarge",
3160
+ "inheritedFrom": {
3161
+ "name": "GridBase",
3162
+ "module": "src/container/grid-base.ts"
3163
+ }
3164
+ },
3165
+ {
3166
+ "name": "margin-xl",
3167
+ "type": {
3168
+ "text": "UmSpacingSizes | undefined"
3169
+ },
3170
+ "fieldName": "marginExtraLarge",
3171
+ "inheritedFrom": {
3172
+ "name": "GridBase",
3173
+ "module": "src/container/grid-base.ts"
3174
+ }
3175
+ },
3176
+ {
3177
+ "name": "full-width",
3178
+ "type": {
3179
+ "text": "boolean"
3180
+ },
3181
+ "default": "false",
3182
+ "fieldName": "fullWidth",
3183
+ "inheritedFrom": {
3184
+ "name": "GridBase",
3185
+ "module": "src/container/grid-base.ts"
3186
+ }
2335
3187
  }
2336
3188
  ],
2337
3189
  "superclass": {
2338
- "name": "LitElement",
2339
- "package": "lit"
3190
+ "name": "GridBase",
3191
+ "module": "/src/container/grid-base.js"
2340
3192
  },
2341
- "tagName": "u-container",
3193
+ "tagName": "u-grid",
2342
3194
  "customElement": true
2343
3195
  }
2344
3196
  ],
2345
3197
  "exports": [
2346
3198
  {
2347
3199
  "kind": "js",
2348
- "name": "UmContainer",
3200
+ "name": "UmGrid",
2349
3201
  "declaration": {
2350
- "name": "UmContainer",
2351
- "module": "src/container/container.ts"
3202
+ "name": "UmGrid",
3203
+ "module": "src/container/grid.ts"
2352
3204
  }
2353
3205
  },
2354
3206
  {
2355
3207
  "kind": "custom-element-definition",
2356
- "name": "u-container",
3208
+ "name": "u-grid",
2357
3209
  "declaration": {
2358
- "name": "UmContainer",
2359
- "module": "src/container/container.ts"
3210
+ "name": "UmGrid",
3211
+ "module": "src/container/grid.ts"
2360
3212
  }
2361
3213
  }
2362
3214
  ]
@@ -2575,6 +3427,16 @@
2575
3427
  }
2576
3428
  }
2577
3429
  },
3430
+ {
3431
+ "kind": "method",
3432
+ "name": "dettachEvents",
3433
+ "privacy": "private",
3434
+ "return": {
3435
+ "type": {
3436
+ "text": "void"
3437
+ }
3438
+ }
3439
+ },
2578
3440
  {
2579
3441
  "kind": "method",
2580
3442
  "name": "handleMouseDown",
@@ -2696,14 +3558,6 @@
2696
3558
  }
2697
3559
  }
2698
3560
  ]
2699
- },
2700
- {
2701
- "kind": "field",
2702
- "name": "ariaHidden",
2703
- "type": {
2704
- "text": "string"
2705
- },
2706
- "default": "\"true\""
2707
3561
  }
2708
3562
  ],
2709
3563
  "attributes": [