@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.
Files changed (54) hide show
  1. package/README.md +1 -1
  2. package/dist/esm/agent/keywords/index.js +41 -2
  3. package/dist/esm/agent/prompts/index.js +14 -11
  4. package/dist/esm/components/mui-addon/index.js +14 -14
  5. package/dist/esm/components/mui-avatar/index.js +4 -1
  6. package/dist/esm/components/mui-badge/index.js +35 -18
  7. package/dist/esm/components/mui-body/index.js +57 -14
  8. package/dist/esm/components/mui-button/index.js +187 -52
  9. package/dist/esm/components/mui-card/body/index.js +1 -1
  10. package/dist/esm/components/mui-chip/index.js +56 -26
  11. package/dist/esm/components/mui-chip-rail/index.js +239 -0
  12. package/dist/esm/components/mui-code/index.js +5 -5
  13. package/dist/esm/components/mui-dropdown/index.js +55 -46
  14. package/dist/esm/components/mui-file-upload/index.js +1 -0
  15. package/dist/esm/components/mui-form-message/index.js +21 -13
  16. package/dist/esm/components/mui-heading/index.js +47 -10
  17. package/dist/esm/components/mui-hint/index.js +2 -2
  18. package/dist/esm/components/mui-input/index.js +21 -17
  19. package/dist/esm/components/mui-link/index.js +199 -55
  20. package/dist/esm/components/mui-message/index.js +7 -6
  21. package/dist/esm/components/mui-prompt/index.js +102 -102
  22. package/dist/esm/components/mui-rule/index.js +8 -1
  23. package/dist/esm/components/mui-select/index.js +4 -4
  24. package/dist/esm/components/mui-slat/slat/index.js +9 -1
  25. package/dist/esm/components/mui-stack/hstack/index.js +10 -5
  26. package/dist/esm/components/mui-status/index.js +239 -0
  27. package/dist/esm/components/mui-stepper/step/index.js +46 -32
  28. package/dist/esm/components/mui-switch/index.js +21 -13
  29. package/dist/esm/components/mui-tabs/controller/index.js +17 -6
  30. package/dist/esm/components/mui-tabs/item/index.js +17 -5
  31. package/dist/esm/components/mui-tabs/tab-bar/index.js +93 -39
  32. package/dist/esm/components/mui-video-thumbnail/index.js +205 -0
  33. package/dist/esm/css/mui-brand.css +3 -1
  34. package/dist/esm/css/mui-tokens.css +270 -78
  35. package/dist/esm/custom-elements.json +2608 -1900
  36. package/dist/esm/dynamic-attrs.json +26 -6
  37. package/dist/esm/index.js +7 -4
  38. package/dist/esm/tokens/js/index.js +119 -118
  39. package/dist/types/components/mui-body/api.d.ts +9 -2
  40. package/dist/types/components/mui-button/api.d.ts +4 -0
  41. package/dist/types/components/mui-chip/api.d.ts +4 -0
  42. package/dist/types/components/mui-chip-rail/api.d.ts +21 -0
  43. package/dist/types/components/mui-chip-rail/doc.d.ts +2 -0
  44. package/dist/types/components/mui-chip-rail/index.d.ts +3 -0
  45. package/dist/types/components/mui-link/api.d.ts +4 -0
  46. package/dist/types/components/mui-status/api.d.ts +24 -0
  47. package/dist/types/components/mui-status/doc.d.ts +2 -0
  48. package/dist/types/components/mui-status/index.d.ts +1 -0
  49. package/dist/types/components/mui-video-thumbnail/api.d.ts +28 -0
  50. package/dist/types/components/mui-video-thumbnail/doc.d.ts +2 -0
  51. package/dist/types/components/mui-video-thumbnail/index.d.ts +1 -0
  52. package/dist/types/index.d.ts +3 -0
  53. package/dist/types/tokens/js/index.d.ts +1 -0
  54. package/package.json +13 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 1,
3
- "generatedAt": "2026-05-26T10:59:51.234Z",
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-row": {
171
+ "mui-tab-item": {
152
172
  "version": 1,
153
173
  "destinationOnly": true,
154
174
  "attributes": [
155
- "in-card"
175
+ "has-before",
176
+ "has-after"
156
177
  ]
157
178
  },
