@muibook/components 20.0.0 → 20.1.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/AGENTS.md +67 -0
- package/DESIGN.md +358 -0
- package/README.md +52 -1
- package/dist/esm/agent/keywords/index.js +2 -204
- package/dist/esm/agent/prompts/index.js +6 -434
- package/dist/esm/components/mui-accordion/core/index.js +25 -17
- package/dist/esm/components/mui-avatar/index.js +99 -42
- package/dist/esm/components/mui-avatar-chip/index.js +158 -0
- package/dist/esm/components/mui-avatar-group/index.js +88 -0
- package/dist/esm/components/mui-badge/index.js +2 -2
- package/dist/esm/components/mui-body/index.js +20 -11
- package/dist/esm/components/mui-button/index.js +117 -65
- package/dist/esm/components/mui-calendar/index.js +199 -0
- package/dist/esm/components/mui-card/body/index.js +32 -17
- package/dist/esm/components/mui-card/footer/index.js +11 -9
- package/dist/esm/components/mui-carousel/controller/index.js +1 -1
- package/dist/esm/components/mui-checkbox/index.js +23 -18
- package/dist/esm/components/mui-chip/index.js +184 -68
- package/dist/esm/components/mui-chip-input/index.js +146 -137
- package/dist/esm/components/mui-chip-rail/index.js +154 -51
- package/dist/esm/components/mui-code/index.js +27 -8
- package/dist/esm/components/mui-container/index.js +68 -45
- package/dist/esm/components/mui-date-picker/index.js +169 -0
- package/dist/esm/components/mui-drawer/index.js +968 -100
- package/dist/esm/components/mui-dropdown/index.js +250 -63
- package/dist/esm/components/mui-field/index.js +1 -1
- package/dist/esm/components/mui-file-upload/index.js +13 -4
- package/dist/esm/components/mui-form-group/index.js +1 -2
- package/dist/esm/components/mui-form-message/index.js +4 -9
- package/dist/esm/components/mui-hint/index.js +178 -72
- package/dist/esm/components/mui-icons/copy/index.js +54 -0
- package/dist/esm/components/mui-icons/fullscreen/index.js +5 -0
- package/dist/esm/components/mui-icons/icon-helper/index.js +56 -0
- package/dist/esm/components/mui-icons/index.js +14 -1
- package/dist/esm/components/mui-icons/moon/index.js +3 -1
- package/dist/esm/components/mui-icons/{rectangle-bottom-panel → panel}/index.js +6 -6
- package/dist/esm/components/mui-icons/pause/index.js +5 -0
- package/dist/esm/components/mui-icons/picture-in-picture/index.js +5 -0
- package/dist/esm/components/mui-icons/play-fill/index.js +5 -0
- package/dist/esm/components/mui-icons/rectangle-right-drawer/index.js +56 -0
- package/dist/esm/components/mui-icons/reload/index.js +5 -0
- package/dist/esm/components/mui-icons/speaker-mute/index.js +5 -0
- package/dist/esm/components/mui-icons/speaker-one-wave/index.js +5 -0
- package/dist/esm/components/mui-icons/speaker-two-wave/index.js +5 -0
- package/dist/esm/components/mui-icons/spinner/index.js +7 -5
- package/dist/esm/components/mui-icons/stop-fill/index.js +5 -0
- package/dist/esm/components/mui-icons/sun/index.js +5 -5
- package/dist/esm/components/mui-icons/timer/index.js +54 -0
- package/dist/esm/components/mui-icons/toggle/index.js +16 -6
- package/dist/esm/components/mui-icons/vertical-ellipsis/index.js +5 -0
- package/dist/esm/components/mui-illustrations/trash/index.js +6 -5
- package/dist/esm/components/mui-input/index.js +87 -62
- package/dist/esm/components/mui-link/index.js +195 -83
- package/dist/esm/components/mui-media-player/index.js +1577 -83
- package/dist/esm/components/mui-model-viewer/index.js +258 -0
- package/dist/esm/components/mui-progress-ring/index.js +349 -0
- package/dist/esm/components/mui-prompt/index.js +99 -71
- package/dist/esm/components/mui-prompt-preview/index.js +11 -23
- package/dist/esm/components/mui-radio/index.js +38 -17
- package/dist/esm/components/mui-range-input/index.js +9 -4
- package/dist/esm/components/mui-responsive/index.js +60 -27
- package/dist/esm/components/mui-search-input/index.js +300 -0
- package/dist/esm/components/mui-select/index.js +231 -42
- package/dist/esm/components/mui-slat/slat/index.js +40 -12
- package/dist/esm/components/mui-spinner/index.js +11 -9
- package/dist/esm/components/mui-switch/index.js +23 -20
- package/dist/esm/components/mui-table/row/index.js +2 -6
- package/dist/esm/components/mui-table/table/index.js +157 -14
- package/dist/esm/components/mui-textarea/index.js +43 -26
- package/dist/esm/components/mui-time/index/index.js +336 -0
- package/dist/esm/components/mui-time-picker/index.js +126 -0
- package/dist/esm/components/mui-video-thumbnail/index.js +5 -5
- package/dist/esm/css/mui-brand.css +12 -8
- package/dist/esm/css/mui-tokens.css +417 -305
- package/dist/esm/css/readme.md +2 -2
- package/dist/esm/custom-elements.json +3678 -1553
- package/dist/esm/dynamic-attrs.json +263 -66
- package/dist/esm/index.js +30 -6
- package/dist/esm/knowledge/compositions/index.js +1560 -0
- package/dist/esm/knowledge/index.js +28 -0
- package/dist/esm/knowledge/keywords/index.js +306 -0
- package/dist/esm/knowledge/rules/index.js +199 -0
- package/dist/esm/tokens/js/index.js +143 -139
- package/dist/types/agent/keywords/index.d.ts +1 -1
- package/dist/types/components/mui-avatar-chip/api.d.ts +28 -0
- package/dist/types/components/mui-avatar-chip/index.d.ts +18 -0
- package/dist/types/components/mui-avatar-group/api.d.ts +28 -0
- package/dist/types/components/mui-avatar-group/doc.d.ts +2 -0
- package/dist/types/components/mui-avatar-group/index.d.ts +1 -0
- package/dist/types/components/mui-button/api.d.ts +2 -2
- package/dist/types/components/mui-calendar/api.d.ts +41 -0
- package/dist/types/components/mui-calendar/doc.d.ts +2 -0
- package/dist/types/components/mui-calendar/index.d.ts +3 -0
- package/dist/types/components/mui-checkbox/api.d.ts +4 -0
- package/dist/types/components/mui-chip-input/api.d.ts +4 -0
- package/dist/types/components/mui-chip-rail/index.d.ts +1 -0
- package/dist/types/components/mui-date-picker/api.d.ts +38 -0
- package/dist/types/components/mui-date-picker/doc.d.ts +2 -0
- package/dist/types/components/mui-date-picker/index.d.ts +6 -0
- package/dist/types/components/mui-drawer/api.d.ts +4 -0
- package/dist/types/components/mui-drawer/index.d.ts +2 -0
- package/dist/types/components/mui-file-upload/api.d.ts +4 -0
- package/dist/types/components/mui-icons/fullscreen.d.ts +1 -0
- package/dist/types/components/mui-icons/icon-helper.d.ts +1 -0
- package/dist/types/components/mui-icons/index.d.ts +14 -1
- package/dist/types/components/mui-icons/panel.d.ts +1 -0
- package/dist/types/components/mui-icons/pause.d.ts +1 -0
- package/dist/types/components/mui-icons/picture-in-picture.d.ts +1 -0
- package/dist/types/components/mui-icons/play-fill.d.ts +1 -0
- package/dist/types/components/mui-icons/rectangle-right-drawer.d.ts +1 -0
- package/dist/types/components/mui-icons/reload.d.ts +1 -0
- package/dist/types/components/mui-icons/speaker-mute.d.ts +1 -0
- package/dist/types/components/mui-icons/speaker-one-wave.d.ts +1 -0
- package/dist/types/components/mui-icons/speaker-two-wave.d.ts +1 -0
- package/dist/types/components/mui-icons/stop-fill.d.ts +1 -0
- package/dist/types/components/mui-icons/timer.d.ts +1 -0
- package/dist/types/components/mui-icons/vertical-ellipsis.d.ts +1 -0
- package/dist/types/components/mui-input/api.d.ts +12 -0
- package/dist/types/components/mui-media-player/api.d.ts +4 -0
- package/dist/types/components/mui-media-player/index.d.ts +13 -4
- package/dist/types/components/mui-model-viewer/api.d.ts +28 -0
- package/dist/types/components/mui-model-viewer/doc.d.ts +2 -0
- package/dist/types/components/mui-model-viewer/index.d.ts +17 -0
- package/dist/types/components/mui-progress-ring/api.d.ts +24 -0
- package/dist/types/components/mui-progress-ring/doc.d.ts +2 -0
- package/dist/types/components/mui-progress-ring/index.d.ts +1 -0
- package/dist/types/components/mui-radio/api.d.ts +12 -0
- package/dist/types/components/mui-range-input/api.d.ts +4 -0
- package/dist/types/components/mui-responsive/api.d.ts +10 -2
- package/dist/types/components/mui-search-input/api.d.ts +40 -0
- package/dist/types/components/mui-search-input/doc.d.ts +2 -0
- package/dist/types/components/mui-search-input/index.d.ts +3 -0
- package/dist/types/components/mui-select/api.d.ts +12 -0
- package/dist/types/components/mui-switch/api.d.ts +4 -0
- package/dist/types/components/mui-table/api.d.ts +15 -0
- package/dist/types/components/mui-textarea/api.d.ts +12 -0
- package/dist/types/components/mui-time/api.d.ts +41 -0
- package/dist/types/components/mui-time/doc.d.ts +2 -0
- package/dist/types/components/mui-time/index.d.ts +1 -0
- package/dist/types/components/mui-time-picker/api.d.ts +38 -0
- package/dist/types/components/mui-time-picker/doc.d.ts +2 -0
- package/dist/types/components/mui-time-picker/index.d.ts +4 -0
- package/dist/types/index.d.ts +24 -2
- package/dist/types/knowledge/compositions.d.ts +4644 -0
- package/dist/types/knowledge/index.d.ts +4657 -0
- package/dist/types/knowledge/keywords.d.ts +4 -0
- package/dist/types/knowledge/rules.d.ts +1 -0
- package/dist/types/tokens/js/index.d.ts +11 -7
- package/package.json +119 -12
- package/dist/esm/components/mui-form-hint/index.js +0 -1
- package/dist/types/components/mui-form-hint/index.d.ts +0 -1
- /package/dist/types/components/{mui-form-hint → mui-avatar-chip}/doc.d.ts +0 -0
- /package/dist/types/components/mui-icons/{rectangle-bottom-panel.d.ts → copy.d.ts} +0 -0
|
@@ -1,186 +1,383 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
|
-
"generatedAt": "2026-
|
|
3
|
+
"generatedAt": "2026-07-06T06:17:22.738Z",
|
|
4
4
|
"components": {
|
|
5
5
|
"mui-body": {
|
|
6
6
|
"version": 1,
|
|
7
7
|
"destinationOnly": true,
|
|
8
8
|
"attributes": [
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
{
|
|
10
|
+
"name": "has-before",
|
|
11
|
+
"description": "Set when before slot content exists, allowing the component to adjust leading spacing, layout columns, and slot-aware styling."
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "has-after",
|
|
15
|
+
"description": "Set when after slot content exists, allowing the component to adjust trailing spacing, layout columns, and slot-aware styling."
|
|
16
|
+
}
|
|
11
17
|
]
|
|
12
18
|
},
|
|
13
19
|
"mui-button": {
|
|
14
20
|
"version": 1,
|
|
15
21
|
"destinationOnly": true,
|
|
16
22
|
"attributes": [
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
23
|
+
{
|
|
24
|
+
"name": "has-before",
|
|
25
|
+
"description": "Set when before slot content exists, allowing the component to adjust leading spacing, layout columns, and slot-aware styling."
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "has-after",
|
|
29
|
+
"description": "Set when after slot content exists, allowing the component to adjust trailing spacing, layout columns, and slot-aware styling."
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "has-video",
|
|
33
|
+
"description": "Set when video thumbnail content exists, allowing the action to clear default chrome and let the media card own the visual surface."
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "has-avatar-chip",
|
|
37
|
+
"description": "Set when Avatar Chip content exists in the default slot, allowing the action surface to hug and start-align the composed identity row."
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "icon-only",
|
|
41
|
+
"description": "Set when the default slot contains only icon content, allowing the component to apply icon-only sizing, padding, and accessible-name expectations."
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "avatar-only",
|
|
45
|
+
"description": "Set when the default slot contains only an avatar, allowing the component to remove normal action chrome and preserve avatar sizing."
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "dropdown-slot",
|
|
49
|
+
"description": "Applied to actions rendered inside dropdown content, allowing the action to inherit dropdown item sizing and alignment."
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "dropdown-slot-first",
|
|
53
|
+
"description": "Applied to the first dropdown action, allowing edge radius and spacing to match the dropdown surface."
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "dropdown-slot-last",
|
|
57
|
+
"description": "Applied to the last dropdown action, allowing edge radius and spacing to match the dropdown surface."
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "alert-slot",
|
|
61
|
+
"description": "Applied to alert action content, allowing the action to match the alert layout and tone."
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "alert-positive-slot",
|
|
65
|
+
"description": "Applied to positive alert action content, allowing the action to match the positive alert tone."
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "alert-info-slot",
|
|
69
|
+
"description": "Applied to info alert action content, allowing the action to match the info alert tone."
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "alert-warning-slot",
|
|
73
|
+
"description": "Applied to warning alert action content, allowing the action to match the warning alert tone."
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "alert-attention-slot",
|
|
77
|
+
"description": "Applied to attention alert action content, allowing the action to match the attention alert tone."
|
|
78
|
+
}
|
|
30
79
|
]
|
|
31
80
|
},
|
|
32
81
|
"mui-chip": {
|
|
33
82
|
"version": 1,
|
|
34
83
|
"destinationOnly": true,
|
|
35
84
|
"attributes": [
|
|
36
|
-
|
|
37
|
-
|
|
85
|
+
{
|
|
86
|
+
"name": "has-before",
|
|
87
|
+
"description": "Set when before slot content exists, allowing the component to adjust leading spacing, layout columns, and slot-aware styling."
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "has-after",
|
|
91
|
+
"description": "Set when after slot content exists, allowing the component to adjust trailing spacing, layout columns, and slot-aware styling."
|
|
92
|
+
}
|
|
38
93
|
]
|
|
39
94
|
},
|
|
40
|
-
"mui-
|
|
95
|
+
"mui-code": {
|
|
41
96
|
"version": 1,
|
|
42
97
|
"destinationOnly": true,
|
|
43
|
-
"attributes": [
|
|
98
|
+
"attributes": [
|
|
99
|
+
{
|
|
100
|
+
"name": "card-slot",
|
|
101
|
+
"description": "Applied to code used in card composition, allowing the code surface to elevate above the surrounding card surface."
|
|
102
|
+
}
|
|
103
|
+
]
|
|
44
104
|
},
|
|
45
105
|
"mui-drawer": {
|
|
46
106
|
"version": 1,
|
|
47
107
|
"destinationOnly": true,
|
|
48
108
|
"attributes": [
|
|
49
|
-
|
|
50
|
-
|
|
109
|
+
{
|
|
110
|
+
"name": "has-header",
|
|
111
|
+
"description": "Set when header content exists, allowing the component to adjust internal spacing and structural regions."
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "has-footer",
|
|
115
|
+
"description": "Set when footer content exists, allowing the component to adjust internal spacing and structural regions."
|
|
116
|
+
}
|
|
51
117
|
]
|
|
52
118
|
},
|
|
53
119
|
"mui-field": {
|
|
54
120
|
"version": 1,
|
|
55
121
|
"destinationOnly": true,
|
|
56
122
|
"attributes": [
|
|
57
|
-
|
|
123
|
+
{
|
|
124
|
+
"name": "has-message",
|
|
125
|
+
"description": "Set when supporting message content exists, allowing the field layout to reserve space and connect the message treatment."
|
|
126
|
+
}
|
|
58
127
|
]
|
|
59
128
|
},
|
|
60
129
|
"mui-form-section": {
|
|
61
130
|
"version": 1,
|
|
62
131
|
"destinationOnly": true,
|
|
63
132
|
"attributes": [
|
|
64
|
-
|
|
65
|
-
|
|
133
|
+
{
|
|
134
|
+
"name": "has-header",
|
|
135
|
+
"description": "Set when header content exists, allowing the component to adjust internal spacing and structural regions."
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "has-footer",
|
|
139
|
+
"description": "Set when footer content exists, allowing the component to adjust internal spacing and structural regions."
|
|
140
|
+
}
|
|
66
141
|
]
|
|
67
142
|
},
|
|
68
143
|
"mui-form-section-footer": {
|
|
69
144
|
"version": 1,
|
|
70
145
|
"destinationOnly": true,
|
|
71
146
|
"attributes": [
|
|
72
|
-
|
|
147
|
+
{
|
|
148
|
+
"name": "has-rule",
|
|
149
|
+
"description": "Set when a rule is present, allowing the footer layout to account for the divider."
|
|
150
|
+
}
|
|
73
151
|
]
|
|
74
152
|
},
|
|
75
153
|
"mui-link": {
|
|
76
154
|
"version": 1,
|
|
77
155
|
"destinationOnly": true,
|
|
78
156
|
"attributes": [
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
157
|
+
{
|
|
158
|
+
"name": "has-before",
|
|
159
|
+
"description": "Set when before slot content exists, allowing the component to adjust leading spacing, layout columns, and slot-aware styling."
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"name": "has-after",
|
|
163
|
+
"description": "Set when after slot content exists, allowing the component to adjust trailing spacing, layout columns, and slot-aware styling."
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "has-video",
|
|
167
|
+
"description": "Set when video thumbnail content exists, allowing the action to clear default chrome and let the media card own the visual surface."
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"name": "icon-only",
|
|
171
|
+
"description": "Set when the default slot contains only icon content, allowing the component to apply icon-only sizing, padding, and accessible-name expectations."
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "avatar-only",
|
|
175
|
+
"description": "Set when the default slot contains only an avatar, allowing the component to remove normal action chrome and preserve avatar sizing."
|
|
176
|
+
}
|
|
83
177
|
]
|
|
84
178
|
},
|
|
85
179
|
"mui-prompt": {
|
|
86
180
|
"version": 1,
|
|
87
181
|
"destinationOnly": true,
|
|
88
182
|
"attributes": [
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
183
|
+
{
|
|
184
|
+
"name": "has-actions",
|
|
185
|
+
"description": "Set when action content exists, allowing the prompt layout to reserve action space and align controls."
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"name": "has-extra-actions",
|
|
189
|
+
"description": "Set when extra action content exists, allowing the prompt layout to switch to the expanded action treatment."
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"name": "has-error",
|
|
193
|
+
"description": "Set when error content exists, allowing the component to expose the error layout and visual treatment."
|
|
194
|
+
}
|
|
92
195
|
]
|
|
93
196
|
},
|
|
94
197
|
"mui-rule": {
|
|
95
198
|
"version": 1,
|
|
96
199
|
"destinationOnly": true,
|
|
97
200
|
"attributes": [
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
201
|
+
{
|
|
202
|
+
"name": "in-card",
|
|
203
|
+
"description": "Set when rendered inside a card context, allowing the component to inherit card-aware spacing and divider treatment."
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"name": "in-form-section",
|
|
207
|
+
"description": "Set when rendered inside a form section, allowing the component to inherit form-section divider treatment."
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"name": "in-dialog",
|
|
211
|
+
"description": "Set when rendered inside a dialog, allowing the component to inherit dialog-aware divider treatment."
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"name": "in-drawer",
|
|
215
|
+
"description": "Set when rendered inside a drawer, allowing the component to inherit drawer-aware divider treatment."
|
|
216
|
+
}
|
|
102
217
|
]
|
|
103
218
|
},
|
|
104
219
|
"mui-slide-frame": {
|
|
105
220
|
"version": 1,
|
|
106
221
|
"destinationOnly": true,
|
|
107
222
|
"attributes": [
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
223
|
+
{
|
|
224
|
+
"name": "has-header",
|
|
225
|
+
"description": "Set when header content exists, allowing the component to adjust internal spacing and structural regions."
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "has-footer",
|
|
229
|
+
"description": "Set when footer content exists, allowing the component to adjust internal spacing and structural regions."
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "has-notes",
|
|
233
|
+
"description": "Set when notes content exists, allowing the slide frame to reserve and style the notes region."
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "notes-visible",
|
|
237
|
+
"description": "Set when notes are visible, allowing the slide frame to expose the notes region."
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"name": "has-chrome",
|
|
241
|
+
"description": "Set when frame chrome is present, allowing the slide frame to adjust presentation spacing."
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"name": "data-slide-section",
|
|
245
|
+
"description": "Applied to slide section children, allowing the slide frame to identify and manage slide sections."
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "slide-active",
|
|
249
|
+
"description": "Applied to the active slide section, allowing the slide frame to show the current section."
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"name": "slide-hidden",
|
|
253
|
+
"description": "Applied to hidden slide sections, allowing the slide frame to hide inactive sections."
|
|
254
|
+
}
|
|
116
255
|
]
|
|
117
256
|
},
|
|
118
257
|
"mui-status": {
|
|
119
258
|
"version": 1,
|
|
120
259
|
"destinationOnly": true,
|
|
121
260
|
"attributes": [
|
|
122
|
-
|
|
123
|
-
|
|
261
|
+
{
|
|
262
|
+
"name": "has-before",
|
|
263
|
+
"description": "Set when before slot content exists, allowing the component to adjust leading spacing, layout columns, and slot-aware styling."
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "has-after",
|
|
267
|
+
"description": "Set when after slot content exists, allowing the component to adjust trailing spacing, layout columns, and slot-aware styling."
|
|
268
|
+
}
|
|
124
269
|
]
|
|
125
270
|
},
|
|
126
|
-
"mui-video-thumbnail": {
|
|
127
|
-
"version": 1,
|
|
128
|
-
"destinationOnly": true,
|
|
129
|
-
"attributes": []
|
|
130
|
-
},
|
|
131
271
|
"mui-accordion-block": {
|
|
132
272
|
"version": 1,
|
|
133
273
|
"destinationOnly": true,
|
|
134
274
|
"attributes": [
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
275
|
+
{
|
|
276
|
+
"name": "card-slot",
|
|
277
|
+
"description": "Applied to a slotted child used in card composition, allowing the child to style itself for a card context."
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"name": "first-child",
|
|
281
|
+
"description": "Applied to the first structural child, allowing edge spacing and borders to be adjusted."
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"name": "last-child",
|
|
285
|
+
"description": "Applied to the last structural child, allowing edge spacing and borders to be adjusted."
|
|
286
|
+
}
|
|
138
287
|
]
|
|
139
288
|
},
|
|
140
289
|
"mui-card-body": {
|
|
141
290
|
"version": 1,
|
|
142
291
|
"destinationOnly": true,
|
|
143
292
|
"attributes": [
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
293
|
+
{
|
|
294
|
+
"name": "has-card-slat-group",
|
|
295
|
+
"description": "Set when card slat group content exists, allowing the card body to tune internal spacing for grouped slats."
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"name": "has-accordion-slat-group",
|
|
299
|
+
"description": "Set when accordion slat group content exists, allowing the card body to tune internal spacing for grouped accordions."
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"name": "inner-space-top",
|
|
303
|
+
"description": "Set when top inner spacing is needed, allowing the card body to adjust vertical rhythm."
|
|
304
|
+
}
|
|
147
305
|
]
|
|
148
306
|
},
|
|
149
307
|
"mui-card-footer": {
|
|
150
308
|
"version": 1,
|
|
151
309
|
"destinationOnly": true,
|
|
152
310
|
"attributes": [
|
|
153
|
-
|
|
311
|
+
{
|
|
312
|
+
"name": "has-button-group",
|
|
313
|
+
"description": "Set when a button group is present, allowing the footer layout to adjust action spacing."
|
|
314
|
+
}
|
|
154
315
|
]
|
|
155
316
|
},
|
|
156
317
|
"mui-slat-group": {
|
|
157
318
|
"version": 1,
|
|
158
319
|
"destinationOnly": true,
|
|
159
320
|
"attributes": [
|
|
160
|
-
|
|
321
|
+
{
|
|
322
|
+
"name": "usage",
|
|
323
|
+
"description": "Set when rendered in a named usage context, allowing the component to switch to usage-specific styling."
|
|
324
|
+
}
|
|
161
325
|
]
|
|
162
326
|
},
|
|
163
327
|
"mui-slat": {
|
|
164
328
|
"version": 1,
|
|
165
329
|
"destinationOnly": true,
|
|
166
330
|
"attributes": [
|
|
167
|
-
|
|
168
|
-
|
|
331
|
+
{
|
|
332
|
+
"name": "card-slot",
|
|
333
|
+
"description": "Applied to a slotted child used in card composition, allowing the child to style itself for a card context."
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"name": "condensed-slot",
|
|
337
|
+
"description": "Applied to a slotted child used in condensed composition, allowing the child to reduce spacing and density."
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"name": "condensed-slot-first",
|
|
341
|
+
"description": "Applied to the first slat in condensed card body content, allowing exposed top edge radius to match the card."
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"name": "condensed-slot-last",
|
|
345
|
+
"description": "Applied to the last slat in condensed card body content, allowing exposed bottom edge radius to match the card."
|
|
346
|
+
}
|
|
347
|
+
]
|
|
348
|
+
},
|
|
349
|
+
"mui-row": {
|
|
350
|
+
"version": 1,
|
|
351
|
+
"destinationOnly": true,
|
|
352
|
+
"attributes": [
|
|
353
|
+
{
|
|
354
|
+
"name": "in-card",
|
|
355
|
+
"description": "Set when rendered inside a card context, allowing the component to inherit card-aware spacing and divider treatment."
|
|
356
|
+
}
|
|
169
357
|
]
|
|
170
358
|
},
|
|
171
359
|
"mui-tab-item": {
|
|
172
360
|
"version": 1,
|
|
173
361
|
"destinationOnly": true,
|
|
174
362
|
"attributes": [
|
|
175
|
-
|
|
176
|
-
|
|
363
|
+
{
|
|
364
|
+
"name": "has-before",
|
|
365
|
+
"description": "Set when before slot content exists, allowing the component to adjust leading spacing, layout columns, and slot-aware styling."
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"name": "has-after",
|
|
369
|
+
"description": "Set when after slot content exists, allowing the component to adjust trailing spacing, layout columns, and slot-aware styling."
|
|
370
|
+
}
|
|
177
371
|
]
|
|
178
372
|
},
|
|
179
|
-
"mui-
|
|
373
|
+
"mui-table": {
|
|
180
374
|
"version": 1,
|
|
181
375
|
"destinationOnly": true,
|
|
182
376
|
"attributes": [
|
|
183
|
-
|
|
377
|
+
{
|
|
378
|
+
"name": "card-slot",
|
|
379
|
+
"description": "Applied to a table used in card composition, allowing the table to style itself for a card context."
|
|
380
|
+
}
|
|
184
381
|
]
|
|
185
382
|
}
|
|
186
383
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PartTypes as
|
|
1
|
+
import { PartTypes as Ot, Parts as Qt, getPartMap as Rt } from "./utils/part-map/index.js";
|
|
2
2
|
import "./components/mui-field/index.js";
|
|
3
3
|
import "./components/mui-form-section/index.js";
|
|
4
4
|
import "./components/mui-form-section-footer/index.js";
|
|
@@ -12,6 +12,7 @@ import "./components/mui-prompt-preview/index.js";
|
|
|
12
12
|
import "./components/mui-file-upload/index.js";
|
|
13
13
|
import "./components/mui-addon/index.js";
|
|
14
14
|
import "./components/mui-input/index.js";
|
|
15
|
+
import "./components/mui-search-input/index.js";
|
|
15
16
|
import "./components/mui-chip-input/index.js";
|
|
16
17
|
import "./components/mui-textarea/index.js";
|
|
17
18
|
import "./components/mui-checkbox/index.js";
|
|
@@ -20,6 +21,12 @@ import "./components/mui-radio-group/index.js";
|
|
|
20
21
|
import "./components/mui-select/index.js";
|
|
21
22
|
import "./components/mui-switch/index.js";
|
|
22
23
|
import "./components/mui-progress/index.js";
|
|
24
|
+
import "./components/mui-progress-ring/index.js";
|
|
25
|
+
import "./components/mui-dropdown/index.js";
|
|
26
|
+
import "./components/mui-time/index/index.js";
|
|
27
|
+
import "./components/mui-time-picker/index.js";
|
|
28
|
+
import "./components/mui-calendar/index.js";
|
|
29
|
+
import "./components/mui-date-picker/index.js";
|
|
23
30
|
import "./components/mui-table/table/index.js";
|
|
24
31
|
import "./components/mui-table/cell/index.js";
|
|
25
32
|
import "./components/mui-table/row/index.js";
|
|
@@ -41,6 +48,7 @@ import "./components/mui-slide-section/index.js";
|
|
|
41
48
|
import "./components/mui-dialog/index.js";
|
|
42
49
|
import "./components/mui-drawer/index.js";
|
|
43
50
|
import "./components/mui-avatar/index.js";
|
|
51
|
+
import "./components/mui-avatar-group/index.js";
|
|
44
52
|
import "./components/mui-image/index.js";
|
|
45
53
|
import "./components/mui-smart-card/index.js";
|
|
46
54
|
import "./components/mui-icons/ai/index.js";
|
|
@@ -88,11 +96,24 @@ import "./components/mui-icons/checkmark/index.js";
|
|
|
88
96
|
import "./components/mui-icons/rectangle/index.js";
|
|
89
97
|
import "./components/mui-icons/rectangle-media-text/index.js";
|
|
90
98
|
import "./components/mui-icons/rectangle-dashed/index.js";
|
|
99
|
+
import "./components/mui-icons/fullscreen/index.js";
|
|
91
100
|
import "./components/mui-icons/rectangle-left-drawer/index.js";
|
|
92
|
-
import "./components/mui-icons/rectangle-
|
|
101
|
+
import "./components/mui-icons/rectangle-right-drawer/index.js";
|
|
102
|
+
import "./components/mui-icons/panel/index.js";
|
|
103
|
+
import "./components/mui-icons/pause/index.js";
|
|
104
|
+
import "./components/mui-icons/picture-in-picture/index.js";
|
|
105
|
+
import "./components/mui-icons/play-fill/index.js";
|
|
106
|
+
import "./components/mui-icons/reload/index.js";
|
|
107
|
+
import "./components/mui-icons/speaker-mute/index.js";
|
|
108
|
+
import "./components/mui-icons/speaker-one-wave/index.js";
|
|
109
|
+
import "./components/mui-icons/speaker-two-wave/index.js";
|
|
110
|
+
import "./components/mui-icons/stop-fill/index.js";
|
|
93
111
|
import "./components/mui-icons/pin/index.js";
|
|
94
112
|
import "./components/mui-icons/pin-slash/index.js";
|
|
95
113
|
import "./components/mui-icons/text-below-folder/index.js";
|
|
114
|
+
import "./components/mui-icons/vertical-ellipsis/index.js";
|
|
115
|
+
import "./components/mui-icons/timer/index.js";
|
|
116
|
+
import "./components/mui-icons/copy/index.js";
|
|
96
117
|
import "./components/mui-illustrations/trash/index.js";
|
|
97
118
|
import "./components/mui-stack/hstack/index.js";
|
|
98
119
|
import "./components/mui-stack/vstack/index.js";
|
|
@@ -110,8 +131,10 @@ import "./components/mui-loader/index.js";
|
|
|
110
131
|
import "./components/mui-skeleton/index.js";
|
|
111
132
|
import "./components/mui-spinner/index.js";
|
|
112
133
|
import "./components/mui-media-player/index.js";
|
|
134
|
+
import { MuiAvatarChip as Ut } from "./components/mui-avatar-chip/index.js";
|
|
113
135
|
import "./components/mui-video-thumbnail/index.js";
|
|
114
136
|
import "./components/mui-range-input/index.js";
|
|
137
|
+
import { MuiModelViewer as Xt } from "./components/mui-model-viewer/index.js";
|
|
115
138
|
import "./components/mui-alert/index.js";
|
|
116
139
|
import "./components/mui-message/index.js";
|
|
117
140
|
import "./components/mui-badge/index.js";
|
|
@@ -119,7 +142,6 @@ import "./components/mui-status/index.js";
|
|
|
119
142
|
import "./components/mui-button/index.js";
|
|
120
143
|
import "./components/mui-button-group/index.js";
|
|
121
144
|
import "./components/mui-link/index.js";
|
|
122
|
-
import "./components/mui-dropdown/index.js";
|
|
123
145
|
import "./components/mui-tabs/controller/index.js";
|
|
124
146
|
import "./components/mui-tabs/item/index.js";
|
|
125
147
|
import "./components/mui-tabs/panel/index.js";
|
|
@@ -129,7 +151,9 @@ import "./components/mui-carousel/panel/index.js";
|
|
|
129
151
|
import "./components/mui-stepper/stepper/index.js";
|
|
130
152
|
import "./components/mui-stepper/step/index.js";
|
|
131
153
|
export {
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
154
|
+
Ut as MuiAvatarChip,
|
|
155
|
+
Xt as MuiModelViewer,
|
|
156
|
+
Ot as PartTypes,
|
|
157
|
+
Qt as Parts,
|
|
158
|
+
Rt as getPartMap
|
|
135
159
|
};
|