@muibook/components 19.6.0 → 20.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/esm/agent/keywords/index.js +32 -1
- package/dist/esm/agent/prompts/index.js +10 -8
- package/dist/esm/components/mui-addon/index.js +14 -14
- package/dist/esm/components/mui-avatar/index.js +4 -1
- package/dist/esm/components/mui-badge/index.js +35 -18
- package/dist/esm/components/mui-button/index.js +187 -52
- package/dist/esm/components/mui-card/body/index.js +1 -1
- package/dist/esm/components/mui-chip/index.js +56 -26
- package/dist/esm/components/mui-chip-rail/index.js +239 -0
- package/dist/esm/components/mui-code/index.js +5 -5
- package/dist/esm/components/mui-dropdown/index.js +55 -46
- package/dist/esm/components/mui-file-upload/index.js +1 -0
- package/dist/esm/components/mui-heading/index.js +3 -2
- package/dist/esm/components/mui-input/index.js +21 -17
- package/dist/esm/components/mui-link/index.js +199 -55
- package/dist/esm/components/mui-message/index.js +7 -6
- package/dist/esm/components/mui-prompt/index.js +102 -102
- package/dist/esm/components/mui-select/index.js +4 -4
- package/dist/esm/components/mui-stack/hstack/index.js +10 -5
- package/dist/esm/components/mui-status/index.js +239 -0
- package/dist/esm/components/mui-stepper/step/index.js +46 -32
- package/dist/esm/components/mui-switch/index.js +21 -13
- package/dist/esm/components/mui-tabs/controller/index.js +17 -6
- package/dist/esm/components/mui-tabs/item/index.js +17 -5
- package/dist/esm/components/mui-tabs/tab-bar/index.js +93 -39
- package/dist/esm/components/mui-video-thumbnail/index.js +205 -0
- package/dist/esm/css/mui-brand.css +1 -1
- package/dist/esm/css/mui-tokens.css +267 -77
- package/dist/esm/custom-elements.json +2212 -1538
- package/dist/esm/dynamic-attrs.json +26 -6
- package/dist/esm/index.js +7 -4
- package/dist/types/components/mui-button/api.d.ts +4 -0
- package/dist/types/components/mui-chip/api.d.ts +4 -0
- package/dist/types/components/mui-chip-rail/api.d.ts +21 -0
- package/dist/types/components/mui-chip-rail/doc.d.ts +2 -0
- package/dist/types/components/mui-chip-rail/index.d.ts +3 -0
- package/dist/types/components/mui-link/api.d.ts +4 -0
- package/dist/types/components/mui-status/api.d.ts +24 -0
- package/dist/types/components/mui-status/doc.d.ts +2 -0
- package/dist/types/components/mui-status/index.d.ts +1 -0
- package/dist/types/components/mui-video-thumbnail/api.d.ts +28 -0
- package/dist/types/components/mui-video-thumbnail/doc.d.ts +2 -0
- package/dist/types/components/mui-video-thumbnail/index.d.ts +1 -0
- package/dist/types/index.d.ts +3 -0
- package/package.json +13 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
|
-
"generatedAt": "2026-05-
|
|
3
|
+
"generatedAt": "2026-05-31T05:18:10.351Z",
|
|
4
4
|
"components": {
|
|
5
5
|
"mui-body": {
|
|
6
6
|
"version": 1,
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"attributes": [
|
|
17
17
|
"has-before",
|
|
18
18
|
"has-after",
|
|
19
|
+
"has-video",
|
|
19
20
|
"icon-only",
|
|
20
21
|
"avatar-only",
|
|
21
22
|
"dropdown-slot",
|
|
@@ -36,6 +37,11 @@
|
|
|
36
37
|
"has-after"
|
|
37
38
|
]
|
|
38
39
|
},
|
|
40
|
+
"mui-chip-rail": {
|
|
41
|
+
"version": 1,
|
|
42
|
+
"destinationOnly": true,
|
|
43
|
+
"attributes": []
|
|
44
|
+
},
|
|
39
45
|
"mui-drawer": {
|
|
40
46
|
"version": 1,
|
|
41
47
|
"destinationOnly": true,
|
|
@@ -72,6 +78,7 @@
|
|
|
72
78
|
"attributes": [
|
|
73
79
|
"has-before",
|
|
74
80
|
"has-after",
|
|
81
|
+
"has-video",
|
|
75
82
|
"icon-only"
|
|
76
83
|
]
|
|
77
84
|
},
|
|
@@ -108,6 +115,19 @@
|
|
|
108
115
|
"slide-hidden"
|
|
109
116
|
]
|
|
110
117
|
},
|
|
118
|
+
"mui-status": {
|
|
119
|
+
"version": 1,
|
|
120
|
+
"destinationOnly": true,
|
|
121
|
+
"attributes": [
|
|
122
|
+
"has-before",
|
|
123
|
+
"has-after"
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
"mui-video-thumbnail": {
|
|
127
|
+
"version": 1,
|
|
128
|
+
"destinationOnly": true,
|
|
129
|
+
"attributes": []
|
|
130
|
+
},
|
|
111
131
|
"mui-accordion-block": {
|
|
112
132
|
"version": 1,
|
|
113
133
|
"destinationOnly": true,
|
|
@@ -148,19 +168,19 @@
|
|
|
148
168
|
"condensed-slot"
|
|
149
169
|
]
|
|
150
170
|
},
|
|
151
|
-
"mui-
|
|
171
|
+
"mui-tab-item": {
|
|
152
172
|
"version": 1,
|
|
153
173
|
"destinationOnly": true,
|
|
154
174
|
"attributes": [
|
|
155
|
-
"
|
|
175
|
+
"has-before",
|
|
176
|
+
"has-after"
|
|
156
177
|
]
|
|
157
178
|
},
|
|
158
|
-
"mui-
|
|
179
|
+
"mui-row": {
|
|
159
180
|
"version": 1,
|
|
160
181
|
"destinationOnly": true,
|
|
161
182
|
"attributes": [
|
|
162
|
-
"
|
|
163
|
-
"has-after"
|
|
183
|
+
"in-card"
|
|
164
184
|
]
|
|
165
185
|
}
|
|
166
186
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PartTypes as
|
|
1
|
+
import { PartTypes as nt, Parts as qt, getPartMap as ut } 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";
|
|
@@ -105,14 +105,17 @@ import "./components/mui-card/header/index.js";
|
|
|
105
105
|
import "./components/mui-card/body/index.js";
|
|
106
106
|
import "./components/mui-card/footer/index.js";
|
|
107
107
|
import "./components/mui-chip/index.js";
|
|
108
|
+
import "./components/mui-chip-rail/index.js";
|
|
108
109
|
import "./components/mui-loader/index.js";
|
|
109
110
|
import "./components/mui-skeleton/index.js";
|
|
110
111
|
import "./components/mui-spinner/index.js";
|
|
111
112
|
import "./components/mui-media-player/index.js";
|
|
113
|
+
import "./components/mui-video-thumbnail/index.js";
|
|
112
114
|
import "./components/mui-range-input/index.js";
|
|
113
115
|
import "./components/mui-alert/index.js";
|
|
114
116
|
import "./components/mui-message/index.js";
|
|
115
117
|
import "./components/mui-badge/index.js";
|
|
118
|
+
import "./components/mui-status/index.js";
|
|
116
119
|
import "./components/mui-button/index.js";
|
|
117
120
|
import "./components/mui-button-group/index.js";
|
|
118
121
|
import "./components/mui-link/index.js";
|
|
@@ -126,7 +129,7 @@ import "./components/mui-carousel/panel/index.js";
|
|
|
126
129
|
import "./components/mui-stepper/stepper/index.js";
|
|
127
130
|
import "./components/mui-stepper/step/index.js";
|
|
128
131
|
export {
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
+
nt as PartTypes,
|
|
133
|
+
qt as Parts,
|
|
134
|
+
ut as getPartMap
|
|
132
135
|
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-chip-rail": {
|
|
3
|
+
description: string;
|
|
4
|
+
attributes: {
|
|
5
|
+
name: string;
|
|
6
|
+
type: {
|
|
7
|
+
text: string;
|
|
8
|
+
};
|
|
9
|
+
default: string;
|
|
10
|
+
description: string;
|
|
11
|
+
}[];
|
|
12
|
+
slots: {
|
|
13
|
+
name: string;
|
|
14
|
+
description: string;
|
|
15
|
+
}[];
|
|
16
|
+
cssProperties: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
}[];
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-status": {
|
|
3
|
+
description: string;
|
|
4
|
+
attributes: ({
|
|
5
|
+
name: string;
|
|
6
|
+
type: {
|
|
7
|
+
text: string;
|
|
8
|
+
};
|
|
9
|
+
description: string;
|
|
10
|
+
default?: undefined;
|
|
11
|
+
} | {
|
|
12
|
+
name: string;
|
|
13
|
+
type: {
|
|
14
|
+
text: string;
|
|
15
|
+
};
|
|
16
|
+
default: string;
|
|
17
|
+
description: string;
|
|
18
|
+
})[];
|
|
19
|
+
slots: {
|
|
20
|
+
name: string;
|
|
21
|
+
description: string;
|
|
22
|
+
}[];
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare const muiApi: {
|
|
2
|
+
"mui-video-thumbnail": {
|
|
3
|
+
description: string;
|
|
4
|
+
attributes: ({
|
|
5
|
+
name: string;
|
|
6
|
+
type: {
|
|
7
|
+
text: string;
|
|
8
|
+
};
|
|
9
|
+
description: string;
|
|
10
|
+
default?: undefined;
|
|
11
|
+
} | {
|
|
12
|
+
name: string;
|
|
13
|
+
type: {
|
|
14
|
+
text: string;
|
|
15
|
+
};
|
|
16
|
+
default: string;
|
|
17
|
+
description: string;
|
|
18
|
+
})[];
|
|
19
|
+
slots: {
|
|
20
|
+
name: string;
|
|
21
|
+
description: string;
|
|
22
|
+
}[];
|
|
23
|
+
cssProperties: {
|
|
24
|
+
name: string;
|
|
25
|
+
description: string;
|
|
26
|
+
}[];
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "../mui-icons/play-rectangle";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -107,14 +107,17 @@ export * from "./components/mui-card/header";
|
|
|
107
107
|
export * from "./components/mui-card/body";
|
|
108
108
|
export * from "./components/mui-card/footer";
|
|
109
109
|
export * from "./components/mui-chip";
|
|
110
|
+
export * from "./components/mui-chip-rail";
|
|
110
111
|
export * from "./components/mui-loader";
|
|
111
112
|
export * from "./components/mui-skeleton";
|
|
112
113
|
export * from "./components/mui-spinner";
|
|
113
114
|
export * from "./components/mui-media-player";
|
|
115
|
+
export * from "./components/mui-video-thumbnail";
|
|
114
116
|
export * from "./components/mui-range-input";
|
|
115
117
|
export * from "./components/mui-alert";
|
|
116
118
|
export * from "./components/mui-message";
|
|
117
119
|
export * from "./components/mui-badge";
|
|
120
|
+
export * from "./components/mui-status";
|
|
118
121
|
export * from "./components/mui-button";
|
|
119
122
|
export * from "./components/mui-button-group";
|
|
120
123
|
export * from "./components/mui-link";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@muibook/components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "20.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A library of MUI-based design system components.",
|
|
6
6
|
"author": "Michael Trilford",
|
|
@@ -92,6 +92,10 @@
|
|
|
92
92
|
"import": "./dist/esm/components/mui-chip/index.js",
|
|
93
93
|
"types": "./dist/types/components/mui-chip/index.d.ts"
|
|
94
94
|
},
|
|
95
|
+
"./mui-chip-rail": {
|
|
96
|
+
"import": "./dist/esm/components/mui-chip-rail/index.js",
|
|
97
|
+
"types": "./dist/types/components/mui-chip-rail/index.d.ts"
|
|
98
|
+
},
|
|
95
99
|
"./mui-carousel": {
|
|
96
100
|
"import": "./dist/esm/components/mui-carousel/index.js",
|
|
97
101
|
"types": "./dist/types/components/mui-carousel/index.d.ts"
|
|
@@ -560,10 +564,18 @@
|
|
|
560
564
|
"import": "./dist/esm/components/mui-spinner/index.js",
|
|
561
565
|
"types": "./dist/types/components/mui-spinner/index.d.ts"
|
|
562
566
|
},
|
|
567
|
+
"./mui-status": {
|
|
568
|
+
"import": "./dist/esm/components/mui-status/index.js",
|
|
569
|
+
"types": "./dist/types/components/mui-status/index.d.ts"
|
|
570
|
+
},
|
|
563
571
|
"./mui-media-player": {
|
|
564
572
|
"import": "./dist/esm/components/mui-media-player/index.js",
|
|
565
573
|
"types": "./dist/types/components/mui-media-player/index.d.ts"
|
|
566
574
|
},
|
|
575
|
+
"./mui-video-thumbnail": {
|
|
576
|
+
"import": "./dist/esm/components/mui-video-thumbnail/index.js",
|
|
577
|
+
"types": "./dist/types/components/mui-video-thumbnail/index.d.ts"
|
|
578
|
+
},
|
|
567
579
|
"./mui-range-input": {
|
|
568
580
|
"import": "./dist/esm/components/mui-range-input/index.js",
|
|
569
581
|
"types": "./dist/types/components/mui-range-input/index.d.ts"
|