@muibook/components 19.1.0 → 19.2.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/agent/keywords/index.js +67 -24
- package/dist/esm/agent/prompts/index.js +297 -845
- package/dist/esm/components/mui-dialog/index.js +14 -5
- package/dist/esm/components/mui-field/index.js +1 -1
- package/dist/esm/components/mui-illustrations/index.js +1 -0
- package/dist/esm/components/mui-illustrations/trash/index.js +81 -0
- package/dist/esm/components/mui-input/index.js +2 -2
- package/dist/esm/css/mui-brand.css +1 -1
- package/dist/esm/css/mui-tokens.css +16 -0
- package/dist/esm/custom-elements.json +1024 -928
- package/dist/esm/dynamic-attrs.json +1 -1
- package/dist/esm/index.js +5 -4
- package/dist/types/agent/keywords/index.d.ts +1 -1
- package/dist/types/agent/prompts/index.d.ts +1 -10
- package/dist/types/components/mui-illustrations/doc.d.ts +2 -0
- package/dist/types/components/mui-illustrations/index.d.ts +1 -0
- package/dist/types/components/mui-illustrations/trash.d.ts +1 -0
- package/dist/types/index.d.ts +2 -0
- package/package.json +9 -1
|
@@ -101,6 +101,107 @@
|
|
|
101
101
|
}
|
|
102
102
|
]
|
|
103
103
|
},
|
|
104
|
+
{
|
|
105
|
+
"kind": "javascript-module",
|
|
106
|
+
"path": "src/components/mui-avatar/doc.ts",
|
|
107
|
+
"declarations": [
|
|
108
|
+
{
|
|
109
|
+
"kind": "variable",
|
|
110
|
+
"name": "muiDocs",
|
|
111
|
+
"type": {
|
|
112
|
+
"text": "MuiDocs"
|
|
113
|
+
},
|
|
114
|
+
"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: [\"\"], }, }, }"
|
|
115
|
+
}
|
|
116
|
+
],
|
|
117
|
+
"exports": [
|
|
118
|
+
{
|
|
119
|
+
"kind": "js",
|
|
120
|
+
"name": "muiDocs",
|
|
121
|
+
"declaration": {
|
|
122
|
+
"name": "muiDocs",
|
|
123
|
+
"module": "src/components/mui-avatar/doc.ts"
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"kind": "javascript-module",
|
|
130
|
+
"path": "src/components/mui-avatar/index.ts",
|
|
131
|
+
"declarations": [
|
|
132
|
+
{
|
|
133
|
+
"kind": "class",
|
|
134
|
+
"description": "",
|
|
135
|
+
"name": "MuiAvatar",
|
|
136
|
+
"members": [
|
|
137
|
+
{
|
|
138
|
+
"kind": "field",
|
|
139
|
+
"name": "_imageFailed",
|
|
140
|
+
"type": {
|
|
141
|
+
"text": "boolean | undefined"
|
|
142
|
+
},
|
|
143
|
+
"privacy": "private"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"kind": "method",
|
|
147
|
+
"name": "hasSlottedContent"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"kind": "method",
|
|
151
|
+
"name": "getInitials",
|
|
152
|
+
"parameters": [
|
|
153
|
+
{
|
|
154
|
+
"name": "label",
|
|
155
|
+
"type": {
|
|
156
|
+
"text": "string | null"
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
]
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"kind": "method",
|
|
163
|
+
"name": "getBackgroundCSS"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"kind": "method",
|
|
167
|
+
"name": "render"
|
|
168
|
+
}
|
|
169
|
+
],
|
|
170
|
+
"attributes": [
|
|
171
|
+
{
|
|
172
|
+
"name": "label"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "image"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "size"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "background"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"name": "background-color"
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
"superclass": {
|
|
188
|
+
"name": "HTMLElement"
|
|
189
|
+
},
|
|
190
|
+
"tagName": "mui-avatar",
|
|
191
|
+
"customElement": true
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"exports": [
|
|
195
|
+
{
|
|
196
|
+
"kind": "custom-element-definition",
|
|
197
|
+
"name": "mui-avatar",
|
|
198
|
+
"declaration": {
|
|
199
|
+
"name": "MuiAvatar",
|
|
200
|
+
"module": "src/components/mui-avatar/index.ts"
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
]
|
|
204
|
+
},
|
|
104
205
|
{
|
|
105
206
|
"kind": "javascript-module",
|
|
106
207
|
"path": "src/components/mui-alert/doc.ts",
|
|
@@ -551,107 +652,6 @@
|
|
|
551
652
|
}
|
|
552
653
|
]
|
|
553
654
|
},
|
|
554
|
-
{
|
|
555
|
-
"kind": "javascript-module",
|
|
556
|
-
"path": "src/components/mui-avatar/doc.ts",
|
|
557
|
-
"declarations": [
|
|
558
|
-
{
|
|
559
|
-
"kind": "variable",
|
|
560
|
-
"name": "muiDocs",
|
|
561
|
-
"type": {
|
|
562
|
-
"text": "MuiDocs"
|
|
563
|
-
},
|
|
564
|
-
"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: [\"\"], }, }, }"
|
|
565
|
-
}
|
|
566
|
-
],
|
|
567
|
-
"exports": [
|
|
568
|
-
{
|
|
569
|
-
"kind": "js",
|
|
570
|
-
"name": "muiDocs",
|
|
571
|
-
"declaration": {
|
|
572
|
-
"name": "muiDocs",
|
|
573
|
-
"module": "src/components/mui-avatar/doc.ts"
|
|
574
|
-
}
|
|
575
|
-
}
|
|
576
|
-
]
|
|
577
|
-
},
|
|
578
|
-
{
|
|
579
|
-
"kind": "javascript-module",
|
|
580
|
-
"path": "src/components/mui-avatar/index.ts",
|
|
581
|
-
"declarations": [
|
|
582
|
-
{
|
|
583
|
-
"kind": "class",
|
|
584
|
-
"description": "",
|
|
585
|
-
"name": "MuiAvatar",
|
|
586
|
-
"members": [
|
|
587
|
-
{
|
|
588
|
-
"kind": "field",
|
|
589
|
-
"name": "_imageFailed",
|
|
590
|
-
"type": {
|
|
591
|
-
"text": "boolean | undefined"
|
|
592
|
-
},
|
|
593
|
-
"privacy": "private"
|
|
594
|
-
},
|
|
595
|
-
{
|
|
596
|
-
"kind": "method",
|
|
597
|
-
"name": "hasSlottedContent"
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"kind": "method",
|
|
601
|
-
"name": "getInitials",
|
|
602
|
-
"parameters": [
|
|
603
|
-
{
|
|
604
|
-
"name": "label",
|
|
605
|
-
"type": {
|
|
606
|
-
"text": "string | null"
|
|
607
|
-
}
|
|
608
|
-
}
|
|
609
|
-
]
|
|
610
|
-
},
|
|
611
|
-
{
|
|
612
|
-
"kind": "method",
|
|
613
|
-
"name": "getBackgroundCSS"
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
"kind": "method",
|
|
617
|
-
"name": "render"
|
|
618
|
-
}
|
|
619
|
-
],
|
|
620
|
-
"attributes": [
|
|
621
|
-
{
|
|
622
|
-
"name": "label"
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"name": "image"
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"name": "size"
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"name": "background"
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
"name": "background-color"
|
|
635
|
-
}
|
|
636
|
-
],
|
|
637
|
-
"superclass": {
|
|
638
|
-
"name": "HTMLElement"
|
|
639
|
-
},
|
|
640
|
-
"tagName": "mui-avatar",
|
|
641
|
-
"customElement": true
|
|
642
|
-
}
|
|
643
|
-
],
|
|
644
|
-
"exports": [
|
|
645
|
-
{
|
|
646
|
-
"kind": "custom-element-definition",
|
|
647
|
-
"name": "mui-avatar",
|
|
648
|
-
"declaration": {
|
|
649
|
-
"name": "MuiAvatar",
|
|
650
|
-
"module": "src/components/mui-avatar/index.ts"
|
|
651
|
-
}
|
|
652
|
-
}
|
|
653
|
-
]
|
|
654
|
-
},
|
|
655
655
|
{
|
|
656
656
|
"kind": "javascript-module",
|
|
657
657
|
"path": "src/components/mui-button/doc.ts",
|
|
@@ -1831,7 +1831,7 @@
|
|
|
1831
1831
|
"type": {
|
|
1832
1832
|
"text": "MuiDocs"
|
|
1833
1833
|
},
|
|
1834
|
-
"default": "{ Dialog: { title: \"Dialog\", description: \"A modal window that prompts users to take a specific action or provide additional information without navigating away from the current context.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/4jrr9tVVDi9Kz8lhaxWToe/8169a3e57f30572fbf6dd504f360fedd/Dialog_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=780-4948&t=KhmyUmaNDWKTGtrH-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/content-dialog--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-dialog/index.ts\"], website: [\"https://muibook.com/#/dialog\"], guides: [\"https://guides.muibook.com/dialog\"], usage: { list: [ \"Used to alert the user of potentially a harmful action.\", \"Use for focused interactions that require attention and immediate action.\", \"Use content-max-height='none' when dialog content should size naturally (for example, native media players).\", ], }, accessibility: { designerList: [ \"Ensure dialogs are accessible via keyboard and screen readers.\", \"Use ARIA roles and properties to indicate the state of the dialog (visible/hidden).\", \"Ensure the focus remains within the dialog while it is open.\", ], engineerList: [ \"Uses role='dialog' and aria-modal='true' for screen readers.\", \"Supports aria-labelledby and aria-describedby to provide accessible titles and descriptions.\", \"Focus is managed by the browser’s native dialog behavior when open.\", \"
|
|
1834
|
+
"default": "{ Dialog: { title: \"Dialog\", description: \"A modal window that prompts users to take a specific action or provide additional information without navigating away from the current context.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/4jrr9tVVDi9Kz8lhaxWToe/8169a3e57f30572fbf6dd504f360fedd/Dialog_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=780-4948&t=KhmyUmaNDWKTGtrH-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/content-dialog--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-dialog/index.ts\"], website: [\"https://muibook.com/#/dialog\"], guides: [\"https://guides.muibook.com/dialog\"], usage: { list: [ \"Used to alert the user of potentially a harmful action.\", \"Use for focused interactions that require attention and immediate action.\", \"Use content-max-height='none' when dialog content should size naturally (for example, native media players).\", \"When no title slot is provided, the dialog does not render the header row or built-in close action.\", ], }, accessibility: { designerList: [ \"Ensure dialogs are accessible via keyboard and screen readers.\", \"Use ARIA roles and properties to indicate the state of the dialog (visible/hidden).\", \"Ensure the focus remains within the dialog while it is open.\", ], engineerList: [ \"Uses role='dialog' and aria-modal='true' for screen readers.\", \"Supports aria-labelledby and aria-describedby to provide accessible titles and descriptions.\", \"Focus is managed by the browser’s native dialog behavior when open.\", \"When a title slot is present, the close button includes aria-label='Close Icon'.\", \"Footer is hidden when empty to reduce screen reader noise.\", \"Clicking the backdrop closes the dialog.\", \"When open, consumers must trap focus in the dialog and apply inert/aria-hidden to the background.\", \"The component exposes 'mui-dialog-open' and 'mui-dialog-close' events so external state (e.g. React setDialogOpen(false)) stays in sync with the dialog’s internal logic.\", ], }, anatomy: { image: \"https://images.ctfassets.net/i5uwscj4pkk2/3Qs9rIWX7LeUjQ3ioObKBe/4848a3b0ad303a12eef5739ddd1c6169/Dialog_-_Anatomy.png\", list: [ \"Heading: Optional text that describes the purpose or contents of the dialog.\", \"Close: Optional icon action shown when the dialog header is present.\", \"Container: Controls the position of the dialog and appears as an overlay.\", \"Footer: Optional section for additional actions, such as 'Cancel' or 'Save'.\", ], }, variants: { items: [ { key: \"\", title: \"\", description: \"\", image: \"\", }, ], }, compositions: { description: \"\", items: [ { key: \"\", name: \"\", description: \"\", image: \"\", }, ], }, related: { items: [ { name: \"Drawer\", link: \"https://guides.muibook.com/drawer\", }, { name: \"Button\", link: \"https://guides.muibook.com/button\", }, ], }, rules: [ { heading: \"Dismiss the Dialog\", description: \"\", doContent: [ { description: \"Dismiss the Dialog by clicking the cross icon, cancel button or the surrounding background.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/VxeZZCz9ekrnQQ5AByJ5W/5671672f2bb94c91d913d443e6c73f75/dialog-dismiss-do.png\", }, ], dontContent: [ { description: \"Avoid hiding the close button or replacing the footer action with a close function.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/69Iqe3DgTqm9Xy1m1aBnlT/f858753bf988bb08e6255c3f3b790abe/dialog-dismiss-dont.png\", }, ], }, { heading: \"Content Clarity\", description: \"\", doContent: [ { description: \"Use a simple, stacked layout that ensures clarity and flexibility in the limited space. Keep the content clear, concise, and easy to read.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/6Th9UaPwtSwR5TD93JvKOS/206fe41d70d2f20aa5ef02478eeb340a/dialog-content-do.png\", }, ], dontContent: [ { description: \"Don’t use complex layouts like grids or overcrowd the dialog with excessive content that may hinder readability.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/5OeRzyHdAW5m7TrePK4Ksq/09d0b82ff09a67465b9606a95689063f/dialog-content-do-not.png\", }, ], }, ], behaviour: { list: [ \"Dialogs appear as a temporary overlay on top of the main content.\", \"The dialog smoothly animates onto the screen to enhance user experience.\", \"Users can click the background to dismiss the dialog.\", ], }, writing: { list: [ \"Concise Information: Keep dialog content simple and to the point.\", \"Clear Labels: Use clear labels for actions and navigation items.\", \"Avoid Overcrowding: Do not overcrowd the dialog with too much information.\", ], }, }, }"
|
|
1835
1835
|
}
|
|
1836
1836
|
],
|
|
1837
1837
|
"exports": [
|
|
@@ -1878,6 +1878,27 @@
|
|
|
1878
1878
|
},
|
|
1879
1879
|
"privacy": "private"
|
|
1880
1880
|
},
|
|
1881
|
+
{
|
|
1882
|
+
"kind": "field",
|
|
1883
|
+
"name": "headerEl",
|
|
1884
|
+
"type": {
|
|
1885
|
+
"text": "HTMLElement | null"
|
|
1886
|
+
},
|
|
1887
|
+
"privacy": "private"
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"kind": "field",
|
|
1891
|
+
"name": "titleSlot",
|
|
1892
|
+
"type": {
|
|
1893
|
+
"text": "HTMLSlotElement | null"
|
|
1894
|
+
},
|
|
1895
|
+
"privacy": "private"
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"kind": "method",
|
|
1899
|
+
"name": "updateHeaderVisibility",
|
|
1900
|
+
"privacy": "private"
|
|
1901
|
+
},
|
|
1881
1902
|
{
|
|
1882
1903
|
"kind": "method",
|
|
1883
1904
|
"name": "updateFooterVisibility",
|
|
@@ -2453,7 +2474,7 @@
|
|
|
2453
2474
|
{
|
|
2454
2475
|
"kind": "field",
|
|
2455
2476
|
"name": "innerHTML",
|
|
2456
|
-
"default": "` <style> :host { display: flex; flex-direction: column; } .field-content { display: flex; flex-direction: column; } .message-container { display: none; } :host([has-message]) .message-container { display: flex; margin-top: var(--space-300); } :host([size=\"x-small\"][has-message]) .message-container { margin-top: var(--space-100); } :host([size=\"small\"][has-message]) .message-container { margin-top: var(--space-
|
|
2477
|
+
"default": "` <style> :host { display: flex; flex-direction: column; } .field-content { display: flex; flex-direction: column; } .message-container { display: none; } :host([has-message]) .message-container { display: flex; margin-top: var(--space-300); } :host([size=\"x-small\"][has-message]) .message-container { margin-top: var(--space-100); } :host([size=\"small\"][has-message]) .message-container { margin-top: var(--space-200); } :host([size=\"medium\"][has-message]) .message-container { margin-top: var(--space-300); } :host([size=\"large\"][has-message]) .message-container { margin-top: var(--space-300); } ::slotted(mui-checkbox) { padding-left: var(--space-025); } </style> <div class=\"field-content\"> <slot></slot> </div> <div class=\"message-container\"> <slot name=\"message\"></slot> <div class=\"message-fallback\"></div> </div> `"
|
|
2457
2478
|
}
|
|
2458
2479
|
],
|
|
2459
2480
|
"attributes": [
|
|
@@ -3595,7 +3616,7 @@
|
|
|
3595
3616
|
},
|
|
3596
3617
|
{
|
|
3597
3618
|
"kind": "javascript-module",
|
|
3598
|
-
"path": "src/components/mui-
|
|
3619
|
+
"path": "src/components/mui-illustrations/doc.ts",
|
|
3599
3620
|
"declarations": [
|
|
3600
3621
|
{
|
|
3601
3622
|
"kind": "variable",
|
|
@@ -3603,7 +3624,7 @@
|
|
|
3603
3624
|
"type": {
|
|
3604
3625
|
"text": "MuiDocs"
|
|
3605
3626
|
},
|
|
3606
|
-
"default": "{
|
|
3627
|
+
"default": "{ Illustrations: { title: \"Illustrations\", description: \"Large-format decorative visuals used to support empty states, onboarding moments, and explanatory content without competing with the primary interface.\", hero: [\"\"], figma: [\"\"], storybook: [\"\"], github: [\"https://github.com/michaeltrilford/muibook/tree/main/src/components/mui-illustrations\"], website: [\"https://muibook.com/#/illustrations\"], guides: [\"\"], usage: { list: [ \"Use illustrations to add tone and clarity to empty states, helper panels, and onboarding screens.\", \"Prefer one illustration per message area so the visual supports the content instead of competing with it.\", \"Use color='default' for light contexts and color='inverted' when the illustration needs to sit on dark surfaces.\", \"Use a custom CSS color only when the illustration needs to inherit a specific product accent.\", \"Keep illustration sizing consistent within the same product area.\", ], }, accessibility: { designerList: [\"\"], engineerList: [ \"Treat illustrations as decorative unless they communicate unique meaning that is not already present in adjacent text.\", ], }, anatomy: { image: \"\", list: [\"\"], }, variants: { items: [ { key: \"trash\", title: \"Trash\", description: \"A single illustration export for destructive, discard, or empty-bin related moments.\", image: \"\", }, ], }, compositions: { description: \"Illustrations are typically paired with heading, body copy, and one primary action.\", items: [ { key: \"empty-state\", name: \"Empty State\", description: \"A compact empty-state composition using an illustration to anchor the message.\", image: \"\", }, ], }, related: { items: [ { name: \"Icons\", link: \"https://guides.muibook.com/icons\" }, { name: \"Message\", link: \"https://guides.muibook.com/message\" }, { name: \"Card\", link: \"https://guides.muibook.com/card\" }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
3607
3628
|
}
|
|
3608
3629
|
],
|
|
3609
3630
|
"exports": [
|
|
@@ -3612,37 +3633,112 @@
|
|
|
3612
3633
|
"name": "muiDocs",
|
|
3613
3634
|
"declaration": {
|
|
3614
3635
|
"name": "muiDocs",
|
|
3615
|
-
"module": "src/components/mui-
|
|
3636
|
+
"module": "src/components/mui-illustrations/doc.ts"
|
|
3616
3637
|
}
|
|
3617
3638
|
}
|
|
3618
3639
|
]
|
|
3619
3640
|
},
|
|
3620
3641
|
{
|
|
3621
3642
|
"kind": "javascript-module",
|
|
3622
|
-
"path": "src/components/mui-
|
|
3643
|
+
"path": "src/components/mui-illustrations/index.ts",
|
|
3644
|
+
"declarations": [],
|
|
3645
|
+
"exports": []
|
|
3646
|
+
},
|
|
3647
|
+
{
|
|
3648
|
+
"kind": "javascript-module",
|
|
3649
|
+
"path": "src/components/mui-illustrations/trash.ts",
|
|
3623
3650
|
"declarations": [
|
|
3624
3651
|
{
|
|
3625
3652
|
"kind": "class",
|
|
3626
3653
|
"description": "",
|
|
3627
|
-
"name": "
|
|
3654
|
+
"name": "MuiIllustrationTrash",
|
|
3628
3655
|
"members": [
|
|
3629
|
-
{
|
|
3630
|
-
"kind": "field",
|
|
3631
|
-
"name": "observer",
|
|
3632
|
-
"type": {
|
|
3633
|
-
"text": "MutationObserver | null"
|
|
3634
|
-
},
|
|
3635
|
-
"privacy": "private",
|
|
3636
|
-
"default": "null"
|
|
3637
|
-
},
|
|
3638
3656
|
{
|
|
3639
3657
|
"kind": "method",
|
|
3640
|
-
"name": "
|
|
3641
|
-
"
|
|
3658
|
+
"name": "render",
|
|
3659
|
+
"return": {
|
|
3660
|
+
"type": {
|
|
3661
|
+
"text": "void"
|
|
3662
|
+
}
|
|
3663
|
+
}
|
|
3664
|
+
}
|
|
3665
|
+
],
|
|
3666
|
+
"attributes": [
|
|
3667
|
+
{
|
|
3668
|
+
"name": "size"
|
|
3642
3669
|
},
|
|
3643
3670
|
{
|
|
3644
|
-
"
|
|
3645
|
-
|
|
3671
|
+
"name": "color"
|
|
3672
|
+
}
|
|
3673
|
+
],
|
|
3674
|
+
"superclass": {
|
|
3675
|
+
"name": "HTMLElement"
|
|
3676
|
+
},
|
|
3677
|
+
"tagName": "mui-illustration-trash",
|
|
3678
|
+
"customElement": true
|
|
3679
|
+
}
|
|
3680
|
+
],
|
|
3681
|
+
"exports": [
|
|
3682
|
+
{
|
|
3683
|
+
"kind": "custom-element-definition",
|
|
3684
|
+
"name": "mui-illustration-trash",
|
|
3685
|
+
"declaration": {
|
|
3686
|
+
"name": "MuiIllustrationTrash",
|
|
3687
|
+
"module": "src/components/mui-illustrations/trash.ts"
|
|
3688
|
+
}
|
|
3689
|
+
}
|
|
3690
|
+
]
|
|
3691
|
+
},
|
|
3692
|
+
{
|
|
3693
|
+
"kind": "javascript-module",
|
|
3694
|
+
"path": "src/components/mui-image/doc.ts",
|
|
3695
|
+
"declarations": [
|
|
3696
|
+
{
|
|
3697
|
+
"kind": "variable",
|
|
3698
|
+
"name": "muiDocs",
|
|
3699
|
+
"type": {
|
|
3700
|
+
"text": "MuiDocs"
|
|
3701
|
+
},
|
|
3702
|
+
"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: [\"\"], }, }, }"
|
|
3703
|
+
}
|
|
3704
|
+
],
|
|
3705
|
+
"exports": [
|
|
3706
|
+
{
|
|
3707
|
+
"kind": "js",
|
|
3708
|
+
"name": "muiDocs",
|
|
3709
|
+
"declaration": {
|
|
3710
|
+
"name": "muiDocs",
|
|
3711
|
+
"module": "src/components/mui-image/doc.ts"
|
|
3712
|
+
}
|
|
3713
|
+
}
|
|
3714
|
+
]
|
|
3715
|
+
},
|
|
3716
|
+
{
|
|
3717
|
+
"kind": "javascript-module",
|
|
3718
|
+
"path": "src/components/mui-image/index.ts",
|
|
3719
|
+
"declarations": [
|
|
3720
|
+
{
|
|
3721
|
+
"kind": "class",
|
|
3722
|
+
"description": "",
|
|
3723
|
+
"name": "MuiImage",
|
|
3724
|
+
"members": [
|
|
3725
|
+
{
|
|
3726
|
+
"kind": "field",
|
|
3727
|
+
"name": "observer",
|
|
3728
|
+
"type": {
|
|
3729
|
+
"text": "MutationObserver | null"
|
|
3730
|
+
},
|
|
3731
|
+
"privacy": "private",
|
|
3732
|
+
"default": "null"
|
|
3733
|
+
},
|
|
3734
|
+
{
|
|
3735
|
+
"kind": "method",
|
|
3736
|
+
"name": "syncChildSlots",
|
|
3737
|
+
"privacy": "private"
|
|
3738
|
+
},
|
|
3739
|
+
{
|
|
3740
|
+
"kind": "method",
|
|
3741
|
+
"name": "clampPercent",
|
|
3646
3742
|
"privacy": "private",
|
|
3647
3743
|
"parameters": [
|
|
3648
3744
|
{
|
|
@@ -3724,461 +3820,192 @@
|
|
|
3724
3820
|
},
|
|
3725
3821
|
{
|
|
3726
3822
|
"kind": "javascript-module",
|
|
3727
|
-
"path": "src/components/mui-
|
|
3823
|
+
"path": "src/components/mui-icons/accessibility.ts",
|
|
3728
3824
|
"declarations": [
|
|
3729
3825
|
{
|
|
3730
|
-
"kind": "
|
|
3731
|
-
"
|
|
3732
|
-
"
|
|
3733
|
-
|
|
3826
|
+
"kind": "class",
|
|
3827
|
+
"description": "",
|
|
3828
|
+
"name": "MuiIconAccessibility",
|
|
3829
|
+
"members": [
|
|
3830
|
+
{
|
|
3831
|
+
"kind": "method",
|
|
3832
|
+
"name": "render",
|
|
3833
|
+
"return": {
|
|
3834
|
+
"type": {
|
|
3835
|
+
"text": "void"
|
|
3836
|
+
}
|
|
3837
|
+
}
|
|
3838
|
+
}
|
|
3839
|
+
],
|
|
3840
|
+
"attributes": [
|
|
3841
|
+
{
|
|
3842
|
+
"name": "size"
|
|
3843
|
+
},
|
|
3844
|
+
{
|
|
3845
|
+
"name": "color"
|
|
3846
|
+
}
|
|
3847
|
+
],
|
|
3848
|
+
"superclass": {
|
|
3849
|
+
"name": "HTMLElement"
|
|
3734
3850
|
},
|
|
3735
|
-
"
|
|
3851
|
+
"tagName": "mui-icon-accessibility",
|
|
3852
|
+
"customElement": true
|
|
3736
3853
|
}
|
|
3737
3854
|
],
|
|
3738
3855
|
"exports": [
|
|
3739
3856
|
{
|
|
3740
|
-
"kind": "
|
|
3741
|
-
"name": "
|
|
3857
|
+
"kind": "custom-element-definition",
|
|
3858
|
+
"name": "mui-icon-accessibility",
|
|
3742
3859
|
"declaration": {
|
|
3743
|
-
"name": "
|
|
3744
|
-
"module": "src/components/mui-
|
|
3860
|
+
"name": "MuiIconAccessibility",
|
|
3861
|
+
"module": "src/components/mui-icons/accessibility.ts"
|
|
3745
3862
|
}
|
|
3746
3863
|
}
|
|
3747
3864
|
]
|
|
3748
3865
|
},
|
|
3749
3866
|
{
|
|
3750
3867
|
"kind": "javascript-module",
|
|
3751
|
-
"path": "src/components/mui-
|
|
3868
|
+
"path": "src/components/mui-icons/add.ts",
|
|
3752
3869
|
"declarations": [
|
|
3753
3870
|
{
|
|
3754
3871
|
"kind": "class",
|
|
3755
3872
|
"description": "",
|
|
3756
|
-
"name": "
|
|
3873
|
+
"name": "MuiIconAdd",
|
|
3757
3874
|
"members": [
|
|
3758
|
-
{
|
|
3759
|
-
"kind": "field",
|
|
3760
|
-
"name": "_changeHandler",
|
|
3761
|
-
"type": {
|
|
3762
|
-
"text": "(e: Event) => void | undefined"
|
|
3763
|
-
}
|
|
3764
|
-
},
|
|
3765
|
-
{
|
|
3766
|
-
"kind": "field",
|
|
3767
|
-
"name": "_slotResizeObserver",
|
|
3768
|
-
"type": {
|
|
3769
|
-
"text": "ResizeObserver | undefined"
|
|
3770
|
-
}
|
|
3771
|
-
},
|
|
3772
|
-
{
|
|
3773
|
-
"kind": "method",
|
|
3774
|
-
"name": "cleanupListeners"
|
|
3775
|
-
},
|
|
3776
|
-
{
|
|
3777
|
-
"kind": "method",
|
|
3778
|
-
"name": "setupListener"
|
|
3779
|
-
},
|
|
3780
|
-
{
|
|
3781
|
-
"kind": "method",
|
|
3782
|
-
"name": "updateCharacterCount"
|
|
3783
|
-
},
|
|
3784
3875
|
{
|
|
3785
3876
|
"kind": "method",
|
|
3786
|
-
"name": "
|
|
3877
|
+
"name": "render",
|
|
3787
3878
|
"return": {
|
|
3788
3879
|
"type": {
|
|
3789
3880
|
"text": "void"
|
|
3790
3881
|
}
|
|
3791
3882
|
}
|
|
3792
|
-
},
|
|
3793
|
-
{
|
|
3794
|
-
"kind": "method",
|
|
3795
|
-
"name": "render"
|
|
3796
|
-
}
|
|
3797
|
-
],
|
|
3798
|
-
"events": [
|
|
3799
|
-
{
|
|
3800
|
-
"name": "change",
|
|
3801
|
-
"type": {
|
|
3802
|
-
"text": "CustomEvent"
|
|
3803
|
-
}
|
|
3804
|
-
},
|
|
3805
|
-
{
|
|
3806
|
-
"name": "input",
|
|
3807
|
-
"type": {
|
|
3808
|
-
"text": "CustomEvent"
|
|
3809
|
-
}
|
|
3810
3883
|
}
|
|
3811
3884
|
],
|
|
3812
3885
|
"attributes": [
|
|
3813
|
-
{
|
|
3814
|
-
"name": "type"
|
|
3815
|
-
},
|
|
3816
|
-
{
|
|
3817
|
-
"name": "name"
|
|
3818
|
-
},
|
|
3819
|
-
{
|
|
3820
|
-
"name": "value"
|
|
3821
|
-
},
|
|
3822
|
-
{
|
|
3823
|
-
"name": "placeholder"
|
|
3824
|
-
},
|
|
3825
|
-
{
|
|
3826
|
-
"name": "id"
|
|
3827
|
-
},
|
|
3828
|
-
{
|
|
3829
|
-
"name": "label"
|
|
3830
|
-
},
|
|
3831
|
-
{
|
|
3832
|
-
"name": "disabled"
|
|
3833
|
-
},
|
|
3834
|
-
{
|
|
3835
|
-
"name": "hide-label"
|
|
3836
|
-
},
|
|
3837
|
-
{
|
|
3838
|
-
"name": "variant"
|
|
3839
|
-
},
|
|
3840
|
-
{
|
|
3841
|
-
"name": "optional"
|
|
3842
|
-
},
|
|
3843
|
-
{
|
|
3844
|
-
"name": "max-length"
|
|
3845
|
-
},
|
|
3846
3886
|
{
|
|
3847
3887
|
"name": "size"
|
|
3848
3888
|
},
|
|
3849
3889
|
{
|
|
3850
|
-
"name": "
|
|
3890
|
+
"name": "color"
|
|
3851
3891
|
}
|
|
3852
3892
|
],
|
|
3853
3893
|
"superclass": {
|
|
3854
3894
|
"name": "HTMLElement"
|
|
3855
3895
|
},
|
|
3856
|
-
"tagName": "mui-
|
|
3896
|
+
"tagName": "mui-icon-add",
|
|
3857
3897
|
"customElement": true
|
|
3858
3898
|
}
|
|
3859
3899
|
],
|
|
3860
3900
|
"exports": [
|
|
3861
3901
|
{
|
|
3862
3902
|
"kind": "custom-element-definition",
|
|
3863
|
-
"name": "mui-
|
|
3903
|
+
"name": "mui-icon-add",
|
|
3864
3904
|
"declaration": {
|
|
3865
|
-
"name": "
|
|
3866
|
-
"module": "src/components/mui-
|
|
3905
|
+
"name": "MuiIconAdd",
|
|
3906
|
+
"module": "src/components/mui-icons/add.ts"
|
|
3867
3907
|
}
|
|
3868
3908
|
}
|
|
3869
3909
|
]
|
|
3870
3910
|
},
|
|
3871
3911
|
{
|
|
3872
3912
|
"kind": "javascript-module",
|
|
3873
|
-
"path": "src/components/mui-
|
|
3913
|
+
"path": "src/components/mui-icons/ai.ts",
|
|
3874
3914
|
"declarations": [
|
|
3875
3915
|
{
|
|
3876
|
-
"kind": "
|
|
3877
|
-
"
|
|
3878
|
-
"
|
|
3879
|
-
|
|
3916
|
+
"kind": "class",
|
|
3917
|
+
"description": "",
|
|
3918
|
+
"name": "MuiIconAi",
|
|
3919
|
+
"members": [
|
|
3920
|
+
{
|
|
3921
|
+
"kind": "method",
|
|
3922
|
+
"name": "render",
|
|
3923
|
+
"return": {
|
|
3924
|
+
"type": {
|
|
3925
|
+
"text": "void"
|
|
3926
|
+
}
|
|
3927
|
+
}
|
|
3928
|
+
}
|
|
3929
|
+
],
|
|
3930
|
+
"attributes": [
|
|
3931
|
+
{
|
|
3932
|
+
"name": "size"
|
|
3933
|
+
},
|
|
3934
|
+
{
|
|
3935
|
+
"name": "color"
|
|
3936
|
+
}
|
|
3937
|
+
],
|
|
3938
|
+
"superclass": {
|
|
3939
|
+
"name": "HTMLElement"
|
|
3880
3940
|
},
|
|
3881
|
-
"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: [\"\"], }, }, }"
|
|
3941
|
+
"tagName": "mui-icon-ai",
|
|
3942
|
+
"customElement": true
|
|
3882
3943
|
}
|
|
3883
3944
|
],
|
|
3884
3945
|
"exports": [
|
|
3885
3946
|
{
|
|
3886
|
-
"kind": "
|
|
3887
|
-
"name": "
|
|
3947
|
+
"kind": "custom-element-definition",
|
|
3948
|
+
"name": "mui-icon-ai",
|
|
3888
3949
|
"declaration": {
|
|
3889
|
-
"name": "
|
|
3890
|
-
"module": "src/components/mui-
|
|
3950
|
+
"name": "MuiIconAi",
|
|
3951
|
+
"module": "src/components/mui-icons/ai.ts"
|
|
3891
3952
|
}
|
|
3892
3953
|
}
|
|
3893
3954
|
]
|
|
3894
3955
|
},
|
|
3895
3956
|
{
|
|
3896
3957
|
"kind": "javascript-module",
|
|
3897
|
-
"path": "src/components/mui-
|
|
3958
|
+
"path": "src/components/mui-icons/attention.ts",
|
|
3898
3959
|
"declarations": [
|
|
3899
3960
|
{
|
|
3900
3961
|
"kind": "class",
|
|
3901
3962
|
"description": "",
|
|
3902
|
-
"name": "
|
|
3963
|
+
"name": "MuiIconAttention",
|
|
3903
3964
|
"members": [
|
|
3904
3965
|
{
|
|
3905
3966
|
"kind": "method",
|
|
3906
|
-
"name": "
|
|
3907
|
-
"privacy": "private"
|
|
3908
|
-
},
|
|
3909
|
-
{
|
|
3910
|
-
"kind": "method",
|
|
3911
|
-
"name": "render"
|
|
3912
|
-
},
|
|
3913
|
-
{
|
|
3914
|
-
"kind": "method",
|
|
3915
|
-
"name": "updateAvatarSizes",
|
|
3916
|
-
"return": {
|
|
3917
|
-
"type": {
|
|
3918
|
-
"text": "void"
|
|
3919
|
-
}
|
|
3920
|
-
},
|
|
3921
|
-
"parameters": [
|
|
3922
|
-
{
|
|
3923
|
-
"name": "nodes",
|
|
3924
|
-
"type": {
|
|
3925
|
-
"text": "Node[]"
|
|
3926
|
-
}
|
|
3927
|
-
}
|
|
3928
|
-
]
|
|
3929
|
-
},
|
|
3930
|
-
{
|
|
3931
|
-
"kind": "method",
|
|
3932
|
-
"name": "updateIconSizes",
|
|
3933
|
-
"return": {
|
|
3934
|
-
"type": {
|
|
3935
|
-
"text": "void"
|
|
3936
|
-
}
|
|
3937
|
-
},
|
|
3938
|
-
"parameters": [
|
|
3939
|
-
{
|
|
3940
|
-
"name": "nodes",
|
|
3941
|
-
"type": {
|
|
3942
|
-
"text": "Node[]"
|
|
3943
|
-
}
|
|
3944
|
-
},
|
|
3945
|
-
{
|
|
3946
|
-
"name": "isIconOnly",
|
|
3947
|
-
"type": {
|
|
3948
|
-
"text": "boolean"
|
|
3949
|
-
}
|
|
3950
|
-
}
|
|
3951
|
-
]
|
|
3952
|
-
},
|
|
3953
|
-
{
|
|
3954
|
-
"kind": "method",
|
|
3955
|
-
"name": "updateBadgeSizes",
|
|
3967
|
+
"name": "render",
|
|
3956
3968
|
"return": {
|
|
3957
3969
|
"type": {
|
|
3958
3970
|
"text": "void"
|
|
3959
3971
|
}
|
|
3960
|
-
},
|
|
3961
|
-
"parameters": [
|
|
3962
|
-
{
|
|
3963
|
-
"name": "nodes",
|
|
3964
|
-
"type": {
|
|
3965
|
-
"text": "Node[]"
|
|
3966
|
-
}
|
|
3967
|
-
}
|
|
3968
|
-
]
|
|
3969
|
-
},
|
|
3970
|
-
{
|
|
3971
|
-
"kind": "method",
|
|
3972
|
-
"name": "waitForPartMap",
|
|
3973
|
-
"return": {
|
|
3974
|
-
"type": {
|
|
3975
|
-
"text": "Promise<void>"
|
|
3976
|
-
}
|
|
3977
3972
|
}
|
|
3978
3973
|
}
|
|
3979
3974
|
],
|
|
3980
3975
|
"attributes": [
|
|
3981
|
-
{
|
|
3982
|
-
"name": "target"
|
|
3983
|
-
},
|
|
3984
|
-
{
|
|
3985
|
-
"name": "href"
|
|
3986
|
-
},
|
|
3987
|
-
{
|
|
3988
|
-
"name": "variant"
|
|
3989
|
-
},
|
|
3990
|
-
{
|
|
3991
|
-
"name": "disabled"
|
|
3992
|
-
},
|
|
3993
|
-
{
|
|
3994
|
-
"name": "weight"
|
|
3995
|
-
},
|
|
3996
3976
|
{
|
|
3997
3977
|
"name": "size"
|
|
3998
3978
|
},
|
|
3999
3979
|
{
|
|
4000
|
-
"name": "
|
|
4001
|
-
},
|
|
4002
|
-
{
|
|
4003
|
-
"name": "usage"
|
|
3980
|
+
"name": "color"
|
|
4004
3981
|
}
|
|
4005
3982
|
],
|
|
4006
3983
|
"superclass": {
|
|
4007
3984
|
"name": "HTMLElement"
|
|
4008
3985
|
},
|
|
4009
|
-
"tagName": "mui-
|
|
4010
|
-
"customElement": true
|
|
4011
|
-
"cssParts": [
|
|
4012
|
-
{
|
|
4013
|
-
"name": "color",
|
|
4014
|
-
"description": "Style hook from part-map"
|
|
4015
|
-
},
|
|
4016
|
-
{
|
|
4017
|
-
"name": "font-family",
|
|
4018
|
-
"description": "Style hook from part-map"
|
|
4019
|
-
},
|
|
4020
|
-
{
|
|
4021
|
-
"name": "font-size",
|
|
4022
|
-
"description": "Style hook from part-map"
|
|
4023
|
-
},
|
|
4024
|
-
{
|
|
4025
|
-
"name": "font-weight",
|
|
4026
|
-
"description": "Style hook from part-map"
|
|
4027
|
-
},
|
|
4028
|
-
{
|
|
4029
|
-
"name": "letter-spacing",
|
|
4030
|
-
"description": "Style hook from part-map"
|
|
4031
|
-
},
|
|
4032
|
-
{
|
|
4033
|
-
"name": "line-height",
|
|
4034
|
-
"description": "Style hook from part-map"
|
|
4035
|
-
},
|
|
4036
|
-
{
|
|
4037
|
-
"name": "text-transform",
|
|
4038
|
-
"description": "Style hook from part-map"
|
|
4039
|
-
},
|
|
4040
|
-
{
|
|
4041
|
-
"name": "text-decoration",
|
|
4042
|
-
"description": "Style hook from part-map"
|
|
4043
|
-
},
|
|
4044
|
-
{
|
|
4045
|
-
"name": "text-align",
|
|
4046
|
-
"description": "Style hook from part-map"
|
|
4047
|
-
},
|
|
4048
|
-
{
|
|
4049
|
-
"name": "padding",
|
|
4050
|
-
"description": "Style hook from part-map"
|
|
4051
|
-
},
|
|
4052
|
-
{
|
|
4053
|
-
"name": "margin",
|
|
4054
|
-
"description": "Style hook from part-map"
|
|
4055
|
-
},
|
|
4056
|
-
{
|
|
4057
|
-
"name": "gap",
|
|
4058
|
-
"description": "Style hook from part-map"
|
|
4059
|
-
},
|
|
4060
|
-
{
|
|
4061
|
-
"name": "width",
|
|
4062
|
-
"description": "Style hook from part-map"
|
|
4063
|
-
},
|
|
4064
|
-
{
|
|
4065
|
-
"name": "height",
|
|
4066
|
-
"description": "Style hook from part-map"
|
|
4067
|
-
},
|
|
4068
|
-
{
|
|
4069
|
-
"name": "box-sizing",
|
|
4070
|
-
"description": "Style hook from part-map"
|
|
4071
|
-
},
|
|
4072
|
-
{
|
|
4073
|
-
"name": "display",
|
|
4074
|
-
"description": "Style hook from part-map"
|
|
4075
|
-
},
|
|
4076
|
-
{
|
|
4077
|
-
"name": "flex",
|
|
4078
|
-
"description": "Style hook from part-map"
|
|
4079
|
-
},
|
|
4080
|
-
{
|
|
4081
|
-
"name": "flex-direction",
|
|
4082
|
-
"description": "Style hook from part-map"
|
|
4083
|
-
},
|
|
4084
|
-
{
|
|
4085
|
-
"name": "flex-wrap",
|
|
4086
|
-
"description": "Style hook from part-map"
|
|
4087
|
-
},
|
|
4088
|
-
{
|
|
4089
|
-
"name": "justify-content",
|
|
4090
|
-
"description": "Style hook from part-map"
|
|
4091
|
-
},
|
|
4092
|
-
{
|
|
4093
|
-
"name": "align-items",
|
|
4094
|
-
"description": "Style hook from part-map"
|
|
4095
|
-
},
|
|
4096
|
-
{
|
|
4097
|
-
"name": "align-content",
|
|
4098
|
-
"description": "Style hook from part-map"
|
|
4099
|
-
},
|
|
4100
|
-
{
|
|
4101
|
-
"name": "align-self",
|
|
4102
|
-
"description": "Style hook from part-map"
|
|
4103
|
-
},
|
|
4104
|
-
{
|
|
4105
|
-
"name": "grid-template-columns",
|
|
4106
|
-
"description": "Style hook from part-map"
|
|
4107
|
-
},
|
|
4108
|
-
{
|
|
4109
|
-
"name": "grid-template-rows",
|
|
4110
|
-
"description": "Style hook from part-map"
|
|
4111
|
-
},
|
|
4112
|
-
{
|
|
4113
|
-
"name": "grid-column",
|
|
4114
|
-
"description": "Style hook from part-map"
|
|
4115
|
-
},
|
|
4116
|
-
{
|
|
4117
|
-
"name": "grid-row",
|
|
4118
|
-
"description": "Style hook from part-map"
|
|
4119
|
-
},
|
|
4120
|
-
{
|
|
4121
|
-
"name": "place-items",
|
|
4122
|
-
"description": "Style hook from part-map"
|
|
4123
|
-
},
|
|
4124
|
-
{
|
|
4125
|
-
"name": "place-content",
|
|
4126
|
-
"description": "Style hook from part-map"
|
|
4127
|
-
},
|
|
4128
|
-
{
|
|
4129
|
-
"name": "vertical-align",
|
|
4130
|
-
"description": "Style hook from part-map"
|
|
4131
|
-
},
|
|
4132
|
-
{
|
|
4133
|
-
"name": "background",
|
|
4134
|
-
"description": "Style hook from part-map"
|
|
4135
|
-
},
|
|
4136
|
-
{
|
|
4137
|
-
"name": "border",
|
|
4138
|
-
"description": "Style hook from part-map"
|
|
4139
|
-
},
|
|
4140
|
-
{
|
|
4141
|
-
"name": "border-radius",
|
|
4142
|
-
"description": "Style hook from part-map"
|
|
4143
|
-
},
|
|
4144
|
-
{
|
|
4145
|
-
"name": "box-shadow",
|
|
4146
|
-
"description": "Style hook from part-map"
|
|
4147
|
-
},
|
|
4148
|
-
{
|
|
4149
|
-
"name": "opacity",
|
|
4150
|
-
"description": "Style hook from part-map"
|
|
4151
|
-
},
|
|
4152
|
-
{
|
|
4153
|
-
"name": "transition",
|
|
4154
|
-
"description": "Style hook from part-map"
|
|
4155
|
-
},
|
|
4156
|
-
{
|
|
4157
|
-
"name": "outline",
|
|
4158
|
-
"description": "Style hook from part-map"
|
|
4159
|
-
}
|
|
4160
|
-
]
|
|
3986
|
+
"tagName": "mui-icon-attention",
|
|
3987
|
+
"customElement": true
|
|
4161
3988
|
}
|
|
4162
3989
|
],
|
|
4163
3990
|
"exports": [
|
|
4164
3991
|
{
|
|
4165
3992
|
"kind": "custom-element-definition",
|
|
4166
|
-
"name": "mui-
|
|
3993
|
+
"name": "mui-icon-attention",
|
|
4167
3994
|
"declaration": {
|
|
4168
|
-
"name": "
|
|
4169
|
-
"module": "src/components/mui-
|
|
3995
|
+
"name": "MuiIconAttention",
|
|
3996
|
+
"module": "src/components/mui-icons/attention.ts"
|
|
4170
3997
|
}
|
|
4171
3998
|
}
|
|
4172
3999
|
]
|
|
4173
4000
|
},
|
|
4174
4001
|
{
|
|
4175
4002
|
"kind": "javascript-module",
|
|
4176
|
-
"path": "src/components/mui-icons/
|
|
4003
|
+
"path": "src/components/mui-icons/calendar.ts",
|
|
4177
4004
|
"declarations": [
|
|
4178
4005
|
{
|
|
4179
4006
|
"kind": "class",
|
|
4180
4007
|
"description": "",
|
|
4181
|
-
"name": "
|
|
4008
|
+
"name": "MuiIconCalendar",
|
|
4182
4009
|
"members": [
|
|
4183
4010
|
{
|
|
4184
4011
|
"kind": "method",
|
|
@@ -4201,29 +4028,29 @@
|
|
|
4201
4028
|
"superclass": {
|
|
4202
4029
|
"name": "HTMLElement"
|
|
4203
4030
|
},
|
|
4204
|
-
"tagName": "mui-icon-
|
|
4031
|
+
"tagName": "mui-icon-calendar",
|
|
4205
4032
|
"customElement": true
|
|
4206
4033
|
}
|
|
4207
4034
|
],
|
|
4208
4035
|
"exports": [
|
|
4209
4036
|
{
|
|
4210
4037
|
"kind": "custom-element-definition",
|
|
4211
|
-
"name": "mui-icon-
|
|
4038
|
+
"name": "mui-icon-calendar",
|
|
4212
4039
|
"declaration": {
|
|
4213
|
-
"name": "
|
|
4214
|
-
"module": "src/components/mui-icons/
|
|
4040
|
+
"name": "MuiIconCalendar",
|
|
4041
|
+
"module": "src/components/mui-icons/calendar.ts"
|
|
4215
4042
|
}
|
|
4216
4043
|
}
|
|
4217
4044
|
]
|
|
4218
4045
|
},
|
|
4219
4046
|
{
|
|
4220
4047
|
"kind": "javascript-module",
|
|
4221
|
-
"path": "src/components/mui-icons/
|
|
4048
|
+
"path": "src/components/mui-icons/check.ts",
|
|
4222
4049
|
"declarations": [
|
|
4223
4050
|
{
|
|
4224
4051
|
"kind": "class",
|
|
4225
4052
|
"description": "",
|
|
4226
|
-
"name": "
|
|
4053
|
+
"name": "MuiIconCheck",
|
|
4227
4054
|
"members": [
|
|
4228
4055
|
{
|
|
4229
4056
|
"kind": "method",
|
|
@@ -4246,187 +4073,7 @@
|
|
|
4246
4073
|
"superclass": {
|
|
4247
4074
|
"name": "HTMLElement"
|
|
4248
4075
|
},
|
|
4249
|
-
"tagName": "mui-icon-
|
|
4250
|
-
"customElement": true
|
|
4251
|
-
}
|
|
4252
|
-
],
|
|
4253
|
-
"exports": [
|
|
4254
|
-
{
|
|
4255
|
-
"kind": "custom-element-definition",
|
|
4256
|
-
"name": "mui-icon-add",
|
|
4257
|
-
"declaration": {
|
|
4258
|
-
"name": "MuiIconAdd",
|
|
4259
|
-
"module": "src/components/mui-icons/add.ts"
|
|
4260
|
-
}
|
|
4261
|
-
}
|
|
4262
|
-
]
|
|
4263
|
-
},
|
|
4264
|
-
{
|
|
4265
|
-
"kind": "javascript-module",
|
|
4266
|
-
"path": "src/components/mui-icons/ai.ts",
|
|
4267
|
-
"declarations": [
|
|
4268
|
-
{
|
|
4269
|
-
"kind": "class",
|
|
4270
|
-
"description": "",
|
|
4271
|
-
"name": "MuiIconAi",
|
|
4272
|
-
"members": [
|
|
4273
|
-
{
|
|
4274
|
-
"kind": "method",
|
|
4275
|
-
"name": "render",
|
|
4276
|
-
"return": {
|
|
4277
|
-
"type": {
|
|
4278
|
-
"text": "void"
|
|
4279
|
-
}
|
|
4280
|
-
}
|
|
4281
|
-
}
|
|
4282
|
-
],
|
|
4283
|
-
"attributes": [
|
|
4284
|
-
{
|
|
4285
|
-
"name": "size"
|
|
4286
|
-
},
|
|
4287
|
-
{
|
|
4288
|
-
"name": "color"
|
|
4289
|
-
}
|
|
4290
|
-
],
|
|
4291
|
-
"superclass": {
|
|
4292
|
-
"name": "HTMLElement"
|
|
4293
|
-
},
|
|
4294
|
-
"tagName": "mui-icon-ai",
|
|
4295
|
-
"customElement": true
|
|
4296
|
-
}
|
|
4297
|
-
],
|
|
4298
|
-
"exports": [
|
|
4299
|
-
{
|
|
4300
|
-
"kind": "custom-element-definition",
|
|
4301
|
-
"name": "mui-icon-ai",
|
|
4302
|
-
"declaration": {
|
|
4303
|
-
"name": "MuiIconAi",
|
|
4304
|
-
"module": "src/components/mui-icons/ai.ts"
|
|
4305
|
-
}
|
|
4306
|
-
}
|
|
4307
|
-
]
|
|
4308
|
-
},
|
|
4309
|
-
{
|
|
4310
|
-
"kind": "javascript-module",
|
|
4311
|
-
"path": "src/components/mui-icons/attention.ts",
|
|
4312
|
-
"declarations": [
|
|
4313
|
-
{
|
|
4314
|
-
"kind": "class",
|
|
4315
|
-
"description": "",
|
|
4316
|
-
"name": "MuiIconAttention",
|
|
4317
|
-
"members": [
|
|
4318
|
-
{
|
|
4319
|
-
"kind": "method",
|
|
4320
|
-
"name": "render",
|
|
4321
|
-
"return": {
|
|
4322
|
-
"type": {
|
|
4323
|
-
"text": "void"
|
|
4324
|
-
}
|
|
4325
|
-
}
|
|
4326
|
-
}
|
|
4327
|
-
],
|
|
4328
|
-
"attributes": [
|
|
4329
|
-
{
|
|
4330
|
-
"name": "size"
|
|
4331
|
-
},
|
|
4332
|
-
{
|
|
4333
|
-
"name": "color"
|
|
4334
|
-
}
|
|
4335
|
-
],
|
|
4336
|
-
"superclass": {
|
|
4337
|
-
"name": "HTMLElement"
|
|
4338
|
-
},
|
|
4339
|
-
"tagName": "mui-icon-attention",
|
|
4340
|
-
"customElement": true
|
|
4341
|
-
}
|
|
4342
|
-
],
|
|
4343
|
-
"exports": [
|
|
4344
|
-
{
|
|
4345
|
-
"kind": "custom-element-definition",
|
|
4346
|
-
"name": "mui-icon-attention",
|
|
4347
|
-
"declaration": {
|
|
4348
|
-
"name": "MuiIconAttention",
|
|
4349
|
-
"module": "src/components/mui-icons/attention.ts"
|
|
4350
|
-
}
|
|
4351
|
-
}
|
|
4352
|
-
]
|
|
4353
|
-
},
|
|
4354
|
-
{
|
|
4355
|
-
"kind": "javascript-module",
|
|
4356
|
-
"path": "src/components/mui-icons/calendar.ts",
|
|
4357
|
-
"declarations": [
|
|
4358
|
-
{
|
|
4359
|
-
"kind": "class",
|
|
4360
|
-
"description": "",
|
|
4361
|
-
"name": "MuiIconCalendar",
|
|
4362
|
-
"members": [
|
|
4363
|
-
{
|
|
4364
|
-
"kind": "method",
|
|
4365
|
-
"name": "render",
|
|
4366
|
-
"return": {
|
|
4367
|
-
"type": {
|
|
4368
|
-
"text": "void"
|
|
4369
|
-
}
|
|
4370
|
-
}
|
|
4371
|
-
}
|
|
4372
|
-
],
|
|
4373
|
-
"attributes": [
|
|
4374
|
-
{
|
|
4375
|
-
"name": "size"
|
|
4376
|
-
},
|
|
4377
|
-
{
|
|
4378
|
-
"name": "color"
|
|
4379
|
-
}
|
|
4380
|
-
],
|
|
4381
|
-
"superclass": {
|
|
4382
|
-
"name": "HTMLElement"
|
|
4383
|
-
},
|
|
4384
|
-
"tagName": "mui-icon-calendar",
|
|
4385
|
-
"customElement": true
|
|
4386
|
-
}
|
|
4387
|
-
],
|
|
4388
|
-
"exports": [
|
|
4389
|
-
{
|
|
4390
|
-
"kind": "custom-element-definition",
|
|
4391
|
-
"name": "mui-icon-calendar",
|
|
4392
|
-
"declaration": {
|
|
4393
|
-
"name": "MuiIconCalendar",
|
|
4394
|
-
"module": "src/components/mui-icons/calendar.ts"
|
|
4395
|
-
}
|
|
4396
|
-
}
|
|
4397
|
-
]
|
|
4398
|
-
},
|
|
4399
|
-
{
|
|
4400
|
-
"kind": "javascript-module",
|
|
4401
|
-
"path": "src/components/mui-icons/check.ts",
|
|
4402
|
-
"declarations": [
|
|
4403
|
-
{
|
|
4404
|
-
"kind": "class",
|
|
4405
|
-
"description": "",
|
|
4406
|
-
"name": "MuiIconCheck",
|
|
4407
|
-
"members": [
|
|
4408
|
-
{
|
|
4409
|
-
"kind": "method",
|
|
4410
|
-
"name": "render",
|
|
4411
|
-
"return": {
|
|
4412
|
-
"type": {
|
|
4413
|
-
"text": "void"
|
|
4414
|
-
}
|
|
4415
|
-
}
|
|
4416
|
-
}
|
|
4417
|
-
],
|
|
4418
|
-
"attributes": [
|
|
4419
|
-
{
|
|
4420
|
-
"name": "size"
|
|
4421
|
-
},
|
|
4422
|
-
{
|
|
4423
|
-
"name": "color"
|
|
4424
|
-
}
|
|
4425
|
-
],
|
|
4426
|
-
"superclass": {
|
|
4427
|
-
"name": "HTMLElement"
|
|
4428
|
-
},
|
|
4429
|
-
"tagName": "mui-icon-check",
|
|
4076
|
+
"tagName": "mui-icon-check",
|
|
4430
4077
|
"customElement": true
|
|
4431
4078
|
}
|
|
4432
4079
|
],
|
|
@@ -6385,82 +6032,531 @@
|
|
|
6385
6032
|
"name": "MuiIconUpChevron",
|
|
6386
6033
|
"members": [
|
|
6387
6034
|
{
|
|
6388
|
-
"kind": "method",
|
|
6389
|
-
"name": "render",
|
|
6390
|
-
"return": {
|
|
6391
|
-
"type": {
|
|
6392
|
-
"text": "void"
|
|
6393
|
-
}
|
|
6394
|
-
}
|
|
6395
|
-
}
|
|
6396
|
-
],
|
|
6397
|
-
"attributes": [
|
|
6035
|
+
"kind": "method",
|
|
6036
|
+
"name": "render",
|
|
6037
|
+
"return": {
|
|
6038
|
+
"type": {
|
|
6039
|
+
"text": "void"
|
|
6040
|
+
}
|
|
6041
|
+
}
|
|
6042
|
+
}
|
|
6043
|
+
],
|
|
6044
|
+
"attributes": [
|
|
6045
|
+
{
|
|
6046
|
+
"name": "size"
|
|
6047
|
+
},
|
|
6048
|
+
{
|
|
6049
|
+
"name": "color"
|
|
6050
|
+
}
|
|
6051
|
+
],
|
|
6052
|
+
"superclass": {
|
|
6053
|
+
"name": "HTMLElement"
|
|
6054
|
+
},
|
|
6055
|
+
"tagName": "mui-icon-up-chevron",
|
|
6056
|
+
"customElement": true
|
|
6057
|
+
}
|
|
6058
|
+
],
|
|
6059
|
+
"exports": [
|
|
6060
|
+
{
|
|
6061
|
+
"kind": "custom-element-definition",
|
|
6062
|
+
"name": "mui-icon-up-chevron",
|
|
6063
|
+
"declaration": {
|
|
6064
|
+
"name": "MuiIconUpChevron",
|
|
6065
|
+
"module": "src/components/mui-icons/up-chevron.ts"
|
|
6066
|
+
}
|
|
6067
|
+
}
|
|
6068
|
+
]
|
|
6069
|
+
},
|
|
6070
|
+
{
|
|
6071
|
+
"kind": "javascript-module",
|
|
6072
|
+
"path": "src/components/mui-icons/warning.ts",
|
|
6073
|
+
"declarations": [
|
|
6074
|
+
{
|
|
6075
|
+
"kind": "class",
|
|
6076
|
+
"description": "",
|
|
6077
|
+
"name": "MuiIconWarning",
|
|
6078
|
+
"members": [
|
|
6079
|
+
{
|
|
6080
|
+
"kind": "method",
|
|
6081
|
+
"name": "render",
|
|
6082
|
+
"return": {
|
|
6083
|
+
"type": {
|
|
6084
|
+
"text": "void"
|
|
6085
|
+
}
|
|
6086
|
+
}
|
|
6087
|
+
}
|
|
6088
|
+
],
|
|
6089
|
+
"attributes": [
|
|
6090
|
+
{
|
|
6091
|
+
"name": "size"
|
|
6092
|
+
},
|
|
6093
|
+
{
|
|
6094
|
+
"name": "color"
|
|
6095
|
+
}
|
|
6096
|
+
],
|
|
6097
|
+
"superclass": {
|
|
6098
|
+
"name": "HTMLElement"
|
|
6099
|
+
},
|
|
6100
|
+
"tagName": "mui-icon-warning",
|
|
6101
|
+
"customElement": true
|
|
6102
|
+
}
|
|
6103
|
+
],
|
|
6104
|
+
"exports": [
|
|
6105
|
+
{
|
|
6106
|
+
"kind": "custom-element-definition",
|
|
6107
|
+
"name": "mui-icon-warning",
|
|
6108
|
+
"declaration": {
|
|
6109
|
+
"name": "MuiIconWarning",
|
|
6110
|
+
"module": "src/components/mui-icons/warning.ts"
|
|
6111
|
+
}
|
|
6112
|
+
}
|
|
6113
|
+
]
|
|
6114
|
+
},
|
|
6115
|
+
{
|
|
6116
|
+
"kind": "javascript-module",
|
|
6117
|
+
"path": "src/components/mui-input/doc.ts",
|
|
6118
|
+
"declarations": [
|
|
6119
|
+
{
|
|
6120
|
+
"kind": "variable",
|
|
6121
|
+
"name": "muiDocs",
|
|
6122
|
+
"type": {
|
|
6123
|
+
"text": "MuiDocs"
|
|
6124
|
+
},
|
|
6125
|
+
"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: [\"\"], }, }, }"
|
|
6126
|
+
}
|
|
6127
|
+
],
|
|
6128
|
+
"exports": [
|
|
6129
|
+
{
|
|
6130
|
+
"kind": "js",
|
|
6131
|
+
"name": "muiDocs",
|
|
6132
|
+
"declaration": {
|
|
6133
|
+
"name": "muiDocs",
|
|
6134
|
+
"module": "src/components/mui-input/doc.ts"
|
|
6135
|
+
}
|
|
6136
|
+
}
|
|
6137
|
+
]
|
|
6138
|
+
},
|
|
6139
|
+
{
|
|
6140
|
+
"kind": "javascript-module",
|
|
6141
|
+
"path": "src/components/mui-input/index.ts",
|
|
6142
|
+
"declarations": [
|
|
6143
|
+
{
|
|
6144
|
+
"kind": "class",
|
|
6145
|
+
"description": "",
|
|
6146
|
+
"name": "MuiInput",
|
|
6147
|
+
"members": [
|
|
6148
|
+
{
|
|
6149
|
+
"kind": "field",
|
|
6150
|
+
"name": "_changeHandler",
|
|
6151
|
+
"type": {
|
|
6152
|
+
"text": "(e: Event) => void | undefined"
|
|
6153
|
+
}
|
|
6154
|
+
},
|
|
6155
|
+
{
|
|
6156
|
+
"kind": "field",
|
|
6157
|
+
"name": "_slotResizeObserver",
|
|
6158
|
+
"type": {
|
|
6159
|
+
"text": "ResizeObserver | undefined"
|
|
6160
|
+
}
|
|
6161
|
+
},
|
|
6162
|
+
{
|
|
6163
|
+
"kind": "method",
|
|
6164
|
+
"name": "cleanupListeners"
|
|
6165
|
+
},
|
|
6166
|
+
{
|
|
6167
|
+
"kind": "method",
|
|
6168
|
+
"name": "setupListener"
|
|
6169
|
+
},
|
|
6170
|
+
{
|
|
6171
|
+
"kind": "method",
|
|
6172
|
+
"name": "updateCharacterCount"
|
|
6173
|
+
},
|
|
6174
|
+
{
|
|
6175
|
+
"kind": "method",
|
|
6176
|
+
"name": "updateSlottedButtons",
|
|
6177
|
+
"return": {
|
|
6178
|
+
"type": {
|
|
6179
|
+
"text": "void"
|
|
6180
|
+
}
|
|
6181
|
+
}
|
|
6182
|
+
},
|
|
6183
|
+
{
|
|
6184
|
+
"kind": "method",
|
|
6185
|
+
"name": "render"
|
|
6186
|
+
}
|
|
6187
|
+
],
|
|
6188
|
+
"events": [
|
|
6189
|
+
{
|
|
6190
|
+
"name": "change",
|
|
6191
|
+
"type": {
|
|
6192
|
+
"text": "CustomEvent"
|
|
6193
|
+
}
|
|
6194
|
+
},
|
|
6195
|
+
{
|
|
6196
|
+
"name": "input",
|
|
6197
|
+
"type": {
|
|
6198
|
+
"text": "CustomEvent"
|
|
6199
|
+
}
|
|
6200
|
+
}
|
|
6201
|
+
],
|
|
6202
|
+
"attributes": [
|
|
6203
|
+
{
|
|
6204
|
+
"name": "type"
|
|
6205
|
+
},
|
|
6206
|
+
{
|
|
6207
|
+
"name": "name"
|
|
6208
|
+
},
|
|
6209
|
+
{
|
|
6210
|
+
"name": "value"
|
|
6211
|
+
},
|
|
6212
|
+
{
|
|
6213
|
+
"name": "placeholder"
|
|
6214
|
+
},
|
|
6215
|
+
{
|
|
6216
|
+
"name": "id"
|
|
6217
|
+
},
|
|
6218
|
+
{
|
|
6219
|
+
"name": "label"
|
|
6220
|
+
},
|
|
6221
|
+
{
|
|
6222
|
+
"name": "disabled"
|
|
6223
|
+
},
|
|
6224
|
+
{
|
|
6225
|
+
"name": "hide-label"
|
|
6226
|
+
},
|
|
6227
|
+
{
|
|
6228
|
+
"name": "variant"
|
|
6229
|
+
},
|
|
6230
|
+
{
|
|
6231
|
+
"name": "optional"
|
|
6232
|
+
},
|
|
6233
|
+
{
|
|
6234
|
+
"name": "max-length"
|
|
6235
|
+
},
|
|
6236
|
+
{
|
|
6237
|
+
"name": "size"
|
|
6238
|
+
},
|
|
6239
|
+
{
|
|
6240
|
+
"name": "slot-layout"
|
|
6241
|
+
}
|
|
6242
|
+
],
|
|
6243
|
+
"superclass": {
|
|
6244
|
+
"name": "HTMLElement"
|
|
6245
|
+
},
|
|
6246
|
+
"tagName": "mui-input",
|
|
6247
|
+
"customElement": true
|
|
6248
|
+
}
|
|
6249
|
+
],
|
|
6250
|
+
"exports": [
|
|
6251
|
+
{
|
|
6252
|
+
"kind": "custom-element-definition",
|
|
6253
|
+
"name": "mui-input",
|
|
6254
|
+
"declaration": {
|
|
6255
|
+
"name": "MuiInput",
|
|
6256
|
+
"module": "src/components/mui-input/index.ts"
|
|
6257
|
+
}
|
|
6258
|
+
}
|
|
6259
|
+
]
|
|
6260
|
+
},
|
|
6261
|
+
{
|
|
6262
|
+
"kind": "javascript-module",
|
|
6263
|
+
"path": "src/components/mui-link/doc.ts",
|
|
6264
|
+
"declarations": [
|
|
6265
|
+
{
|
|
6266
|
+
"kind": "variable",
|
|
6267
|
+
"name": "muiDocs",
|
|
6268
|
+
"type": {
|
|
6269
|
+
"text": "MuiDocs"
|
|
6270
|
+
},
|
|
6271
|
+
"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: [\"\"], }, }, }"
|
|
6272
|
+
}
|
|
6273
|
+
],
|
|
6274
|
+
"exports": [
|
|
6275
|
+
{
|
|
6276
|
+
"kind": "js",
|
|
6277
|
+
"name": "muiDocs",
|
|
6278
|
+
"declaration": {
|
|
6279
|
+
"name": "muiDocs",
|
|
6280
|
+
"module": "src/components/mui-link/doc.ts"
|
|
6281
|
+
}
|
|
6282
|
+
}
|
|
6283
|
+
]
|
|
6284
|
+
},
|
|
6285
|
+
{
|
|
6286
|
+
"kind": "javascript-module",
|
|
6287
|
+
"path": "src/components/mui-link/index.ts",
|
|
6288
|
+
"declarations": [
|
|
6289
|
+
{
|
|
6290
|
+
"kind": "class",
|
|
6291
|
+
"description": "",
|
|
6292
|
+
"name": "MuiLink",
|
|
6293
|
+
"members": [
|
|
6294
|
+
{
|
|
6295
|
+
"kind": "method",
|
|
6296
|
+
"name": "updateSlotState",
|
|
6297
|
+
"privacy": "private"
|
|
6298
|
+
},
|
|
6299
|
+
{
|
|
6300
|
+
"kind": "method",
|
|
6301
|
+
"name": "render"
|
|
6302
|
+
},
|
|
6303
|
+
{
|
|
6304
|
+
"kind": "method",
|
|
6305
|
+
"name": "updateAvatarSizes",
|
|
6306
|
+
"return": {
|
|
6307
|
+
"type": {
|
|
6308
|
+
"text": "void"
|
|
6309
|
+
}
|
|
6310
|
+
},
|
|
6311
|
+
"parameters": [
|
|
6312
|
+
{
|
|
6313
|
+
"name": "nodes",
|
|
6314
|
+
"type": {
|
|
6315
|
+
"text": "Node[]"
|
|
6316
|
+
}
|
|
6317
|
+
}
|
|
6318
|
+
]
|
|
6319
|
+
},
|
|
6320
|
+
{
|
|
6321
|
+
"kind": "method",
|
|
6322
|
+
"name": "updateIconSizes",
|
|
6323
|
+
"return": {
|
|
6324
|
+
"type": {
|
|
6325
|
+
"text": "void"
|
|
6326
|
+
}
|
|
6327
|
+
},
|
|
6328
|
+
"parameters": [
|
|
6329
|
+
{
|
|
6330
|
+
"name": "nodes",
|
|
6331
|
+
"type": {
|
|
6332
|
+
"text": "Node[]"
|
|
6333
|
+
}
|
|
6334
|
+
},
|
|
6335
|
+
{
|
|
6336
|
+
"name": "isIconOnly",
|
|
6337
|
+
"type": {
|
|
6338
|
+
"text": "boolean"
|
|
6339
|
+
}
|
|
6340
|
+
}
|
|
6341
|
+
]
|
|
6342
|
+
},
|
|
6343
|
+
{
|
|
6344
|
+
"kind": "method",
|
|
6345
|
+
"name": "updateBadgeSizes",
|
|
6346
|
+
"return": {
|
|
6347
|
+
"type": {
|
|
6348
|
+
"text": "void"
|
|
6349
|
+
}
|
|
6350
|
+
},
|
|
6351
|
+
"parameters": [
|
|
6352
|
+
{
|
|
6353
|
+
"name": "nodes",
|
|
6354
|
+
"type": {
|
|
6355
|
+
"text": "Node[]"
|
|
6356
|
+
}
|
|
6357
|
+
}
|
|
6358
|
+
]
|
|
6359
|
+
},
|
|
6360
|
+
{
|
|
6361
|
+
"kind": "method",
|
|
6362
|
+
"name": "waitForPartMap",
|
|
6363
|
+
"return": {
|
|
6364
|
+
"type": {
|
|
6365
|
+
"text": "Promise<void>"
|
|
6366
|
+
}
|
|
6367
|
+
}
|
|
6368
|
+
}
|
|
6369
|
+
],
|
|
6370
|
+
"attributes": [
|
|
6371
|
+
{
|
|
6372
|
+
"name": "target"
|
|
6373
|
+
},
|
|
6374
|
+
{
|
|
6375
|
+
"name": "href"
|
|
6376
|
+
},
|
|
6377
|
+
{
|
|
6378
|
+
"name": "variant"
|
|
6379
|
+
},
|
|
6380
|
+
{
|
|
6381
|
+
"name": "disabled"
|
|
6382
|
+
},
|
|
6383
|
+
{
|
|
6384
|
+
"name": "weight"
|
|
6385
|
+
},
|
|
6386
|
+
{
|
|
6387
|
+
"name": "size"
|
|
6388
|
+
},
|
|
6389
|
+
{
|
|
6390
|
+
"name": "download"
|
|
6391
|
+
},
|
|
6392
|
+
{
|
|
6393
|
+
"name": "usage"
|
|
6394
|
+
}
|
|
6395
|
+
],
|
|
6396
|
+
"superclass": {
|
|
6397
|
+
"name": "HTMLElement"
|
|
6398
|
+
},
|
|
6399
|
+
"tagName": "mui-link",
|
|
6400
|
+
"customElement": true,
|
|
6401
|
+
"cssParts": [
|
|
6402
|
+
{
|
|
6403
|
+
"name": "color",
|
|
6404
|
+
"description": "Style hook from part-map"
|
|
6405
|
+
},
|
|
6406
|
+
{
|
|
6407
|
+
"name": "font-family",
|
|
6408
|
+
"description": "Style hook from part-map"
|
|
6409
|
+
},
|
|
6410
|
+
{
|
|
6411
|
+
"name": "font-size",
|
|
6412
|
+
"description": "Style hook from part-map"
|
|
6413
|
+
},
|
|
6414
|
+
{
|
|
6415
|
+
"name": "font-weight",
|
|
6416
|
+
"description": "Style hook from part-map"
|
|
6417
|
+
},
|
|
6418
|
+
{
|
|
6419
|
+
"name": "letter-spacing",
|
|
6420
|
+
"description": "Style hook from part-map"
|
|
6421
|
+
},
|
|
6422
|
+
{
|
|
6423
|
+
"name": "line-height",
|
|
6424
|
+
"description": "Style hook from part-map"
|
|
6425
|
+
},
|
|
6426
|
+
{
|
|
6427
|
+
"name": "text-transform",
|
|
6428
|
+
"description": "Style hook from part-map"
|
|
6429
|
+
},
|
|
6430
|
+
{
|
|
6431
|
+
"name": "text-decoration",
|
|
6432
|
+
"description": "Style hook from part-map"
|
|
6433
|
+
},
|
|
6434
|
+
{
|
|
6435
|
+
"name": "text-align",
|
|
6436
|
+
"description": "Style hook from part-map"
|
|
6437
|
+
},
|
|
6438
|
+
{
|
|
6439
|
+
"name": "padding",
|
|
6440
|
+
"description": "Style hook from part-map"
|
|
6441
|
+
},
|
|
6442
|
+
{
|
|
6443
|
+
"name": "margin",
|
|
6444
|
+
"description": "Style hook from part-map"
|
|
6445
|
+
},
|
|
6446
|
+
{
|
|
6447
|
+
"name": "gap",
|
|
6448
|
+
"description": "Style hook from part-map"
|
|
6449
|
+
},
|
|
6450
|
+
{
|
|
6451
|
+
"name": "width",
|
|
6452
|
+
"description": "Style hook from part-map"
|
|
6453
|
+
},
|
|
6454
|
+
{
|
|
6455
|
+
"name": "height",
|
|
6456
|
+
"description": "Style hook from part-map"
|
|
6457
|
+
},
|
|
6458
|
+
{
|
|
6459
|
+
"name": "box-sizing",
|
|
6460
|
+
"description": "Style hook from part-map"
|
|
6461
|
+
},
|
|
6462
|
+
{
|
|
6463
|
+
"name": "display",
|
|
6464
|
+
"description": "Style hook from part-map"
|
|
6465
|
+
},
|
|
6466
|
+
{
|
|
6467
|
+
"name": "flex",
|
|
6468
|
+
"description": "Style hook from part-map"
|
|
6469
|
+
},
|
|
6470
|
+
{
|
|
6471
|
+
"name": "flex-direction",
|
|
6472
|
+
"description": "Style hook from part-map"
|
|
6473
|
+
},
|
|
6474
|
+
{
|
|
6475
|
+
"name": "flex-wrap",
|
|
6476
|
+
"description": "Style hook from part-map"
|
|
6477
|
+
},
|
|
6478
|
+
{
|
|
6479
|
+
"name": "justify-content",
|
|
6480
|
+
"description": "Style hook from part-map"
|
|
6481
|
+
},
|
|
6482
|
+
{
|
|
6483
|
+
"name": "align-items",
|
|
6484
|
+
"description": "Style hook from part-map"
|
|
6485
|
+
},
|
|
6486
|
+
{
|
|
6487
|
+
"name": "align-content",
|
|
6488
|
+
"description": "Style hook from part-map"
|
|
6489
|
+
},
|
|
6490
|
+
{
|
|
6491
|
+
"name": "align-self",
|
|
6492
|
+
"description": "Style hook from part-map"
|
|
6493
|
+
},
|
|
6494
|
+
{
|
|
6495
|
+
"name": "grid-template-columns",
|
|
6496
|
+
"description": "Style hook from part-map"
|
|
6497
|
+
},
|
|
6498
|
+
{
|
|
6499
|
+
"name": "grid-template-rows",
|
|
6500
|
+
"description": "Style hook from part-map"
|
|
6501
|
+
},
|
|
6502
|
+
{
|
|
6503
|
+
"name": "grid-column",
|
|
6504
|
+
"description": "Style hook from part-map"
|
|
6505
|
+
},
|
|
6506
|
+
{
|
|
6507
|
+
"name": "grid-row",
|
|
6508
|
+
"description": "Style hook from part-map"
|
|
6509
|
+
},
|
|
6510
|
+
{
|
|
6511
|
+
"name": "place-items",
|
|
6512
|
+
"description": "Style hook from part-map"
|
|
6513
|
+
},
|
|
6514
|
+
{
|
|
6515
|
+
"name": "place-content",
|
|
6516
|
+
"description": "Style hook from part-map"
|
|
6517
|
+
},
|
|
6398
6518
|
{
|
|
6399
|
-
"name": "
|
|
6519
|
+
"name": "vertical-align",
|
|
6520
|
+
"description": "Style hook from part-map"
|
|
6400
6521
|
},
|
|
6401
6522
|
{
|
|
6402
|
-
"name": "
|
|
6403
|
-
|
|
6404
|
-
|
|
6405
|
-
"superclass": {
|
|
6406
|
-
"name": "HTMLElement"
|
|
6407
|
-
},
|
|
6408
|
-
"tagName": "mui-icon-up-chevron",
|
|
6409
|
-
"customElement": true
|
|
6410
|
-
}
|
|
6411
|
-
],
|
|
6412
|
-
"exports": [
|
|
6413
|
-
{
|
|
6414
|
-
"kind": "custom-element-definition",
|
|
6415
|
-
"name": "mui-icon-up-chevron",
|
|
6416
|
-
"declaration": {
|
|
6417
|
-
"name": "MuiIconUpChevron",
|
|
6418
|
-
"module": "src/components/mui-icons/up-chevron.ts"
|
|
6419
|
-
}
|
|
6420
|
-
}
|
|
6421
|
-
]
|
|
6422
|
-
},
|
|
6423
|
-
{
|
|
6424
|
-
"kind": "javascript-module",
|
|
6425
|
-
"path": "src/components/mui-icons/warning.ts",
|
|
6426
|
-
"declarations": [
|
|
6427
|
-
{
|
|
6428
|
-
"kind": "class",
|
|
6429
|
-
"description": "",
|
|
6430
|
-
"name": "MuiIconWarning",
|
|
6431
|
-
"members": [
|
|
6523
|
+
"name": "background",
|
|
6524
|
+
"description": "Style hook from part-map"
|
|
6525
|
+
},
|
|
6432
6526
|
{
|
|
6433
|
-
"
|
|
6434
|
-
"
|
|
6435
|
-
|
|
6436
|
-
"type": {
|
|
6437
|
-
"text": "void"
|
|
6438
|
-
}
|
|
6439
|
-
}
|
|
6440
|
-
}
|
|
6441
|
-
],
|
|
6442
|
-
"attributes": [
|
|
6527
|
+
"name": "border",
|
|
6528
|
+
"description": "Style hook from part-map"
|
|
6529
|
+
},
|
|
6443
6530
|
{
|
|
6444
|
-
"name": "
|
|
6531
|
+
"name": "border-radius",
|
|
6532
|
+
"description": "Style hook from part-map"
|
|
6445
6533
|
},
|
|
6446
6534
|
{
|
|
6447
|
-
"name": "
|
|
6535
|
+
"name": "box-shadow",
|
|
6536
|
+
"description": "Style hook from part-map"
|
|
6537
|
+
},
|
|
6538
|
+
{
|
|
6539
|
+
"name": "opacity",
|
|
6540
|
+
"description": "Style hook from part-map"
|
|
6541
|
+
},
|
|
6542
|
+
{
|
|
6543
|
+
"name": "transition",
|
|
6544
|
+
"description": "Style hook from part-map"
|
|
6545
|
+
},
|
|
6546
|
+
{
|
|
6547
|
+
"name": "outline",
|
|
6548
|
+
"description": "Style hook from part-map"
|
|
6448
6549
|
}
|
|
6449
|
-
]
|
|
6450
|
-
"superclass": {
|
|
6451
|
-
"name": "HTMLElement"
|
|
6452
|
-
},
|
|
6453
|
-
"tagName": "mui-icon-warning",
|
|
6454
|
-
"customElement": true
|
|
6550
|
+
]
|
|
6455
6551
|
}
|
|
6456
6552
|
],
|
|
6457
6553
|
"exports": [
|
|
6458
6554
|
{
|
|
6459
6555
|
"kind": "custom-element-definition",
|
|
6460
|
-
"name": "mui-
|
|
6556
|
+
"name": "mui-link",
|
|
6461
6557
|
"declaration": {
|
|
6462
|
-
"name": "
|
|
6463
|
-
"module": "src/components/mui-
|
|
6558
|
+
"name": "MuiLink",
|
|
6559
|
+
"module": "src/components/mui-link/index.ts"
|
|
6464
6560
|
}
|
|
6465
6561
|
}
|
|
6466
6562
|
]
|
|
@@ -6902,6 +6998,70 @@
|
|
|
6902
6998
|
}
|
|
6903
6999
|
]
|
|
6904
7000
|
},
|
|
7001
|
+
{
|
|
7002
|
+
"kind": "javascript-module",
|
|
7003
|
+
"path": "src/components/mui-progress/doc.ts",
|
|
7004
|
+
"declarations": [
|
|
7005
|
+
{
|
|
7006
|
+
"kind": "variable",
|
|
7007
|
+
"name": "muiDocs",
|
|
7008
|
+
"type": {
|
|
7009
|
+
"text": "MuiDocs"
|
|
7010
|
+
},
|
|
7011
|
+
"default": "{ Progress: { title: \"Progress\", description: \"A Progress Bar visually represents completion status by filling a bar based on a percentage value. It gives users a clear indication of progress for a given task or process.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/2NPcL7tA0zGUWFLShr66fS/23d0050dce8c8379afc6deb8e351d049/Progress_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=948-4161&t=0ytskb8cxriEmdz2-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/inputs-progress--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-progress/index.ts\"], website: [\"https://muibook.com/#/progress\"], guides: [\"https://guides.muibook.com/progress\"], usage: { list: [ \"Show task progress – Indicate how much of a task or process has been completed.\", \"Display loading states – Represent the progress of a background operation, such as file uploads.\", \"Track step completion – Show progress in multi-step workflows or onboarding processes.\", \"Tune visual density and motion with component tokens such as --progress-radius, --progress-syncing-width, and --progress-pending-stripe-size.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"\"], }, anatomy: { image: \"https://images.ctfassets.net/i5uwscj4pkk2/1iPll53Pmtgjh50qYwhsgY/908da9c51dd605895bd6306290fc6bd9/Progress_-_Anatomy.png\", list: [ \"Fill (Indicator) – The colored portion inside the track that represents the progress percentage.\", \"Track – The background of the progress bar, providing the visual boundary for progress.\", ], }, variants: { items: [ { key: \"\", title: \"\", description: \"\", 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\", }, ], }, related: { items: [ { name: \"\", link: \"\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
7012
|
+
}
|
|
7013
|
+
],
|
|
7014
|
+
"exports": [
|
|
7015
|
+
{
|
|
7016
|
+
"kind": "js",
|
|
7017
|
+
"name": "muiDocs",
|
|
7018
|
+
"declaration": {
|
|
7019
|
+
"name": "muiDocs",
|
|
7020
|
+
"module": "src/components/mui-progress/doc.ts"
|
|
7021
|
+
}
|
|
7022
|
+
}
|
|
7023
|
+
]
|
|
7024
|
+
},
|
|
7025
|
+
{
|
|
7026
|
+
"kind": "javascript-module",
|
|
7027
|
+
"path": "src/components/mui-progress/index.ts",
|
|
7028
|
+
"declarations": [
|
|
7029
|
+
{
|
|
7030
|
+
"kind": "class",
|
|
7031
|
+
"description": "",
|
|
7032
|
+
"name": "MuiProgress",
|
|
7033
|
+
"members": [
|
|
7034
|
+
{
|
|
7035
|
+
"kind": "method",
|
|
7036
|
+
"name": "render"
|
|
7037
|
+
}
|
|
7038
|
+
],
|
|
7039
|
+
"attributes": [
|
|
7040
|
+
{
|
|
7041
|
+
"name": "progress"
|
|
7042
|
+
},
|
|
7043
|
+
{
|
|
7044
|
+
"name": "state"
|
|
7045
|
+
}
|
|
7046
|
+
],
|
|
7047
|
+
"superclass": {
|
|
7048
|
+
"name": "HTMLElement"
|
|
7049
|
+
},
|
|
7050
|
+
"tagName": "mui-progress",
|
|
7051
|
+
"customElement": true
|
|
7052
|
+
}
|
|
7053
|
+
],
|
|
7054
|
+
"exports": [
|
|
7055
|
+
{
|
|
7056
|
+
"kind": "custom-element-definition",
|
|
7057
|
+
"name": "mui-progress",
|
|
7058
|
+
"declaration": {
|
|
7059
|
+
"name": "MuiProgress",
|
|
7060
|
+
"module": "src/components/mui-progress/index.ts"
|
|
7061
|
+
}
|
|
7062
|
+
}
|
|
7063
|
+
]
|
|
7064
|
+
},
|
|
6905
7065
|
{
|
|
6906
7066
|
"kind": "javascript-module",
|
|
6907
7067
|
"path": "src/components/mui-message/doc.ts",
|
|
@@ -7023,70 +7183,6 @@
|
|
|
7023
7183
|
}
|
|
7024
7184
|
]
|
|
7025
7185
|
},
|
|
7026
|
-
{
|
|
7027
|
-
"kind": "javascript-module",
|
|
7028
|
-
"path": "src/components/mui-progress/doc.ts",
|
|
7029
|
-
"declarations": [
|
|
7030
|
-
{
|
|
7031
|
-
"kind": "variable",
|
|
7032
|
-
"name": "muiDocs",
|
|
7033
|
-
"type": {
|
|
7034
|
-
"text": "MuiDocs"
|
|
7035
|
-
},
|
|
7036
|
-
"default": "{ Progress: { title: \"Progress\", description: \"A Progress Bar visually represents completion status by filling a bar based on a percentage value. It gives users a clear indication of progress for a given task or process.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/2NPcL7tA0zGUWFLShr66fS/23d0050dce8c8379afc6deb8e351d049/Progress_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=948-4161&t=0ytskb8cxriEmdz2-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/inputs-progress--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-progress/index.ts\"], website: [\"https://muibook.com/#/progress\"], guides: [\"https://guides.muibook.com/progress\"], usage: { list: [ \"Show task progress – Indicate how much of a task or process has been completed.\", \"Display loading states – Represent the progress of a background operation, such as file uploads.\", \"Track step completion – Show progress in multi-step workflows or onboarding processes.\", \"Tune visual density and motion with component tokens such as --progress-radius, --progress-syncing-width, and --progress-pending-stripe-size.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"\"], }, anatomy: { image: \"https://images.ctfassets.net/i5uwscj4pkk2/1iPll53Pmtgjh50qYwhsgY/908da9c51dd605895bd6306290fc6bd9/Progress_-_Anatomy.png\", list: [ \"Fill (Indicator) – The colored portion inside the track that represents the progress percentage.\", \"Track – The background of the progress bar, providing the visual boundary for progress.\", ], }, variants: { items: [ { key: \"\", title: \"\", description: \"\", 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\", }, ], }, related: { items: [ { name: \"\", link: \"\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
7037
|
-
}
|
|
7038
|
-
],
|
|
7039
|
-
"exports": [
|
|
7040
|
-
{
|
|
7041
|
-
"kind": "js",
|
|
7042
|
-
"name": "muiDocs",
|
|
7043
|
-
"declaration": {
|
|
7044
|
-
"name": "muiDocs",
|
|
7045
|
-
"module": "src/components/mui-progress/doc.ts"
|
|
7046
|
-
}
|
|
7047
|
-
}
|
|
7048
|
-
]
|
|
7049
|
-
},
|
|
7050
|
-
{
|
|
7051
|
-
"kind": "javascript-module",
|
|
7052
|
-
"path": "src/components/mui-progress/index.ts",
|
|
7053
|
-
"declarations": [
|
|
7054
|
-
{
|
|
7055
|
-
"kind": "class",
|
|
7056
|
-
"description": "",
|
|
7057
|
-
"name": "MuiProgress",
|
|
7058
|
-
"members": [
|
|
7059
|
-
{
|
|
7060
|
-
"kind": "method",
|
|
7061
|
-
"name": "render"
|
|
7062
|
-
}
|
|
7063
|
-
],
|
|
7064
|
-
"attributes": [
|
|
7065
|
-
{
|
|
7066
|
-
"name": "progress"
|
|
7067
|
-
},
|
|
7068
|
-
{
|
|
7069
|
-
"name": "state"
|
|
7070
|
-
}
|
|
7071
|
-
],
|
|
7072
|
-
"superclass": {
|
|
7073
|
-
"name": "HTMLElement"
|
|
7074
|
-
},
|
|
7075
|
-
"tagName": "mui-progress",
|
|
7076
|
-
"customElement": true
|
|
7077
|
-
}
|
|
7078
|
-
],
|
|
7079
|
-
"exports": [
|
|
7080
|
-
{
|
|
7081
|
-
"kind": "custom-element-definition",
|
|
7082
|
-
"name": "mui-progress",
|
|
7083
|
-
"declaration": {
|
|
7084
|
-
"name": "MuiProgress",
|
|
7085
|
-
"module": "src/components/mui-progress/index.ts"
|
|
7086
|
-
}
|
|
7087
|
-
}
|
|
7088
|
-
]
|
|
7089
|
-
},
|
|
7090
7186
|
{
|
|
7091
7187
|
"kind": "javascript-module",
|
|
7092
7188
|
"path": "src/components/mui-prompt/doc.ts",
|
|
@@ -11531,12 +11627,12 @@
|
|
|
11531
11627
|
},
|
|
11532
11628
|
{
|
|
11533
11629
|
"kind": "javascript-module",
|
|
11534
|
-
"path": "src/components/mui-
|
|
11630
|
+
"path": "src/components/mui-table/cell/index.ts",
|
|
11535
11631
|
"declarations": [
|
|
11536
11632
|
{
|
|
11537
11633
|
"kind": "class",
|
|
11538
11634
|
"description": "",
|
|
11539
|
-
"name": "
|
|
11635
|
+
"name": "MuiCell",
|
|
11540
11636
|
"members": [
|
|
11541
11637
|
{
|
|
11542
11638
|
"kind": "method",
|
|
@@ -11545,38 +11641,23 @@
|
|
|
11545
11641
|
],
|
|
11546
11642
|
"attributes": [
|
|
11547
11643
|
{
|
|
11548
|
-
"name": "
|
|
11549
|
-
},
|
|
11550
|
-
{
|
|
11551
|
-
"name": "resolved-state"
|
|
11552
|
-
},
|
|
11553
|
-
{
|
|
11554
|
-
"name": "title"
|
|
11555
|
-
},
|
|
11556
|
-
{
|
|
11557
|
-
"name": "direction"
|
|
11558
|
-
},
|
|
11559
|
-
{
|
|
11560
|
-
"name": "hide-icon"
|
|
11561
|
-
},
|
|
11562
|
-
{
|
|
11563
|
-
"name": "size"
|
|
11644
|
+
"name": "align-y"
|
|
11564
11645
|
}
|
|
11565
11646
|
],
|
|
11566
11647
|
"superclass": {
|
|
11567
11648
|
"name": "HTMLElement"
|
|
11568
11649
|
},
|
|
11569
|
-
"tagName": "mui-
|
|
11650
|
+
"tagName": "mui-cell",
|
|
11570
11651
|
"customElement": true
|
|
11571
11652
|
}
|
|
11572
11653
|
],
|
|
11573
11654
|
"exports": [
|
|
11574
11655
|
{
|
|
11575
11656
|
"kind": "custom-element-definition",
|
|
11576
|
-
"name": "mui-
|
|
11657
|
+
"name": "mui-cell",
|
|
11577
11658
|
"declaration": {
|
|
11578
|
-
"name": "
|
|
11579
|
-
"module": "src/components/mui-
|
|
11659
|
+
"name": "MuiCell",
|
|
11660
|
+
"module": "src/components/mui-table/cell/index.ts"
|
|
11580
11661
|
}
|
|
11581
11662
|
}
|
|
11582
11663
|
]
|
|
@@ -11756,12 +11837,12 @@
|
|
|
11756
11837
|
},
|
|
11757
11838
|
{
|
|
11758
11839
|
"kind": "javascript-module",
|
|
11759
|
-
"path": "src/components/mui-
|
|
11840
|
+
"path": "src/components/mui-stepper/step/index.ts",
|
|
11760
11841
|
"declarations": [
|
|
11761
11842
|
{
|
|
11762
11843
|
"kind": "class",
|
|
11763
11844
|
"description": "",
|
|
11764
|
-
"name": "
|
|
11845
|
+
"name": "MuiStep",
|
|
11765
11846
|
"members": [
|
|
11766
11847
|
{
|
|
11767
11848
|
"kind": "method",
|
|
@@ -11770,23 +11851,38 @@
|
|
|
11770
11851
|
],
|
|
11771
11852
|
"attributes": [
|
|
11772
11853
|
{
|
|
11773
|
-
"name": "
|
|
11854
|
+
"name": "state"
|
|
11855
|
+
},
|
|
11856
|
+
{
|
|
11857
|
+
"name": "resolved-state"
|
|
11858
|
+
},
|
|
11859
|
+
{
|
|
11860
|
+
"name": "title"
|
|
11861
|
+
},
|
|
11862
|
+
{
|
|
11863
|
+
"name": "direction"
|
|
11864
|
+
},
|
|
11865
|
+
{
|
|
11866
|
+
"name": "hide-icon"
|
|
11867
|
+
},
|
|
11868
|
+
{
|
|
11869
|
+
"name": "size"
|
|
11774
11870
|
}
|
|
11775
11871
|
],
|
|
11776
11872
|
"superclass": {
|
|
11777
11873
|
"name": "HTMLElement"
|
|
11778
11874
|
},
|
|
11779
|
-
"tagName": "mui-
|
|
11875
|
+
"tagName": "mui-step",
|
|
11780
11876
|
"customElement": true
|
|
11781
11877
|
}
|
|
11782
11878
|
],
|
|
11783
11879
|
"exports": [
|
|
11784
11880
|
{
|
|
11785
11881
|
"kind": "custom-element-definition",
|
|
11786
|
-
"name": "mui-
|
|
11882
|
+
"name": "mui-step",
|
|
11787
11883
|
"declaration": {
|
|
11788
|
-
"name": "
|
|
11789
|
-
"module": "src/components/mui-
|
|
11884
|
+
"name": "MuiStep",
|
|
11885
|
+
"module": "src/components/mui-stepper/step/index.ts"
|
|
11790
11886
|
}
|
|
11791
11887
|
}
|
|
11792
11888
|
]
|
|
@@ -11894,104 +11990,6 @@
|
|
|
11894
11990
|
}
|
|
11895
11991
|
]
|
|
11896
11992
|
},
|
|
11897
|
-
{
|
|
11898
|
-
"kind": "javascript-module",
|
|
11899
|
-
"path": "src/components/mui-table/table/index.ts",
|
|
11900
|
-
"declarations": [
|
|
11901
|
-
{
|
|
11902
|
-
"kind": "class",
|
|
11903
|
-
"description": "",
|
|
11904
|
-
"name": "MuiTable",
|
|
11905
|
-
"superclass": {
|
|
11906
|
-
"name": "HTMLElement"
|
|
11907
|
-
},
|
|
11908
|
-
"tagName": "mui-table",
|
|
11909
|
-
"customElement": true
|
|
11910
|
-
}
|
|
11911
|
-
],
|
|
11912
|
-
"exports": [
|
|
11913
|
-
{
|
|
11914
|
-
"kind": "custom-element-definition",
|
|
11915
|
-
"name": "mui-table",
|
|
11916
|
-
"declaration": {
|
|
11917
|
-
"name": "MuiTable",
|
|
11918
|
-
"module": "src/components/mui-table/table/index.ts"
|
|
11919
|
-
}
|
|
11920
|
-
}
|
|
11921
|
-
]
|
|
11922
|
-
},
|
|
11923
|
-
{
|
|
11924
|
-
"kind": "javascript-module",
|
|
11925
|
-
"path": "src/components/mui-tabs/controller/index.ts",
|
|
11926
|
-
"declarations": [
|
|
11927
|
-
{
|
|
11928
|
-
"kind": "class",
|
|
11929
|
-
"description": "",
|
|
11930
|
-
"name": "MuiTabController",
|
|
11931
|
-
"members": [
|
|
11932
|
-
{
|
|
11933
|
-
"kind": "method",
|
|
11934
|
-
"name": "initializePanels",
|
|
11935
|
-
"privacy": "private",
|
|
11936
|
-
"return": {
|
|
11937
|
-
"type": {
|
|
11938
|
-
"text": "void"
|
|
11939
|
-
}
|
|
11940
|
-
}
|
|
11941
|
-
},
|
|
11942
|
-
{
|
|
11943
|
-
"kind": "method",
|
|
11944
|
-
"name": "handleTabChange",
|
|
11945
|
-
"return": {
|
|
11946
|
-
"type": {
|
|
11947
|
-
"text": "void"
|
|
11948
|
-
}
|
|
11949
|
-
},
|
|
11950
|
-
"parameters": [
|
|
11951
|
-
{
|
|
11952
|
-
"name": "event",
|
|
11953
|
-
"type": {
|
|
11954
|
-
"text": "Event"
|
|
11955
|
-
}
|
|
11956
|
-
}
|
|
11957
|
-
]
|
|
11958
|
-
},
|
|
11959
|
-
{
|
|
11960
|
-
"kind": "method",
|
|
11961
|
-
"name": "updatePanels",
|
|
11962
|
-
"return": {
|
|
11963
|
-
"type": {
|
|
11964
|
-
"text": "void"
|
|
11965
|
-
}
|
|
11966
|
-
},
|
|
11967
|
-
"parameters": [
|
|
11968
|
-
{
|
|
11969
|
-
"name": "activeId",
|
|
11970
|
-
"type": {
|
|
11971
|
-
"text": "string"
|
|
11972
|
-
}
|
|
11973
|
-
}
|
|
11974
|
-
]
|
|
11975
|
-
}
|
|
11976
|
-
],
|
|
11977
|
-
"superclass": {
|
|
11978
|
-
"name": "HTMLElement"
|
|
11979
|
-
},
|
|
11980
|
-
"tagName": "mui-tab-controller",
|
|
11981
|
-
"customElement": true
|
|
11982
|
-
}
|
|
11983
|
-
],
|
|
11984
|
-
"exports": [
|
|
11985
|
-
{
|
|
11986
|
-
"kind": "custom-element-definition",
|
|
11987
|
-
"name": "mui-tab-controller",
|
|
11988
|
-
"declaration": {
|
|
11989
|
-
"name": "MuiTabController",
|
|
11990
|
-
"module": "src/components/mui-tabs/controller/index.ts"
|
|
11991
|
-
}
|
|
11992
|
-
}
|
|
11993
|
-
]
|
|
11994
|
-
},
|
|
11995
11993
|
{
|
|
11996
11994
|
"kind": "javascript-module",
|
|
11997
11995
|
"path": "src/components/mui-tabs/item/index.ts",
|
|
@@ -12099,45 +12097,98 @@
|
|
|
12099
12097
|
},
|
|
12100
12098
|
{
|
|
12101
12099
|
"kind": "javascript-module",
|
|
12102
|
-
"path": "src/components/mui-
|
|
12100
|
+
"path": "src/components/mui-table/table/index.ts",
|
|
12103
12101
|
"declarations": [
|
|
12104
12102
|
{
|
|
12105
12103
|
"kind": "class",
|
|
12106
12104
|
"description": "",
|
|
12107
|
-
"name": "
|
|
12105
|
+
"name": "MuiTable",
|
|
12106
|
+
"superclass": {
|
|
12107
|
+
"name": "HTMLElement"
|
|
12108
|
+
},
|
|
12109
|
+
"tagName": "mui-table",
|
|
12110
|
+
"customElement": true
|
|
12111
|
+
}
|
|
12112
|
+
],
|
|
12113
|
+
"exports": [
|
|
12114
|
+
{
|
|
12115
|
+
"kind": "custom-element-definition",
|
|
12116
|
+
"name": "mui-table",
|
|
12117
|
+
"declaration": {
|
|
12118
|
+
"name": "MuiTable",
|
|
12119
|
+
"module": "src/components/mui-table/table/index.ts"
|
|
12120
|
+
}
|
|
12121
|
+
}
|
|
12122
|
+
]
|
|
12123
|
+
},
|
|
12124
|
+
{
|
|
12125
|
+
"kind": "javascript-module",
|
|
12126
|
+
"path": "src/components/mui-tabs/controller/index.ts",
|
|
12127
|
+
"declarations": [
|
|
12128
|
+
{
|
|
12129
|
+
"kind": "class",
|
|
12130
|
+
"description": "",
|
|
12131
|
+
"name": "MuiTabController",
|
|
12108
12132
|
"members": [
|
|
12109
12133
|
{
|
|
12110
|
-
"kind": "
|
|
12111
|
-
"name": "
|
|
12112
|
-
"
|
|
12113
|
-
|
|
12134
|
+
"kind": "method",
|
|
12135
|
+
"name": "initializePanels",
|
|
12136
|
+
"privacy": "private",
|
|
12137
|
+
"return": {
|
|
12138
|
+
"type": {
|
|
12139
|
+
"text": "void"
|
|
12140
|
+
}
|
|
12114
12141
|
}
|
|
12115
12142
|
},
|
|
12116
12143
|
{
|
|
12117
|
-
"kind": "
|
|
12118
|
-
"name": "
|
|
12119
|
-
"
|
|
12120
|
-
|
|
12121
|
-
|
|
12122
|
-
|
|
12144
|
+
"kind": "method",
|
|
12145
|
+
"name": "handleTabChange",
|
|
12146
|
+
"return": {
|
|
12147
|
+
"type": {
|
|
12148
|
+
"text": "void"
|
|
12149
|
+
}
|
|
12150
|
+
},
|
|
12151
|
+
"parameters": [
|
|
12152
|
+
{
|
|
12153
|
+
"name": "event",
|
|
12154
|
+
"type": {
|
|
12155
|
+
"text": "Event"
|
|
12156
|
+
}
|
|
12157
|
+
}
|
|
12158
|
+
]
|
|
12159
|
+
},
|
|
12123
12160
|
{
|
|
12124
|
-
"
|
|
12161
|
+
"kind": "method",
|
|
12162
|
+
"name": "updatePanels",
|
|
12163
|
+
"return": {
|
|
12164
|
+
"type": {
|
|
12165
|
+
"text": "void"
|
|
12166
|
+
}
|
|
12167
|
+
},
|
|
12168
|
+
"parameters": [
|
|
12169
|
+
{
|
|
12170
|
+
"name": "activeId",
|
|
12171
|
+
"type": {
|
|
12172
|
+
"text": "string"
|
|
12173
|
+
}
|
|
12174
|
+
}
|
|
12175
|
+
]
|
|
12125
12176
|
}
|
|
12126
12177
|
],
|
|
12127
12178
|
"superclass": {
|
|
12128
12179
|
"name": "HTMLElement"
|
|
12129
12180
|
},
|
|
12130
|
-
"tagName": "mui-tab-
|
|
12181
|
+
"tagName": "mui-tab-controller",
|
|
12131
12182
|
"customElement": true
|
|
12132
12183
|
}
|
|
12133
12184
|
],
|
|
12134
12185
|
"exports": [
|
|
12135
12186
|
{
|
|
12136
12187
|
"kind": "custom-element-definition",
|
|
12137
|
-
"name": "mui-tab-
|
|
12188
|
+
"name": "mui-tab-controller",
|
|
12138
12189
|
"declaration": {
|
|
12139
|
-
"name": "
|
|
12140
|
-
"module": "src/components/mui-tabs/
|
|
12190
|
+
"name": "MuiTabController",
|
|
12191
|
+
"module": "src/components/mui-tabs/controller/index.ts"
|
|
12141
12192
|
}
|
|
12142
12193
|
}
|
|
12143
12194
|
]
|
|
@@ -12301,6 +12352,51 @@
|
|
|
12301
12352
|
}
|
|
12302
12353
|
}
|
|
12303
12354
|
]
|
|
12355
|
+
},
|
|
12356
|
+
{
|
|
12357
|
+
"kind": "javascript-module",
|
|
12358
|
+
"path": "src/components/mui-tabs/panel/index.ts",
|
|
12359
|
+
"declarations": [
|
|
12360
|
+
{
|
|
12361
|
+
"kind": "class",
|
|
12362
|
+
"description": "",
|
|
12363
|
+
"name": "MuiTabPanel",
|
|
12364
|
+
"members": [
|
|
12365
|
+
{
|
|
12366
|
+
"kind": "field",
|
|
12367
|
+
"name": "item",
|
|
12368
|
+
"type": {
|
|
12369
|
+
"text": "string | null"
|
|
12370
|
+
}
|
|
12371
|
+
},
|
|
12372
|
+
{
|
|
12373
|
+
"kind": "field",
|
|
12374
|
+
"name": "innerHTML",
|
|
12375
|
+
"default": "` <style> :host { display: block; } :host([hidden]) { display: none !important; } .inner { padding: var(--tab-panel-padding, 0); } </style> <div class=\"inner\"> <slot></slot> </div> `"
|
|
12376
|
+
}
|
|
12377
|
+
],
|
|
12378
|
+
"attributes": [
|
|
12379
|
+
{
|
|
12380
|
+
"name": "item"
|
|
12381
|
+
}
|
|
12382
|
+
],
|
|
12383
|
+
"superclass": {
|
|
12384
|
+
"name": "HTMLElement"
|
|
12385
|
+
},
|
|
12386
|
+
"tagName": "mui-tab-panel",
|
|
12387
|
+
"customElement": true
|
|
12388
|
+
}
|
|
12389
|
+
],
|
|
12390
|
+
"exports": [
|
|
12391
|
+
{
|
|
12392
|
+
"kind": "custom-element-definition",
|
|
12393
|
+
"name": "mui-tab-panel",
|
|
12394
|
+
"declaration": {
|
|
12395
|
+
"name": "MuiTabPanel",
|
|
12396
|
+
"module": "src/components/mui-tabs/panel/index.ts"
|
|
12397
|
+
}
|
|
12398
|
+
}
|
|
12399
|
+
]
|
|
12304
12400
|
}
|
|
12305
12401
|
]
|
|
12306
12402
|
}
|