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