@muibook/components 19.3.0 → 19.4.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 1,
3
- "generatedAt": "2026-05-07T04:13:11.487Z",
3
+ "generatedAt": "2026-05-25T10:00:50.637Z",
4
4
  "components": {
5
5
  "mui-body": {
6
6
  "version": 1,
@@ -133,19 +133,19 @@
133
133
  "has-button-group"
134
134
  ]
135
135
  },
136
- "mui-slat-group": {
136
+ "mui-slat": {
137
137
  "version": 1,
138
138
  "destinationOnly": true,
139
139
  "attributes": [
140
- "usage"
140
+ "card-slot",
141
+ "condensed-slot"
141
142
  ]
142
143
  },
143
- "mui-slat": {
144
+ "mui-slat-group": {
144
145
  "version": 1,
145
146
  "destinationOnly": true,
146
147
  "attributes": [
147
- "card-slot",
148
- "condensed-slot"
148
+ "usage"
149
149
  ]
150
150
  },
151
151
  "mui-row": {
@@ -1 +1 @@
1
- export {};
1
+ import "../mui-icons/info";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muibook/components",
3
- "version": "19.3.0",
3
+ "version": "19.4.0",
4
4
  "type": "module",
5
5
  "description": "A library of MUI-based design system components.",
6
6
  "author": "Michael Trilford",
@@ -621,11 +621,11 @@
621
621
  "dist/esm/dynamic-attrs.json"
622
622
  ],
623
623
  "devDependencies": {
624
- "@custom-elements-manifest/analyzer": "^0.11.0",
625
- "@types/node": "^22.15.24",
626
- "style-dictionary": "^4.4.0",
627
- "typescript": "~5.8.3",
628
- "vite": "^6.3.5"
624
+ "@custom-elements-manifest/analyzer": "0.11.0",
625
+ "@types/node": "22.15.24",
626
+ "style-dictionary": "4.4.0",
627
+ "typescript": "5.8.3",
628
+ "vite": "6.3.5"
629
629
  },
630
630
  "peerDependencies": {},
631
631
  "dependencies": {},