@dxc-technology/halstack-react 0.0.0-4fd9593 → 0.0.0-51a5c42

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 (99) hide show
  1. package/dist/ThemeContext.js +131 -99
  2. package/dist/V3Textarea/V3Textarea.js +264 -0
  3. package/dist/accordion/Accordion.js +44 -39
  4. package/dist/accordion-group/AccordionGroup.js +1 -3
  5. package/dist/alert/Alert.js +124 -113
  6. package/dist/alert/index.d.ts +51 -0
  7. package/dist/button/Button.js +31 -25
  8. package/dist/checkbox/Checkbox.js +19 -13
  9. package/dist/common/variables.js +590 -386
  10. package/dist/date/Date.js +11 -13
  11. package/dist/{new-date/NewDate.js → date-input/DateInput.js} +77 -72
  12. package/dist/date-input/index.d.ts +95 -0
  13. package/dist/dialog/Dialog.js +8 -30
  14. package/dist/dropdown/Dropdown.js +108 -68
  15. package/dist/file-input/FileInput.js +644 -0
  16. package/dist/file-input/FileItem.js +280 -0
  17. package/dist/file-input/index.d.ts +81 -0
  18. package/dist/header/Header.js +78 -67
  19. package/dist/header/Icons.js +59 -0
  20. package/dist/input-text/InputText.js +3 -3
  21. package/dist/layout/ApplicationLayout.js +1 -1
  22. package/dist/link/Link.js +4 -8
  23. package/dist/main.d.ts +8 -0
  24. package/dist/main.js +37 -21
  25. package/dist/new-select/NewSelect.js +836 -0
  26. package/dist/new-select/index.d.ts +53 -0
  27. package/dist/{number/Number.js → number-input/NumberInput.js} +13 -11
  28. package/dist/{number/NumberContext.js → number-input/NumberInputContext.js} +2 -2
  29. package/dist/number-input/index.d.ts +113 -0
  30. package/dist/{password/Password.js → password-input/PasswordInput.js} +15 -13
  31. package/dist/password-input/index.d.ts +94 -0
  32. package/dist/progress-bar/ProgressBar.js +62 -26
  33. package/dist/select/Select.js +122 -158
  34. package/dist/sidenav/Sidenav.js +6 -4
  35. package/dist/slider/Slider.js +141 -62
  36. package/dist/spinner/Spinner.js +217 -54
  37. package/dist/tag/Tag.js +26 -32
  38. package/dist/{new-input-text/NewInputText.js → text-input/TextInput.js} +185 -171
  39. package/dist/text-input/index.d.ts +135 -0
  40. package/dist/textarea/Textarea.js +227 -122
  41. package/dist/textarea/index.d.ts +117 -0
  42. package/dist/toggle-group/ToggleGroup.js +130 -44
  43. package/dist/upload/Upload.js +3 -3
  44. package/dist/upload/readme.md +2 -2
  45. package/dist/upload/transaction/Transaction.js +2 -2
  46. package/package.json +2 -1
  47. package/test/Date.test.js +48 -44
  48. package/test/{NewDate.test.js → DateInput.test.js} +71 -29
  49. package/test/FileInput.test.js +201 -0
  50. package/test/Header.test.js +5 -10
  51. package/test/InputText.test.js +24 -16
  52. package/test/{Number.test.js → NumberInput.test.js} +85 -67
  53. package/test/Paginator.test.js +1 -1
  54. package/test/PasswordInput.test.js +83 -0
  55. package/test/ResultsetTable.test.js +1 -2
  56. package/test/Select.test.js +40 -17
  57. package/test/Spinner.test.js +5 -0
  58. package/test/{NewInputText.test.js → TextInput.test.js} +147 -232
  59. package/test/Textarea.test.js +193 -0
  60. package/test/ToggleGroup.test.js +5 -1
  61. package/test/Upload.test.js +5 -5
  62. package/test/{TextArea.test.js → V3TextArea.test.js} +6 -7
  63. package/dist/accordion/Accordion.stories.js +0 -207
  64. package/dist/accordion/readme.md +0 -96
  65. package/dist/accordion-group/AccordionGroup.stories.js +0 -207
  66. package/dist/accordion-group/readme.md +0 -70
  67. package/dist/alert/Alert.stories.js +0 -158
  68. package/dist/alert/close.svg +0 -4
  69. package/dist/alert/error.svg +0 -4
  70. package/dist/alert/info.svg +0 -4
  71. package/dist/alert/readme.md +0 -43
  72. package/dist/alert/success.svg +0 -4
  73. package/dist/alert/warning.svg +0 -4
  74. package/dist/button/Button.stories.js +0 -224
  75. package/dist/button/readme.md +0 -93
  76. package/dist/dialog/Dialog.stories.js +0 -217
  77. package/dist/dialog/readme.md +0 -32
  78. package/dist/dropdown/Dropdown.stories.js +0 -249
  79. package/dist/dropdown/baseline-arrow_drop_down.svg +0 -1
  80. package/dist/dropdown/baseline-arrow_drop_down_wh.svg +0 -4
  81. package/dist/dropdown/baseline-arrow_drop_up.svg +0 -1
  82. package/dist/dropdown/baseline-arrow_drop_up_wh.svg +0 -4
  83. package/dist/dropdown/readme.md +0 -69
  84. package/dist/footer/Footer.stories.js +0 -94
  85. package/dist/header/Header.stories.js +0 -176
  86. package/dist/header/close_icon.svg +0 -1
  87. package/dist/header/dxc_logo_black.svg +0 -8
  88. package/dist/header/hamb_menu_black.svg +0 -1
  89. package/dist/header/hamb_menu_white.svg +0 -1
  90. package/dist/header/readme.md +0 -33
  91. package/dist/input-text/InputText.stories.js +0 -209
  92. package/dist/new-textarea/NewTextarea.js +0 -342
  93. package/dist/password/styles.css +0 -3
  94. package/dist/select/Select.stories.js +0 -235
  95. package/dist/select/readme.md +0 -72
  96. package/dist/slider/Slider.stories.js +0 -241
  97. package/dist/toggle-group/readme.md +0 -82
  98. package/test/NewTextarea.test.js +0 -201
  99. package/test/Password.test.js +0 -76
