@cieloazul310/digital-go-pandacss-plugin 0.1.0-beta.7 → 0.1.0-beta.8
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 +10 -0
- package/dist/index.js +3 -0
- package/dist/index.mjs +3 -0
- package/package.json +5 -5
package/README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# デジタル庁デザインシステム Panda CSS プラグイン
|
|
2
|
+
|
|
3
|
+
このパッケージはデジタル庁デザインシステムの[Design Tokens]をPanda CSSに移植したプラグインです。
|
|
4
|
+
このパッケージは[Pandaプリセット]に含まれていますが、単体での利用も可能です。
|
|
5
|
+
|
|
6
|
+
デジタル庁 デザインシステム(Figma)のデザイントークン
|
|
7
|
+
<https://github.com/digital-go-jp/design-tokens>
|
|
8
|
+
|
|
9
|
+
[Design Tokens]: https://github.com/digital-go-jp/design-tokens
|
|
10
|
+
[Pandaプリセット]: ../preset
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cieloazul310/digital-go-pandacss-plugin",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.8",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"homepage": "https://github.com/cieloazul310/digital-go-design-system-with-panda",
|
|
6
6
|
"author": {
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"format": "prettier --parser typescript --write ."
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@cieloazul310/digital-go-pandacss-utils": "^0.1.0-beta.
|
|
42
|
+
"@cieloazul310/digital-go-pandacss-utils": "^0.1.0-beta.8",
|
|
43
43
|
"@digital-go-jp/design-tokens": "^1.1.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@pandacss/dev": "^1.0
|
|
46
|
+
"@pandacss/dev": "^1.3.0",
|
|
47
47
|
"@pandacss/preset-panda": "^1.0.1",
|
|
48
|
-
"@repo/eslint-config": "^0.1.0-beta.
|
|
49
|
-
"@repo/typescript-config": "^0.1.0-beta.
|
|
48
|
+
"@repo/eslint-config": "^0.1.0-beta.3",
|
|
49
|
+
"@repo/typescript-config": "^0.1.0-beta.3",
|
|
50
50
|
"eslint": "^9.32.0",
|
|
51
51
|
"polished": "^4.3.1",
|
|
52
52
|
"tsup": "8.5.0",
|