@dxc-technology/halstack-react 0.0.0-680a309 → 0.0.0-69ca263

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 (199) hide show
  1. package/README.md +1 -1
  2. package/babel.config.js +0 -1
  3. package/dist/ThemeContext.js +74 -64
  4. package/dist/V3Select/V3Select.js +549 -0
  5. package/dist/V3Select/index.d.ts +27 -0
  6. package/dist/V3Textarea/V3Textarea.js +264 -0
  7. package/dist/V3Textarea/index.d.ts +27 -0
  8. package/dist/accordion/index.d.ts +28 -0
  9. package/dist/accordion-group/index.d.ts +16 -0
  10. package/dist/alert/Alert.js +5 -5
  11. package/dist/alert/index.d.ts +51 -0
  12. package/dist/box/index.d.ts +25 -0
  13. package/dist/button/Button.js +3 -3
  14. package/dist/button/index.d.ts +24 -0
  15. package/dist/card/index.d.ts +22 -0
  16. package/dist/checkbox/Checkbox.js +4 -5
  17. package/dist/checkbox/index.d.ts +24 -0
  18. package/dist/chip/index.d.ts +22 -0
  19. package/dist/common/variables.js +345 -132
  20. package/dist/date/Date.js +4 -6
  21. package/dist/date/index.d.ts +27 -0
  22. package/dist/{new-date/NewDate.js → date-input/DateInput.js} +69 -72
  23. package/dist/date-input/index.d.ts +95 -0
  24. package/dist/dialog/index.d.ts +18 -0
  25. package/dist/dropdown/index.d.ts +26 -0
  26. package/dist/file-input/FileInput.js +644 -0
  27. package/dist/file-input/FileItem.js +287 -0
  28. package/dist/file-input/index.d.ts +81 -0
  29. package/dist/footer/Footer.js +44 -18
  30. package/dist/footer/Icons.js +77 -0
  31. package/dist/footer/index.d.ts +25 -0
  32. package/dist/header/Header.js +122 -55
  33. package/dist/header/Icons.js +59 -0
  34. package/dist/header/index.d.ts +25 -0
  35. package/dist/heading/Heading.js +12 -0
  36. package/dist/heading/index.d.ts +17 -0
  37. package/dist/input-text/Icons.js +22 -0
  38. package/dist/input-text/InputText.js +4 -6
  39. package/dist/input-text/index.d.ts +36 -0
  40. package/dist/layout/ApplicationLayout.js +5 -9
  41. package/dist/layout/Icons.js +55 -0
  42. package/dist/link/Link.js +4 -8
  43. package/dist/link/index.d.ts +23 -0
  44. package/dist/main.d.ts +40 -0
  45. package/dist/main.js +38 -30
  46. package/dist/{number/Number.js → number-input/NumberInput.js} +9 -11
  47. package/dist/{number/NumberContext.js → number-input/NumberInputContext.js} +2 -2
  48. package/dist/number-input/index.d.ts +113 -0
  49. package/dist/paginator/Icons.js +66 -0
  50. package/dist/paginator/Paginator.js +53 -37
  51. package/dist/paginator/index.d.ts +20 -0
  52. package/dist/{password/Password.js → password-input/PasswordInput.js} +17 -14
  53. package/dist/password-input/index.d.ts +94 -0
  54. package/dist/progress-bar/index.d.ts +18 -0
  55. package/dist/radio/index.d.ts +23 -0
  56. package/dist/resultsetTable/index.d.ts +19 -0
  57. package/dist/select/Select.js +869 -349
  58. package/dist/select/index.d.ts +53 -0
  59. package/dist/sidenav/Sidenav.js +6 -4
  60. package/dist/sidenav/index.d.ts +13 -0
  61. package/dist/slider/Slider.js +104 -19
  62. package/dist/slider/index.d.ts +29 -0
  63. package/dist/spinner/index.d.ts +17 -0
  64. package/dist/stories/Button.js +71 -0
  65. package/dist/stories/Button.stories.js +55 -0
  66. package/dist/stories/Header.js +67 -0
  67. package/dist/stories/Header.stories.js +31 -0
  68. package/dist/stories/Introduction.stories.mdx +211 -0
  69. package/dist/stories/Page.js +68 -0
  70. package/dist/stories/Page.stories.js +39 -0
  71. package/dist/stories/assets/code-brackets.svg +1 -0
  72. package/dist/stories/assets/colors.svg +1 -0
  73. package/dist/stories/assets/comments.svg +1 -0
  74. package/dist/stories/assets/direction.svg +1 -0
  75. package/dist/stories/assets/flow.svg +1 -0
  76. package/dist/stories/assets/plugin.svg +1 -0
  77. package/dist/stories/assets/repo.svg +1 -0
  78. package/dist/stories/assets/stackalt.svg +1 -0
  79. package/dist/stories/button.css +30 -0
  80. package/dist/stories/header.css +26 -0
  81. package/dist/stories/page.css +69 -0
  82. package/dist/switch/index.d.ts +24 -0
  83. package/dist/table/index.d.ts +13 -0
  84. package/dist/tabs/index.d.ts +19 -0
  85. package/dist/tag/Tag.js +26 -32
  86. package/dist/tag/index.d.ts +24 -0
  87. package/dist/{new-input-text/NewInputText.js → text-input/TextInput.js} +186 -173
  88. package/dist/text-input/index.d.ts +135 -0
  89. package/dist/textarea/Textarea.js +227 -122
  90. package/dist/textarea/index.d.ts +117 -0
  91. package/dist/toggle/index.d.ts +21 -0
  92. package/dist/toggle-group/ToggleGroup.js +132 -28
  93. package/dist/toggle-group/index.d.ts +21 -0
  94. package/dist/upload/buttons-upload/ButtonsUpload.js +7 -11
  95. package/dist/upload/buttons-upload/Icons.js +40 -0
  96. package/dist/upload/dragAndDropArea/DragAndDropArea.js +14 -14
  97. package/dist/upload/dragAndDropArea/Icons.js +39 -0
  98. package/dist/upload/file-upload/FileToUpload.js +26 -21
  99. package/dist/upload/file-upload/Icons.js +66 -0
  100. package/dist/upload/index.d.ts +15 -0
  101. package/dist/upload/transaction/Icons.js +160 -0
  102. package/dist/upload/transaction/Transaction.js +11 -38
  103. package/dist/wizard/Icons.js +65 -0
  104. package/dist/wizard/Wizard.js +3 -9
  105. package/dist/wizard/index.d.ts +18 -0
  106. package/package.json +15 -10
  107. package/test/Date.test.js +13 -11
  108. package/test/{NewDate.test.js → DateInput.test.js} +66 -27
  109. package/test/FileInput.test.js +201 -0
  110. package/test/Footer.test.js +2 -7
  111. package/test/Header.test.js +5 -10
  112. package/test/Heading.test.js +60 -12
  113. package/test/InputText.test.js +1 -2
  114. package/test/{Number.test.js → NumberInput.test.js} +84 -66
  115. package/test/Paginator.test.js +6 -2
  116. package/test/PasswordInput.test.js +83 -0
  117. package/test/ResultsetTable.test.js +6 -6
  118. package/test/Select.test.js +371 -145
  119. package/test/Slider.test.js +9 -17
  120. package/test/{NewInputText.test.js → TextInput.test.js} +148 -233
  121. package/test/Textarea.test.js +193 -0
  122. package/test/ToggleGroup.test.js +5 -1
  123. package/test/Upload.test.js +1 -1
  124. package/test/V3Select.test.js +212 -0
  125. package/test/{TextArea.test.js → V3TextArea.test.js} +6 -7
  126. package/dist/checkbox/Checkbox.stories.js +0 -144
  127. package/dist/checkbox/readme.md +0 -116
  128. package/dist/date/Date.stories.js +0 -205
  129. package/dist/date/readme.md +0 -73
  130. package/dist/footer/Footer.stories.js +0 -94
  131. package/dist/footer/dxc_logo.svg +0 -15
  132. package/dist/footer/readme.md +0 -41
  133. package/dist/header/Header.stories.js +0 -176
  134. package/dist/header/close_icon.svg +0 -1
  135. package/dist/header/dxc_logo_black.svg +0 -8
  136. package/dist/header/hamb_menu_black.svg +0 -1
  137. package/dist/header/hamb_menu_white.svg +0 -1
  138. package/dist/header/readme.md +0 -33
  139. package/dist/input-text/InputText.stories.js +0 -209
  140. package/dist/input-text/error.svg +0 -1
  141. package/dist/input-text/readme.md +0 -91
  142. package/dist/layout/facebook.svg +0 -45
  143. package/dist/layout/linkedin.svg +0 -50
  144. package/dist/layout/twitter.svg +0 -53
  145. package/dist/link/readme.md +0 -51
  146. package/dist/new-textarea/NewTextarea.js +0 -346
  147. package/dist/paginator/images/next.svg +0 -3
  148. package/dist/paginator/images/nextPage.svg +0 -3
  149. package/dist/paginator/images/previous.svg +0 -3
  150. package/dist/paginator/images/previousPage.svg +0 -3
  151. package/dist/paginator/readme.md +0 -50
  152. package/dist/password/styles.css +0 -3
  153. package/dist/progress-bar/ProgressBar.stories.js +0 -280
  154. package/dist/progress-bar/readme.md +0 -63
  155. package/dist/radio/Radio.stories.js +0 -166
  156. package/dist/radio/readme.md +0 -70
  157. package/dist/resultsetTable/arrow_downward-24px_wht.svg +0 -1
  158. package/dist/resultsetTable/arrow_upward-24px_wht.svg +0 -1
  159. package/dist/resultsetTable/unfold_more-24px_wht.svg +0 -1
  160. package/dist/select/Select.stories.js +0 -235
  161. package/dist/select/readme.md +0 -72
  162. package/dist/slider/Slider.stories.js +0 -241
  163. package/dist/slider/readme.md +0 -64
  164. package/dist/spinner/Spinner.stories.js +0 -183
  165. package/dist/spinner/readme.md +0 -65
  166. package/dist/switch/Switch.stories.js +0 -134
  167. package/dist/switch/readme.md +0 -133
  168. package/dist/tabs/Tabs.stories.js +0 -130
  169. package/dist/tabs/readme.md +0 -78
  170. package/dist/tabs-for-sections/TabsForSections.js +0 -92
  171. package/dist/tabs-for-sections/readme.md +0 -78
  172. package/dist/toggle/Toggle.stories.js +0 -297
  173. package/dist/toggle/readme.md +0 -80
  174. package/dist/upload/Upload.stories.js +0 -72
  175. package/dist/upload/buttons-upload/drag-drop-icon.svg +0 -4
  176. package/dist/upload/buttons-upload/upload-button.svg +0 -1
  177. package/dist/upload/dragAndDropArea/upload_drop.svg +0 -4
  178. package/dist/upload/dragAndDropArea/upload_file.svg +0 -4
  179. package/dist/upload/file-upload/audio-icon.svg +0 -4
  180. package/dist/upload/file-upload/close.svg +0 -4
  181. package/dist/upload/file-upload/file-icon.svg +0 -4
  182. package/dist/upload/file-upload/video-icon.svg +0 -4
  183. package/dist/upload/readme.md +0 -37
  184. package/dist/upload/transaction/audio-icon-err.svg +0 -4
  185. package/dist/upload/transaction/audio-icon.svg +0 -4
  186. package/dist/upload/transaction/error-icon.svg +0 -4
  187. package/dist/upload/transaction/file-icon-err.svg +0 -4
  188. package/dist/upload/transaction/file-icon.svg +0 -4
  189. package/dist/upload/transaction/image-icon-err.svg +0 -4
  190. package/dist/upload/transaction/image-icon.svg +0 -4
  191. package/dist/upload/transaction/success-icon.svg +0 -4
  192. package/dist/upload/transaction/video-icon-err.svg +0 -4
  193. package/dist/upload/transaction/video-icon.svg +0 -4
  194. package/dist/wizard/invalid_icon.svg +0 -5
  195. package/dist/wizard/valid_icon.svg +0 -5
  196. package/dist/wizard/validation-wrong.svg +0 -6
  197. package/test/NewTextarea.test.js +0 -201
  198. package/test/Password.test.js +0 -76
  199. package/test/TabsForSections.test.js +0 -34