158
- "mui-tab-item": {
179
+ "mui-row": {
159
180
  "version": 1,
160
181
  "destinationOnly": true,
161
182
  "attributes": [
162
- "has-before",
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 jt, Parts as kt, getPartMap as lt } from "./utils/part-map/index.js";
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
- jt as PartTypes,
130
- kt as Parts,
131
- lt as getPartMap
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.14285714, R = 1.5, W = 1.33333333, x = 1.25, H = 1.2, L = 1.16666667, f = 1.14285714, j = 1.125, E = "black", b = "oklch(0% 0 0 / 0)", A = "oklch(0% 0 0 / 0.05)", C = "oklch(0% 0 0 / 0.1)", I = "oklch(0% 0 0 / 0.2)", U = "oklch(0% 0 0 / 0.3)", q = "oklch(0% 0 0 / 0.4)", v = "oklch(0% 0 0 / 0.5)", w = "oklch(0% 0 0 / 0.6)", D = "oklch(0% 0 0 / 0.7)", J = "oklch(0% 0 0 / 0.8)", K = "oklch(0% 0 0 / 0.9)", M = "oklch(0% 0 0)", N = "#ffffff", P = "oklch(100% 0.00011 271.152 / 0)", Q = "oklch(100% 0.00011 271.152 / 0.1)", T = "oklch(100% 0.00011 271.152 / 0.2)", V = "oklch(100% 0.00011 271.152 / 0.3)", X = "oklch(100% 0.00011 271.152 / 0.4)", Y = "oklch(100% 0.00011 271.152 / 0.5)", Z = "oklch(100% 0.00011 271.152 / 0.6)", _ = "oklch(100% 0.00011 271.152 / 0.7)", $ = "oklch(100% 0.00011 271.152 / 0.8)", c0 = "oklch(100% 0.00011 271.152 / 0.9)", o0 = "oklch(100% 0.00011 271.152)", t0 = "oklch(97.015% 0.00011 271.152)", n0 = "oklch(94.047% 0.00009 271.152)", e0 = "oklch(92.191% 0.0001 271.152)", s0 = "oklch(84.522% 0.0001 271.152)", h0 = "oklch(73.802% 0.00008 271.152)", l0 = "oklch(62.675% 0.00007 271.152)", i0 = "oklch(51.028% 0.00006 271.152)", k0 = "oklch(44.953% 0.00005 271.152)", a0 = "oklch(38.666% 0.00004 271.152)", r0 = "oklch(32.109% 0.00004 271.152)", p0 = "oklch(25.197% 0.00003 271.152)", S0 = "oklch(17.764% 0.00002 271.152)", y0 = "oklch(11.492% 0.00001 271.152)", O0 = "oklch(98% 0.03 25.0)", g0 = "oklch(95% 0.10 25.0)", m0 = "oklch(82% 0.14 25.0)", d0 = "oklch(72% 0.17 25.0)", B0 = "oklch(62% 0.19 25.0)", G0 = "oklch(52% 0.19 25.0)", u0 = "oklch(46% 0.19 25.0)", z0 = "oklch(40% 0.19 25.0)", F0 = "oklch(34% 0.19 25.0)", R0 = "oklch(28% 0.19 25.0)", W0 = "oklch(98% 0.03 71)", x0 = "oklch(94% 0.07 71)", H0 = "oklch(90% 0.11 71)", L0 = "oklch(85% 0.14 71)", f0 = "oklch(78% 0.16 71)", j0 = "oklch(70% 0.16 71)", E0 = "oklch(64% 0.16 71)", b0 = "oklch(57% 0.16 71)", A0 = "oklch(51% 0.16 71)", C0 = "oklch(45% 0.16 71)", I0 = "oklch(96.2% 0.034 145)", U0 = "oklch(92% 0.075 145)", q0 = "oklch(88% 0.120 145)", v0 = "oklch(84.5% 0.160 145)", w0 = "oklch(70% 0.220 145)", D0 = "oklch(63% 0.200 145)", J0 = "oklch(57% 0.180 145)", K0 = "oklch(52% 0.160 145)", M0 = "oklch(46% 0.140 145)", N0 = "oklch(42% 0.120 145)", P0 = "oklch(95.6% 0.022 250)", Q0 = "oklch(91% 0.045 250)", T0 = "oklch(82% 0.091 250)", V0 = "oklch(78.8% 0.105 250)", X0 = "oklch(73% 0.130 245)", Y0 = "oklch(67% 0.150 249)", Z0 = "oklch(63% 0.155 249)", _0 = "oklch(57% 0.167 251)", $0 = "oklch(52% 0.178 253)", cc = "oklch(48% 0.151 253)", oc = "4px", tc = "6px", nc = "8px", ec = "16px", sc = "24px", hc = "36px", lc = "48px", ic = "0", kc = "0.6rem", ac = "0.8rem", rc = "1.2rem", pc = "1.6rem", Sc = "2.4rem", yc = "3.6rem", Oc = "4.8rem", gc = "6rem", mc = "0", dc = "0.2rem", Bc = "0.4rem", Gc = "1px", uc = "2px", zc = "3px", Fc = "4px", Rc = "5px", Wc = "0.5px", xc = "solid", Hc = "outset", Lc = "0.1s", fc = "0.2s", jc = "0.3s", Ec = "0.4s";
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
- E as Black,
4
- b as BlackOpacity0,
5
- C as BlackOpacity10,
6
- M as BlackOpacity100,
7
- I as BlackOpacity20,
8
- U as BlackOpacity30,
9
- q as BlackOpacity40,
10
- A as BlackOpacity5,
11
- v as BlackOpacity50,
12
- w as BlackOpacity60,
13
- D as BlackOpacity70,
14
- J as BlackOpacity80,
15
- K as BlackOpacity90,
16
- P0 as Blue100,
17
- cc as Blue1000,
18
- Q0 as Blue200,
19
- T0 as Blue300,
20
- V0 as Blue400,
21
- X0 as Blue500,
22
- Y0 as Blue600,
23
- Z0 as Blue700,
24
- _0 as Blue800,
25
- $0 as Blue900,
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
- I0 as Green100,
45
- N0 as Green1000,
46
- U0 as Green200,
47
- q0 as Green300,
48
- v0 as Green400,
49
- w0 as Green500,
50
- D0 as Green600,
51
- J0 as Green700,
52
- K0 as Green800,
53
- M0 as Green900,
54
- t0 as Grey100,
55
- p0 as Grey1000,
56
- S0 as Grey1100,
57
- y0 as Grey1200,
58
- n0 as Grey150,
59
- e0 as Grey200,
60
- s0 as Grey300,
61
- h0 as Grey400,
62
- l0 as Grey500,
63
- i0 as Grey600,
64
- k0 as Grey700,
65
- a0 as Grey800,
66
- r0 as Grey900,
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
- j as LineHeight1000,
68
+ E as LineHeight1000,
69
69
  d as LineHeight15,
70
70
  z as LineHeight200,
71
+ F as LineHeight225,
71
72
  B as LineHeight25,
72
- F as LineHeight300,
73
- R as LineHeight400,
73
+ R as LineHeight300,
74
+ W as LineHeight400,
74
75
  G as LineHeight50,
75
- W as LineHeight500,
76
- x as LineHeight600,
77
- H as LineHeight700,
78
- L as LineHeight800,
79
- f as LineHeight900,
80
- W0 as Orange100,
81
- C0 as Orange1000,
82
- x0 as Orange200,
83
- H0 as Orange300,
84
- L0 as Orange400,
85
- f0 as Orange500,
86
- j0 as Orange600,
87
- E0 as Orange700,
88
- b0 as Orange800,
89
- A0 as Orange900,
90
- ic as Radius000,
91
- oc as Radius100,
92
- tc as Radius150,
93
- nc as Radius200,
94
- ec as Radius300,
95
- sc as Radius400,
96
- hc as Radius500,
97
- lc as Radius600,
98
- O0 as Red100,
99
- R0 as Red1000,
100
- g0 as Red200,
101
- m0 as Red300,
102
- d0 as Red400,
103
- B0 as Red500,
104
- G0 as Red600,
105
- u0 as Red700,
106
- z0 as Red800,
107
- F0 as Red900,
108
- mc as Space000,
109
- dc as Space025,
110
- Bc as Space050,
111
- kc as Space100,
112
- ac as Space200,
113
- rc as Space300,
114
- pc as Space400,
115
- Sc as Space500,
116
- yc as Space600,
117
- Oc as Space700,
118
- gc as Space800,
119
- Lc as Speed100,
120
- fc as Speed200,
121
- jc as Speed300,
122
- Ec as Speed400,
123
- Hc as StrokeOutset,
124
- Wc as StrokeSize050,
125
- Gc as StrokeSize100,
126
- uc as StrokeSize200,
127
- zc as StrokeSize300,
128
- Fc as StrokeSize400,
129
- Rc as StrokeSize500,
130
- xc as StrokeSolid,
131
- N as White,
132
- P as WhiteOpacity0,
133
- Q as WhiteOpacity10,
134
- o0 as WhiteOpacity100,
135
- T as WhiteOpacity20,
136
- V as WhiteOpacity30,
137
- X as WhiteOpacity40,
138
- Y as WhiteOpacity50,
139
- Z as WhiteOpacity60,
140
- _ as WhiteOpacity70,
141
- $ as WhiteOpacity80,
142
- c0 as WhiteOpacity90
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;
@@ -20,5 +20,9 @@ export declare const muiApi: {
20
20
  name: string;
21
21
  description: string;
22
22
  }[];
23
+ cssProperties: {
24
+ name: string;
25
+ description: string;
26
+ }[];
23
27
  };
24
28
  };
