@kaizen/components 0.0.0-canary-split-purify-styles-step-20240502055001 → 0.0.0-canary-purify-styles-20240502062856

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 (1) hide show
  1. package/package.json +6 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "0.0.0-canary-split-purify-styles-step-20240502055001",
3
+ "version": "0.0.0-canary-purify-styles-20240502062856",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -74,7 +74,7 @@
74
74
  "use-debounce": "^10.0.0",
75
75
  "uuid": "^9.0.1",
76
76
  "@kaizen/hosted-assets": "2.0.3",
77
- "@kaizen/package-bundler": "0.0.0-canary-split-purify-styles-step-20240502055001"
77
+ "@kaizen/package-bundler": "0.0.0-canary-purify-styles-20240502062856"
78
78
  },
79
79
  "dependenciesComments": {
80
80
  "react-day-picker": "Version locked until a11y gets fixed (https://github.com/gpbl/react-day-picker/pull/1708)"
@@ -93,6 +93,7 @@
93
93
  "concat-cli": "^4.0.0",
94
94
  "query-string": "^9.0.0",
95
95
  "react-intl": "^6.6.4",
96
+ "replace-in-file": "^7.1.0",
96
97
  "rollup": "^4.13.2",
97
98
  "sass": "^1.72.0",
98
99
  "serialize-query-params": "^2.0.2",
@@ -100,9 +101,9 @@
100
101
  "svgo": "^3.2.0",
101
102
  "ts-jest": "^29.1.2",
102
103
  "ts-node": "^10.9.2",
103
- "@kaizen/package-bundler": "0.0.0-canary-split-purify-styles-step-20240502055001",
104
104
  "@kaizen/design-tokens": "10.3.20",
105
- "@kaizen/tailwind": "1.2.6"
105
+ "@kaizen/tailwind": "1.2.6",
106
+ "@kaizen/package-bundler": "0.0.0-canary-purify-styles-20240502062856"
106
107
  },
107
108
  "peerDependencies": {
108
109
  "@cultureamp/i18n-react-intl": "^2.5.5",
@@ -113,6 +114,7 @@
113
114
  "build": "pnpm package-bundler build",
114
115
  "clean": "pnpm package-bundler clean",
115
116
  "rollup": "pnpm package-bundler rollup",
117
+ "purify-styles": "pnpm package-bundler purify-styles",
116
118
  "types": "pnpm package-bundler types",
117
119
  "styles": "pnpm styles:global && pnpm package-bundler styles && pnpm styles:combine-styles",
118
120
  "styles:global": "postcss ./styles/global.css --output dist/global.css",