@ynetlabo/ui-core 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [ui-labo](https://github.com/yuuint/ui-labo) のプレーン Web 実装。
4
4
  素の Custom Elements で書いており、ランタイム依存はありません。
5
5
 
6
- **[デモとドキュメント](https://yuuint.github.io/ui-labo/)**
6
+ **[デモとドキュメント](https://ui.ynetlabo.net/)**
7
7
 
8
8
  ```sh
9
9
  npm install @ynetlabo/ui-core
@@ -26,7 +26,7 @@ CSS カスタムプロパティ経由なので、読み込むだけでテーマ
26
26
 
27
27
  | 要素 | 仕様 |
28
28
  |---|---|
29
- | `<yn-prefecture-picker>` | [都道府県 Picker](https://yuuint.github.io/ui-labo/prefecture-picker.html) |
29
+ | `<yn-prefecture-picker>` | [都道府県 Picker](https://ui.ynetlabo.net/prefecture-picker.html) |
30
30
 
31
31
  ## フレームワークから使う
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynetlabo/ui-core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "ui-labo のプレーン Web 実装。素の Custom Elements で書き、第三者ライブラリを使わない",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -22,7 +22,7 @@
22
22
  "scripts": {
23
23
  "test": "node --test test/*.test.mjs"
24
24
  },
25
- "homepage": "https://yuuint.github.io/ui-labo/",
25
+ "homepage": "https://ui.ynetlabo.net/",
26
26
  "bugs": {
27
27
  "url": "https://github.com/yuuint/ui-labo/issues"
28
28
  },