@muibook/components 11.0.0 → 11.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/README.md
CHANGED
|
@@ -159,6 +159,12 @@ Install [es6-string-html](https://marketplace.visualstudio.com/items?itemName=To
|
|
|
159
159
|
|
|
160
160
|
---
|
|
161
161
|
|
|
162
|
+
## Style Dictionary
|
|
163
|
+
|
|
164
|
+
- npm run token-build
|
|
165
|
+
|
|
166
|
+
---
|
|
167
|
+
|
|
162
168
|
### Publishing
|
|
163
169
|
|
|
164
170
|
#### Version Management
|
|
@@ -183,10 +189,6 @@ npm publish
|
|
|
183
189
|
|
|
184
190
|
---
|
|
185
191
|
|
|
186
|
-
## Style Dictionary
|
|
187
|
-
|
|
188
|
-
- npm run token-build
|
|
189
|
-
|
|
190
192
|
## NPM Token REFRESH
|
|
191
193
|
|
|
192
194
|
I have to login everytime it seems.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { marked as m } from "
|
|
1
|
+
import { marked as m } from "marked";
|
|
2
2
|
const u = (n) => n.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/\"/g, """).replace(/'/g, "'"), p = (n) => {
|
|
3
3
|
const i = n.split(`
|
|
4
4
|
`);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/* ================================================================================================== */
|
|
3
|
-
/* Don't edit directly • Generated on Wed, 25 Feb 2026 01:
|
|
3
|
+
/* Don't edit directly • Generated on Wed, 25 Feb 2026 01:38:01 GMT • muibook.com */
|
|
4
4
|
/* ================================================================================================== */
|
|
5
5
|
|
|
6
6
|
/* ================================================================================================== */
|