@kaizen/components 1.74.0 → 1.74.2
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/dist/cjs/Input/Input/Input.cjs +1 -3
- package/dist/cjs/Input/Input/Input.module.scss.cjs +1 -1
- package/dist/cjs/Input/InputSearch/InputSearch.cjs +1 -3
- package/dist/cjs/Input/InputSearch/InputSearch.module.scss.cjs +0 -1
- package/dist/esm/Input/Input/Input.mjs +1 -3
- package/dist/esm/Input/Input/Input.module.scss.mjs +1 -1
- package/dist/esm/Input/InputSearch/InputSearch.mjs +1 -3
- package/dist/esm/Input/InputSearch/InputSearch.module.scss.mjs +0 -1
- package/dist/styles.css +8398 -8515
- package/locales/ar.json +12 -0
- package/locales/bg.json +12 -0
- package/locales/cs.json +12 -0
- package/locales/cy.json +12 -0
- package/locales/da.json +12 -0
- package/locales/de.json +12 -0
- package/locales/el.json +12 -0
- package/locales/en-GB.json +13 -1
- package/locales/es-419.json +12 -0
- package/locales/es.json +12 -0
- package/locales/et.json +12 -0
- package/locales/fi.json +12 -0
- package/locales/fr-CA.json +12 -0
- package/locales/fr.json +12 -0
- package/locales/he.json +12 -0
- package/locales/hi.json +12 -0
- package/locales/ht.json +12 -0
- package/locales/hu.json +12 -0
- package/locales/id.json +12 -0
- package/locales/it.json +12 -0
- package/locales/ja.json +12 -0
- package/locales/km-KH.json +12 -0
- package/locales/ko.json +12 -0
- package/locales/lt.json +12 -0
- package/locales/lv.json +12 -0
- package/locales/mi.json +12 -0
- package/locales/ms.json +12 -0
- package/locales/nb.json +12 -0
- package/locales/nl.json +12 -0
- package/locales/pl.json +12 -0
- package/locales/pt-BR.json +12 -0
- package/locales/pt.json +12 -0
- package/locales/ro.json +12 -0
- package/locales/ru.json +12 -0
- package/locales/si-LK.json +12 -0
- package/locales/sk.json +12 -0
- package/locales/sr.json +12 -0
- package/locales/sv.json +12 -0
- package/locales/th.json +12 -0
- package/locales/tl.json +12 -0
- package/locales/tr.json +12 -0
- package/locales/uk.json +12 -0
- package/locales/vi.json +12 -0
- package/locales/zh-TW.json +12 -0
- package/locales/zh.json +12 -0
- package/package.json +1 -1
- package/src/Checkbox/Checkbox/Checkbox.module.scss +7 -19
- package/src/ClearButton/ClearButton.module.scss +5 -24
- package/src/Input/Input/Input.module.scss +6 -15
- package/src/Input/Input/Input.tsx +0 -4
- package/src/Input/InputSearch/InputSearch.module.scss +7 -23
- package/src/Input/InputSearch/InputSearch.tsx +0 -3
- package/src/Link/Link.module.css +8 -13
- package/src/Modal/GenericModal/GenericModal.module.scss +5 -11
- package/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss +4 -16
- package/src/Radio/Radio/Radio.module.scss +4 -20
- package/src/__next__/Button/Button.module.css +6 -11
- package/src/__next__/Icon/_docs/Icon.docs.module.css +3 -5
- package/src/__next__/Select/subcomponents/Option/Option.module.scss +2 -12
- package/src/__next__/Select/subcomponents/SelectToggle/SelectToggle.module.scss +4 -15
- package/src/__next__/Tag/RemovableTag/subcomponents/RemoveButton.module.scss +3 -14
|
@@ -37,9 +37,7 @@ var Input = function (_a) {
|
|
|
37
37
|
defaultValue: defaultValue,
|
|
38
38
|
disabled: disabled,
|
|
39
39
|
className: classnames__default.default(Input_module.input, Input_module[status], classNameOverride, reversed ? Input_module.reversed : Input_module.default, disabled && Input_module.disabled)
|
|
40
|
-
}, restProps)), React__default.default.createElement("div", {
|
|
41
|
-
className: Input_module.focusRing
|
|
42
|
-
}), endIconAdornment && React__default.default.createElement("div", {
|
|
40
|
+
}, restProps)), endIconAdornment && React__default.default.createElement("div", {
|
|
43
41
|
className: Input_module.endIconAdornment
|
|
44
42
|
}, endIconAdornment));
|
|
45
43
|
};
|
|
@@ -6,7 +6,6 @@ var styles = {
|
|
|
6
6
|
"input": "Input-module_input__d-Moh",
|
|
7
7
|
"disabled": "Input-module_disabled__CJeOi",
|
|
8
8
|
"reversed": "Input-module_reversed__Kh7dc",
|
|
9
|
-
"focusRing": "Input-module_focusRing__E68jh",
|
|
10
9
|
"withStartIconAdornment": "Input-module_withStartIconAdornment__de6-U",
|
|
11
10
|
"startIconAdornment": "Input-module_startIconAdornment__pnn-b",
|
|
12
11
|
"withDisabled": "Input-module_withDisabled__pzzCm",
|
|
@@ -14,6 +13,7 @@ var styles = {
|
|
|
14
13
|
"endIconAdornment": "Input-module_endIconAdornment__bg-PL",
|
|
15
14
|
"withReversed": "Input-module_withReversed__SKSOD",
|
|
16
15
|
"default": "Input-module_default__zata3",
|
|
16
|
+
"focusRing": "Input-module_focusRing__E68jh",
|
|
17
17
|
"error": "Input-module_error__a-BFh",
|
|
18
18
|
"caution": "Input-module_caution__rC0sY"
|
|
19
19
|
};
|
|
@@ -63,9 +63,7 @@ var InputSearch = function (props) {
|
|
|
63
63
|
value: value,
|
|
64
64
|
onChange: onChange,
|
|
65
65
|
readOnly: onChange === undefined
|
|
66
|
-
}, restProps)), React__default.default.createElement(
|
|
67
|
-
className: InputSearch_module.focusRing
|
|
68
|
-
}), value && React__default.default.createElement(ClearButton.ClearButton, {
|
|
66
|
+
}, restProps)), value && React__default.default.createElement(ClearButton.ClearButton, {
|
|
69
67
|
isReversed: reversed,
|
|
70
68
|
onClick: handleOnClear,
|
|
71
69
|
disabled: disabled,
|
|
@@ -4,7 +4,6 @@ var styles = {
|
|
|
4
4
|
"wrapper": "InputSearch-module_wrapper__xz4kh",
|
|
5
5
|
"input": "InputSearch-module_input__hCit3",
|
|
6
6
|
"hasEndIconAdornment": "InputSearch-module_hasEndIconAdornment__ZtGcu",
|
|
7
|
-
"focusRing": "InputSearch-module_focusRing__kDUuP",
|
|
8
7
|
"startIconAdornment": "InputSearch-module_startIconAdornment__Tc7Yx",
|
|
9
8
|
"loadingSpinner": "InputSearch-module_loadingSpinner__GIO1C",
|
|
10
9
|
"endIconAdornment": "InputSearch-module_endIconAdornment__lm-3h",
|
|
@@ -29,9 +29,7 @@ const Input = /*#__PURE__*/function () {
|
|
|
29
29
|
defaultValue: defaultValue,
|
|
30
30
|
disabled: disabled,
|
|
31
31
|
className: classnames(styles.input, styles[status], classNameOverride, reversed ? styles.reversed : styles.default, disabled && styles.disabled)
|
|
32
|
-
}, restProps)), /*#__PURE__*/React.createElement("div", {
|
|
33
|
-
className: styles.focusRing
|
|
34
|
-
}), endIconAdornment && /*#__PURE__*/React.createElement("div", {
|
|
32
|
+
}, restProps)), endIconAdornment && /*#__PURE__*/React.createElement("div", {
|
|
35
33
|
className: styles.endIconAdornment
|
|
36
34
|
}, endIconAdornment));
|
|
37
35
|
};
|
|
@@ -4,7 +4,6 @@ var styles = {
|
|
|
4
4
|
"input": "Input-module_input__d-Moh",
|
|
5
5
|
"disabled": "Input-module_disabled__CJeOi",
|
|
6
6
|
"reversed": "Input-module_reversed__Kh7dc",
|
|
7
|
-
"focusRing": "Input-module_focusRing__E68jh",
|
|
8
7
|
"withStartIconAdornment": "Input-module_withStartIconAdornment__de6-U",
|
|
9
8
|
"startIconAdornment": "Input-module_startIconAdornment__pnn-b",
|
|
10
9
|
"withDisabled": "Input-module_withDisabled__pzzCm",
|
|
@@ -12,6 +11,7 @@ var styles = {
|
|
|
12
11
|
"endIconAdornment": "Input-module_endIconAdornment__bg-PL",
|
|
13
12
|
"withReversed": "Input-module_withReversed__SKSOD",
|
|
14
13
|
"default": "Input-module_default__zata3",
|
|
14
|
+
"focusRing": "Input-module_focusRing__E68jh",
|
|
15
15
|
"error": "Input-module_error__a-BFh",
|
|
16
16
|
"caution": "Input-module_caution__rC0sY"
|
|
17
17
|
};
|
|
@@ -55,9 +55,7 @@ const InputSearch = /*#__PURE__*/function () {
|
|
|
55
55
|
value: value,
|
|
56
56
|
onChange: onChange,
|
|
57
57
|
readOnly: onChange === undefined
|
|
58
|
-
}, restProps)), /*#__PURE__*/React.createElement(
|
|
59
|
-
className: styles.focusRing
|
|
60
|
-
}), value && (/*#__PURE__*/React.createElement(ClearButton, {
|
|
58
|
+
}, restProps)), value && (/*#__PURE__*/React.createElement(ClearButton, {
|
|
61
59
|
isReversed: reversed,
|
|
62
60
|
onClick: handleOnClear,
|
|
63
61
|
disabled: disabled,
|
|
@@ -2,7 +2,6 @@ var styles = {
|
|
|
2
2
|
"wrapper": "InputSearch-module_wrapper__xz4kh",
|
|
3
3
|
"input": "InputSearch-module_input__hCit3",
|
|
4
4
|
"hasEndIconAdornment": "InputSearch-module_hasEndIconAdornment__ZtGcu",
|
|
5
|
-
"focusRing": "InputSearch-module_focusRing__kDUuP",
|
|
6
5
|
"startIconAdornment": "InputSearch-module_startIconAdornment__Tc7Yx",
|
|
7
6
|
"loadingSpinner": "InputSearch-module_loadingSpinner__GIO1C",
|
|
8
7
|
"endIconAdornment": "InputSearch-module_endIconAdornment__lm-3h",
|