@charcoal-ui/tailwind-config 3.14.0 → 3.16.0

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 +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -158,4 +158,4 @@ https://tailwindcss.com/
158
158
 
159
159
  `@charcoal-ui/tailwind-config` が独自に定義しているクラスについては Storybook を見てください。
160
160
 
161
- https://pixiv.github.io/charcoal/?path=/docs/tailwind-config-colors-doc--colors
161
+ https://pixiv.github.io/charcoal/?path=/docs/tailwind-config-colors-doc--docs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@charcoal-ui/tailwind-config",
3
- "version": "3.14.0",
3
+ "version": "3.16.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",
@@ -29,9 +29,9 @@
29
29
  "typescript": "^4.9.5"
30
30
  },
31
31
  "dependencies": {
32
- "@charcoal-ui/foundation": "^3.14.0",
33
- "@charcoal-ui/theme": "^3.14.0",
34
- "@charcoal-ui/utils": "^3.14.0"
32
+ "@charcoal-ui/foundation": "^3.16.0",
33
+ "@charcoal-ui/theme": "^3.16.0",
34
+ "@charcoal-ui/utils": "^3.16.0"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "csstype": ">=3.0.0",
@@ -50,5 +50,5 @@
50
50
  "url": "https://github.com/pixiv/charcoal.git",
51
51
  "directory": "packages/tailwind-config"
52
52
  },
53
- "gitHead": "694af78ad36f1caa108a4c3fae4f51ce54b7f78b"
53
+ "gitHead": "e28930956816f95325a648ec492d9f1f82e516c8"
54
54
  }