@kaizen/components 1.74.1 → 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.
@@ -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("div", {
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("div", {
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",