@dxc-technology/halstack-react 0.0.0-f77ec3a → 0.0.0-f7f591a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{dist/BackgroundColorContext.js → BackgroundColorContext.js} +0 -0
- package/{dist/ThemeContext.js → ThemeContext.js} +0 -0
- package/{dist/V3Select → V3Select}/V3Select.js +0 -0
- package/{dist/V3Select → V3Select}/index.d.ts +0 -0
- package/{dist/V3Textarea → V3Textarea}/V3Textarea.js +0 -0
- package/{dist/V3Textarea → V3Textarea}/index.d.ts +0 -0
- package/{dist/accordion → accordion}/Accordion.js +0 -0
- package/{dist/accordion → accordion}/index.d.ts +0 -0
- package/{dist/accordion-group → accordion-group}/AccordionGroup.js +0 -0
- package/{dist/accordion-group → accordion-group}/index.d.ts +0 -0
- package/{dist/alert → alert}/Alert.js +0 -0
- package/{dist/alert → alert}/index.d.ts +0 -0
- package/{dist/badge → badge}/Badge.js +0 -0
- package/{dist/box → box}/Box.js +0 -0
- package/{dist/box → box}/index.d.ts +0 -0
- package/{dist/button → button}/Button.js +0 -0
- package/button/Button.stories.js +27 -0
- package/{dist/button → button}/index.d.ts +0 -0
- package/{dist/card → card}/Card.js +0 -0
- package/{dist/card → card}/index.d.ts +0 -0
- package/{dist/checkbox → checkbox}/Checkbox.js +0 -0
- package/{dist/checkbox → checkbox}/index.d.ts +0 -0
- package/{dist/chip → chip}/Chip.js +0 -0
- package/{dist/chip → chip}/index.d.ts +0 -0
- package/{dist/common → common}/OpenSans.css +0 -0
- package/{dist/common → common}/RequiredComponent.js +0 -0
- 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/{dist/common → common}/utils.js +0 -0
- package/{dist/common → common}/variables.js +14 -22
- package/{dist/date → date}/Date.js +0 -0
- package/{dist/date → date}/index.d.ts +0 -0
- package/{dist/date-input → date-input}/DateInput.js +0 -0
- package/{dist/date-input → date-input}/index.d.ts +0 -0
- package/{dist/dialog → dialog}/Dialog.js +0 -0
- package/{dist/dialog → dialog}/index.d.ts +0 -0
- package/{dist/dropdown → dropdown}/Dropdown.js +0 -0
- package/{dist/dropdown → dropdown}/index.d.ts +0 -0
- package/{dist/file-input → file-input}/FileInput.js +1 -1
- package/{dist/file-input → file-input}/FileItem.js +0 -0
- package/{dist/file-input → file-input}/index.d.ts +0 -0
- package/{dist/footer → footer}/Footer.js +0 -0
- package/{dist/footer → footer}/Icons.js +0 -0
- package/{dist/footer → footer}/index.d.ts +0 -0
- package/{dist/header → header}/Header.js +0 -0
- package/{dist/header → header}/Icons.js +0 -0
- package/{dist/header → header}/index.d.ts +0 -0
- package/{dist/heading → heading}/Heading.js +0 -0
- package/{dist/heading → heading}/index.d.ts +0 -0
- package/{dist/input-text → input-text}/Icons.js +0 -0
- package/{dist/input-text → input-text}/InputText.js +0 -0
- package/{dist/input-text → input-text}/index.d.ts +0 -0
- package/{dist/layout → layout}/ApplicationLayout.js +0 -0
- package/{dist/layout → layout}/Icons.js +0 -0
- package/{dist/link → link}/Link.js +0 -0
- package/{dist/link → link}/index.d.ts +0 -0
- package/{dist/main.d.ts → main.d.ts} +0 -0
- package/{dist/main.js → main.js} +0 -0
- package/{dist/number-input → number-input}/NumberInput.js +0 -0
- package/{dist/number-input → number-input}/NumberInputContext.js +0 -0
- package/{dist/number-input → number-input}/index.d.ts +0 -0
- package/package.json +9 -9
- package/{dist/paginator → paginator}/Icons.js +0 -0
- package/{dist/paginator → paginator}/Paginator.js +0 -0
- package/{dist/paginator → paginator}/index.d.ts +0 -0
- package/{dist/password-input → password-input}/PasswordInput.js +0 -0
- package/{dist/password-input → password-input}/index.d.ts +0 -0
- package/{dist/progress-bar → progress-bar}/ProgressBar.js +0 -0
- package/{dist/progress-bar → progress-bar}/index.d.ts +0 -0
- package/{dist/radio → radio}/Radio.js +0 -0
- package/{dist/radio → radio}/index.d.ts +0 -0
- package/{dist/resultsetTable → resultsetTable}/ResultsetTable.js +1 -1
- package/{dist/resultsetTable → resultsetTable}/index.d.ts +0 -0
- package/{dist/select → select}/Select.js +128 -88
- package/select/index.d.ts +131 -0
- package/{dist/sidenav → sidenav}/Sidenav.js +0 -0
- package/{dist/sidenav → sidenav}/index.d.ts +0 -0
- package/{dist/slider → slider}/Slider.js +0 -0
- package/{dist/slider → slider}/index.d.ts +0 -0
- package/{dist/spinner → spinner}/Spinner.js +0 -0
- package/{dist/spinner → spinner}/index.d.ts +0 -0
- package/{dist/switch → switch}/Switch.js +0 -0
- package/{dist/switch → switch}/index.d.ts +0 -0
- package/{dist/table → table}/Table.js +0 -0
- package/{dist/table → table}/index.d.ts +0 -0
- package/{dist/tabs → tabs}/Tabs.js +0 -0
- package/{dist/tabs → tabs}/index.d.ts +0 -0
- package/{dist/tag → tag}/Tag.js +0 -0
- package/{dist/tag → tag}/index.d.ts +0 -0
- package/{dist/text-input → text-input}/TextInput.js +199 -183
- package/{dist/text-input → text-input}/index.d.ts +0 -0
- package/{dist/textarea → textarea}/Textarea.js +0 -0
- package/{dist/textarea → textarea}/index.d.ts +0 -0
- package/{dist/toggle → toggle}/Toggle.js +0 -0
- package/{dist/toggle → toggle}/index.d.ts +0 -0
- package/{dist/toggle-group → toggle-group}/ToggleGroup.js +0 -0
- package/{dist/toggle-group → toggle-group}/index.d.ts +0 -0
- package/{dist/upload → upload}/Upload.js +0 -0
- package/{dist/upload → upload}/buttons-upload/ButtonsUpload.js +0 -0
- package/{dist/upload → upload}/buttons-upload/Icons.js +0 -0
- package/{dist/upload → upload}/dragAndDropArea/DragAndDropArea.js +0 -0
- package/{dist/upload → upload}/dragAndDropArea/Icons.js +0 -0
- package/{dist/upload → upload}/file-upload/FileToUpload.js +0 -0
- package/{dist/upload → upload}/file-upload/Icons.js +0 -0
- package/{dist/upload → upload}/files-upload/FilesToUpload.js +0 -0
- package/{dist/upload → upload}/index.d.ts +0 -0
- package/{dist/upload → upload}/transaction/Icons.js +0 -0
- package/{dist/upload → upload}/transaction/Transaction.js +0 -0
- package/{dist/upload → upload}/transactions/Transactions.js +0 -0
- package/{dist/useTheme.js → useTheme.js} +0 -0
- package/{dist/wizard → wizard}/Icons.js +0 -0
- package/{dist/wizard → wizard}/Wizard.js +0 -0
- package/{dist/wizard → wizard}/index.d.ts +0 -0
- package/README.md +0 -66
- package/babel.config.js +0 -7
- package/dist/select/index.d.ts +0 -53
- package/dist/stories/Button.js +0 -71
- package/dist/stories/Button.stories.js +0 -55
- package/dist/stories/Header.js +0 -67
- package/dist/stories/Header.stories.js +0 -31
- package/dist/stories/Introduction.stories.mdx +0 -211
- package/dist/stories/Page.js +0 -68
- package/dist/stories/Page.stories.js +0 -39
- package/dist/stories/assets/code-brackets.svg +0 -1
- package/dist/stories/assets/colors.svg +0 -1
- package/dist/stories/assets/comments.svg +0 -1
- package/dist/stories/assets/direction.svg +0 -1
- package/dist/stories/assets/flow.svg +0 -1
- package/dist/stories/assets/plugin.svg +0 -1
- package/dist/stories/assets/repo.svg +0 -1
- package/dist/stories/assets/stackalt.svg +0 -1
- package/dist/stories/button.css +0 -30
- package/dist/stories/header.css +0 -26
- package/dist/stories/page.css +0 -69
- package/test/Accordion.test.js +0 -33
- package/test/AccordionGroup.test.js +0 -125
- 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 -395
- package/test/DateInput.test.js +0 -242
- package/test/Dialog.test.js +0 -23
- package/test/Dropdown.test.js +0 -145
- package/test/FileInput.test.js +0 -201
- package/test/Footer.test.js +0 -94
- package/test/Header.test.js +0 -34
- package/test/Heading.test.js +0 -83
- package/test/InputText.test.js +0 -239
- package/test/Link.test.js +0 -43
- package/test/NumberInput.test.js +0 -259
- package/test/Paginator.test.js +0 -181
- package/test/PasswordInput.test.js +0 -83
- package/test/ProgressBar.test.js +0 -35
- package/test/Radio.test.js +0 -37
- package/test/ResultsetTable.test.js +0 -330
- package/test/Select.test.js +0 -415
- package/test/Sidenav.test.js +0 -45
- package/test/Slider.test.js +0 -74
- package/test/Spinner.test.js +0 -32
- package/test/Switch.test.js +0 -45
- package/test/Table.test.js +0 -36
- package/test/Tabs.test.js +0 -109
- package/test/Tag.test.js +0 -32
- package/test/TextInput.test.js +0 -732
- package/test/Textarea.test.js +0 -193
- package/test/ToggleGroup.test.js +0 -85
- package/test/Upload.test.js +0 -60
- package/test/V3Select.test.js +0 -212
- package/test/V3TextArea.test.js +0 -51
- package/test/Wizard.test.js +0 -130
- package/test/mocks/pngMock.js +0 -1
- package/test/mocks/svgMock.js +0 -1
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/{dist/box → box}/Box.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.Primary = exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
|
|
12
|
+
var _Button = _interopRequireDefault(require("./Button"));
|
|
13
|
+
|
|
14
|
+
var _default = {
|
|
15
|
+
title: "Button",
|
|
16
|
+
component: _Button["default"]
|
|
17
|
+
};
|
|
18
|
+
exports["default"] = _default;
|
|
19
|
+
|
|
20
|
+
var Primary = function Primary() {
|
|
21
|
+
return _react["default"].createElement(_Button["default"], {
|
|
22
|
+
mode: "primary",
|
|
23
|
+
label: "Primary Button"
|
|
24
|
+
});
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
exports.Primary = Primary;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -507,7 +507,7 @@ var componentTokens = {
|
|
|
507
507
|
disabledDropLabelFontColor: globalTokens.hal_grey_l_60,
|
|
508
508
|
focusDropBorderColor: globalTokens.hal_blue_l_50,
|
|
509
509
|
disabledDropBorderColor: globalTokens.hal_grey_l_60,
|
|
510
|
-
|
|
510
|
+
dragoverDropBackgroundColor: globalTokens.color_blue_50,
|
|
511
511
|
hoverFileItemIconBackgroundColor: globalTokens.hal_grey_l_95,
|
|
512
512
|
activeFileItemIconBackgrounColor: globalTokens.hal_grey_l_80,
|
|
513
513
|
errorFileItemBorderColor: globalTokens.hal_red_s_41,
|
|
@@ -746,7 +746,7 @@ var componentTokens = {
|
|
|
746
746
|
disabledSuffixColor: globalTokens.hal_grey_l_75,
|
|
747
747
|
disabledPrefixColorOnDark: globalTokens.hal_grey_l_60,
|
|
748
748
|
disabledSuffixColorOnDark: globalTokens.hal_grey_l_60,
|
|
749
|
-
placeholderFontColor: "#
|
|
749
|
+
placeholderFontColor: "#000000b3",
|
|
750
750
|
placeholderFontColorOnDark: globalTokens.hal_grey_l_95,
|
|
751
751
|
disabledPlaceholderFontColor: globalTokens.hal_grey_l_60,
|
|
752
752
|
disabledPlaceholderFontColorOnDark: globalTokens.hal_grey_l_60,
|
|
@@ -777,15 +777,20 @@ var componentTokens = {
|
|
|
777
777
|
focusActionBorderColorOnDark: globalTokens.hal_blue_l_50,
|
|
778
778
|
activeActionBackgroundColor: globalTokens.hal_grey_l_80,
|
|
779
779
|
activeActionBackgroundColorOnDark: globalTokens.hal_grey_l_60,
|
|
780
|
+
listDialogBackgroundColor: globalTokens.hal_white,
|
|
781
|
+
listDialogBorderColor: globalTokens.hal_black,
|
|
782
|
+
listOptionDividerColor: globalTokens.hal_grey_l_90,
|
|
780
783
|
listOptionFontColor: globalTokens.hal_black,
|
|
781
|
-
listOptionFontSize: globalTokens.
|
|
784
|
+
listOptionFontSize: globalTokens.type_scale_02,
|
|
782
785
|
listOptionFontStyle: globalTokens.type_normal,
|
|
783
786
|
listOptionFontWeight: globalTokens.type_regular,
|
|
784
787
|
systemMessageFontColor: globalTokens.hal_grey_s_40,
|
|
785
|
-
|
|
786
|
-
|
|
788
|
+
errorListDialogFontColor: globalTokens.hal_black,
|
|
789
|
+
errorListDialogBackgroundColor: globalTokens.color_red_50,
|
|
790
|
+
errorListDialogBorderColor: globalTokens.hal_red_s_41,
|
|
787
791
|
hoverListOptionBackgroundColor: globalTokens.hal_grey_l_95,
|
|
788
|
-
activeListOptionBackgroundColor: globalTokens.hal_grey_l_80
|
|
792
|
+
activeListOptionBackgroundColor: globalTokens.hal_grey_l_80,
|
|
793
|
+
focusListOptionBorderColor: globalTokens.hal_blue_l_50
|
|
789
794
|
},
|
|
790
795
|
link: {
|
|
791
796
|
fontColor: globalTokens.hal_blue_s_35,
|
|
@@ -889,7 +894,6 @@ var componentTokens = {
|
|
|
889
894
|
labelFontWeight: globalTokens.type_semibold,
|
|
890
895
|
labelLineHeight: globalTokens.type_leading_loose_01,
|
|
891
896
|
optionalLabelFontWeight: globalTokens.type_regular,
|
|
892
|
-
// new
|
|
893
897
|
helperTextFontColor: globalTokens.hal_black,
|
|
894
898
|
helperTextFontSize: globalTokens.type_scale_01,
|
|
895
899
|
helperTextFontStyle: globalTokens.type_normal,
|
|
@@ -901,7 +905,6 @@ var componentTokens = {
|
|
|
901
905
|
valueFontStyle: globalTokens.type_normal,
|
|
902
906
|
valueFontWeight: globalTokens.type_regular,
|
|
903
907
|
actionIconColor: globalTokens.hal_black,
|
|
904
|
-
// new
|
|
905
908
|
hoverActionIconColor: globalTokens.hal_black,
|
|
906
909
|
activeActionIconColor: globalTokens.hal_black,
|
|
907
910
|
actionBackgroundColor: globalTokens.transparent,
|
|
@@ -920,14 +923,10 @@ var componentTokens = {
|
|
|
920
923
|
listGroupItemFontWeight: globalTokens.type_semibold,
|
|
921
924
|
listItemDividerColor: globalTokens.hal_grey_l_90,
|
|
922
925
|
focusListItemBorderColor: globalTokens.hal_blue_l_50,
|
|
923
|
-
// new
|
|
924
926
|
systemMessageFontColor: globalTokens.hal_grey_s_40,
|
|
925
|
-
// new
|
|
926
927
|
collapseIndicatorColor: globalTokens.hal_black,
|
|
927
928
|
itemListBackgroundColor: globalTokens.hal_white,
|
|
928
|
-
// new
|
|
929
929
|
itemListBorderColor: globalTokens.hal_grey_l_75,
|
|
930
|
-
// new
|
|
931
930
|
selectedListItemBackgroundColor: globalTokens.hal_blue_l_95,
|
|
932
931
|
selectedHoverListItemBackgroundColor: globalTokens.color_blue_200,
|
|
933
932
|
selectedActiveListItemBackgroundColor: globalTokens.hal_blue_l_80,
|
|
@@ -935,24 +934,17 @@ var componentTokens = {
|
|
|
935
934
|
unselectedHoverListItemBackgroundColor: globalTokens.hal_grey_l_95,
|
|
936
935
|
unselectedActiveListItemBackgroundColor: globalTokens.hal_grey_l_90,
|
|
937
936
|
selectionIndicatorFontColor: globalTokens.hal_black,
|
|
938
|
-
|
|
939
|
-
selectionIndicatorFontSize: "11px",
|
|
940
|
-
// new
|
|
937
|
+
selectionIndicatorFontSize: "12px",
|
|
941
938
|
selectionIndicatorFontStyle: globalTokens.type_regular,
|
|
942
|
-
// new
|
|
943
939
|
selectionIndicatorFontWeight: globalTokens.type_normal,
|
|
944
|
-
// new
|
|
945
940
|
selectionIndicatorBorderColor: globalTokens.hal_grey_l_75,
|
|
946
941
|
selectionIndicatorBackgroundColor: globalTokens.color_grey_50,
|
|
947
942
|
enabledSelectionIndicatorActionBackgroundColor: globalTokens.transparent,
|
|
948
943
|
enabledSelectionIndicatorActionIconColor: globalTokens.hal_black,
|
|
949
|
-
// new
|
|
950
944
|
hoverSelectionIndicatorActionBackgroundColor: globalTokens.hal_grey_l_95,
|
|
951
945
|
hoverSelectionIndicatorActionIconColor: globalTokens.hal_black,
|
|
952
|
-
// new
|
|
953
946
|
activeSelectionIndicatorActionBackgroundColor: globalTokens.hal_grey_l_80,
|
|
954
|
-
activeSelectionIndicatorActionIconColor: globalTokens.hal_black
|
|
955
|
-
|
|
947
|
+
activeSelectionIndicatorActionIconColor: globalTokens.hal_black
|
|
956
948
|
},
|
|
957
949
|
V3Select: {
|
|
958
950
|
fontFamily: globalTokens.type_sans,
|
|
@@ -1306,7 +1298,7 @@ var componentTokens = {
|
|
|
1306
1298
|
helperTextLineHeight: globalTokens.type_leading_normal,
|
|
1307
1299
|
disabledHelperTextFontColor: globalTokens.hal_grey_l_60,
|
|
1308
1300
|
disabledHelperTextFontColorOnDark: globalTokens.hal_grey_l_60,
|
|
1309
|
-
placeholderFontColor: "#
|
|
1301
|
+
placeholderFontColor: "#000000b3",
|
|
1310
1302
|
placeholderFontColorOnDark: globalTokens.hal_grey_l_95,
|
|
1311
1303
|
disabledPlaceholderFontColor: globalTokens.hal_grey_l_60,
|
|
1312
1304
|
disabledPlaceholderFontColorOnDark: globalTokens.hal_grey_l_60,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -572,7 +572,7 @@ var DragDropArea = _styledComponents["default"].div(_templateObject4(), function
|
|
|
572
572
|
}, function (props) {
|
|
573
573
|
return !props.isDragging ? props.theme.dropBorderStyle : "solid";
|
|
574
574
|
}, function (props) {
|
|
575
|
-
return props.isDragging && props.theme.
|
|
575
|
+
return props.isDragging && props.theme.dragoverDropBackgroundColor;
|
|
576
576
|
}, function (props) {
|
|
577
577
|
return props.disabled ? props.theme.disabledDropBorderColor : props.isDragging ? props.theme.focusDropBorderColor : props.theme.dropBorderColor;
|
|
578
578
|
}, function (props) {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/{dist/main.js → main.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxc-technology/halstack-react",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-f7f591a",
|
|
4
4
|
"description": "DXC Halstack React components library",
|
|
5
5
|
"repository": "dxc-technology/halstack-react",
|
|
6
6
|
"homepage": "http://developer.dxc.com/tools/react",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"email": "DigitalInsurance@dxc.com",
|
|
11
11
|
"url": "https://dxc.com"
|
|
12
12
|
},
|
|
13
|
-
"main": "./
|
|
14
|
-
"types": "./
|
|
13
|
+
"main": "./main.js",
|
|
14
|
+
"types": "./main.d.ts",
|
|
15
15
|
"peerDependencies": {
|
|
16
16
|
"react": "^17.0.1",
|
|
17
17
|
"react-dom": "^17.0.1",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"scripts": {
|
|
36
36
|
"test": "jest",
|
|
37
37
|
"test:watch": "npm test -- --watch --coverage",
|
|
38
|
-
"build": "babel src --out-dir dist --copy-files --verbose && node ../scripts/build/copy-readme.js",
|
|
39
|
-
"build:watch": "babel src --watch --out-dir dist --copy-files --verbose",
|
|
38
|
+
"build": "babel src --out-dir ../dist --copy-files --verbose && node ../scripts/build/copy-readme.js",
|
|
39
|
+
"build:watch": "babel src --watch --out-dir ../dist --copy-files --verbose",
|
|
40
40
|
"storybook": "start-storybook -p 6006",
|
|
41
41
|
"build-storybook": "build-storybook"
|
|
42
42
|
},
|
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
"eslint-plugin-storybook": "^0.5.5",
|
|
69
69
|
"identity-obj-proxy": "^3.0.0",
|
|
70
70
|
"jest": "^25.5.4",
|
|
71
|
-
"react": "
|
|
72
|
-
"react-dom": "
|
|
73
|
-
"
|
|
74
|
-
"
|
|
71
|
+
"react": "^17.0.1",
|
|
72
|
+
"react-dom": "^17.0.1",
|
|
73
|
+
"styled-components": "^5.0.1",
|
|
74
|
+
"react-test-renderer": "^16.8.6"
|
|
75
75
|
},
|
|
76
76
|
"jest": {
|
|
77
77
|
"moduleNameMapper": {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -32,7 +32,7 @@ var _Paginator = _interopRequireDefault(require("../paginator/Paginator"));
|
|
|
32
32
|
var _useTheme = _interopRequireDefault(require("../useTheme.js"));
|
|
33
33
|
|
|
34
34
|
function _templateObject9() {
|
|
35
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n font-size: ", ";\n margin: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n
|
|
35
|
+
var data = (0, _taggedTemplateLiteral2["default"])(["\n font-size: ", ";\n margin: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n"]);
|
|
36
36
|
|
|
37
37
|
_templateObject9 = function _templateObject9() {
|
|
38
38
|
return data;
|
|
File without changes
|