@muibook/components 19.2.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-05T05:23:53.486Z",
3
+ "generatedAt": "2026-05-25T10:00:50.637Z",
4
4
  "components": {
5
5
  "mui-body": {
6
6
  "version": 1,
@@ -17,6 +17,7 @@
17
17
  "has-before",
18
18
  "has-after",
19
19
  "icon-only",
20
+ "avatar-only",
20
21
  "dropdown-slot",
21
22
  "dropdown-slot-first",
22
23
  "dropdown-slot-last",
@@ -132,19 +133,19 @@
132
133
  "has-button-group"
133
134
  ]
134
135
  },
135
- "mui-slat-group": {
136
+ "mui-slat": {
136
137
  "version": 1,
137
138
  "destinationOnly": true,
138
139
  "attributes": [
139
- "usage"
140
+ "card-slot",
141
+ "condensed-slot"
140
142
  ]
141
143
  },
142
- "mui-slat": {
144
+ "mui-slat-group": {
143
145
  "version": 1,
144
146
  "destinationOnly": true,
145
147
  "attributes": [
146
- "card-slot",
147
- "condensed-slot"
148
+ "usage"
148
149
  ]
149
150
  },
150
151
  "mui-row": {
@@ -1 +1 @@
1
- export {};
1
+ import "../mui-icons/info";
@@ -0,0 +1,2 @@
1
+ import type { MuiDocs } from "../../types/guidelines";
2
+ export declare const muiDocs: MuiDocs;
@@ -0,0 +1,2 @@
1
+ import type { MuiDocs } from '../../types/guidelines';
2
+ export declare const muiDocs: MuiDocs;
@@ -0,0 +1,2 @@
1
+ import type { MuiDocs } from '../../types/guidelines';
2
+ export declare const muiDocs: MuiDocs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muibook/components",
3
- "version": "19.2.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": {},