@dxc-technology/halstack-react 0.0.0-e345e78 → 0.0.0-e3e5511
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/BackgroundColorContext.js +46 -0
- package/ThemeContext.js +250 -0
- package/V3Select/V3Select.js +549 -0
- package/V3Select/index.d.ts +27 -0
- package/V3Textarea/V3Textarea.js +264 -0
- package/V3Textarea/index.d.ts +27 -0
- package/accordion/Accordion.js +353 -0
- package/accordion/index.d.ts +28 -0
- package/accordion-group/AccordionGroup.js +186 -0
- package/accordion-group/index.d.ts +16 -0
- package/alert/Alert.js +403 -0
- package/alert/index.d.ts +51 -0
- package/badge/Badge.js +63 -0
- package/{dist/box → box}/Box.js +31 -23
- package/box/index.d.ts +25 -0
- package/button/Button.js +238 -0
- package/button/Button.stories.js +27 -0
- package/button/index.d.ts +24 -0
- package/{dist/card → card}/Card.js +72 -35
- package/card/index.d.ts +22 -0
- package/{dist/checkbox → checkbox}/Checkbox.js +107 -32
- package/checkbox/index.d.ts +24 -0
- package/chip/Chip.js +265 -0
- package/chip/index.d.ts +22 -0
- package/{dist/common → common}/OpenSans.css +0 -0
- package/{dist/common → common}/RequiredComponent.js +2 -8
- package/{dist/common → common}/fonts/OpenSans-Bold.ttf +0 -0
- package/{dist/common → common}/fonts/OpenSans-BoldItalic.ttf +0 -0
- package/{dist/common → common}/fonts/OpenSans-ExtraBold.ttf +0 -0
- package/{dist/common → common}/fonts/OpenSans-ExtraBoldItalic.ttf +0 -0
- package/{dist/common → common}/fonts/OpenSans-Italic.ttf +0 -0
- package/{dist/common → common}/fonts/OpenSans-Light.ttf +0 -0
- package/{dist/common → common}/fonts/OpenSans-LightItalic.ttf +0 -0
- package/{dist/common → common}/fonts/OpenSans-Regular.ttf +0 -0
- package/{dist/common → common}/fonts/OpenSans-SemiBold.ttf +0 -0
- package/{dist/common → common}/fonts/OpenSans-SemiBoldItalic.ttf +0 -0
- package/common/utils.js +22 -0
- package/common/variables.js +1574 -0
- package/{dist/date → date}/Date.js +81 -59
- package/date/index.d.ts +27 -0
- package/date-input/DateInput.js +400 -0
- package/date-input/index.d.ts +95 -0
- package/{dist/dialog → dialog}/Dialog.js +61 -36
- package/dialog/index.d.ts +18 -0
- package/dropdown/Dropdown.js +544 -0
- package/dropdown/index.d.ts +26 -0
- package/file-input/FileInput.js +644 -0
- package/file-input/FileItem.js +287 -0
- package/file-input/index.d.ts +81 -0
- package/{dist/footer → footer}/Footer.js +122 -47
- package/footer/Icons.js +77 -0
- package/footer/index.d.ts +25 -0
- package/header/Header.js +470 -0
- package/header/Icons.js +59 -0
- package/header/index.d.ts +25 -0
- package/{dist/heading → heading}/Heading.js +93 -22
- package/heading/index.d.ts +17 -0
- package/input-text/Icons.js +22 -0
- package/input-text/InputText.js +705 -0
- package/input-text/index.d.ts +36 -0
- package/layout/ApplicationLayout.js +327 -0
- package/layout/Icons.js +55 -0
- package/link/Link.js +237 -0
- package/link/index.d.ts +23 -0
- package/main.d.ts +40 -0
- package/{dist/main.js → main.js} +112 -16
- package/number-input/NumberInput.js +136 -0
- package/{dist/ThemeContext.js → number-input/NumberInputContext.js} +3 -2
- package/number-input/index.d.ts +113 -0
- package/package.json +31 -19
- package/paginator/Icons.js +66 -0
- package/paginator/Paginator.js +305 -0
- package/paginator/index.d.ts +20 -0
- package/password-input/PasswordInput.js +203 -0
- package/password-input/index.d.ts +94 -0
- package/{dist/progress-bar → progress-bar}/ProgressBar.js +97 -44
- package/progress-bar/index.d.ts +18 -0
- package/{dist/radio → radio}/Radio.js +39 -21
- package/radio/index.d.ts +23 -0
- package/{dist/resultsetTable → resultsetTable}/ResultsetTable.js +93 -69
- package/resultsetTable/index.d.ts +19 -0
- package/select/Select.js +1137 -0
- package/select/index.d.ts +131 -0
- package/sidenav/Sidenav.js +179 -0
- package/sidenav/index.d.ts +13 -0
- package/slider/Slider.js +404 -0
- package/slider/index.d.ts +29 -0
- package/spinner/Spinner.js +381 -0
- package/spinner/index.d.ts +17 -0
- package/{dist/switch → switch}/Switch.js +52 -25
- package/switch/index.d.ts +24 -0
- package/table/Table.js +132 -0
- package/table/index.d.ts +13 -0
- package/tabs/Tabs.js +343 -0
- package/tabs/index.d.ts +19 -0
- package/{dist/tag → tag}/Tag.js +100 -35
- package/tag/index.d.ts +24 -0
- package/text-input/TextInput.js +974 -0
- package/text-input/index.d.ts +135 -0
- package/textarea/Textarea.js +369 -0
- package/textarea/index.d.ts +117 -0
- package/{dist/toggle → toggle}/Toggle.js +16 -19
- package/toggle/index.d.ts +21 -0
- package/toggle-group/ToggleGroup.js +327 -0
- package/toggle-group/index.d.ts +21 -0
- package/{dist/upload → upload}/Upload.js +13 -8
- package/{dist/upload → upload}/buttons-upload/ButtonsUpload.js +35 -25
- package/upload/buttons-upload/Icons.js +40 -0
- package/{dist/upload → upload}/dragAndDropArea/DragAndDropArea.js +84 -37
- package/upload/dragAndDropArea/Icons.js +39 -0
- package/upload/file-upload/FileToUpload.js +189 -0
- package/upload/file-upload/Icons.js +66 -0
- package/{dist/upload → upload}/files-upload/FilesToUpload.js +16 -16
- package/upload/index.d.ts +15 -0
- package/upload/transaction/Icons.js +160 -0
- package/upload/transaction/Transaction.js +148 -0
- package/{dist/upload → upload}/transactions/Transactions.js +38 -20
- package/useTheme.js +22 -0
- package/wizard/Icons.js +65 -0
- package/wizard/Wizard.js +405 -0
- package/wizard/index.d.ts +18 -0
- package/README.md +0 -66
- package/babel.config.js +0 -4
- package/dist/accordion/Accordion.js +0 -264
- package/dist/accordion/Accordion.stories.js +0 -207
- package/dist/accordion/readme.md +0 -96
- package/dist/alert/Alert.js +0 -302
- package/dist/alert/Alert.stories.js +0 -158
- package/dist/alert/close.svg +0 -4
- package/dist/alert/error.svg +0 -4
- package/dist/alert/info.svg +0 -4
- package/dist/alert/readme.md +0 -43
- package/dist/alert/success.svg +0 -4
- package/dist/alert/warning.svg +0 -4
- package/dist/button/Button.js +0 -183
- package/dist/button/Button.stories.js +0 -224
- package/dist/button/readme.md +0 -93
- package/dist/checkbox/Checkbox.stories.js +0 -144
- package/dist/checkbox/readme.md +0 -116
- package/dist/chip/Chip.js +0 -170
- package/dist/common/services/example-service.js +0 -10
- package/dist/common/services/example-service.test.js +0 -12
- package/dist/common/utils.js +0 -42
- package/dist/common/variables.js +0 -260
- package/dist/date/Date.stories.js +0 -205
- package/dist/date/calendar.svg +0 -1
- package/dist/date/calendar_dark.svg +0 -1
- package/dist/date/readme.md +0 -73
- package/dist/dialog/Dialog.stories.js +0 -217
- package/dist/dialog/readme.md +0 -32
- package/dist/dropdown/Dropdown.js +0 -412
- package/dist/dropdown/Dropdown.stories.js +0 -249
- package/dist/dropdown/baseline-arrow_drop_down.svg +0 -1
- package/dist/dropdown/baseline-arrow_drop_down_wh.svg +0 -4
- package/dist/dropdown/baseline-arrow_drop_up.svg +0 -1
- package/dist/dropdown/baseline-arrow_drop_up_wh.svg +0 -4
- package/dist/dropdown/readme.md +0 -69
- package/dist/footer/Footer.stories.js +0 -94
- package/dist/footer/dxc_logo_wht.png +0 -0
- package/dist/footer/readme.md +0 -41
- package/dist/header/Header.js +0 -350
- package/dist/header/Header.stories.js +0 -176
- package/dist/header/close_icon.svg +0 -1
- package/dist/header/dxc_logo_black.png +0 -0
- package/dist/header/dxc_logo_white.png +0 -0
- package/dist/header/hamb_menu_black.svg +0 -1
- package/dist/header/hamb_menu_white.svg +0 -1
- package/dist/header/readme.md +0 -33
- package/dist/input-text/InputText.js +0 -519
- package/dist/input-text/InputText.stories.js +0 -209
- package/dist/input-text/error.svg +0 -1
- package/dist/input-text/readme.md +0 -91
- package/dist/link/Link.js +0 -136
- package/dist/link/readme.md +0 -51
- package/dist/paginator/Paginator.js +0 -178
- package/dist/paginator/images/next.svg +0 -3
- package/dist/paginator/images/nextPage.svg +0 -3
- package/dist/paginator/images/previous.svg +0 -3
- package/dist/paginator/images/previousPage.svg +0 -3
- package/dist/paginator/readme.md +0 -50
- package/dist/progress-bar/ProgressBar.stories.js +0 -280
- package/dist/progress-bar/readme.md +0 -63
- package/dist/radio/Radio.stories.js +0 -166
- package/dist/radio/readme.md +0 -70
- package/dist/resultsetTable/arrow_downward-24px_wht.svg +0 -1
- package/dist/resultsetTable/arrow_upward-24px_wht.svg +0 -1
- package/dist/resultsetTable/unfold_more-24px_wht.svg +0 -1
- package/dist/select/Select.js +0 -442
- package/dist/select/Select.stories.js +0 -235
- package/dist/select/readme.md +0 -72
- package/dist/sidenav/Sidenav.js +0 -217
- package/dist/sidenav/arrow_icon.svg +0 -3
- package/dist/slider/Slider.js +0 -258
- package/dist/slider/Slider.stories.js +0 -241
- package/dist/slider/readme.md +0 -64
- package/dist/spinner/Spinner.js +0 -196
- package/dist/spinner/Spinner.stories.js +0 -183
- package/dist/spinner/readme.md +0 -65
- package/dist/switch/Switch.stories.js +0 -134
- package/dist/switch/readme.md +0 -133
- package/dist/table/Table.js +0 -84
- package/dist/tabs/Tabs.js +0 -170
- package/dist/tabs/Tabs.stories.js +0 -130
- package/dist/tabs/readme.md +0 -78
- package/dist/tabs-for-sections/TabsForSections.js +0 -107
- package/dist/tabs-for-sections/readme.md +0 -78
- package/dist/textarea/Textarea.js +0 -226
- package/dist/toggle/Toggle.stories.js +0 -297
- package/dist/toggle/readme.md +0 -80
- package/dist/upload/Upload.stories.js +0 -72
- package/dist/upload/buttons-upload/drag-drop-icon.svg +0 -4
- package/dist/upload/buttons-upload/upload-button.svg +0 -1
- package/dist/upload/dragAndDropArea/upload_drop.svg +0 -4
- package/dist/upload/dragAndDropArea/upload_file.svg +0 -4
- package/dist/upload/file-upload/FileToUpload.js +0 -158
- package/dist/upload/file-upload/audio-icon.svg +0 -4
- package/dist/upload/file-upload/close.svg +0 -4
- package/dist/upload/file-upload/file-icon.svg +0 -4
- package/dist/upload/file-upload/video-icon.svg +0 -4
- package/dist/upload/readme.md +0 -37
- package/dist/upload/transaction/Transaction.js +0 -155
- package/dist/upload/transaction/audio-icon-err.svg +0 -4
- package/dist/upload/transaction/audio-icon.svg +0 -4
- package/dist/upload/transaction/error-icon.svg +0 -4
- package/dist/upload/transaction/file-icon-err.svg +0 -4
- package/dist/upload/transaction/file-icon.svg +0 -4
- package/dist/upload/transaction/image-icon-err.svg +0 -4
- package/dist/upload/transaction/image-icon.svg +0 -4
- package/dist/upload/transaction/success-icon.svg +0 -4
- package/dist/upload/transaction/video-icon-err.svg +0 -4
- package/dist/upload/transaction/video-icon.svg +0 -4
- package/dist/wizard/Wizard.js +0 -310
- package/dist/wizard/invalid_icon.svg +0 -6
- package/dist/wizard/valid_icon.svg +0 -6
- package/dist/wizard/validation-wrong.svg +0 -6
- package/test/Accordion.test.js +0 -33
- package/test/Alert.test.js +0 -53
- package/test/Box.test.js +0 -10
- package/test/Button.test.js +0 -18
- package/test/Card.test.js +0 -30
- package/test/Checkbox.test.js +0 -45
- package/test/Chip.test.js +0 -25
- package/test/Date.test.js +0 -393
- package/test/Dialog.test.js +0 -23
- package/test/Dropdown.test.js +0 -130
- package/test/Footer.test.js +0 -99
- package/test/Header.test.js +0 -39
- package/test/Heading.test.js +0 -35
- package/test/InputText.test.js +0 -236
- package/test/Link.test.js +0 -25
- package/test/Paginator.test.js +0 -165
- package/test/ProgressBar.test.js +0 -35
- package/test/Radio.test.js +0 -37
- package/test/ResultsetTable.test.js +0 -282
- package/test/Select.test.js +0 -191
- package/test/Sidenav.test.js +0 -87
- package/test/Slider.test.js +0 -65
- package/test/Spinner.test.js +0 -27
- package/test/Switch.test.js +0 -45
- package/test/Table.test.js +0 -36
- package/test/Tabs.test.js +0 -88
- package/test/TabsForSections.test.js +0 -34
- package/test/Tag.test.js +0 -32
- package/test/TextArea.test.js +0 -52
- package/test/Toggle.test.js +0 -43
- package/test/Upload.test.js +0 -60
- package/test/Wizard.test.js +0 -130
- package/test/mocks/pngMock.js +0 -1
- package/test/mocks/svgMock.js +0 -1
|
@@ -9,12 +9,12 @@ 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
18
|
var _react = _interopRequireWildcard(require("react"));
|
|
19
19
|
|
|
20
20
|
var _styledComponents = _interopRequireWildcard(require("styled-components"));
|
|
@@ -23,14 +23,24 @@ var _LinearProgress = _interopRequireDefault(require("@material-ui/core/LinearPr
|
|
|
23
23
|
|
|
24
24
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
25
25
|
|
|
26
|
-
require("../common/OpenSans.css");
|
|
27
|
-
|
|
28
26
|
var _variables = require("../common/variables.js");
|
|
29
27
|
|
|
30
|
-
var
|
|
28
|
+
var _useTheme = _interopRequireDefault(require("../useTheme.js"));
|
|
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
|
+
}
|
|
31
41
|
|
|
32
42
|
function _templateObject5() {
|
|
33
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n font-
|
|
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"]);
|
|
34
44
|
|
|
35
45
|
_templateObject5 = function _templateObject5() {
|
|
36
46
|
return data;
|
|
@@ -40,7 +50,7 @@ function _templateObject5() {
|
|
|
40
50
|
}
|
|
41
51
|
|
|
42
52
|
function _templateObject4() {
|
|
43
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n
|
|
53
|
+
var data = (0, _taggedTemplateLiteral2["default"])(["\n font-family: ", ";\n font-style: ", ";\n font-size: ", ";\n font-weight: ", ";\n text-transform: ", ";\n color: ", ";\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n text-overflow: ellipsis;\n"]);
|
|
44
54
|
|
|
45
55
|
_templateObject4 = function _templateObject4() {
|
|
46
56
|
return data;
|
|
@@ -50,7 +60,7 @@ function _templateObject4() {
|
|
|
50
60
|
}
|
|
51
61
|
|
|
52
62
|
function _templateObject3() {
|
|
53
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n display: flex;\n flex-direction: row;\n width: 685px;\n flex-wrap: wrap;\n width: 100%;\n"]);
|
|
63
|
+
var data = (0, _taggedTemplateLiteral2["default"])(["\n display: flex;\n flex-direction: row;\n width: 685px;\n flex-wrap: wrap;\n width: 100%;\n margin-bottom: 8px;\n align-items: baseline;\n justify-content: space-between;\n"]);
|
|
54
64
|
|
|
55
65
|
_templateObject3 = function _templateObject3() {
|
|
56
66
|
return data;
|
|
@@ -60,7 +70,7 @@ function _templateObject3() {
|
|
|
60
70
|
}
|
|
61
71
|
|
|
62
72
|
function _templateObject2() {
|
|
63
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n z-index: ", ";\n width: ", ";\n .MuiLinearProgress-root {\n height:
|
|
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"]);
|
|
64
74
|
|
|
65
75
|
_templateObject2 = function _templateObject2() {
|
|
66
76
|
return data;
|
|
@@ -70,7 +80,7 @@ function _templateObject2() {
|
|
|
70
80
|
}
|
|
71
81
|
|
|
72
82
|
function _templateObject() {
|
|
73
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n background-color: ", ";\n width: ", ";\n display: flex;\n flex-wrap: wrap;\n justify-content: ", ";\n height: ", ";\n align-items: ", ";\n min-width:
|
|
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"]);
|
|
74
84
|
|
|
75
85
|
_templateObject = function _templateObject() {
|
|
76
86
|
return data;
|
|
@@ -82,55 +92,45 @@ function _templateObject() {
|
|
|
82
92
|
var DxcProgressBar = function DxcProgressBar(_ref) {
|
|
83
93
|
var _ref$label = _ref.label,
|
|
84
94
|
label = _ref$label === void 0 ? "" : _ref$label,
|
|
85
|
-
_ref$
|
|
86
|
-
|
|
95
|
+
_ref$helperText = _ref.helperText,
|
|
96
|
+
helperText = _ref$helperText === void 0 ? "" : _ref$helperText,
|
|
87
97
|
_ref$overlay = _ref.overlay,
|
|
88
98
|
overlay = _ref$overlay === void 0 ? true : _ref$overlay,
|
|
89
99
|
value = _ref.value,
|
|
90
100
|
_ref$showValue = _ref.showValue,
|
|
91
101
|
showValue = _ref$showValue === void 0 ? false : _ref$showValue,
|
|
92
102
|
margin = _ref.margin;
|
|
93
|
-
|
|
94
|
-
var
|
|
95
|
-
|
|
103
|
+
var colorsTheme = (0, _useTheme["default"])();
|
|
104
|
+
var backgroundType = (0, _react.useContext)(_BackgroundColorContext["default"]);
|
|
96
105
|
return _react["default"].createElement(_styledComponents.ThemeProvider, {
|
|
97
|
-
theme: colorsTheme
|
|
106
|
+
theme: colorsTheme.progressBar
|
|
98
107
|
}, _react["default"].createElement(BackgroundProgressBar, {
|
|
99
|
-
brightness: theme,
|
|
100
108
|
overlay: overlay
|
|
101
109
|
}, _react["default"].createElement(DXCProgressBar, {
|
|
102
|
-
brightness: theme,
|
|
103
110
|
overlay: overlay,
|
|
104
|
-
margin: margin
|
|
111
|
+
margin: margin,
|
|
112
|
+
backgroundType: backgroundType
|
|
105
113
|
}, _react["default"].createElement(InfoProgressBar, null, _react["default"].createElement(ProgressBarLabel, {
|
|
106
|
-
|
|
107
|
-
|
|
114
|
+
overlay: overlay,
|
|
115
|
+
backgroundType: backgroundType
|
|
108
116
|
}, label), _react["default"].createElement(ProgressBarProgress, {
|
|
109
|
-
brightness: theme,
|
|
110
117
|
overlay: overlay,
|
|
111
|
-
showValue: showValue
|
|
118
|
+
showValue: showValue,
|
|
119
|
+
backgroundType: backgroundType
|
|
112
120
|
}, value === "" ? 0 : value >= 0 && value <= 100 ? value : value < 0 ? 0 : 100, " %")), _react["default"].createElement(_LinearProgress["default"], {
|
|
113
121
|
variant: showValue ? "determinate" : "indeterminate",
|
|
114
|
-
value: value === "" ? 0 : value >= 0 && value <= 100 ? value : value < 0 ? 0 : 100
|
|
115
|
-
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
theme: _propTypes["default"].oneOf(["light", "dark"]),
|
|
121
|
-
overlay: _propTypes["default"].bool,
|
|
122
|
-
value: _propTypes["default"].number,
|
|
123
|
-
showValue: _propTypes["default"].bool,
|
|
124
|
-
margin: _propTypes["default"].oneOfType([_propTypes["default"].shape({
|
|
125
|
-
top: _propTypes["default"].oneOf(Object.keys(_variables.spaces)),
|
|
126
|
-
bottom: _propTypes["default"].oneOf(Object.keys(_variables.spaces)),
|
|
127
|
-
left: _propTypes["default"].oneOf(Object.keys(_variables.spaces)),
|
|
128
|
-
right: _propTypes["default"].oneOf(Object.keys(_variables.spaces))
|
|
129
|
-
}), _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))));
|
|
130
128
|
};
|
|
131
129
|
|
|
132
130
|
var BackgroundProgressBar = _styledComponents["default"].div(_templateObject(), function (props) {
|
|
133
|
-
return props.overlay === true
|
|
131
|
+
return props.overlay === true ? "".concat(props.theme.overlayColor) : "transparent";
|
|
132
|
+
}, function (props) {
|
|
133
|
+
return props.overlay === true && "0.8";
|
|
134
134
|
}, function (props) {
|
|
135
135
|
return props.overlay === true ? "100%" : "";
|
|
136
136
|
}, function (props) {
|
|
@@ -151,6 +151,8 @@ var BackgroundProgressBar = _styledComponents["default"].div(_templateObject(),
|
|
|
151
151
|
return props.overlay === true ? "0" : "";
|
|
152
152
|
}, function (props) {
|
|
153
153
|
return props.overlay === true ? "0" : "";
|
|
154
|
+
}, function (props) {
|
|
155
|
+
return props.overlay ? 1300 : "";
|
|
154
156
|
});
|
|
155
157
|
|
|
156
158
|
var DXCProgressBar = _styledComponents["default"].div(_templateObject2(), function (props) {
|
|
@@ -158,9 +160,15 @@ var DXCProgressBar = _styledComponents["default"].div(_templateObject2(), functi
|
|
|
158
160
|
}, function (props) {
|
|
159
161
|
return props.overlay === true ? "80%" : "100%";
|
|
160
162
|
}, function (props) {
|
|
161
|
-
return
|
|
163
|
+
return props.theme.thickness;
|
|
164
|
+
}, function (props) {
|
|
165
|
+
return props.theme.totalLineColor;
|
|
166
|
+
}, function (props) {
|
|
167
|
+
return props.theme.borderRadius;
|
|
168
|
+
}, function (props) {
|
|
169
|
+
return props.helperText !== "" && "8px";
|
|
162
170
|
}, function (props) {
|
|
163
|
-
return props.theme.
|
|
171
|
+
return props.backgroundType === "dark" ? props.theme.trackLineColorOnDark : props.theme.trackLineColor;
|
|
164
172
|
}, function (props) {
|
|
165
173
|
return props.margin && (0, _typeof2["default"])(props.margin) !== "object" ? _variables.spaces[props.margin] : "0px";
|
|
166
174
|
}, function (props) {
|
|
@@ -176,14 +184,59 @@ var DXCProgressBar = _styledComponents["default"].div(_templateObject2(), functi
|
|
|
176
184
|
var InfoProgressBar = _styledComponents["default"].div(_templateObject3());
|
|
177
185
|
|
|
178
186
|
var ProgressBarLabel = _styledComponents["default"].div(_templateObject4(), function (props) {
|
|
179
|
-
return
|
|
187
|
+
return props.theme.labelFontFamily;
|
|
188
|
+
}, function (props) {
|
|
189
|
+
return props.theme.labelFontStyle;
|
|
190
|
+
}, function (props) {
|
|
191
|
+
return props.theme.labelFontSize;
|
|
192
|
+
}, function (props) {
|
|
193
|
+
return props.theme.labelFontWeight;
|
|
194
|
+
}, function (props) {
|
|
195
|
+
return props.theme.labelFontTextTransform;
|
|
196
|
+
}, function (props) {
|
|
197
|
+
return props.backgroundType === "dark" ? props.theme.labelFontColorOnDark : props.overlay === true ? "#FFFFFF" : props.theme.labelFontColor;
|
|
180
198
|
});
|
|
181
199
|
|
|
182
200
|
var ProgressBarProgress = _styledComponents["default"].div(_templateObject5(), function (props) {
|
|
183
|
-
return
|
|
201
|
+
return props.theme.valueFontFamily;
|
|
202
|
+
}, function (props) {
|
|
203
|
+
return props.theme.valueFontStyle;
|
|
204
|
+
}, function (props) {
|
|
205
|
+
return props.theme.valueFontSize;
|
|
206
|
+
}, function (props) {
|
|
207
|
+
return props.theme.valueFontWeight;
|
|
208
|
+
}, function (props) {
|
|
209
|
+
return props.theme.valueFontTextTransform;
|
|
210
|
+
}, function (props) {
|
|
211
|
+
return props.backgroundType === "dark" ? props.theme.valueFontColorOnDark : props.overlay === true ? "#FFFFFF" : props.theme.valueFontColor;
|
|
184
212
|
}, function (props) {
|
|
185
213
|
return props.value !== "" && props.showValue === true && "block" || "none";
|
|
186
214
|
});
|
|
187
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
|
+
};
|
|
188
241
|
var _default = DxcProgressBar;
|
|
189
242
|
exports["default"] = _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
helperText?: string;
|
|
12
|
+
overlay?: boolean;
|
|
13
|
+
value?: number;
|
|
14
|
+
showValue?: boolean,
|
|
15
|
+
margin?: Space | Margin;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export default function DxcProgressBar(props: Props): JSX.Element;
|
|
@@ -27,16 +27,16 @@ var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
|
27
27
|
|
|
28
28
|
var _RequiredComponent = _interopRequireDefault(require("../common/RequiredComponent"));
|
|
29
29
|
|
|
30
|
-
require("../common/OpenSans.css");
|
|
31
|
-
|
|
32
30
|
var _variables = require("../common/variables.js");
|
|
33
31
|
|
|
34
32
|
var _utils = require("../common/utils.js");
|
|
35
33
|
|
|
36
|
-
var
|
|
34
|
+
var _useTheme = _interopRequireDefault(require("../useTheme.js"));
|
|
35
|
+
|
|
36
|
+
var _BackgroundColorContext = _interopRequireDefault(require("../BackgroundColorContext.js"));
|
|
37
37
|
|
|
38
38
|
function _templateObject2() {
|
|
39
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n font-family:
|
|
39
|
+
var data = (0, _taggedTemplateLiteral2["default"])(["\n font-family: ", ";\n font-size: ", ";\n font-weight: ", ";\n font-style: ", ";\n color: ", ";\n cursor: ", ";\n"]);
|
|
40
40
|
|
|
41
41
|
_templateObject2 = function _templateObject2() {
|
|
42
42
|
return data;
|
|
@@ -46,7 +46,7 @@ function _templateObject2() {
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
function _templateObject() {
|
|
49
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n width: ", ";\n\n display: inline-flex;\n align-items: center;\n max-height: 42px;\n position: relative;\n flex-direction: ", ";\n margin: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n cursor: ", ";\n
|
|
49
|
+
var data = (0, _taggedTemplateLiteral2["default"])(["\n width: ", ";\n\n display: inline-flex;\n align-items: center;\n max-height: 42px;\n position: relative;\n flex-direction: ", ";\n margin: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n cursor: ", ";\n .MuiButtonBase-root {\n width: auto;\n height: auto;\n padding: 10px;\n margin: 2px;\n ", ": ", ";\n padding-left: ", ";\n padding-right: ", ";\n margin-left: ", ";\n margin-right: ", ";\n .MuiIconButton-label {\n .MuiSvgIcon-root {\n height: ", ";\n width: ", ";\n }\n color: ", ";\n\n > div > :nth-child(2) path {\n color: ", ";\n }\n }\n\n &.Mui-focusVisible {\n background-color: transparent;\n .MuiSvgIcon-root {\n outline: ", "\n auto 1px;\n }\n }\n :hover {\n background-color: transparent;\n }\n .MuiTouchRipple-ripple {\n height: 40px !important;\n width: 40px !important;\n top: 0px !important;\n left: 0px !important;\n }\n }\n .MuiRadio-colorSecondary.Mui-checked {\n color: ", ";\n :hover {\n background-color: transparent;\n }\n }\n"]);
|
|
50
50
|
|
|
51
51
|
_templateObject = function _templateObject() {
|
|
52
52
|
return data;
|
|
@@ -77,10 +77,8 @@ var DxcRadio = function DxcRadio(_ref) {
|
|
|
77
77
|
innerChecked = _useState2[0],
|
|
78
78
|
setInnerChecked = _useState2[1];
|
|
79
79
|
|
|
80
|
-
var
|
|
81
|
-
var
|
|
82
|
-
return (0, _utils.getCustomTheme)(_variables.theme, (0, _utils.getCustomTheme)(_variables.defaultTheme, customTheme));
|
|
83
|
-
}, [customTheme]);
|
|
80
|
+
var colorsTheme = (0, _useTheme["default"])();
|
|
81
|
+
var backgroundType = (0, _react.useContext)(_BackgroundColorContext["default"]);
|
|
84
82
|
|
|
85
83
|
var handlerRadioChange = function handlerRadioChange(value) {
|
|
86
84
|
if (checked == null) {
|
|
@@ -99,7 +97,8 @@ var DxcRadio = function DxcRadio(_ref) {
|
|
|
99
97
|
labelPosition: labelPosition,
|
|
100
98
|
disabled: disabled,
|
|
101
99
|
margin: margin,
|
|
102
|
-
size: size
|
|
100
|
+
size: size,
|
|
101
|
+
backgroundType: backgroundType
|
|
103
102
|
}, _react["default"].createElement(_Radio["default"], {
|
|
104
103
|
checked: checked != null && checked || innerChecked,
|
|
105
104
|
name: name,
|
|
@@ -112,7 +111,8 @@ var DxcRadio = function DxcRadio(_ref) {
|
|
|
112
111
|
checked: checked || innerChecked,
|
|
113
112
|
labelPosition: labelPosition,
|
|
114
113
|
disabled: disabled,
|
|
115
|
-
onClick: !disabled && handlerRadioChange || null
|
|
114
|
+
onClick: !disabled && handlerRadioChange || null,
|
|
115
|
+
backgroundType: backgroundType
|
|
116
116
|
}, required && _react["default"].createElement(_RequiredComponent["default"], null), label)));
|
|
117
117
|
};
|
|
118
118
|
|
|
@@ -149,23 +149,41 @@ var RadioContainer = _styledComponents["default"].span(_templateObject(), functi
|
|
|
149
149
|
}, function (props) {
|
|
150
150
|
return props.disabled === true ? "not-allowed" : "default";
|
|
151
151
|
}, function (props) {
|
|
152
|
-
return props.
|
|
152
|
+
return props.labelPosition === "after" ? "padding-right" : "padding-left";
|
|
153
|
+
}, function (props) {
|
|
154
|
+
return props.theme.circleLabelSpacing;
|
|
155
|
+
}, function (props) {
|
|
156
|
+
return props.labelPosition === "after" ? "0px" : "";
|
|
157
|
+
}, function (props) {
|
|
158
|
+
return props.labelPosition === "before" ? "0px" : "";
|
|
159
|
+
}, function (props) {
|
|
160
|
+
return props.labelPosition === "after" ? "0px" : "";
|
|
161
|
+
}, function (props) {
|
|
162
|
+
return props.labelPosition === "before" ? "0px" : "";
|
|
153
163
|
}, function (props) {
|
|
154
|
-
return props.theme.
|
|
164
|
+
return props.theme.circleSize;
|
|
155
165
|
}, function (props) {
|
|
156
|
-
return props.theme.
|
|
166
|
+
return props.theme.circleSize;
|
|
157
167
|
}, function (props) {
|
|
158
|
-
return props.theme.
|
|
168
|
+
return props.backgroundType === "dark" ? props.disabled && props.theme.disabledColorOnDark || props.theme.colorOnDark : props.disabled && props.theme.disabledColor || props.theme.color;
|
|
159
169
|
}, function (props) {
|
|
160
|
-
return props.theme.color;
|
|
170
|
+
return props.backgroundType === "dark" ? props.disabled && props.theme.disabledColorOnDark || props.theme.colorOnDark : props.disabled && props.theme.disabledColor || props.theme.color;
|
|
171
|
+
}, function (props) {
|
|
172
|
+
return props.backgroundType === "dark" ? props.theme.focusColorOnDark : props.theme.focusColor;
|
|
173
|
+
}, function (props) {
|
|
174
|
+
return props.backgroundType === "dark" ? props.disabled && props.theme.disabledColorOnDark || props.theme.colorOnDark : props.disabled && props.theme.disabledColor || props.theme.color;
|
|
161
175
|
});
|
|
162
176
|
|
|
163
177
|
var LabelContainer = _styledComponents["default"].span(_templateObject2(), function (props) {
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
178
|
+
return props.theme.fontFamily;
|
|
179
|
+
}, function (props) {
|
|
180
|
+
return props.theme.fontSize;
|
|
181
|
+
}, function (props) {
|
|
182
|
+
return props.theme.fontWeight;
|
|
183
|
+
}, function (props) {
|
|
184
|
+
return props.theme.fontStyle;
|
|
185
|
+
}, function (props) {
|
|
186
|
+
return props.backgroundType === "dark" ? props.disabled && props.theme.disabledFontColorOnDark || props.theme.fontColorOnDark : props.disabled && props.theme.disabledFontColor || props.theme.fontColor;
|
|
169
187
|
}, function (props) {
|
|
170
188
|
return props.disabled === true ? "not-allowed" : "pointer";
|
|
171
189
|
});
|
package/radio/index.d.ts
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
onClick?: void;
|
|
18
|
+
required?: boolean;
|
|
19
|
+
margin?: Space | Margin;
|
|
20
|
+
size?: Size;
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export default function DxcRadio(props: Props): JSX.Element;
|