@muibook/components 19.6.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.
Files changed (172) hide show
  1. package/AGENTS.md +67 -0
  2. package/DESIGN.md +358 -0
  3. package/README.md +53 -2
  4. package/dist/esm/agent/keywords/index.js +2 -173
  5. package/dist/esm/agent/prompts/index.js +6 -432
  6. package/dist/esm/components/mui-accordion/core/index.js +25 -17
  7. package/dist/esm/components/mui-addon/index.js +14 -14
  8. package/dist/esm/components/mui-avatar/index.js +103 -43
  9. package/dist/esm/components/mui-avatar-chip/index.js +158 -0
  10. package/dist/esm/components/mui-avatar-group/index.js +88 -0
  11. package/dist/esm/components/mui-badge/index.js +37 -20
  12. package/dist/esm/components/mui-body/index.js +20 -11
  13. package/dist/esm/components/mui-button/index.js +265 -78
  14. package/dist/esm/components/mui-calendar/index.js +199 -0
  15. package/dist/esm/components/mui-card/body/index.js +33 -18
  16. package/dist/esm/components/mui-card/footer/index.js +11 -9
  17. package/dist/esm/components/mui-carousel/controller/index.js +1 -1
  18. package/dist/esm/components/mui-checkbox/index.js +23 -18
  19. package/dist/esm/components/mui-chip/index.js +219 -73
  20. package/dist/esm/components/mui-chip-input/index.js +146 -137
  21. package/dist/esm/components/mui-chip-rail/index.js +342 -0
  22. package/dist/esm/components/mui-code/index.js +26 -7
  23. package/dist/esm/components/mui-container/index.js +68 -45
  24. package/dist/esm/components/mui-date-picker/index.js +169 -0
  25. package/dist/esm/components/mui-drawer/index.js +968 -100
  26. package/dist/esm/components/mui-dropdown/index.js +255 -59
  27. package/dist/esm/components/mui-field/index.js +1 -1
  28. package/dist/esm/components/mui-file-upload/index.js +14 -4
  29. package/dist/esm/components/mui-form-group/index.js +1 -2
  30. package/dist/esm/components/mui-form-message/index.js +4 -9
  31. package/dist/esm/components/mui-heading/index.js +3 -2
  32. package/dist/esm/components/mui-hint/index.js +178 -72
  33. package/dist/esm/components/mui-icons/copy/index.js +54 -0
  34. package/dist/esm/components/mui-icons/fullscreen/index.js +5 -0
  35. package/dist/esm/components/mui-icons/icon-helper/index.js +56 -0
  36. package/dist/esm/components/mui-icons/index.js +14 -1
  37. package/dist/esm/components/mui-icons/moon/index.js +3 -1
  38. package/dist/esm/components/mui-icons/{rectangle-bottom-panel → panel}/index.js +6 -6
  39. package/dist/esm/components/mui-icons/pause/index.js +5 -0
  40. package/dist/esm/components/mui-icons/picture-in-picture/index.js +5 -0
  41. package/dist/esm/components/mui-icons/play-fill/index.js +5 -0
  42. package/dist/esm/components/mui-icons/rectangle-right-drawer/index.js +56 -0
  43. package/dist/esm/components/mui-icons/reload/index.js +5 -0
  44. package/dist/esm/components/mui-icons/speaker-mute/index.js +5 -0
  45. package/dist/esm/components/mui-icons/speaker-one-wave/index.js +5 -0
  46. package/dist/esm/components/mui-icons/speaker-two-wave/index.js +5 -0
  47. package/dist/esm/components/mui-icons/spinner/index.js +7 -5
  48. package/dist/esm/components/mui-icons/stop-fill/index.js +5 -0
  49. package/dist/esm/components/mui-icons/sun/index.js +5 -5
  50. package/dist/esm/components/mui-icons/timer/index.js +54 -0
  51. package/dist/esm/components/mui-icons/toggle/index.js +16 -6
  52. package/dist/esm/components/mui-icons/vertical-ellipsis/index.js +5 -0
  53. package/dist/esm/components/mui-illustrations/trash/index.js +6 -5
  54. package/dist/esm/components/mui-input/index.js +96 -67
  55. package/dist/esm/components/mui-link/index.js +352 -96
  56. package/dist/esm/components/mui-media-player/index.js +1577 -83
  57. package/dist/esm/components/mui-message/index.js +7 -6
  58. package/dist/esm/components/mui-model-viewer/index.js +258 -0
  59. package/dist/esm/components/mui-progress-ring/index.js +349 -0
  60. package/dist/esm/components/mui-prompt/index.js +143 -115
  61. package/dist/esm/components/mui-prompt-preview/index.js +11 -23
  62. package/dist/esm/components/mui-radio/index.js +38 -17
  63. package/dist/esm/components/mui-range-input/index.js +9 -4
  64. package/dist/esm/components/mui-responsive/index.js +60 -27
  65. package/dist/esm/components/mui-search-input/index.js +300 -0
  66. package/dist/esm/components/mui-select/index.js +235 -46
  67. package/dist/esm/components/mui-slat/slat/index.js +40 -12
  68. package/dist/esm/components/mui-spinner/index.js +11 -9
  69. package/dist/esm/components/mui-stack/hstack/index.js +10 -5
  70. package/dist/esm/components/mui-status/index.js +239 -0
  71. package/dist/esm/components/mui-stepper/step/index.js +46 -32
  72. package/dist/esm/components/mui-switch/index.js +37 -26
  73. package/dist/esm/components/mui-table/row/index.js +2 -6
  74. package/dist/esm/components/mui-table/table/index.js +157 -14
  75. package/dist/esm/components/mui-tabs/controller/index.js +17 -6
  76. package/dist/esm/components/mui-tabs/item/index.js +17 -5
  77. package/dist/esm/components/mui-tabs/tab-bar/index.js +93 -39
  78. package/dist/esm/components/mui-textarea/index.js +43 -26
  79. package/dist/esm/components/mui-time/index/index.js +336 -0
  80. package/dist/esm/components/mui-time-picker/index.js +126 -0
  81. package/dist/esm/components/mui-video-thumbnail/index.js +205 -0
  82. package/dist/esm/css/mui-brand.css +12 -8
  83. package/dist/esm/css/mui-tokens.css +646 -344
  84. package/dist/esm/css/readme.md +2 -2
  85. package/dist/esm/custom-elements.json +4506 -1707
  86. package/dist/esm/dynamic-attrs.json +271 -54
  87. package/dist/esm/index.js +33 -6
  88. package/dist/esm/knowledge/compositions/index.js +1560 -0
  89. package/dist/esm/knowledge/index.js +28 -0
  90. package/dist/esm/knowledge/keywords/index.js +306 -0
  91. package/dist/esm/knowledge/rules/index.js +199 -0
  92. package/dist/esm/tokens/js/index.js +143 -139
  93. package/dist/types/agent/keywords/index.d.ts +1 -1
  94. package/dist/types/components/mui-avatar-chip/api.d.ts +28 -0
  95. package/dist/types/components/mui-avatar-chip/index.d.ts +18 -0
  96. package/dist/types/components/mui-avatar-group/api.d.ts +28 -0
  97. package/dist/types/components/mui-avatar-group/doc.d.ts +2 -0
  98. package/dist/types/components/mui-avatar-group/index.d.ts +1 -0
  99. package/dist/types/components/mui-button/api.d.ts +6 -2
  100. package/dist/types/components/mui-calendar/api.d.ts +41 -0
  101. package/dist/types/components/mui-calendar/doc.d.ts +2 -0
  102. package/dist/types/components/mui-calendar/index.d.ts +3 -0
  103. package/dist/types/components/mui-checkbox/api.d.ts +4 -0
  104. package/dist/types/components/mui-chip/api.d.ts +4 -0
  105. package/dist/types/components/mui-chip-input/api.d.ts +4 -0
  106. package/dist/types/components/mui-chip-rail/api.d.ts +21 -0
  107. package/dist/types/components/mui-chip-rail/doc.d.ts +2 -0
  108. package/dist/types/components/mui-chip-rail/index.d.ts +4 -0
  109. package/dist/types/components/mui-date-picker/api.d.ts +38 -0
  110. package/dist/types/components/mui-date-picker/doc.d.ts +2 -0
  111. package/dist/types/components/mui-date-picker/index.d.ts +6 -0
  112. package/dist/types/components/mui-drawer/api.d.ts +4 -0
  113. package/dist/types/components/mui-drawer/index.d.ts +2 -0
  114. package/dist/types/components/mui-file-upload/api.d.ts +4 -0
  115. package/dist/types/components/mui-icons/fullscreen.d.ts +1 -0
  116. package/dist/types/components/mui-icons/icon-helper.d.ts +1 -0
  117. package/dist/types/components/mui-icons/index.d.ts +14 -1
  118. package/dist/types/components/mui-icons/panel.d.ts +1 -0
  119. package/dist/types/components/mui-icons/pause.d.ts +1 -0
  120. package/dist/types/components/mui-icons/picture-in-picture.d.ts +1 -0
  121. package/dist/types/components/mui-icons/play-fill.d.ts +1 -0
  122. package/dist/types/components/mui-icons/rectangle-right-drawer.d.ts +1 -0
  123. package/dist/types/components/mui-icons/reload.d.ts +1 -0
  124. package/dist/types/components/mui-icons/speaker-mute.d.ts +1 -0
  125. package/dist/types/components/mui-icons/speaker-one-wave.d.ts +1 -0
  126. package/dist/types/components/mui-icons/speaker-two-wave.d.ts +1 -0
  127. package/dist/types/components/mui-icons/stop-fill.d.ts +1 -0
  128. package/dist/types/components/mui-icons/timer.d.ts +1 -0
  129. package/dist/types/components/mui-icons/vertical-ellipsis.d.ts +1 -0
  130. package/dist/types/components/mui-input/api.d.ts +12 -0
  131. package/dist/types/components/mui-link/api.d.ts +4 -0
  132. package/dist/types/components/mui-media-player/api.d.ts +4 -0
  133. package/dist/types/components/mui-media-player/index.d.ts +13 -4
  134. package/dist/types/components/mui-model-viewer/api.d.ts +28 -0
  135. package/dist/types/components/mui-model-viewer/doc.d.ts +2 -0
  136. package/dist/types/components/mui-model-viewer/index.d.ts +17 -0
  137. package/dist/types/components/mui-progress-ring/api.d.ts +24 -0
  138. package/dist/types/components/mui-progress-ring/doc.d.ts +2 -0
  139. package/dist/types/components/mui-progress-ring/index.d.ts +1 -0
  140. package/dist/types/components/mui-radio/api.d.ts +12 -0
  141. package/dist/types/components/mui-range-input/api.d.ts +4 -0
  142. package/dist/types/components/mui-responsive/api.d.ts +10 -2
  143. package/dist/types/components/mui-search-input/api.d.ts +40 -0
  144. package/dist/types/components/mui-search-input/doc.d.ts +2 -0
  145. package/dist/types/components/mui-search-input/index.d.ts +3 -0
  146. package/dist/types/components/mui-select/api.d.ts +12 -0
  147. package/dist/types/components/mui-status/api.d.ts +24 -0
  148. package/dist/types/components/mui-status/doc.d.ts +2 -0
  149. package/dist/types/components/mui-status/index.d.ts +1 -0
  150. package/dist/types/components/mui-switch/api.d.ts +4 -0
  151. package/dist/types/components/mui-table/api.d.ts +15 -0
  152. package/dist/types/components/mui-textarea/api.d.ts +12 -0
  153. package/dist/types/components/mui-time/api.d.ts +41 -0
  154. package/dist/types/components/mui-time/doc.d.ts +2 -0
  155. package/dist/types/components/mui-time/index.d.ts +1 -0
  156. package/dist/types/components/mui-time-picker/api.d.ts +38 -0
  157. package/dist/types/components/mui-time-picker/doc.d.ts +2 -0
  158. package/dist/types/components/mui-time-picker/index.d.ts +4 -0
  159. package/dist/types/components/mui-video-thumbnail/api.d.ts +28 -0
  160. package/dist/types/components/mui-video-thumbnail/doc.d.ts +2 -0
  161. package/dist/types/components/mui-video-thumbnail/index.d.ts +1 -0
  162. package/dist/types/index.d.ts +27 -2
  163. package/dist/types/knowledge/compositions.d.ts +4644 -0
  164. package/dist/types/knowledge/index.d.ts +4657 -0
  165. package/dist/types/knowledge/keywords.d.ts +4 -0
  166. package/dist/types/knowledge/rules.d.ts +1 -0
  167. package/dist/types/tokens/js/index.d.ts +11 -7
  168. package/package.json +131 -12
  169. package/dist/esm/components/mui-form-hint/index.js +0 -1
  170. package/dist/types/components/mui-form-hint/index.d.ts +0 -1
  171. /package/dist/types/components/{mui-form-hint → mui-avatar-chip}/doc.d.ts +0 -0
  172. /package/dist/types/components/mui-icons/{rectangle-bottom-panel.d.ts → copy.d.ts} +0 -0