@@ -24,5 +24,9 @@ export declare const muiApi: {
24
24
  name: string;
25
25
  description: string;
26
26
  }[];
27
+ cssProperties: {
28
+ name: string;
29
+ description: string;
30
+ }[];
27
31
  };
28
32
  };
@@ -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,2 @@
1
+ import type { MuiDocs } from "../../types/guidelines";
2
+ export declare const muiDocs: MuiDocs;
@@ -0,0 +1,3 @@
1
+ import "../mui-button";
2
+ import "../mui-icons/left-chevron";
3
+ import "../mui-icons/right-chevron";
@@ -20,5 +20,9 @@ export declare const muiApi: {
20
20
  name: string;
21
21
  description: string;
22
22
  }[];
23
+ cssProperties: {
24
+ name: string;
25
+ description: string;
26
+ }[];
23
27
  };
24
28
  };
@@ -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,2 @@
1
+ import type { MuiDocs } from '../../types/guidelines';
2
+ export declare const muiDocs: MuiDocs;
@@ -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,2 @@
1
+ import type { MuiDocs } from "../../types/guidelines";
2
+ export declare const muiDocs: MuiDocs;
@@ -0,0 +1 @@
1
+ import "../mui-icons/play-rectangle";
@@ -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": "19.5.1",
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"