@kaizen/components 1.4.17 → 1.4.18
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
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.18](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/components@1.4.17...@kaizen/components@1.4.18) (2023-02-28)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @kaizen/components
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [1.4.17](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/components@1.4.16...@kaizen/components@1.4.17) (2023-02-28)
|
|
7
15
|
|
|
8
16
|
|
|
@@ -36673,7 +36673,7 @@ ${singleLine(message)}${reset}
|
|
|
36673
36673
|
// ../../draft-packages/form/KaizenDraft/Form/Primitives/Input/Input.tsx
|
|
36674
36674
|
var import_react25 = __toESM(require_react());
|
|
36675
36675
|
var import_classnames9 = __toESM(require_classnames());
|
|
36676
|
-
var import_Input_module = __toESM(__require("../Input.module-
|
|
36676
|
+
var import_Input_module = __toESM(__require("../Input.module-FBWZRX37.scss"));
|
|
36677
36677
|
var Input = ({
|
|
36678
36678
|
inputRef,
|
|
36679
36679
|
status = "default",
|
|
@@ -36696,12 +36696,16 @@ ${singleLine(message)}${reset}
|
|
|
36696
36696
|
}) => /* @__PURE__ */ import_react25.default.createElement(
|
|
36697
36697
|
"div",
|
|
36698
36698
|
{
|
|
36699
|
-
className: (0, import_classnames9.default)(
|
|
36700
|
-
|
|
36701
|
-
|
|
36702
|
-
|
|
36703
|
-
|
|
36704
|
-
|
|
36699
|
+
className: (0, import_classnames9.default)(
|
|
36700
|
+
import_Input_module.default.wrapper,
|
|
36701
|
+
{
|
|
36702
|
+
[import_Input_module.default.withReversed]: reversed,
|
|
36703
|
+
[import_Input_module.default.withDisabled]: disabled,
|
|
36704
|
+
[import_Input_module.default.withStartIconAdornment]: startIconAdornment,
|
|
36705
|
+
[import_Input_module.default.withEndIconAdornment]: endIconAdornment
|
|
36706
|
+
},
|
|
36707
|
+
status != "default" && import_Input_module.default.hasStatus
|
|
36708
|
+
)
|
|
36705
36709
|
},
|
|
36706
36710
|
startIconAdornment && /* @__PURE__ */ import_react25.default.createElement("div", { className: import_Input_module.default.startIconAdornment }, startIconAdornment),
|
|
36707
36711
|
/* @__PURE__ */ import_react25.default.createElement(
|
package/dist/iife/index.js
CHANGED
|
@@ -39374,7 +39374,7 @@ ${singleLine(message)}${reset}
|
|
|
39374
39374
|
"use strict";
|
|
39375
39375
|
import_react42 = __toESM(require_react());
|
|
39376
39376
|
import_classnames17 = __toESM(require_classnames());
|
|
39377
|
-
import_Input_module = __toESM(__require("./Input.module-
|
|
39377
|
+
import_Input_module = __toESM(__require("./Input.module-FBWZRX37.scss"));
|
|
39378
39378
|
Input = ({
|
|
39379
39379
|
inputRef,
|
|
39380
39380
|
status = "default",
|
|
@@ -39397,12 +39397,16 @@ ${singleLine(message)}${reset}
|
|
|
39397
39397
|
}) => /* @__PURE__ */ import_react42.default.createElement(
|
|
39398
39398
|
"div",
|
|
39399
39399
|
{
|
|
39400
|
-
className: (0, import_classnames17.default)(
|
|
39401
|
-
|
|
39402
|
-
|
|
39403
|
-
|
|
39404
|
-
|
|
39405
|
-
|
|
39400
|
+
className: (0, import_classnames17.default)(
|
|
39401
|
+
import_Input_module.default.wrapper,
|
|
39402
|
+
{
|
|
39403
|
+
[import_Input_module.default.withReversed]: reversed,
|
|
39404
|
+
[import_Input_module.default.withDisabled]: disabled,
|
|
39405
|
+
[import_Input_module.default.withStartIconAdornment]: startIconAdornment,
|
|
39406
|
+
[import_Input_module.default.withEndIconAdornment]: endIconAdornment
|
|
39407
|
+
},
|
|
39408
|
+
status != "default" && import_Input_module.default.hasStatus
|
|
39409
|
+
)
|
|
39406
39410
|
},
|
|
39407
39411
|
startIconAdornment && /* @__PURE__ */ import_react42.default.createElement("div", { className: import_Input_module.default.startIconAdornment }, startIconAdornment),
|
|
39408
39412
|
/* @__PURE__ */ import_react42.default.createElement(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaizen/components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.18",
|
|
4
4
|
"description": "Kaizen component library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@kaizen/a11y": "^1.6.25",
|
|
32
32
|
"@kaizen/brand": "^1.5.4",
|
|
33
|
-
"@kaizen/brand-moment": "^1.12.
|
|
33
|
+
"@kaizen/brand-moment": "^1.12.62",
|
|
34
34
|
"@kaizen/button": "^2.0.20",
|
|
35
35
|
"@kaizen/component-base": "^1.1.3",
|
|
36
36
|
"@kaizen/component-library": "^16.3.2",
|
|
37
|
-
"@kaizen/date-picker": "^5.
|
|
37
|
+
"@kaizen/date-picker": "^5.19.0",
|
|
38
38
|
"@kaizen/design-tokens": "^10.3.1",
|
|
39
39
|
"@kaizen/draft-avatar": "^2.8.26",
|
|
40
40
|
"@kaizen/draft-badge": "^1.13.6",
|
|
@@ -43,21 +43,21 @@
|
|
|
43
43
|
"@kaizen/draft-divider": "^2.2.6",
|
|
44
44
|
"@kaizen/draft-empty-state": "^5.3.26",
|
|
45
45
|
"@kaizen/draft-filter-menu-button": "^2.6.32",
|
|
46
|
-
"@kaizen/draft-form": "^10.
|
|
46
|
+
"@kaizen/draft-form": "^10.2.0",
|
|
47
47
|
"@kaizen/draft-guidance-block": "^6.1.14",
|
|
48
48
|
"@kaizen/draft-hero-card": "^2.2.15",
|
|
49
49
|
"@kaizen/draft-illustration": "^6.0.17",
|
|
50
|
-
"@kaizen/draft-likert-scale-legacy": "^1.10.
|
|
50
|
+
"@kaizen/draft-likert-scale-legacy": "^1.10.39",
|
|
51
51
|
"@kaizen/draft-menu": "^4.8.31",
|
|
52
|
-
"@kaizen/draft-modal": "^10.5.
|
|
52
|
+
"@kaizen/draft-modal": "^10.5.56",
|
|
53
53
|
"@kaizen/draft-page-layout": "^2.3.7",
|
|
54
54
|
"@kaizen/draft-popover": "^5.2.28",
|
|
55
|
-
"@kaizen/draft-select": "^2.10.
|
|
56
|
-
"@kaizen/draft-table": "^5.6.
|
|
55
|
+
"@kaizen/draft-select": "^2.10.19",
|
|
56
|
+
"@kaizen/draft-table": "^5.6.15",
|
|
57
57
|
"@kaizen/draft-tabs": "^5.2.26",
|
|
58
58
|
"@kaizen/draft-tag": "^3.3.5",
|
|
59
59
|
"@kaizen/draft-tile": "^5.9.26",
|
|
60
|
-
"@kaizen/draft-title-block-zen": "^7.9.
|
|
60
|
+
"@kaizen/draft-title-block-zen": "^7.9.4",
|
|
61
61
|
"@kaizen/draft-tooltip": "^5.4.28",
|
|
62
62
|
"@kaizen/draft-well": "^4.3.3",
|
|
63
63
|
"@kaizen/hosted-assets": "^2.0.1",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"@kaizen/pagination": "^1.6.26",
|
|
68
68
|
"@kaizen/progress-bar": "^2.3.19",
|
|
69
69
|
"@kaizen/responsive": "^1.8.5",
|
|
70
|
-
"@kaizen/rich-text-editor": "^1.19.
|
|
71
|
-
"@kaizen/select": "^6.13.
|
|
70
|
+
"@kaizen/rich-text-editor": "^1.19.28",
|
|
71
|
+
"@kaizen/select": "^6.13.6",
|
|
72
72
|
"@kaizen/split-button": "^1.3.33",
|
|
73
73
|
"@kaizen/tabs": "^1.5.30",
|
|
74
74
|
"@kaizen/tailwind": "^0.5.1",
|
|
@@ -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": "56bc2b016ef8a68754934ca77a1f1280df97bc28"
|
|
89
89
|
}
|