@muibook/components 18.2.0 → 19.0.1
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/dist/esm/components/mui-card/body/index.js +13 -6
- package/dist/esm/components/mui-chip-input/index.js +103 -66
- package/dist/esm/components/mui-file-upload/index.js +28 -10
- package/dist/esm/components/mui-responsive/index.js +43 -24
- package/dist/esm/components/mui-slat/slat/index.js +10 -5
- package/dist/esm/components/mui-stepper/stepper/index.js +9 -9
- package/dist/esm/components/mui-table/cell/index.js +22 -3
- package/dist/esm/components/mui-table/row/index.js +87 -5
- package/dist/esm/css/mui-brand.css +1 -1
- package/dist/esm/css/mui-tokens.css +5 -0
- package/dist/esm/custom-elements.json +2939 -2858
- package/dist/esm/dynamic-attrs.json +32 -17
- package/dist/types/components/mui-chip-input/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
|
-
"generatedAt": "2026-03-
|
|
3
|
+
"generatedAt": "2026-03-24T09:58:24.052Z",
|
|
4
4
|
"components": {
|
|
5
5
|
"mui-body": {
|
|
6
6
|
"version": 1,
|
|
@@ -35,22 +35,22 @@
|
|
|
35
35
|
"has-after"
|
|
36
36
|
]
|
|
37
37
|
},
|
|
38
|
-
"mui-
|
|
38
|
+
"mui-field": {
|
|
39
39
|
"version": 1,
|
|
40
40
|
"destinationOnly": true,
|
|
41
41
|
"attributes": [
|
|
42
|
-
"has-
|
|
43
|
-
"has-footer"
|
|
42
|
+
"has-message"
|
|
44
43
|
]
|
|
45
44
|
},
|
|
46
|
-
"mui-
|
|
45
|
+
"mui-form-section": {
|
|
47
46
|
"version": 1,
|
|
48
47
|
"destinationOnly": true,
|
|
49
48
|
"attributes": [
|
|
50
|
-
"has-
|
|
49
|
+
"has-header",
|
|
50
|
+
"has-footer"
|
|
51
51
|
]
|
|
52
52
|
},
|
|
53
|
-
"mui-
|
|
53
|
+
"mui-drawer": {
|
|
54
54
|
"version": 1,
|
|
55
55
|
"destinationOnly": true,
|
|
56
56
|
"attributes": [
|
|
@@ -83,16 +83,6 @@
|
|
|
83
83
|
"has-error"
|
|
84
84
|
]
|
|
85
85
|
},
|
|
86
|
-
"mui-rule": {
|
|
87
|
-
"version": 1,
|
|
88
|
-
"destinationOnly": true,
|
|
89
|
-
"attributes": [
|
|
90
|
-
"in-card",
|
|
91
|
-
"in-form-section",
|
|
92
|
-
"in-dialog",
|
|
93
|
-
"in-drawer"
|
|
94
|
-
]
|
|
95
|
-
},
|
|
96
86
|
"mui-slide-frame": {
|
|
97
87
|
"version": 1,
|
|
98
88
|
"destinationOnly": true,
|
|
@@ -107,6 +97,16 @@
|
|
|
107
97
|
"slide-hidden"
|
|
108
98
|
]
|
|
109
99
|
},
|
|
100
|
+
"mui-rule": {
|
|
101
|
+
"version": 1,
|
|
102
|
+
"destinationOnly": true,
|
|
103
|
+
"attributes": [
|
|
104
|
+
"in-card",
|
|
105
|
+
"in-form-section",
|
|
106
|
+
"in-dialog",
|
|
107
|
+
"in-drawer"
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
110
|
"mui-accordion-block": {
|
|
111
111
|
"version": 1,
|
|
112
112
|
"destinationOnly": true,
|
|
@@ -132,6 +132,21 @@
|
|
|
132
132
|
"has-button-group"
|
|
133
133
|
]
|
|
134
134
|
},
|
|
135
|
+
"mui-slat-group": {
|
|
136
|
+
"version": 1,
|
|
137
|
+
"destinationOnly": true,
|
|
138
|
+
"attributes": [
|
|
139
|
+
"usage"
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
"mui-slat": {
|
|
143
|
+
"version": 1,
|
|
144
|
+
"destinationOnly": true,
|
|
145
|
+
"attributes": [
|
|
146
|
+
"card-slot",
|
|
147
|
+
"condensed-slot"
|
|
148
|
+
]
|
|
149
|
+
},
|
|
135
150
|
"mui-row": {
|
|
136
151
|
"version": 1,
|
|
137
152
|
"destinationOnly": true,
|