@skbkontur/react-ui 4.5.3-theme2022.0 → 4.6.0
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/CHANGELOG.md +22 -0
- package/LICENSE +21 -21
- package/cjs/components/Button/Button.d.ts +1 -10
- package/cjs/components/Button/Button.js +3 -81
- package/cjs/components/Button/Button.js.map +1 -1
- package/cjs/components/Button/Button.mixins.js +4 -5
- package/cjs/components/Button/Button.mixins.js.map +1 -1
- package/cjs/components/Button/Button.styles.d.ts +0 -23
- package/cjs/components/Button/Button.styles.js +73 -331
- package/cjs/components/Button/Button.styles.js.map +1 -1
- package/cjs/components/Checkbox/Checkbox.js +1 -1
- package/cjs/components/Checkbox/Checkbox.js.map +1 -1
- package/cjs/components/Checkbox/Checkbox.styles.d.ts +1 -1
- package/cjs/components/Checkbox/Checkbox.styles.js +4 -6
- package/cjs/components/Checkbox/Checkbox.styles.js.map +1 -1
- package/cjs/components/CurrencyInput/CurrencyHelper.js +1 -1
- package/cjs/components/CurrencyInput/CurrencyHelper.js.map +1 -1
- package/cjs/components/CurrencyInput/constants.d.ts +3 -0
- package/cjs/components/CurrencyInput/constants.js +6 -2
- package/cjs/components/CurrencyInput/constants.js.map +1 -1
- package/cjs/components/CurrencyLabel/CurrencyLabel.d.ts +3 -1
- package/cjs/components/CurrencyLabel/CurrencyLabel.js +6 -3
- package/cjs/components/CurrencyLabel/CurrencyLabel.js.map +1 -1
- package/cjs/components/CurrencyLabel/CurrencyLabel.md +29 -23
- package/cjs/components/DropdownMenu/DropdownMenu.md +38 -0
- package/cjs/components/Gapped/Gapped.md +43 -43
- package/cjs/components/Input/Input.js +6 -1
- package/cjs/components/Input/Input.js.map +1 -1
- package/cjs/components/Link/Link.d.ts +0 -3
- package/cjs/components/Link/Link.js +8 -31
- package/cjs/components/Link/Link.js.map +1 -1
- package/cjs/components/Link/Link.mixins.d.ts +0 -1
- package/cjs/components/Link/Link.mixins.js +6 -44
- package/cjs/components/Link/Link.mixins.js.map +1 -1
- package/cjs/components/Link/Link.styles.d.ts +0 -6
- package/cjs/components/Link/Link.styles.js +17 -86
- package/cjs/components/Link/Link.styles.js.map +1 -1
- package/cjs/components/MenuItem/MenuItem.d.ts +6 -0
- package/cjs/components/MenuItem/MenuItem.js +12 -2
- package/cjs/components/MenuItem/MenuItem.js.map +1 -1
- package/cjs/components/MenuSeparator/MenuSeparator.styles.js +2 -2
- package/cjs/components/MenuSeparator/MenuSeparator.styles.js.map +1 -1
- package/cjs/components/Modal/Modal.styles.d.ts +0 -3
- package/cjs/components/Modal/Modal.styles.js +10 -32
- package/cjs/components/Modal/Modal.styles.js.map +1 -1
- package/cjs/components/Modal/ModalFooter.js +2 -6
- package/cjs/components/Modal/ModalFooter.js.map +1 -1
- package/cjs/components/Modal/ModalHeader.js +3 -9
- package/cjs/components/Modal/ModalHeader.js.map +1 -1
- package/cjs/components/PasswordInput/PasswordInput.md +9 -9
- package/cjs/components/RadioGroup/RadioGroup.md +43 -43
- package/cjs/components/SidePage/SidePage.d.ts +5 -0
- package/cjs/components/SidePage/SidePage.js +9 -1
- package/cjs/components/SidePage/SidePage.js.map +1 -1
- package/cjs/components/SidePage/SidePageBody.d.ts +1 -0
- package/cjs/components/SidePage/SidePageBody.js +11 -6
- package/cjs/components/SidePage/SidePageBody.js.map +1 -1
- package/cjs/components/Token/Token.md +112 -112
- package/cjs/internal/InternalMenu/InternalMenu.d.ts +1 -0
- package/cjs/internal/InternalMenu/InternalMenu.js +24 -8
- package/cjs/internal/InternalMenu/InternalMenu.js.map +1 -1
- package/cjs/internal/InternalMenu/InternalMenu.styles.d.ts +5 -4
- package/cjs/internal/InternalMenu/InternalMenu.styles.js +14 -18
- package/cjs/internal/InternalMenu/InternalMenu.styles.js.map +1 -1
- package/cjs/internal/Menu/Menu.styles.js +2 -1
- package/cjs/internal/Menu/Menu.styles.js.map +1 -1
- package/cjs/internal/ThemeShowcase/ThemeShowcase.md +13 -13
- package/cjs/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
- package/cjs/internal/icons/16px/index.d.ts +0 -3
- package/cjs/internal/icons/16px/index.js +8 -22
- package/cjs/internal/icons/16px/index.js.map +1 -1
- package/cjs/internal/themes/DefaultTheme.d.ts +0 -40
- package/cjs/internal/themes/DefaultTheme.js +3 -84
- package/cjs/internal/themes/DefaultTheme.js.map +1 -1
- package/cjs/internal/themes/Theme2022.d.ts +4 -60
- package/cjs/internal/themes/Theme2022.js +63 -156
- package/cjs/internal/themes/Theme2022.js.map +1 -1
- package/cjs/internal/themes/Theme2022Dark.d.ts +0 -9
- package/cjs/internal/themes/Theme2022Dark.js +1 -15
- package/cjs/internal/themes/Theme2022Dark.js.map +1 -1
- package/cjs/lib/theming/ThemeHelpers.d.ts +0 -3
- package/cjs/lib/theming/ThemeHelpers.js +1 -17
- package/cjs/lib/theming/ThemeHelpers.js.map +1 -1
- package/cjs/lib/theming/themes/Theme2022.js +1 -2
- package/cjs/lib/theming/themes/Theme2022.js.map +1 -1
- package/cjs/lib/utils.d.ts +1 -1
- package/cjs/lib/utils.js +2 -3
- package/cjs/lib/utils.js.map +1 -1
- package/cjs/typings/utility-types.d.ts +1 -1
- package/components/Button/Button/Button.js +11 -61
- package/components/Button/Button/Button.js.map +1 -1
- package/components/Button/Button.d.ts +1 -10
- package/components/Button/Button.mixins/Button.mixins.js +2 -2
- package/components/Button/Button.mixins/Button.mixins.js.map +1 -1
- package/components/Button/Button.styles/Button.styles.js +62 -130
- package/components/Button/Button.styles/Button.styles.js.map +1 -1
- package/components/Button/Button.styles.d.ts +0 -23
- package/components/Checkbox/Checkbox/Checkbox.js +1 -1
- package/components/Checkbox/Checkbox/Checkbox.js.map +1 -1
- package/components/Checkbox/Checkbox.styles/Checkbox.styles.js +2 -2
- package/components/Checkbox/Checkbox.styles/Checkbox.styles.js.map +1 -1
- package/components/Checkbox/Checkbox.styles.d.ts +1 -1
- package/components/CurrencyInput/CurrencyHelper/CurrencyHelper.js +3 -3
- package/components/CurrencyInput/CurrencyHelper/CurrencyHelper.js.map +1 -1
- package/components/CurrencyInput/constants/constants.js +4 -1
- package/components/CurrencyInput/constants/constants.js.map +1 -1
- package/components/CurrencyInput/constants.d.ts +3 -0
- package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js +5 -2
- package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js.map +1 -1
- package/components/CurrencyLabel/CurrencyLabel.d.ts +3 -1
- package/components/CurrencyLabel/CurrencyLabel.md +29 -23
- package/components/DropdownMenu/DropdownMenu.md +38 -0
- package/components/Gapped/Gapped.md +43 -43
- package/components/Input/Input/Input.js +18 -5
- package/components/Input/Input/Input.js.map +1 -1
- package/components/Link/Link/Link.js +4 -26
- package/components/Link/Link/Link.js.map +1 -1
- package/components/Link/Link.d.ts +0 -3
- package/components/Link/Link.mixins/Link.mixins.js +3 -11
- package/components/Link/Link.mixins/Link.mixins.js.map +1 -1
- package/components/Link/Link.mixins.d.ts +0 -1
- package/components/Link/Link.styles/Link.styles.js +14 -26
- package/components/Link/Link.styles/Link.styles.js.map +1 -1
- package/components/Link/Link.styles.d.ts +0 -6
- package/components/MenuItem/MenuItem/MenuItem.js +7 -2
- package/components/MenuItem/MenuItem/MenuItem.js.map +1 -1
- package/components/MenuItem/MenuItem.d.ts +6 -0
- package/components/MenuSeparator/MenuSeparator.styles/MenuSeparator.styles.js +1 -1
- package/components/MenuSeparator/MenuSeparator.styles/MenuSeparator.styles.js.map +1 -1
- package/components/Modal/Modal.styles/Modal.styles.js +5 -14
- package/components/Modal/Modal.styles/Modal.styles.js.map +1 -1
- package/components/Modal/Modal.styles.d.ts +0 -3
- package/components/Modal/ModalFooter/ModalFooter.js +2 -5
- package/components/Modal/ModalFooter/ModalFooter.js.map +1 -1
- package/components/Modal/ModalHeader/ModalHeader.js +2 -5
- package/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
- package/components/PasswordInput/PasswordInput.md +9 -9
- package/components/RadioGroup/RadioGroup.md +43 -43
- package/components/SidePage/SidePage/SidePage.js +10 -6
- package/components/SidePage/SidePage/SidePage.js.map +1 -1
- package/components/SidePage/SidePage.d.ts +5 -0
- package/components/SidePage/SidePageBody/SidePageBody.js +9 -1
- package/components/SidePage/SidePageBody/SidePageBody.js.map +1 -1
- package/components/SidePage/SidePageBody.d.ts +1 -0
- package/components/Token/Token.md +112 -112
- package/internal/InternalMenu/InternalMenu/InternalMenu.js +24 -6
- package/internal/InternalMenu/InternalMenu/InternalMenu.js.map +1 -1
- package/internal/InternalMenu/InternalMenu.d.ts +1 -0
- package/internal/InternalMenu/InternalMenu.styles/InternalMenu.styles.js +13 -10
- package/internal/InternalMenu/InternalMenu.styles/InternalMenu.styles.js.map +1 -1
- package/internal/InternalMenu/InternalMenu.styles.d.ts +5 -4
- package/internal/Menu/Menu.styles/Menu.styles.js +1 -1
- package/internal/Menu/Menu.styles/Menu.styles.js.map +1 -1
- package/internal/ThemeShowcase/ThemeShowcase.md +13 -13
- package/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
- package/internal/icons/16px/index/index.js +5 -19
- package/internal/icons/16px/index/index.js.map +1 -1
- package/internal/icons/16px/index.d.ts +0 -3
- package/internal/themes/DefaultTheme/DefaultTheme.js +4 -116
- package/internal/themes/DefaultTheme/DefaultTheme.js.map +1 -1
- package/internal/themes/DefaultTheme.d.ts +0 -40
- package/internal/themes/Theme2022/Theme2022.js +4 -90
- package/internal/themes/Theme2022/Theme2022.js.map +1 -1
- package/internal/themes/Theme2022.d.ts +4 -60
- package/internal/themes/Theme2022Dark/Theme2022Dark.js +0 -9
- package/internal/themes/Theme2022Dark/Theme2022Dark.js.map +1 -1
- package/internal/themes/Theme2022Dark.d.ts +0 -9
- package/lib/theming/ThemeHelpers/ThemeHelpers.js +0 -14
- package/lib/theming/ThemeHelpers/ThemeHelpers.js.map +1 -1
- package/lib/theming/ThemeHelpers.d.ts +0 -3
- package/lib/theming/themes/Theme2022/Theme2022.js +1 -2
- package/lib/theming/themes/Theme2022/Theme2022.js.map +1 -1
- package/lib/utils/utils.js +0 -1
- package/lib/utils/utils.js.map +1 -1
- package/lib/utils.d.ts +1 -1
- package/package.json +5 -3
- package/typings/utility-types.d.ts +1 -1
- package/cjs/components/Modal/ModalSeparator.d.ts +0 -5
- package/cjs/components/Modal/ModalSeparator.js +0 -21
- package/cjs/components/Modal/ModalSeparator.js.map +0 -1
- package/cjs/internal/FakeUserActions/FakeUserActions.d.ts +0 -7
- package/cjs/internal/FakeUserActions/FakeUserActions.js +0 -29
- package/cjs/internal/FakeUserActions/FakeUserActions.js.map +0 -1
- package/cjs/internal/FakeUserActions/FakeUserActionsTable.d.ts +0 -6
- package/cjs/internal/FakeUserActions/FakeUserActionsTable.js +0 -216
- package/cjs/internal/FakeUserActions/FakeUserActionsTable.js.map +0 -1
- package/cjs/internal/FakeUserActions/Selectors.d.ts +0 -6
- package/cjs/internal/FakeUserActions/Selectors.js +0 -20
- package/cjs/internal/FakeUserActions/Selectors.js.map +0 -1
- package/cjs/internal/FakeUserActions/hasFakeUserAction.d.ts +0 -3
- package/cjs/internal/FakeUserActions/hasFakeUserAction.js +0 -9
- package/cjs/internal/FakeUserActions/hasFakeUserAction.js.map +0 -1
- package/cjs/internal/icons/16px/BaseIcon.d.ts +0 -8
- package/cjs/internal/icons/16px/BaseIcon.js +0 -33
- package/cjs/internal/icons/16px/BaseIcon.js.map +0 -1
- package/components/Modal/ModalSeparator/ModalSeparator.js +0 -14
- package/components/Modal/ModalSeparator/ModalSeparator.js.map +0 -1
- package/components/Modal/ModalSeparator/package.json +0 -6
- package/components/Modal/ModalSeparator.d.ts +0 -5
- package/internal/FakeUserActions/FakeUserActions/FakeUserActions.js +0 -33
- package/internal/FakeUserActions/FakeUserActions/FakeUserActions.js.map +0 -1
- package/internal/FakeUserActions/FakeUserActions/package.json +0 -6
- package/internal/FakeUserActions/FakeUserActions.d.ts +0 -7
- package/internal/FakeUserActions/FakeUserActionsTable/FakeUserActionsTable.js +0 -171
- package/internal/FakeUserActions/FakeUserActionsTable/FakeUserActionsTable.js.map +0 -1
- package/internal/FakeUserActions/FakeUserActionsTable/package.json +0 -6
- package/internal/FakeUserActions/FakeUserActionsTable.d.ts +0 -6
- package/internal/FakeUserActions/Selectors/Selectors.js +0 -29
- package/internal/FakeUserActions/Selectors/Selectors.js.map +0 -1
- package/internal/FakeUserActions/Selectors/package.json +0 -6
- package/internal/FakeUserActions/Selectors.d.ts +0 -6
- package/internal/FakeUserActions/hasFakeUserAction/hasFakeUserAction.js +0 -6
- package/internal/FakeUserActions/hasFakeUserAction/hasFakeUserAction.js.map +0 -1
- package/internal/FakeUserActions/hasFakeUserAction/package.json +0 -6
- package/internal/FakeUserActions/hasFakeUserAction.d.ts +0 -3
- package/internal/icons/16px/BaseIcon/BaseIcon.js +0 -28
- package/internal/icons/16px/BaseIcon/BaseIcon.js.map +0 -1
- package/internal/icons/16px/BaseIcon/package.json +0 -6
- package/internal/icons/16px/BaseIcon.d.ts +0 -8
|
@@ -2,9 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
var _Mixins = require("../../lib/styles/Mixins");
|
|
4
4
|
var _client = require("../../lib/client");
|
|
5
|
-
var _Selectors = require("../../internal/FakeUserActions/Selectors");
|
|
6
5
|
|
|
7
|
-
var _Button = require("./Button.mixins");var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20, _templateObject21, _templateObject22, _templateObject23, _templateObject24, _templateObject25, _templateObject26, _templateObject27, _templateObject28, _templateObject29, _templateObject30, _templateObject31, _templateObject32, _templateObject33, _templateObject34, _templateObject35, _templateObject36, _templateObject37, _templateObject38, _templateObject39, _templateObject40, _templateObject41, _templateObject42, _templateObject43, _templateObject44, _templateObject45, _templateObject46, _templateObject47, _templateObject48, _templateObject49, _templateObject50, _templateObject51, _templateObject52, _templateObject53, _templateObject54, _templateObject55, _templateObject56, _templateObject57, _templateObject58, _templateObject59, _templateObject60
|
|
6
|
+
var _Button = require("./Button.mixins");var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20, _templateObject21, _templateObject22, _templateObject23, _templateObject24, _templateObject25, _templateObject26, _templateObject27, _templateObject28, _templateObject29, _templateObject30, _templateObject31, _templateObject32, _templateObject33, _templateObject34, _templateObject35, _templateObject36, _templateObject37, _templateObject38, _templateObject39, _templateObject40, _templateObject41, _templateObject42, _templateObject43, _templateObject44, _templateObject45, _templateObject46, _templateObject47, _templateObject48, _templateObject49, _templateObject50, _templateObject51, _templateObject52, _templateObject53, _templateObject54, _templateObject55, _templateObject56, _templateObject57, _templateObject58, _templateObject59, _templateObject60;
|
|
8
7
|
|
|
9
8
|
|
|
10
9
|
|
|
@@ -18,13 +17,12 @@ var globalClasses = (0, _Emotion.prefix)('button')({
|
|
|
18
17
|
arrowHelperTop: 'arrow-helper-top',
|
|
19
18
|
arrowHelperBottom: 'arrow-helper-bottom',
|
|
20
19
|
caption: 'caption',
|
|
21
|
-
text: 'text',
|
|
22
20
|
innerShadow: 'inner-shadow' });exports.globalClasses = globalClasses;
|
|
23
21
|
|
|
24
22
|
|
|
25
23
|
var styles = (0, _Emotion.memoizeStyle)({
|
|
26
24
|
root: function root(t) {
|
|
27
|
-
return (0, _Emotion.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteralLoose2.default)(["\n ", ";\n ", ";\n\n background-clip: ", ";\n background-position: center;\n background-repeat: no-repeat;\n background-size: contain;\n cursor: pointer;\n display: inline-block;\n position: relative;\n text-align: center;\n width: 100%;\n height: 100%; // fix height in ie11\n\n .", " {\n content: '';\n border-radius: inherit;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n }\n\n &::-moz-focus-inner {\n border: 0;\n padding: 0;\n }\n &::after {\n content: '';\n display: inline-block;\n vertical-align: baseline;\n width: 0;\n }\n "])),
|
|
25
|
+
return (0, _Emotion.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteralLoose2.default)(["\n ", ";\n ", ";\n\n background-clip: ", ";\n background-position: center;\n background-repeat: no-repeat;\n background-size: contain;\n cursor: pointer;\n display: inline-block;\n position: relative;\n text-align: center;\n width: 100%;\n height: 100%; // fix height in ie11\n\n .", " {\n content: '';\n border-radius: inherit;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n }\n\n &::-moz-focus-inner {\n border: 0;\n padding: 0;\n }\n &::after {\n content: '';\n display: inline-block;\n vertical-align: baseline;\n width: 0;\n }\n\n &:active:enabled .", " {\n transform: translateY(1px);\n }\n "])),
|
|
28
26
|
(0, _Mixins.resetButton)(),
|
|
29
27
|
(0, _Mixins.resetText)(),
|
|
30
28
|
|
|
@@ -39,18 +37,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
39
37
|
|
|
40
38
|
|
|
41
39
|
|
|
42
|
-
globalClasses.innerShadow
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
40
|
+
globalClasses.innerShadow,
|
|
54
41
|
|
|
55
42
|
|
|
56
43
|
|
|
@@ -60,58 +47,25 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
60
47
|
|
|
61
48
|
|
|
62
49
|
|
|
63
|
-
},
|
|
64
50
|
|
|
65
|
-
withArrowIconRightSmall: function withArrowIconRightSmall(t) {
|
|
66
|
-
return (0, _Emotion.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-right: calc(", " + ", " + ", ");\n "])),
|
|
67
|
-
t.btnIconSizeSmall, t.btnWithIconPaddingLeftSmall, t.btnWithIconPaddingLeftSmall);
|
|
68
51
|
|
|
69
|
-
},
|
|
70
52
|
|
|
71
|
-
withArrowIconRightMedium: function withArrowIconRightMedium(t) {
|
|
72
|
-
return (0, _Emotion.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-right: calc(\n ", " + ", " + ", "\n );\n "])),
|
|
73
53
|
|
|
74
|
-
t.btnIconSizeMedium, t.btnWithIconPaddingLeftMedium, t.btnWithIconPaddingLeftMedium);
|
|
75
54
|
|
|
76
55
|
|
|
77
|
-
},
|
|
78
56
|
|
|
79
|
-
withArrowIconRightLarge: function withArrowIconRightLarge(t) {
|
|
80
|
-
return (0, _Emotion.css)(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-right: calc(", " + ", " + ", ");\n "])),
|
|
81
|
-
t.btnIconSizeLarge, t.btnWithIconPaddingLeftLarge, t.btnWithIconPaddingLeftLarge);
|
|
82
57
|
|
|
83
|
-
},
|
|
84
58
|
|
|
85
|
-
withArrowIconLeftSmall: function withArrowIconLeftSmall(t) {
|
|
86
|
-
return (0, _Emotion.css)(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-left: calc(", " + ", " + ", ");\n "])),
|
|
87
|
-
t.btnIconSizeSmall, t.btnWithIconPaddingLeftSmall, t.btnWithIconPaddingLeftSmall);
|
|
88
59
|
|
|
89
|
-
},
|
|
90
60
|
|
|
91
|
-
|
|
92
|
-
return (0, _Emotion.css)(_templateObject6 || (_templateObject6 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-left: calc(\n ", " + ", " + ", "\n );\n "])),
|
|
93
|
-
|
|
94
|
-
t.btnIconSizeMedium, t.btnWithIconPaddingLeftMedium, t.btnWithIconPaddingLeftMedium);
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
},
|
|
98
|
-
|
|
99
|
-
withArrowIconLeftLarge: function withArrowIconLeftLarge(t) {
|
|
100
|
-
return (0, _Emotion.css)(_templateObject7 || (_templateObject7 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-left: calc(", " + ", " + ", ");\n "])),
|
|
101
|
-
t.btnIconSizeLarge, t.btnWithIconPaddingLeftLarge, t.btnWithIconPaddingLeftLarge);
|
|
102
|
-
|
|
103
|
-
},
|
|
104
|
-
|
|
105
|
-
simulatedPress: function simulatedPress() {
|
|
106
|
-
return (0, _Emotion.css)(_templateObject8 || (_templateObject8 = (0, _taggedTemplateLiteralLoose2.default)(["\n &:active .", ", ", " {\n transform: translateY(1px);\n }\n "])),
|
|
107
|
-
globalClasses.caption, _Selectors.fakeActive + " & ." + globalClasses.caption);
|
|
61
|
+
globalClasses.caption);
|
|
108
62
|
|
|
109
63
|
|
|
110
64
|
|
|
111
65
|
},
|
|
112
66
|
|
|
113
67
|
outline: function outline() {
|
|
114
|
-
return (0, _Emotion.css)(
|
|
68
|
+
return (0, _Emotion.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteralLoose2.default)(["\n border-radius: inherit;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n "])));
|
|
115
69
|
|
|
116
70
|
|
|
117
71
|
|
|
@@ -122,20 +76,20 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
122
76
|
},
|
|
123
77
|
|
|
124
78
|
outlineWarning: function outlineWarning(t) {
|
|
125
|
-
return (0, _Emotion.css)(
|
|
79
|
+
return (0, _Emotion.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteralLoose2.default)(["\n box-shadow: 0 0 0 ", " ", ",\n inset 0 0 0 ", " ", ";\n "])),
|
|
126
80
|
t.btnOutlineWidth, t.btnBorderColorWarning,
|
|
127
81
|
t.btnInsetWidth, t.btnInsetColor);
|
|
128
82
|
|
|
129
83
|
},
|
|
130
84
|
|
|
131
85
|
outlineError: function outlineError(t) {
|
|
132
|
-
return (0, _Emotion.css)(
|
|
86
|
+
return (0, _Emotion.css)(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteralLoose2.default)(["\n box-shadow: 0 0 0 ", " ", ", inset 0 0 0 ", " ", ";\n "])),
|
|
133
87
|
t.btnOutlineWidth, t.btnBorderColorError, t.btnInsetWidth, t.btnInsetColor);
|
|
134
88
|
|
|
135
89
|
},
|
|
136
90
|
|
|
137
91
|
outlineLink: function outlineLink() {
|
|
138
|
-
return (0, _Emotion.css)(
|
|
92
|
+
return (0, _Emotion.css)(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteralLoose2.default)(["\n box-shadow: none;\n left: -2px;\n right: -2px;\n bottom: -2px;\n "])));
|
|
139
93
|
|
|
140
94
|
|
|
141
95
|
|
|
@@ -144,19 +98,19 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
144
98
|
},
|
|
145
99
|
|
|
146
100
|
outlineLinkWarning: function outlineLinkWarning(t) {
|
|
147
|
-
return (0, _Emotion.css)(
|
|
101
|
+
return (0, _Emotion.css)(_templateObject6 || (_templateObject6 = (0, _taggedTemplateLiteralLoose2.default)(["\n background-color: ", ";\n "])),
|
|
148
102
|
t.btnWarningSecondary);
|
|
149
103
|
|
|
150
104
|
},
|
|
151
105
|
|
|
152
106
|
outlineLinkError: function outlineLinkError(t) {
|
|
153
|
-
return (0, _Emotion.css)(
|
|
107
|
+
return (0, _Emotion.css)(_templateObject7 || (_templateObject7 = (0, _taggedTemplateLiteralLoose2.default)(["\n background-color: ", ";\n "])),
|
|
154
108
|
t.btnErrorSecondary);
|
|
155
109
|
|
|
156
110
|
},
|
|
157
111
|
|
|
158
112
|
sizeSmall: function sizeSmall(t) {
|
|
159
|
-
return (0, _Emotion.css)(
|
|
113
|
+
return (0, _Emotion.css)(_templateObject8 || (_templateObject8 = (0, _taggedTemplateLiteralLoose2.default)(["\n border-radius: ", ";\n\n ", ";\n "])),
|
|
160
114
|
t.btnBorderRadiusSmall,
|
|
161
115
|
|
|
162
116
|
(0, _Button.buttonSizeMixin)(
|
|
@@ -170,7 +124,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
170
124
|
},
|
|
171
125
|
|
|
172
126
|
sizeSmallIE11: function sizeSmallIE11(t) {
|
|
173
|
-
return (0, _Emotion.css)(
|
|
127
|
+
return (0, _Emotion.css)(_templateObject9 || (_templateObject9 = (0, _taggedTemplateLiteralLoose2.default)(["\n ", ";\n "])),
|
|
174
128
|
(0, _Button.buttonSizeMixinIE11)(
|
|
175
129
|
t.btnFontSizeSmall,
|
|
176
130
|
t.btnPaddingXSmall,
|
|
@@ -181,7 +135,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
181
135
|
},
|
|
182
136
|
|
|
183
137
|
sizeMedium: function sizeMedium(t) {
|
|
184
|
-
return (0, _Emotion.css)(
|
|
138
|
+
return (0, _Emotion.css)(_templateObject10 || (_templateObject10 = (0, _taggedTemplateLiteralLoose2.default)(["\n border-radius: ", ";\n\n ", ";\n "])),
|
|
185
139
|
t.btnBorderRadiusMedium,
|
|
186
140
|
|
|
187
141
|
(0, _Button.buttonSizeMixin)(
|
|
@@ -195,7 +149,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
195
149
|
},
|
|
196
150
|
|
|
197
151
|
sizeMediumIE11: function sizeMediumIE11(t) {
|
|
198
|
-
return (0, _Emotion.css)(
|
|
152
|
+
return (0, _Emotion.css)(_templateObject11 || (_templateObject11 = (0, _taggedTemplateLiteralLoose2.default)(["\n ", ";\n "])),
|
|
199
153
|
(0, _Button.buttonSizeMixinIE11)(
|
|
200
154
|
t.btnFontSizeMedium,
|
|
201
155
|
t.btnPaddingXMedium,
|
|
@@ -206,7 +160,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
206
160
|
},
|
|
207
161
|
|
|
208
162
|
sizeLarge: function sizeLarge(t) {
|
|
209
|
-
return (0, _Emotion.css)(
|
|
163
|
+
return (0, _Emotion.css)(_templateObject12 || (_templateObject12 = (0, _taggedTemplateLiteralLoose2.default)(["\n border-radius: ", ";\n\n ", ";\n "])),
|
|
210
164
|
t.btnBorderRadiusLarge,
|
|
211
165
|
|
|
212
166
|
(0, _Button.buttonSizeMixin)(
|
|
@@ -220,7 +174,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
220
174
|
},
|
|
221
175
|
|
|
222
176
|
sizeLargeIE11: function sizeLargeIE11(t) {
|
|
223
|
-
return (0, _Emotion.css)(
|
|
177
|
+
return (0, _Emotion.css)(_templateObject13 || (_templateObject13 = (0, _taggedTemplateLiteralLoose2.default)(["\n ", ";\n "])),
|
|
224
178
|
(0, _Button.buttonSizeMixinIE11)(
|
|
225
179
|
t.btnFontSizeLarge,
|
|
226
180
|
t.btnPaddingXLarge,
|
|
@@ -230,26 +184,8 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
230
184
|
|
|
231
185
|
},
|
|
232
186
|
|
|
233
|
-
sizeSmallWithIcon: function sizeSmallWithIcon(t) {
|
|
234
|
-
return (0, _Emotion.css)(_templateObject21 || (_templateObject21 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-left: ", ";\n "])),
|
|
235
|
-
t.btnWithIconPaddingLeftSmall);
|
|
236
|
-
|
|
237
|
-
},
|
|
238
|
-
|
|
239
|
-
sizeMediumWithIcon: function sizeMediumWithIcon(t) {
|
|
240
|
-
return (0, _Emotion.css)(_templateObject22 || (_templateObject22 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-left: ", ";\n "])),
|
|
241
|
-
t.btnWithIconPaddingLeftMedium);
|
|
242
|
-
|
|
243
|
-
},
|
|
244
|
-
|
|
245
|
-
sizeLargeWithIcon: function sizeLargeWithIcon(t) {
|
|
246
|
-
return (0, _Emotion.css)(_templateObject23 || (_templateObject23 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-left: ", ";\n "])),
|
|
247
|
-
t.btnWithIconPaddingLeftLarge);
|
|
248
|
-
|
|
249
|
-
},
|
|
250
|
-
|
|
251
187
|
link: function link(t) {
|
|
252
|
-
return (0, _Emotion.css)(
|
|
188
|
+
return (0, _Emotion.css)(_templateObject14 || (_templateObject14 = (0, _taggedTemplateLiteralLoose2.default)(["\n background: none;\n border-radius: ", ";\n border: none;\n box-shadow: none;\n white-space: nowrap;\n color: ", ";\n display: inline;\n line-height: inherit !important; // override size mixin\n margin: 0;\n padding: 0 !important; // override size mixin\n height: auto !important; // override size mixin\n\n &:hover:enabled {\n color: ", ";\n text-decoration: ", ";\n }\n &:active:enabled {\n ", "\n }\n "])),
|
|
253
189
|
|
|
254
190
|
t.btnLinkBorderRadius,
|
|
255
191
|
|
|
@@ -263,96 +199,37 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
263
199
|
|
|
264
200
|
|
|
265
201
|
|
|
266
|
-
|
|
267
|
-
_Selectors.fakeHover,
|
|
268
|
-
_Selectors.fakeActive,
|
|
269
202
|
t.btnLinkHoverColor,
|
|
270
203
|
t.btnLinkHoverTextDecoration,
|
|
271
204
|
|
|
272
205
|
|
|
273
|
-
|
|
274
|
-
_Selectors.fakeActive,
|
|
275
206
|
activeStyles.link(t));
|
|
276
207
|
|
|
277
208
|
|
|
278
209
|
},
|
|
279
210
|
|
|
280
211
|
linkFocus: function linkFocus(t) {
|
|
281
|
-
return (0, _Emotion.css)(
|
|
282
|
-
|
|
212
|
+
return (0, _Emotion.css)(_templateObject15 || (_templateObject15 = (0, _taggedTemplateLiteralLoose2.default)(["\n color: ", ";\n text-decoration: ", ";\n "])),
|
|
283
213
|
t.btnLinkColor,
|
|
284
214
|
t.btnLinkHoverTextDecoration);
|
|
285
215
|
|
|
286
|
-
|
|
287
216
|
},
|
|
288
217
|
|
|
289
218
|
linkDisabled: function linkDisabled(t) {
|
|
290
|
-
return (0, _Emotion.css)(
|
|
219
|
+
return (0, _Emotion.css)(_templateObject16 || (_templateObject16 = (0, _taggedTemplateLiteralLoose2.default)(["\n cursor: default;\n pointer-events: none;\n\n &,\n &:hover:enabled,\n &:active:enabled {\n color: ", ";\n }\n "])),
|
|
291
220
|
|
|
292
221
|
|
|
293
222
|
|
|
294
223
|
|
|
295
224
|
|
|
296
225
|
|
|
297
|
-
t.btnLinkDisabledColor);
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
},
|
|
301
|
-
|
|
302
|
-
linkLine: function linkLine(t) {
|
|
303
|
-
return (0, _Emotion.css)(_templateObject27 || (_templateObject27 = (0, _taggedTemplateLiteralLoose2.default)(["\n & .", " {\n position: relative;\n }\n\n & .", ":before {\n content: '';\n position: absolute;\n height: 0;\n width: 100%;\n bottom: ", ";\n border-bottom-color: ", ";\n border-bottom-style: ", ";\n border-bottom-width: ", ";\n }\n\n &:hover\n .", ":before,\n &:focus\n .", ":before,\n ", ",\n ", " {\n border-bottom-color: ", ";\n }\n\n &:active .", ":before, ", " {\n border-bottom-color: ", ";\n }\n "])),
|
|
304
|
-
globalClasses.text,
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
globalClasses.text,
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
t.btnLinkLineBottom,
|
|
314
|
-
t.btnLinkLineBorderBottomColor,
|
|
315
|
-
t.btnLinkLineBorderBottomStyle,
|
|
316
|
-
t.btnLinkLineBorderBottomWidth,
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
globalClasses.text,
|
|
321
|
-
|
|
322
|
-
globalClasses.text,
|
|
323
|
-
_Selectors.fakeHover + " & ." + globalClasses.text + ":before",
|
|
324
|
-
_Selectors.fakeFocus + " & ." + globalClasses.text + ":before",
|
|
325
|
-
t.btnLinkLineHoverBorderBottomColor,
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
globalClasses.text, _Selectors.fakeActive + " & ." + globalClasses.text + ":before",
|
|
329
|
-
t.btnLinkLineActiveBorderBottomColor);
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
},
|
|
333
|
-
|
|
334
|
-
linkLineFocus: function linkLineFocus(t) {
|
|
335
|
-
return (0, _Emotion.css)(_templateObject28 || (_templateObject28 = (0, _taggedTemplateLiteralLoose2.default)(["\n & .", ":before {\n border-bottom-color: ", ";\n }\n "])),
|
|
336
|
-
globalClasses.text,
|
|
337
|
-
t.btnLinkLineHoverBorderBottomColor);
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
},
|
|
341
|
-
|
|
342
|
-
linkLineDisabled: function linkLineDisabled(t) {
|
|
343
|
-
return (0, _Emotion.css)(_templateObject29 || (_templateObject29 = (0, _taggedTemplateLiteralLoose2.default)(["\n cursor: default;\n pointer-events: none;\n color: ", ";\n\n & .", ":before {\n border-bottom-color: ", ";\n }\n "])),
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
t.btnLinkDisabledColor,
|
|
347
|
-
|
|
348
|
-
globalClasses.text,
|
|
349
226
|
t.btnLinkDisabledColor);
|
|
350
227
|
|
|
351
228
|
|
|
352
229
|
},
|
|
353
230
|
|
|
354
231
|
focus: function focus(t) {
|
|
355
|
-
return (0, _Emotion.css)(
|
|
232
|
+
return (0, _Emotion.css)(_templateObject17 || (_templateObject17 = (0, _taggedTemplateLiteralLoose2.default)(["\n position: relative;\n z-index: 2;\n\n &,\n &:hover:enabled,\n &:active:enabled,\n &:active:hover:enabled {\n box-shadow: inset 0 0 0 ", " ", ",\n 0 0 0 ", " ", ";\n }\n "])),
|
|
356
233
|
|
|
357
234
|
|
|
358
235
|
|
|
@@ -360,7 +237,6 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
360
237
|
|
|
361
238
|
|
|
362
239
|
|
|
363
|
-
_Selectors.fakeFocus,
|
|
364
240
|
t.btnInsetWidth, t.btnOutlineColorFocus,
|
|
365
241
|
t.btnFocusShadowWidth, t.btnBorderColorFocus);
|
|
366
242
|
|
|
@@ -368,7 +244,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
368
244
|
},
|
|
369
245
|
|
|
370
246
|
disabled: function disabled(t) {
|
|
371
|
-
return (0, _Emotion.css)(
|
|
247
|
+
return (0, _Emotion.css)(_templateObject18 || (_templateObject18 = (0, _taggedTemplateLiteralLoose2.default)(["\n cursor: default;\n pointer-events: none;\n box-shadow: 0 0 0 ", " ", ";\n\n background-image: none;\n background-color: ", ";\n color: ", ";\n\n .", " {\n box-shadow: ", " 0 0 0 ", ";\n }\n "])),
|
|
372
248
|
|
|
373
249
|
|
|
374
250
|
t.btnBorderWidth, t.btnDisabledBorderColor,
|
|
@@ -384,7 +260,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
384
260
|
},
|
|
385
261
|
|
|
386
262
|
arrowWarning: function arrowWarning(t) {
|
|
387
|
-
return (0, _Emotion.css)(
|
|
263
|
+
return (0, _Emotion.css)(_templateObject19 || (_templateObject19 = (0, _taggedTemplateLiteralLoose2.default)(["\n box-shadow: inset 0 0 0 ", " ", ";\n\n ", "\n "])),
|
|
388
264
|
t.btnInsetWidth, t.btnInsetColor,
|
|
389
265
|
|
|
390
266
|
(0, _Button.arrowOutlineMixin)(t.btnInsetWidth, t.btnBorderColorWarning, t.btnOutlineWidth, t.btnInsetColor));
|
|
@@ -392,7 +268,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
392
268
|
},
|
|
393
269
|
|
|
394
270
|
arrowError: function arrowError(t) {
|
|
395
|
-
return (0, _Emotion.css)(
|
|
271
|
+
return (0, _Emotion.css)(_templateObject20 || (_templateObject20 = (0, _taggedTemplateLiteralLoose2.default)(["\n box-shadow: inset 0 0 0 ", " ", ";\n\n ", "\n "])),
|
|
396
272
|
t.btnInsetWidth, t.btnInsetColor,
|
|
397
273
|
|
|
398
274
|
(0, _Button.arrowOutlineMixin)(t.btnInsetWidth, t.btnBorderColorError, t.btnOutlineWidth, t.btnInsetColor));
|
|
@@ -400,7 +276,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
400
276
|
},
|
|
401
277
|
|
|
402
278
|
arrowFocus: function arrowFocus(t) {
|
|
403
|
-
return (0, _Emotion.css)(
|
|
279
|
+
return (0, _Emotion.css)(_templateObject21 || (_templateObject21 = (0, _taggedTemplateLiteralLoose2.default)(["\n box-shadow: inset 0 0 0 ", " ", ";\n\n ", "\n "])),
|
|
404
280
|
t.btnInsetWidth, t.btnOutlineColorFocus,
|
|
405
281
|
|
|
406
282
|
(0, _Button.arrowOutlineMixin)(t.btnInsetWidth, t.btnBorderColorFocus, t.btnOutlineWidth, t.btnOutlineColorFocus));
|
|
@@ -408,7 +284,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
408
284
|
},
|
|
409
285
|
|
|
410
286
|
arrow: function arrow() {
|
|
411
|
-
return (0, _Emotion.css)(
|
|
287
|
+
return (0, _Emotion.css)(_templateObject22 || (_templateObject22 = (0, _taggedTemplateLiteralLoose2.default)(["\n background: inherit;\n border-radius: inherit;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n\n .", " {\n width: 100%;\n height: 50%;\n position: absolute;\n left: 0;\n background: inherit;\n background-size: 200% 200%;\n border-radius: inherit;\n background-clip: padding-box;\n\n // fix ugly arrow edge\n &:before {\n content: '';\n display: block;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n background: inherit;\n border-radius: inherit;\n transform: translateX(", ");\n }\n }\n\n .", " {\n top: 0;\n transform: skewX(30deg);\n transform-origin: top;\n background-position-y: top;\n border-bottom-right-radius: 1px;\n\n // fix ugly line in the\n // middle of the button\n &:before {\n bottom: -1px;\n }\n }\n\n .", " {\n bottom: 0;\n transform: skewX(-30deg);\n transform-origin: bottom;\n background-position-y: bottom;\n border-top-right-radius: 1px;\n\n // fix ugly line in the\n // middle of the button\n &:before {\n top: -1px;\n }\n }\n "])),
|
|
412
288
|
|
|
413
289
|
|
|
414
290
|
|
|
@@ -473,53 +349,13 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
473
349
|
},
|
|
474
350
|
|
|
475
351
|
arrowLeft: function arrowLeft() {
|
|
476
|
-
return (0, _Emotion.css)(
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
},
|
|
480
|
-
|
|
481
|
-
arrowIconRoot: function arrowIconRoot() {
|
|
482
|
-
return (0, _Emotion.css)(_templateObject37 || (_templateObject37 = (0, _taggedTemplateLiteralLoose2.default)(["\n position: absolute;\n height: 100%;\n top: 0;\n right: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n box-sizing: content-box;\n "])));
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
},
|
|
493
|
-
|
|
494
|
-
arrowIconRootSmall: function arrowIconRootSmall(t) {
|
|
495
|
-
return (0, _Emotion.css)(_templateObject38 || (_templateObject38 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding: 0 ", " 0 ", ";\n width: ", ";\n "])),
|
|
496
|
-
t.btnWithIconPaddingLeftSmall, t.btnWithIconPaddingLeftSmall,
|
|
497
|
-
t.btnIconSizeSmall);
|
|
498
|
-
|
|
499
|
-
},
|
|
500
|
-
|
|
501
|
-
arrowIconRootMedium: function arrowIconRootMedium(t) {
|
|
502
|
-
return (0, _Emotion.css)(_templateObject39 || (_templateObject39 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding: 0 ", " 0 ", ";\n width: ", ";\n "])),
|
|
503
|
-
t.btnWithIconPaddingLeftMedium, t.btnWithIconPaddingLeftMedium,
|
|
504
|
-
t.btnIconSizeMedium);
|
|
505
|
-
|
|
506
|
-
},
|
|
507
|
-
|
|
508
|
-
arrowIconRootLarge: function arrowIconRootLarge(t) {
|
|
509
|
-
return (0, _Emotion.css)(_templateObject40 || (_templateObject40 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding: 0 ", " 0 ", ";\n width: ", ";\n "])),
|
|
510
|
-
t.btnWithIconPaddingLeftLarge, t.btnWithIconPaddingLeftLarge,
|
|
511
|
-
t.btnIconSizeLarge);
|
|
512
|
-
|
|
513
|
-
},
|
|
514
|
-
|
|
515
|
-
arrowIconLeft: function arrowIconLeft() {
|
|
516
|
-
return (0, _Emotion.css)(_templateObject41 || (_templateObject41 = (0, _taggedTemplateLiteralLoose2.default)(["\n left: 0;\n "])));
|
|
352
|
+
return (0, _Emotion.css)(_templateObject23 || (_templateObject23 = (0, _taggedTemplateLiteralLoose2.default)(["\n transform: scaleX(-1);\n "])));
|
|
517
353
|
|
|
518
354
|
|
|
519
355
|
},
|
|
520
356
|
|
|
521
357
|
default: function _default(t) {
|
|
522
|
-
return (0, _Emotion.css)(
|
|
358
|
+
return (0, _Emotion.css)(_templateObject24 || (_templateObject24 = (0, _taggedTemplateLiteralLoose2.default)(["\n ", ";\n\n ", ";\n\n &:active:enabled {\n ", "\n }\n "])),
|
|
523
359
|
(0, _Button.buttonUseMixin)(
|
|
524
360
|
t.btnDefaultBg,
|
|
525
361
|
t.btnDefaultBgStart,
|
|
@@ -530,8 +366,6 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
530
366
|
t.btnBorderWidth),
|
|
531
367
|
|
|
532
368
|
|
|
533
|
-
|
|
534
|
-
_Selectors.fakeHover,
|
|
535
369
|
(0, _Button.buttonHoverMixin)(
|
|
536
370
|
t.btnDefaultHoverBg,
|
|
537
371
|
t.btnDefaultHoverBgStart,
|
|
@@ -542,15 +376,13 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
542
376
|
|
|
543
377
|
|
|
544
378
|
|
|
545
|
-
|
|
546
|
-
_Selectors.fakeActive,
|
|
547
379
|
activeStyles.default(t));
|
|
548
380
|
|
|
549
381
|
|
|
550
382
|
},
|
|
551
383
|
|
|
552
384
|
primary: function primary(t) {
|
|
553
|
-
return (0, _Emotion.css)(
|
|
385
|
+
return (0, _Emotion.css)(_templateObject25 || (_templateObject25 = (0, _taggedTemplateLiteralLoose2.default)(["\n ", ";\n\n ", ";\n\n &:active:enabled {\n ", "\n }\n "])),
|
|
554
386
|
(0, _Button.buttonUseMixin)(
|
|
555
387
|
t.btnPrimaryBg,
|
|
556
388
|
t.btnPrimaryBgStart,
|
|
@@ -561,8 +393,6 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
561
393
|
t.btnBorderWidth),
|
|
562
394
|
|
|
563
395
|
|
|
564
|
-
|
|
565
|
-
_Selectors.fakeHover,
|
|
566
396
|
(0, _Button.buttonHoverMixin)(
|
|
567
397
|
t.btnPrimaryHoverBg,
|
|
568
398
|
t.btnPrimaryHoverBgStart,
|
|
@@ -573,15 +403,13 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
573
403
|
|
|
574
404
|
|
|
575
405
|
|
|
576
|
-
|
|
577
|
-
_Selectors.fakeActive,
|
|
578
406
|
activeStyles.primary(t));
|
|
579
407
|
|
|
580
408
|
|
|
581
409
|
},
|
|
582
410
|
|
|
583
411
|
success: function success(t) {
|
|
584
|
-
return (0, _Emotion.css)(
|
|
412
|
+
return (0, _Emotion.css)(_templateObject26 || (_templateObject26 = (0, _taggedTemplateLiteralLoose2.default)(["\n ", ";\n\n ", ";\n\n &:active:enabled {\n ", "\n }\n "])),
|
|
585
413
|
(0, _Button.buttonUseMixin)(
|
|
586
414
|
t.btnSuccessBg,
|
|
587
415
|
t.btnSuccessBgStart,
|
|
@@ -592,8 +420,6 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
592
420
|
t.btnBorderWidth),
|
|
593
421
|
|
|
594
422
|
|
|
595
|
-
|
|
596
|
-
_Selectors.fakeHover,
|
|
597
423
|
(0, _Button.buttonHoverMixin)(
|
|
598
424
|
t.btnSuccessHoverBg,
|
|
599
425
|
t.btnSuccessHoverBgStart,
|
|
@@ -604,15 +430,13 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
604
430
|
|
|
605
431
|
|
|
606
432
|
|
|
607
|
-
|
|
608
|
-
_Selectors.fakeActive,
|
|
609
433
|
activeStyles.success(t));
|
|
610
434
|
|
|
611
435
|
|
|
612
436
|
},
|
|
613
437
|
|
|
614
438
|
danger: function danger(t) {
|
|
615
|
-
return (0, _Emotion.css)(
|
|
439
|
+
return (0, _Emotion.css)(_templateObject27 || (_templateObject27 = (0, _taggedTemplateLiteralLoose2.default)(["\n ", ";\n\n ", ";\n\n &:active:enabled {\n ", "\n }\n "])),
|
|
616
440
|
(0, _Button.buttonUseMixin)(
|
|
617
441
|
t.btnDangerBg,
|
|
618
442
|
t.btnDangerBgStart,
|
|
@@ -623,8 +447,6 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
623
447
|
t.btnBorderWidth),
|
|
624
448
|
|
|
625
449
|
|
|
626
|
-
|
|
627
|
-
_Selectors.fakeHover,
|
|
628
450
|
(0, _Button.buttonHoverMixin)(
|
|
629
451
|
t.btnDangerHoverBg,
|
|
630
452
|
t.btnDangerHoverBgStart,
|
|
@@ -635,15 +457,13 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
635
457
|
|
|
636
458
|
|
|
637
459
|
|
|
638
|
-
|
|
639
|
-
_Selectors.fakeActive,
|
|
640
460
|
activeStyles.danger(t));
|
|
641
461
|
|
|
642
462
|
|
|
643
463
|
},
|
|
644
464
|
|
|
645
465
|
pay: function pay(t) {
|
|
646
|
-
return (0, _Emotion.css)(
|
|
466
|
+
return (0, _Emotion.css)(_templateObject28 || (_templateObject28 = (0, _taggedTemplateLiteralLoose2.default)(["\n ", ";\n\n ", ";\n\n &:active:enabled {\n ", "\n }\n "])),
|
|
647
467
|
(0, _Button.buttonUseMixin)(
|
|
648
468
|
t.btnPayBg,
|
|
649
469
|
t.btnPayBgStart,
|
|
@@ -654,8 +474,6 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
654
474
|
t.btnBorderWidth),
|
|
655
475
|
|
|
656
476
|
|
|
657
|
-
|
|
658
|
-
_Selectors.fakeHover,
|
|
659
477
|
(0, _Button.buttonHoverMixin)(
|
|
660
478
|
t.btnPayHoverBg,
|
|
661
479
|
t.btnPayHoverBgStart,
|
|
@@ -666,80 +484,16 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
666
484
|
|
|
667
485
|
|
|
668
486
|
|
|
669
|
-
|
|
670
|
-
_Selectors.fakeActive,
|
|
671
487
|
activeStyles.pay(t));
|
|
672
488
|
|
|
673
489
|
|
|
674
|
-
},
|
|
675
|
-
|
|
676
|
-
text: function text(t) {
|
|
677
|
-
return (0, _Emotion.css)(_templateObject47 || (_templateObject47 = (0, _taggedTemplateLiteralLoose2.default)(["\n &:enabled,\n &:hover:enabled {\n box-shadow: none !important; // override root:hover style\n .", ", .", " {\n box-shadow: none !important; // override root:hover style\n }\n }\n\n ", ";\n\n color: ", ";\n background: transparent;\n\n &:hover:enabled,\n ", " &:enabled {\n background: ", ";\n }\n\n &:active:enabled,\n ", " &:enabled {\n ", "\n }\n "])),
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
globalClasses.arrowHelperTop, globalClasses.arrowHelperBottom,
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
(0, _Button.buttonUseMixin)(
|
|
687
|
-
t.btnDefaultBg,
|
|
688
|
-
t.btnDefaultBgStart,
|
|
689
|
-
t.btnDefaultBgEnd,
|
|
690
|
-
t.btnDefaultTextColor,
|
|
691
|
-
t.btnDefaultBorderColor,
|
|
692
|
-
t.btnDefaultBorderBottomColor,
|
|
693
|
-
t.btnBorderWidth),
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
t.btnDefaultTextColor,
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
_Selectors.fakeHover,
|
|
701
|
-
t.btnBacklessHoverBg,
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
_Selectors.fakeActive,
|
|
706
|
-
activeStyles.backless(t));
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
},
|
|
710
|
-
|
|
711
|
-
backless: function backless(t) {
|
|
712
|
-
return (0, _Emotion.css)(_templateObject48 || (_templateObject48 = (0, _taggedTemplateLiteralLoose2.default)(["\n ", ";\n\n color: ", ";\n background: transparent;\n\n &:hover:enabled,\n ", " &:enabled {\n background: ", ";\n }\n\n &:active:enabled,\n ", " &:enabled {\n ", "\n }\n "])),
|
|
713
|
-
(0, _Button.buttonUseMixin)(
|
|
714
|
-
t.btnDefaultBg,
|
|
715
|
-
t.btnDefaultBgStart,
|
|
716
|
-
t.btnDefaultBgEnd,
|
|
717
|
-
t.btnDefaultTextColor,
|
|
718
|
-
t.btnDefaultBorderColor,
|
|
719
|
-
t.btnDefaultBorderBottomColor,
|
|
720
|
-
t.btnBorderWidth),
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
t.btnDefaultTextColor,
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
_Selectors.fakeHover,
|
|
728
|
-
t.btnBacklessHoverBg,
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
_Selectors.fakeActive,
|
|
733
|
-
activeStyles.backless(t));
|
|
734
|
-
|
|
735
|
-
|
|
736
490
|
},
|
|
737
491
|
|
|
738
492
|
checked: function checked(t) {
|
|
739
|
-
var checkedStyles = "\n background-image: none
|
|
493
|
+
var checkedStyles = "\n background-image: none;\n box-shadow: 0 0 0 " +
|
|
740
494
|
|
|
741
|
-
t.btnBorderWidth + " " + t.btnDefaultCheckedBorderColor + "
|
|
742
|
-
t.btnCheckedBg + "
|
|
495
|
+
t.btnBorderWidth + " " + t.btnDefaultCheckedBorderColor + ";\n background-color: " +
|
|
496
|
+
t.btnCheckedBg + ";\n color: " +
|
|
743
497
|
t.btnCheckedTextColor + ";\n\n ." +
|
|
744
498
|
|
|
745
499
|
globalClasses.innerShadow + " {\n box-shadow: " +
|
|
@@ -755,21 +509,19 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
755
509
|
|
|
756
510
|
|
|
757
511
|
|
|
758
|
-
return (0, _Emotion.css)(
|
|
512
|
+
return (0, _Emotion.css)(_templateObject29 || (_templateObject29 = (0, _taggedTemplateLiteralLoose2.default)(["\n ", "\n\n &:hover:enabled,\n &:active:enabled,\n &:hover:active:enabled {\n ", "\n }\n "])),
|
|
759
513
|
checkedStyles,
|
|
760
514
|
|
|
761
515
|
|
|
762
516
|
|
|
763
517
|
|
|
764
|
-
_Selectors.fakeHover,
|
|
765
|
-
_Selectors.fakeActive,
|
|
766
518
|
checkedStyles);
|
|
767
519
|
|
|
768
520
|
|
|
769
521
|
},
|
|
770
522
|
|
|
771
523
|
checkedFocused: function checkedFocused(t) {
|
|
772
|
-
return (0, _Emotion.css)(
|
|
524
|
+
return (0, _Emotion.css)(_templateObject30 || (_templateObject30 = (0, _taggedTemplateLiteralLoose2.default)(["\n &:hover:enabled {\n box-shadow: inset 0 0 0 ", " ", ",\n 0 0 0 ", " ", ";\n border-color: ", ";\n }\n "])),
|
|
773
525
|
|
|
774
526
|
t.btnInsetWidth, t.btnOutlineColorFocus,
|
|
775
527
|
t.btnFocusShadowWidth, t.btnBorderColorFocus,
|
|
@@ -779,7 +531,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
779
531
|
},
|
|
780
532
|
|
|
781
533
|
checkedDisabled: function checkedDisabled(t) {
|
|
782
|
-
return (0, _Emotion.css)(
|
|
534
|
+
return (0, _Emotion.css)(_templateObject31 || (_templateObject31 = (0, _taggedTemplateLiteralLoose2.default)(["\n box-shadow: 0 0 0 ", " ", ";\n background-color: ", ";\n color: ", ";\n\n .", " {\n box-shadow: ", ";\n }\n\n .", " {\n box-shadow: ", " 0 0 ", ";\n\n &.", " {\n background-image: none;\n }\n }\n "])),
|
|
783
535
|
t.btnBorderWidth, t.btnCheckedDisabledBorderColor,
|
|
784
536
|
t.btnCheckedDisabledBg,
|
|
785
537
|
t.btnCheckedDisabledColor,
|
|
@@ -799,7 +551,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
799
551
|
},
|
|
800
552
|
|
|
801
553
|
caption: function caption() {
|
|
802
|
-
return (0, _Emotion.css)(
|
|
554
|
+
return (0, _Emotion.css)(_templateObject32 || (_templateObject32 = (0, _taggedTemplateLiteralLoose2.default)(["\n position: relative;\n white-space: nowrap;\n display: inline-block;\n width: 100%;\n vertical-align: top;\n "])));
|
|
803
555
|
|
|
804
556
|
|
|
805
557
|
|
|
@@ -809,26 +561,26 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
809
561
|
},
|
|
810
562
|
|
|
811
563
|
captionLink: function captionLink() {
|
|
812
|
-
return (0, _Emotion.css)(
|
|
564
|
+
return (0, _Emotion.css)(_templateObject33 || (_templateObject33 = (0, _taggedTemplateLiteralLoose2.default)(["\n display: inline;\n transform: none !important; // override root:active style\n "])));
|
|
813
565
|
|
|
814
566
|
|
|
815
567
|
|
|
816
568
|
},
|
|
817
569
|
|
|
818
570
|
captionTranslated: function captionTranslated() {
|
|
819
|
-
return (0, _Emotion.css)(
|
|
571
|
+
return (0, _Emotion.css)(_templateObject34 || (_templateObject34 = (0, _taggedTemplateLiteralLoose2.default)(["\n transform: translateY(1px);\n "])));
|
|
820
572
|
|
|
821
573
|
|
|
822
574
|
},
|
|
823
575
|
|
|
824
576
|
captionDisabled: function captionDisabled() {
|
|
825
|
-
return (0, _Emotion.css)(
|
|
577
|
+
return (0, _Emotion.css)(_templateObject35 || (_templateObject35 = (0, _taggedTemplateLiteralLoose2.default)(["\n transform: none !important; // override root:active style\n "])));
|
|
826
578
|
|
|
827
579
|
|
|
828
580
|
},
|
|
829
581
|
|
|
830
582
|
wrap: function wrap(t) {
|
|
831
|
-
return (0, _Emotion.css)(
|
|
583
|
+
return (0, _Emotion.css)(_templateObject36 || (_templateObject36 = (0, _taggedTemplateLiteralLoose2.default)(["\n box-sizing: border-box;\n display: inline-block;\n line-height: normal;\n padding: ", ";\n "])),
|
|
832
584
|
|
|
833
585
|
|
|
834
586
|
|
|
@@ -837,100 +589,101 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
837
589
|
},
|
|
838
590
|
|
|
839
591
|
wrapSmall: function wrapSmall(t) {
|
|
840
|
-
return (0, _Emotion.css)(
|
|
592
|
+
return (0, _Emotion.css)(_templateObject37 || (_templateObject37 = (0, _taggedTemplateLiteralLoose2.default)(["\n height: ", ";\n "])),
|
|
841
593
|
t.btnHeightSmall);
|
|
842
594
|
|
|
843
595
|
},
|
|
844
596
|
|
|
845
597
|
wrapMedium: function wrapMedium(t) {
|
|
846
|
-
return (0, _Emotion.css)(
|
|
598
|
+
return (0, _Emotion.css)(_templateObject38 || (_templateObject38 = (0, _taggedTemplateLiteralLoose2.default)(["\n height: ", ";\n "])),
|
|
847
599
|
t.btnHeightMedium);
|
|
848
600
|
|
|
849
601
|
},
|
|
850
602
|
|
|
851
603
|
wrapLarge: function wrapLarge(t) {
|
|
852
|
-
return (0, _Emotion.css)(
|
|
604
|
+
return (0, _Emotion.css)(_templateObject39 || (_templateObject39 = (0, _taggedTemplateLiteralLoose2.default)(["\n height: ", ";\n "])),
|
|
853
605
|
t.btnHeightLarge);
|
|
854
606
|
|
|
855
607
|
},
|
|
856
608
|
|
|
857
609
|
narrow: function narrow() {
|
|
858
|
-
return (0, _Emotion.css)(
|
|
610
|
+
return (0, _Emotion.css)(_templateObject40 || (_templateObject40 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-left: 5px;\n padding-right: 5px;\n "])));
|
|
859
611
|
|
|
860
612
|
|
|
861
613
|
|
|
862
614
|
},
|
|
863
615
|
|
|
864
616
|
noPadding: function noPadding() {
|
|
865
|
-
return (0, _Emotion.css)(
|
|
617
|
+
return (0, _Emotion.css)(_templateObject41 || (_templateObject41 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-left: 0;\n padding-right: 0;\n "])));
|
|
866
618
|
|
|
867
619
|
|
|
868
620
|
|
|
869
621
|
},
|
|
870
622
|
|
|
871
623
|
noRightPadding: function noRightPadding() {
|
|
872
|
-
return (0, _Emotion.css)(
|
|
624
|
+
return (0, _Emotion.css)(_templateObject42 || (_templateObject42 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-right: 0;\n "])));
|
|
873
625
|
|
|
874
626
|
|
|
875
627
|
},
|
|
876
628
|
|
|
877
629
|
iconNoRightMargin: function iconNoRightMargin() {
|
|
878
|
-
return (0, _Emotion.css)(
|
|
630
|
+
return (0, _Emotion.css)(_templateObject43 || (_templateObject43 = (0, _taggedTemplateLiteralLoose2.default)(["\n margin-right: 0;\n "])));
|
|
879
631
|
|
|
880
632
|
|
|
881
633
|
},
|
|
882
634
|
|
|
883
635
|
iconLink: function iconLink(t) {
|
|
884
|
-
return (0, _Emotion.css)(
|
|
636
|
+
return (0, _Emotion.css)(_templateObject44 || (_templateObject44 = (0, _taggedTemplateLiteralLoose2.default)(["\n margin-right: ", ";\n "])),
|
|
885
637
|
t.btnLinkIconMarginRight);
|
|
886
638
|
|
|
887
639
|
},
|
|
888
640
|
|
|
889
641
|
wrapLink: function wrapLink() {
|
|
890
|
-
return (0, _Emotion.css)(
|
|
642
|
+
return (0, _Emotion.css)(_templateObject45 || (_templateObject45 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding: 0;\n "])));
|
|
891
643
|
|
|
892
644
|
|
|
893
645
|
},
|
|
894
646
|
|
|
895
647
|
wrapArrow: function wrapArrow() {
|
|
896
|
-
return (0, _Emotion.css)(
|
|
648
|
+
return (0, _Emotion.css)(_templateObject46 || (_templateObject46 = (0, _taggedTemplateLiteralLoose2.default)(["\n margin-right: 10px;\n "])));
|
|
897
649
|
|
|
898
650
|
|
|
899
651
|
},
|
|
900
652
|
|
|
901
653
|
wrapArrowLeft: function wrapArrowLeft() {
|
|
902
|
-
return (0, _Emotion.css)(
|
|
654
|
+
return (0, _Emotion.css)(_templateObject47 || (_templateObject47 = (0, _taggedTemplateLiteralLoose2.default)(["\n margin-right: 0;\n margin-left: 10px;\n "])));
|
|
903
655
|
|
|
904
656
|
|
|
905
657
|
|
|
906
658
|
},
|
|
907
659
|
|
|
908
660
|
icon: function icon() {
|
|
909
|
-
return (0, _Emotion.css)(
|
|
661
|
+
return (0, _Emotion.css)(_templateObject48 || (_templateObject48 = (0, _taggedTemplateLiteralLoose2.default)(["\n display: inline-block;\n "])));
|
|
910
662
|
|
|
911
663
|
|
|
912
664
|
},
|
|
913
665
|
iconSmall: function iconSmall(t) {
|
|
914
|
-
return (0, _Emotion.css)(
|
|
666
|
+
return (0, _Emotion.css)(_templateObject49 || (_templateObject49 = (0, _taggedTemplateLiteralLoose2.default)(["\n width: ", ";\n margin-right: ", ";\n "])),
|
|
915
667
|
t.btnIconSizeSmall,
|
|
916
668
|
t.btnIconGapSmall);
|
|
917
669
|
|
|
918
670
|
},
|
|
919
671
|
iconMedium: function iconMedium(t) {
|
|
920
|
-
return (0, _Emotion.css)(
|
|
672
|
+
return (0, _Emotion.css)(_templateObject50 || (_templateObject50 = (0, _taggedTemplateLiteralLoose2.default)(["\n width: ", ";\n margin-right: ", ";\n "])),
|
|
921
673
|
t.btnIconSizeMedium,
|
|
922
674
|
t.btnIconGapMedium);
|
|
923
675
|
|
|
924
676
|
},
|
|
925
677
|
iconLarge: function iconLarge(t) {
|
|
926
|
-
return (0, _Emotion.css)(
|
|
678
|
+
return (0, _Emotion.css)(_templateObject51 || (_templateObject51 = (0, _taggedTemplateLiteralLoose2.default)(["\n width: ", ";\n margin-right: ", ";\n "])),
|
|
927
679
|
t.btnIconSizeLarge,
|
|
928
680
|
t.btnIconGapLarge);
|
|
929
681
|
|
|
930
682
|
},
|
|
931
683
|
|
|
932
684
|
borderless: function borderless() {
|
|
933
|
-
return (0, _Emotion.css)(
|
|
685
|
+
return (0, _Emotion.css)(_templateObject52 || (_templateObject52 = (0, _taggedTemplateLiteralLoose2.default)(["\n &,\n &:hover:enabled,\n &:active:enabled {\n box-shadow: none;\n .", ", .", " {\n box-shadow: none;\n }\n }\n "])),
|
|
686
|
+
|
|
934
687
|
|
|
935
688
|
|
|
936
689
|
|
|
@@ -942,7 +695,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
942
695
|
},
|
|
943
696
|
|
|
944
697
|
loading: function loading() {
|
|
945
|
-
return (0, _Emotion.css)(
|
|
698
|
+
return (0, _Emotion.css)(_templateObject53 || (_templateObject53 = (0, _taggedTemplateLiteralLoose2.default)(["\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n border-radius: inherit;\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: 10;\n "])));
|
|
946
699
|
|
|
947
700
|
|
|
948
701
|
|
|
@@ -957,7 +710,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
957
710
|
},
|
|
958
711
|
|
|
959
712
|
visibilityHidden: function visibilityHidden() {
|
|
960
|
-
return (0, _Emotion.css)(
|
|
713
|
+
return (0, _Emotion.css)(_templateObject54 || (_templateObject54 = (0, _taggedTemplateLiteralLoose2.default)(["\n visibility: hidden;\n "])));
|
|
961
714
|
|
|
962
715
|
|
|
963
716
|
} });exports.styles = styles;
|
|
@@ -965,7 +718,8 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
965
718
|
|
|
966
719
|
var activeStyles = (0, _Emotion.memoizeStyle)({
|
|
967
720
|
default: function _default(t) {
|
|
968
|
-
return (0, _Emotion.css)(
|
|
721
|
+
return (0, _Emotion.css)(_templateObject55 || (_templateObject55 = (0, _taggedTemplateLiteralLoose2.default)(["\n &,\n &:hover:enabled {\n ", ";\n }\n "])),
|
|
722
|
+
|
|
969
723
|
|
|
970
724
|
(0, _Button.buttonActiveMixin)(
|
|
971
725
|
t.btnDefaultActiveBg,
|
|
@@ -980,7 +734,8 @@ var activeStyles = (0, _Emotion.memoizeStyle)({
|
|
|
980
734
|
},
|
|
981
735
|
|
|
982
736
|
primary: function primary(t) {
|
|
983
|
-
return (0, _Emotion.css)(
|
|
737
|
+
return (0, _Emotion.css)(_templateObject56 || (_templateObject56 = (0, _taggedTemplateLiteralLoose2.default)(["\n &,\n &:hover:enabled {\n ", ";\n }\n "])),
|
|
738
|
+
|
|
984
739
|
|
|
985
740
|
(0, _Button.buttonActiveMixin)(
|
|
986
741
|
t.btnPrimaryActiveBg,
|
|
@@ -995,7 +750,8 @@ var activeStyles = (0, _Emotion.memoizeStyle)({
|
|
|
995
750
|
},
|
|
996
751
|
|
|
997
752
|
success: function success(t) {
|
|
998
|
-
return (0, _Emotion.css)(
|
|
753
|
+
return (0, _Emotion.css)(_templateObject57 || (_templateObject57 = (0, _taggedTemplateLiteralLoose2.default)(["\n &,\n &:hover:enabled {\n ", ";\n }\n "])),
|
|
754
|
+
|
|
999
755
|
|
|
1000
756
|
(0, _Button.buttonActiveMixin)(
|
|
1001
757
|
t.btnSuccessActiveBg,
|
|
@@ -1010,7 +766,8 @@ var activeStyles = (0, _Emotion.memoizeStyle)({
|
|
|
1010
766
|
},
|
|
1011
767
|
|
|
1012
768
|
danger: function danger(t) {
|
|
1013
|
-
return (0, _Emotion.css)(
|
|
769
|
+
return (0, _Emotion.css)(_templateObject58 || (_templateObject58 = (0, _taggedTemplateLiteralLoose2.default)(["\n &,\n &:hover:enabled {\n ", ";\n }\n "])),
|
|
770
|
+
|
|
1014
771
|
|
|
1015
772
|
(0, _Button.buttonActiveMixin)(
|
|
1016
773
|
t.btnDangerActiveBg,
|
|
@@ -1025,7 +782,8 @@ var activeStyles = (0, _Emotion.memoizeStyle)({
|
|
|
1025
782
|
},
|
|
1026
783
|
|
|
1027
784
|
pay: function pay(t) {
|
|
1028
|
-
return (0, _Emotion.css)(
|
|
785
|
+
return (0, _Emotion.css)(_templateObject59 || (_templateObject59 = (0, _taggedTemplateLiteralLoose2.default)(["\n &,\n &:hover:enabled {\n ", ";\n }\n "])),
|
|
786
|
+
|
|
1029
787
|
|
|
1030
788
|
(0, _Button.buttonActiveMixin)(
|
|
1031
789
|
t.btnPayActiveBg,
|
|
@@ -1040,26 +798,10 @@ var activeStyles = (0, _Emotion.memoizeStyle)({
|
|
|
1040
798
|
},
|
|
1041
799
|
|
|
1042
800
|
link: function link(t) {
|
|
1043
|
-
return (0, _Emotion.css)(
|
|
801
|
+
return (0, _Emotion.css)(_templateObject60 || (_templateObject60 = (0, _taggedTemplateLiteralLoose2.default)(["\n &,\n &:hover:enabled {\n color: ", ";\n }\n "])),
|
|
1044
802
|
|
|
1045
|
-
t.btnLinkActiveColor);
|
|
1046
803
|
|
|
1047
|
-
|
|
1048
|
-
},
|
|
1049
|
-
|
|
1050
|
-
text: function text(t) {
|
|
1051
|
-
return (0, _Emotion.css)(_templateObject81 || (_templateObject81 = (0, _taggedTemplateLiteralLoose2.default)(["\n & {\n color: red;\n }\n "])));
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
},
|
|
1057
|
-
|
|
1058
|
-
backless: function backless(t) {
|
|
1059
|
-
return (0, _Emotion.css)(_templateObject82 || (_templateObject82 = (0, _taggedTemplateLiteralLoose2.default)(["\n &,\n &:hover {\n background: ", ";\n }\n "])),
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
t.btnBacklessActiveBg);
|
|
804
|
+
t.btnLinkActiveColor);
|
|
1063
805
|
|
|
1064
806
|
|
|
1065
807
|
} });exports.activeStyles = activeStyles;
|