@kaizen/components 1.4.15 → 1.4.16
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/CHANGELOG.md +11 -0
- package/dist/iife/index.js +2 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.4.16](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/components@1.4.15...@kaizen/components@1.4.16) (2023-02-27)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* make @kaizen/tailwind a dep ([#3321](https://github.com/cultureamp/kaizen-design-system/issues/3321)) ([77c36e9](https://github.com/cultureamp/kaizen-design-system/commit/77c36e9141047063693f67baf3d800c96c511daf))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [1.4.15](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/components@1.4.14...@kaizen/components@1.4.15) (2023-02-27)
|
|
7
18
|
|
|
8
19
|
|
package/dist/iife/index.js
CHANGED
|
@@ -2543,6 +2543,7 @@
|
|
|
2543
2543
|
var defaultTheme;
|
|
2544
2544
|
var init_themes = __esm({
|
|
2545
2545
|
"../design-tokens/src/themes/index.ts"() {
|
|
2546
|
+
"use strict";
|
|
2546
2547
|
init_heart();
|
|
2547
2548
|
init_heart();
|
|
2548
2549
|
defaultTheme = heartTheme;
|
|
@@ -2552,6 +2553,7 @@
|
|
|
2552
2553
|
// ../design-tokens/src/types.ts
|
|
2553
2554
|
var init_types = __esm({
|
|
2554
2555
|
"../design-tokens/src/types.ts"() {
|
|
2556
|
+
"use strict";
|
|
2555
2557
|
}
|
|
2556
2558
|
});
|
|
2557
2559
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaizen/components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.16",
|
|
4
4
|
"description": "Kaizen component library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
"@kaizen/select": "^6.13.5",
|
|
72
72
|
"@kaizen/split-button": "^1.3.33",
|
|
73
73
|
"@kaizen/tabs": "^1.5.30",
|
|
74
|
+
"@kaizen/tailwind": "^0.5.1",
|
|
74
75
|
"@kaizen/typography": "^2.3.6",
|
|
75
76
|
"classnames": "^2.3.2"
|
|
76
77
|
},
|
|
77
78
|
"devDependencies": {
|
|
78
79
|
"@deanc/esbuild-plugin-postcss": "^1.0.2",
|
|
79
|
-
"@kaizen/tailwind": "^0.5.1",
|
|
80
80
|
"autoprefixer": "^10.4.13",
|
|
81
81
|
"tailwindcss": "^3.2.7",
|
|
82
82
|
"tiny-glob": "^0.2.9",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"peerDependencies": {
|
|
86
86
|
"react": "^16.14.0 || ^17.0.0 || ^18.0.0"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "be87b1fbef6d397ebaf1e88e7648f862d542a0ad"
|
|
89
89
|
}
|