@@ -0,0 +1,264 @@
1
+ "use strict";
2
+
3
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
4
+
5
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
6
+
7
+ Object.defineProperty(exports, "__esModule", {
8
+ value: true
9
+ });
10
+ exports["default"] = void 0;
11
+
12
+ var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
13
+
14
+ var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
15
+
16
+ var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
17
+
18
+ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
19
+
20
+ var _react = _interopRequireWildcard(require("react"));
21
+
22
+ var _styledComponents = _interopRequireWildcard(require("styled-components"));
23
+
24
+ var _TextField = _interopRequireDefault(require("@material-ui/core/TextField"));
25
+
26
+ var _propTypes = _interopRequireDefault(require("prop-types"));
27
+
28
+ var _variables = require("../common/variables.js");
29
+
30
+ var _utils = require("../common/utils.js");
31
+
32
+ var _useTheme = _interopRequireDefault(require("../useTheme.js"));
33
+
34
+ var _RequiredComponent = _interopRequireDefault(require("../common/RequiredComponent"));
35
+
36
+ var _BackgroundColorContext = _interopRequireDefault(require("../BackgroundColorContext.js"));
37
+
38
+ function _templateObject() {
39
+ var data = (0, _taggedTemplateLiteral2["default"])(["\n margin: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n display: inline-block;\n position: relative;\n height: auto;\n width: ", ";\n\n .MuiTextField-root {\n width: 100%;\n\n .MuiFormHelperText-root {\n font-family: ", ";\n font-size: ", ";\n font-style: ", ";\n font-weight: ", ";\n letter-spacing: ", ";\n margin-top: 6px;\n }\n .MuiFormLabel-root {\n font-size: ", ";\n font-style: ", ";\n font-weight: ", ";\n letter-spacing: ", ";\n color: ", ";\n padding-left: \"inherit\";\n\n &.Mui-disabled {\n color: ", " !important;\n cursor: not-allowed;\n }\n\n &.Mui-focused {\n color: ", ";\n &.MuiInputLabel-shrink {\n transform: \"translate(0, 1.5px) scale(0.75);\";\n }\n }\n\n &.MuiInputLabel-shrink {\n font-family: ", ";\n transform: \"translate(0, 1.5px) scale(0.75)\";\n }\n\n &.Mui-error {\n color: ", ";\n }\n\n &:not(.MuiInputLabel-shrink) {\n font-family: ", ";\n color: ", ";\n & + div,\n & + div + p {\n color: ", ";\n }\n }\n\n &.MuiInputLabel-shrink {\n & + div::before {\n border-color: ", ";\n }\n & + div + p {\n color: ", ";\n }\n }\n }\n .MuiInputBase-root.MuiInput-root.MuiInput-underline {\n &::before {\n border-bottom: ", ";\n }\n\n &:not(.Mui-error)::before,\n &:not(&.Mui-focused)::before {\n border-bottom: ", ";\n }\n\n &::after {\n border-bottom: ", ";\n }\n\n .MuiInputBase-inputMultiline {\n overflow: auto !important;\n\n ::-webkit-scrollbar {\n width: 3px;\n }\n\n ::-webkit-scrollbar-track {\n background-color: ", ";\n border-radius: 3px;\n }\n\n ::-webkit-scrollbar-thumb {\n background-color: ", ";\n border-radius: 3px;\n }\n }\n\n &.Mui-error {\n &::before {\n border-width: ", ";\n border-color: ", ";\n }\n &::after {\n transform: scaleX(0);\n }\n }\n\n &.Mui-focused {\n &::after {\n border-width: calc(", " + 1px);\n border-color: ", ";\n }\n &.Mui-error::after {\n border-color: ", ";\n }\n }\n\n &.Mui-disabled {\n cursor: not-allowed;\n\n &::before {\n border-bottom: ", ";\n border-bottom-style: solid;\n }\n }\n\n .MuiInputBase-input {\n font-family: ", ";\n font-size: ", ";\n font-style: ", ";\n font-weight: ", ";\n letter-spacing: ", ";\n color: ", ";\n line-height: ", ";\n padding-left: \"inherit\";\n text-overflow: ellipsis;\n\n &.Mui-disabled {\n cursor: not-allowed;\n color: ", ";\n }\n }\n\n &:hover:not(.Mui-disabled):before &:hover:not(.Mui-error):before {\n border-bottom-color: ", ";\n }\n }\n\n & > p {\n &.Mui-error {\n color: ", ";\n }\n &.Mui-disabled {\n color: ", " !important;\n cursor: not-allowed;\n }\n }\n }\n"]);
40
+
41
+ _templateObject = function _templateObject() {
42
+ return data;
43
+ };
44
+
45
+ return data;
46
+ }
47
+
48
+ var V3DxcTextarea = function V3DxcTextarea(_ref) {
49
+ var _ref$label = _ref.label,
50
+ label = _ref$label === void 0 ? " " : _ref$label,
51
+ _ref$name = _ref.name,
52
+ name = _ref$name === void 0 ? "" : _ref$name,
53
+ value = _ref.value,
54
+ _ref$assistiveText = _ref.assistiveText,
55
+ assistiveText = _ref$assistiveText === void 0 ? "" : _ref$assistiveText,
56
+ _ref$disabled = _ref.disabled,
57
+ disabled = _ref$disabled === void 0 ? false : _ref$disabled,
58
+ _ref$onChange = _ref.onChange,
59
+ onChange = _ref$onChange === void 0 ? "" : _ref$onChange,
60
+ _ref$onBlur = _ref.onBlur,
61
+ onBlur = _ref$onBlur === void 0 ? "" : _ref$onBlur,
62
+ _ref$numRows = _ref.numRows,
63
+ numRows = _ref$numRows === void 0 ? 4 : _ref$numRows,
64
+ _ref$invalid = _ref.invalid,
65
+ invalid = _ref$invalid === void 0 ? false : _ref$invalid,
66
+ _ref$required = _ref.required,
67
+ required = _ref$required === void 0 ? false : _ref$required,
68
+ _ref$placeholder = _ref.placeholder,
69
+ placeholder = _ref$placeholder === void 0 ? "" : _ref$placeholder,
70
+ margin = _ref.margin,
71
+ _ref$size = _ref.size,
72
+ size = _ref$size === void 0 ? "medium" : _ref$size,
73
+ _ref$tabIndex = _ref.tabIndex,
74
+ tabIndex = _ref$tabIndex === void 0 ? 0 : _ref$tabIndex;
75
+
76
+ var _useState = (0, _react.useState)(""),
77
+ _useState2 = (0, _slicedToArray2["default"])(_useState, 2),
78
+ innerValue = _useState2[0],
79
+ setInnerValue = _useState2[1];
80
+
81
+ var colorsTheme = (0, _useTheme["default"])();
82
+ var backgroundType = (0, _react.useContext)(_BackgroundColorContext["default"]);
83
+
84
+ var handlerTextareaChange = function handlerTextareaChange(event) {
85
+ if (value === null || value === undefined) {
86
+ if (typeof onChange === "function") {
87
+ setInnerValue(event.target.value);
88
+ onChange(event.target.value);
89
+ } else {
90
+ setInnerValue(event.target.value);
91
+ }
92
+ } else if (onChange !== "") {
93
+ if (typeof onChange === "function") {
94
+ onChange(event.target.value);
95
+ } else {
96
+ setInnerValue(event.target.value);
97
+ }
98
+ }
99
+ };
100
+
101
+ var handlerTextareaBlur = function handlerTextareaBlur(event) {
102
+ setInnerValue(event.target.value);
103
+
104
+ if (onBlur) {
105
+ onBlur(event.target.value);
106
+ }
107
+ };
108
+
109
+ return _react["default"].createElement(_styledComponents.ThemeProvider, {
110
+ theme: colorsTheme.V3Textarea
111
+ }, _react["default"].createElement(TextContainer, {
112
+ required: required,
113
+ assistiveText: assistiveText,
114
+ margin: margin,
115
+ size: size,
116
+ backgroundType: backgroundType
117
+ }, _react["default"].createElement(_TextField["default"], {
118
+ error: invalid,
119
+ value: value !== null ? value : innerValue,
120
+ name: name,
121
+ multiline: true,
122
+ disabled: disabled,
123
+ label: required ? _react["default"].createElement(_react["default"].Fragment, null, _react["default"].createElement(_RequiredComponent["default"], null), label) : label,
124
+ helperText: assistiveText,
125
+ onChange: handlerTextareaChange,
126
+ onBlur: onBlur && handlerTextareaBlur || null,
127
+ rows: numRows,
128
+ placeholder: placeholder,
129
+ inputProps: {
130
+ tabIndex: tabIndex
131
+ }
132
+ })));
133
+ };
134
+
135
+ var sizes = {
136
+ small: "42px",
137
+ medium: "240px",
138
+ large: "480px",
139
+ fillParent: "100%"
140
+ };
141
+
142
+ var calculateWidth = function calculateWidth(margin, size) {
143
+ return size === "fillParent" ? "calc(".concat(sizes[size], " - ").concat((0, _utils.getMargin)(margin, "left"), " - ").concat((0, _utils.getMargin)(margin, "right"), ")") : sizes[size];
144
+ };
145
+
146
+ var TextContainer = _styledComponents["default"].div(_templateObject(), function (props) {
147
+ return props.margin && (0, _typeof2["default"])(props.margin) !== "object" ? _variables.spaces[props.margin] : "0px";
148
+ }, function (props) {
149
+ return props.margin && (0, _typeof2["default"])(props.margin) === "object" && props.margin.top ? _variables.spaces[props.margin.top] : "";
150
+ }, function (props) {
151
+ return props.margin && (0, _typeof2["default"])(props.margin) === "object" && props.margin.right ? _variables.spaces[props.margin.right] : "";
152
+ }, function (props) {
153
+ return props.margin && (0, _typeof2["default"])(props.margin) === "object" && props.margin.bottom ? _variables.spaces[props.margin.bottom] : "";
154
+ }, function (props) {
155
+ return props.margin && (0, _typeof2["default"])(props.margin) === "object" && props.margin.left ? _variables.spaces[props.margin.left] : "";
156
+ }, function (props) {
157
+ return calculateWidth(props.margin, props.size);
158
+ }, function (props) {
159
+ return props.theme.fontFamily;
160
+ }, function (props) {
161
+ return props.theme.assistiveTextFontSize;
162
+ }, function (props) {
163
+ return props.theme.assistiveTextFontStyle;
164
+ }, function (props) {
165
+ return props.theme.assistiveTextFontWeight;
166
+ }, function (props) {
167
+ return props.theme.assistiveTextLetterSpacing;
168
+ }, function (props) {
169
+ return props.theme.labelFontSize;
170
+ }, function (props) {
171
+ return props.theme.labelFontStyle;
172
+ }, function (props) {
173
+ return props.theme.labelFontWeight;
174
+ }, function (props) {
175
+ return props.theme.labelLetterSpacing;
176
+ }, function (props) {
177
+ return props.backgroundType === "dark" ? props.theme.labelFontColorOnDark : props.theme.labelFontColor;
178
+ }, function (props) {
179
+ return props.backgroundType === "dark" ? props.theme.disabledColorOnDark : props.theme.disabledColor;
180
+ }, function (props) {
181
+ return props.backgroundType === "dark" ? props.theme.labelFontColorOnDark : props.theme.labelFontColor;
182
+ }, function (props) {
183
+ return props.theme.fontFamily;
184
+ }, function (props) {
185
+ return props.backgroundType === "dark" ? props.theme.errorColorOnDark : props.theme.errorColor;
186
+ }, function (props) {
187
+ return props.theme.fontFamily;
188
+ }, function (props) {
189
+ return props.backgroundType === "dark" ? props.theme.labelFontColorOnDark : props.theme.labelFontColor;
190
+ }, function (props) {
191
+ return props.backgroundType === "dark" ? props.theme.assistiveTextFontColorOnDark : props.theme.assistiveTextFontColor;
192
+ }, function (props) {
193
+ return props.backgroundType ? props.theme.underlineColorOnDark : props.theme.underlineColor;
194
+ }, function (props) {
195
+ return props.backgroundType === "dark" ? props.theme.labelFontColorOnDark : props.theme.labelFontColor;
196
+ }, function (props) {
197
+ return "".concat(props.theme.underlineThickness, " solid ").concat(props.backgroundType === "dark" ? props.theme.underlineColorOnDark : props.theme.underlineColor);
198
+ }, function (props) {
199
+ return "".concat(props.theme.underlineThickness, " solid ").concat(props.backgroundType === "dark" ? props.theme.underlineColorOnDark : props.theme.underlineColor);
200
+ }, function (props) {
201
+ return "calc(".concat(props.theme.underlineThickness, " + 1px) solid ").concat(props.backgroundType === "dark" ? props.theme.underlineFocusColorOnDark : props.theme.underlineFocusColor);
202
+ }, function (props) {
203
+ return props.backgroundType === "dark" ? props.theme.scrollBarTrackColorOnDark : props.theme.scrollBarTrackColor;
204
+ }, function (props) {
205
+ return props.backgroundType === "dark" ? props.theme.scrollBarThumbColorOnDark : props.theme.scrollBarThumbColor;
206
+ }, function (props) {
207
+ return props.theme.underlineThickness;
208
+ }, function (props) {
209
+ return props.backgroundType === "dark" ? props.theme.errorColorOnDark : props.theme.errorColor;
210
+ }, function (props) {
211
+ return props.theme.underlineThickness;
212
+ }, function (props) {
213
+ return props.backgroundType === "dark" ? props.theme.underlineFocusColorOnDark : props.theme.underlineFocusColor;
214
+ }, function (props) {
215
+ return props.backgroundType === "dark" ? props.theme.errorColorOnDark : props.theme.errorColor;
216
+ }, function (props) {
217
+ return "".concat(props.theme.underlineThickness, " solid ").concat(props.backgroundType === "dark" ? props.theme.disabledColorOnDark : props.theme.disabledColor, " !important");
218
+ }, function (props) {
219
+ return props.theme.fontFamily;
220
+ }, function (props) {
221
+ return props.theme.valueFontSize;
222
+ }, function (props) {
223
+ return props.theme.valueFontStyle;
224
+ }, function (props) {
225
+ return props.theme.valueFontWeight;
226
+ }, function (props) {
227
+ return props.theme.valueLetterSpacing;
228
+ }, function (props) {
229
+ return props.backgroundType === "dark" ? props.theme.valueFontColorOnDark : props.theme.valueFontColor;
230
+ }, function (props) {
231
+ return props.theme.valueLineHeight;
232
+ }, function (props) {
233
+ return props.backgroundType === "dark" ? props.theme.disabledColorOnDark : props.theme.disabledColor;
234
+ }, function (props) {
235
+ return props.backgroundType === "dark" ? props.theme.underlineFocusColorOnDark : props.theme.underlineFocusColor;
236
+ }, function (props) {
237
+ return "".concat(props.backgroundType === "dark" ? props.theme.errorColorOnDark : props.theme.errorColor, " !important");
238
+ }, function (props) {
239
+ return props.backgroundType === "dark" ? props.theme.disabledColorOnDark : props.theme.disabledColor;
240
+ });
241
+
242
+ V3DxcTextarea.propTypes = {
243
+ label: _propTypes["default"].string,
244
+ name: _propTypes["default"].string,
245
+ value: _propTypes["default"].string,
246
+ assistiveText: _propTypes["default"].string,
247
+ disabled: _propTypes["default"].bool,
248
+ required: _propTypes["default"].bool,
249
+ invalid: _propTypes["default"].bool,
250
+ placeholder: _propTypes["default"].string,
251
+ onChange: _propTypes["default"].func,
252
+ onBlur: _propTypes["default"].func,
253
+ numRows: _propTypes["default"].number,
254
+ size: _propTypes["default"].oneOf((0, _toConsumableArray2["default"])(Object.keys(sizes))),
255
+ margin: _propTypes["default"].oneOfType([_propTypes["default"].shape({
256
+ top: _propTypes["default"].oneOf(Object.keys(_variables.spaces)),
257
+ bottom: _propTypes["default"].oneOf(Object.keys(_variables.spaces)),
258
+ left: _propTypes["default"].oneOf(Object.keys(_variables.spaces)),
259
+ right: _propTypes["default"].oneOf(Object.keys(_variables.spaces))
260
+ }), _propTypes["default"].oneOf((0, _toConsumableArray2["default"])(Object.keys(_variables.spaces)))]),
261
+ tabIndex: _propTypes["default"].number
262
+ };
263
+ var _default = V3DxcTextarea;
264
+ exports["default"] = _default;
@@ -0,0 +1,27 @@
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
+ label?: string;
12
+ name?: string;
13
+ value?: string;
14
+ assistiveText?: string;
15
+ disabled?: boolean,
16
+ onChange?: void;
17
+ onBlur?: void;
18
+ numRows?: number;
19
+ required?: boolean;
20
+ invalid?: boolean;
21
+ placeholder?: string;
22
+ margin?: Space | Margin;
23
+ size?: Size;
24
+ tabIndex?: number;
25
+ };
26
+
27
+ export default function V3DxcTextarea(props: Props): JSX.Element;
@@ -0,0 +1,28 @@
1
+ type Space = "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge";
2
+ type Margin = {
3
+ top?: Space;
4
+ bottom?: Space;
5
+ left?: Space;
6
+ right?: Space;
7
+ };
8
+ type Padding = {
9
+ top?: Space;
10
+ bottom?: Space;
11
+ left?: Space;
12
+ right?: Space;
13
+ };
14
+
15
+ type Props = {
16
+ label?: string;
17
+ iconSrc?: string;
18
+ icon?: any;
19
+ assistiveText?: string;
20
+ disabled?: boolean;
21
+ onChange?: void;
22
+ isExpanded?: boolean;
23
+ margin?: Space | Margin;
24
+ padding?: Space | Padding;
25
+ tabIndex?: number;
26
+ };
27
+
28
+ export default function DxcAccordion(props: Props): JSX.Element;
@@ -0,0 +1,16 @@
1
+ type Space = "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge";
2
+ type Margin = {
3
+ top?: Space;
4
+ bottom?: Space;
5
+ left?: Space;
6
+ right?: Space;
7
+ };
8
+
9
+ type Props = {
10
+ disabled?: boolean;
11
+ onActiveChange?: void;
12
+ indexActive?: number;
13
+ margin?: Space | Margin;
14
+ };
15
+
16
+ export default function DxcAccordionGroup(props: Props): JSX.Element;
@@ -30,7 +30,7 @@ var _useTheme = _interopRequireDefault(require("../useTheme.js"));
30
30
  var _BackgroundColorContext = require("../BackgroundColorContext.js");
