@kaizen/components 0.0.0-canary-rollup-cjs-20240408013052 → 0.0.0-canary-rollup-inject-styles-20240408024236
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/dist/cjs/future.css +29 -29
- package/dist/esm/future.css +29 -29
- package/dist/index.css +2 -2
- package/dist/styles.css +1 -1
- package/future/package.json +1 -1
- package/package.json +5 -5
- package/dist/cjs/index.css +0 -160
- package/dist/esm/index.css +0 -160
package/future/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaizen/components",
|
|
3
|
-
"version": "0.0.0-canary-rollup-
|
|
3
|
+
"version": "0.0.0-canary-rollup-inject-styles-20240408024236",
|
|
4
4
|
"description": "Kaizen component library",
|
|
5
5
|
"author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
|
|
6
6
|
"homepage": "https://cultureamp.design",
|
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
"ts-node": "^10.9.2",
|
|
112
112
|
"ts-patch": "^3.1.2",
|
|
113
113
|
"typescript-transform-paths": "^3.4.7",
|
|
114
|
-
"@kaizen/
|
|
115
|
-
"@kaizen/
|
|
114
|
+
"@kaizen/design-tokens": "10.3.20",
|
|
115
|
+
"@kaizen/tailwind": "1.2.6"
|
|
116
116
|
},
|
|
117
117
|
"peerDependencies": {
|
|
118
118
|
"@cultureamp/i18n-react-intl": "^2.5.5",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"react-intl": "^6.6.4"
|
|
121
121
|
},
|
|
122
122
|
"scripts": {
|
|
123
|
-
"build": "pnpm clean && pnpm
|
|
123
|
+
"build": "pnpm clean && pnpm prepublishOnly",
|
|
124
124
|
"test": "FORCE_COLOR=1 jest",
|
|
125
125
|
"test:ci": "pnpm test -- --ci",
|
|
126
126
|
"test:treeshake": "agadoo ./dist/esm/index.mjs",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"build:styles": "postcss styles/global.css --output dist/global.css",
|
|
130
130
|
"compile": "tsc",
|
|
131
131
|
"dist:clean": "rm ./dist/global.css ./dist/raw-styles.css",
|
|
132
|
-
"dist:combine-styles": "concat-cli -f ./dist/*.css
|
|
132
|
+
"dist:combine-styles": "concat-cli -f ./dist/*.css -o ./dist/raw-styles.css",
|
|
133
133
|
"dist:postcss": "postcss dist/raw-styles.css --output dist/styles.css",
|
|
134
134
|
"postBuild": "pnpm dist:combine-styles && pnpm dist:postcss",
|
|
135
135
|
"update-icons": "./src/Icon/bin/update-icons.sh",
|