@kaizen/components 0.0.0-canary-local-si-20240522064858 → 0.0.0-canary-kaio--tslib-dep-20240522073115

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 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "0.0.0-canary-local-si-20240522064858",
3
+ "version": "0.0.0-canary-kaio--tslib-dep-20240522073115",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -70,6 +70,7 @@
70
70
  "react-select": "^5.8.0",
71
71
  "react-textfit": "^1.1.1",
72
72
  "resize-observer-polyfill": "^1.5.1",
73
+ "tslib": "^2.6.2",
73
74
  "use-debounce": "^10.0.0",
74
75
  "uuid": "^9.0.1",
75
76
  "@kaizen/hosted-assets": "2.0.3"
@@ -90,14 +91,13 @@
90
91
  "query-string": "^9.0.0",
91
92
  "react-intl": "^6.6.8",
92
93
  "rollup": "^4.17.2",
93
- "sass": "^1.76.0",
94
+ "sass": "^1.77.2",
94
95
  "serialize-query-params": "^2.0.2",
95
96
  "svgo": "^3.3.2",
96
97
  "ts-jest": "^29.1.2",
97
- "tslib": "^2.6.2",
98
98
  "tsx": "^4.10.2",
99
- "@kaizen/design-tokens": "0.0.0-canary-local-si-20240522064858",
100
- "@kaizen/package-bundler": "0.0.0-canary-local-si-20240522064858"
99
+ "@kaizen/design-tokens": "10.4.0",
100
+ "@kaizen/package-bundler": "1.0.0"
101
101
  },
102
102
  "devDependenciesComments": {
103
103
  "postcss": "Installed in root",
@@ -112,6 +112,7 @@
112
112
  "scripts": {
113
113
  "build": "pnpm package-bundler build-shared-ui && pnpm build:global-styles",
114
114
  "build:global-styles": "postcss ./styles/global.css --output dist/styles.css",
115
+ "clean": "rm -rf dist",
115
116
  "test": "FORCE_COLOR=1 jest",
116
117
  "test:ci": "pnpm test -- --ci",
117
118
  "test:treeshake": "agadoo ./dist/esm/index.mjs",