@@ -1,166 +1,383 @@
1
1
  {
2
2
  "version": 1,
3
- "generatedAt": "2026-05-28T12:54:01.006Z",
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
- "has-before",
10
- "has-after"
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
- "has-before",
18
- "has-after",
19
- "icon-only",
20
- "avatar-only",
21
- "dropdown-slot",
22
- "dropdown-slot-first",
23
- "dropdown-slot-last",
24
- "alert-slot",
25
- "alert-positive-slot",
26
- "alert-info-slot",
27
- "alert-warning-slot",
28
- "alert-attention-slot"
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
+ }
29
79
  ]
30
80
  },
31
81
  "mui-chip": {
32
82
  "version": 1,
33
83
  "destinationOnly": true,
34
84
  "attributes": [
35
- "has-before",
36
- "has-after"
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
+ }
93
+ ]
94
+ },
95
+ "mui-code": {
96
+ "version": 1,
97
+ "destinationOnly": true,
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
+ }
37
103
  ]
38
104
  },
39
105
  "mui-drawer": {
40
106
  "version": 1,
41
107
  "destinationOnly": true,
42
108
  "attributes": [
43
- "has-header",
44
- "has-footer"
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
+ }
45
117
  ]
46
118
  },
47
119
  "mui-field": {
48
120
  "version": 1,
49
121
  "destinationOnly": true,
50
122
  "attributes": [
51
- "has-message"
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
+ }
52
127
  ]
