@jboltai/tokui 0.1.1 → 0.1.2

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
@@ -10,7 +10,7 @@
10
10
  [![零运行时依赖](https://img.shields.io/badge/runtime%20deps-0-brightgreen.svg)](#)
11
11
  [![bundle size](https://img.shields.io/bundlephobia/minzip/@jboltai/tokui.svg)](https://bundlephobia.com/package/@jboltai/tokui)
12
12
 
13
- [在线体验(StackBlitz)](https://stackblitz.com/github/jboltai/tokui) · [组件画廊演示](./demo/index.html) · [DSL 完整参考](./demo/TOKUI_DSL_REFERENCE.md) · [文档站](https://tokui.jboltai.com/)
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
  [![zero runtime deps](https://img.shields.io/badge/runtime%20deps-0-brightgreen.svg)](#)
11
11
  [![bundle size](https://img.shields.io/bundlephobia/minzip/@jboltai/tokui.svg)](https://bundlephobia.com/package/@jboltai/tokui)
12
12
 
13
- [Try on StackBlitz](https://stackblitz.com/github/jboltai/tokui) · [Component gallery demo](./demo/index.html) · [DSL reference](./demo/TOKUI_DSL_REFERENCE.md) · [Docs site](https://tokui.jboltai.com/)
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
 
@@ -339,7 +339,7 @@ Adding a new component takes four steps:
339
339
 
340
340
  4. **Add styles** (`src/styles/tokui.css`): class `.tokui-mycard`; variants use `.tokui-mycard--{variant}` and must be added to the `VARIANTS` whitelist in `renderer.js`.
341
341
 
342
- Finally, add a test in `tests/`, and optionally a demo in the `DEMOS` array of `src/server/sse-server.js`.
342
+ Finally, add a test in `tests/`, and optionally a demo in the `DEMOS` array of `demo/server/sse-server.js`.
343
343
 
344
344
  ---
345
345