@@ -0,0 +1,53 @@
1
+ type SVG = string | (HTMLElement & SVGElement);
2
+ type Space = "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge";
3
+ type Margin = {
4
+ top?: Space;
5
+ bottom?: Space;
6
+ left?: Space;
7
+ right?: Space;
8
+ };
9
+
10
+ type OptionGroup = {
11
+ label: string;
12
+ options: Option[];
13
+ };
14
+ type Option = {
15
+ icon?: string | SVG;
16
+ label: string;
17
+ value: string;
18
+ };
19
+
20
+ type Props = {
21
+ label?: string;
22
+ name?: string;
23
+ value?: string | string[];
24
+ options?: Option[] | OptionGroup[];
25
+ helperText?: string;
26
+ placeholder?: string;
27
+ disabled?: boolean;
28
+ optional?: boolean;
29
+ searchable?: boolean;
30
+ multiple?: boolean;
31
+ onChange?: (value: string | string[]) => void;
32
+ onBlur?: (val: { value: string | string[]; error: string }) => void;
33
+ error?: string;
34
+ /**
35
+ * Size of the margin to be applied to the component ('xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge').
36
+ * You can pass an object with 'top', 'bottom', 'left' and 'right' properties in order to specify different margin sizes.
37
+ */
38
+ margin?: Space | Margin;
39
+ /**
40
+ * Size of the component ('small' | 'medium' | 'large' | 'fillParent').
41
+ */
42
+ size?: "small" | "medium" | "large" | "fillParent";
43
+ /**
44
+ * Value of the tabindex attribute.
45
+ */
46
+ tabIndex?: number;
47
+ /**
48
+ * Reference to the component.
49
+ */
50
+ ref?: React.RefObject<HTMLDivElement>;
51
+ };
52
+
53
+ export default function DxcNewSelect(props: Props): JSX.Element;
@@ -1,7 +1,5 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
4
-
5
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
6
4
 