53
128
  },
54
129
  "mui-form-section": {
55
130
  "version": 1,
56
131
  "destinationOnly": true,
57
132
  "attributes": [
58
- "has-header",
59
- "has-footer"
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
+ }
60
141
  ]
61
142
  },
62
143
  "mui-form-section-footer": {
63
144
  "version": 1,
64
145
  "destinationOnly": true,
65
146
  "attributes": [
66
- "has-rule"
147
+ {
148
+ "name": "has-rule",
149
+ "description": "Set when a rule is present, allowing the footer layout to account for the divider."
150
+ }
67
151
  ]
68
152
  },
69
153
  "mui-link": {
70
154
  "version": 1,
71
155
  "destinationOnly": true,
72
156
  "attributes": [
73
- "has-before",
74
- "has-after",
75
- "icon-only"
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
+ }
76
177
  ]
77
178
  },
78
179
  "mui-prompt": {
79
180
  "version": 1,
80
181
  "destinationOnly": true,
81
182
  "attributes": [
82
- "has-actions",
83
- "has-extra-actions",
84
- "has-error"
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
+ }
85
195
  ]
86
196
  },
87
197
  "mui-rule": {
88
198
  "version": 1,
89
199
  "destinationOnly": true,
90
200
  "attributes": [
91
- "in-card",
92
- "in-form-section",
93
- "in-dialog",
94
- "in-drawer"
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
+ }
95
217
  ]
