@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 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
@@ -702,6 +702,9 @@ var import_dev8 = require("@pandacss/dev");
702
702
  var globalCss_default = (0, import_dev8.defineGlobalStyles)({
703
703
  html: {
704
704
  fontSmoothing: "auto"
705
+ },
706
+ "h1, h2, h3, h4, h5, h6": {
707
+ textWrap: "pretty"
705
708
  }
706
709
  });
707
710
 
package/dist/index.mjs CHANGED
@@ -668,6 +668,9 @@ import { defineGlobalStyles } from "@pandacss/dev";
668
668
  var globalCss_default = defineGlobalStyles({
669
669
  html: {
670
670
  fontSmoothing: "auto"
671
+ },
672
+ "h1, h2, h3, h4, h5, h6": {
673
+ textWrap: "pretty"
671
674
  }
672
675
  });
673
676
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cieloazul310/digital-go-pandacss-plugin",
3
- "version": "0.1.0-beta.7",
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.7",
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.1",
46
+ "@pandacss/dev": "^1.3.0",
47
47
  "@pandacss/preset-panda": "^1.0.1",
48
- "@repo/eslint-config": "^0.1.0-beta.2",
49
- "@repo/typescript-config": "^0.1.0-beta.2",
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",