31
31
 
32
32
  function _templateObject10() {
33
- var data = (0, _taggedTemplateLiteral2["default"])(["\n display: flex;\n flex-wrap: wrap;\n align-content: center;\n height: 24px;\n width: 24px;\n border: 1px solid transparent;\n border-radius: 4px;\n box-shadow: 0 0 0 2px transparent;\n padding: 3px;\n margin-left: 12px;\n background-color: transparent;\n color: #000000;\n cursor: pointer;\n\n &:hover {\n background-color: ", ";\n }\n &:focus {\n outline: none;\n box-shadow: 0 0 0 2px ", ";\n }\n &:focus-visible {\n outline: none;\n box-shadow: 0 0 0 2px ", ";\n }\n &:active {\n background-color: ", ";\n }\n"]);
33
+ var data = (0, _taggedTemplateLiteral2["default"])(["\n display: flex;\n flex-wrap: wrap;\n align-content: center;\n height: 24px;\n width: 24px;\n border: 1px solid transparent;\n border-radius: 2px;\n box-shadow: 0 0 0 2px transparent;\n padding: 3px;\n margin-left: 12px;\n background-color: transparent;\n color: #000000;\n cursor: pointer;\n\n &:hover {\n background-color: ", ";\n }\n &:focus {\n outline: none;\n box-shadow: 0 0 0 2px ", ";\n }\n &:focus-visible {\n outline: none;\n box-shadow: 0 0 0 2px ", ";\n }\n &:active {\n background-color: ", ";\n }\n"]);
34
34
 
35
35
  _templateObject10 = function _templateObject10() {
36
36
  return data;
@@ -100,7 +100,7 @@ function _templateObject4() {
100
100
  }
101
101
 
102
102
  function _templateObject3() {
103
- var data = (0, _taggedTemplateLiteral2["default"])(["\n margin: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n display: ", ";\n overflow: hidden;\n\n background-color: ", ";\n\n border-radius: ", ";\n border-width: ", ";\n border-style: ", ";\n border-color: ", ";\n\n padding-left: 12px;\n padding-right: 12px;\n justify-content: ", ";\n align-items: ", ";\n max-width: ", ";\n width: ", ";\n z-index: ", ";\n"]);
103
+ var data = (0, _taggedTemplateLiteral2["default"])(["\n margin: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n display: ", ";\n overflow: hidden;\n box-sizing: border-box;\n\n background-color: ", ";\n\n border-radius: ", ";\n border-width: ", ";\n border-style: ", ";\n border-color: ", ";\n\n padding-left: 12px;\n padding-right: 12px;\n justify-content: ", ";\n align-items: ", ";\n max-width: ", ";\n width: ", ";\n z-index: ", ";\n"]);
104
104
 
105
105
  _templateObject3 = function _templateObject3() {
106
106
  return data;
@@ -295,7 +295,7 @@ var AlertContainer = _styledComponents["default"].div(_templateObject3(), functi
295
295
  }, function (props) {
296
296
  return props.margin && (0, _typeof2["default"])(props.margin) === "object" && props.margin.left ? _variables.spaces[props.margin.left] : "";
297
297
  }, function (props) {
298
- return props.children && "inline-block" || "inline-flex";
298
+ return props.size === "fitContent" ? "inline-block" : "block";
299
299
  }, function (props) {
300
300
  return props.type === "info" && props.theme.infoBackgroundColor || props.type === "confirm" && props.theme.successBackgroundColor || props.type === "warning" && props.theme.warningBackgroundColor || props.type === "error" && props.theme.errorBackgroundColor;
301
301
  }, function (props) {
@@ -311,9 +311,9 @@ var AlertContainer = _styledComponents["default"].div(_templateObject3(), functi
311
311
  }, function (props) {
312
312
  return props.mode === "modal" ? "center" : "";
313
313
  }, function (props) {
314
- return props.size === "fitContent" ? calculateWidth(props.margin, "fillParent") : calculateWidth(props.margin, props.size);
314
+ return props.size !== "fillParent" && calculateWidth(props.margin, "fillParent");
315
315
  }, function (props) {
316
- return calculateWidth(props.margin, props.size);
316
+ return props.size !== "fillParent" && calculateWidth(props.margin, props.size);
317
317
  }, function (props) {
318
318
  return props.mode === "modal" ? "1300" : "";
319
319
  });
@@ -0,0 +1,51 @@
1
+ type Size = "small" | "medium" | "large" | "fillParent" | "fitContent";
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
+ * Uses on of the available alert types.
13
+ */
14
+ type?: "info" | "confirm" | "warning" | "error";
15
+ /**
16
+ * Uses on of the available alert modes:
17
+ * 'inline': If onClose function is received, close button will be visible and the function will be executed when it's clicked.
18
+ * There is no overlay layer. Position should be decided by the user.
19
+ * 'modal': The alert will be displayed in the middle of the screen with an overlay layer behind.
20
+ * The onClose function will be executed when the X button or the overlay is clicked. d
21
+ * The user has the responsibility of hidding the modal in the onClose function, otherwise the modal will remain visible.
22
+ */
23
+ mode?: "inline" | "modal";
24
+ /**
25
+ * Text to display after icon and alert type and before content.
26
+ */
27
+ inlineText?: string;
28
+ /**
29
+ * This function will be called when the user clicks the close button. If there is no function we should close the alert by default.
30
+ */
31
+ onClose?: () => void;
32
+ /**
33
+ * The details section of the alert. Can be used to render custom content in this area.
34
+ */
35
+ children?: React.ReactNode;
36
+ /**
37
+ * Size of the margin to be applied to the component ('xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge').
38
+ * You can pass an object with 'top', 'bottom', 'left' and 'right' properties in order to specify different margin sizes.
39
+ */
40
+ margin?: Space | Margin;
41
+ /**
42
+ * Size of the component ('small' | 'medium' | 'large' | 'fillParent' | 'fitContent').
43
+ */
44
+ size?: Size;
45
+ /**
46
+ * Tabindex value given to the close button.
47
+ */
48
+ tabIndex?: number;
49
+ };
50
+
51
+ export default function Alert(props: Props): JSX.Element;
@@ -0,0 +1,25 @@
1
+ type Size = "small" | "medium" | "large" | "fillParent" | "fitContent";
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 Padding = {
10
+ top?: Space;
11
+ bottom?: Space;
12
+ left?: Space;
13
+ right?: Space;
14
+ };
15
+
16
+
17
+ type Props = {
18
+ shadowDepth?: 0 | 1 | 2;
19
+ margin?: Space | Margin;
20
+ padging?: Space | Padding;
21
+ display: string;
22
+ size: Size;
23
+ };
24
+
25
+ export default function DxcBox(props: Props): JSX.Element;
@@ -17,7 +17,7 @@ var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
17
17
 
18
18
  var _react = _interopRequireWildcard(require("react"));
19
19
 
20
- var _core = require("@material-ui/core");
20
+ var _Button = _interopRequireDefault(require("@material-ui/core/Button"));
21
21
 
22
22
  var _propTypes = _interopRequireDefault(require("prop-types"));
23
23
 
@@ -52,7 +52,7 @@ function _templateObject3() {
52
52
  }
53
53
 
54
54
  function _templateObject2() {
55
- var data = (0, _taggedTemplateLiteral2["default"])(["\n max-height: 24px;\n max-width: 24px;\n margin-left: ", ";\n margin-right: ", ";\n overflow: hidden;\n\n img,\n svg {\n height: 100%;\n width: 100%;\n }\n"]);
55
+ var data = (0, _taggedTemplateLiteral2["default"])(["\n max-height: 24px;\n max-width: 24px;\n margin-left: ", ";\n margin-right: ", ";\n overflow: hidden;\n display: flex;\n img,\n svg {\n height: 100%;\n width: 100%;\n }\n"]);
56
56
 
57
57
  _templateObject2 = function _templateObject2() {
58
58
  return data;
@@ -105,7 +105,7 @@ var DxcButton = function DxcButton(_ref) {
105
105
  size: size,
106
106
  backgroundType: backgroundType,
107
107
  icon: icon
108
- }, _react["default"].createElement(_core.Button, {
108
+ }, _react["default"].createElement(_Button["default"], {
109
109
  disabled: disabled,
110
110
  type: type,
111
111
  disableRipple: true,
@@ -0,0 +1,24 @@
1
+ type Size = "small" | "medium" | "large" | "fillParent" | "fitContent";
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
+ label?: string;
12
+ mode?: "primary" | "secondary" | "text";
13
+ disabled?: boolean;
14
+ iconPosition?: "before" | "after";
15
+ type?: "button" | "reset" | "submit";
16
+ iconSrc?: string;
17
+ icon?: any;
18
+ onClick?: void;
19
+ margin?: Space | Margin;
20
+ size?: Size;
21
+ tabIndex?: number;
22
+ };
23
+
24
+ export default function DxcButton(props: Props): JSX.Element;
@@ -0,0 +1,22 @@
1
+ type Space = "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge";
2
+ type Margin = {
3
+ top?: Space;
4
+ bottom?: Space;
5
+ left?: Space;
6
+ right?: Space;
7
+ };
8
+
9
+ type Props = {
10
+ imageSrc?: string;
11
+ margin?: Space | Margin;
12
+ contentPadding?: any;
13
+ linkHref?: string;
14
+ onClick?: void;
15
+ imageBgColor?: string;
16
+ imagePadding?: any;
17
+ imagePosition?: "before" | "after";
18
+ outlined?: boolean;
19
+ imageCover?: boolean;
20
+ };
21
+
22
+ export default function DxcCard(props: Props): JSX.Element;
@@ -46,7 +46,7 @@ function _templateObject3() {
46
46
  }
47
47
 
48
48
  function _templateObject2() {
49
- var data = (0, _taggedTemplateLiteral2["default"])(["\n margin: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n width: ", ";\n display: inline-flex;\n align-items: center;\n cursor: ", ";\n position: relative;\n flex-direction: ", ";\n .MuiCheckbox-colorSecondary {\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n color: ", ";\n }\n }\n &.Mui-disabled {\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n color: ", ";\n opacity: 0.34;\n }\n }\n }\n &.Mui-checked {\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n color: ", ";\n }\n }\n\n &:hover {\n background-color: transparent;\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n background-color: transparent;\n color: ", ";\n }\n }\n }\n }\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n width: 24px;\n height: 24px;\n }\n }\n }\n\n .MuiIconButton-colorSecondary {\n &:hover {\n background-color: transparent;\n }\n }\n .MuiButtonBase-root {\n &:hover {\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n color: ", ";\n }\n }\n }\n\n &.Mui-focusVisible {\n .MuiIconButton-label {\n box-shadow: 0 0 0 2px\n ", ";\n }\n }\n z-index: 1;\n margin: ", ";\n margin-left: ", ";\n margin-right: ", ";\n padding: 0px;\n left: ", ";\n right: ", ";\n }\n"]);
49
+ var data = (0, _taggedTemplateLiteral2["default"])(["\n margin: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n width: ", ";\n display: inline-flex;\n align-items: center;\n cursor: ", ";\n position: relative;\n flex-direction: ", ";\n .MuiCheckbox-colorSecondary {\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n color: ", ";\n }\n }\n &.Mui-disabled {\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n color: ", ";\n opacity: 0.34;\n }\n }\n }\n &.Mui-checked {\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n color: ", ";\n }\n }\n\n &:hover {\n background-color: transparent;\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n background-color: transparent;\n color: ", ";\n }\n }\n }\n }\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n width: 24px;\n height: 24px;\n }\n }\n }\n\n .MuiIconButton-colorSecondary {\n &:hover {\n background-color: transparent;\n }\n }\n .MuiButtonBase-root {\n &:hover {\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n color: ", ";\n }\n }\n }\n\n &.Mui-focusVisible {\n .MuiIconButton-label {\n box-shadow: 0 0 0 2px\n ", ";\n }\n }\n z-index: 1;\n margin-left: ", ";\n margin-right: ", ";\n padding: 0px;\n left: ", ";\n right: ", ";\n }\n"]);
50
50
 
51
51
  _templateObject2 = function _templateObject2() {
52
52
  return data;
@@ -122,6 +122,7 @@ var DxcCheckbox = function DxcCheckbox(_ref) {
122
122
  }, _react["default"].createElement(CheckboxContainer, {
123
123
  id: name,
124
124
  brightness: _variables.componentTokens,
125
+ label: label,
125
126
  labelPosition: labelPosition,
126
127
  disabled: disabled,
127
128
  margin: margin,
@@ -255,11 +256,9 @@ var CheckboxContainer = _styledComponents["default"].span(_templateObject2(), fu
255
256
  }, function (props) {
256
257
  return props.backgroundType === "dark" ? props.theme.focusColorOnDark : props.theme.focusColor;
257
258
  }, function (props) {
258
- return props.theme.checkLabelSpacing;
259
+ return props.labelPosition === "before" && props.label ? props.theme.checkLabelSpacing : "0";
259
260
  }, function (props) {
260
- return props.labelPosition === "after" ? "0px" : "";
261
- }, function (props) {
262
- return props.labelPosition === "before" ? "0px" : "";
261
+ return props.labelPosition === "after" && props.label ? props.theme.checkLabelSpacing : "0";
263
262
  }, function (props) {
264
263
  return props.labelPosition === "before" ? "unset" : "1px";
265
264
  }, function (props) {
@@ -0,0 +1,24 @@
1
+ type Size = "small" | "medium" | "large" | "fillParent" | "fitContent";
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
+ checked?: boolean;
12
+ value?: any;
13
+ label?: string;
14
+ labelPosition?: "before" | "after";
15
+ name?: string,
16
+ disabled?: boolean;
17
+ onChange?: void;
18
+ required?: boolean;
19
+ margin?: Space | Margin;
20
+ size?: Size;
21
+ tabIndex?: number;
22
+ };
23
+
24
+ export default function DxcCheckbox(props: Props): JSX.Element;
@@ -0,0 +1,22 @@
1
+ type Space = "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge";
2
+ type Margin = {
3
+ top?: Space;
4
+ bottom?: Space;
5
+ left?: Space;
6
+ right?: Space;
7
+ };
8
+
9
+ type Props = {
10
+ label?: string;
11
+ suffixIcon?: any;
12
+ preffixIcon?: any;
13
+ suffixIconSrc?: string;
14
+ onClickSuffix?: void;
15
+ prefixIconSrc?: string;
16
+ onClickPrefix?: void;
17
+ disabled?: boolean;
18
+ margin?: Space | Margin;
19
+ tabIndex?: number;
20
+ };
21
+
22
+ export default function DxcChip(props: Props): JSX.Element;