7
5
  Object.defineProperty(exports, "__esModule", {
@@ -13,15 +11,15 @@ var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers
13
11
 
14
12
  var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
15
13
 
16
- var _react = _interopRequireWildcard(require("react"));
14
+ var _react = _interopRequireDefault(require("react"));
17
15
 
18
16
  var _propTypes = _interopRequireDefault(require("prop-types"));
19
17
 
20
18
  var _styledComponents = _interopRequireDefault(require("styled-components"));
21
19
 
22
- var _NewInputText = _interopRequireDefault(require("../new-input-text/NewInputText"));
20
+ var _TextInput = _interopRequireDefault(require("../text-input/TextInput"));
23
21
 
24
- var _NumberContext = _interopRequireDefault(require("./NumberContext"));
22
+ var _NumberInputContext = _interopRequireDefault(require("./NumberInputContext"));
25
23
 
26
24
  var _variables = require("../common/variables.js");
27
25
 
@@ -35,7 +33,7 @@ function _templateObject() {
35
33
  return data;
36
34
  }
37
35
 
38
- var DxcNumber = _react["default"].forwardRef(function (_ref, ref) {
36
+ var DxcNumberInput = _react["default"].forwardRef(function (_ref, ref) {
39
37
  var _ref$label = _ref.label,
40
38
  label = _ref$label === void 0 ? "" : _ref$label,
41
39
  _ref$name = _ref.name,
@@ -60,19 +58,21 @@ var DxcNumber = _react["default"].forwardRef(function (_ref, ref) {
60
58
  onBlur = _ref.onBlur,
61
59
  _ref$error = _ref.error,
62
60
  error = _ref$error === void 0 ? "" : _ref$error,
61
+ _ref$autocomplete = _ref.autocomplete,
62
+ autocomplete = _ref$autocomplete === void 0 ? "off" : _ref$autocomplete,
63
63
  margin = _ref.margin,
64
64
  _ref$size = _ref.size,
65
65
  size = _ref$size === void 0 ? "medium" : _ref$size,
66
66
  _ref$tabIndex = _ref.tabIndex,
67
67
  tabIndex = _ref$tabIndex === void 0 ? 0 : _ref$tabIndex;
68
- return _react["default"].createElement(_NumberContext["default"].Provider, {
68
+ return _react["default"].createElement(_NumberInputContext["default"].Provider, {
69
69
  value: {
70
70
  typeNumber: "number",
71
71
  minNumber: min,
72
72
  maxNumber: max,
73
73
  stepNumber: step
74
74
  }
75
- }, _react["default"].createElement(NumberContainer, null, _react["default"].createElement(_NewInputText["default"], {
75
+ }, _react["default"].createElement(NumberInputContainer, null, _react["default"].createElement(_TextInput["default"], {
76
76
  label: label,
77
77
  name: name,
78
78
  value: value,
@@ -85,6 +85,7 @@ var DxcNumber = _react["default"].forwardRef(function (_ref, ref) {
85
85
  error: error,
86
86
  onChange: onChange,
87
87
  onBlur: onBlur,
88
+ autocomplete: autocomplete,
88
89
  margin: margin,
89
90
  size: size,
90
91
  tabIndex: tabIndex,
@@ -99,9 +100,9 @@ var sizes = {
99
100
  fillParent: "100%"
100
101
  };
101
102
 
102
- var NumberContainer = _styledComponents["default"].div(_templateObject());
103
+ var NumberInputContainer = _styledComponents["default"].div(_templateObject());
103
104
 
104
- DxcNumber.propTypes = {
105
+ DxcNumberInput.propTypes = {
105
106
  label: _propTypes["default"].string,
106
107
  name: _propTypes["default"].string,
107
108
  value: _propTypes["default"].string,
@@ -121,6 +122,7 @@ DxcNumber.propTypes = {
121
122
  step: _propTypes["default"].number,
122
123
  onChange: _propTypes["default"].func,
123
124
  onBlur: _propTypes["default"].func,
125
+ autocomplete: _propTypes["default"].string,
124
126
  margin: _propTypes["default"].oneOfType([_propTypes["default"].shape({
125
127
  top: _propTypes["default"].oneOf(Object.keys(_variables.spaces)),
126
128
  bottom: _propTypes["default"].oneOf(Object.keys(_variables.spaces)),
@@ -130,5 +132,5 @@ DxcNumber.propTypes = {
130
132
  size: _propTypes["default"].oneOf((0, _toConsumableArray2["default"])(Object.keys(sizes))),
131
133
  tabIndex: _propTypes["default"].number
132
134
  };
133
- var _default = DxcNumber;
135
+ var _default = DxcNumberInput;
134
136
  exports["default"] = _default;
@@ -10,7 +10,7 @@ exports["default"] = void 0;
10
10
  var _react = _interopRequireDefault(require("react"));
11
11
 
12
12
  /* eslint-disable prefer-template */
13
- var NumberContext = _react["default"].createContext();
13
+ var NumberInputContext = _react["default"].createContext();
14
14
 
15
- var _default = NumberContext;
15
+ var _default = NumberInputContext;
16
16
  exports["default"] = _default;
@@ -0,0 +1,113 @@
1
+ type Size = "small" | "medium" | "large" | "fillParent";
2
+ type Space = "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge";
3
+ type Margin = {
4
+ top?: Space;
5
+ bottom?: Space;
6
+ left?: Space;
7
+ right?: Space;
8
+ };
9
+ type Props = {
10
+ /**
11
+ * Text to be placed above the number.
12
+ */
13
+ label?: string;
14
+ /**
15
+ * Name attribute of the input element.
16
+ */
17
+ name?: string;
18
+ /**
19
+ * Value of the input element. If undefined, the component will be uncontrolled and the value will be managed internally by the component.
20
+ */
21
+ value?: string;
22
+ /**
23
+ * Helper text to be placed above the number.
24
+ */
25
+ helperText?: string;
26
+ /**
27
+ * Text to be put as placeholder of the number.
28
+ */
29
+ placeholder?: string;
30
+ /**
31
+ * If true, the component will be disabled.
32
+ */
33
+ disabled?: boolean;
34
+ /**
35
+ * If true, the number will be optional, showing '(Optional)'
36
+ * next to the label. Otherwise, the field will be considered required
37
+ * and an error will be passed as a parameter to the OnBlur and onChange
38
+ * functions when it has not been filled.
39
+ */
40
+ optional?: boolean;
41
+ /**
42
+ * Prefix to be placed before the number value.
43
+ */
44
+ prefix?: string;
45
+ /**
46
+ * Suffix to be placed after the number value.
47
+ */
48
+ suffix?: string;
49
+ /**
50
+ * Minimum value allowed by the number input. If the typed value by the user is
51
+ * lower than min, the onBlur and onChange functions will be called with
52
+ * the current value and an internal error informing that the current
53
+ * value is not correct. If a valid state is reached, the error parameter
54
+ * will be null in both events.
55
+ */
56
+ min?: number;
57
+ /**
58
+ * Maximum value allowed by the number input. If the typed value by the user
59
+ * surpasses max, the onBlur and onChange functions will be called with
60
+ * the current value and an internal error informing that the current
61
+ * value is not correct. If a valid state is reached, the error parameter
62
+ * will be null in both events.
63
+ */
64
+ max?: number;
65
+ /**
66
+ * The step interval to use when using the up and down arrows to adjust the value.
67
+ */
68
+ step?: number;
69
+ /**
70
+ * This function will be called when the user types within the input
71
+ * element of the component. An object including the current value and
72
+ * the error (if the value entered is not valid) will be passed to this
73
+ * function. If there is no error, error will be null.
74
+ */
75
+ onChange?: (val: { value: string; error: string }) => void;
76
+ /**
77
+ * This function will be called when the input element loses the focus.
78
+ * An object including the input value and the error (if the value
79
+ * entered is not valid) will be passed to this function. If there is no error,
80
+ * error will be null.
81
+ */
82
+ onBlur?: (val: { value: string; error: string }) => void;
83
+ /**
84
+ * If it is defined, the component will change its appearance, showing
85
+ * the error below the input component. If it is not defined, the error
86
+ * messages will be managed internally, but never displayed on its own.
87
+ */
88
+ error?: string;
89
+ /**
90
+ * HTML autocomplete attribute. Lets the user specify if any permission the user agent has to provide automated assistance in filling out the input value.
91
+ * Its value must be one of all the possible values of the HTML autocomplete attribute: 'on', 'off', 'email', 'username', 'new-password', ...
92
+ */
93
+ autocomplete?: string;
94
+ /**
95
+ * Size of the margin to be applied to the component ('xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge').
96
+ * You can pass an object with 'top', 'bottom', 'left' and 'right' properties in order to specify different margin sizes.
97
+ */
98
+ margin?: Space | Margin;
99
+ /**
100
+ * Size of the component ('small' | 'medium' | 'large' | 'fillParent').
101
+ */
102
+ size?: Size;
103
+ /**
104
+ * Value of the tabindex attribute.
105
+ */
106
+ tabIndex?: number;
107
+ /**
108
+ * Reference to the component.
109
+ */
110
+ ref?: React.RefObject<HTMLDivElement>;
111
+ };
112
+
113
+ export default function DxcNumberInput(props: Props): JSX.Element;
@@ -21,14 +21,12 @@ var _styledComponents = _interopRequireDefault(require("styled-components"));
21
21
 
22
22
  var _propTypes = _interopRequireDefault(require("prop-types"));
23
23
 
24
- var _NewInputText = _interopRequireDefault(require("../new-input-text/NewInputText"));
24
+ var _TextInput = _interopRequireDefault(require("../text-input/TextInput"));
25
25
 
26
26
  var _variables = require("../common/variables.js");
27
27
 
28
- require("./styles.css");
29
-
30
28
  function _templateObject() {
31
- var data = (0, _taggedTemplateLiteral2["default"])([""]);
29
+ var data = (0, _taggedTemplateLiteral2["default"])(["\n & ::-ms-reveal {\n display: none;\n }\n"]);
32
30
 
33
31
  _templateObject = function _templateObject() {
34
32
  return data;
@@ -37,7 +35,7 @@ function _templateObject() {
37
35
  return data;
38
36
  }
39
37
 
40
- var DxcPassword = _react["default"].forwardRef(function (_ref, ref) {
38
+ var DxcPasswordInput = _react["default"].forwardRef(function (_ref, ref) {
41
39
  var _ref$label = _ref.label,
42
40
  label = _ref$label === void 0 ? "" : _ref$label,
43
41
  _ref$name = _ref.name,
@@ -45,15 +43,17 @@ var DxcPassword = _react["default"].forwardRef(function (_ref, ref) {
45
43
  value = _ref.value,
46
44
  _ref$helperText = _ref.helperText,
47
45
  helperText = _ref$helperText === void 0 ? "" : _ref$helperText,
48
- _ref$error = _ref.error,
49
- error = _ref$error === void 0 ? "" : _ref$error,
50
46
  _ref$clearable = _ref.clearable,
51
47
  clearable = _ref$clearable === void 0 ? false : _ref$clearable,
52
48
  onChange = _ref.onChange,
53
49
  onBlur = _ref.onBlur,
54
- margin = _ref.margin,
50
+ _ref$error = _ref.error,
51
+ error = _ref$error === void 0 ? "" : _ref$error,
55
52
  pattern = _ref.pattern,
56
53
  length = _ref.length,
54
+ _ref$autocomplete = _ref.autocomplete,
55
+ autocomplete = _ref$autocomplete === void 0 ? "off" : _ref$autocomplete,
56
+ margin = _ref.margin,
57
57
  _ref$size = _ref.size,
58
58
  size = _ref$size === void 0 ? "medium" : _ref$size,
59
59
  _ref$tabIndex = _ref.tabIndex,
@@ -139,9 +139,9 @@ var DxcPassword = _react["default"].forwardRef(function (_ref, ref) {
139
139
  d: "M12 6c3.79 0 7.17 2.13 8.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5C4.83 8.13 8.21 6 12 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 5c1.38 0 2.5 1.12 2.5 2.5S13.38 14 12 14s-2.5-1.12-2.5-2.5S10.62 9 12 9m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7z"
140
140
  }))
141
141
  };
142
- return _react["default"].createElement(DXCPassword, {
142
+ return _react["default"].createElement(PasswordInput, {
143
143
  ref: ref
144
- }, _react["default"].createElement(_NewInputText["default"], {
144
+ }, _react["default"].createElement(_TextInput["default"], {
145
145
  ref: inputRef,
146
146
  label: label,
147
147
  name: name,
@@ -156,6 +156,7 @@ var DxcPassword = _react["default"].forwardRef(function (_ref, ref) {
156
156
  size: size,
157
157
  pattern: pattern,
158
158
  length: length,
159
+ autocomplete: autocomplete,
159
160
  tabIndex: tabIndex
160
161
  }));
161
162
  });
@@ -167,9 +168,9 @@ var sizes = {
167
168
  fillParent: "100%"
168
169
  };
169
170
 
170
- var DXCPassword = _styledComponents["default"].div(_templateObject());
171
+ var PasswordInput = _styledComponents["default"].div(_templateObject());
171
172
 
172
- DxcPassword.propTypes = {
173
+ DxcPasswordInput.propTypes = {
173
174
  label: _propTypes["default"].string,
174
175
  name: _propTypes["default"].string,
175
176
  value: _propTypes["default"].string,
@@ -178,6 +179,7 @@ DxcPassword.propTypes = {
178
179
  clearable: _propTypes["default"].bool,
179
180
  onChange: _propTypes["default"].func,
180
181
  onBlur: _propTypes["default"].func,
182
+ autocomplete: _propTypes["default"].string,
181
183
  margin: _propTypes["default"].oneOfType([_propTypes["default"].shape({
182
184
  top: _propTypes["default"].oneOf(Object.keys(_variables.spaces)),
183
185
  bottom: _propTypes["default"].oneOf(Object.keys(_variables.spaces)),
@@ -192,5 +194,5 @@ DxcPassword.propTypes = {
192
194
  }),
193
195
  tabIndex: _propTypes["default"].number
194
196
  };
195
- var _default = DxcPassword;
197
+ var _default = DxcPasswordInput;
196
198
  exports["default"] = _default;
@@ -0,0 +1,94 @@
1
+ type Size = "small" | "medium" | "large" | "fillParent";
2
+ type Space = "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge";
3
+ type Margin = {
4
+ top?: Space;
5
+ bottom?: Space;
6
+ left?: Space;
7
+ right?: Space;
8
+ };
9
+
10
+ type Props = {
11
+ /**
12
+ * Text to be placed above the password.
13
+ */
14
+ label?: string;
15
+ /**
16
+ * Name attribute of the input element.
17
+ */
18
+ name?: string;
19
+ /**
20
+ * Value of the input element. If undefined, the component will be uncontrolled and the value will be managed internally by the component.
21
+ */
22
+ value?: string;
23
+ /**
24
+ * Helper text to be placed above the password.
25
+ */
26
+ helperText?: string;
27
+ /**
28
+ * If true, the password input will have an action to clear the entered value.
29
+ */
30
+ clearable?: boolean;
31
+ /**
32
+ * This function will be called when the user types within the input
33
+ * element of the component. An object including the current value and
34
+ * the error (if the value entered is not valid) will be passed to this
35
+ * function. If there is no error, error will be null.
36
+ * */
37
+ onChange?: (val: { value: string; error: string }) => void;
38
+ /**
39
+ * This function will be called when the input element loses the focus.
40
+ * An object including the input value and the error (if the value entered is
41
+ * not valid) will be passed to this function. If there is no error, error will be null.
42
+ */
43
+ onBlur?: (val: { value: string; error: string }) => void;
44
+ /**
45
+ * If it is defined, the component will change its appearance, showing
46
+ * the error below the password input component. If it is not defined, the
47
+ * error messages will be managed internally, but never displayed on its own.
48
+ */
49
+ error?: string;
50
+ /**
51
+ * Regular expression that defines the valid format allowed by the
52
+ * password input. This will be checked both when the input element loses the
53
+ * focus and while typing within it. If the string entered does not match
54
+ * the pattern, the onBlur and onChange functions will be called with the
55
+ * current value and an internal error informing that this value does not
56
+ * match the pattern. If the pattern is met, the error parameter of both
57
+ * events will be null.
58
+ */
59
+ pattern?: string;
60
+ /**
61
+ * Specifies the minimun and maximum length allowed by the password input.
62
+ * This will be checked both when the input element loses the
63
+ * focus and while typing within it. If the string entered does not
64
+ * comply the length, the onBlur and onChange functions will be called
65
+ * with the current value and an internal error informing that the value
66
+ * length does not comply the specified range. If a valid length is
67
+ * reached, the error parameter of both events will be null.
68
+ */
69
+ length?: { min?: number; max?: number };
70
+ /**
71
+ * HTML autocomplete attribute. Lets the user specify if any permission the user agent has to provide automated assistance in filling out the input value.
72
+ * Its value must be one of all the possible values of the HTML autocomplete attribute: 'on', 'off', 'email', 'username', 'new-password', ...
73
+ */
74
+ autocomplete?: string;
75
+ /**
76
+ * Size of the margin to be applied to the component ('xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge').
77
+ * You can pass an object with 'top', 'bottom', 'left' and 'right' properties in order to specify different margin sizes.
78
+ */
79
+ margin?: Space | Margin;
80
+ /**
81
+ * Size of the component ('small' | 'medium' | 'large' | 'fillParent').
82
+ */
83
+ size?: Size;
84
+ /**
85
+ * Value of the tabindex attribute.
86
+ */
87
+ tabIndex?: number;
88
+ /**
89
+ * Reference to the component.
90
+ */
91
+ ref?: React.RefObject<HTMLDivElement>;
92
+ };
93
+
94
+ export default function DxcPasswordInput(props: Props): JSX.Element;
@@ -9,13 +9,13 @@ Object.defineProperty(exports, "__esModule", {
9
9
  });
10
10
  exports["default"] = void 0;
11
11
 
12
+ var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
13
+
12
14
  var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
13
15
 
14
16
  var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
15
17
 
16
- var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
17
-
18
- var _react = _interopRequireDefault(require("react"));
18
+ var _react = _interopRequireWildcard(require("react"));
19
19
 
20
20
  var _styledComponents = _interopRequireWildcard(require("styled-components"));
21
21
 
@@ -27,6 +27,18 @@ var _variables = require("../common/variables.js");
27
27
 
28
28
  var _useTheme = _interopRequireDefault(require("../useTheme.js"));
29
29
 
30
+ var _BackgroundColorContext = _interopRequireDefault(require("../BackgroundColorContext.js"));
31
+
32
+ function _templateObject6() {
33
+ var data = (0, _taggedTemplateLiteral2["default"])(["\n color: ", ";\n font-family: ", ";\n font-size: ", ";\n font-style: ", ";\n font-weight: ", ";\n line-height: 1.5em;\n"]);
34
+
35
+ _templateObject6 = function _templateObject6() {
36
+ return data;
37
+ };
38
+
39
+ return data;
40
+ }
41
+
30
42
  function _templateObject5() {
31
43
  var data = (0, _taggedTemplateLiteral2["default"])(["\n font-family: ", ";\n font-style: ", ";\n font-size: ", ";\n font-weight: ", ";\n text-transform: ", ";\n color: ", ";\n display: ", ";\n flex-shrink: 0;\n"]);
32
44
 
@@ -58,7 +70,7 @@ function _templateObject3() {
58
70
  }
59
71
 
60
72
  function _templateObject2() {
61
- var data = (0, _taggedTemplateLiteral2["default"])(["\n z-index: ", ";\n width: ", ";\n .MuiLinearProgress-root {\n height: ", ";\n background-color: ", ";\n border-radius: ", ";\n }\n .MuiLinearProgress-bar {\n background-color: ", ";\n }\n margin: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n"]);
73
+ var data = (0, _taggedTemplateLiteral2["default"])(["\n z-index: ", ";\n width: ", ";\n .MuiLinearProgress-root {\n height: ", ";\n background-color: ", ";\n border-radius: ", ";\n margin-bottom: ", ";\n }\n .MuiLinearProgress-bar {\n background-color: ", ";\n }\n margin: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n"]);
62
74
 
63
75
  _templateObject2 = function _templateObject2() {
64
76
  return data;
@@ -68,7 +80,7 @@ function _templateObject2() {
68
80
  }
69
81
 
70
82
  function _templateObject() {
71
- var data = (0, _taggedTemplateLiteral2["default"])(["\n background-color: ", ";\n opacity: ", ";\n width: ", ";\n display: flex;\n flex-wrap: wrap;\n justify-content: ", ";\n height: ", ";\n align-items: ", ";\n min-width: 100px;\n max-width: ", ";\n position: ", ";\n top: ", ";\n bottom: ", ";\n left: ", ";\n right: ", ";\n z-index: ", ";\n"]);
83
+ var data = (0, _taggedTemplateLiteral2["default"])(["\n background-color: ", ";\n opacity: ", ";\n width: ", ";\n display: flex;\n flex-wrap: wrap;\n justify-content: ", ";\n height: ", ";\n align-items: ", ";\n min-width: 100px;\n max-width: ", ";\n position: ", ";\n top: ", ";\n bottom: ", ";\n left: ", ";\n right: ", ";\n z-index: ", ";\n width: 100%;\n"]);
72
84
 
73
85
  _templateObject = function _templateObject() {
74
86
  return data;
@@ -80,6 +92,8 @@ function _templateObject() {
80
92
  var DxcProgressBar = function DxcProgressBar(_ref) {
81
93
  var _ref$label = _ref.label,
82
94
  label = _ref$label === void 0 ? "" : _ref$label,
95
+ _ref$helperText = _ref.helperText,
96
+ helperText = _ref$helperText === void 0 ? "" : _ref$helperText,
83
97
  _ref$overlay = _ref.overlay,
84
98
  overlay = _ref$overlay === void 0 ? true : _ref$overlay,
85
99
  value = _ref.value,
@@ -87,35 +101,30 @@ var DxcProgressBar = function DxcProgressBar(_ref) {
87
101
  showValue = _ref$showValue === void 0 ? false : _ref$showValue,
88
102
  margin = _ref.margin;
89
103
  var colorsTheme = (0, _useTheme["default"])();
104
+ var backgroundType = (0, _react.useContext)(_BackgroundColorContext["default"]);
90
105
  return _react["default"].createElement(_styledComponents.ThemeProvider, {
91
106
  theme: colorsTheme.progressBar
92
107
  }, _react["default"].createElement(BackgroundProgressBar, {
93
108
  overlay: overlay
94
109
  }, _react["default"].createElement(DXCProgressBar, {
95
110
  overlay: overlay,
96
- margin: margin
111
+ margin: margin,
112
+ backgroundType: backgroundType
97
113
  }, _react["default"].createElement(InfoProgressBar, null, _react["default"].createElement(ProgressBarLabel, {
98
- overlay: overlay
114
+ overlay: overlay,
115
+ backgroundType: backgroundType
99
116
  }, label), _react["default"].createElement(ProgressBarProgress, {
100
117
  overlay: overlay,
101
- showValue: showValue
118
+ showValue: showValue,
119
+ backgroundType: backgroundType
102
120
  }, value === "" ? 0 : value >= 0 && value <= 100 ? value : value < 0 ? 0 : 100, " %")), _react["default"].createElement(_LinearProgress["default"], {
103
121
  variant: showValue ? "determinate" : "indeterminate",
104
- value: value === "" ? 0 : value >= 0 && value <= 100 ? value : value < 0 ? 0 : 100
105
- }))));
106
- };
107
-
108
- DxcProgressBar.propTypes = {
109
- label: _propTypes["default"].string,
110
- overlay: _propTypes["default"].bool,
111
- value: _propTypes["default"].number,
112
- showValue: _propTypes["default"].bool,
113
- margin: _propTypes["default"].oneOfType([_propTypes["default"].shape({
114
- top: _propTypes["default"].oneOf(Object.keys(_variables.spaces)),
115
- bottom: _propTypes["default"].oneOf(Object.keys(_variables.spaces)),
116
- left: _propTypes["default"].oneOf(Object.keys(_variables.spaces)),
117
- right: _propTypes["default"].oneOf(Object.keys(_variables.spaces))
118
- }), _propTypes["default"].oneOf((0, _toConsumableArray2["default"])(Object.keys(_variables.spaces)))])
122
+ value: value === "" ? 0 : value >= 0 && value <= 100 ? value : value < 0 ? 0 : 100,
123
+ helperText: helperText
124
+ }), helperText && _react["default"].createElement(HelperText, {
125
+ overlay: overlay,
126
+ backgroundType: backgroundType
127
+ }, helperText))));
119
128
  };
120
129
 
121
130
  var BackgroundProgressBar = _styledComponents["default"].div(_templateObject(), function (props) {
@@ -157,7 +166,9 @@ var DXCProgressBar = _styledComponents["default"].div(_templateObject2(), functi
157
166
  }, function (props) {
158
167
  return props.theme.borderRadius;
159
168
  }, function (props) {
160
- return props.theme.trackLineColor;
169
+ return props.helperText !== "" && "8px";
170
+ }, function (props) {
171
+ return props.backgroundType === "dark" ? props.theme.trackLineColorOnDark : props.theme.trackLineColor;
161
172
  }, function (props) {
162
173
  return props.margin && (0, _typeof2["default"])(props.margin) !== "object" ? _variables.spaces[props.margin] : "0px";
163
174
  }, function (props) {
@@ -183,7 +194,7 @@ var ProgressBarLabel = _styledComponents["default"].div(_templateObject4(), func
183
194
  }, function (props) {
184
195
  return props.theme.labelFontTextTransform;
185
196
  }, function (props) {
186
- return props.overlay === true ? "#FFFFFF" : props.theme.labelFontColor;
197
+ return props.backgroundType === "dark" ? props.theme.labelFontColorOnDark : props.overlay === true ? "#FFFFFF" : props.theme.labelFontColor;
187
198
  });
188
199
 
189
200
  var ProgressBarProgress = _styledComponents["default"].div(_templateObject5(), function (props) {
@@ -197,10 +208,35 @@ var ProgressBarProgress = _styledComponents["default"].div(_templateObject5(), f
197
208
  }, function (props) {
198
209
  return props.theme.valueFontTextTransform;
199
210
  }, function (props) {
200
- return props.overlay === true ? "#FFFFFF" : props.theme.valueFontColor;
211
+ return props.backgroundType === "dark" ? props.theme.valueFontColorOnDark : props.overlay === true ? "#FFFFFF" : props.theme.valueFontColor;
201
212
  }, function (props) {
202
213
  return props.value !== "" && props.showValue === true && "block" || "none";
203
214
  });
204
215
 
216
+ var HelperText = _styledComponents["default"].span(_templateObject6(), function (props) {
217
+ return props.backgroundType === "dark" ? props.theme.helperTextFontColorOnDark : props.overlay === true ? "#FFFFFF" : props.theme.helperTextFontColor;
218
+ }, function (props) {
219
+ return props.theme.fontFamily;
220
+ }, function (props) {
221
+ return props.theme.helperTextFontSize;
222
+ }, function (props) {
223
+ return props.theme.helperTextFontStyle;
224
+ }, function (props) {
225
+ return props.theme.helperTextFontWeight;
226
+ });
227
+
228
+ DxcProgressBar.propTypes = {
229
+ label: _propTypes["default"].string,
230
+ helperText: _propTypes["default"].string,
231
+ overlay: _propTypes["default"].bool,
232
+ value: _propTypes["default"].number,
233
+ showValue: _propTypes["default"].bool,
234
+ margin: _propTypes["default"].oneOfType([_propTypes["default"].shape({
235
+ top: _propTypes["default"].oneOf(Object.keys(_variables.spaces)),
236
+ bottom: _propTypes["default"].oneOf(Object.keys(_variables.spaces)),
237
+ left: _propTypes["default"].oneOf(Object.keys(_variables.spaces)),
238
+ right: _propTypes["default"].oneOf(Object.keys(_variables.spaces))
239
+ }), _propTypes["default"].oneOf((0, _toConsumableArray2["default"])(Object.keys(_variables.spaces)))])
240
+ };
205
241
  var _default = DxcProgressBar;
206
242
  exports["default"] = _default;