@muibook/components 8.0.2 → 9.1.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 CHANGED
@@ -18,6 +18,7 @@ import "@muibook/components/mui-body"; // Individual
18
18
  #### CSS Usage
19
19
 
20
20
  ```javascript
21
+ import "@muibook/components/css/mui-brand.css";
21
22
  import "@muibook/components/css/mui-tokens.css";
22
23
  import "@muibook/components/css/mui-base.css";
23
24
  import "@muibook/components/css/mui-reset.css";
@@ -178,7 +179,13 @@ npm publish
178
179
 
179
180
  ---
180
181
 
181
- ## Title
182
+ ## Style Dictionary
183
+
184
+ - npm run token-build
185
+
186
+ ---
187
+
188
+ ## NPM Token REFRESH
182
189
 
183
190
  Refreshing Your npm Access Token (90-Day Expiry)
184
191
 
@@ -41,8 +41,8 @@ const a = {
41
41
  container: ["container", "wrapper", "layout", "section"],
42
42
  responsive: ["responsive", "breakpoint", "mobile", "desktop", "showAbove", "showBelow"],
43
43
  rule: ["rule", "divider", "separator", "line", "hr"],
44
- heading: ["heading", "title", "h1", "h2", "h3", "level"],
45
- body: ["body", "text", "paragraph", "copy"],
44
+ heading: ["heading", "title", "h1", "h2", "h3", "size", "level"],
45
+ body: ["body", "text", "paragraph", "copy", "default", "optional", "success", "warning", "error"],
46
46
  list: ["list", "items", "ul", "li"],
47
47
  slat: [
48
48
  "slat",