96
218
  },
97
219
  "mui-slide-frame": {
98
220
  "version": 1,
99
221
  "destinationOnly": true,
100
222
  "attributes": [
101
- "has-header",
102
- "has-footer",
103
- "has-notes",
104
- "notes-visible",
105
- "has-chrome",
106
- "data-slide-section",
107
- "slide-active",
108
- "slide-hidden"
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
+ }
255
+ ]
256
+ },
257
+ "mui-status": {
258
+ "version": 1,
259
+ "destinationOnly": true,
260
+ "attributes": [
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
+ }
109
269
  ]
110
270
  },
111
271
  "mui-accordion-block": {
112
272
  "version": 1,
113
273
  "destinationOnly": true,
114
274
  "attributes": [
115
- "card-slot",
116
- "first-child",
117
- "last-child"
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
+ }
118
287
  ]
119
288
  },
120
289
  "mui-card-body": {
121
290
  "version": 1,
122
291
  "destinationOnly": true,
123
292
  "attributes": [
124
- "has-card-slat-group",
125
- "has-accordion-slat-group",
126
- "inner-space-top"
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
+ }
127
305
  ]
128
306
  },
129
307
  "mui-card-footer": {
130
308
  "version": 1,
131
309
  "destinationOnly": true,
132
310
  "attributes": [
133
- "has-button-group"
311
+ {
312
+ "name": "has-button-group",
313
+ "description": "Set when a button group is present, allowing the footer layout to adjust action spacing."
314
+ }
134
315
  ]
135
316
  },
