@kaizen/components 0.0.0-canary-inject-tw-js-20240514055834 → 0.0.0-canary-stable-bundler-20240515025934
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/package.json +6 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaizen/components",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-stable-bundler-20240515025934",
|
|
4
4
|
"description": "Kaizen component library",
|
|
5
5
|
"author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
|
|
6
6
|
"homepage": "https://cultureamp.design",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"types": "dist/types/index.d.ts",
|
|
25
25
|
"sideEffects": [
|
|
26
26
|
"styles.css",
|
|
27
|
-
"tailwind.css
|
|
27
|
+
"tailwind.css.*"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@floating-ui/react-dom": "^2.0.8",
|
|
@@ -71,17 +71,17 @@
|
|
|
71
71
|
"react-select": "^5.8.0",
|
|
72
72
|
"react-textfit": "^1.1.1",
|
|
73
73
|
"resize-observer-polyfill": "^1.5.1",
|
|
74
|
+
"style-inject": "^0.3.0",
|
|
74
75
|
"tslib": "^2.6.2",
|
|
75
76
|
"use-debounce": "^10.0.0",
|
|
76
77
|
"uuid": "^9.0.1",
|
|
77
|
-
"@kaizen/
|
|
78
|
-
"@kaizen/
|
|
78
|
+
"@kaizen/package-bundler": "0.0.0-canary-stable-bundler-20240515025934",
|
|
79
|
+
"@kaizen/hosted-assets": "2.0.3"
|
|
79
80
|
},
|
|
80
81
|
"dependenciesComments": {
|
|
81
82
|
"react-day-picker": "Version locked until a11y gets fixed (https://github.com/gpbl/react-day-picker/pull/1708)"
|
|
82
83
|
},
|
|
83
84
|
"devDependencies": {
|
|
84
|
-
"rollup-plugin-postcss": "^4.0.2",
|
|
85
85
|
"@babel/plugin-transform-react-pure-annotations": "^7.24.1",
|
|
86
86
|
"@cultureamp/frontend-apis": "^9.5.0",
|
|
87
87
|
"@cultureamp/i18n-react-intl": "^2.5.6",
|
|
@@ -96,13 +96,12 @@
|
|
|
96
96
|
"rollup": "^4.17.2",
|
|
97
97
|
"sass": "^1.76.0",
|
|
98
98
|
"serialize-query-params": "^2.0.2",
|
|
99
|
-
"style-inject": "^0.3.0",
|
|
100
99
|
"svgo": "^3.2.0",
|
|
101
100
|
"tailwindcss": "^3.4.3",
|
|
102
101
|
"ts-jest": "^29.1.2",
|
|
103
102
|
"ts-node": "^10.9.2",
|
|
104
103
|
"@kaizen/design-tokens": "10.3.20",
|
|
105
|
-
"@kaizen/package-bundler": "0.0.0-canary-
|
|
104
|
+
"@kaizen/package-bundler": "0.0.0-canary-stable-bundler-20240515025934",
|
|
106
105
|
"@kaizen/tailwind": "1.2.6"
|
|
107
106
|
},
|
|
108
107
|
"peerDependencies": {
|
|
@@ -113,7 +112,6 @@
|
|
|
113
112
|
"scripts": {
|
|
114
113
|
"build": "pnpm package-bundler build-ui-library && pnpm styles:global",
|
|
115
114
|
"styles:global": "postcss ./styles/global.css --output dist/styles.css",
|
|
116
|
-
"dist:clean": "pnpm package-bundler dist:clean",
|
|
117
115
|
"help": "pnpm package-bundler help",
|
|
118
116
|
"test": "FORCE_COLOR=1 jest",
|
|
119
117
|
"test:ci": "pnpm test -- --ci",
|