@muibook/components 19.5.1 → 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 +41 -2
- package/dist/esm/agent/prompts/index.js +14 -11
- 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-body/index.js +57 -14
- 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-form-message/index.js +21 -13
- package/dist/esm/components/mui-heading/index.js +47 -10
- package/dist/esm/components/mui-hint/index.js +2 -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-rule/index.js +8 -1
- package/dist/esm/components/mui-select/index.js +4 -4
- package/dist/esm/components/mui-slat/slat/index.js +9 -1
- 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 +3 -1
- package/dist/esm/css/mui-tokens.css +270 -78
- package/dist/esm/custom-elements.json +2608 -1900
- package/dist/esm/dynamic-attrs.json +26 -6
- package/dist/esm/index.js +7 -4
- package/dist/esm/tokens/js/index.js +119 -118
- package/dist/types/components/mui-body/api.d.ts +9 -2
- 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/dist/types/tokens/js/index.d.ts +1 -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
|
};
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
const c = 'system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"', o = "1.1rem", t = "1.2rem", n = "1.4rem", e = "1.6rem", s = "1.8rem", h = "2.1rem", l = "2.4rem", i = "3.6rem", k = "4.8rem", a = "6rem", r = "7.2rem", p = "8.4rem", S = "9.6rem", y = 400, O = 500, g = 600, m = 700, d = 1.63636364, B = 1.5, G = 1.5, u = 1.5, z = 1.33333333, F = 1.
|
|
1
|
+
const c = 'system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"', o = "1.1rem", t = "1.2rem", n = "1.4rem", e = "1.6rem", s = "1.8rem", h = "2.1rem", l = "2.4rem", i = "3.6rem", k = "4.8rem", a = "6rem", r = "7.2rem", p = "8.4rem", S = "9.6rem", y = 400, O = 500, g = 600, m = 700, d = 1.63636364, B = 1.5, G = 1.5, u = 1.5, z = 1.33333333, F = 1.66666667, R = 1.14285714, W = 1.5, x = 1.33333333, H = 1.25, L = 1.2, f = 1.16666667, j = 1.14285714, E = 1.125, b = "black", A = "oklch(0% 0 0 / 0)", C = "oklch(0% 0 0 / 0.05)", I = "oklch(0% 0 0 / 0.1)", U = "oklch(0% 0 0 / 0.2)", q = "oklch(0% 0 0 / 0.3)", v = "oklch(0% 0 0 / 0.4)", w = "oklch(0% 0 0 / 0.5)", D = "oklch(0% 0 0 / 0.6)", J = "oklch(0% 0 0 / 0.7)", K = "oklch(0% 0 0 / 0.8)", M = "oklch(0% 0 0 / 0.9)", N = "oklch(0% 0 0)", P = "#ffffff", Q = "oklch(100% 0.00011 271.152 / 0)", T = "oklch(100% 0.00011 271.152 / 0.1)", V = "oklch(100% 0.00011 271.152 / 0.2)", X = "oklch(100% 0.00011 271.152 / 0.3)", Y = "oklch(100% 0.00011 271.152 / 0.4)", Z = "oklch(100% 0.00011 271.152 / 0.5)", _ = "oklch(100% 0.00011 271.152 / 0.6)", $ = "oklch(100% 0.00011 271.152 / 0.7)", c0 = "oklch(100% 0.00011 271.152 / 0.8)", o0 = "oklch(100% 0.00011 271.152 / 0.9)", t0 = "oklch(100% 0.00011 271.152)", n0 = "oklch(97.015% 0.00011 271.152)", e0 = "oklch(94.047% 0.00009 271.152)", s0 = "oklch(92.191% 0.0001 271.152)", h0 = "oklch(84.522% 0.0001 271.152)", l0 = "oklch(73.802% 0.00008 271.152)", i0 = "oklch(62.675% 0.00007 271.152)", k0 = "oklch(51.028% 0.00006 271.152)", a0 = "oklch(44.953% 0.00005 271.152)", r0 = "oklch(38.666% 0.00004 271.152)", p0 = "oklch(32.109% 0.00004 271.152)", S0 = "oklch(25.197% 0.00003 271.152)", y0 = "oklch(17.764% 0.00002 271.152)", O0 = "oklch(11.492% 0.00001 271.152)", g0 = "oklch(98% 0.03 25.0)", m0 = "oklch(95% 0.10 25.0)", d0 = "oklch(82% 0.14 25.0)", B0 = "oklch(72% 0.17 25.0)", G0 = "oklch(62% 0.19 25.0)", u0 = "oklch(52% 0.19 25.0)", z0 = "oklch(46% 0.19 25.0)", F0 = "oklch(40% 0.19 25.0)", R0 = "oklch(34% 0.19 25.0)", W0 = "oklch(28% 0.19 25.0)", x0 = "oklch(98% 0.03 71)", H0 = "oklch(94% 0.07 71)", L0 = "oklch(90% 0.11 71)", f0 = "oklch(85% 0.14 71)", j0 = "oklch(78% 0.16 71)", E0 = "oklch(70% 0.16 71)", b0 = "oklch(64% 0.16 71)", A0 = "oklch(57% 0.16 71)", C0 = "oklch(51% 0.16 71)", I0 = "oklch(45% 0.16 71)", U0 = "oklch(96.2% 0.034 145)", q0 = "oklch(92% 0.075 145)", v0 = "oklch(88% 0.120 145)", w0 = "oklch(84.5% 0.160 145)", D0 = "oklch(70% 0.220 145)", J0 = "oklch(63% 0.200 145)", K0 = "oklch(57% 0.180 145)", M0 = "oklch(52% 0.160 145)", N0 = "oklch(46% 0.140 145)", P0 = "oklch(42% 0.120 145)", Q0 = "oklch(95.6% 0.022 250)", T0 = "oklch(91% 0.045 250)", V0 = "oklch(82% 0.091 250)", X0 = "oklch(78.8% 0.105 250)", Y0 = "oklch(73% 0.130 245)", Z0 = "oklch(67% 0.150 249)", _0 = "oklch(63% 0.155 249)", $0 = "oklch(57% 0.167 251)", cc = "oklch(52% 0.178 253)", oc = "oklch(48% 0.151 253)", tc = "4px", nc = "6px", ec = "8px", sc = "16px", hc = "24px", lc = "36px", ic = "48px", kc = "0", ac = "0.6rem", rc = "0.8rem", pc = "1.2rem", Sc = "1.6rem", yc = "2.4rem", Oc = "3.6rem", gc = "4.8rem", mc = "6rem", dc = "0", Bc = "0.2rem", Gc = "0.4rem", uc = "1px", zc = "2px", Fc = "3px", Rc = "4px", Wc = "5px", xc = "0.5px", Hc = "solid", Lc = "outset", fc = "0.1s", jc = "0.2s", Ec = "0.3s", bc = "0.4s";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
3
|
+
b as Black,
|
|
4
|
+
A as BlackOpacity0,
|
|
5
|
+
I as BlackOpacity10,
|
|
6
|
+
N as BlackOpacity100,
|
|
7
|
+
U as BlackOpacity20,
|
|
8
|
+
q as BlackOpacity30,
|
|
9
|
+
v as BlackOpacity40,
|
|
10
|
+
C as BlackOpacity5,
|
|
11
|
+
w as BlackOpacity50,
|
|
12
|
+
D as BlackOpacity60,
|
|
13
|
+
J as BlackOpacity70,
|
|
14
|
+
K as BlackOpacity80,
|
|
15
|
+
M as BlackOpacity90,
|
|
16
|
+
Q0 as Blue100,
|
|
17
|
+
oc as Blue1000,
|
|
18
|
+
T0 as Blue200,
|
|
19
|
+
V0 as Blue300,
|
|
20
|
+
X0 as Blue400,
|
|
21
|
+
Y0 as Blue500,
|
|
22
|
+
Z0 as Blue600,
|
|
23
|
+
_0 as Blue700,
|
|
24
|
+
$0 as Blue800,
|
|
25
|
+
cc as Blue900,
|
|
26
26
|
c as FontFamily,
|
|
27
27
|
e as FontSize100,
|
|
28
28
|
S as FontSize1000,
|
|
@@ -41,103 +41,104 @@ export {
|
|
|
41
41
|
O as FontWeight500,
|
|
42
42
|
g as FontWeight600,
|
|
43
43
|
m as FontWeight700,
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
44
|
+
U0 as Green100,
|
|
45
|
+
P0 as Green1000,
|
|
46
|
+
q0 as Green200,
|
|
47
|
+
v0 as Green300,
|
|
48
|
+
w0 as Green400,
|
|
49
|
+
D0 as Green500,
|
|
50
|
+
J0 as Green600,
|
|
51
|
+
K0 as Green700,
|
|
52
|
+
M0 as Green800,
|
|
53
|
+
N0 as Green900,
|
|
54
|
+
n0 as Grey100,
|
|
55
|
+
S0 as Grey1000,
|
|
56
|
+
y0 as Grey1100,
|
|
57
|
+
O0 as Grey1200,
|
|
58
|
+
e0 as Grey150,
|
|
59
|
+
s0 as Grey200,
|
|
60
|
+
h0 as Grey300,
|
|
61
|
+
l0 as Grey400,
|
|
62
|
+
i0 as Grey500,
|
|
63
|
+
k0 as Grey600,
|
|
64
|
+
a0 as Grey700,
|
|
65
|
+
r0 as Grey800,
|
|
66
|
+
p0 as Grey900,
|
|
67
67
|
u as LineHeight100,
|
|
68
|
-
|
|
68
|
+
E as LineHeight1000,
|
|
69
69
|
d as LineHeight15,
|
|
70
70
|
z as LineHeight200,
|
|
71
|
+
F as LineHeight225,
|
|
71
72
|
B as LineHeight25,
|
|
72
|
-
|
|
73
|
-
|
|
73
|
+
R as LineHeight300,
|
|
74
|
+
W as LineHeight400,
|
|
74
75
|
G as LineHeight50,
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
76
|
+
x as LineHeight500,
|
|
77
|
+
H as LineHeight600,
|
|
78
|
+
L as LineHeight700,
|
|
79
|
+
f as LineHeight800,
|
|
80
|
+
j as LineHeight900,
|
|
81
|
+
x0 as Orange100,
|
|
82
|
+
I0 as Orange1000,
|
|
83
|
+
H0 as Orange200,
|
|
84
|
+
L0 as Orange300,
|
|
85
|
+
f0 as Orange400,
|
|
86
|
+
j0 as Orange500,
|
|
87
|
+
E0 as Orange600,
|
|
88
|
+
b0 as Orange700,
|
|
89
|
+
A0 as Orange800,
|
|
90
|
+
C0 as Orange900,
|
|
91
|
+
kc as Radius000,
|
|
92
|
+
tc as Radius100,
|
|
93
|
+
nc as Radius150,
|
|
94
|
+
ec as Radius200,
|
|
95
|
+
sc as Radius300,
|
|
96
|
+
hc as Radius400,
|
|
97
|
+
lc as Radius500,
|
|
98
|
+
ic as Radius600,
|
|
99
|
+
g0 as Red100,
|
|
100
|
+
W0 as Red1000,
|
|
101
|
+
m0 as Red200,
|
|
102
|
+
d0 as Red300,
|
|
103
|
+
B0 as Red400,
|
|
104
|
+
G0 as Red500,
|
|
105
|
+
u0 as Red600,
|
|
106
|
+
z0 as Red700,
|
|
107
|
+
F0 as Red800,
|
|
108
|
+
R0 as Red900,
|
|
109
|
+
dc as Space000,
|
|
110
|
+
Bc as Space025,
|
|
111
|
+
Gc as Space050,
|
|
112
|
+
ac as Space100,
|
|
113
|
+
rc as Space200,
|
|
114
|
+
pc as Space300,
|
|
115
|
+
Sc as Space400,
|
|
116
|
+
yc as Space500,
|
|
117
|
+
Oc as Space600,
|
|
118
|
+
gc as Space700,
|
|
119
|
+
mc as Space800,
|
|
120
|
+
fc as Speed100,
|
|
121
|
+
jc as Speed200,
|
|
122
|
+
Ec as Speed300,
|
|
123
|
+
bc as Speed400,
|
|
124
|
+
Lc as StrokeOutset,
|
|
125
|
+
xc as StrokeSize050,
|
|
126
|
+
uc as StrokeSize100,
|
|
127
|
+
zc as StrokeSize200,
|
|
128
|
+
Fc as StrokeSize300,
|
|
129
|
+
Rc as StrokeSize400,
|
|
130
|
+
Wc as StrokeSize500,
|
|
131
|
+
Hc as StrokeSolid,
|
|
132
|
+
P as White,
|
|
133
|
+
Q as WhiteOpacity0,
|
|
134
|
+
T as WhiteOpacity10,
|
|
135
|
+
t0 as WhiteOpacity100,
|
|
136
|
+
V as WhiteOpacity20,
|
|
137
|
+
X as WhiteOpacity30,
|
|
138
|
+
Y as WhiteOpacity40,
|
|
139
|
+
Z as WhiteOpacity50,
|
|
140
|
+
_ as WhiteOpacity60,
|
|
141
|
+
$ as WhiteOpacity70,
|
|
142
|
+
c0 as WhiteOpacity80,
|
|
143
|
+
o0 as WhiteOpacity90
|
|
143
144
|
};
|
|
@@ -1,14 +1,21 @@
|
|
|
1
1
|
export declare const muiApi: {
|
|
2
2
|
"mui-body": {
|
|
3
3
|
description: string;
|
|
4
|
-
attributes: {
|
|
4
|
+
attributes: ({
|
|
5
5
|
name: string;
|
|
6
6
|
type: {
|
|
7
7
|
text: string;
|
|
8
8
|
};
|
|
9
9
|
default: string;
|
|
10
10
|
description: string;
|
|
11
|
-
}
|
|
11
|
+
} | {
|
|
12
|
+
name: string;
|
|
13
|
+
type: {
|
|
14
|
+
text: string;
|
|
15
|
+
};
|
|
16
|
+
description: string;
|
|
17
|
+
default?: undefined;
|
|
18
|
+
})[];
|
|
12
19
|
slots: {
|
|
13
20
|
name: string;
|
|
14
21
|
description: string;
|
|
@@ -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";
|
|
@@ -24,6 +24,7 @@ export declare const LineHeight25 = 1.5;
|
|
|
24
24
|
export declare const LineHeight50 = 1.5;
|
|
25
25
|
export declare const LineHeight100 = 1.5;
|
|
26
26
|
export declare const LineHeight200 = 1.33333333;
|
|
27
|
+
export declare const LineHeight225 = 1.66666667;
|
|
27
28
|
export declare const LineHeight300 = 1.14285714;
|
|
28
29
|
export declare const LineHeight400 = 1.5;
|
|
29
30
|
export declare const LineHeight500 = 1.33333333;
|
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"
|