@muibook/components 18.1.1 → 19.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.
- package/dist/esm/components/mui-body/index.js +5 -3
- package/dist/esm/components/mui-button/index.js +35 -10
- package/dist/esm/components/mui-card/body/index.js +13 -6
- package/dist/esm/components/mui-carousel/controller/index.js +10 -10
- package/dist/esm/components/mui-chip-input/index.js +103 -66
- package/dist/esm/components/mui-file-upload/index.js +28 -10
- package/dist/esm/components/mui-hint/index.js +40 -19
- package/dist/esm/components/mui-slat/slat/index.js +10 -5
- package/dist/esm/components/mui-stepper/stepper/index.js +9 -9
- package/dist/esm/components/mui-table/cell/index.js +22 -3
- package/dist/esm/components/mui-table/row/index.js +87 -5
- package/dist/esm/components/mui-tabs/tab-bar/index.js +5 -5
- package/dist/esm/css/mui-brand.css +2 -1
- package/dist/esm/css/mui-tokens.css +5 -0
- package/dist/esm/custom-elements.json +2077 -951
- package/dist/esm/dynamic-attrs.json +166 -0
- package/dist/esm/tokens/js/index.js +14 -13
- package/dist/types/components/mui-chip-input/index.d.ts +1 -0
- package/dist/types/tokens/js/index.d.ts +1 -0
- package/package.json +5 -3
|
@@ -2,36 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "src/components/mui-accordion/doc.ts",
|
|
8
|
-
"declarations": [
|
|
9
|
-
{
|
|
10
|
-
"kind": "variable",
|
|
11
|
-
"name": "muiDocs",
|
|
12
|
-
"type": {
|
|
13
|
-
"text": "MuiDocs"
|
|
14
|
-
},
|
|
15
|
-
"default": "{ Accordion: { title: \"Accordion\", description: \"A collapsible container used to reveal sections of related content. Useful for progressive disclosure, especially when space is limited or the content is secondary. On smaller viewports, accordions can replace tables to group and reveal related rows of data.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/1TykTEhPNTJlZdyzqAayEH/b5293336f033020bbcef964db811cdd3/Accordion_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=958-8558&t=0ytskb8cxriEmdz2-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/content-accordion--docs\"], website: [\"https://muibook.com/#/accordion\"], guides: [\"https://guides.muibook.com/accordion\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-accordion/index.ts\"], usage: { list: [ \"Use to progressively reveal grouped or secondary content.\", \"Can replace tables on small viewports when content is grouped by row.\", \"Ideal for mobile or narrow layouts where space is constrained.\", \"Stack, slat, or grid layouts can be used inside an accordion for custom structures.\", ], }, accessibility: { designerList: [ \"Accordion summary uses role='button' and tabindex='0' for keyboard access.\", \"Supports Enter and Space keys for toggling.\", \"aria-expanded reflects open/closed state.\", \"aria-controls links summary to detail with a unique ID.\", \"mui-heading applies semantic heading with role='heading' and aria-level.\", \"Chevron icon rotates visually and the state is conveyed via aria-expanded.\", ], engineerList: [ \"Accordion summary uses role='button' and tabindex='0' for keyboard access.\", \"Supports Enter and Space keys for toggling.\", \"aria-expanded reflects open/closed state.\", \"aria-controls links summary to detail with a unique ID.\", \"mui-heading applies semantic heading with role='heading' and aria-level.\", \"Chevron icon rotates visually and the state is conveyed via aria-expanded.\", ], }, anatomy: { list: [ \"Heading: Provides the accordion with a heading\", \"Icon: A chevron icon that indicates the state of the Accordion\", \"Detail: Define the detail content for the expanded section within the Accordion.\", ], image: \"https://images.ctfassets.net/i5uwscj4pkk2/4JgAhsxwz3YOt28fLTVgDB/b404f3407eb06e2f26a196da04f7d217/Accordion_-_Anatomy.png\", }, variants: { items: [ { key: \"accordion-block\", title: \"Accordion Block\", description: \"The block accordion is typically used within a page layout full-width to the parent container.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/1L2XfteVwNBQcFlddTYmfi/c791eb538285e2cfb919342e84228811/accordion-block_-_Variants.png\", }, { key: \"accordion-inline\", title: \"Accordion Inline\", description: \"The inline accordion is typically used within a block layout as a secondary UI element to a block element.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/RMnvBLRsW3Vvq9V3yaTcW/86afba39ed0b7ffc00d0033b1b1bfd07/accordion_inline_-_Variants.png\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"menu-groups\", name: \"Menu Groups\", description: \"Accordions can be used in menus to collapse and expand groups of related items, helping keep navigation organized and reducing visual clutter.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/zFHrSdH3CYbZXOv8WFKkL/90cad70c32b40fca61a875263d4cc366/accordion_menu_-_composition.png\", }, { key: \"code-snippets\", name: \"Code snippets\", description: \"An accordion in a card footer allows code snippets or supporting details to be revealed on demand, keeping the card compact while still providing access to additional information.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/7FKVgkCxv3UenOQTC9Tr4R/25c357aceea16b169c48775d7363df1d/accordion_card_footer_-_composition.png\", }, { key: \"account-activity\", name: \"Account Activity (Accordion + Card)\", description: \"Accordions can split account activity into segments, such as by year, with the ability to expand each section for detailed transactions. This makes large sets of data easier to scan and navigate.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/4PEUUHgxpuDM6nDgdGOotY/bf078e07bc3fbabf07f03b99800e5306/accordion_card_body_-_composition.png\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [ { description: \"\", image: \"\" }, { description: \"\", image: \"\" }, ], dontContent: [{ description: \"\" }, { description: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, related: { items: [ { name: \"Card\", link: \"https://guides.muibook.com/card\" }, { name: \"Slat\", link: \"https://guides.muibook.com/slat\" }, ], }, }, }"
|
|
16
|
-
}
|
|
17
|
-
],
|
|
18
|
-
"exports": [
|
|
19
|
-
{
|
|
20
|
-
"kind": "js",
|
|
21
|
-
"name": "muiDocs",
|
|
22
|
-
"declaration": {
|
|
23
|
-
"name": "muiDocs",
|
|
24
|
-
"module": "src/components/mui-accordion/doc.ts"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
]
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"kind": "javascript-module",
|
|
31
|
-
"path": "src/components/mui-accordion/index.ts",
|
|
32
|
-
"declarations": [],
|
|
33
|
-
"exports": []
|
|
34
|
-
},
|
|
35
5
|
{
|
|
36
6
|
"kind": "javascript-module",
|
|
37
7
|
"path": "src/components/mui-addon/doc.ts",
|
|
@@ -101,6 +71,36 @@
|
|
|
101
71
|
}
|
|
102
72
|
]
|
|
103
73
|
},
|
|
74
|
+
{
|
|
75
|
+
"kind": "javascript-module",
|
|
76
|
+
"path": "src/components/mui-accordion/doc.ts",
|
|
77
|
+
"declarations": [
|
|
78
|
+
{
|
|
79
|
+
"kind": "variable",
|
|
80
|
+
"name": "muiDocs",
|
|
81
|
+
"type": {
|
|
82
|
+
"text": "MuiDocs"
|
|
83
|
+
},
|
|
84
|
+
"default": "{ Accordion: { title: \"Accordion\", description: \"A collapsible container used to reveal sections of related content. Useful for progressive disclosure, especially when space is limited or the content is secondary. On smaller viewports, accordions can replace tables to group and reveal related rows of data.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/1TykTEhPNTJlZdyzqAayEH/b5293336f033020bbcef964db811cdd3/Accordion_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=958-8558&t=0ytskb8cxriEmdz2-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/content-accordion--docs\"], website: [\"https://muibook.com/#/accordion\"], guides: [\"https://guides.muibook.com/accordion\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-accordion/index.ts\"], usage: { list: [ \"Use to progressively reveal grouped or secondary content.\", \"Can replace tables on small viewports when content is grouped by row.\", \"Ideal for mobile or narrow layouts where space is constrained.\", \"Stack, slat, or grid layouts can be used inside an accordion for custom structures.\", ], }, accessibility: { designerList: [ \"Accordion summary uses role='button' and tabindex='0' for keyboard access.\", \"Supports Enter and Space keys for toggling.\", \"aria-expanded reflects open/closed state.\", \"aria-controls links summary to detail with a unique ID.\", \"mui-heading applies semantic heading with role='heading' and aria-level.\", \"Chevron icon rotates visually and the state is conveyed via aria-expanded.\", ], engineerList: [ \"Accordion summary uses role='button' and tabindex='0' for keyboard access.\", \"Supports Enter and Space keys for toggling.\", \"aria-expanded reflects open/closed state.\", \"aria-controls links summary to detail with a unique ID.\", \"mui-heading applies semantic heading with role='heading' and aria-level.\", \"Chevron icon rotates visually and the state is conveyed via aria-expanded.\", ], }, anatomy: { list: [ \"Heading: Provides the accordion with a heading\", \"Icon: A chevron icon that indicates the state of the Accordion\", \"Detail: Define the detail content for the expanded section within the Accordion.\", ], image: \"https://images.ctfassets.net/i5uwscj4pkk2/4JgAhsxwz3YOt28fLTVgDB/b404f3407eb06e2f26a196da04f7d217/Accordion_-_Anatomy.png\", }, variants: { items: [ { key: \"accordion-block\", title: \"Accordion Block\", description: \"The block accordion is typically used within a page layout full-width to the parent container.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/1L2XfteVwNBQcFlddTYmfi/c791eb538285e2cfb919342e84228811/accordion-block_-_Variants.png\", }, { key: \"accordion-inline\", title: \"Accordion Inline\", description: \"The inline accordion is typically used within a block layout as a secondary UI element to a block element.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/RMnvBLRsW3Vvq9V3yaTcW/86afba39ed0b7ffc00d0033b1b1bfd07/accordion_inline_-_Variants.png\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"menu-groups\", name: \"Menu Groups\", description: \"Accordions can be used in menus to collapse and expand groups of related items, helping keep navigation organized and reducing visual clutter.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/zFHrSdH3CYbZXOv8WFKkL/90cad70c32b40fca61a875263d4cc366/accordion_menu_-_composition.png\", }, { key: \"code-snippets\", name: \"Code snippets\", description: \"An accordion in a card footer allows code snippets or supporting details to be revealed on demand, keeping the card compact while still providing access to additional information.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/7FKVgkCxv3UenOQTC9Tr4R/25c357aceea16b169c48775d7363df1d/accordion_card_footer_-_composition.png\", }, { key: \"account-activity\", name: \"Account Activity (Accordion + Card)\", description: \"Accordions can split account activity into segments, such as by year, with the ability to expand each section for detailed transactions. This makes large sets of data easier to scan and navigate.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/4PEUUHgxpuDM6nDgdGOotY/bf078e07bc3fbabf07f03b99800e5306/accordion_card_body_-_composition.png\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [ { description: \"\", image: \"\" }, { description: \"\", image: \"\" }, ], dontContent: [{ description: \"\" }, { description: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, related: { items: [ { name: \"Card\", link: \"https://guides.muibook.com/card\" }, { name: \"Slat\", link: \"https://guides.muibook.com/slat\" }, ], }, }, }"
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"exports": [
|
|
88
|
+
{
|
|
89
|
+
"kind": "js",
|
|
90
|
+
"name": "muiDocs",
|
|
91
|
+
"declaration": {
|
|
92
|
+
"name": "muiDocs",
|
|
93
|
+
"module": "src/components/mui-accordion/doc.ts"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
]
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"kind": "javascript-module",
|
|
100
|
+
"path": "src/components/mui-accordion/index.ts",
|
|
101
|
+
"declarations": [],
|
|
102
|
+
"exports": []
|
|
103
|
+
},
|
|
104
104
|
{
|
|
105
105
|
"kind": "javascript-module",
|
|
106
106
|
"path": "src/components/mui-alert/doc.ts",
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"kind": "javascript-module",
|
|
248
|
-
"path": "src/components/mui-
|
|
248
|
+
"path": "src/components/mui-avatar/doc.ts",
|
|
249
249
|
"declarations": [
|
|
250
250
|
{
|
|
251
251
|
"kind": "variable",
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
"type": {
|
|
254
254
|
"text": "MuiDocs"
|
|
255
255
|
},
|
|
256
|
-
"default": "{
|
|
256
|
+
"default": "{ Avatar: { title: \"Avatar\", description: \"Avatar components are used to represent users or entities visually, often through images, initials, or icons.\", hero: [\"https://images.ctfassets.net/i5uwscj4pkk2/2Qj1aPRsHVZZs6eF8XO6XC/54dd3c04d5a0ac379050cfa6f45d9732/Avatar_-_Home_Image.png\"], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=1498-15366&t=2P2nhh7B70fl6xQ4-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/inputs-avatar--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-avatar/index.ts\"], website: [\"https://muibook.com/#/avatar\"], guides: [\"https://guides.muibook.com/avatar\"], usage: { list: [ \"Represent a user or entity visually in lists, chats, comments, or profiles.\", \"Display a profile photo, initials, or icon associated with a person or object.\", \"Use in compact UI elements where space is limited (e.g., tables, cards).\", \"Pair with user metadata (name, role, status) for context.\", \"Indicate presence, status, or selection in collaborative interfaces.\", ], }, accessibility: { designerList: [ \"Avatars should always include an accessible label via the label attribute to ensure screen readers can convey their purpose.\", \"When using images, ensure they are clear and appropriately sized for the avatar component.\", \"For avatars representing users, consider using initials or icons when images are not available to maintain visual consistency.\", ], engineerList: [ \"Avatars should always include an accessible label via the label attribute to ensure screen readers can convey their purpose.\", \"When using images, ensure they are clear and appropriately sized for the avatar component.\", \"For avatars representing users, consider using initials or icons when images are not available to maintain visual consistency.\", ], }, anatomy: { image: \"\", list: [\"\"], }, variants: { items: [ { key: \"\", title: \"\", description: \"\", image: \"\", }, ], }, compositions: { description: \"\", items: [ { key: \"\", name: \"\", description: \"\", image: \"\", }, ], }, related: { items: [ { name: \"\", link: \"\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
257
257
|
}
|
|
258
258
|
],
|
|
259
259
|
"exports": [
|
|
@@ -262,20 +262,48 @@
|
|
|
262
262
|
"name": "muiDocs",
|
|
263
263
|
"declaration": {
|
|
264
264
|
"name": "muiDocs",
|
|
265
|
-
"module": "src/components/mui-
|
|
265
|
+
"module": "src/components/mui-avatar/doc.ts"
|
|
266
266
|
}
|
|
267
267
|
}
|
|
268
268
|
]
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
271
|
"kind": "javascript-module",
|
|
272
|
-
"path": "src/components/mui-
|
|
272
|
+
"path": "src/components/mui-avatar/index.ts",
|
|
273
273
|
"declarations": [
|
|
274
274
|
{
|
|
275
275
|
"kind": "class",
|
|
276
276
|
"description": "",
|
|
277
|
-
"name": "
|
|
277
|
+
"name": "MuiAvatar",
|
|
278
278
|
"members": [
|
|
279
|
+
{
|
|
280
|
+
"kind": "field",
|
|
281
|
+
"name": "_imageFailed",
|
|
282
|
+
"type": {
|
|
283
|
+
"text": "boolean | undefined"
|
|
284
|
+
},
|
|
285
|
+
"privacy": "private"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"kind": "method",
|
|
289
|
+
"name": "hasSlottedContent"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"kind": "method",
|
|
293
|
+
"name": "getInitials",
|
|
294
|
+
"parameters": [
|
|
295
|
+
{
|
|
296
|
+
"name": "label",
|
|
297
|
+
"type": {
|
|
298
|
+
"text": "string | null"
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
]
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"kind": "method",
|
|
305
|
+
"name": "getBackgroundCSS"
|
|
306
|
+
},
|
|
279
307
|
{
|
|
280
308
|
"kind": "method",
|
|
281
309
|
"name": "render"
|
|
@@ -283,33 +311,42 @@
|
|
|
283
311
|
],
|
|
284
312
|
"attributes": [
|
|
285
313
|
{
|
|
286
|
-
"name": "
|
|
314
|
+
"name": "label"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "image"
|
|
287
318
|
},
|
|
288
319
|
{
|
|
289
320
|
"name": "size"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"name": "background"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"name": "background-color"
|
|
290
327
|
}
|
|
291
328
|
],
|
|
292
329
|
"superclass": {
|
|
293
330
|
"name": "HTMLElement"
|
|
294
331
|
},
|
|
295
|
-
"tagName": "mui-
|
|
332
|
+
"tagName": "mui-avatar",
|
|
296
333
|
"customElement": true
|
|
297
334
|
}
|
|
298
335
|
],
|
|
299
336
|
"exports": [
|
|
300
337
|
{
|
|
301
338
|
"kind": "custom-element-definition",
|
|
302
|
-
"name": "mui-
|
|
339
|
+
"name": "mui-avatar",
|
|
303
340
|
"declaration": {
|
|
304
|
-
"name": "
|
|
305
|
-
"module": "src/components/mui-
|
|
341
|
+
"name": "MuiAvatar",
|
|
342
|
+
"module": "src/components/mui-avatar/index.ts"
|
|
306
343
|
}
|
|
307
344
|
}
|
|
308
345
|
]
|
|
309
346
|
},
|
|
310
347
|
{
|
|
311
348
|
"kind": "javascript-module",
|
|
312
|
-
"path": "src/components/mui-
|
|
349
|
+
"path": "src/components/mui-badge/doc.ts",
|
|
313
350
|
"declarations": [
|
|
314
351
|
{
|
|
315
352
|
"kind": "variable",
|
|
@@ -317,7 +354,7 @@
|
|
|
317
354
|
"type": {
|
|
318
355
|
"text": "MuiDocs"
|
|
319
356
|
},
|
|
320
|
-
"default": "{
|
|
357
|
+
"default": "{ Badge: { title: \"Badge\", description: \"Badges are non-interactive and indicate counts or statuses.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/3uhL6lnJTEY4LtVyMA3og5/7844fa7e691b9f97e3c335e1a978e881/Badge_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=3-1108&t=FSv3FEahG8VQW1FZ-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/feedback-badge--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-badge/index.ts\"], website: [\"https://muibook.com/#/badge\"], guides: [\"https://guides.muibook.com/badge\"], usage: { list: [ \"Show the number of unread notifications – E.g. '4' unread messages\", \"Indicate the status of a user – E.g. Online, Busy, or Away\", \"Use size variants (xx-small, x-small, small, medium, large) to match surrounding component scale.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"\"], }, anatomy: { image: \"\", list: [\"\"], }, variants: { items: [ { key: \"default\", title: \"default\", description: \"Used for data that is visually in the foreground.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3Xgz2qoLs8NACel4fRr9iC/52699b5763f1efd4853a9ffb991b3ff3/badge-default.png\", }, { key: \"positive\", title: \"positive\", description: \"For positive or completed statuses.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/65RMIuUEUIzusbSAwqLQcI/63edb290041c708fc69d0d27fc49e25d/badge-positive.png\", }, { key: \"warning\", title: \"warning\", description: \"For urgent or important statuses.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/5AFfOShVyTEKO1wgIe6rYv/e809c76ddabdfd9789adc31a26becf83/badge-warning.png\", }, { key: \"error\", title: \"error\", description: \"Represents an error, issue or critical state.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/E0jtn7WSTwYligMqSNl0k/c3c041e025c3725682ec12eb3ab98400/badge-error.png\", }, { key: \"overlay\", title: \"overlay\", description: \"For labels placed on media/image surfaces with stronger contrast.\", image: \"\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"outcome-based-roadmap\", name: \"Outcome-Based Roadmap\", description: \"Example of an Outcome-Based Roadmap page showing objectives organised into Upcoming, Doing, and Finished columns. Progress bars indicate the completion status of each task, providing a clear view of overall progress.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3w5htPtfEz7QMCH9alVcwf/de35725fb4542b891bd695b900195291/Outcomes-Progress-Composition.png\", }, { key: \"compliance-dashboard-table\", name: \"Compliance Dashboard Table\", description: \"This example shows a desktop view of a table used within an accounting compliance dashboard.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3vUKA5C5iJ3LvjLwf2WiO9/274ffe423dbe828244294f6809172ce1/table-composition-compliance-dashboard.png\", }, { key: \"carousel-showcase\", name: \"Carousel Showcase\", description: \"This example from the GuruSuite website demonstrates the carousel used to showcase two of the products on offer.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2TaRRm351HyujF9mT2w1wH/3958f69e939d20618751742130dc5f06/GuruSuite-Carousel-Composition.png\", }, { key: \"outcomes-roadmap-dashboard\", name: \"Outcomes Roadmap Dashboard\", description: \"Example of the responsive component in the Outcomes Roadmap Dashboard, demonstrating layout, title, and padding adjustments across breakpoints.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3FsXandRr1Z9BAKv33twxT/b0d0e4a8b6237bf7d38660111bceb8ab/responsive-composition.gif\", }, ], }, related: { items: [ { name: \"Button\", link: \"https://guides.muibook.com/button\", }, { name: \"Link\", link: \"https://guides.muibook.com/link\", }, { name: \"Tab Bar\", link: \"https://guides.muibook.com/tab-bar\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
321
358
|
}
|
|
322
359
|
],
|
|
323
360
|
"exports": [
|
|
@@ -326,48 +363,20 @@
|
|
|
326
363
|
"name": "muiDocs",
|
|
327
364
|
"declaration": {
|
|
328
365
|
"name": "muiDocs",
|
|
329
|
-
"module": "src/components/mui-
|
|
366
|
+
"module": "src/components/mui-badge/doc.ts"
|
|
330
367
|
}
|
|
331
368
|
}
|
|
332
369
|
]
|
|
333
370
|
},
|
|
334
371
|
{
|
|
335
372
|
"kind": "javascript-module",
|
|
336
|
-
"path": "src/components/mui-
|
|
373
|
+
"path": "src/components/mui-badge/index.ts",
|
|
337
374
|
"declarations": [
|
|
338
375
|
{
|
|
339
376
|
"kind": "class",
|
|
340
377
|
"description": "",
|
|
341
|
-
"name": "
|
|
378
|
+
"name": "MuiBadge",
|
|
342
379
|
"members": [
|
|
343
|
-
{
|
|
344
|
-
"kind": "field",
|
|
345
|
-
"name": "_imageFailed",
|
|
346
|
-
"type": {
|
|
347
|
-
"text": "boolean | undefined"
|
|
348
|
-
},
|
|
349
|
-
"privacy": "private"
|
|
350
|
-
},
|
|
351
|
-
{
|
|
352
|
-
"kind": "method",
|
|
353
|
-
"name": "hasSlottedContent"
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
"kind": "method",
|
|
357
|
-
"name": "getInitials",
|
|
358
|
-
"parameters": [
|
|
359
|
-
{
|
|
360
|
-
"name": "label",
|
|
361
|
-
"type": {
|
|
362
|
-
"text": "string | null"
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
]
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"kind": "method",
|
|
369
|
-
"name": "getBackgroundCSS"
|
|
370
|
-
},
|
|
371
380
|
{
|
|
372
381
|
"kind": "method",
|
|
373
382
|
"name": "render"
|
|
@@ -375,35 +384,26 @@
|
|
|
375
384
|
],
|
|
376
385
|
"attributes": [
|
|
377
386
|
{
|
|
378
|
-
"name": "
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
"name": "image"
|
|
387
|
+
"name": "variant"
|
|
382
388
|
},
|
|
383
389
|
{
|
|
384
390
|
"name": "size"
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
"name": "background"
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
"name": "background-color"
|
|
391
391
|
}
|
|
392
392
|
],
|
|
393
393
|
"superclass": {
|
|
394
394
|
"name": "HTMLElement"
|
|
395
395
|
},
|
|
396
|
-
"tagName": "mui-
|
|
396
|
+
"tagName": "mui-badge",
|
|
397
397
|
"customElement": true
|
|
398
398
|
}
|
|
399
399
|
],
|
|
400
400
|
"exports": [
|
|
401
401
|
{
|
|
402
402
|
"kind": "custom-element-definition",
|
|
403
|
-
"name": "mui-
|
|
403
|
+
"name": "mui-badge",
|
|
404
404
|
"declaration": {
|
|
405
|
-
"name": "
|
|
406
|
-
"module": "src/components/mui-
|
|
405
|
+
"name": "MuiBadge",
|
|
406
|
+
"module": "src/components/mui-badge/index.ts"
|
|
407
407
|
}
|
|
408
408
|
}
|
|
409
409
|
]
|
|
@@ -488,7 +488,157 @@
|
|
|
488
488
|
"name": "HTMLElement"
|
|
489
489
|
},
|
|
490
490
|
"tagName": "mui-body",
|
|
491
|
-
"customElement": true
|
|
491
|
+
"customElement": true,
|
|
492
|
+
"cssParts": [
|
|
493
|
+
{
|
|
494
|
+
"name": "color",
|
|
495
|
+
"description": "Style hook from part-map"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"name": "font-family",
|
|
499
|
+
"description": "Style hook from part-map"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"name": "font-size",
|
|
503
|
+
"description": "Style hook from part-map"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"name": "font-weight",
|
|
507
|
+
"description": "Style hook from part-map"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"name": "letter-spacing",
|
|
511
|
+
"description": "Style hook from part-map"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"name": "line-height",
|
|
515
|
+
"description": "Style hook from part-map"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"name": "text-transform",
|
|
519
|
+
"description": "Style hook from part-map"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"name": "text-decoration",
|
|
523
|
+
"description": "Style hook from part-map"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"name": "text-align",
|
|
527
|
+
"description": "Style hook from part-map"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"name": "padding",
|
|
531
|
+
"description": "Style hook from part-map"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"name": "margin",
|
|
535
|
+
"description": "Style hook from part-map"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "gap",
|
|
539
|
+
"description": "Style hook from part-map"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"name": "width",
|
|
543
|
+
"description": "Style hook from part-map"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"name": "height",
|
|
547
|
+
"description": "Style hook from part-map"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"name": "box-sizing",
|
|
551
|
+
"description": "Style hook from part-map"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"name": "display",
|
|
555
|
+
"description": "Style hook from part-map"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"name": "flex",
|
|
559
|
+
"description": "Style hook from part-map"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"name": "flex-direction",
|
|
563
|
+
"description": "Style hook from part-map"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"name": "flex-wrap",
|
|
567
|
+
"description": "Style hook from part-map"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"name": "justify-content",
|
|
571
|
+
"description": "Style hook from part-map"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"name": "align-items",
|
|
575
|
+
"description": "Style hook from part-map"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"name": "align-content",
|
|
579
|
+
"description": "Style hook from part-map"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"name": "align-self",
|
|
583
|
+
"description": "Style hook from part-map"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"name": "grid-template-columns",
|
|
587
|
+
"description": "Style hook from part-map"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"name": "grid-template-rows",
|
|
591
|
+
"description": "Style hook from part-map"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"name": "grid-column",
|
|
595
|
+
"description": "Style hook from part-map"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"name": "grid-row",
|
|
599
|
+
"description": "Style hook from part-map"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"name": "place-items",
|
|
603
|
+
"description": "Style hook from part-map"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"name": "place-content",
|
|
607
|
+
"description": "Style hook from part-map"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"name": "vertical-align",
|
|
611
|
+
"description": "Style hook from part-map"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"name": "background",
|
|
615
|
+
"description": "Style hook from part-map"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"name": "border",
|
|
619
|
+
"description": "Style hook from part-map"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"name": "border-radius",
|
|
623
|
+
"description": "Style hook from part-map"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"name": "box-shadow",
|
|
627
|
+
"description": "Style hook from part-map"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"name": "opacity",
|
|
631
|
+
"description": "Style hook from part-map"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"name": "transition",
|
|
635
|
+
"description": "Style hook from part-map"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"name": "outline",
|
|
639
|
+
"description": "Style hook from part-map"
|
|
640
|
+
}
|
|
641
|
+
]
|
|
492
642
|
}
|
|
493
643
|
],
|
|
494
644
|
"exports": [
|
|
@@ -629,11 +779,161 @@
|
|
|
629
779
|
"name": "HTMLElement"
|
|
630
780
|
},
|
|
631
781
|
"tagName": "mui-button",
|
|
632
|
-
"customElement": true
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
782
|
+
"customElement": true,
|
|
783
|
+
"cssParts": [
|
|
784
|
+
{
|
|
785
|
+
"name": "color",
|
|
786
|
+
"description": "Style hook from part-map"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"name": "font-family",
|
|
790
|
+
"description": "Style hook from part-map"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"name": "font-size",
|
|
794
|
+
"description": "Style hook from part-map"
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"name": "font-weight",
|
|
798
|
+
"description": "Style hook from part-map"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"name": "letter-spacing",
|
|
802
|
+
"description": "Style hook from part-map"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"name": "line-height",
|
|
806
|
+
"description": "Style hook from part-map"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"name": "text-transform",
|
|
810
|
+
"description": "Style hook from part-map"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"name": "text-decoration",
|
|
814
|
+
"description": "Style hook from part-map"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"name": "text-align",
|
|
818
|
+
"description": "Style hook from part-map"
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"name": "padding",
|
|
822
|
+
"description": "Style hook from part-map"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"name": "margin",
|
|
826
|
+
"description": "Style hook from part-map"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"name": "gap",
|
|
830
|
+
"description": "Style hook from part-map"
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"name": "width",
|
|
834
|
+
"description": "Style hook from part-map"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "height",
|
|
838
|
+
"description": "Style hook from part-map"
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"name": "box-sizing",
|
|
842
|
+
"description": "Style hook from part-map"
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"name": "display",
|
|
846
|
+
"description": "Style hook from part-map"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"name": "flex",
|
|
850
|
+
"description": "Style hook from part-map"
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"name": "flex-direction",
|
|
854
|
+
"description": "Style hook from part-map"
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"name": "flex-wrap",
|
|
858
|
+
"description": "Style hook from part-map"
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"name": "justify-content",
|
|
862
|
+
"description": "Style hook from part-map"
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"name": "align-items",
|
|
866
|
+
"description": "Style hook from part-map"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"name": "align-content",
|
|
870
|
+
"description": "Style hook from part-map"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"name": "align-self",
|
|
874
|
+
"description": "Style hook from part-map"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"name": "grid-template-columns",
|
|
878
|
+
"description": "Style hook from part-map"
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"name": "grid-template-rows",
|
|
882
|
+
"description": "Style hook from part-map"
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"name": "grid-column",
|
|
886
|
+
"description": "Style hook from part-map"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"name": "grid-row",
|
|
890
|
+
"description": "Style hook from part-map"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"name": "place-items",
|
|
894
|
+
"description": "Style hook from part-map"
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"name": "place-content",
|
|
898
|
+
"description": "Style hook from part-map"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"name": "vertical-align",
|
|
902
|
+
"description": "Style hook from part-map"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"name": "background",
|
|
906
|
+
"description": "Style hook from part-map"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"name": "border",
|
|
910
|
+
"description": "Style hook from part-map"
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"name": "border-radius",
|
|
914
|
+
"description": "Style hook from part-map"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"name": "box-shadow",
|
|
918
|
+
"description": "Style hook from part-map"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "opacity",
|
|
922
|
+
"description": "Style hook from part-map"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"name": "transition",
|
|
926
|
+
"description": "Style hook from part-map"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"name": "outline",
|
|
930
|
+
"description": "Style hook from part-map"
|
|
931
|
+
}
|
|
932
|
+
]
|
|
933
|
+
}
|
|
934
|
+
],
|
|
935
|
+
"exports": [
|
|
936
|
+
{
|
|
637
937
|
"kind": "custom-element-definition",
|
|
638
938
|
"name": "mui-button",
|
|
639
939
|
"declaration": {
|
|
@@ -947,7 +1247,13 @@
|
|
|
947
1247
|
"name": "HTMLElement"
|
|
948
1248
|
},
|
|
949
1249
|
"tagName": "mui-chip",
|
|
950
|
-
"customElement": true
|
|
1250
|
+
"customElement": true,
|
|
1251
|
+
"cssParts": [
|
|
1252
|
+
{
|
|
1253
|
+
"name": "dismiss-btn",
|
|
1254
|
+
"description": "Dismiss button inside chip"
|
|
1255
|
+
}
|
|
1256
|
+
]
|
|
951
1257
|
}
|
|
952
1258
|
],
|
|
953
1259
|
"exports": [
|
|
@@ -1125,8 +1431,7 @@
|
|
|
1125
1431
|
{
|
|
1126
1432
|
"kind": "field",
|
|
1127
1433
|
"name": "placement",
|
|
1128
|
-
"privacy": "private"
|
|
1129
|
-
"readonly": true
|
|
1434
|
+
"privacy": "private"
|
|
1130
1435
|
},
|
|
1131
1436
|
{
|
|
1132
1437
|
"kind": "field",
|
|
@@ -1293,6 +1598,11 @@
|
|
|
1293
1598
|
"name": "setupListeners",
|
|
1294
1599
|
"privacy": "private"
|
|
1295
1600
|
},
|
|
1601
|
+
{
|
|
1602
|
+
"kind": "method",
|
|
1603
|
+
"name": "updateListbox",
|
|
1604
|
+
"privacy": "private"
|
|
1605
|
+
},
|
|
1296
1606
|
{
|
|
1297
1607
|
"kind": "method",
|
|
1298
1608
|
"name": "render"
|
|
@@ -2279,6 +2589,16 @@
|
|
|
2279
2589
|
"text": "HTMLInputElement"
|
|
2280
2590
|
}
|
|
2281
2591
|
},
|
|
2592
|
+
{
|
|
2593
|
+
"kind": "method",
|
|
2594
|
+
"name": "readAcceptedFileTypes",
|
|
2595
|
+
"privacy": "private"
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"kind": "method",
|
|
2599
|
+
"name": "readCurrentFileName",
|
|
2600
|
+
"privacy": "private"
|
|
2601
|
+
},
|
|
2282
2602
|
{
|
|
2283
2603
|
"kind": "method",
|
|
2284
2604
|
"name": "render"
|
|
@@ -2316,6 +2636,20 @@
|
|
|
2316
2636
|
}
|
|
2317
2637
|
}
|
|
2318
2638
|
],
|
|
2639
|
+
"attributes": [
|
|
2640
|
+
{
|
|
2641
|
+
"name": "accepted-file-types"
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"name": "current-file-name"
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"name": "acceptedfiletypes"
|
|
2648
|
+
},
|
|
2649
|
+
{
|
|
2650
|
+
"name": "currentfilename"
|
|
2651
|
+
}
|
|
2652
|
+
],
|
|
2319
2653
|
"superclass": {
|
|
2320
2654
|
"name": "HTMLElement"
|
|
2321
2655
|
},
|
|
@@ -2859,7 +3193,157 @@
|
|
|
2859
3193
|
"name": "HTMLElement"
|
|
2860
3194
|
},
|
|
2861
3195
|
"tagName": "mui-grid",
|
|
2862
|
-
"customElement": true
|
|
3196
|
+
"customElement": true,
|
|
3197
|
+
"cssParts": [
|
|
3198
|
+
{
|
|
3199
|
+
"name": "color",
|
|
3200
|
+
"description": "Style hook from part-map"
|
|
3201
|
+
},
|
|
3202
|
+
{
|
|
3203
|
+
"name": "font-family",
|
|
3204
|
+
"description": "Style hook from part-map"
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"name": "font-size",
|
|
3208
|
+
"description": "Style hook from part-map"
|
|
3209
|
+
},
|
|
3210
|
+
{
|
|
3211
|
+
"name": "font-weight",
|
|
3212
|
+
"description": "Style hook from part-map"
|
|
3213
|
+
},
|
|
3214
|
+
{
|
|
3215
|
+
"name": "letter-spacing",
|
|
3216
|
+
"description": "Style hook from part-map"
|
|
3217
|
+
},
|
|
3218
|
+
{
|
|
3219
|
+
"name": "line-height",
|
|
3220
|
+
"description": "Style hook from part-map"
|
|
3221
|
+
},
|
|
3222
|
+
{
|
|
3223
|
+
"name": "text-transform",
|
|
3224
|
+
"description": "Style hook from part-map"
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
"name": "text-decoration",
|
|
3228
|
+
"description": "Style hook from part-map"
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"name": "text-align",
|
|
3232
|
+
"description": "Style hook from part-map"
|
|
3233
|
+
},
|
|
3234
|
+
{
|
|
3235
|
+
"name": "padding",
|
|
3236
|
+
"description": "Style hook from part-map"
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"name": "margin",
|
|
3240
|
+
"description": "Style hook from part-map"
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"name": "gap",
|
|
3244
|
+
"description": "Style hook from part-map"
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"name": "width",
|
|
3248
|
+
"description": "Style hook from part-map"
|
|
3249
|
+
},
|
|
3250
|
+
{
|
|
3251
|
+
"name": "height",
|
|
3252
|
+
"description": "Style hook from part-map"
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"name": "box-sizing",
|
|
3256
|
+
"description": "Style hook from part-map"
|
|
3257
|
+
},
|
|
3258
|
+
{
|
|
3259
|
+
"name": "display",
|
|
3260
|
+
"description": "Style hook from part-map"
|
|
3261
|
+
},
|
|
3262
|
+
{
|
|
3263
|
+
"name": "flex",
|
|
3264
|
+
"description": "Style hook from part-map"
|
|
3265
|
+
},
|
|
3266
|
+
{
|
|
3267
|
+
"name": "flex-direction",
|
|
3268
|
+
"description": "Style hook from part-map"
|
|
3269
|
+
},
|
|
3270
|
+
{
|
|
3271
|
+
"name": "flex-wrap",
|
|
3272
|
+
"description": "Style hook from part-map"
|
|
3273
|
+
},
|
|
3274
|
+
{
|
|
3275
|
+
"name": "justify-content",
|
|
3276
|
+
"description": "Style hook from part-map"
|
|
3277
|
+
},
|
|
3278
|
+
{
|
|
3279
|
+
"name": "align-items",
|
|
3280
|
+
"description": "Style hook from part-map"
|
|
3281
|
+
},
|
|
3282
|
+
{
|
|
3283
|
+
"name": "align-content",
|
|
3284
|
+
"description": "Style hook from part-map"
|
|
3285
|
+
},
|
|
3286
|
+
{
|
|
3287
|
+
"name": "align-self",
|
|
3288
|
+
"description": "Style hook from part-map"
|
|
3289
|
+
},
|
|
3290
|
+
{
|
|
3291
|
+
"name": "grid-template-columns",
|
|
3292
|
+
"description": "Style hook from part-map"
|
|
3293
|
+
},
|
|
3294
|
+
{
|
|
3295
|
+
"name": "grid-template-rows",
|
|
3296
|
+
"description": "Style hook from part-map"
|
|
3297
|
+
},
|
|
3298
|
+
{
|
|
3299
|
+
"name": "grid-column",
|
|
3300
|
+
"description": "Style hook from part-map"
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"name": "grid-row",
|
|
3304
|
+
"description": "Style hook from part-map"
|
|
3305
|
+
},
|
|
3306
|
+
{
|
|
3307
|
+
"name": "place-items",
|
|
3308
|
+
"description": "Style hook from part-map"
|
|
3309
|
+
},
|
|
3310
|
+
{
|
|
3311
|
+
"name": "place-content",
|
|
3312
|
+
"description": "Style hook from part-map"
|
|
3313
|
+
},
|
|
3314
|
+
{
|
|
3315
|
+
"name": "vertical-align",
|
|
3316
|
+
"description": "Style hook from part-map"
|
|
3317
|
+
},
|
|
3318
|
+
{
|
|
3319
|
+
"name": "background",
|
|
3320
|
+
"description": "Style hook from part-map"
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
"name": "border",
|
|
3324
|
+
"description": "Style hook from part-map"
|
|
3325
|
+
},
|
|
3326
|
+
{
|
|
3327
|
+
"name": "border-radius",
|
|
3328
|
+
"description": "Style hook from part-map"
|
|
3329
|
+
},
|
|
3330
|
+
{
|
|
3331
|
+
"name": "box-shadow",
|
|
3332
|
+
"description": "Style hook from part-map"
|
|
3333
|
+
},
|
|
3334
|
+
{
|
|
3335
|
+
"name": "opacity",
|
|
3336
|
+
"description": "Style hook from part-map"
|
|
3337
|
+
},
|
|
3338
|
+
{
|
|
3339
|
+
"name": "transition",
|
|
3340
|
+
"description": "Style hook from part-map"
|
|
3341
|
+
},
|
|
3342
|
+
{
|
|
3343
|
+
"name": "outline",
|
|
3344
|
+
"description": "Style hook from part-map"
|
|
3345
|
+
}
|
|
3346
|
+
]
|
|
2863
3347
|
}
|
|
2864
3348
|
],
|
|
2865
3349
|
"exports": [
|
|
@@ -3016,6 +3500,11 @@
|
|
|
3016
3500
|
"name": "setupEvents",
|
|
3017
3501
|
"privacy": "private"
|
|
3018
3502
|
},
|
|
3503
|
+
{
|
|
3504
|
+
"kind": "method",
|
|
3505
|
+
"name": "syncTriggerSize",
|
|
3506
|
+
"privacy": "private"
|
|
3507
|
+
},
|
|
3019
3508
|
{
|
|
3020
3509
|
"kind": "method",
|
|
3021
3510
|
"name": "getDelay",
|
|
@@ -3070,6 +3559,9 @@
|
|
|
3070
3559
|
},
|
|
3071
3560
|
{
|
|
3072
3561
|
"name": "initial-delay"
|
|
3562
|
+
},
|
|
3563
|
+
{
|
|
3564
|
+
"name": "size"
|
|
3073
3565
|
}
|
|
3074
3566
|
],
|
|
3075
3567
|
"superclass": {
|
|
@@ -3092,7 +3584,7 @@
|
|
|
3092
3584
|
},
|
|
3093
3585
|
{
|
|
3094
3586
|
"kind": "javascript-module",
|
|
3095
|
-
"path": "src/components/mui-
|
|
3587
|
+
"path": "src/components/mui-image/doc.ts",
|
|
3096
3588
|
"declarations": [
|
|
3097
3589
|
{
|
|
3098
3590
|
"kind": "variable",
|
|
@@ -3100,7 +3592,7 @@
|
|
|
3100
3592
|
"type": {
|
|
3101
3593
|
"text": "MuiDocs"
|
|
3102
3594
|
},
|
|
3103
|
-
"default": "{
|
|
3595
|
+
"default": "{ Image: { title: \"Image\", description: \"Displays an image alongside an optional caption to provide context, explanation, or attribution. Useful for supporting content visually while maintaining clarity through descriptive labelling.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/14eozXMPlzipgAfqaIR2Py/4e211990a30b4a08549deccfd30c71a9/Image_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=948-4194&t=0ytskb8cxriEmdz2-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/content-image--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-image/index.ts\"], website: [\"\"], guides: [\"https://guides.muibook.com/image\"], usage: { list: [ \"Use to display images that require additional context or explanation.\", \"Use height + crop + fit=cover when you need fixed-height visual crops.\", \"Use max-height with aspect-ratio for responsive image frames that should not exceed a visual cap.\", \"Use focal-x/focal-y or position to keep important content in frame.\", \"Use zoom carefully to tighten framing without switching to background-image.\", \"Captions should clarify the relevance of the image, not repeat surrounding content.\", \"Ideal for diagrams, UI examples, or content requiring attribution.\", \"Ensure images are accessible with alt text and meaningful captions.\", ], }, accessibility: { designerList: [ \"Use meaningful alt text that describes the image’s purpose.\", \"Use alt=“” for decorative images that don’t convey information.\", \"Use the caption slot for extended context, especially for diagrams or UI patterns.\", ], engineerList: [ \"Use meaningful alt text that describes the image’s purpose.\", \"Use alt=“” for decorative images that don’t convey information.\", \"Use the caption slot for extended context, especially for diagrams or UI patterns.\", ], }, anatomy: { image: \"https://images.ctfassets.net/i5uwscj4pkk2/3BSbMl1cqUOB6oDmFLQjRx/193889c0f6d3da6178d51e5fff06b8ed/Image_-_Anatomy.png\", list: [\"Standard styling for a hero image.\", \"Optional caption for the image.\"], }, variants: { items: [ { key: \"\", title: \"\", description: \"\", image: \"\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"muibook-resource\", name: \"Muibook Resource\", description: \"The Muibook documentation site uses MUI components to compose its layout, including headings, text, lists, buttons, icons, and image components.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3LVvuYDZWRnMhxNy6GMLNd/c5074a05eacb2c22c50ea172b3567c48/Muibook-List-Composition.png\", }, ], }, related: { items: [ { name: \"\", link: \"\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
3104
3596
|
}
|
|
3105
3597
|
],
|
|
3106
3598
|
"exports": [
|
|
@@ -3109,64 +3601,193 @@
|
|
|
3109
3601
|
"name": "muiDocs",
|
|
3110
3602
|
"declaration": {
|
|
3111
3603
|
"name": "muiDocs",
|
|
3112
|
-
"module": "src/components/mui-
|
|
3604
|
+
"module": "src/components/mui-image/doc.ts"
|
|
3113
3605
|
}
|
|
3114
3606
|
}
|
|
3115
3607
|
]
|
|
3116
3608
|
},
|
|
3117
3609
|
{
|
|
3118
3610
|
"kind": "javascript-module",
|
|
3119
|
-
"path": "src/components/mui-
|
|
3611
|
+
"path": "src/components/mui-image/index.ts",
|
|
3120
3612
|
"declarations": [
|
|
3121
3613
|
{
|
|
3122
3614
|
"kind": "class",
|
|
3123
3615
|
"description": "",
|
|
3124
|
-
"name": "
|
|
3616
|
+
"name": "MuiImage",
|
|
3125
3617
|
"members": [
|
|
3126
3618
|
{
|
|
3127
3619
|
"kind": "field",
|
|
3128
|
-
"name": "
|
|
3620
|
+
"name": "observer",
|
|
3129
3621
|
"type": {
|
|
3130
|
-
"text": "
|
|
3131
|
-
}
|
|
3622
|
+
"text": "MutationObserver | null"
|
|
3623
|
+
},
|
|
3624
|
+
"privacy": "private",
|
|
3625
|
+
"default": "null"
|
|
3132
3626
|
},
|
|
3133
3627
|
{
|
|
3134
3628
|
"kind": "method",
|
|
3135
|
-
"name": "
|
|
3629
|
+
"name": "syncChildSlots",
|
|
3630
|
+
"privacy": "private"
|
|
3136
3631
|
},
|
|
3137
3632
|
{
|
|
3138
3633
|
"kind": "method",
|
|
3139
|
-
"name": "
|
|
3634
|
+
"name": "clampPercent",
|
|
3635
|
+
"privacy": "private",
|
|
3636
|
+
"parameters": [
|
|
3637
|
+
{
|
|
3638
|
+
"name": "value",
|
|
3639
|
+
"type": {
|
|
3640
|
+
"text": "string | null"
|
|
3641
|
+
}
|
|
3642
|
+
},
|
|
3643
|
+
{
|
|
3644
|
+
"name": "fallback",
|
|
3645
|
+
"type": {
|
|
3646
|
+
"text": "number"
|
|
3647
|
+
}
|
|
3648
|
+
}
|
|
3649
|
+
]
|
|
3140
3650
|
},
|
|
3141
3651
|
{
|
|
3142
3652
|
"kind": "method",
|
|
3143
|
-
"name": "
|
|
3653
|
+
"name": "getPosition",
|
|
3654
|
+
"privacy": "private"
|
|
3144
3655
|
},
|
|
3145
3656
|
{
|
|
3146
3657
|
"kind": "method",
|
|
3147
|
-
"name": "
|
|
3148
|
-
"
|
|
3149
|
-
"type": {
|
|
3150
|
-
"text": "void"
|
|
3151
|
-
}
|
|
3152
|
-
}
|
|
3658
|
+
"name": "getZoom",
|
|
3659
|
+
"privacy": "private"
|
|
3153
3660
|
},
|
|
3154
3661
|
{
|
|
3155
3662
|
"kind": "method",
|
|
3156
|
-
"name": "render"
|
|
3663
|
+
"name": "render",
|
|
3664
|
+
"privacy": "private"
|
|
3157
3665
|
}
|
|
3158
3666
|
],
|
|
3159
|
-
"
|
|
3667
|
+
"attributes": [
|
|
3160
3668
|
{
|
|
3161
|
-
"name": "
|
|
3162
|
-
"type": {
|
|
3163
|
-
"text": "CustomEvent"
|
|
3164
|
-
}
|
|
3669
|
+
"name": "height"
|
|
3165
3670
|
},
|
|
3166
3671
|
{
|
|
3167
|
-
"name": "
|
|
3168
|
-
|
|
3169
|
-
|
|
3672
|
+
"name": "fit"
|
|
3673
|
+
},
|
|
3674
|
+
{
|
|
3675
|
+
"name": "crop"
|
|
3676
|
+
},
|
|
3677
|
+
{
|
|
3678
|
+
"name": "position"
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
3681
|
+
"name": "zoom"
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"name": "focal-x"
|
|
3685
|
+
},
|
|
3686
|
+
{
|
|
3687
|
+
"name": "focal-y"
|
|
3688
|
+
},
|
|
3689
|
+
{
|
|
3690
|
+
"name": "radius"
|
|
3691
|
+
},
|
|
3692
|
+
{
|
|
3693
|
+
"name": "aspect-ratio"
|
|
3694
|
+
}
|
|
3695
|
+
],
|
|
3696
|
+
"superclass": {
|
|
3697
|
+
"name": "HTMLElement"
|
|
3698
|
+
},
|
|
3699
|
+
"tagName": "mui-image",
|
|
3700
|
+
"customElement": true
|
|
3701
|
+
}
|
|
3702
|
+
],
|
|
3703
|
+
"exports": [
|
|
3704
|
+
{
|
|
3705
|
+
"kind": "custom-element-definition",
|
|
3706
|
+
"name": "mui-image",
|
|
3707
|
+
"declaration": {
|
|
3708
|
+
"name": "MuiImage",
|
|
3709
|
+
"module": "src/components/mui-image/index.ts"
|
|
3710
|
+
}
|
|
3711
|
+
}
|
|
3712
|
+
]
|
|
3713
|
+
},
|
|
3714
|
+
{
|
|
3715
|
+
"kind": "javascript-module",
|
|
3716
|
+
"path": "src/components/mui-input/doc.ts",
|
|
3717
|
+
"declarations": [
|
|
3718
|
+
{
|
|
3719
|
+
"kind": "variable",
|
|
3720
|
+
"name": "muiDocs",
|
|
3721
|
+
"type": {
|
|
3722
|
+
"text": "MuiDocs"
|
|
3723
|
+
},
|
|
3724
|
+
"default": "{ Input: { title: \"Input\", description: \"An input component for capturing user text, styled for consistency across your UI.\", hero: [\"\"], figma: [\"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=3-795&t=GMqx21isUVAMpLJp-1\"], storybook: [\"https://stories.muibook.com/?path=/docs/inputs-input--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-input/index.ts\"], website: [\"https://muibook.com/#/input\"], guides: [\"https://guides.muibook.com/input\"], usage: { list: [ \"Ensure the purpose of the input is clear, either through a placeholder text or surrounding context.\", \"Ensure validation feedback is considered when using an input. E.g. Error text.\", \"Ensure the experience has clear focus states to support keyboard accessibility.\", \"Select the appropriate input types for the specific use case. E.g. Text, Email, Password.\", \"Use size='x-small|small|medium|large' to align inputs with surrounding form controls.\", \"Use slot='hint' for contextual overlays, including mui-hint with interactive tooltip content.\", \"Use mui-chip in before/after slots for tag-style contextual input patterns.\", \"Use placeholder text to provide context of the input use; avoid using them as primary labels.\", \"Avoid relying solely on placeholder text for instructions, as it disappears when users start typing.\", \"Use the optional attribute when a field is not required to show a clear (optional) marker in the label.\", \"Use max-length when input limits matter; the component shows a live character count.\", \"In React controlled mode, keep value updates isolated from structural attribute updates (label, type, placeholder, variant) to avoid focus loss while typing.\", ], }, accessibility: { designerList: [\"\"], engineerList: [ \"A label is required for screen reader support to describe the input's purpose.\", \"If hide-label is used, the label is visually hidden but accessible via aria-label.\", \"The label and input are linked via for and id. If no id is provided, one is generated.\", \"Clear focus styles are shown for keyboard users.\", \"The native disabled attribute is fully supported by assistive tech.\", \"Optional fields can be explicitly communicated with the optional attribute without changing label association.\", \"When max-length is set, users get visible character progress while native maxlength enforcement remains intact.\", \"For React integrations, prefer reading event.detail.value from the web component custom event instead of querying shadow DOM internals.\", ], }, anatomy: { image: \"https://images.ctfassets.net/i5uwscj4pkk2/5aiWlqSJ4BYCGtXn9MbGd/2734f1771c0e666806060bc85f753927/Input_-_Anatomy.png\", list: [ \"Label: Describes the purpose of the Input; required for accessibility. Can be hidden if the context is clear. Ensure the label text is still provided for developers to support screen reader access.\", \"Text: The label or placeholder text that describes the input field’s purpose.\", \"Before: Optional icons can be placed before or after the text input for additional functionality or clarity (e.g., search or password visibility icons).\", \"After: Optional icons can be placed before or after the text input for additional functionality or clarity (e.g., search or password visibility icons).\", \"Slot Before: Allows insertion of an Add-On, Select, or Button before the input to provide contextual or interactive elements. Some design craft may be needed to align elements visually in tools like Figma.\", \"Slot After: Allows insertion of an Add-On, Select, or Button after the input to support or clarify the user’s entry. Some design craft may be needed to ensure alignment and spacing look accurate in design tools.\", ], }, variants: { items: [ { key: \"default\", title: \"Default\", description: \"The standard Input with visible label and no interaction or validation states applied. Used for most form field scenarios.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/5t0SMtVRHvOSHiuHZ8jLfS/64da2bbaf5d2f4216f1c876f205c1298/input-default.png\", }, { key: \"hide-label\", title: \"Hide Label\", description: \"The label is visually hidden but remains accessible to screen readers. Use when the label context is already clear from surrounding UI. Ensure the label name is documented for developers, as the component requires a label for accessibility.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/4wC0xbPgmsMGi6YhMG8PnI/f01da9a977092a2da1e128fbee3325eb/input-hide-label.png\", }, { key: \"hover\", title: \"Hover\", description: \"Displays the hover state styling when a pointer is placed over the Input. Useful for demonstrating interactive feedback.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/5IXEcxa2RxqubupHmblDhd/ab41eba34289194733a87994b096e95d/input-hover.png\", }, { key: \"focus\", title: \"Focus\", description: \"Shows the focus ring or border to indicate that the Input is currently active. Supports accessible keyboard navigation.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/4AA4IcIdnov9MfSeY4rSdL/bbaf44297cdd4bd09d626b707dbe5f47/input-focus.png\", }, { key: \"error\", title: \"Error\", description: \"Displays a visual error style to indicate invalid input. Used with the Field component to surface validation messaging.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2LYMpJwtH7f8KfPYl0vwAg/385529402b5e73399320c9581c8e1301/input-error.png\", }, { key: \"input-field\", title: \"Input + Field\", description: \"Displays a visual error style to indicate invalid input. Used with the Field component to surface validation messaging.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/kSXvQ6D4hvuP3c9bC0ZUa/319272dc75f0b08493753a49c0fbff75/success-message.png\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"user-details\", name: \"User Details (Step 1)\", description: \"This composition uses an accordion to contain a step in a multi-step flow. It focuses on input fields with labels, placeholders, and optional states, keeping the layout compact and clear.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/1L2XfteVwNBQcFlddTYmfi/c791eb538285e2cfb919342e84228811/accordion-block_-_Variants.png\", }, { key: \"onboarding-form\", name: \"Onboarding Form\", description: \"Demonstrates an onboarding form within a card, using logic to confirm terms acceptance. Components include Heading, Input Fields, Checkbox, and Button.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/1NrgynTcdmVVKSYCsQwlOW/5fc4776c1860b498a59a2865b4e57ecb/Card-Onboarding-Composition.png\", }, ], }, related: { items: [ { name: \"Field\", link: \"https://guides.muibook.com/field\", }, { name: \"Select\", link: \"https://guides.muibook.com/select\", }, { name: \"File Upload\", link: \"https://guides.muibook.com/file-upload\", }, { name: \"Add on\", link: \"https://guides.muibook.com/add-on\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
3725
|
+
}
|
|
3726
|
+
],
|
|
3727
|
+
"exports": [
|
|
3728
|
+
{
|
|
3729
|
+
"kind": "js",
|
|
3730
|
+
"name": "muiDocs",
|
|
3731
|
+
"declaration": {
|
|
3732
|
+
"name": "muiDocs",
|
|
3733
|
+
"module": "src/components/mui-input/doc.ts"
|
|
3734
|
+
}
|
|
3735
|
+
}
|
|
3736
|
+
]
|
|
3737
|
+
},
|
|
3738
|
+
{
|
|
3739
|
+
"kind": "javascript-module",
|
|
3740
|
+
"path": "src/components/mui-input/index.ts",
|
|
3741
|
+
"declarations": [
|
|
3742
|
+
{
|
|
3743
|
+
"kind": "class",
|
|
3744
|
+
"description": "",
|
|
3745
|
+
"name": "MuiInput",
|
|
3746
|
+
"members": [
|
|
3747
|
+
{
|
|
3748
|
+
"kind": "field",
|
|
3749
|
+
"name": "_changeHandler",
|
|
3750
|
+
"type": {
|
|
3751
|
+
"text": "(e: Event) => void | undefined"
|
|
3752
|
+
}
|
|
3753
|
+
},
|
|
3754
|
+
{
|
|
3755
|
+
"kind": "method",
|
|
3756
|
+
"name": "cleanupListeners"
|
|
3757
|
+
},
|
|
3758
|
+
{
|
|
3759
|
+
"kind": "method",
|
|
3760
|
+
"name": "setupListener"
|
|
3761
|
+
},
|
|
3762
|
+
{
|
|
3763
|
+
"kind": "method",
|
|
3764
|
+
"name": "updateCharacterCount"
|
|
3765
|
+
},
|
|
3766
|
+
{
|
|
3767
|
+
"kind": "method",
|
|
3768
|
+
"name": "updateSlottedButtons",
|
|
3769
|
+
"return": {
|
|
3770
|
+
"type": {
|
|
3771
|
+
"text": "void"
|
|
3772
|
+
}
|
|
3773
|
+
}
|
|
3774
|
+
},
|
|
3775
|
+
{
|
|
3776
|
+
"kind": "method",
|
|
3777
|
+
"name": "render"
|
|
3778
|
+
}
|
|
3779
|
+
],
|
|
3780
|
+
"events": [
|
|
3781
|
+
{
|
|
3782
|
+
"name": "change",
|
|
3783
|
+
"type": {
|
|
3784
|
+
"text": "CustomEvent"
|
|
3785
|
+
}
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"name": "input",
|
|
3789
|
+
"type": {
|
|
3790
|
+
"text": "CustomEvent"
|
|
3170
3791
|
}
|
|
3171
3792
|
}
|
|
3172
3793
|
],
|
|
@@ -3231,7 +3852,7 @@
|
|
|
3231
3852
|
},
|
|
3232
3853
|
{
|
|
3233
3854
|
"kind": "javascript-module",
|
|
3234
|
-
"path": "src/components/mui-
|
|
3855
|
+
"path": "src/components/mui-link/doc.ts",
|
|
3235
3856
|
"declarations": [
|
|
3236
3857
|
{
|
|
3237
3858
|
"kind": "variable",
|
|
@@ -3239,7 +3860,7 @@
|
|
|
3239
3860
|
"type": {
|
|
3240
3861
|
"text": "MuiDocs"
|
|
3241
3862
|
},
|
|
3242
|
-
"default": "{ Image: { title: \"Image\", description: \"Displays an image alongside an optional caption to provide context, explanation, or attribution. Useful for supporting content visually while maintaining clarity through descriptive labelling.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/14eozXMPlzipgAfqaIR2Py/4e211990a30b4a08549deccfd30c71a9/Image_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=948-4194&t=0ytskb8cxriEmdz2-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/content-image--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-image/index.ts\"], website: [\"\"], guides: [\"https://guides.muibook.com/image\"], usage: { list: [ \"Use to display images that require additional context or explanation.\", \"Use height + crop + fit=cover when you need fixed-height visual crops.\", \"Use max-height with aspect-ratio for responsive image frames that should not exceed a visual cap.\", \"Use focal-x/focal-y or position to keep important content in frame.\", \"Use zoom carefully to tighten framing without switching to background-image.\", \"Captions should clarify the relevance of the image, not repeat surrounding content.\", \"Ideal for diagrams, UI examples, or content requiring attribution.\", \"Ensure images are accessible with alt text and meaningful captions.\", ], }, accessibility: { designerList: [ \"Use meaningful alt text that describes the image’s purpose.\", \"Use alt=“” for decorative images that don’t convey information.\", \"Use the caption slot for extended context, especially for diagrams or UI patterns.\", ], engineerList: [ \"Use meaningful alt text that describes the image’s purpose.\", \"Use alt=“” for decorative images that don’t convey information.\", \"Use the caption slot for extended context, especially for diagrams or UI patterns.\", ], }, anatomy: { image: \"https://images.ctfassets.net/i5uwscj4pkk2/3BSbMl1cqUOB6oDmFLQjRx/193889c0f6d3da6178d51e5fff06b8ed/Image_-_Anatomy.png\", list: [\"Standard styling for a hero image.\", \"Optional caption for the image.\"], }, variants: { items: [ { key: \"\", title: \"\", description: \"\", image: \"\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"muibook-resource\", name: \"Muibook Resource\", description: \"The Muibook documentation site uses MUI components to compose its layout, including headings, text, lists, buttons, icons, and image components.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3LVvuYDZWRnMhxNy6GMLNd/c5074a05eacb2c22c50ea172b3567c48/Muibook-List-Composition.png\", }, ], }, related: { items: [ { name: \"\", link: \"\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
3863
|
+
"default": "{ Link: { title: \"Link\", description: \"Links are used to navigate between pages or external content. They are visually distinct from surrounding text by using underlines — a familiar and accessible pattern that ensures clarity and consistency.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/7bK1593sNzW75ZoqBupCRj/0420d8ef12472208403efa48d2fe98d6/Link_-_Home_Image.png\", ], figma: [\"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=3-663&t=fSFYVey9aCoE5oQa-1\"], storybook: [\"https://stories.muibook.com/?path=/docs/actions-link--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-link/index.ts\"], website: [\"https://muibook.com/#/link\"], guides: [\"https://guides.muibook.com/link\"], usage: { list: [ \"Use links to navigate to related content or different pages.\", \"Use for navigation only — use buttons for actions like submitting forms or changing data.\", \"Keep link text concise and descriptive. Avoid vague labels like 'Click here.'\", \"Use full sentences or phrases that clearly describe the destination.\", \"Prefer inline links within body text unless a more prominent callout is needed.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"\"], }, anatomy: { image: \"https://images.ctfassets.net/i5uwscj4pkk2/6Rbr0KRWAiNRuPsagpreV7/2adc3626aa45ddc95ddf7d0a508c7917/Link_-_Anatomy.png\", list: [ \"LABEL: Text describing the link / link button action. Use action verbs or phrases to tell the user what will happen next, and follow the link label content guidelines.\", \"BEFORE: An optional area to include an icon before the label. Use an icon to add additional affordance where the icon has a clear and well-established meaning. Most links don't require an icon, so be consistent and deliberate when you do.\", \"AFTER: An optional area to include an icon after the label, often used for a chevron-down-arrow icon to indicate a dropdown menu or accordion experiences where the placement is on the far right of the link.\", \"ICON ONLY: Use when the action is easily understood and space is limited.\", ], }, variants: { items: [ { key: \"size-large\", title: \"Size: Large\", description: \"Used when a link needs to stand out in layouts, such as hero sections or alongside large headings. If used inline, it should match the surrounding text size to maintain visual hierarchy and scale consistency. E.g. Use small size icon when it is paired with large sized link.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/Tbxhps7s88CFzROYc0Lqs/3440df9aefca7cb9de3ce5015a3a4e82/Default_-_Large.png\", }, { key: \"size-medium\", title: \"Size: Medium (Default)\", description: \"The standard size for most link usage. Works well inline with body text or as standalone links within common page layouts. When used inline, it aligns with default body text for consistent reading flow. E.g. Use x-small size icon when it is paired with medium sized link.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3NbinCPLEbtetN63xh18Sy/e0a0e9bbcd11a71faefc6ad1fc0e064d/Default_-_Medium.png\", }, { key: \"size-small\", title: \"Size: Small\", description: \"Ideal for dense interfaces or compact areas such as cards, side panels, or footnotes. When used inline, it should match the smaller text size to preserve a balanced visual rhythm. E.g. Use x-small size icon when it is paired with small sized link.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/4uaoT2KHM6ux4X30BxwGYo/91137cc74414f2f32b869fae59f9625d/Default_-_Small.png\", }, { key: \"size-x-small\", title: \"Size: XSmall\", description: \"Used sparingly in tight spaces like toolbars, metadata, or inline legal text. Should align with surrounding text to avoid disrupting scale and hierarchy. E.g. Use x-small size icon when it is paired with x-small sized link.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/27dAzNJ6Q5XHVKv5ROXq36/ace1f6540b5f363624730be001bf91ce/Default_-_XSmall.png\", }, { key: \"primary\", title: \"Primary\", description: \"A high emphasis link style used for key navigation or calls to action. Visually aligned with the primary button to ensure consistency across components. When an icon is slotted into a link, it automatically inherits the link button’s default icon size. If you need a different look or emphasis, you can override the size as required.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/7wDlLjYvZEOgP8bQ6mfOuY/51b39a09c73f93ee9291e1e053df308a/Primary.png\", }, { key: \"primary-icon-only\", title: \"Primary - IconOnly\", description: \"An icon only version of the primary link. Best used when the icon meaning is immediately clear, such as external links, arrows, or downloads. Uses a small size icon when pairing with other buttons, or medium size icon for standalone actions.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/5sEr4Bhu2mwobKt6yPO9T7/a248fc0fe630ddd7f837c256a9aac126/Primary_-_IconOnly.png\", }, { key: \"secondary\", title: \"Secondary\", description: \"An icon only version of the primary link. Best used when the icon meaning is immediately clear, such as external links, arrows, or downloads. Uses a small size icon when pairing with other buttons, or medium size icon for standalone actions.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/1y7LN0FWjqrAQim9y289YN/2a65b13be6f42399404fb5bb68014700/Secondary.png\", }, { key: \"secondary-icon-only\", title: \"Secondary - IconOnly\", description: \"An icon only version of the secondary link. Ideal for contextual actions placed beside content or inside user interface components. Uses a small size icon when pairing with other buttons, or medium size icon for standalone actions.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/nWMRYy5KcAqFxnrRdBXJS/d02dc2a67ae81bca02b82645c998fb9b/Secondary_-_IconOnly.png\", }, { key: \"tertiary\", title: \"Tertiary\", description: \"A subtle and low emphasis style often used inline with body text or in subdued areas of the interface. Mirrors the styling of the tertiary button for visual harmony in dense content. When an icon is slotted into a link, it automatically inherits the link button’s default icon size. If you need a different look or emphasis, you can override the size as required.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/ydUs1pJsUgg7JBX7xpIOW/8e8cd367963506e35f39a97a8f41d616/Tertiary.png\", }, { key: \"tertiary-icon-only\", title: \"Tertiary - IconOnly\", description: \"A minimal visual style with just an icon. Best for lightweight or background interactions in compact spaces. Uses a small size icon when pairing with other buttons, or medium size icon for standalone actions.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/79wxg2B2u21x1qAKTsFOIM/d8c1665de85c90983bbe50d3762f2298/Tertiary_-_IconOnly.png\", }, { key: \"overlay\", title: \"Overlay\", description: \"Use on layered media or tinted surfaces where link actions need contrast without heavy visual weight. Works well for controls rendered over previews and imagery.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/1y7LN0FWjqrAQim9y289YN/2a65b13be6f42399404fb5bb68014700/Secondary.png\", }, { key: \"attention\", title: \"Attention\", description: \"A visually distinct style intended to highlight urgency, important information, or warnings. Styled to match the attention button, typically used in upgrade prompts or legal notices. When an icon is slotted into a link, it automatically inherits the link button’s default icon size. If you need a different look or emphasis, you can override the size as required.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/6grNjw60gY1ShYuexn23oX/b1cd5e10f9a1f5b8e5e3df4bf4780a0a/Attention.png\", }, { key: \"attention-icon-only\", title: \"Attention - IconOnly\", description: \"An icon only variant that draws attention to critical actions or time sensitive content. Uses a small size icon.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/5osepffgbQtuUmunLgCDPH/83490dc2ac0ef308a53e16e5b992efc5/Attention_-_IconOnly.png\", }, ], }, compositions: { description: \"\", items: [ { key: \"\", name: \"\", description: \"\", image: \"\", }, ], }, related: { items: [ { name: \"Button\", link: \"https://guides.muibook.com/button\", }, { name: \"Icons\", link: \"https://guides.muibook.com/icons\", }, ], }, rules: [ { heading: \"Link vs Button\", description: \"Links and Buttons may look similar, but links are for navigating between pages or sections of your app or site, while buttons are for triggering actions.\", doContent: [ { description: \"Use a link when navigating to another page or view.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/7xOE9DNKWgy1lZoT0FbMOW/cc13fbeeaa85b2507087645d925d7323/button-vs-link-do.png\", }, ], dontContent: [ { description: \"Don’t use a link to trigger tasks like submitting a form or saving data.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/6tSAw6uBvg142Gzw7tenBc/4b8db682687b42f3c53fc32557cc4eee/button-vs-link-do-not.png\", }, ], }, { heading: \"Text & Icon Actions\", description: \"\", doContent: [ { description: \"Use the 'small' size icon within a medium sized action\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2W1xs6NPj3jRrW6ZaVGRvZ/3a11566b68fffda85bf5f780c4d6a394/dropdown-bar-icon-do.png\", }, ], dontContent: [ { description: \"Avoid 'x-small', 'medium' or 'large' size icons within a medium sized action\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/6BgHzCgKqk44piisNH4tE6/c08d91a1cf5231a089844d20f6ab968c/dropdown-bar-icon-dont.png\", }, ], }, { heading: \"Icon-Only Actions\", description: \"\", doContent: [ { description: \"Use a 'medium' size icon when using an icon-only medium sized action\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3syzrNBEXbBjp5hGEUvF4M/0471f4b16939d8ee54deaf48997ff455/action-icon-do.png\", }, ], dontContent: [ { description: \"Avoid 'x-small', 'medium' or 'large' size icons within an icon-only medium sized action\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/5V2TE85dY848jz1dP6Y0lC/b8e433c8abad5a4402ff1f86ddb8c848/action-icon-dont.png\", }, ], }, ], behaviour: { list: [\"\"], image: \"https://images.ctfassets.net/i5uwscj4pkk2/qS1BAkfK7TDpy9rq4cdF1/d2535f48b4d2711f9dba6d056f21e3ec/Link_-_Behaviour.png\", }, writing: { list: [\"\"], }, }, }"
|
|
3243
3864
|
}
|
|
3244
3865
|
],
|
|
3245
3866
|
"exports": [
|
|
@@ -3248,116 +3869,320 @@
|
|
|
3248
3869
|
"name": "muiDocs",
|
|
3249
3870
|
"declaration": {
|
|
3250
3871
|
"name": "muiDocs",
|
|
3251
|
-
"module": "src/components/mui-
|
|
3872
|
+
"module": "src/components/mui-link/doc.ts"
|
|
3252
3873
|
}
|
|
3253
3874
|
}
|
|
3254
3875
|
]
|
|
3255
3876
|
},
|
|
3256
3877
|
{
|
|
3257
3878
|
"kind": "javascript-module",
|
|
3258
|
-
"path": "src/components/mui-
|
|
3879
|
+
"path": "src/components/mui-link/index.ts",
|
|
3259
3880
|
"declarations": [
|
|
3260
3881
|
{
|
|
3261
3882
|
"kind": "class",
|
|
3262
3883
|
"description": "",
|
|
3263
|
-
"name": "
|
|
3884
|
+
"name": "MuiLink",
|
|
3264
3885
|
"members": [
|
|
3265
3886
|
{
|
|
3266
|
-
"kind": "
|
|
3267
|
-
"name": "
|
|
3268
|
-
"
|
|
3269
|
-
"text": "MutationObserver | null"
|
|
3270
|
-
},
|
|
3271
|
-
"privacy": "private",
|
|
3272
|
-
"default": "null"
|
|
3887
|
+
"kind": "method",
|
|
3888
|
+
"name": "updateSlotState",
|
|
3889
|
+
"privacy": "private"
|
|
3273
3890
|
},
|
|
3274
3891
|
{
|
|
3275
3892
|
"kind": "method",
|
|
3276
|
-
"name": "
|
|
3277
|
-
"privacy": "private"
|
|
3893
|
+
"name": "render"
|
|
3278
3894
|
},
|
|
3279
3895
|
{
|
|
3280
3896
|
"kind": "method",
|
|
3281
|
-
"name": "
|
|
3282
|
-
"
|
|
3897
|
+
"name": "updateAvatarSizes",
|
|
3898
|
+
"return": {
|
|
3899
|
+
"type": {
|
|
3900
|
+
"text": "void"
|
|
3901
|
+
}
|
|
3902
|
+
},
|
|
3283
3903
|
"parameters": [
|
|
3284
3904
|
{
|
|
3285
|
-
"name": "
|
|
3905
|
+
"name": "nodes",
|
|
3286
3906
|
"type": {
|
|
3287
|
-
"text": "
|
|
3907
|
+
"text": "Node[]"
|
|
3908
|
+
}
|
|
3909
|
+
}
|
|
3910
|
+
]
|
|
3911
|
+
},
|
|
3912
|
+
{
|
|
3913
|
+
"kind": "method",
|
|
3914
|
+
"name": "updateIconSizes",
|
|
3915
|
+
"return": {
|
|
3916
|
+
"type": {
|
|
3917
|
+
"text": "void"
|
|
3918
|
+
}
|
|
3919
|
+
},
|
|
3920
|
+
"parameters": [
|
|
3921
|
+
{
|
|
3922
|
+
"name": "nodes",
|
|
3923
|
+
"type": {
|
|
3924
|
+
"text": "Node[]"
|
|
3288
3925
|
}
|
|
3289
3926
|
},
|
|
3290
3927
|
{
|
|
3291
|
-
"name": "
|
|
3928
|
+
"name": "isIconOnly",
|
|
3292
3929
|
"type": {
|
|
3293
|
-
"text": "
|
|
3930
|
+
"text": "boolean"
|
|
3294
3931
|
}
|
|
3295
3932
|
}
|
|
3296
3933
|
]
|
|
3297
3934
|
},
|
|
3298
3935
|
{
|
|
3299
3936
|
"kind": "method",
|
|
3300
|
-
"name": "
|
|
3301
|
-
"
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
"
|
|
3937
|
+
"name": "updateBadgeSizes",
|
|
3938
|
+
"return": {
|
|
3939
|
+
"type": {
|
|
3940
|
+
"text": "void"
|
|
3941
|
+
}
|
|
3942
|
+
},
|
|
3943
|
+
"parameters": [
|
|
3944
|
+
{
|
|
3945
|
+
"name": "nodes",
|
|
3946
|
+
"type": {
|
|
3947
|
+
"text": "Node[]"
|
|
3948
|
+
}
|
|
3949
|
+
}
|
|
3950
|
+
]
|
|
3307
3951
|
},
|
|
3308
3952
|
{
|
|
3309
3953
|
"kind": "method",
|
|
3310
|
-
"name": "
|
|
3311
|
-
"
|
|
3954
|
+
"name": "waitForPartMap",
|
|
3955
|
+
"return": {
|
|
3956
|
+
"type": {
|
|
3957
|
+
"text": "Promise<void>"
|
|
3958
|
+
}
|
|
3959
|
+
}
|
|
3312
3960
|
}
|
|
3313
3961
|
],
|
|
3314
3962
|
"attributes": [
|
|
3315
3963
|
{
|
|
3316
|
-
"name": "
|
|
3317
|
-
},
|
|
3318
|
-
{
|
|
3319
|
-
"name": "fit"
|
|
3964
|
+
"name": "target"
|
|
3320
3965
|
},
|
|
3321
3966
|
{
|
|
3322
|
-
"name": "
|
|
3967
|
+
"name": "href"
|
|
3323
3968
|
},
|
|
3324
3969
|
{
|
|
3325
|
-
"name": "
|
|
3970
|
+
"name": "variant"
|
|
3326
3971
|
},
|
|
3327
3972
|
{
|
|
3328
|
-
"name": "
|
|
3973
|
+
"name": "disabled"
|
|
3329
3974
|
},
|
|
3330
3975
|
{
|
|
3331
|
-
"name": "
|
|
3976
|
+
"name": "weight"
|
|
3332
3977
|
},
|
|
3333
3978
|
{
|
|
3334
|
-
"name": "
|
|
3979
|
+
"name": "size"
|
|
3335
3980
|
},
|
|
3336
3981
|
{
|
|
3337
|
-
"name": "
|
|
3982
|
+
"name": "download"
|
|
3338
3983
|
},
|
|
3339
3984
|
{
|
|
3340
|
-
"name": "
|
|
3985
|
+
"name": "usage"
|
|
3341
3986
|
}
|
|
3342
3987
|
],
|
|
3343
3988
|
"superclass": {
|
|
3344
3989
|
"name": "HTMLElement"
|
|
3345
3990
|
},
|
|
3346
|
-
"tagName": "mui-
|
|
3347
|
-
"customElement": true
|
|
3991
|
+
"tagName": "mui-link",
|
|
3992
|
+
"customElement": true,
|
|
3993
|
+
"cssParts": [
|
|
3994
|
+
{
|
|
3995
|
+
"name": "color",
|
|
3996
|
+
"description": "Style hook from part-map"
|
|
3997
|
+
},
|
|
3998
|
+
{
|
|
3999
|
+
"name": "font-family",
|
|
4000
|
+
"description": "Style hook from part-map"
|
|
4001
|
+
},
|
|
4002
|
+
{
|
|
4003
|
+
"name": "font-size",
|
|
4004
|
+
"description": "Style hook from part-map"
|
|
4005
|
+
},
|
|
4006
|
+
{
|
|
4007
|
+
"name": "font-weight",
|
|
4008
|
+
"description": "Style hook from part-map"
|
|
4009
|
+
},
|
|
4010
|
+
{
|
|
4011
|
+
"name": "letter-spacing",
|
|
4012
|
+
"description": "Style hook from part-map"
|
|
4013
|
+
},
|
|
4014
|
+
{
|
|
4015
|
+
"name": "line-height",
|
|
4016
|
+
"description": "Style hook from part-map"
|
|
4017
|
+
},
|
|
4018
|
+
{
|
|
4019
|
+
"name": "text-transform",
|
|
4020
|
+
"description": "Style hook from part-map"
|
|
4021
|
+
},
|
|
4022
|
+
{
|
|
4023
|
+
"name": "text-decoration",
|
|
4024
|
+
"description": "Style hook from part-map"
|
|
4025
|
+
},
|
|
4026
|
+
{
|
|
4027
|
+
"name": "text-align",
|
|
4028
|
+
"description": "Style hook from part-map"
|
|
4029
|
+
},
|
|
4030
|
+
{
|
|
4031
|
+
"name": "padding",
|
|
4032
|
+
"description": "Style hook from part-map"
|
|
4033
|
+
},
|
|
4034
|
+
{
|
|
4035
|
+
"name": "margin",
|
|
4036
|
+
"description": "Style hook from part-map"
|
|
4037
|
+
},
|
|
4038
|
+
{
|
|
4039
|
+
"name": "gap",
|
|
4040
|
+
"description": "Style hook from part-map"
|
|
4041
|
+
},
|
|
4042
|
+
{
|
|
4043
|
+
"name": "width",
|
|
4044
|
+
"description": "Style hook from part-map"
|
|
4045
|
+
},
|
|
4046
|
+
{
|
|
4047
|
+
"name": "height",
|
|
4048
|
+
"description": "Style hook from part-map"
|
|
4049
|
+
},
|
|
4050
|
+
{
|
|
4051
|
+
"name": "box-sizing",
|
|
4052
|
+
"description": "Style hook from part-map"
|
|
4053
|
+
},
|
|
4054
|
+
{
|
|
4055
|
+
"name": "display",
|
|
4056
|
+
"description": "Style hook from part-map"
|
|
4057
|
+
},
|
|
4058
|
+
{
|
|
4059
|
+
"name": "flex",
|
|
4060
|
+
"description": "Style hook from part-map"
|
|
4061
|
+
},
|
|
4062
|
+
{
|
|
4063
|
+
"name": "flex-direction",
|
|
4064
|
+
"description": "Style hook from part-map"
|
|
4065
|
+
},
|
|
4066
|
+
{
|
|
4067
|
+
"name": "flex-wrap",
|
|
4068
|
+
"description": "Style hook from part-map"
|
|
4069
|
+
},
|
|
4070
|
+
{
|
|
4071
|
+
"name": "justify-content",
|
|
4072
|
+
"description": "Style hook from part-map"
|
|
4073
|
+
},
|
|
4074
|
+
{
|
|
4075
|
+
"name": "align-items",
|
|
4076
|
+
"description": "Style hook from part-map"
|
|
4077
|
+
},
|
|
4078
|
+
{
|
|
4079
|
+
"name": "align-content",
|
|
4080
|
+
"description": "Style hook from part-map"
|
|
4081
|
+
},
|
|
4082
|
+
{
|
|
4083
|
+
"name": "align-self",
|
|
4084
|
+
"description": "Style hook from part-map"
|
|
4085
|
+
},
|
|
4086
|
+
{
|
|
4087
|
+
"name": "grid-template-columns",
|
|
4088
|
+
"description": "Style hook from part-map"
|
|
4089
|
+
},
|
|
4090
|
+
{
|
|
4091
|
+
"name": "grid-template-rows",
|
|
4092
|
+
"description": "Style hook from part-map"
|
|
4093
|
+
},
|
|
4094
|
+
{
|
|
4095
|
+
"name": "grid-column",
|
|
4096
|
+
"description": "Style hook from part-map"
|
|
4097
|
+
},
|
|
4098
|
+
{
|
|
4099
|
+
"name": "grid-row",
|
|
4100
|
+
"description": "Style hook from part-map"
|
|
4101
|
+
},
|
|
4102
|
+
{
|
|
4103
|
+
"name": "place-items",
|
|
4104
|
+
"description": "Style hook from part-map"
|
|
4105
|
+
},
|
|
4106
|
+
{
|
|
4107
|
+
"name": "place-content",
|
|
4108
|
+
"description": "Style hook from part-map"
|
|
4109
|
+
},
|
|
4110
|
+
{
|
|
4111
|
+
"name": "vertical-align",
|
|
4112
|
+
"description": "Style hook from part-map"
|
|
4113
|
+
},
|
|
4114
|
+
{
|
|
4115
|
+
"name": "background",
|
|
4116
|
+
"description": "Style hook from part-map"
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
"name": "border",
|
|
4120
|
+
"description": "Style hook from part-map"
|
|
4121
|
+
},
|
|
4122
|
+
{
|
|
4123
|
+
"name": "border-radius",
|
|
4124
|
+
"description": "Style hook from part-map"
|
|
4125
|
+
},
|
|
4126
|
+
{
|
|
4127
|
+
"name": "box-shadow",
|
|
4128
|
+
"description": "Style hook from part-map"
|
|
4129
|
+
},
|
|
4130
|
+
{
|
|
4131
|
+
"name": "opacity",
|
|
4132
|
+
"description": "Style hook from part-map"
|
|
4133
|
+
},
|
|
4134
|
+
{
|
|
4135
|
+
"name": "transition",
|
|
4136
|
+
"description": "Style hook from part-map"
|
|
4137
|
+
},
|
|
4138
|
+
{
|
|
4139
|
+
"name": "outline",
|
|
4140
|
+
"description": "Style hook from part-map"
|
|
4141
|
+
}
|
|
4142
|
+
]
|
|
3348
4143
|
}
|
|
3349
4144
|
],
|
|
3350
4145
|
"exports": [
|
|
3351
4146
|
{
|
|
3352
4147
|
"kind": "custom-element-definition",
|
|
3353
|
-
"name": "mui-
|
|
4148
|
+
"name": "mui-link",
|
|
3354
4149
|
"declaration": {
|
|
3355
|
-
"name": "
|
|
3356
|
-
"module": "src/components/mui-
|
|
4150
|
+
"name": "MuiLink",
|
|
4151
|
+
"module": "src/components/mui-link/index.ts"
|
|
3357
4152
|
}
|
|
3358
4153
|
}
|
|
3359
4154
|
]
|
|
3360
4155
|
},
|
|
4156
|
+
{
|
|
4157
|
+
"kind": "javascript-module",
|
|
4158
|
+
"path": "src/components/mui-list/doc.ts",
|
|
4159
|
+
"declarations": [
|
|
4160
|
+
{
|
|
4161
|
+
"kind": "variable",
|
|
4162
|
+
"name": "muiDocs",
|
|
4163
|
+
"type": {
|
|
4164
|
+
"text": "MuiDocs"
|
|
4165
|
+
},
|
|
4166
|
+
"default": "{ List: { title: \"List\", description: \"Used to display related items in a clear, readable sequence. Lists can be ordered (numbered) to suggest priority or sequence, or unordered (bulleted) for grouped information without hierarchy.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/OSwQtL8kK29OUOG0oLMSJ/0a488efb3f6cf8f6e6faa40e124aa975/List_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=958-8673&t=0ytskb8cxriEmdz2-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/content-list--docs\"], github: [\"https://github.com/michaeltrilford/muibook/tree/main/src/components/mui-list\"], website: [\"https://muibook.com/#/list\"], guides: [\"https://guides.muibook.com/list\"], usage: { list: [ \"Use ordered lists when the order or steps matter (e.g. instructions).\", \"Use unordered lists for grouped or related items without a set order.\", \"Keep items concise and consistent in structure for scanability.\", \"void using lists for complex content — consider a table or grid instead.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"\"], }, anatomy: { image: \"\", list: [\"\"], }, variants: { items: [ { key: \"\", title: \"\", description: \"\", image: \"\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"muibook-resource\", name: \"Muibook Resource\", description: \"The Muibook documentation site uses MUI components to compose its layout, including headings, text, lists, buttons, icons, and image components.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3LVvuYDZWRnMhxNy6GMLNd/c5074a05eacb2c22c50ea172b3567c48/Muibook-List-Composition.png\", }, ], }, related: { items: [ { name: \"\", link: \"\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
4167
|
+
}
|
|
4168
|
+
],
|
|
4169
|
+
"exports": [
|
|
4170
|
+
{
|
|
4171
|
+
"kind": "js",
|
|
4172
|
+
"name": "muiDocs",
|
|
4173
|
+
"declaration": {
|
|
4174
|
+
"name": "muiDocs",
|
|
4175
|
+
"module": "src/components/mui-list/doc.ts"
|
|
4176
|
+
}
|
|
4177
|
+
}
|
|
4178
|
+
]
|
|
4179
|
+
},
|
|
4180
|
+
{
|
|
4181
|
+
"kind": "javascript-module",
|
|
4182
|
+
"path": "src/components/mui-list/index.ts",
|
|
4183
|
+
"declarations": [],
|
|
4184
|
+
"exports": []
|
|
4185
|
+
},
|
|
3361
4186
|
{
|
|
3362
4187
|
"kind": "javascript-module",
|
|
3363
4188
|
"path": "src/components/mui-icons/accessibility.ts",
|
|
@@ -5631,130 +6456,30 @@
|
|
|
5631
6456
|
"name": "size"
|
|
5632
6457
|
},
|
|
5633
6458
|
{
|
|
5634
|
-
"name": "color"
|
|
5635
|
-
}
|
|
5636
|
-
],
|
|
5637
|
-
"superclass": {
|
|
5638
|
-
"name": "HTMLElement"
|
|
5639
|
-
},
|
|
5640
|
-
"tagName": "mui-icon-warning",
|
|
5641
|
-
"customElement": true
|
|
5642
|
-
}
|
|
5643
|
-
],
|
|
5644
|
-
"exports": [
|
|
5645
|
-
{
|
|
5646
|
-
"kind": "custom-element-definition",
|
|
5647
|
-
"name": "mui-icon-warning",
|
|
5648
|
-
"declaration": {
|
|
5649
|
-
"name": "MuiIconWarning",
|
|
5650
|
-
"module": "src/components/mui-icons/warning.ts"
|
|
5651
|
-
}
|
|
5652
|
-
}
|
|
5653
|
-
]
|
|
5654
|
-
},
|
|
5655
|
-
{
|
|
5656
|
-
"kind": "javascript-module",
|
|
5657
|
-
"path": "src/components/mui-loader/doc.ts",
|
|
5658
|
-
"declarations": [
|
|
5659
|
-
{
|
|
5660
|
-
"kind": "variable",
|
|
5661
|
-
"name": "muiDocs",
|
|
5662
|
-
"type": {
|
|
5663
|
-
"text": "MuiDocs"
|
|
5664
|
-
},
|
|
5665
|
-
"default": "{ Loader: { title: \"Loader\", description: \"The Loader component applies smooth, built-in transitions during page loads, content updates, or skeleton placeholders to maintain a seamless, polished experience.\", hero: [\"\"], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=1059-12710&t=BwezUSymTClm00wJ-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/feedback-loader--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-loader/index.ts\"], website: [\"\"], guides: [\"https://guides.muibook.com/loader\"], usage: { list: [ \"Wrap any page or UI section with Mui-Loader to automatically display loading animations.\", \"Ideal for initial page loads, content transitions, or skeleton screens while data is fetching.\", \"When crafting skeleton states inside Loader, prefer design tokens, rem units, and percentages over fixed pixel sizes.\", \"Compose placeholders with Muibook layout components such as mui-v-stack, mui-h-stack, and mui-grid for consistent spacing.\", \"Applied to pages or key components for seamless load transitions.\", \"Works seamlessly with other MUI components and layouts without additional setup.\", \"Use with Mui Spinner, skeletons, or other feedback to improve perceived performance.\", ], }, accessibility: { designerList: [ \"The loader is announced to screen readers via role='status', ensuring updates are conveyed politely.\", \"aria-busy is set to true when loading, indicating the region is currently in a 'busy' state.\", \"A visually hidden 'Loading…' text is included by default to provide meaningful content for screen readers, even if the slotted content is purely visual.\", \"The component respects the user’s reduced motion preferences via prefers-reduced-motion, preventing potentially distracting animations.\", \"No additional labels are required from the consumer, making it lightweight and flexible while remaining accessible by default.\", ], engineerList: [ \"The loader is announced to screen readers via role='status', ensuring updates are conveyed politely.\", \"aria-busy is set to true when loading, indicating the region is currently in a 'busy' state.\", \"A visually hidden 'Loading…' text is included by default to provide meaningful content for screen readers, even if the slotted content is purely visual.\", \"The component respects the user’s reduced motion preferences via prefers-reduced-motion, preventing potentially distracting animations.\", \"No additional labels are required from the consumer, making it lightweight and flexible while remaining accessible by default.\", ], }, anatomy: { image: \"\", list: [\"\"], }, variants: { items: [ { key: \"pulsate\", title: \"Pulsate\", description: \"\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/5gZwRuH4Ojs38xlq7HAMCt/47be2502487c0d85955c203788442d12/pulse.gif\", }, { key: \"fade-in\", title: \"Fade-In\", description: \"\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/xPo8WGtJjoiW5y8gcXFJG/ed432ec413dc4839129139dad546e926/fade-in.gif\", }, { key: \"translate-up\", title: \"Translate: Up\", description: \"Default direction is Up. Ability to define the preferred direction: Up, Right, Down, Left.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/4UTi4tmMxdiTDNR0wi5AOt/8d0e21d88eb33c71d1c7f69df8f42772/up.gif\", }, { key: \"translate-down\", title: \"Translate: Down\", description: \"Default direction is Up. Ability to define the preferred direction: Up, Right, Down, Left.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/63936AreBgAC7oxohQbLpY/e26318a5b4b6aaa790f363c4180d92ad/down.gif\", }, { key: \"translate-left\", title: \"Translate: Left\", description: \"Default direction is Up. Ability to define the preferred direction: Up, Right, Down, Left.\", image: \"hhttps://images.ctfassets.net/i5uwscj4pkk2/5Rzmo4ISRIfaY5aMAbO1U6/0db9896ce44b9704960fde8bc9b70a07/left.gif\", }, { key: \"translate-right\", title: \"Translate: Right\", description: \"Default direction is Up. Ability to define the preferred direction: Up, Right, Down, Left.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2pzlTEsdJj4FKmnsleLO0T/79a8d4fbecc3953a9ec21772df5ee9ac/right.gif\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"guru-outcomes-dashboard\", name: \"Guru Outcomes - Dashboard\", description: \"Use the <mui-loader> component to mask slow network or initial data load times. Combine its features to create a seamless loading experience.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/7fsKn4mqKGieVh2D1EdyuR/a9afa145001e13470054aa9d7004127d/outcomes-home.gif\", }, { key: \"guru-outcomes-roadmap\", name: \"Guru Outcomes - Roadmap\", description: \"The Loader component in action on the roadmap page, smoothly loading the UI while masking delays and improving perceived performance.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/7Hebis0o1mlvvDZlQRZfzl/f0c06679ab417f2ee624b570226da77d/outcomes-roadmap.gif\", }, ], }, related: { items: [ { name: \"Spinner\", link: \"https://guides.muibook.com/loader\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
5666
|
-
}
|
|
5667
|
-
],
|
|
5668
|
-
"exports": [
|
|
5669
|
-
{
|
|
5670
|
-
"kind": "js",
|
|
5671
|
-
"name": "muiDocs",
|
|
5672
|
-
"declaration": {
|
|
5673
|
-
"name": "muiDocs",
|
|
5674
|
-
"module": "src/components/mui-loader/doc.ts"
|
|
5675
|
-
}
|
|
5676
|
-
}
|
|
5677
|
-
]
|
|
5678
|
-
},
|
|
5679
|
-
{
|
|
5680
|
-
"kind": "javascript-module",
|
|
5681
|
-
"path": "src/components/mui-loader/index.ts",
|
|
5682
|
-
"declarations": [
|
|
5683
|
-
{
|
|
5684
|
-
"kind": "class",
|
|
5685
|
-
"description": "",
|
|
5686
|
-
"name": "MuiLoader",
|
|
5687
|
-
"members": [
|
|
5688
|
-
{
|
|
5689
|
-
"kind": "method",
|
|
5690
|
-
"name": "render"
|
|
5691
|
-
}
|
|
5692
|
-
],
|
|
5693
|
-
"attributes": [
|
|
5694
|
-
{
|
|
5695
|
-
"name": "loading"
|
|
5696
|
-
},
|
|
5697
|
-
{
|
|
5698
|
-
"name": "animation"
|
|
5699
|
-
},
|
|
5700
|
-
{
|
|
5701
|
-
"name": "direction"
|
|
5702
|
-
},
|
|
5703
|
-
{
|
|
5704
|
-
"name": "duration"
|
|
5705
|
-
}
|
|
5706
|
-
],
|
|
5707
|
-
"superclass": {
|
|
5708
|
-
"name": "HTMLElement"
|
|
5709
|
-
},
|
|
5710
|
-
"tagName": "mui-loader",
|
|
5711
|
-
"customElement": true
|
|
5712
|
-
}
|
|
5713
|
-
],
|
|
5714
|
-
"exports": [
|
|
5715
|
-
{
|
|
5716
|
-
"kind": "custom-element-definition",
|
|
5717
|
-
"name": "mui-loader",
|
|
5718
|
-
"declaration": {
|
|
5719
|
-
"name": "MuiLoader",
|
|
5720
|
-
"module": "src/components/mui-loader/index.ts"
|
|
5721
|
-
}
|
|
5722
|
-
}
|
|
5723
|
-
]
|
|
5724
|
-
},
|
|
5725
|
-
{
|
|
5726
|
-
"kind": "javascript-module",
|
|
5727
|
-
"path": "src/components/mui-list/doc.ts",
|
|
5728
|
-
"declarations": [
|
|
5729
|
-
{
|
|
5730
|
-
"kind": "variable",
|
|
5731
|
-
"name": "muiDocs",
|
|
5732
|
-
"type": {
|
|
5733
|
-
"text": "MuiDocs"
|
|
6459
|
+
"name": "color"
|
|
6460
|
+
}
|
|
6461
|
+
],
|
|
6462
|
+
"superclass": {
|
|
6463
|
+
"name": "HTMLElement"
|
|
5734
6464
|
},
|
|
5735
|
-
"
|
|
6465
|
+
"tagName": "mui-icon-warning",
|
|
6466
|
+
"customElement": true
|
|
5736
6467
|
}
|
|
5737
6468
|
],
|
|
5738
6469
|
"exports": [
|
|
5739
6470
|
{
|
|
5740
|
-
"kind": "
|
|
5741
|
-
"name": "
|
|
6471
|
+
"kind": "custom-element-definition",
|
|
6472
|
+
"name": "mui-icon-warning",
|
|
5742
6473
|
"declaration": {
|
|
5743
|
-
"name": "
|
|
5744
|
-
"module": "src/components/mui-
|
|
6474
|
+
"name": "MuiIconWarning",
|
|
6475
|
+
"module": "src/components/mui-icons/warning.ts"
|
|
5745
6476
|
}
|
|
5746
6477
|
}
|
|
5747
6478
|
]
|
|
5748
6479
|
},
|
|
5749
6480
|
{
|
|
5750
6481
|
"kind": "javascript-module",
|
|
5751
|
-
"path": "src/components/mui-
|
|
5752
|
-
"declarations": [],
|
|
5753
|
-
"exports": []
|
|
5754
|
-
},
|
|
5755
|
-
{
|
|
5756
|
-
"kind": "javascript-module",
|
|
5757
|
-
"path": "src/components/mui-link/doc.ts",
|
|
6482
|
+
"path": "src/components/mui-loader/doc.ts",
|
|
5758
6483
|
"declarations": [
|
|
5759
6484
|
{
|
|
5760
6485
|
"kind": "variable",
|
|
@@ -5762,7 +6487,7 @@
|
|
|
5762
6487
|
"type": {
|
|
5763
6488
|
"text": "MuiDocs"
|
|
5764
6489
|
},
|
|
5765
|
-
"default": "{ Link: { title: \"Link\", description: \"Links are used to navigate between pages or external content. They are visually distinct from surrounding text by using underlines — a familiar and accessible pattern that ensures clarity and consistency.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/7bK1593sNzW75ZoqBupCRj/0420d8ef12472208403efa48d2fe98d6/Link_-_Home_Image.png\", ], figma: [\"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=3-663&t=fSFYVey9aCoE5oQa-1\"], storybook: [\"https://stories.muibook.com/?path=/docs/actions-link--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-link/index.ts\"], website: [\"https://muibook.com/#/link\"], guides: [\"https://guides.muibook.com/link\"], usage: { list: [ \"Use links to navigate to related content or different pages.\", \"Use for navigation only — use buttons for actions like submitting forms or changing data.\", \"Keep link text concise and descriptive. Avoid vague labels like 'Click here.'\", \"Use full sentences or phrases that clearly describe the destination.\", \"Prefer inline links within body text unless a more prominent callout is needed.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"\"], }, anatomy: { image: \"https://images.ctfassets.net/i5uwscj4pkk2/6Rbr0KRWAiNRuPsagpreV7/2adc3626aa45ddc95ddf7d0a508c7917/Link_-_Anatomy.png\", list: [ \"LABEL: Text describing the link / link button action. Use action verbs or phrases to tell the user what will happen next, and follow the link label content guidelines.\", \"BEFORE: An optional area to include an icon before the label. Use an icon to add additional affordance where the icon has a clear and well-established meaning. Most links don't require an icon, so be consistent and deliberate when you do.\", \"AFTER: An optional area to include an icon after the label, often used for a chevron-down-arrow icon to indicate a dropdown menu or accordion experiences where the placement is on the far right of the link.\", \"ICON ONLY: Use when the action is easily understood and space is limited.\", ], }, variants: { items: [ { key: \"size-large\", title: \"Size: Large\", description: \"Used when a link needs to stand out in layouts, such as hero sections or alongside large headings. If used inline, it should match the surrounding text size to maintain visual hierarchy and scale consistency. E.g. Use small size icon when it is paired with large sized link.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/Tbxhps7s88CFzROYc0Lqs/3440df9aefca7cb9de3ce5015a3a4e82/Default_-_Large.png\", }, { key: \"size-medium\", title: \"Size: Medium (Default)\", description: \"The standard size for most link usage. Works well inline with body text or as standalone links within common page layouts. When used inline, it aligns with default body text for consistent reading flow. E.g. Use x-small size icon when it is paired with medium sized link.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3NbinCPLEbtetN63xh18Sy/e0a0e9bbcd11a71faefc6ad1fc0e064d/Default_-_Medium.png\", }, { key: \"size-small\", title: \"Size: Small\", description: \"Ideal for dense interfaces or compact areas such as cards, side panels, or footnotes. When used inline, it should match the smaller text size to preserve a balanced visual rhythm. E.g. Use x-small size icon when it is paired with small sized link.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/4uaoT2KHM6ux4X30BxwGYo/91137cc74414f2f32b869fae59f9625d/Default_-_Small.png\", }, { key: \"size-x-small\", title: \"Size: XSmall\", description: \"Used sparingly in tight spaces like toolbars, metadata, or inline legal text. Should align with surrounding text to avoid disrupting scale and hierarchy. E.g. Use x-small size icon when it is paired with x-small sized link.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/27dAzNJ6Q5XHVKv5ROXq36/ace1f6540b5f363624730be001bf91ce/Default_-_XSmall.png\", }, { key: \"primary\", title: \"Primary\", description: \"A high emphasis link style used for key navigation or calls to action. Visually aligned with the primary button to ensure consistency across components. When an icon is slotted into a link, it automatically inherits the link button’s default icon size. If you need a different look or emphasis, you can override the size as required.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/7wDlLjYvZEOgP8bQ6mfOuY/51b39a09c73f93ee9291e1e053df308a/Primary.png\", }, { key: \"primary-icon-only\", title: \"Primary - IconOnly\", description: \"An icon only version of the primary link. Best used when the icon meaning is immediately clear, such as external links, arrows, or downloads. Uses a small size icon when pairing with other buttons, or medium size icon for standalone actions.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/5sEr4Bhu2mwobKt6yPO9T7/a248fc0fe630ddd7f837c256a9aac126/Primary_-_IconOnly.png\", }, { key: \"secondary\", title: \"Secondary\", description: \"An icon only version of the primary link. Best used when the icon meaning is immediately clear, such as external links, arrows, or downloads. Uses a small size icon when pairing with other buttons, or medium size icon for standalone actions.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/1y7LN0FWjqrAQim9y289YN/2a65b13be6f42399404fb5bb68014700/Secondary.png\", }, { key: \"secondary-icon-only\", title: \"Secondary - IconOnly\", description: \"An icon only version of the secondary link. Ideal for contextual actions placed beside content or inside user interface components. Uses a small size icon when pairing with other buttons, or medium size icon for standalone actions.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/nWMRYy5KcAqFxnrRdBXJS/d02dc2a67ae81bca02b82645c998fb9b/Secondary_-_IconOnly.png\", }, { key: \"tertiary\", title: \"Tertiary\", description: \"A subtle and low emphasis style often used inline with body text or in subdued areas of the interface. Mirrors the styling of the tertiary button for visual harmony in dense content. When an icon is slotted into a link, it automatically inherits the link button’s default icon size. If you need a different look or emphasis, you can override the size as required.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/ydUs1pJsUgg7JBX7xpIOW/8e8cd367963506e35f39a97a8f41d616/Tertiary.png\", }, { key: \"tertiary-icon-only\", title: \"Tertiary - IconOnly\", description: \"A minimal visual style with just an icon. Best for lightweight or background interactions in compact spaces. Uses a small size icon when pairing with other buttons, or medium size icon for standalone actions.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/79wxg2B2u21x1qAKTsFOIM/d8c1665de85c90983bbe50d3762f2298/Tertiary_-_IconOnly.png\", }, { key: \"overlay\", title: \"Overlay\", description: \"Use on layered media or tinted surfaces where link actions need contrast without heavy visual weight. Works well for controls rendered over previews and imagery.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/1y7LN0FWjqrAQim9y289YN/2a65b13be6f42399404fb5bb68014700/Secondary.png\", }, { key: \"attention\", title: \"Attention\", description: \"A visually distinct style intended to highlight urgency, important information, or warnings. Styled to match the attention button, typically used in upgrade prompts or legal notices. When an icon is slotted into a link, it automatically inherits the link button’s default icon size. If you need a different look or emphasis, you can override the size as required.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/6grNjw60gY1ShYuexn23oX/b1cd5e10f9a1f5b8e5e3df4bf4780a0a/Attention.png\", }, { key: \"attention-icon-only\", title: \"Attention - IconOnly\", description: \"An icon only variant that draws attention to critical actions or time sensitive content. Uses a small size icon.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/5osepffgbQtuUmunLgCDPH/83490dc2ac0ef308a53e16e5b992efc5/Attention_-_IconOnly.png\", }, ], }, compositions: { description: \"\", items: [ { key: \"\", name: \"\", description: \"\", image: \"\", }, ], }, related: { items: [ { name: \"Button\", link: \"https://guides.muibook.com/button\", }, { name: \"Icons\", link: \"https://guides.muibook.com/icons\", }, ], }, rules: [ { heading: \"Link vs Button\", description: \"Links and Buttons may look similar, but links are for navigating between pages or sections of your app or site, while buttons are for triggering actions.\", doContent: [ { description: \"Use a link when navigating to another page or view.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/7xOE9DNKWgy1lZoT0FbMOW/cc13fbeeaa85b2507087645d925d7323/button-vs-link-do.png\", }, ], dontContent: [ { description: \"Don’t use a link to trigger tasks like submitting a form or saving data.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/6tSAw6uBvg142Gzw7tenBc/4b8db682687b42f3c53fc32557cc4eee/button-vs-link-do-not.png\", }, ], }, { heading: \"Text & Icon Actions\", description: \"\", doContent: [ { description: \"Use the 'small' size icon within a medium sized action\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2W1xs6NPj3jRrW6ZaVGRvZ/3a11566b68fffda85bf5f780c4d6a394/dropdown-bar-icon-do.png\", }, ], dontContent: [ { description: \"Avoid 'x-small', 'medium' or 'large' size icons within a medium sized action\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/6BgHzCgKqk44piisNH4tE6/c08d91a1cf5231a089844d20f6ab968c/dropdown-bar-icon-dont.png\", }, ], }, { heading: \"Icon-Only Actions\", description: \"\", doContent: [ { description: \"Use a 'medium' size icon when using an icon-only medium sized action\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3syzrNBEXbBjp5hGEUvF4M/0471f4b16939d8ee54deaf48997ff455/action-icon-do.png\", }, ], dontContent: [ { description: \"Avoid 'x-small', 'medium' or 'large' size icons within an icon-only medium sized action\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/5V2TE85dY848jz1dP6Y0lC/b8e433c8abad5a4402ff1f86ddb8c848/action-icon-dont.png\", }, ], }, ], behaviour: { list: [\"\"], image: \"https://images.ctfassets.net/i5uwscj4pkk2/qS1BAkfK7TDpy9rq4cdF1/d2535f48b4d2711f9dba6d056f21e3ec/Link_-_Behaviour.png\", }, writing: { list: [\"\"], }, }, }"
|
|
6490
|
+
"default": "{ Loader: { title: \"Loader\", description: \"The Loader component applies smooth, built-in transitions during page loads, content updates, or skeleton placeholders to maintain a seamless, polished experience.\", hero: [\"\"], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=1059-12710&t=BwezUSymTClm00wJ-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/feedback-loader--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-loader/index.ts\"], website: [\"\"], guides: [\"https://guides.muibook.com/loader\"], usage: { list: [ \"Wrap any page or UI section with Mui-Loader to automatically display loading animations.\", \"Ideal for initial page loads, content transitions, or skeleton screens while data is fetching.\", \"When crafting skeleton states inside Loader, prefer design tokens, rem units, and percentages over fixed pixel sizes.\", \"Compose placeholders with Muibook layout components such as mui-v-stack, mui-h-stack, and mui-grid for consistent spacing.\", \"Applied to pages or key components for seamless load transitions.\", \"Works seamlessly with other MUI components and layouts without additional setup.\", \"Use with Mui Spinner, skeletons, or other feedback to improve perceived performance.\", ], }, accessibility: { designerList: [ \"The loader is announced to screen readers via role='status', ensuring updates are conveyed politely.\", \"aria-busy is set to true when loading, indicating the region is currently in a 'busy' state.\", \"A visually hidden 'Loading…' text is included by default to provide meaningful content for screen readers, even if the slotted content is purely visual.\", \"The component respects the user’s reduced motion preferences via prefers-reduced-motion, preventing potentially distracting animations.\", \"No additional labels are required from the consumer, making it lightweight and flexible while remaining accessible by default.\", ], engineerList: [ \"The loader is announced to screen readers via role='status', ensuring updates are conveyed politely.\", \"aria-busy is set to true when loading, indicating the region is currently in a 'busy' state.\", \"A visually hidden 'Loading…' text is included by default to provide meaningful content for screen readers, even if the slotted content is purely visual.\", \"The component respects the user’s reduced motion preferences via prefers-reduced-motion, preventing potentially distracting animations.\", \"No additional labels are required from the consumer, making it lightweight and flexible while remaining accessible by default.\", ], }, anatomy: { image: \"\", list: [\"\"], }, variants: { items: [ { key: \"pulsate\", title: \"Pulsate\", description: \"\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/5gZwRuH4Ojs38xlq7HAMCt/47be2502487c0d85955c203788442d12/pulse.gif\", }, { key: \"fade-in\", title: \"Fade-In\", description: \"\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/xPo8WGtJjoiW5y8gcXFJG/ed432ec413dc4839129139dad546e926/fade-in.gif\", }, { key: \"translate-up\", title: \"Translate: Up\", description: \"Default direction is Up. Ability to define the preferred direction: Up, Right, Down, Left.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/4UTi4tmMxdiTDNR0wi5AOt/8d0e21d88eb33c71d1c7f69df8f42772/up.gif\", }, { key: \"translate-down\", title: \"Translate: Down\", description: \"Default direction is Up. Ability to define the preferred direction: Up, Right, Down, Left.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/63936AreBgAC7oxohQbLpY/e26318a5b4b6aaa790f363c4180d92ad/down.gif\", }, { key: \"translate-left\", title: \"Translate: Left\", description: \"Default direction is Up. Ability to define the preferred direction: Up, Right, Down, Left.\", image: \"hhttps://images.ctfassets.net/i5uwscj4pkk2/5Rzmo4ISRIfaY5aMAbO1U6/0db9896ce44b9704960fde8bc9b70a07/left.gif\", }, { key: \"translate-right\", title: \"Translate: Right\", description: \"Default direction is Up. Ability to define the preferred direction: Up, Right, Down, Left.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2pzlTEsdJj4FKmnsleLO0T/79a8d4fbecc3953a9ec21772df5ee9ac/right.gif\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"guru-outcomes-dashboard\", name: \"Guru Outcomes - Dashboard\", description: \"Use the <mui-loader> component to mask slow network or initial data load times. Combine its features to create a seamless loading experience.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/7fsKn4mqKGieVh2D1EdyuR/a9afa145001e13470054aa9d7004127d/outcomes-home.gif\", }, { key: \"guru-outcomes-roadmap\", name: \"Guru Outcomes - Roadmap\", description: \"The Loader component in action on the roadmap page, smoothly loading the UI while masking delays and improving perceived performance.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/7Hebis0o1mlvvDZlQRZfzl/f0c06679ab417f2ee624b570226da77d/outcomes-roadmap.gif\", }, ], }, related: { items: [ { name: \"Spinner\", link: \"https://guides.muibook.com/loader\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
5766
6491
|
}
|
|
5767
6492
|
],
|
|
5768
6493
|
"exports": [
|
|
@@ -5771,136 +6496,53 @@
|
|
|
5771
6496
|
"name": "muiDocs",
|
|
5772
6497
|
"declaration": {
|
|
5773
6498
|
"name": "muiDocs",
|
|
5774
|
-
"module": "src/components/mui-
|
|
6499
|
+
"module": "src/components/mui-loader/doc.ts"
|
|
5775
6500
|
}
|
|
5776
6501
|
}
|
|
5777
6502
|
]
|
|
5778
6503
|
},
|
|
5779
6504
|
{
|
|
5780
6505
|
"kind": "javascript-module",
|
|
5781
|
-
"path": "src/components/mui-
|
|
6506
|
+
"path": "src/components/mui-loader/index.ts",
|
|
5782
6507
|
"declarations": [
|
|
5783
6508
|
{
|
|
5784
6509
|
"kind": "class",
|
|
5785
6510
|
"description": "",
|
|
5786
|
-
"name": "
|
|
6511
|
+
"name": "MuiLoader",
|
|
5787
6512
|
"members": [
|
|
5788
|
-
{
|
|
5789
|
-
"kind": "method",
|
|
5790
|
-
"name": "updateSlotState",
|
|
5791
|
-
"privacy": "private"
|
|
5792
|
-
},
|
|
5793
6513
|
{
|
|
5794
6514
|
"kind": "method",
|
|
5795
6515
|
"name": "render"
|
|
5796
|
-
},
|
|
5797
|
-
{
|
|
5798
|
-
"kind": "method",
|
|
5799
|
-
"name": "updateAvatarSizes",
|
|
5800
|
-
"return": {
|
|
5801
|
-
"type": {
|
|
5802
|
-
"text": "void"
|
|
5803
|
-
}
|
|
5804
|
-
},
|
|
5805
|
-
"parameters": [
|
|
5806
|
-
{
|
|
5807
|
-
"name": "nodes",
|
|
5808
|
-
"type": {
|
|
5809
|
-
"text": "Node[]"
|
|
5810
|
-
}
|
|
5811
|
-
}
|
|
5812
|
-
]
|
|
5813
|
-
},
|
|
5814
|
-
{
|
|
5815
|
-
"kind": "method",
|
|
5816
|
-
"name": "updateIconSizes",
|
|
5817
|
-
"return": {
|
|
5818
|
-
"type": {
|
|
5819
|
-
"text": "void"
|
|
5820
|
-
}
|
|
5821
|
-
},
|
|
5822
|
-
"parameters": [
|
|
5823
|
-
{
|
|
5824
|
-
"name": "nodes",
|
|
5825
|
-
"type": {
|
|
5826
|
-
"text": "Node[]"
|
|
5827
|
-
}
|
|
5828
|
-
},
|
|
5829
|
-
{
|
|
5830
|
-
"name": "isIconOnly",
|
|
5831
|
-
"type": {
|
|
5832
|
-
"text": "boolean"
|
|
5833
|
-
}
|
|
5834
|
-
}
|
|
5835
|
-
]
|
|
5836
|
-
},
|
|
5837
|
-
{
|
|
5838
|
-
"kind": "method",
|
|
5839
|
-
"name": "updateBadgeSizes",
|
|
5840
|
-
"return": {
|
|
5841
|
-
"type": {
|
|
5842
|
-
"text": "void"
|
|
5843
|
-
}
|
|
5844
|
-
},
|
|
5845
|
-
"parameters": [
|
|
5846
|
-
{
|
|
5847
|
-
"name": "nodes",
|
|
5848
|
-
"type": {
|
|
5849
|
-
"text": "Node[]"
|
|
5850
|
-
}
|
|
5851
|
-
}
|
|
5852
|
-
]
|
|
5853
|
-
},
|
|
5854
|
-
{
|
|
5855
|
-
"kind": "method",
|
|
5856
|
-
"name": "waitForPartMap",
|
|
5857
|
-
"return": {
|
|
5858
|
-
"type": {
|
|
5859
|
-
"text": "Promise<void>"
|
|
5860
|
-
}
|
|
5861
|
-
}
|
|
5862
6516
|
}
|
|
5863
6517
|
],
|
|
5864
6518
|
"attributes": [
|
|
5865
6519
|
{
|
|
5866
|
-
"name": "
|
|
5867
|
-
},
|
|
5868
|
-
{
|
|
5869
|
-
"name": "href"
|
|
5870
|
-
},
|
|
5871
|
-
{
|
|
5872
|
-
"name": "variant"
|
|
5873
|
-
},
|
|
5874
|
-
{
|
|
5875
|
-
"name": "disabled"
|
|
5876
|
-
},
|
|
5877
|
-
{
|
|
5878
|
-
"name": "weight"
|
|
6520
|
+
"name": "loading"
|
|
5879
6521
|
},
|
|
5880
6522
|
{
|
|
5881
|
-
"name": "
|
|
6523
|
+
"name": "animation"
|
|
5882
6524
|
},
|
|
5883
6525
|
{
|
|
5884
|
-
"name": "
|
|
6526
|
+
"name": "direction"
|
|
5885
6527
|
},
|
|
5886
6528
|
{
|
|
5887
|
-
"name": "
|
|
6529
|
+
"name": "duration"
|
|
5888
6530
|
}
|
|
5889
6531
|
],
|
|
5890
6532
|
"superclass": {
|
|
5891
6533
|
"name": "HTMLElement"
|
|
5892
6534
|
},
|
|
5893
|
-
"tagName": "mui-
|
|
6535
|
+
"tagName": "mui-loader",
|
|
5894
6536
|
"customElement": true
|
|
5895
6537
|
}
|
|
5896
6538
|
],
|
|
5897
6539
|
"exports": [
|
|
5898
6540
|
{
|
|
5899
6541
|
"kind": "custom-element-definition",
|
|
5900
|
-
"name": "mui-
|
|
6542
|
+
"name": "mui-loader",
|
|
5901
6543
|
"declaration": {
|
|
5902
|
-
"name": "
|
|
5903
|
-
"module": "src/components/mui-
|
|
6544
|
+
"name": "MuiLoader",
|
|
6545
|
+
"module": "src/components/mui-loader/index.ts"
|
|
5904
6546
|
}
|
|
5905
6547
|
}
|
|
5906
6548
|
]
|
|
@@ -7505,145 +8147,40 @@
|
|
|
7505
8147
|
},
|
|
7506
8148
|
"default": "{ Quote: { title: \"Quote\", description: \"Used to highlight a piece of text, typically a statement or excerpt, that adds emphasis or authority. Quotes help break up content and draw attention to important or inspirational messages.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/K68wChzSMiLUojTMGoDcY/9de538ad493e36cb14afa388ecadbf47/Quote_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=1069-15815&t=BwezUSymTClm00wJ-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/content-quote--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-quote/index.ts\"], website: [\"https://muibook.com/#/quote\"], guides: [\"https://guides.muibook.com/quote\"], usage: { list: [ \"Use to emphasise key statements or citations within content.\", \"Ideal for highlighting testimonials, excerpts, or impactful text.\", \"Keep quotes concise and visually distinct from body text.\", \"Avoid overusing to maintain impact and clarity.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"\"], }, anatomy: { image: \"\", list: [\"\"], }, variants: { items: [ { key: \"\", title: \"\", description: \"\", image: \"\", }, ], }, compositions: { description: \"\", items: [ { key: \"\", name: \"\", description: \"\", image: \"\", }, ], }, related: { items: [ { name: \"\", link: \"\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
7507
8149
|
}
|
|
7508
|
-
],
|
|
7509
|
-
"exports": [
|
|
7510
|
-
{
|
|
7511
|
-
"kind": "js",
|
|
7512
|
-
"name": "muiDocs",
|
|
7513
|
-
"declaration": {
|
|
7514
|
-
"name": "muiDocs",
|
|
7515
|
-
"module": "src/components/mui-quote/doc.ts"
|
|
7516
|
-
}
|
|
7517
|
-
}
|
|
7518
|
-
]
|
|
7519
|
-
},
|
|
7520
|
-
{
|
|
7521
|
-
"kind": "javascript-module",
|
|
7522
|
-
"path": "src/components/mui-quote/index.ts",
|
|
7523
|
-
"declarations": [
|
|
7524
|
-
{
|
|
7525
|
-
"kind": "class",
|
|
7526
|
-
"description": "",
|
|
7527
|
-
"name": "MuiQuote",
|
|
7528
|
-
"superclass": {
|
|
7529
|
-
"name": "HTMLElement"
|
|
7530
|
-
},
|
|
7531
|
-
"tagName": "mui-quote",
|
|
7532
|
-
"customElement": true
|
|
7533
|
-
}
|
|
7534
|
-
],
|
|
7535
|
-
"exports": [
|
|
7536
|
-
{
|
|
7537
|
-
"kind": "custom-element-definition",
|
|
7538
|
-
"name": "mui-quote",
|
|
7539
|
-
"declaration": {
|
|
7540
|
-
"name": "MuiQuote",
|
|
7541
|
-
"module": "src/components/mui-quote/index.ts"
|
|
7542
|
-
}
|
|
7543
|
-
}
|
|
7544
|
-
]
|
|
7545
|
-
},
|
|
7546
|
-
{
|
|
7547
|
-
"kind": "javascript-module",
|
|
7548
|
-
"path": "src/components/mui-radio/doc.ts",
|
|
7549
|
-
"declarations": [
|
|
7550
|
-
{
|
|
7551
|
-
"kind": "variable",
|
|
7552
|
-
"name": "muiDocs",
|
|
7553
|
-
"type": {
|
|
7554
|
-
"text": "MuiDocs"
|
|
7555
|
-
},
|
|
7556
|
-
"default": "{ Radio: { title: \"Radio\", description: \"A radio control for selecting exactly one option from a set.\", hero: [\"\"], figma: [\"\"], storybook: [\"\"], github: [\"https://github.com/michaeltrilford/muibook/tree/main/src/components/mui-radio\"], website: [\"https://muibook.com/#/radio\"], guides: [\"\"], usage: { list: [ \"Use radio when users must choose one option from a known set.\", \"Group related radios using mui-radio-group for shared name and state handling.\", \"Use label / hide-label / optional on mui-radio-group to align with other fielded controls.\", \"Use size='x-small|small|medium|large' on radio or radio-group to scale controls consistently.\", ], }, accessibility: { designerList: [\"\"], engineerList: [ \"Use mui-radio-group to provide radiogroup semantics and shared selection state.\", \"Each radio should include visible text or aria-label when no visible label is present.\", ], }, anatomy: { image: \"\", list: [\"Unchecked\", \"Checked\", \"Disabled\"], }, variants: { items: [{ key: \"\", title: \"\", description: \"\", image: \"\" }], }, compositions: { description: \"\", items: [], }, related: { items: [ { name: \"Checkbox\", link: \"https://guides.muibook.com/checkbox\" }, { name: \"Field\", link: \"https://guides.muibook.com/field\" }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"] }, writing: { list: [\"\"] }, }, }"
|
|
7557
|
-
}
|
|
7558
|
-
],
|
|
7559
|
-
"exports": [
|
|
7560
|
-
{
|
|
7561
|
-
"kind": "js",
|
|
7562
|
-
"name": "muiDocs",
|
|
7563
|
-
"declaration": {
|
|
7564
|
-
"name": "muiDocs",
|
|
7565
|
-
"module": "src/components/mui-radio/doc.ts"
|
|
7566
|
-
}
|
|
7567
|
-
}
|
|
7568
|
-
]
|
|
7569
|
-
},
|
|
7570
|
-
{
|
|
7571
|
-
"kind": "javascript-module",
|
|
7572
|
-
"path": "src/components/mui-radio/index.ts",
|
|
7573
|
-
"declarations": [
|
|
7574
|
-
{
|
|
7575
|
-
"kind": "class",
|
|
7576
|
-
"description": "",
|
|
7577
|
-
"name": "MuiRadio",
|
|
7578
|
-
"members": [
|
|
7579
|
-
{
|
|
7580
|
-
"kind": "field",
|
|
7581
|
-
"name": "_changeHandler",
|
|
7582
|
-
"type": {
|
|
7583
|
-
"text": "(e: Event) => void | undefined"
|
|
7584
|
-
},
|
|
7585
|
-
"privacy": "private"
|
|
7586
|
-
},
|
|
7587
|
-
{
|
|
7588
|
-
"kind": "method",
|
|
7589
|
-
"name": "cleanupListeners",
|
|
7590
|
-
"privacy": "private"
|
|
7591
|
-
},
|
|
7592
|
-
{
|
|
7593
|
-
"kind": "method",
|
|
7594
|
-
"name": "setupListener",
|
|
7595
|
-
"privacy": "private"
|
|
7596
|
-
},
|
|
7597
|
-
{
|
|
7598
|
-
"kind": "method",
|
|
7599
|
-
"name": "render"
|
|
7600
|
-
}
|
|
7601
|
-
],
|
|
7602
|
-
"events": [
|
|
7603
|
-
{
|
|
7604
|
-
"name": "change",
|
|
7605
|
-
"type": {
|
|
7606
|
-
"text": "CustomEvent"
|
|
7607
|
-
}
|
|
7608
|
-
}
|
|
7609
|
-
],
|
|
7610
|
-
"attributes": [
|
|
7611
|
-
{
|
|
7612
|
-
"name": "checked"
|
|
7613
|
-
},
|
|
7614
|
-
{
|
|
7615
|
-
"name": "disabled"
|
|
7616
|
-
},
|
|
7617
|
-
{
|
|
7618
|
-
"name": "id"
|
|
7619
|
-
},
|
|
7620
|
-
{
|
|
7621
|
-
"name": "name"
|
|
7622
|
-
},
|
|
7623
|
-
{
|
|
7624
|
-
"name": "value"
|
|
7625
|
-
},
|
|
7626
|
-
{
|
|
7627
|
-
"name": "aria-label"
|
|
7628
|
-
},
|
|
7629
|
-
{
|
|
7630
|
-
"name": "size"
|
|
7631
|
-
}
|
|
7632
|
-
],
|
|
8150
|
+
],
|
|
8151
|
+
"exports": [
|
|
8152
|
+
{
|
|
8153
|
+
"kind": "js",
|
|
8154
|
+
"name": "muiDocs",
|
|
8155
|
+
"declaration": {
|
|
8156
|
+
"name": "muiDocs",
|
|
8157
|
+
"module": "src/components/mui-quote/doc.ts"
|
|
8158
|
+
}
|
|
8159
|
+
}
|
|
8160
|
+
]
|
|
8161
|
+
},
|
|
8162
|
+
{
|
|
8163
|
+
"kind": "javascript-module",
|
|
8164
|
+
"path": "src/components/mui-quote/index.ts",
|
|
8165
|
+
"declarations": [
|
|
8166
|
+
{
|
|
8167
|
+
"kind": "class",
|
|
8168
|
+
"description": "",
|
|
8169
|
+
"name": "MuiQuote",
|
|
7633
8170
|
"superclass": {
|
|
7634
8171
|
"name": "HTMLElement"
|
|
7635
8172
|
},
|
|
7636
|
-
"tagName": "mui-
|
|
8173
|
+
"tagName": "mui-quote",
|
|
7637
8174
|
"customElement": true
|
|
7638
8175
|
}
|
|
7639
8176
|
],
|
|
7640
8177
|
"exports": [
|
|
7641
8178
|
{
|
|
7642
8179
|
"kind": "custom-element-definition",
|
|
7643
|
-
"name": "mui-
|
|
8180
|
+
"name": "mui-quote",
|
|
7644
8181
|
"declaration": {
|
|
7645
|
-
"name": "
|
|
7646
|
-
"module": "src/components/mui-
|
|
8182
|
+
"name": "MuiQuote",
|
|
8183
|
+
"module": "src/components/mui-quote/index.ts"
|
|
7647
8184
|
}
|
|
7648
8185
|
}
|
|
7649
8186
|
]
|
|
@@ -7977,7 +8514,7 @@
|
|
|
7977
8514
|
},
|
|
7978
8515
|
{
|
|
7979
8516
|
"kind": "javascript-module",
|
|
7980
|
-
"path": "src/components/mui-
|
|
8517
|
+
"path": "src/components/mui-radio/doc.ts",
|
|
7981
8518
|
"declarations": [
|
|
7982
8519
|
{
|
|
7983
8520
|
"kind": "variable",
|
|
@@ -7985,7 +8522,7 @@
|
|
|
7985
8522
|
"type": {
|
|
7986
8523
|
"text": "MuiDocs"
|
|
7987
8524
|
},
|
|
7988
|
-
"default": "{
|
|
8525
|
+
"default": "{ Radio: { title: \"Radio\", description: \"A radio control for selecting exactly one option from a set.\", hero: [\"\"], figma: [\"\"], storybook: [\"\"], github: [\"https://github.com/michaeltrilford/muibook/tree/main/src/components/mui-radio\"], website: [\"https://muibook.com/#/radio\"], guides: [\"\"], usage: { list: [ \"Use radio when users must choose one option from a known set.\", \"Group related radios using mui-radio-group for shared name and state handling.\", \"Use label / hide-label / optional on mui-radio-group to align with other fielded controls.\", \"Use size='x-small|small|medium|large' on radio or radio-group to scale controls consistently.\", ], }, accessibility: { designerList: [\"\"], engineerList: [ \"Use mui-radio-group to provide radiogroup semantics and shared selection state.\", \"Each radio should include visible text or aria-label when no visible label is present.\", ], }, anatomy: { image: \"\", list: [\"Unchecked\", \"Checked\", \"Disabled\"], }, variants: { items: [{ key: \"\", title: \"\", description: \"\", image: \"\" }], }, compositions: { description: \"\", items: [], }, related: { items: [ { name: \"Checkbox\", link: \"https://guides.muibook.com/checkbox\" }, { name: \"Field\", link: \"https://guides.muibook.com/field\" }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"] }, writing: { list: [\"\"] }, }, }"
|
|
7989
8526
|
}
|
|
7990
8527
|
],
|
|
7991
8528
|
"exports": [
|
|
@@ -7994,55 +8531,88 @@
|
|
|
7994
8531
|
"name": "muiDocs",
|
|
7995
8532
|
"declaration": {
|
|
7996
8533
|
"name": "muiDocs",
|
|
7997
|
-
"module": "src/components/mui-
|
|
8534
|
+
"module": "src/components/mui-radio/doc.ts"
|
|
7998
8535
|
}
|
|
7999
8536
|
}
|
|
8000
8537
|
]
|
|
8001
8538
|
},
|
|
8002
8539
|
{
|
|
8003
8540
|
"kind": "javascript-module",
|
|
8004
|
-
"path": "src/components/mui-
|
|
8541
|
+
"path": "src/components/mui-radio/index.ts",
|
|
8005
8542
|
"declarations": [
|
|
8006
8543
|
{
|
|
8007
8544
|
"kind": "class",
|
|
8008
8545
|
"description": "",
|
|
8009
|
-
"name": "
|
|
8546
|
+
"name": "MuiRadio",
|
|
8010
8547
|
"members": [
|
|
8548
|
+
{
|
|
8549
|
+
"kind": "field",
|
|
8550
|
+
"name": "_changeHandler",
|
|
8551
|
+
"type": {
|
|
8552
|
+
"text": "(e: Event) => void | undefined"
|
|
8553
|
+
},
|
|
8554
|
+
"privacy": "private"
|
|
8555
|
+
},
|
|
8011
8556
|
{
|
|
8012
8557
|
"kind": "method",
|
|
8013
|
-
"name": "
|
|
8558
|
+
"name": "cleanupListeners",
|
|
8014
8559
|
"privacy": "private"
|
|
8015
8560
|
},
|
|
8016
8561
|
{
|
|
8017
8562
|
"kind": "method",
|
|
8018
|
-
"name": "
|
|
8563
|
+
"name": "setupListener",
|
|
8564
|
+
"privacy": "private"
|
|
8565
|
+
},
|
|
8566
|
+
{
|
|
8567
|
+
"kind": "method",
|
|
8568
|
+
"name": "render"
|
|
8569
|
+
}
|
|
8570
|
+
],
|
|
8571
|
+
"events": [
|
|
8572
|
+
{
|
|
8573
|
+
"name": "change",
|
|
8574
|
+
"type": {
|
|
8575
|
+
"text": "CustomEvent"
|
|
8576
|
+
}
|
|
8019
8577
|
}
|
|
8020
8578
|
],
|
|
8021
8579
|
"attributes": [
|
|
8022
8580
|
{
|
|
8023
|
-
"name": "
|
|
8581
|
+
"name": "checked"
|
|
8024
8582
|
},
|
|
8025
8583
|
{
|
|
8026
|
-
"name": "
|
|
8584
|
+
"name": "disabled"
|
|
8027
8585
|
},
|
|
8028
8586
|
{
|
|
8029
|
-
"name": "
|
|
8587
|
+
"name": "id"
|
|
8588
|
+
},
|
|
8589
|
+
{
|
|
8590
|
+
"name": "name"
|
|
8591
|
+
},
|
|
8592
|
+
{
|
|
8593
|
+
"name": "value"
|
|
8594
|
+
},
|
|
8595
|
+
{
|
|
8596
|
+
"name": "aria-label"
|
|
8597
|
+
},
|
|
8598
|
+
{
|
|
8599
|
+
"name": "size"
|
|
8030
8600
|
}
|
|
8031
8601
|
],
|
|
8032
8602
|
"superclass": {
|
|
8033
8603
|
"name": "HTMLElement"
|
|
8034
8604
|
},
|
|
8035
|
-
"tagName": "mui-
|
|
8605
|
+
"tagName": "mui-radio",
|
|
8036
8606
|
"customElement": true
|
|
8037
8607
|
}
|
|
8038
8608
|
],
|
|
8039
8609
|
"exports": [
|
|
8040
8610
|
{
|
|
8041
8611
|
"kind": "custom-element-definition",
|
|
8042
|
-
"name": "mui-
|
|
8612
|
+
"name": "mui-radio",
|
|
8043
8613
|
"declaration": {
|
|
8044
|
-
"name": "
|
|
8045
|
-
"module": "src/components/mui-
|
|
8614
|
+
"name": "MuiRadio",
|
|
8615
|
+
"module": "src/components/mui-radio/index.ts"
|
|
8046
8616
|
}
|
|
8047
8617
|
}
|
|
8048
8618
|
]
|
|
@@ -8125,58 +8695,280 @@
|
|
|
8125
8695
|
}
|
|
8126
8696
|
},
|
|
8127
8697
|
{
|
|
8128
|
-
"name": "input",
|
|
8129
|
-
"type": {
|
|
8130
|
-
"text": "CustomEvent"
|
|
8131
|
-
}
|
|
8698
|
+
"name": "input",
|
|
8699
|
+
"type": {
|
|
8700
|
+
"text": "CustomEvent"
|
|
8701
|
+
}
|
|
8702
|
+
}
|
|
8703
|
+
],
|
|
8704
|
+
"attributes": [
|
|
8705
|
+
{
|
|
8706
|
+
"name": "name"
|
|
8707
|
+
},
|
|
8708
|
+
{
|
|
8709
|
+
"name": "value"
|
|
8710
|
+
},
|
|
8711
|
+
{
|
|
8712
|
+
"name": "id"
|
|
8713
|
+
},
|
|
8714
|
+
{
|
|
8715
|
+
"name": "label"
|
|
8716
|
+
},
|
|
8717
|
+
{
|
|
8718
|
+
"name": "options"
|
|
8719
|
+
},
|
|
8720
|
+
{
|
|
8721
|
+
"name": "disabled"
|
|
8722
|
+
},
|
|
8723
|
+
{
|
|
8724
|
+
"name": "hide-label"
|
|
8725
|
+
},
|
|
8726
|
+
{
|
|
8727
|
+
"name": "variant"
|
|
8728
|
+
},
|
|
8729
|
+
{
|
|
8730
|
+
"name": "optional"
|
|
8731
|
+
},
|
|
8732
|
+
{
|
|
8733
|
+
"name": "size"
|
|
8734
|
+
}
|
|
8735
|
+
],
|
|
8736
|
+
"superclass": {
|
|
8737
|
+
"name": "HTMLElement"
|
|
8738
|
+
},
|
|
8739
|
+
"tagName": "mui-select",
|
|
8740
|
+
"customElement": true,
|
|
8741
|
+
"cssParts": [
|
|
8742
|
+
{
|
|
8743
|
+
"name": "color",
|
|
8744
|
+
"description": "Style hook from part-map"
|
|
8745
|
+
},
|
|
8746
|
+
{
|
|
8747
|
+
"name": "font-family",
|
|
8748
|
+
"description": "Style hook from part-map"
|
|
8749
|
+
},
|
|
8750
|
+
{
|
|
8751
|
+
"name": "font-size",
|
|
8752
|
+
"description": "Style hook from part-map"
|
|
8753
|
+
},
|
|
8754
|
+
{
|
|
8755
|
+
"name": "font-weight",
|
|
8756
|
+
"description": "Style hook from part-map"
|
|
8757
|
+
},
|
|
8758
|
+
{
|
|
8759
|
+
"name": "letter-spacing",
|
|
8760
|
+
"description": "Style hook from part-map"
|
|
8761
|
+
},
|
|
8762
|
+
{
|
|
8763
|
+
"name": "line-height",
|
|
8764
|
+
"description": "Style hook from part-map"
|
|
8765
|
+
},
|
|
8766
|
+
{
|
|
8767
|
+
"name": "text-transform",
|
|
8768
|
+
"description": "Style hook from part-map"
|
|
8769
|
+
},
|
|
8770
|
+
{
|
|
8771
|
+
"name": "text-decoration",
|
|
8772
|
+
"description": "Style hook from part-map"
|
|
8773
|
+
},
|
|
8774
|
+
{
|
|
8775
|
+
"name": "text-align",
|
|
8776
|
+
"description": "Style hook from part-map"
|
|
8777
|
+
},
|
|
8778
|
+
{
|
|
8779
|
+
"name": "padding",
|
|
8780
|
+
"description": "Style hook from part-map"
|
|
8781
|
+
},
|
|
8782
|
+
{
|
|
8783
|
+
"name": "margin",
|
|
8784
|
+
"description": "Style hook from part-map"
|
|
8785
|
+
},
|
|
8786
|
+
{
|
|
8787
|
+
"name": "gap",
|
|
8788
|
+
"description": "Style hook from part-map"
|
|
8789
|
+
},
|
|
8790
|
+
{
|
|
8791
|
+
"name": "width",
|
|
8792
|
+
"description": "Style hook from part-map"
|
|
8793
|
+
},
|
|
8794
|
+
{
|
|
8795
|
+
"name": "height",
|
|
8796
|
+
"description": "Style hook from part-map"
|
|
8797
|
+
},
|
|
8798
|
+
{
|
|
8799
|
+
"name": "box-sizing",
|
|
8800
|
+
"description": "Style hook from part-map"
|
|
8801
|
+
},
|
|
8802
|
+
{
|
|
8803
|
+
"name": "display",
|
|
8804
|
+
"description": "Style hook from part-map"
|
|
8805
|
+
},
|
|
8806
|
+
{
|
|
8807
|
+
"name": "flex",
|
|
8808
|
+
"description": "Style hook from part-map"
|
|
8809
|
+
},
|
|
8810
|
+
{
|
|
8811
|
+
"name": "flex-direction",
|
|
8812
|
+
"description": "Style hook from part-map"
|
|
8813
|
+
},
|
|
8814
|
+
{
|
|
8815
|
+
"name": "flex-wrap",
|
|
8816
|
+
"description": "Style hook from part-map"
|
|
8817
|
+
},
|
|
8818
|
+
{
|
|
8819
|
+
"name": "justify-content",
|
|
8820
|
+
"description": "Style hook from part-map"
|
|
8821
|
+
},
|
|
8822
|
+
{
|
|
8823
|
+
"name": "align-items",
|
|
8824
|
+
"description": "Style hook from part-map"
|
|
8825
|
+
},
|
|
8826
|
+
{
|
|
8827
|
+
"name": "align-content",
|
|
8828
|
+
"description": "Style hook from part-map"
|
|
8829
|
+
},
|
|
8830
|
+
{
|
|
8831
|
+
"name": "align-self",
|
|
8832
|
+
"description": "Style hook from part-map"
|
|
8833
|
+
},
|
|
8834
|
+
{
|
|
8835
|
+
"name": "grid-template-columns",
|
|
8836
|
+
"description": "Style hook from part-map"
|
|
8837
|
+
},
|
|
8838
|
+
{
|
|
8839
|
+
"name": "grid-template-rows",
|
|
8840
|
+
"description": "Style hook from part-map"
|
|
8841
|
+
},
|
|
8842
|
+
{
|
|
8843
|
+
"name": "grid-column",
|
|
8844
|
+
"description": "Style hook from part-map"
|
|
8845
|
+
},
|
|
8846
|
+
{
|
|
8847
|
+
"name": "grid-row",
|
|
8848
|
+
"description": "Style hook from part-map"
|
|
8849
|
+
},
|
|
8850
|
+
{
|
|
8851
|
+
"name": "place-items",
|
|
8852
|
+
"description": "Style hook from part-map"
|
|
8853
|
+
},
|
|
8854
|
+
{
|
|
8855
|
+
"name": "place-content",
|
|
8856
|
+
"description": "Style hook from part-map"
|
|
8857
|
+
},
|
|
8858
|
+
{
|
|
8859
|
+
"name": "vertical-align",
|
|
8860
|
+
"description": "Style hook from part-map"
|
|
8861
|
+
},
|
|
8862
|
+
{
|
|
8863
|
+
"name": "background",
|
|
8864
|
+
"description": "Style hook from part-map"
|
|
8865
|
+
},
|
|
8866
|
+
{
|
|
8867
|
+
"name": "border",
|
|
8868
|
+
"description": "Style hook from part-map"
|
|
8869
|
+
},
|
|
8870
|
+
{
|
|
8871
|
+
"name": "border-radius",
|
|
8872
|
+
"description": "Style hook from part-map"
|
|
8873
|
+
},
|
|
8874
|
+
{
|
|
8875
|
+
"name": "box-shadow",
|
|
8876
|
+
"description": "Style hook from part-map"
|
|
8877
|
+
},
|
|
8878
|
+
{
|
|
8879
|
+
"name": "opacity",
|
|
8880
|
+
"description": "Style hook from part-map"
|
|
8881
|
+
},
|
|
8882
|
+
{
|
|
8883
|
+
"name": "transition",
|
|
8884
|
+
"description": "Style hook from part-map"
|
|
8885
|
+
},
|
|
8886
|
+
{
|
|
8887
|
+
"name": "outline",
|
|
8888
|
+
"description": "Style hook from part-map"
|
|
8889
|
+
}
|
|
8890
|
+
]
|
|
8891
|
+
}
|
|
8892
|
+
],
|
|
8893
|
+
"exports": [
|
|
8894
|
+
{
|
|
8895
|
+
"kind": "custom-element-definition",
|
|
8896
|
+
"name": "mui-select",
|
|
8897
|
+
"declaration": {
|
|
8898
|
+
"name": "MuiSelect",
|
|
8899
|
+
"module": "src/components/mui-select/index.ts"
|
|
8900
|
+
}
|
|
8901
|
+
}
|
|
8902
|
+
]
|
|
8903
|
+
},
|
|
8904
|
+
{
|
|
8905
|
+
"kind": "javascript-module",
|
|
8906
|
+
"path": "src/components/mui-rule/doc.ts",
|
|
8907
|
+
"declarations": [
|
|
8908
|
+
{
|
|
8909
|
+
"kind": "variable",
|
|
8910
|
+
"name": "muiDocs",
|
|
8911
|
+
"type": {
|
|
8912
|
+
"text": "MuiDocs"
|
|
8913
|
+
},
|
|
8914
|
+
"default": "{ Rule: { title: \"Rule\", description: \"A styling rule that visually separates or divides page elements.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/1MLQoDYuXhKOBDZQRZtBH7/6cd51d6b04fb62f1e04b0383c38d4cce/Rule_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=1059-12617&t=BwezUSymTClm00wJ-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/layout-rule--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-rule/index.ts\"], website: [\"https://muibook.com/#/rule\"], guides: [\"https://guides.muibook.com/rule\"], usage: { list: [ \"Use horizontal rules to separate sections or create visual breaks in flows.\", \"Use vertical rules to divide elements within a row or dense layout.\", \"Align with spacing and layout conventions to maintain visual rhythm.\", \"Avoid using as decoration—rules should support clarity and structure.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"\"], }, anatomy: { image: \"\", list: [\"\"], }, variants: { items: [ { key: \"\", title: \"\", description: \"\", image: \"\", }, ], }, compositions: { description: \"\", items: [ { key: \"\", name: \"\", description: \"\", image: \"\", }, ], }, related: { items: [ { name: \"\", link: \"\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
8915
|
+
}
|
|
8916
|
+
],
|
|
8917
|
+
"exports": [
|
|
8918
|
+
{
|
|
8919
|
+
"kind": "js",
|
|
8920
|
+
"name": "muiDocs",
|
|
8921
|
+
"declaration": {
|
|
8922
|
+
"name": "muiDocs",
|
|
8923
|
+
"module": "src/components/mui-rule/doc.ts"
|
|
8924
|
+
}
|
|
8925
|
+
}
|
|
8926
|
+
]
|
|
8927
|
+
},
|
|
8928
|
+
{
|
|
8929
|
+
"kind": "javascript-module",
|
|
8930
|
+
"path": "src/components/mui-rule/index.ts",
|
|
8931
|
+
"declarations": [
|
|
8932
|
+
{
|
|
8933
|
+
"kind": "class",
|
|
8934
|
+
"description": "",
|
|
8935
|
+
"name": "MuiRule",
|
|
8936
|
+
"members": [
|
|
8937
|
+
{
|
|
8938
|
+
"kind": "method",
|
|
8939
|
+
"name": "syncContextAttributes",
|
|
8940
|
+
"privacy": "private"
|
|
8941
|
+
},
|
|
8942
|
+
{
|
|
8943
|
+
"kind": "method",
|
|
8944
|
+
"name": "updateStyles"
|
|
8132
8945
|
}
|
|
8133
8946
|
],
|
|
8134
8947
|
"attributes": [
|
|
8135
8948
|
{
|
|
8136
|
-
"name": "
|
|
8137
|
-
},
|
|
8138
|
-
{
|
|
8139
|
-
"name": "value"
|
|
8140
|
-
},
|
|
8141
|
-
{
|
|
8142
|
-
"name": "id"
|
|
8143
|
-
},
|
|
8144
|
-
{
|
|
8145
|
-
"name": "label"
|
|
8146
|
-
},
|
|
8147
|
-
{
|
|
8148
|
-
"name": "options"
|
|
8149
|
-
},
|
|
8150
|
-
{
|
|
8151
|
-
"name": "disabled"
|
|
8152
|
-
},
|
|
8153
|
-
{
|
|
8154
|
-
"name": "hide-label"
|
|
8155
|
-
},
|
|
8156
|
-
{
|
|
8157
|
-
"name": "variant"
|
|
8949
|
+
"name": "length"
|
|
8158
8950
|
},
|
|
8159
8951
|
{
|
|
8160
|
-
"name": "
|
|
8952
|
+
"name": "weight"
|
|
8161
8953
|
},
|
|
8162
8954
|
{
|
|
8163
|
-
"name": "
|
|
8955
|
+
"name": "direction"
|
|
8164
8956
|
}
|
|
8165
8957
|
],
|
|
8166
8958
|
"superclass": {
|
|
8167
8959
|
"name": "HTMLElement"
|
|
8168
8960
|
},
|
|
8169
|
-
"tagName": "mui-
|
|
8961
|
+
"tagName": "mui-rule",
|
|
8170
8962
|
"customElement": true
|
|
8171
8963
|
}
|
|
8172
8964
|
],
|
|
8173
8965
|
"exports": [
|
|
8174
8966
|
{
|
|
8175
8967
|
"kind": "custom-element-definition",
|
|
8176
|
-
"name": "mui-
|
|
8968
|
+
"name": "mui-rule",
|
|
8177
8969
|
"declaration": {
|
|
8178
|
-
"name": "
|
|
8179
|
-
"module": "src/components/mui-
|
|
8970
|
+
"name": "MuiRule",
|
|
8971
|
+
"module": "src/components/mui-rule/index.ts"
|
|
8180
8972
|
}
|
|
8181
8973
|
}
|
|
8182
8974
|
]
|
|
@@ -8344,6 +9136,39 @@
|
|
|
8344
9136
|
"declarations": [],
|
|
8345
9137
|
"exports": []
|
|
8346
9138
|
},
|
|
9139
|
+
{
|
|
9140
|
+
"kind": "javascript-module",
|
|
9141
|
+
"path": "src/components/mui-slide-section/index.ts",
|
|
9142
|
+
"declarations": [
|
|
9143
|
+
{
|
|
9144
|
+
"kind": "class",
|
|
9145
|
+
"description": "",
|
|
9146
|
+
"name": "MuiSlideSection",
|
|
9147
|
+
"members": [
|
|
9148
|
+
{
|
|
9149
|
+
"kind": "method",
|
|
9150
|
+
"name": "render",
|
|
9151
|
+
"privacy": "private"
|
|
9152
|
+
}
|
|
9153
|
+
],
|
|
9154
|
+
"superclass": {
|
|
9155
|
+
"name": "HTMLElement"
|
|
9156
|
+
},
|
|
9157
|
+
"tagName": "mui-slide-section",
|
|
9158
|
+
"customElement": true
|
|
9159
|
+
}
|
|
9160
|
+
],
|
|
9161
|
+
"exports": [
|
|
9162
|
+
{
|
|
9163
|
+
"kind": "custom-element-definition",
|
|
9164
|
+
"name": "mui-slide-section",
|
|
9165
|
+
"declaration": {
|
|
9166
|
+
"name": "MuiSlideSection",
|
|
9167
|
+
"module": "src/components/mui-slide-section/index.ts"
|
|
9168
|
+
}
|
|
9169
|
+
}
|
|
9170
|
+
]
|
|
9171
|
+
},
|
|
8347
9172
|
{
|
|
8348
9173
|
"kind": "javascript-module",
|
|
8349
9174
|
"path": "src/components/mui-slide-frame/doc.ts",
|
|
@@ -8756,39 +9581,6 @@
|
|
|
8756
9581
|
}
|
|
8757
9582
|
]
|
|
8758
9583
|
},
|
|
8759
|
-
{
|
|
8760
|
-
"kind": "javascript-module",
|
|
8761
|
-
"path": "src/components/mui-slide-section/index.ts",
|
|
8762
|
-
"declarations": [
|
|
8763
|
-
{
|
|
8764
|
-
"kind": "class",
|
|
8765
|
-
"description": "",
|
|
8766
|
-
"name": "MuiSlideSection",
|
|
8767
|
-
"members": [
|
|
8768
|
-
{
|
|
8769
|
-
"kind": "method",
|
|
8770
|
-
"name": "render",
|
|
8771
|
-
"privacy": "private"
|
|
8772
|
-
}
|
|
8773
|
-
],
|
|
8774
|
-
"superclass": {
|
|
8775
|
-
"name": "HTMLElement"
|
|
8776
|
-
},
|
|
8777
|
-
"tagName": "mui-slide-section",
|
|
8778
|
-
"customElement": true
|
|
8779
|
-
}
|
|
8780
|
-
],
|
|
8781
|
-
"exports": [
|
|
8782
|
-
{
|
|
8783
|
-
"kind": "custom-element-definition",
|
|
8784
|
-
"name": "mui-slide-section",
|
|
8785
|
-
"declaration": {
|
|
8786
|
-
"name": "MuiSlideSection",
|
|
8787
|
-
"module": "src/components/mui-slide-section/index.ts"
|
|
8788
|
-
}
|
|
8789
|
-
}
|
|
8790
|
-
]
|
|
8791
|
-
},
|
|
8792
9584
|
{
|
|
8793
9585
|
"kind": "javascript-module",
|
|
8794
9586
|
"path": "src/components/mui-smart-card/doc.ts",
|
|
@@ -9334,6 +10126,87 @@
|
|
|
9334
10126
|
}
|
|
9335
10127
|
]
|
|
9336
10128
|
},
|
|
10129
|
+
{
|
|
10130
|
+
"kind": "javascript-module",
|
|
10131
|
+
"path": "src/components/mui-accordion/core/index.ts",
|
|
10132
|
+
"declarations": [
|
|
10133
|
+
{
|
|
10134
|
+
"kind": "class",
|
|
10135
|
+
"description": "",
|
|
10136
|
+
"name": "MuiAccordionCore",
|
|
10137
|
+
"members": [
|
|
10138
|
+
{
|
|
10139
|
+
"kind": "field",
|
|
10140
|
+
"name": "summaryEl",
|
|
10141
|
+
"type": {
|
|
10142
|
+
"text": "HTMLElement | null"
|
|
10143
|
+
},
|
|
10144
|
+
"privacy": "private"
|
|
10145
|
+
},
|
|
10146
|
+
{
|
|
10147
|
+
"kind": "field",
|
|
10148
|
+
"name": "detailEl",
|
|
10149
|
+
"type": {
|
|
10150
|
+
"text": "HTMLElement | null"
|
|
10151
|
+
},
|
|
10152
|
+
"privacy": "private"
|
|
10153
|
+
},
|
|
10154
|
+
{
|
|
10155
|
+
"kind": "field",
|
|
10156
|
+
"name": "chevronEl",
|
|
10157
|
+
"type": {
|
|
10158
|
+
"text": "HTMLElement | null"
|
|
10159
|
+
},
|
|
10160
|
+
"privacy": "private"
|
|
10161
|
+
},
|
|
10162
|
+
{
|
|
10163
|
+
"kind": "field",
|
|
10164
|
+
"name": "iconToggleEl",
|
|
10165
|
+
"type": {
|
|
10166
|
+
"text": "HTMLElement | null"
|
|
10167
|
+
},
|
|
10168
|
+
"privacy": "private"
|
|
10169
|
+
},
|
|
10170
|
+
{
|
|
10171
|
+
"kind": "field",
|
|
10172
|
+
"name": "open"
|
|
10173
|
+
},
|
|
10174
|
+
{
|
|
10175
|
+
"kind": "method",
|
|
10176
|
+
"name": "toggleAccordion"
|
|
10177
|
+
},
|
|
10178
|
+
{
|
|
10179
|
+
"kind": "method",
|
|
10180
|
+
"name": "openAccordion"
|
|
10181
|
+
},
|
|
10182
|
+
{
|
|
10183
|
+
"kind": "method",
|
|
10184
|
+
"name": "closeAccordion"
|
|
10185
|
+
}
|
|
10186
|
+
],
|
|
10187
|
+
"attributes": [
|
|
10188
|
+
{
|
|
10189
|
+
"name": "open"
|
|
10190
|
+
}
|
|
10191
|
+
],
|
|
10192
|
+
"superclass": {
|
|
10193
|
+
"name": "HTMLElement"
|
|
10194
|
+
},
|
|
10195
|
+
"tagName": "mui-accordion-core",
|
|
10196
|
+
"customElement": true
|
|
10197
|
+
}
|
|
10198
|
+
],
|
|
10199
|
+
"exports": [
|
|
10200
|
+
{
|
|
10201
|
+
"kind": "custom-element-definition",
|
|
10202
|
+
"name": "mui-accordion-core",
|
|
10203
|
+
"declaration": {
|
|
10204
|
+
"name": "MuiAccordionCore",
|
|
10205
|
+
"module": "src/components/mui-accordion/core/index.ts"
|
|
10206
|
+
}
|
|
10207
|
+
}
|
|
10208
|
+
]
|
|
10209
|
+
},
|
|
9337
10210
|
{
|
|
9338
10211
|
"kind": "javascript-module",
|
|
9339
10212
|
"path": "src/components/mui-accordion/block/index.ts",
|
|
@@ -9438,12 +10311,12 @@
|
|
|
9438
10311
|
},
|
|
9439
10312
|
{
|
|
9440
10313
|
"kind": "javascript-module",
|
|
9441
|
-
"path": "src/components/mui-accordion/
|
|
10314
|
+
"path": "src/components/mui-accordion/inline/index.ts",
|
|
9442
10315
|
"declarations": [
|
|
9443
10316
|
{
|
|
9444
10317
|
"kind": "class",
|
|
9445
10318
|
"description": "",
|
|
9446
|
-
"name": "
|
|
10319
|
+
"name": "MuiAccordionInline",
|
|
9447
10320
|
"members": [
|
|
9448
10321
|
{
|
|
9449
10322
|
"kind": "field",
|
|
@@ -9469,50 +10342,25 @@
|
|
|
9469
10342
|
},
|
|
9470
10343
|
"privacy": "private"
|
|
9471
10344
|
},
|
|
9472
|
-
{
|
|
9473
|
-
"kind": "field",
|
|
9474
|
-
"name": "iconToggleEl",
|
|
9475
|
-
"type": {
|
|
9476
|
-
"text": "HTMLElement | null"
|
|
9477
|
-
},
|
|
9478
|
-
"privacy": "private"
|
|
9479
|
-
},
|
|
9480
|
-
{
|
|
9481
|
-
"kind": "field",
|
|
9482
|
-
"name": "open"
|
|
9483
|
-
},
|
|
9484
10345
|
{
|
|
9485
10346
|
"kind": "method",
|
|
9486
10347
|
"name": "toggleAccordion"
|
|
9487
|
-
},
|
|
9488
|
-
{
|
|
9489
|
-
"kind": "method",
|
|
9490
|
-
"name": "openAccordion"
|
|
9491
|
-
},
|
|
9492
|
-
{
|
|
9493
|
-
"kind": "method",
|
|
9494
|
-
"name": "closeAccordion"
|
|
9495
|
-
}
|
|
9496
|
-
],
|
|
9497
|
-
"attributes": [
|
|
9498
|
-
{
|
|
9499
|
-
"name": "open"
|
|
9500
10348
|
}
|
|
9501
10349
|
],
|
|
9502
10350
|
"superclass": {
|
|
9503
10351
|
"name": "HTMLElement"
|
|
9504
10352
|
},
|
|
9505
|
-
"tagName": "mui-accordion-
|
|
10353
|
+
"tagName": "mui-accordion-inline",
|
|
9506
10354
|
"customElement": true
|
|
9507
10355
|
}
|
|
9508
10356
|
],
|
|
9509
10357
|
"exports": [
|
|
9510
10358
|
{
|
|
9511
10359
|
"kind": "custom-element-definition",
|
|
9512
|
-
"name": "mui-accordion-
|
|
10360
|
+
"name": "mui-accordion-inline",
|
|
9513
10361
|
"declaration": {
|
|
9514
|
-
"name": "
|
|
9515
|
-
"module": "src/components/mui-accordion/
|
|
10362
|
+
"name": "MuiAccordionInline",
|
|
10363
|
+
"module": "src/components/mui-accordion/inline/index.ts"
|
|
9516
10364
|
}
|
|
9517
10365
|
}
|
|
9518
10366
|
]
|
|
@@ -9556,56 +10404,34 @@
|
|
|
9556
10404
|
},
|
|
9557
10405
|
{
|
|
9558
10406
|
"kind": "javascript-module",
|
|
9559
|
-
"path": "src/components/mui-
|
|
10407
|
+
"path": "src/components/mui-card/card/index.ts",
|
|
9560
10408
|
"declarations": [
|
|
9561
10409
|
{
|
|
9562
10410
|
"kind": "class",
|
|
9563
10411
|
"description": "",
|
|
9564
|
-
"name": "
|
|
9565
|
-
"
|
|
9566
|
-
{
|
|
9567
|
-
"
|
|
9568
|
-
"name": "summaryEl",
|
|
9569
|
-
"type": {
|
|
9570
|
-
"text": "HTMLElement | null"
|
|
9571
|
-
},
|
|
9572
|
-
"privacy": "private"
|
|
9573
|
-
},
|
|
9574
|
-
{
|
|
9575
|
-
"kind": "field",
|
|
9576
|
-
"name": "detailEl",
|
|
9577
|
-
"type": {
|
|
9578
|
-
"text": "HTMLElement | null"
|
|
9579
|
-
},
|
|
9580
|
-
"privacy": "private"
|
|
9581
|
-
},
|
|
9582
|
-
{
|
|
9583
|
-
"kind": "field",
|
|
9584
|
-
"name": "chevronEl",
|
|
9585
|
-
"type": {
|
|
9586
|
-
"text": "HTMLElement | null"
|
|
9587
|
-
},
|
|
9588
|
-
"privacy": "private"
|
|
10412
|
+
"name": "MuiCard",
|
|
10413
|
+
"attributes": [
|
|
10414
|
+
{
|
|
10415
|
+
"name": "footer"
|
|
9589
10416
|
},
|
|
9590
10417
|
{
|
|
9591
|
-
"
|
|
9592
|
-
"name": "toggleAccordion"
|
|
10418
|
+
"name": "borderless"
|
|
9593
10419
|
}
|
|
9594
10420
|
],
|
|
9595
10421
|
"superclass": {
|
|
9596
10422
|
"name": "HTMLElement"
|
|
9597
10423
|
},
|
|
9598
|
-
"tagName": "mui-
|
|
10424
|
+
"tagName": "mui-card",
|
|
9599
10425
|
"customElement": true
|
|
9600
10426
|
}
|
|
9601
10427
|
],
|
|
9602
10428
|
"exports": [
|
|
9603
10429
|
{
|
|
9604
10430
|
"kind": "custom-element-definition",
|
|
9605
|
-
"name": "mui-
|
|
10431
|
+
"name": "mui-card",
|
|
9606
10432
|
"declaration": {
|
|
9607
|
-
"name": "
|
|
9608
|
-
"module": "src/components/mui-
|
|
10433
|
+
"name": "MuiCard",
|
|
10434
|
+
"module": "src/components/mui-card/card/index.ts"
|
|
9609
10435
|
}
|
|
9610
10436
|
}
|
|
9611
10437
|
]
|
|
@@ -9658,34 +10484,26 @@
|
|
|
9658
10484
|
},
|
|
9659
10485
|
{
|
|
9660
10486
|
"kind": "javascript-module",
|
|
9661
|
-
"path": "src/components/mui-card/
|
|
10487
|
+
"path": "src/components/mui-card/header/index.ts",
|
|
9662
10488
|
"declarations": [
|
|
9663
10489
|
{
|
|
9664
10490
|
"kind": "class",
|
|
9665
10491
|
"description": "",
|
|
9666
|
-
"name": "
|
|
9667
|
-
"attributes": [
|
|
9668
|
-
{
|
|
9669
|
-
"name": "footer"
|
|
9670
|
-
},
|
|
9671
|
-
{
|
|
9672
|
-
"name": "borderless"
|
|
9673
|
-
}
|
|
9674
|
-
],
|
|
10492
|
+
"name": "MuiCardHeader",
|
|
9675
10493
|
"superclass": {
|
|
9676
10494
|
"name": "HTMLElement"
|
|
9677
10495
|
},
|
|
9678
|
-
"tagName": "mui-card",
|
|
10496
|
+
"tagName": "mui-card-header",
|
|
9679
10497
|
"customElement": true
|
|
9680
10498
|
}
|
|
9681
10499
|
],
|
|
9682
10500
|
"exports": [
|
|
9683
10501
|
{
|
|
9684
10502
|
"kind": "custom-element-definition",
|
|
9685
|
-
"name": "mui-card",
|
|
10503
|
+
"name": "mui-card-header",
|
|
9686
10504
|
"declaration": {
|
|
9687
|
-
"name": "
|
|
9688
|
-
"module": "src/components/mui-card/
|
|
10505
|
+
"name": "MuiCardHeader",
|
|
10506
|
+
"module": "src/components/mui-card/header/index.ts"
|
|
9689
10507
|
}
|
|
9690
10508
|
}
|
|
9691
10509
|
]
|
|
@@ -9718,26 +10536,42 @@
|
|
|
9718
10536
|
},
|
|
9719
10537
|
{
|
|
9720
10538
|
"kind": "javascript-module",
|
|
9721
|
-
"path": "src/components/mui-
|
|
10539
|
+
"path": "src/components/mui-carousel/panel/index.ts",
|
|
9722
10540
|
"declarations": [
|
|
9723
10541
|
{
|
|
9724
10542
|
"kind": "class",
|
|
9725
10543
|
"description": "",
|
|
9726
|
-
"name": "
|
|
10544
|
+
"name": "MuiCarouselPanel",
|
|
10545
|
+
"members": [
|
|
10546
|
+
{
|
|
10547
|
+
"kind": "field",
|
|
10548
|
+
"name": "item"
|
|
10549
|
+
},
|
|
10550
|
+
{
|
|
10551
|
+
"kind": "field",
|
|
10552
|
+
"name": "innerHTML",
|
|
10553
|
+
"default": "` <style> :host { display: block; box-sizing: border-box; overflow: hidden; } </style> <slot></slot> `"
|
|
10554
|
+
}
|
|
10555
|
+
],
|
|
10556
|
+
"attributes": [
|
|
10557
|
+
{
|
|
10558
|
+
"name": "item"
|
|
10559
|
+
}
|
|
10560
|
+
],
|
|
9727
10561
|
"superclass": {
|
|
9728
10562
|
"name": "HTMLElement"
|
|
9729
10563
|
},
|
|
9730
|
-
"tagName": "mui-
|
|
10564
|
+
"tagName": "mui-carousel-panel",
|
|
9731
10565
|
"customElement": true
|
|
9732
10566
|
}
|
|
9733
10567
|
],
|
|
9734
10568
|
"exports": [
|
|
9735
10569
|
{
|
|
9736
10570
|
"kind": "custom-element-definition",
|
|
9737
|
-
"name": "mui-
|
|
10571
|
+
"name": "mui-carousel-panel",
|
|
9738
10572
|
"declaration": {
|
|
9739
|
-
"name": "
|
|
9740
|
-
"module": "src/components/mui-
|
|
10573
|
+
"name": "MuiCarouselPanel",
|
|
10574
|
+
"module": "src/components/mui-carousel/panel/index.ts"
|
|
9741
10575
|
}
|
|
9742
10576
|
}
|
|
9743
10577
|
]
|
|
@@ -9876,48 +10710,6 @@
|
|
|
9876
10710
|
}
|
|
9877
10711
|
]
|
|
9878
10712
|
},
|
|
9879
|
-
{
|
|
9880
|
-
"kind": "javascript-module",
|
|
9881
|
-
"path": "src/components/mui-carousel/panel/index.ts",
|
|
9882
|
-
"declarations": [
|
|
9883
|
-
{
|
|
9884
|
-
"kind": "class",
|
|
9885
|
-
"description": "",
|
|
9886
|
-
"name": "MuiCarouselPanel",
|
|
9887
|
-
"members": [
|
|
9888
|
-
{
|
|
9889
|
-
"kind": "field",
|
|
9890
|
-
"name": "item"
|
|
9891
|
-
},
|
|
9892
|
-
{
|
|
9893
|
-
"kind": "field",
|
|
9894
|
-
"name": "innerHTML",
|
|
9895
|
-
"default": "` <style> :host { display: block; box-sizing: border-box; overflow: hidden; } </style> <slot></slot> `"
|
|
9896
|
-
}
|
|
9897
|
-
],
|
|
9898
|
-
"attributes": [
|
|
9899
|
-
{
|
|
9900
|
-
"name": "item"
|
|
9901
|
-
}
|
|
9902
|
-
],
|
|
9903
|
-
"superclass": {
|
|
9904
|
-
"name": "HTMLElement"
|
|
9905
|
-
},
|
|
9906
|
-
"tagName": "mui-carousel-panel",
|
|
9907
|
-
"customElement": true
|
|
9908
|
-
}
|
|
9909
|
-
],
|
|
9910
|
-
"exports": [
|
|
9911
|
-
{
|
|
9912
|
-
"kind": "custom-element-definition",
|
|
9913
|
-
"name": "mui-carousel-panel",
|
|
9914
|
-
"declaration": {
|
|
9915
|
-
"name": "MuiCarouselPanel",
|
|
9916
|
-
"module": "src/components/mui-carousel/panel/index.ts"
|
|
9917
|
-
}
|
|
9918
|
-
}
|
|
9919
|
-
]
|
|
9920
|
-
},
|
|
9921
10713
|
{
|
|
9922
10714
|
"kind": "javascript-module",
|
|
9923
10715
|
"path": "src/components/mui-list/item/index.ts",
|
|
@@ -10026,6 +10818,32 @@
|
|
|
10026
10818
|
}
|
|
10027
10819
|
]
|
|
10028
10820
|
},
|
|
10821
|
+
{
|
|
10822
|
+
"kind": "javascript-module",
|
|
10823
|
+
"path": "src/components/mui-list/list/index.ts",
|
|
10824
|
+
"declarations": [
|
|
10825
|
+
{
|
|
10826
|
+
"kind": "class",
|
|
10827
|
+
"description": "",
|
|
10828
|
+
"name": "MuiList",
|
|
10829
|
+
"superclass": {
|
|
10830
|
+
"name": "HTMLElement"
|
|
10831
|
+
},
|
|
10832
|
+
"tagName": "mui-list",
|
|
10833
|
+
"customElement": true
|
|
10834
|
+
}
|
|
10835
|
+
],
|
|
10836
|
+
"exports": [
|
|
10837
|
+
{
|
|
10838
|
+
"kind": "custom-element-definition",
|
|
10839
|
+
"name": "mui-list",
|
|
10840
|
+
"declaration": {
|
|
10841
|
+
"name": "MuiList",
|
|
10842
|
+
"module": "src/components/mui-list/list/index.ts"
|
|
10843
|
+
}
|
|
10844
|
+
}
|
|
10845
|
+
]
|
|
10846
|
+
},
|
|
10029
10847
|
{
|
|
10030
10848
|
"kind": "javascript-module",
|
|
10031
10849
|
"path": "src/components/mui-slat/slat/index.ts",
|
|
@@ -10095,32 +10913,6 @@
|
|
|
10095
10913
|
}
|
|
10096
10914
|
]
|
|
10097
10915
|
},
|
|
10098
|
-
{
|
|
10099
|
-
"kind": "javascript-module",
|
|
10100
|
-
"path": "src/components/mui-list/list/index.ts",
|
|
10101
|
-
"declarations": [
|
|
10102
|
-
{
|
|
10103
|
-
"kind": "class",
|
|
10104
|
-
"description": "",
|
|
10105
|
-
"name": "MuiList",
|
|
10106
|
-
"superclass": {
|
|
10107
|
-
"name": "HTMLElement"
|
|
10108
|
-
},
|
|
10109
|
-
"tagName": "mui-list",
|
|
10110
|
-
"customElement": true
|
|
10111
|
-
}
|
|
10112
|
-
],
|
|
10113
|
-
"exports": [
|
|
10114
|
-
{
|
|
10115
|
-
"kind": "custom-element-definition",
|
|
10116
|
-
"name": "mui-list",
|
|
10117
|
-
"declaration": {
|
|
10118
|
-
"name": "MuiList",
|
|
10119
|
-
"module": "src/components/mui-list/list/index.ts"
|
|
10120
|
-
}
|
|
10121
|
-
}
|
|
10122
|
-
]
|
|
10123
|
-
},
|
|
10124
10916
|
{
|
|
10125
10917
|
"kind": "javascript-module",
|
|
10126
10918
|
"path": "src/components/mui-stack/hstack/index.ts",
|
|
@@ -10191,164 +10983,178 @@
|
|
|
10191
10983
|
"name": "HTMLElement"
|
|
10192
10984
|
},
|
|
10193
10985
|
"tagName": "mui-h-stack",
|
|
10194
|
-
"customElement": true
|
|
10195
|
-
|
|
10196
|
-
],
|
|
10197
|
-
"exports": [
|
|
10198
|
-
{
|
|
10199
|
-
"kind": "custom-element-definition",
|
|
10200
|
-
"name": "mui-h-stack",
|
|
10201
|
-
"declaration": {
|
|
10202
|
-
"name": "MuiHStack",
|
|
10203
|
-
"module": "src/components/mui-stack/hstack/index.ts"
|
|
10204
|
-
}
|
|
10205
|
-
}
|
|
10206
|
-
]
|
|
10207
|
-
},
|
|
10208
|
-
{
|
|
10209
|
-
"kind": "javascript-module",
|
|
10210
|
-
"path": "src/components/mui-stepper/step/index.ts",
|
|
10211
|
-
"declarations": [
|
|
10212
|
-
{
|
|
10213
|
-
"kind": "class",
|
|
10214
|
-
"description": "",
|
|
10215
|
-
"name": "MuiStep",
|
|
10216
|
-
"members": [
|
|
10986
|
+
"customElement": true,
|
|
10987
|
+
"cssParts": [
|
|
10217
10988
|
{
|
|
10218
|
-
"
|
|
10219
|
-
"
|
|
10220
|
-
}
|
|
10221
|
-
],
|
|
10222
|
-
"attributes": [
|
|
10989
|
+
"name": "color",
|
|
10990
|
+
"description": "Style hook from part-map"
|
|
10991
|
+
},
|
|
10223
10992
|
{
|
|
10224
|
-
"name": "
|
|
10993
|
+
"name": "font-family",
|
|
10994
|
+
"description": "Style hook from part-map"
|
|
10225
10995
|
},
|
|
10226
10996
|
{
|
|
10227
|
-
"name": "
|
|
10997
|
+
"name": "font-size",
|
|
10998
|
+
"description": "Style hook from part-map"
|
|
10228
10999
|
},
|
|
10229
11000
|
{
|
|
10230
|
-
"name": "
|
|
11001
|
+
"name": "font-weight",
|
|
11002
|
+
"description": "Style hook from part-map"
|
|
10231
11003
|
},
|
|
10232
11004
|
{
|
|
10233
|
-
"name": "
|
|
11005
|
+
"name": "letter-spacing",
|
|
11006
|
+
"description": "Style hook from part-map"
|
|
10234
11007
|
},
|
|
10235
11008
|
{
|
|
10236
|
-
"name": "
|
|
11009
|
+
"name": "line-height",
|
|
11010
|
+
"description": "Style hook from part-map"
|
|
10237
11011
|
},
|
|
10238
11012
|
{
|
|
10239
|
-
"name": "
|
|
10240
|
-
|
|
10241
|
-
|
|
10242
|
-
|
|
10243
|
-
|
|
10244
|
-
|
|
10245
|
-
|
|
10246
|
-
|
|
10247
|
-
|
|
10248
|
-
|
|
10249
|
-
|
|
10250
|
-
|
|
10251
|
-
|
|
10252
|
-
|
|
10253
|
-
|
|
10254
|
-
|
|
10255
|
-
|
|
10256
|
-
|
|
10257
|
-
|
|
10258
|
-
|
|
10259
|
-
|
|
10260
|
-
|
|
10261
|
-
|
|
10262
|
-
|
|
10263
|
-
|
|
10264
|
-
|
|
10265
|
-
|
|
10266
|
-
|
|
10267
|
-
|
|
10268
|
-
|
|
11013
|
+
"name": "text-transform",
|
|
11014
|
+
"description": "Style hook from part-map"
|
|
11015
|
+
},
|
|
11016
|
+
{
|
|
11017
|
+
"name": "text-decoration",
|
|
11018
|
+
"description": "Style hook from part-map"
|
|
11019
|
+
},
|
|
11020
|
+
{
|
|
11021
|
+
"name": "text-align",
|
|
11022
|
+
"description": "Style hook from part-map"
|
|
11023
|
+
},
|
|
11024
|
+
{
|
|
11025
|
+
"name": "padding",
|
|
11026
|
+
"description": "Style hook from part-map"
|
|
11027
|
+
},
|
|
11028
|
+
{
|
|
11029
|
+
"name": "margin",
|
|
11030
|
+
"description": "Style hook from part-map"
|
|
11031
|
+
},
|
|
11032
|
+
{
|
|
11033
|
+
"name": "gap",
|
|
11034
|
+
"description": "Style hook from part-map"
|
|
11035
|
+
},
|
|
11036
|
+
{
|
|
11037
|
+
"name": "width",
|
|
11038
|
+
"description": "Style hook from part-map"
|
|
11039
|
+
},
|
|
11040
|
+
{
|
|
11041
|
+
"name": "height",
|
|
11042
|
+
"description": "Style hook from part-map"
|
|
11043
|
+
},
|
|
11044
|
+
{
|
|
11045
|
+
"name": "box-sizing",
|
|
11046
|
+
"description": "Style hook from part-map"
|
|
11047
|
+
},
|
|
11048
|
+
{
|
|
11049
|
+
"name": "display",
|
|
11050
|
+
"description": "Style hook from part-map"
|
|
11051
|
+
},
|
|
11052
|
+
{
|
|
11053
|
+
"name": "flex",
|
|
11054
|
+
"description": "Style hook from part-map"
|
|
11055
|
+
},
|
|
11056
|
+
{
|
|
11057
|
+
"name": "flex-direction",
|
|
11058
|
+
"description": "Style hook from part-map"
|
|
11059
|
+
},
|
|
11060
|
+
{
|
|
11061
|
+
"name": "flex-wrap",
|
|
11062
|
+
"description": "Style hook from part-map"
|
|
11063
|
+
},
|
|
11064
|
+
{
|
|
11065
|
+
"name": "justify-content",
|
|
11066
|
+
"description": "Style hook from part-map"
|
|
11067
|
+
},
|
|
11068
|
+
{
|
|
11069
|
+
"name": "align-items",
|
|
11070
|
+
"description": "Style hook from part-map"
|
|
11071
|
+
},
|
|
11072
|
+
{
|
|
11073
|
+
"name": "align-content",
|
|
11074
|
+
"description": "Style hook from part-map"
|
|
11075
|
+
},
|
|
11076
|
+
{
|
|
11077
|
+
"name": "align-self",
|
|
11078
|
+
"description": "Style hook from part-map"
|
|
11079
|
+
},
|
|
11080
|
+
{
|
|
11081
|
+
"name": "grid-template-columns",
|
|
11082
|
+
"description": "Style hook from part-map"
|
|
11083
|
+
},
|
|
10269
11084
|
{
|
|
10270
|
-
"
|
|
10271
|
-
"
|
|
10272
|
-
"type": {
|
|
10273
|
-
"text": "string"
|
|
10274
|
-
},
|
|
10275
|
-
"privacy": "private",
|
|
10276
|
-
"default": "`var(--space-500)`"
|
|
11085
|
+
"name": "grid-template-rows",
|
|
11086
|
+
"description": "Style hook from part-map"
|
|
10277
11087
|
},
|
|
10278
11088
|
{
|
|
10279
|
-
"
|
|
10280
|
-
"
|
|
10281
|
-
"type": {
|
|
10282
|
-
"text": "string"
|
|
10283
|
-
},
|
|
10284
|
-
"privacy": "private",
|
|
10285
|
-
"default": "`normal`"
|
|
11089
|
+
"name": "grid-column",
|
|
11090
|
+
"description": "Style hook from part-map"
|
|
10286
11091
|
},
|
|
10287
11092
|
{
|
|
10288
|
-
"
|
|
10289
|
-
"
|
|
10290
|
-
"type": {
|
|
10291
|
-
"text": "string"
|
|
10292
|
-
},
|
|
10293
|
-
"privacy": "private",
|
|
10294
|
-
"default": "`normal`"
|
|
11093
|
+
"name": "grid-row",
|
|
11094
|
+
"description": "Style hook from part-map"
|
|
10295
11095
|
},
|
|
10296
11096
|
{
|
|
10297
|
-
"
|
|
10298
|
-
"
|
|
10299
|
-
"type": {
|
|
10300
|
-
"text": "string"
|
|
10301
|
-
},
|
|
10302
|
-
"privacy": "private",
|
|
10303
|
-
"default": "` :host { display: block; } slot { display: grid; gap: var(--space); justify-items: var(--alignX); align-items: var(--alignY); } `"
|
|
11097
|
+
"name": "place-items",
|
|
11098
|
+
"description": "Style hook from part-map"
|
|
10304
11099
|
},
|
|
10305
11100
|
{
|
|
10306
|
-
"
|
|
10307
|
-
"
|
|
10308
|
-
|
|
10309
|
-
"type": {
|
|
10310
|
-
"text": "Promise<void>"
|
|
10311
|
-
}
|
|
10312
|
-
}
|
|
10313
|
-
}
|
|
10314
|
-
],
|
|
10315
|
-
"attributes": [
|
|
11101
|
+
"name": "place-content",
|
|
11102
|
+
"description": "Style hook from part-map"
|
|
11103
|
+
},
|
|
10316
11104
|
{
|
|
10317
|
-
"name": "
|
|
11105
|
+
"name": "vertical-align",
|
|
11106
|
+
"description": "Style hook from part-map"
|
|
10318
11107
|
},
|
|
10319
11108
|
{
|
|
10320
|
-
"name": "
|
|
11109
|
+
"name": "background",
|
|
11110
|
+
"description": "Style hook from part-map"
|
|
10321
11111
|
},
|
|
10322
11112
|
{
|
|
10323
|
-
"name": "
|
|
11113
|
+
"name": "border",
|
|
11114
|
+
"description": "Style hook from part-map"
|
|
11115
|
+
},
|
|
11116
|
+
{
|
|
11117
|
+
"name": "border-radius",
|
|
11118
|
+
"description": "Style hook from part-map"
|
|
11119
|
+
},
|
|
11120
|
+
{
|
|
11121
|
+
"name": "box-shadow",
|
|
11122
|
+
"description": "Style hook from part-map"
|
|
11123
|
+
},
|
|
11124
|
+
{
|
|
11125
|
+
"name": "opacity",
|
|
11126
|
+
"description": "Style hook from part-map"
|
|
11127
|
+
},
|
|
11128
|
+
{
|
|
11129
|
+
"name": "transition",
|
|
11130
|
+
"description": "Style hook from part-map"
|
|
11131
|
+
},
|
|
11132
|
+
{
|
|
11133
|
+
"name": "outline",
|
|
11134
|
+
"description": "Style hook from part-map"
|
|
10324
11135
|
}
|
|
10325
|
-
]
|
|
10326
|
-
"superclass": {
|
|
10327
|
-
"name": "HTMLElement"
|
|
10328
|
-
},
|
|
10329
|
-
"tagName": "mui-v-stack",
|
|
10330
|
-
"customElement": true
|
|
11136
|
+
]
|
|
10331
11137
|
}
|
|
10332
11138
|
],
|
|
10333
11139
|
"exports": [
|
|
10334
11140
|
{
|
|
10335
11141
|
"kind": "custom-element-definition",
|
|
10336
|
-
"name": "mui-
|
|
11142
|
+
"name": "mui-h-stack",
|
|
10337
11143
|
"declaration": {
|
|
10338
|
-
"name": "
|
|
10339
|
-
"module": "src/components/mui-stack/
|
|
11144
|
+
"name": "MuiHStack",
|
|
11145
|
+
"module": "src/components/mui-stack/hstack/index.ts"
|
|
10340
11146
|
}
|
|
10341
11147
|
}
|
|
10342
11148
|
]
|
|
10343
11149
|
},
|
|
10344
11150
|
{
|
|
10345
11151
|
"kind": "javascript-module",
|
|
10346
|
-
"path": "src/components/mui-
|
|
11152
|
+
"path": "src/components/mui-stepper/step/index.ts",
|
|
10347
11153
|
"declarations": [
|
|
10348
11154
|
{
|
|
10349
11155
|
"kind": "class",
|
|
10350
11156
|
"description": "",
|
|
10351
|
-
"name": "
|
|
11157
|
+
"name": "MuiStep",
|
|
10352
11158
|
"members": [
|
|
10353
11159
|
{
|
|
10354
11160
|
"kind": "method",
|
|
@@ -10357,23 +11163,38 @@
|
|
|
10357
11163
|
],
|
|
10358
11164
|
"attributes": [
|
|
10359
11165
|
{
|
|
10360
|
-
"name": "
|
|
11166
|
+
"name": "state"
|
|
11167
|
+
},
|
|
11168
|
+
{
|
|
11169
|
+
"name": "resolved-state"
|
|
11170
|
+
},
|
|
11171
|
+
{
|
|
11172
|
+
"name": "title"
|
|
11173
|
+
},
|
|
11174
|
+
{
|
|
11175
|
+
"name": "direction"
|
|
11176
|
+
},
|
|
11177
|
+
{
|
|
11178
|
+
"name": "hide-icon"
|
|
11179
|
+
},
|
|
11180
|
+
{
|
|
11181
|
+
"name": "size"
|
|
10361
11182
|
}
|
|
10362
11183
|
],
|
|
10363
11184
|
"superclass": {
|
|
10364
11185
|
"name": "HTMLElement"
|
|
10365
11186
|
},
|
|
10366
|
-
"tagName": "mui-
|
|
11187
|
+
"tagName": "mui-step",
|
|
10367
11188
|
"customElement": true
|
|
10368
11189
|
}
|
|
10369
11190
|
],
|
|
10370
11191
|
"exports": [
|
|
10371
11192
|
{
|
|
10372
11193
|
"kind": "custom-element-definition",
|
|
10373
|
-
"name": "mui-
|
|
11194
|
+
"name": "mui-step",
|
|
10374
11195
|
"declaration": {
|
|
10375
|
-
"name": "
|
|
10376
|
-
"module": "src/components/mui-
|
|
11196
|
+
"name": "MuiStep",
|
|
11197
|
+
"module": "src/components/mui-stepper/step/index.ts"
|
|
10377
11198
|
}
|
|
10378
11199
|
}
|
|
10379
11200
|
]
|
|
@@ -10504,92 +11325,372 @@
|
|
|
10504
11325
|
]
|
|
10505
11326
|
},
|
|
10506
11327
|
{
|
|
10507
|
-
"kind": "method",
|
|
10508
|
-
"name": "render"
|
|
10509
|
-
}
|
|
10510
|
-
],
|
|
10511
|
-
"events": [
|
|
11328
|
+
"kind": "method",
|
|
11329
|
+
"name": "render"
|
|
11330
|
+
}
|
|
11331
|
+
],
|
|
11332
|
+
"events": [
|
|
11333
|
+
{
|
|
11334
|
+
"name": "step-change",
|
|
11335
|
+
"type": {
|
|
11336
|
+
"text": "CustomEvent"
|
|
11337
|
+
}
|
|
11338
|
+
}
|
|
11339
|
+
],
|
|
11340
|
+
"attributes": [
|
|
11341
|
+
{
|
|
11342
|
+
"name": "direction"
|
|
11343
|
+
},
|
|
11344
|
+
{
|
|
11345
|
+
"name": "active-step"
|
|
11346
|
+
},
|
|
11347
|
+
{
|
|
11348
|
+
"name": "linear"
|
|
11349
|
+
},
|
|
11350
|
+
{
|
|
11351
|
+
"name": "interactive"
|
|
11352
|
+
},
|
|
11353
|
+
{
|
|
11354
|
+
"name": "size"
|
|
11355
|
+
}
|
|
11356
|
+
],
|
|
11357
|
+
"superclass": {
|
|
11358
|
+
"name": "HTMLElement"
|
|
11359
|
+
},
|
|
11360
|
+
"tagName": "mui-stepper",
|
|
11361
|
+
"customElement": true
|
|
11362
|
+
}
|
|
11363
|
+
],
|
|
11364
|
+
"exports": [
|
|
11365
|
+
{
|
|
11366
|
+
"kind": "custom-element-definition",
|
|
11367
|
+
"name": "mui-stepper",
|
|
11368
|
+
"declaration": {
|
|
11369
|
+
"name": "MuiStepper",
|
|
11370
|
+
"module": "src/components/mui-stepper/stepper/index.ts"
|
|
11371
|
+
}
|
|
11372
|
+
}
|
|
11373
|
+
]
|
|
11374
|
+
},
|
|
11375
|
+
{
|
|
11376
|
+
"kind": "javascript-module",
|
|
11377
|
+
"path": "src/components/mui-stack/vstack/index.ts",
|
|
11378
|
+
"declarations": [
|
|
11379
|
+
{
|
|
11380
|
+
"kind": "class",
|
|
11381
|
+
"description": "",
|
|
11382
|
+
"name": "MuiVStack",
|
|
11383
|
+
"members": [
|
|
11384
|
+
{
|
|
11385
|
+
"kind": "field",
|
|
11386
|
+
"name": "space",
|
|
11387
|
+
"type": {
|
|
11388
|
+
"text": "string"
|
|
11389
|
+
},
|
|
11390
|
+
"privacy": "private",
|
|
11391
|
+
"default": "`var(--space-500)`"
|
|
11392
|
+
},
|
|
11393
|
+
{
|
|
11394
|
+
"kind": "field",
|
|
11395
|
+
"name": "alignX",
|
|
11396
|
+
"type": {
|
|
11397
|
+
"text": "string"
|
|
11398
|
+
},
|
|
11399
|
+
"privacy": "private",
|
|
11400
|
+
"default": "`normal`"
|
|
11401
|
+
},
|
|
11402
|
+
{
|
|
11403
|
+
"kind": "field",
|
|
11404
|
+
"name": "alignY",
|
|
11405
|
+
"type": {
|
|
11406
|
+
"text": "string"
|
|
11407
|
+
},
|
|
11408
|
+
"privacy": "private",
|
|
11409
|
+
"default": "`normal`"
|
|
11410
|
+
},
|
|
11411
|
+
{
|
|
11412
|
+
"kind": "field",
|
|
11413
|
+
"name": "styles",
|
|
11414
|
+
"type": {
|
|
11415
|
+
"text": "string"
|
|
11416
|
+
},
|
|
11417
|
+
"privacy": "private",
|
|
11418
|
+
"default": "` :host { display: block; } slot { display: grid; gap: var(--space); justify-items: var(--alignX); align-items: var(--alignY); } `"
|
|
11419
|
+
},
|
|
11420
|
+
{
|
|
11421
|
+
"kind": "method",
|
|
11422
|
+
"name": "waitForPartMap",
|
|
11423
|
+
"return": {
|
|
11424
|
+
"type": {
|
|
11425
|
+
"text": "Promise<void>"
|
|
11426
|
+
}
|
|
11427
|
+
}
|
|
11428
|
+
}
|
|
11429
|
+
],
|
|
11430
|
+
"attributes": [
|
|
11431
|
+
{
|
|
11432
|
+
"name": "space"
|
|
11433
|
+
},
|
|
11434
|
+
{
|
|
11435
|
+
"name": "alignx"
|
|
11436
|
+
},
|
|
11437
|
+
{
|
|
11438
|
+
"name": "aligny"
|
|
11439
|
+
}
|
|
11440
|
+
],
|
|
11441
|
+
"superclass": {
|
|
11442
|
+
"name": "HTMLElement"
|
|
11443
|
+
},
|
|
11444
|
+
"tagName": "mui-v-stack",
|
|
11445
|
+
"customElement": true,
|
|
11446
|
+
"cssParts": [
|
|
11447
|
+
{
|
|
11448
|
+
"name": "color",
|
|
11449
|
+
"description": "Style hook from part-map"
|
|
11450
|
+
},
|
|
11451
|
+
{
|
|
11452
|
+
"name": "font-family",
|
|
11453
|
+
"description": "Style hook from part-map"
|
|
11454
|
+
},
|
|
11455
|
+
{
|
|
11456
|
+
"name": "font-size",
|
|
11457
|
+
"description": "Style hook from part-map"
|
|
11458
|
+
},
|
|
11459
|
+
{
|
|
11460
|
+
"name": "font-weight",
|
|
11461
|
+
"description": "Style hook from part-map"
|
|
11462
|
+
},
|
|
11463
|
+
{
|
|
11464
|
+
"name": "letter-spacing",
|
|
11465
|
+
"description": "Style hook from part-map"
|
|
11466
|
+
},
|
|
11467
|
+
{
|
|
11468
|
+
"name": "line-height",
|
|
11469
|
+
"description": "Style hook from part-map"
|
|
11470
|
+
},
|
|
11471
|
+
{
|
|
11472
|
+
"name": "text-transform",
|
|
11473
|
+
"description": "Style hook from part-map"
|
|
11474
|
+
},
|
|
11475
|
+
{
|
|
11476
|
+
"name": "text-decoration",
|
|
11477
|
+
"description": "Style hook from part-map"
|
|
11478
|
+
},
|
|
11479
|
+
{
|
|
11480
|
+
"name": "text-align",
|
|
11481
|
+
"description": "Style hook from part-map"
|
|
11482
|
+
},
|
|
11483
|
+
{
|
|
11484
|
+
"name": "padding",
|
|
11485
|
+
"description": "Style hook from part-map"
|
|
11486
|
+
},
|
|
11487
|
+
{
|
|
11488
|
+
"name": "margin",
|
|
11489
|
+
"description": "Style hook from part-map"
|
|
11490
|
+
},
|
|
11491
|
+
{
|
|
11492
|
+
"name": "gap",
|
|
11493
|
+
"description": "Style hook from part-map"
|
|
11494
|
+
},
|
|
11495
|
+
{
|
|
11496
|
+
"name": "width",
|
|
11497
|
+
"description": "Style hook from part-map"
|
|
11498
|
+
},
|
|
11499
|
+
{
|
|
11500
|
+
"name": "height",
|
|
11501
|
+
"description": "Style hook from part-map"
|
|
11502
|
+
},
|
|
11503
|
+
{
|
|
11504
|
+
"name": "box-sizing",
|
|
11505
|
+
"description": "Style hook from part-map"
|
|
11506
|
+
},
|
|
11507
|
+
{
|
|
11508
|
+
"name": "display",
|
|
11509
|
+
"description": "Style hook from part-map"
|
|
11510
|
+
},
|
|
11511
|
+
{
|
|
11512
|
+
"name": "flex",
|
|
11513
|
+
"description": "Style hook from part-map"
|
|
11514
|
+
},
|
|
11515
|
+
{
|
|
11516
|
+
"name": "flex-direction",
|
|
11517
|
+
"description": "Style hook from part-map"
|
|
11518
|
+
},
|
|
11519
|
+
{
|
|
11520
|
+
"name": "flex-wrap",
|
|
11521
|
+
"description": "Style hook from part-map"
|
|
11522
|
+
},
|
|
11523
|
+
{
|
|
11524
|
+
"name": "justify-content",
|
|
11525
|
+
"description": "Style hook from part-map"
|
|
11526
|
+
},
|
|
11527
|
+
{
|
|
11528
|
+
"name": "align-items",
|
|
11529
|
+
"description": "Style hook from part-map"
|
|
11530
|
+
},
|
|
11531
|
+
{
|
|
11532
|
+
"name": "align-content",
|
|
11533
|
+
"description": "Style hook from part-map"
|
|
11534
|
+
},
|
|
11535
|
+
{
|
|
11536
|
+
"name": "align-self",
|
|
11537
|
+
"description": "Style hook from part-map"
|
|
11538
|
+
},
|
|
10512
11539
|
{
|
|
10513
|
-
"name": "
|
|
10514
|
-
"
|
|
10515
|
-
|
|
10516
|
-
}
|
|
10517
|
-
}
|
|
10518
|
-
],
|
|
10519
|
-
"attributes": [
|
|
11540
|
+
"name": "grid-template-columns",
|
|
11541
|
+
"description": "Style hook from part-map"
|
|
11542
|
+
},
|
|
10520
11543
|
{
|
|
10521
|
-
"name": "
|
|
11544
|
+
"name": "grid-template-rows",
|
|
11545
|
+
"description": "Style hook from part-map"
|
|
10522
11546
|
},
|
|
10523
11547
|
{
|
|
10524
|
-
"name": "
|
|
11548
|
+
"name": "grid-column",
|
|
11549
|
+
"description": "Style hook from part-map"
|
|
10525
11550
|
},
|
|
10526
11551
|
{
|
|
10527
|
-
"name": "
|
|
11552
|
+
"name": "grid-row",
|
|
11553
|
+
"description": "Style hook from part-map"
|
|
10528
11554
|
},
|
|
10529
11555
|
{
|
|
10530
|
-
"name": "
|
|
11556
|
+
"name": "place-items",
|
|
11557
|
+
"description": "Style hook from part-map"
|
|
10531
11558
|
},
|
|
10532
11559
|
{
|
|
10533
|
-
"name": "
|
|
11560
|
+
"name": "place-content",
|
|
11561
|
+
"description": "Style hook from part-map"
|
|
11562
|
+
},
|
|
11563
|
+
{
|
|
11564
|
+
"name": "vertical-align",
|
|
11565
|
+
"description": "Style hook from part-map"
|
|
11566
|
+
},
|
|
11567
|
+
{
|
|
11568
|
+
"name": "background",
|
|
11569
|
+
"description": "Style hook from part-map"
|
|
11570
|
+
},
|
|
11571
|
+
{
|
|
11572
|
+
"name": "border",
|
|
11573
|
+
"description": "Style hook from part-map"
|
|
11574
|
+
},
|
|
11575
|
+
{
|
|
11576
|
+
"name": "border-radius",
|
|
11577
|
+
"description": "Style hook from part-map"
|
|
11578
|
+
},
|
|
11579
|
+
{
|
|
11580
|
+
"name": "box-shadow",
|
|
11581
|
+
"description": "Style hook from part-map"
|
|
11582
|
+
},
|
|
11583
|
+
{
|
|
11584
|
+
"name": "opacity",
|
|
11585
|
+
"description": "Style hook from part-map"
|
|
11586
|
+
},
|
|
11587
|
+
{
|
|
11588
|
+
"name": "transition",
|
|
11589
|
+
"description": "Style hook from part-map"
|
|
11590
|
+
},
|
|
11591
|
+
{
|
|
11592
|
+
"name": "outline",
|
|
11593
|
+
"description": "Style hook from part-map"
|
|
10534
11594
|
}
|
|
10535
|
-
]
|
|
10536
|
-
"superclass": {
|
|
10537
|
-
"name": "HTMLElement"
|
|
10538
|
-
},
|
|
10539
|
-
"tagName": "mui-stepper",
|
|
10540
|
-
"customElement": true
|
|
11595
|
+
]
|
|
10541
11596
|
}
|
|
10542
11597
|
],
|
|
10543
11598
|
"exports": [
|
|
10544
11599
|
{
|
|
10545
11600
|
"kind": "custom-element-definition",
|
|
10546
|
-
"name": "mui-
|
|
11601
|
+
"name": "mui-v-stack",
|
|
10547
11602
|
"declaration": {
|
|
10548
|
-
"name": "
|
|
10549
|
-
"module": "src/components/mui-
|
|
11603
|
+
"name": "MuiVStack",
|
|
11604
|
+
"module": "src/components/mui-stack/vstack/index.ts"
|
|
10550
11605
|
}
|
|
10551
11606
|
}
|
|
10552
11607
|
]
|
|
10553
11608
|
},
|
|
10554
11609
|
{
|
|
10555
11610
|
"kind": "javascript-module",
|
|
10556
|
-
"path": "src/components/mui-table/
|
|
11611
|
+
"path": "src/components/mui-table/cell/index.ts",
|
|
10557
11612
|
"declarations": [
|
|
10558
11613
|
{
|
|
10559
11614
|
"kind": "class",
|
|
10560
11615
|
"description": "",
|
|
10561
|
-
"name": "
|
|
11616
|
+
"name": "MuiCell",
|
|
10562
11617
|
"members": [
|
|
10563
11618
|
{
|
|
10564
11619
|
"kind": "method",
|
|
10565
|
-
"name": "
|
|
10566
|
-
"privacy": "private"
|
|
10567
|
-
},
|
|
10568
|
-
{
|
|
10569
|
-
"kind": "method",
|
|
10570
|
-
"name": "render",
|
|
10571
|
-
"privacy": "private"
|
|
11620
|
+
"name": "render"
|
|
10572
11621
|
}
|
|
10573
11622
|
],
|
|
10574
11623
|
"attributes": [
|
|
10575
11624
|
{
|
|
10576
|
-
"name": "
|
|
11625
|
+
"name": "align-y"
|
|
10577
11626
|
}
|
|
10578
11627
|
],
|
|
10579
11628
|
"superclass": {
|
|
10580
11629
|
"name": "HTMLElement"
|
|
10581
11630
|
},
|
|
10582
|
-
"tagName": "mui-
|
|
11631
|
+
"tagName": "mui-cell",
|
|
10583
11632
|
"customElement": true
|
|
10584
11633
|
}
|
|
10585
11634
|
],
|
|
10586
11635
|
"exports": [
|
|
10587
11636
|
{
|
|
10588
11637
|
"kind": "custom-element-definition",
|
|
10589
|
-
"name": "mui-
|
|
11638
|
+
"name": "mui-cell",
|
|
10590
11639
|
"declaration": {
|
|
10591
|
-
"name": "
|
|
10592
|
-
"module": "src/components/mui-table/
|
|
11640
|
+
"name": "MuiCell",
|
|
11641
|
+
"module": "src/components/mui-table/cell/index.ts"
|
|
11642
|
+
}
|
|
11643
|
+
}
|
|
11644
|
+
]
|
|
11645
|
+
},
|
|
11646
|
+
{
|
|
11647
|
+
"kind": "javascript-module",
|
|
11648
|
+
"path": "src/components/mui-table/table/index.ts",
|
|
11649
|
+
"declarations": [
|
|
11650
|
+
{
|
|
11651
|
+
"kind": "class",
|
|
11652
|
+
"description": "",
|
|
11653
|
+
"name": "MuiTable",
|
|
11654
|
+
"superclass": {
|
|
11655
|
+
"name": "HTMLElement"
|
|
11656
|
+
},
|
|
11657
|
+
"tagName": "mui-table",
|
|
11658
|
+
"customElement": true
|
|
11659
|
+
}
|
|
11660
|
+
],
|
|
11661
|
+
"exports": [
|
|
11662
|
+
{
|
|
11663
|
+
"kind": "custom-element-definition",
|
|
11664
|
+
"name": "mui-table",
|
|
11665
|
+
"declaration": {
|
|
11666
|
+
"name": "MuiTable",
|
|
11667
|
+
"module": "src/components/mui-table/table/index.ts"
|
|
11668
|
+
}
|
|
11669
|
+
}
|
|
11670
|
+
]
|
|
11671
|
+
},
|
|
11672
|
+
{
|
|
11673
|
+
"kind": "javascript-module",
|
|
11674
|
+
"path": "src/components/mui-table/row-group/index.ts",
|
|
11675
|
+
"declarations": [
|
|
11676
|
+
{
|
|
11677
|
+
"kind": "class",
|
|
11678
|
+
"description": "",
|
|
11679
|
+
"name": "MuiRowGroup",
|
|
11680
|
+
"superclass": {
|
|
11681
|
+
"name": "HTMLElement"
|
|
11682
|
+
},
|
|
11683
|
+
"tagName": "mui-row-group",
|
|
11684
|
+
"customElement": true
|
|
11685
|
+
}
|
|
11686
|
+
],
|
|
11687
|
+
"exports": [
|
|
11688
|
+
{
|
|
11689
|
+
"kind": "custom-element-definition",
|
|
11690
|
+
"name": "mui-row-group",
|
|
11691
|
+
"declaration": {
|
|
11692
|
+
"name": "MuiRowGroup",
|
|
11693
|
+
"module": "src/components/mui-table/row-group/index.ts"
|
|
10593
11694
|
}
|
|
10594
11695
|
}
|
|
10595
11696
|
]
|
|
@@ -10668,52 +11769,122 @@
|
|
|
10668
11769
|
},
|
|
10669
11770
|
{
|
|
10670
11771
|
"kind": "javascript-module",
|
|
10671
|
-
"path": "src/components/mui-table/
|
|
11772
|
+
"path": "src/components/mui-table/row/index.ts",
|
|
10672
11773
|
"declarations": [
|
|
10673
11774
|
{
|
|
10674
11775
|
"kind": "class",
|
|
10675
11776
|
"description": "",
|
|
10676
|
-
"name": "
|
|
11777
|
+
"name": "MuiRow",
|
|
11778
|
+
"members": [
|
|
11779
|
+
{
|
|
11780
|
+
"kind": "field",
|
|
11781
|
+
"name": "tableObserver",
|
|
11782
|
+
"type": {
|
|
11783
|
+
"text": "MutationObserver | undefined"
|
|
11784
|
+
},
|
|
11785
|
+
"privacy": "private"
|
|
11786
|
+
},
|
|
11787
|
+
{
|
|
11788
|
+
"kind": "method",
|
|
11789
|
+
"name": "syncContextAttributes",
|
|
11790
|
+
"privacy": "private"
|
|
11791
|
+
},
|
|
11792
|
+
{
|
|
11793
|
+
"kind": "method",
|
|
11794
|
+
"name": "observeTableChanges",
|
|
11795
|
+
"privacy": "private"
|
|
11796
|
+
},
|
|
11797
|
+
{
|
|
11798
|
+
"kind": "method",
|
|
11799
|
+
"name": "clearActionPlaceholderStyles",
|
|
11800
|
+
"privacy": "private",
|
|
11801
|
+
"parameters": [
|
|
11802
|
+
{
|
|
11803
|
+
"name": "cell",
|
|
11804
|
+
"type": {
|
|
11805
|
+
"text": "Element"
|
|
11806
|
+
}
|
|
11807
|
+
}
|
|
11808
|
+
]
|
|
11809
|
+
},
|
|
11810
|
+
{
|
|
11811
|
+
"kind": "method",
|
|
11812
|
+
"name": "syncActionColumnState",
|
|
11813
|
+
"privacy": "private"
|
|
11814
|
+
},
|
|
11815
|
+
{
|
|
11816
|
+
"kind": "method",
|
|
11817
|
+
"name": "render",
|
|
11818
|
+
"privacy": "private"
|
|
11819
|
+
}
|
|
11820
|
+
],
|
|
11821
|
+
"attributes": [
|
|
11822
|
+
{
|
|
11823
|
+
"name": "columns"
|
|
11824
|
+
},
|
|
11825
|
+
{
|
|
11826
|
+
"name": "size"
|
|
11827
|
+
}
|
|
11828
|
+
],
|
|
10677
11829
|
"superclass": {
|
|
10678
11830
|
"name": "HTMLElement"
|
|
10679
11831
|
},
|
|
10680
|
-
"tagName": "mui-
|
|
11832
|
+
"tagName": "mui-row",
|
|
10681
11833
|
"customElement": true
|
|
10682
11834
|
}
|
|
10683
11835
|
],
|
|
10684
11836
|
"exports": [
|
|
10685
11837
|
{
|
|
10686
11838
|
"kind": "custom-element-definition",
|
|
10687
|
-
"name": "mui-
|
|
11839
|
+
"name": "mui-row",
|
|
10688
11840
|
"declaration": {
|
|
10689
|
-
"name": "
|
|
10690
|
-
"module": "src/components/mui-table/
|
|
11841
|
+
"name": "MuiRow",
|
|
11842
|
+
"module": "src/components/mui-table/row/index.ts"
|
|
10691
11843
|
}
|
|
10692
11844
|
}
|
|
10693
11845
|
]
|
|
10694
11846
|
},
|
|
10695
11847
|
{
|
|
10696
11848
|
"kind": "javascript-module",
|
|
10697
|
-
"path": "src/components/mui-
|
|
11849
|
+
"path": "src/components/mui-tabs/panel/index.ts",
|
|
10698
11850
|
"declarations": [
|
|
10699
11851
|
{
|
|
10700
11852
|
"kind": "class",
|
|
10701
11853
|
"description": "",
|
|
10702
|
-
"name": "
|
|
11854
|
+
"name": "MuiTabPanel",
|
|
11855
|
+
"members": [
|
|
11856
|
+
{
|
|
11857
|
+
"kind": "field",
|
|
11858
|
+
"name": "item",
|
|
11859
|
+
"type": {
|
|
11860
|
+
"text": "string | null"
|
|
11861
|
+
}
|
|
11862
|
+
},
|
|
11863
|
+
{
|
|
11864
|
+
"kind": "field",
|
|
11865
|
+
"name": "innerHTML",
|
|
11866
|
+
"default": "` <style> :host { display: block; } :host([hidden]) { display: none !important; } .inner { padding: var(--tab-panel-padding, 0); } </style> <div class=\"inner\"> <slot></slot> </div> `"
|
|
11867
|
+
}
|
|
11868
|
+
],
|
|
11869
|
+
"attributes": [
|
|
11870
|
+
{
|
|
11871
|
+
"name": "item"
|
|
11872
|
+
}
|
|
11873
|
+
],
|
|
10703
11874
|
"superclass": {
|
|
10704
11875
|
"name": "HTMLElement"
|
|
10705
11876
|
},
|
|
10706
|
-
"tagName": "mui-
|
|
11877
|
+
"tagName": "mui-tab-panel",
|
|
10707
11878
|
"customElement": true
|
|
10708
11879
|
}
|
|
10709
11880
|
],
|
|
10710
11881
|
"exports": [
|
|
10711
11882
|
{
|
|
10712
11883
|
"kind": "custom-element-definition",
|
|
10713
|
-
"name": "mui-
|
|
11884
|
+
"name": "mui-tab-panel",
|
|
10714
11885
|
"declaration": {
|
|
10715
|
-
"name": "
|
|
10716
|
-
"module": "src/components/mui-
|
|
11886
|
+
"name": "MuiTabPanel",
|
|
11887
|
+
"module": "src/components/mui-tabs/panel/index.ts"
|
|
10717
11888
|
}
|
|
10718
11889
|
}
|
|
10719
11890
|
]
|
|
@@ -10823,51 +11994,6 @@
|
|
|
10823
11994
|
}
|
|
10824
11995
|
]
|
|
10825
11996
|
},
|
|
10826
|
-
{
|
|
10827
|
-
"kind": "javascript-module",
|
|
10828
|
-
"path": "src/components/mui-tabs/panel/index.ts",
|
|
10829
|
-
"declarations": [
|
|
10830
|
-
{
|
|
10831
|
-
"kind": "class",
|
|
10832
|
-
"description": "",
|
|
10833
|
-
"name": "MuiTabPanel",
|
|
10834
|
-
"members": [
|
|
10835
|
-
{
|
|
10836
|
-
"kind": "field",
|
|
10837
|
-
"name": "item",
|
|
10838
|
-
"type": {
|
|
10839
|
-
"text": "string | null"
|
|
10840
|
-
}
|
|
10841
|
-
},
|
|
10842
|
-
{
|
|
10843
|
-
"kind": "field",
|
|
10844
|
-
"name": "innerHTML",
|
|
10845
|
-
"default": "` <style> :host { display: block; } :host([hidden]) { display: none !important; } .inner { padding: var(--tab-panel-padding, 0); } </style> <div class=\"inner\"> <slot></slot> </div> `"
|
|
10846
|
-
}
|
|
10847
|
-
],
|
|
10848
|
-
"attributes": [
|
|
10849
|
-
{
|
|
10850
|
-
"name": "item"
|
|
10851
|
-
}
|
|
10852
|
-
],
|
|
10853
|
-
"superclass": {
|
|
10854
|
-
"name": "HTMLElement"
|
|
10855
|
-
},
|
|
10856
|
-
"tagName": "mui-tab-panel",
|
|
10857
|
-
"customElement": true
|
|
10858
|
-
}
|
|
10859
|
-
],
|
|
10860
|
-
"exports": [
|
|
10861
|
-
{
|
|
10862
|
-
"kind": "custom-element-definition",
|
|
10863
|
-
"name": "mui-tab-panel",
|
|
10864
|
-
"declaration": {
|
|
10865
|
-
"name": "MuiTabPanel",
|
|
10866
|
-
"module": "src/components/mui-tabs/panel/index.ts"
|
|
10867
|
-
}
|
|
10868
|
-
}
|
|
10869
|
-
]
|
|
10870
|
-
},
|
|
10871
11997
|
{
|
|
10872
11998
|
"kind": "javascript-module",
|
|
10873
11999
|
"path": "src/components/mui-tabs/tab-bar/index.ts",
|