136
317
  "mui-slat-group": {
137
318
  "version": 1,
138
319
  "destinationOnly": true,
139
320
  "attributes": [
140
- "usage"
321
+ {
322
+ "name": "usage",
323
+ "description": "Set when rendered in a named usage context, allowing the component to switch to usage-specific styling."
324
+ }
141
325
  ]
142
326
  },
143
327
  "mui-slat": {
144
328
  "version": 1,
145
329
  "destinationOnly": true,
146
330
  "attributes": [
147
- "card-slot",
148
- "condensed-slot"
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
+ }
149
347
  ]
150
348
  },
151
349
  "mui-row": {
152
350
  "version": 1,
153
351
  "destinationOnly": true,
154
352
  "attributes": [
155
- "in-card"
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
+ }
156
357
  ]
157
358
  },
158
359
  "mui-tab-item": {
159
360
  "version": 1,
160
361
  "destinationOnly": true,
161
362
  "attributes": [
162
- "has-before",
163
- "has-after"
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
+ }
371
+ ]
372
+ },
373
+ "mui-table": {
374
+ "version": 1,
375
+ "destinationOnly": true,
376
+ "attributes": [
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
+ }
164
381
  ]
165
382
  }
166
383
  }
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { PartTypes as jt, Parts as kt, getPartMap as lt } from "./utils/part-map/index.js";
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-bottom-panel/index.js";
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";
@@ -105,18 +126,22 @@ import "./components/mui-card/header/index.js";
105
126
  import "./components/mui-card/body/index.js";
106
127
  import "./components/mui-card/footer/index.js";
107
128
  import "./components/mui-chip/index.js";
129
+ import "./components/mui-chip-rail/index.js";
108
130
  import "./components/mui-loader/index.js";
109
131
  import "./components/mui-skeleton/index.js";
110
132
  import "./components/mui-spinner/index.js";
111
133
  import "./components/mui-media-player/index.js";
134
+ import { MuiAvatarChip as Ut } from "./components/mui-avatar-chip/index.js";
135
+ import "./components/mui-video-thumbnail/index.js";
112
136
  import "./components/mui-range-input/index.js";
137
+ import { MuiModelViewer as Xt } from "./components/mui-model-viewer/index.js";
113
138
  import "./components/mui-alert/index.js";
114
139
  import "./components/mui-message/index.js";
115
140
  import "./components/mui-badge/index.js";
141
+ import "./components/mui-status/index.js";
116
142
  import "./components/mui-button/index.js";
117
143
  import "./components/mui-button-group/index.js";
118
144
  import "./components/mui-link/index.js";
119
- import "./components/mui-dropdown/index.js";
120
145
  import "./components/mui-tabs/controller/index.js";
121
146
  import "./components/mui-tabs/item/index.js";
122
147
  import "./components/mui-tabs/panel/index.js";
@@ -126,7 +151,9 @@ import "./components/mui-carousel/panel/index.js";
126
151
  import "./components/mui-stepper/stepper/index.js";
127
152
  import "./components/mui-stepper/step/index.js";
128
153
  export {
129
- jt as PartTypes,
130
- kt as Parts,
131
- lt as getPartMap
154
+ Ut as MuiAvatarChip,
155
+ Xt as MuiModelViewer,
156
+ Ot as PartTypes,
157
+ Qt as Parts,
158
+ Rt as getPartMap
132
159
  };