@jboltai/tokui 0.1.3 → 0.1.5
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 +1 -1
- package/README_EN.md +1 -1
- package/dist/tokui.cjs +10 -10
- package/dist/tokui.cjs.map +1 -1
- package/dist/tokui.css +1 -1
- package/dist/tokui.mjs +3552 -2612
- package/dist/tokui.mjs.map +1 -1
- package/dist/tokui.umd.js +9 -9
- package/dist/tokui.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +33 -0
- package/src/server/tokui-builder.js +15 -2
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
[](#)
|
|
11
11
|
[](https://bundlephobia.com/package/@jboltai/tokui)
|
|
12
12
|
|
|
13
|
-
[官网文档站](https://tokui.jboltai.com/) · [组件画廊演示](https://
|
|
13
|
+
[官网文档站](https://tokui.jboltai.com/) · [组件画廊演示](https://tokui-demo.jboltai.com/) · [DSL 完整参考](./demo/TOKUI_DSL_REFERENCE.md) · [在线体验(StackBlitz)](https://stackblitz.com/github/jboltai/tokui)
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
package/README_EN.md
CHANGED
|
@@ -10,7 +10,7 @@ English | **[简体中文](./README.md)**
|
|
|
10
10
|
[](#)
|
|
11
11
|
[](https://bundlephobia.com/package/@jboltai/tokui)
|
|
12
12
|
|
|
13
|
-
[Official Docs site](https://tokui.jboltai.com/) · [Component gallery demo](https://
|
|
13
|
+
[Official Docs site](https://tokui.jboltai.com/) · [Component gallery demo](https://tokui-demo.jboltai.com/) · [DSL reference](./demo/TOKUI_DSL_REFERENCE.md) · [Try on StackBlitz](https://stackblitz.com/github/jboltai/tokui)
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|