@skbkontur/react-ui 4.16.0-next.9 → 4.16.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 +30 -0
- package/cjs/components/Autocomplete/Autocomplete.js +1 -1
- package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
- package/cjs/components/Autocomplete/Autocomplete.md +17 -0
- package/cjs/components/Button/Button.js +2 -1
- package/cjs/components/Button/Button.js.map +1 -1
- package/cjs/components/Button/Button.styles.d.ts +1 -0
- package/cjs/components/Button/Button.styles.js +63 -59
- package/cjs/components/Button/Button.styles.js.map +1 -1
- package/cjs/components/ComboBox/ComboBox.d.ts +3 -2
- package/cjs/components/ComboBox/ComboBox.js +3 -1
- package/cjs/components/ComboBox/ComboBox.js.map +1 -1
- package/cjs/components/ComboBox/ComboBox.md +46 -2
- package/cjs/components/Dropdown/Dropdown.js +1 -0
- package/cjs/components/Dropdown/Dropdown.js.map +1 -1
- package/cjs/components/Dropdown/Dropdown.md +33 -0
- package/cjs/components/Link/Link.js +15 -2
- package/cjs/components/Link/Link.js.map +1 -1
- package/cjs/components/Link/Link.styles.d.ts +2 -0
- package/cjs/components/Link/Link.styles.js +63 -24
- package/cjs/components/Link/Link.styles.js.map +1 -1
- package/cjs/components/MenuFooter/MenuFooter.d.ts +26 -0
- package/cjs/components/MenuFooter/MenuFooter.js +79 -0
- package/cjs/components/MenuFooter/MenuFooter.js.map +1 -0
- package/cjs/components/MenuFooter/MenuFooter.md +27 -0
- package/cjs/components/MenuFooter/MenuFooter.mixins.d.ts +2 -0
- package/cjs/components/MenuFooter/MenuFooter.mixins.js +26 -0
- package/cjs/components/MenuFooter/MenuFooter.mixins.js.map +1 -0
- package/cjs/components/MenuFooter/MenuFooter.styles.d.ts +10 -0
- package/cjs/components/MenuFooter/MenuFooter.styles.js +65 -0
- package/cjs/components/MenuFooter/MenuFooter.styles.js.map +1 -0
- package/cjs/components/MenuFooter/index.d.ts +1 -0
- package/cjs/components/MenuFooter/index.js +1 -0
- package/cjs/components/MenuFooter/index.js.map +1 -0
- package/cjs/components/MenuHeader/MenuHeader.d.ts +4 -1
- package/cjs/components/MenuHeader/MenuHeader.js +31 -4
- package/cjs/components/MenuHeader/MenuHeader.js.map +1 -1
- package/cjs/components/MenuHeader/MenuHeader.md +12 -0
- package/cjs/components/MenuHeader/MenuHeader.mixins.d.ts +2 -0
- package/cjs/components/MenuHeader/MenuHeader.mixins.js +26 -0
- package/cjs/components/MenuHeader/MenuHeader.mixins.js.map +1 -0
- package/cjs/components/MenuHeader/MenuHeader.styles.d.ts +6 -1
- package/cjs/components/MenuHeader/MenuHeader.styles.js +54 -12
- package/cjs/components/MenuHeader/MenuHeader.styles.js.map +1 -1
- package/cjs/components/MenuItem/MenuItem.d.ts +9 -0
- package/cjs/components/MenuItem/MenuItem.js +59 -7
- package/cjs/components/MenuItem/MenuItem.js.map +1 -1
- package/cjs/components/MenuItem/MenuItem.md +12 -0
- package/cjs/components/MenuItem/MenuItem.mixins.d.ts +3 -0
- package/cjs/components/MenuItem/MenuItem.mixins.js +42 -0
- package/cjs/components/MenuItem/MenuItem.mixins.js.map +1 -0
- package/cjs/components/MenuItem/MenuItem.styles.d.ts +9 -1
- package/cjs/components/MenuItem/MenuItem.styles.js +80 -27
- package/cjs/components/MenuItem/MenuItem.styles.js.map +1 -1
- package/cjs/components/Select/Select.d.ts +2 -1
- package/cjs/components/Select/Select.js +16 -5
- package/cjs/components/Select/Select.js.map +1 -1
- package/cjs/components/Select/Select.md +17 -0
- package/cjs/components/Textarea/Textarea.md +2 -0
- package/cjs/components/Toggle/Toggle.md +2 -0
- package/cjs/components/Toggle/Toggle.styles.js +1 -1
- package/cjs/components/Toggle/Toggle.styles.js.map +1 -1
- package/cjs/internal/CustomComboBox/ComboBoxMenu.d.ts +7 -3
- package/cjs/internal/CustomComboBox/ComboBoxMenu.js +27 -2
- package/cjs/internal/CustomComboBox/ComboBoxMenu.js.map +1 -1
- package/cjs/internal/CustomComboBox/ComboBoxView.d.ts +3 -2
- package/cjs/internal/CustomComboBox/ComboBoxView.js +7 -3
- package/cjs/internal/CustomComboBox/ComboBoxView.js.map +1 -1
- package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +5 -3
- package/cjs/internal/CustomComboBox/CustomComboBox.js +4 -2
- package/cjs/internal/CustomComboBox/CustomComboBox.js.map +1 -1
- package/cjs/internal/CustomComboBox/CustomComboBoxReducer.d.ts +2 -1
- package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js +1 -0
- package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js.map +1 -1
- package/cjs/internal/MenuMessage/MenuMessage.d.ts +2 -0
- package/cjs/internal/MenuMessage/MenuMessage.js +18 -3
- package/cjs/internal/MenuMessage/MenuMessage.js.map +1 -1
- package/cjs/internal/MenuMessage/MenuMessage.styles.d.ts +3 -0
- package/cjs/internal/MenuMessage/MenuMessage.styles.js +21 -6
- package/cjs/internal/MenuMessage/MenuMessage.styles.js.map +1 -1
- package/cjs/internal/ThemePlayground/darkTheme.d.ts +1 -1
- package/cjs/internal/ThemePlayground/darkTheme.js +1 -1
- package/cjs/internal/ThemePlayground/darkTheme.js.map +1 -1
- package/cjs/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
- package/cjs/internal/themes/DarkTheme.d.ts +2 -0
- package/cjs/internal/themes/DarkTheme.js +11 -3
- package/cjs/internal/themes/DarkTheme.js.map +1 -1
- package/cjs/internal/themes/DefaultTheme.d.ts +103 -1
- package/cjs/internal/themes/DefaultTheme.js +225 -15
- package/cjs/internal/themes/DefaultTheme.js.map +1 -1
- package/cjs/internal/themes/Theme2022.js +1 -1
- package/cjs/internal/themes/Theme2022.js.map +1 -1
- package/cjs/lib/rootNode/rootNodeDecorator.d.ts +5 -1
- package/cjs/lib/rootNode/rootNodeDecorator.js +7 -3
- package/cjs/lib/rootNode/rootNodeDecorator.js.map +1 -1
- package/components/Autocomplete/Autocomplete/Autocomplete.js +2 -1
- package/components/Autocomplete/Autocomplete/Autocomplete.js.map +1 -1
- package/components/Autocomplete/Autocomplete.md +17 -0
- package/components/Button/Button/Button.js +2 -1
- package/components/Button/Button/Button.js.map +1 -1
- package/components/Button/Button.styles/Button.styles.js +60 -57
- package/components/Button/Button.styles/Button.styles.js.map +1 -1
- package/components/Button/Button.styles.d.ts +1 -0
- package/components/ComboBox/ComboBox/ComboBox.js +1 -0
- package/components/ComboBox/ComboBox/ComboBox.js.map +1 -1
- package/components/ComboBox/ComboBox.d.ts +3 -2
- package/components/ComboBox/ComboBox.md +46 -2
- package/components/Dropdown/Dropdown/Dropdown.js +1 -0
- package/components/Dropdown/Dropdown/Dropdown.js.map +1 -1
- package/components/Dropdown/Dropdown.md +33 -0
- package/components/Link/Link/Link.js +8 -2
- package/components/Link/Link/Link.js.map +1 -1
- package/components/Link/Link.styles/Link.styles.js +38 -22
- package/components/Link/Link.styles/Link.styles.js.map +1 -1
- package/components/Link/Link.styles.d.ts +2 -0
- package/components/MenuFooter/MenuFooter/MenuFooter.js +70 -0
- package/components/MenuFooter/MenuFooter/MenuFooter.js.map +1 -0
- package/components/MenuFooter/MenuFooter/package.json +6 -0
- package/components/MenuFooter/MenuFooter.d.ts +26 -0
- package/components/MenuFooter/MenuFooter.md +27 -0
- package/components/MenuFooter/MenuFooter.mixins/MenuFooter.mixins.js +13 -0
- package/components/MenuFooter/MenuFooter.mixins/MenuFooter.mixins.js.map +1 -0
- package/components/MenuFooter/MenuFooter.mixins/package.json +6 -0
- package/components/MenuFooter/MenuFooter.mixins.d.ts +2 -0
- package/components/MenuFooter/MenuFooter.styles/MenuFooter.styles.js +29 -0
- package/components/MenuFooter/MenuFooter.styles/MenuFooter.styles.js.map +1 -0
- package/components/MenuFooter/MenuFooter.styles/package.json +6 -0
- package/components/MenuFooter/MenuFooter.styles.d.ts +10 -0
- package/components/MenuFooter/index/index.js +1 -0
- package/components/MenuFooter/index/index.js.map +1 -0
- package/components/MenuFooter/index/package.json +6 -0
- package/components/MenuFooter/index.d.ts +1 -0
- package/components/MenuFooter/package.json +6 -0
- package/components/MenuHeader/MenuHeader/MenuHeader.js +33 -2
- package/components/MenuHeader/MenuHeader/MenuHeader.js.map +1 -1
- package/components/MenuHeader/MenuHeader.d.ts +4 -1
- package/components/MenuHeader/MenuHeader.md +12 -0
- package/components/MenuHeader/MenuHeader.mixins/MenuHeader.mixins.js +13 -0
- package/components/MenuHeader/MenuHeader.mixins/MenuHeader.mixins.js.map +1 -0
- package/components/MenuHeader/MenuHeader.mixins/package.json +6 -0
- package/components/MenuHeader/MenuHeader.mixins.d.ts +2 -0
- package/components/MenuHeader/MenuHeader.styles/MenuHeader.styles.js +20 -6
- package/components/MenuHeader/MenuHeader.styles/MenuHeader.styles.js.map +1 -1
- package/components/MenuHeader/MenuHeader.styles.d.ts +6 -1
- package/components/MenuItem/MenuItem/MenuItem.js +49 -5
- package/components/MenuItem/MenuItem/MenuItem.js.map +1 -1
- package/components/MenuItem/MenuItem.d.ts +9 -0
- package/components/MenuItem/MenuItem.md +12 -0
- package/components/MenuItem/MenuItem.mixins/MenuItem.mixins.js +24 -0
- package/components/MenuItem/MenuItem.mixins/MenuItem.mixins.js.map +1 -0
- package/components/MenuItem/MenuItem.mixins/package.json +6 -0
- package/components/MenuItem/MenuItem.mixins.d.ts +3 -0
- package/components/MenuItem/MenuItem.styles/MenuItem.styles.js +39 -23
- package/components/MenuItem/MenuItem.styles/MenuItem.styles.js.map +1 -1
- package/components/MenuItem/MenuItem.styles.d.ts +9 -1
- package/components/Select/Select/Select.js +20 -6
- package/components/Select/Select/Select.js.map +1 -1
- package/components/Select/Select.d.ts +2 -1
- package/components/Select/Select.md +17 -0
- package/components/Textarea/Textarea.md +2 -0
- package/components/Toggle/Toggle.md +2 -0
- package/components/Toggle/Toggle.styles/Toggle.styles.js +1 -1
- package/components/Toggle/Toggle.styles/Toggle.styles.js.map +1 -1
- package/internal/CustomComboBox/ComboBoxMenu/ComboBoxMenu.js +28 -10
- package/internal/CustomComboBox/ComboBoxMenu/ComboBoxMenu.js.map +1 -1
- package/internal/CustomComboBox/ComboBoxMenu.d.ts +7 -3
- package/internal/CustomComboBox/ComboBoxView/ComboBoxView.js +6 -4
- package/internal/CustomComboBox/ComboBoxView/ComboBoxView.js.map +1 -1
- package/internal/CustomComboBox/ComboBoxView.d.ts +3 -2
- package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js +3 -1
- package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js.map +1 -1
- package/internal/CustomComboBox/CustomComboBox.d.ts +5 -3
- package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js.map +1 -1
- package/internal/CustomComboBox/CustomComboBoxReducer.d.ts +2 -1
- package/internal/MenuMessage/MenuMessage/MenuMessage.js +19 -2
- package/internal/MenuMessage/MenuMessage/MenuMessage.js.map +1 -1
- package/internal/MenuMessage/MenuMessage.d.ts +2 -0
- package/internal/MenuMessage/MenuMessage.styles/MenuMessage.styles.js +11 -2
- package/internal/MenuMessage/MenuMessage.styles/MenuMessage.styles.js.map +1 -1
- package/internal/MenuMessage/MenuMessage.styles.d.ts +3 -0
- package/internal/ThemePlayground/darkTheme/darkTheme.js +1 -1
- package/internal/ThemePlayground/darkTheme/darkTheme.js.map +1 -1
- package/internal/ThemePlayground/darkTheme.d.ts +1 -1
- package/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
- package/internal/themes/DarkTheme/DarkTheme.js +13 -0
- package/internal/themes/DarkTheme/DarkTheme.js.map +1 -1
- package/internal/themes/DarkTheme.d.ts +2 -0
- package/internal/themes/DefaultTheme/DefaultTheme.js +251 -8
- package/internal/themes/DefaultTheme/DefaultTheme.js.map +1 -1
- package/internal/themes/DefaultTheme.d.ts +103 -1
- package/internal/themes/Theme2022/Theme2022.js +1 -1
- package/internal/themes/Theme2022/Theme2022.js.map +1 -1
- package/lib/rootNode/rootNodeDecorator/rootNodeDecorator.js +4 -3
- package/lib/rootNode/rootNodeDecorator/rootNodeDecorator.js.map +1 -1
- package/lib/rootNode/rootNodeDecorator.d.ts +5 -1
- package/package.json +3 -3
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var _Mixins = require("../../lib/styles/Mixins");
|
|
4
4
|
var _client = require("../../lib/client");
|
|
5
5
|
|
|
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, _templateObject61, _templateObject62, _templateObject63, _templateObject64, _templateObject65, _templateObject66, _templateObject67, _templateObject68, _templateObject69, _templateObject70, _templateObject71, _templateObject72, _templateObject73, _templateObject74, _templateObject75, _templateObject76, _templateObject77, _templateObject78, _templateObject79, _templateObject80, _templateObject81, _templateObject82, _templateObject83, _templateObject84, _templateObject85, _templateObject86, _templateObject87;
|
|
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, _templateObject61, _templateObject62, _templateObject63, _templateObject64, _templateObject65, _templateObject66, _templateObject67, _templateObject68, _templateObject69, _templateObject70, _templateObject71, _templateObject72, _templateObject73, _templateObject74, _templateObject75, _templateObject76, _templateObject77, _templateObject78, _templateObject79, _templateObject80, _templateObject81, _templateObject82, _templateObject83, _templateObject84, _templateObject85, _templateObject86, _templateObject87, _templateObject88;
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -329,8 +329,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
329
329
|
},
|
|
330
330
|
|
|
331
331
|
linkDisabled: function linkDisabled(t) {
|
|
332
|
-
return (0, _Emotion.css)(_templateObject31 || (_templateObject31 = (0, _taggedTemplateLiteralLoose2.default)(["\n cursor: default;\n
|
|
333
|
-
|
|
332
|
+
return (0, _Emotion.css)(_templateObject31 || (_templateObject31 = (0, _taggedTemplateLiteralLoose2.default)(["\n cursor: default;\n\n &,\n &:hover:enabled,\n &:active:enabled {\n color: ", ";\n }\n "])),
|
|
334
333
|
|
|
335
334
|
|
|
336
335
|
|
|
@@ -357,8 +356,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
357
356
|
},
|
|
358
357
|
|
|
359
358
|
disabled: function disabled(t) {
|
|
360
|
-
return (0, _Emotion.css)(_templateObject33 || (_templateObject33 = (0, _taggedTemplateLiteralLoose2.default)(["\n cursor: default;\n
|
|
361
|
-
|
|
359
|
+
return (0, _Emotion.css)(_templateObject33 || (_templateObject33 = (0, _taggedTemplateLiteralLoose2.default)(["\n cursor: default;\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 "])),
|
|
362
360
|
|
|
363
361
|
t.btnBorderWidth, t.btnDisabledBorderColor,
|
|
364
362
|
|
|
@@ -372,8 +370,14 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
372
370
|
|
|
373
371
|
},
|
|
374
372
|
|
|
373
|
+
disabledWithoutOutline: function disabledWithoutOutline(t) {
|
|
374
|
+
return (0, _Emotion.css)(_templateObject34 || (_templateObject34 = (0, _taggedTemplateLiteralLoose2.default)(["\n box-shadow: 0 0 0 ", " ", ";\n "])),
|
|
375
|
+
t.btnBorderWidth, t.btnDisabledBg);
|
|
376
|
+
|
|
377
|
+
},
|
|
378
|
+
|
|
375
379
|
arrowWarning: function arrowWarning(t) {
|
|
376
|
-
return (0, _Emotion.css)(
|
|
380
|
+
return (0, _Emotion.css)(_templateObject35 || (_templateObject35 = (0, _taggedTemplateLiteralLoose2.default)(["\n box-shadow: inset 0 0 0 ", " ", ";\n\n ", "\n "])),
|
|
377
381
|
t.btnInsetWidth, t.btnInsetColor,
|
|
378
382
|
|
|
379
383
|
(0, _Button.arrowOutlineMixin)(t.btnInsetWidth, t.btnBorderColorWarning, t.btnOutlineWidth, t.btnInsetColor));
|
|
@@ -381,7 +385,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
381
385
|
},
|
|
382
386
|
|
|
383
387
|
arrowError: function arrowError(t) {
|
|
384
|
-
return (0, _Emotion.css)(
|
|
388
|
+
return (0, _Emotion.css)(_templateObject36 || (_templateObject36 = (0, _taggedTemplateLiteralLoose2.default)(["\n box-shadow: inset 0 0 0 ", " ", ";\n\n ", "\n "])),
|
|
385
389
|
t.btnInsetWidth, t.btnInsetColor,
|
|
386
390
|
|
|
387
391
|
(0, _Button.arrowOutlineMixin)(t.btnInsetWidth, t.btnBorderColorError, t.btnOutlineWidth, t.btnInsetColor));
|
|
@@ -389,7 +393,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
389
393
|
},
|
|
390
394
|
|
|
391
395
|
arrowFocus: function arrowFocus(t) {
|
|
392
|
-
return (0, _Emotion.css)(
|
|
396
|
+
return (0, _Emotion.css)(_templateObject37 || (_templateObject37 = (0, _taggedTemplateLiteralLoose2.default)(["\n box-shadow: inset 0 0 0 ", " ", ";\n\n ", "\n "])),
|
|
393
397
|
t.btnInsetWidth, t.btnOutlineColorFocus,
|
|
394
398
|
|
|
395
399
|
(0, _Button.arrowOutlineMixin)(t.btnInsetWidth, t.btnBorderColorFocus, t.btnOutlineWidth, t.btnOutlineColorFocus));
|
|
@@ -397,7 +401,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
397
401
|
},
|
|
398
402
|
|
|
399
403
|
arrow: function arrow() {
|
|
400
|
-
return (0, _Emotion.css)(
|
|
404
|
+
return (0, _Emotion.css)(_templateObject38 || (_templateObject38 = (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 "])),
|
|
401
405
|
|
|
402
406
|
|
|
403
407
|
|
|
@@ -462,13 +466,13 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
462
466
|
},
|
|
463
467
|
|
|
464
468
|
arrowLeft: function arrowLeft() {
|
|
465
|
-
return (0, _Emotion.css)(
|
|
469
|
+
return (0, _Emotion.css)(_templateObject39 || (_templateObject39 = (0, _taggedTemplateLiteralLoose2.default)(["\n transform: scaleX(-1);\n "])));
|
|
466
470
|
|
|
467
471
|
|
|
468
472
|
},
|
|
469
473
|
|
|
470
474
|
arrowIconRoot: function arrowIconRoot() {
|
|
471
|
-
return (0, _Emotion.css)(
|
|
475
|
+
return (0, _Emotion.css)(_templateObject40 || (_templateObject40 = (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 "])));
|
|
472
476
|
|
|
473
477
|
|
|
474
478
|
|
|
@@ -481,34 +485,34 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
481
485
|
},
|
|
482
486
|
|
|
483
487
|
arrowIconRootSmall: function arrowIconRootSmall(t) {
|
|
484
|
-
return (0, _Emotion.css)(
|
|
488
|
+
return (0, _Emotion.css)(_templateObject41 || (_templateObject41 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding: 0 ", " 0 ", ";\n width: ", ";\n "])),
|
|
485
489
|
t.btnWithIconPaddingLeftSmall, t.btnWithIconPaddingLeftSmall,
|
|
486
490
|
t.btnIconSizeSmall);
|
|
487
491
|
|
|
488
492
|
},
|
|
489
493
|
|
|
490
494
|
arrowIconRootMedium: function arrowIconRootMedium(t) {
|
|
491
|
-
return (0, _Emotion.css)(
|
|
495
|
+
return (0, _Emotion.css)(_templateObject42 || (_templateObject42 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding: 0 ", " 0 ", ";\n width: ", ";\n "])),
|
|
492
496
|
t.btnWithIconPaddingLeftMedium, t.btnWithIconPaddingLeftMedium,
|
|
493
497
|
t.btnIconSizeMedium);
|
|
494
498
|
|
|
495
499
|
},
|
|
496
500
|
|
|
497
501
|
arrowIconRootLarge: function arrowIconRootLarge(t) {
|
|
498
|
-
return (0, _Emotion.css)(
|
|
502
|
+
return (0, _Emotion.css)(_templateObject43 || (_templateObject43 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding: 0 ", " 0 ", ";\n width: ", ";\n "])),
|
|
499
503
|
t.btnWithIconPaddingLeftLarge, t.btnWithIconPaddingLeftLarge,
|
|
500
504
|
t.btnIconSizeLarge);
|
|
501
505
|
|
|
502
506
|
},
|
|
503
507
|
|
|
504
508
|
arrowIconLeft: function arrowIconLeft() {
|
|
505
|
-
return (0, _Emotion.css)(
|
|
509
|
+
return (0, _Emotion.css)(_templateObject44 || (_templateObject44 = (0, _taggedTemplateLiteralLoose2.default)(["\n left: 0;\n "])));
|
|
506
510
|
|
|
507
511
|
|
|
508
512
|
},
|
|
509
513
|
|
|
510
514
|
default: function _default(t) {
|
|
511
|
-
return (0, _Emotion.css)(
|
|
515
|
+
return (0, _Emotion.css)(_templateObject45 || (_templateObject45 = (0, _taggedTemplateLiteralLoose2.default)(["\n ", ";\n\n &:hover:enabled {\n ", ";\n }\n\n &:active:enabled {\n ", ";\n }\n "])),
|
|
512
516
|
(0, _Button.buttonUseMixin)(
|
|
513
517
|
t.btnDefaultBg,
|
|
514
518
|
t.btnDefaultBgStart,
|
|
@@ -537,7 +541,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
537
541
|
},
|
|
538
542
|
|
|
539
543
|
primary: function primary(t) {
|
|
540
|
-
return (0, _Emotion.css)(
|
|
544
|
+
return (0, _Emotion.css)(_templateObject46 || (_templateObject46 = (0, _taggedTemplateLiteralLoose2.default)(["\n ", ";\n\n &:hover:enabled {\n ", ";\n }\n\n &:active:enabled {\n ", "\n }\n "])),
|
|
541
545
|
(0, _Button.buttonUseMixin)(
|
|
542
546
|
t.btnPrimaryBg,
|
|
543
547
|
t.btnPrimaryBgStart,
|
|
@@ -566,7 +570,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
566
570
|
},
|
|
567
571
|
|
|
568
572
|
success: function success(t) {
|
|
569
|
-
return (0, _Emotion.css)(
|
|
573
|
+
return (0, _Emotion.css)(_templateObject47 || (_templateObject47 = (0, _taggedTemplateLiteralLoose2.default)(["\n ", ";\n\n &:hover:enabled {\n ", ";\n }\n\n &:active:enabled {\n ", "\n }\n "])),
|
|
570
574
|
(0, _Button.buttonUseMixin)(
|
|
571
575
|
t.btnSuccessBg,
|
|
572
576
|
t.btnSuccessBgStart,
|
|
@@ -595,7 +599,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
595
599
|
},
|
|
596
600
|
|
|
597
601
|
danger: function danger(t) {
|
|
598
|
-
return (0, _Emotion.css)(
|
|
602
|
+
return (0, _Emotion.css)(_templateObject48 || (_templateObject48 = (0, _taggedTemplateLiteralLoose2.default)(["\n ", ";\n\n &:hover:enabled {\n ", ";\n }\n\n &:active:enabled {\n ", "\n }\n "])),
|
|
599
603
|
(0, _Button.buttonUseMixin)(
|
|
600
604
|
t.btnDangerBg,
|
|
601
605
|
t.btnDangerBgStart,
|
|
@@ -624,7 +628,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
624
628
|
},
|
|
625
629
|
|
|
626
630
|
pay: function pay(t) {
|
|
627
|
-
return (0, _Emotion.css)(
|
|
631
|
+
return (0, _Emotion.css)(_templateObject49 || (_templateObject49 = (0, _taggedTemplateLiteralLoose2.default)(["\n ", ";\n\n &:hover:enabled {\n ", ";\n }\n\n &:active:enabled {\n ", "\n }\n "])),
|
|
628
632
|
(0, _Button.buttonUseMixin)(
|
|
629
633
|
t.btnPayBg,
|
|
630
634
|
t.btnPayBgStart,
|
|
@@ -653,7 +657,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
653
657
|
},
|
|
654
658
|
|
|
655
659
|
text: function text(t) {
|
|
656
|
-
return (0, _Emotion.css)(
|
|
660
|
+
return (0, _Emotion.css)(_templateObject50 || (_templateObject50 = (0, _taggedTemplateLiteralLoose2.default)(["\n &,\n &:enabled,\n &:hover:enabled {\n box-shadow: none;\n .", ", .", " {\n box-shadow: none !important;\n }\n }\n\n ", ";\n\n &:hover:enabled {\n ", ";\n }\n\n &:active:enabled {\n ", "\n }\n "])),
|
|
657
661
|
|
|
658
662
|
|
|
659
663
|
|
|
@@ -676,7 +680,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
676
680
|
},
|
|
677
681
|
|
|
678
682
|
backless: function backless(t) {
|
|
679
|
-
return (0, _Emotion.css)(
|
|
683
|
+
return (0, _Emotion.css)(_templateObject51 || (_templateObject51 = (0, _taggedTemplateLiteralLoose2.default)(["\n ", ";\n\n color: ", ";\n background: transparent;\n\n &:hover:enabled {\n ", ";\n }\n\n &:active:enabled {\n ", "\n }\n "])),
|
|
680
684
|
(0, _Button.buttonUseMixin)(
|
|
681
685
|
t.btnBacklessBg,
|
|
682
686
|
'',
|
|
@@ -720,7 +724,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
720
724
|
|
|
721
725
|
|
|
722
726
|
|
|
723
|
-
return (0, _Emotion.css)(
|
|
727
|
+
return (0, _Emotion.css)(_templateObject52 || (_templateObject52 = (0, _taggedTemplateLiteralLoose2.default)(["\n ", "\n\n &:hover:enabled,\n &:active:enabled,\n &:hover:active:enabled {\n ", "\n }\n "])),
|
|
724
728
|
checkedStyles,
|
|
725
729
|
|
|
726
730
|
|
|
@@ -758,7 +762,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
758
762
|
|
|
759
763
|
|
|
760
764
|
|
|
761
|
-
return (0, _Emotion.css)(
|
|
765
|
+
return (0, _Emotion.css)(_templateObject53 || (_templateObject53 = (0, _taggedTemplateLiteralLoose2.default)(["\n ", "\n\n &:hover:enabled,\n &:active:enabled,\n &:hover:active:enabled {\n ", "\n }\n "])),
|
|
762
766
|
checkedStyles,
|
|
763
767
|
|
|
764
768
|
|
|
@@ -770,7 +774,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
770
774
|
},
|
|
771
775
|
|
|
772
776
|
checkedFocused: function checkedFocused(t) {
|
|
773
|
-
return (0, _Emotion.css)(
|
|
777
|
+
return (0, _Emotion.css)(_templateObject54 || (_templateObject54 = (0, _taggedTemplateLiteralLoose2.default)(["\n &:hover:enabled,\n &:hover:active:enabled {\n box-shadow: inset 0 0 0 ", " ", ",\n 0 0 0 ", " ", " !important;\n border-color: ", " !important;\n }\n "])),
|
|
774
778
|
|
|
775
779
|
|
|
776
780
|
t.btnInsetWidth, t.btnOutlineColorFocus,
|
|
@@ -781,7 +785,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
781
785
|
},
|
|
782
786
|
|
|
783
787
|
checkedDisabled: function checkedDisabled(t) {
|
|
784
|
-
return (0, _Emotion.css)(
|
|
788
|
+
return (0, _Emotion.css)(_templateObject55 || (_templateObject55 = (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 "])),
|
|
785
789
|
t.btnBorderWidth, t.btnCheckedDisabledBorderColor,
|
|
786
790
|
t.btnCheckedDisabledBg,
|
|
787
791
|
t.btnCheckedDisabledColor,
|
|
@@ -801,7 +805,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
801
805
|
},
|
|
802
806
|
|
|
803
807
|
checkedDisabled2022: function checkedDisabled2022(t) {
|
|
804
|
-
return (0, _Emotion.css)(
|
|
808
|
+
return (0, _Emotion.css)(_templateObject56 || (_templateObject56 = (0, _taggedTemplateLiteralLoose2.default)(["\n svg {\n color: ", " !important;\n }\n "])),
|
|
805
809
|
|
|
806
810
|
t.btnCheckedDisabledColor);
|
|
807
811
|
|
|
@@ -809,7 +813,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
809
813
|
},
|
|
810
814
|
|
|
811
815
|
caption: function caption() {
|
|
812
|
-
return (0, _Emotion.css)(
|
|
816
|
+
return (0, _Emotion.css)(_templateObject57 || (_templateObject57 = (0, _taggedTemplateLiteralLoose2.default)(["\n position: relative;\n white-space: nowrap;\n display: inline-block;\n width: 100%;\n vertical-align: top;\n "])));
|
|
813
817
|
|
|
814
818
|
|
|
815
819
|
|
|
@@ -819,26 +823,26 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
819
823
|
},
|
|
820
824
|
|
|
821
825
|
captionLink: function captionLink() {
|
|
822
|
-
return (0, _Emotion.css)(
|
|
826
|
+
return (0, _Emotion.css)(_templateObject58 || (_templateObject58 = (0, _taggedTemplateLiteralLoose2.default)(["\n display: inline;\n transform: none !important; // override root:active style\n "])));
|
|
823
827
|
|
|
824
828
|
|
|
825
829
|
|
|
826
830
|
},
|
|
827
831
|
|
|
828
832
|
captionTranslated: function captionTranslated() {
|
|
829
|
-
return (0, _Emotion.css)(
|
|
833
|
+
return (0, _Emotion.css)(_templateObject59 || (_templateObject59 = (0, _taggedTemplateLiteralLoose2.default)(["\n transform: translateY(1px);\n "])));
|
|
830
834
|
|
|
831
835
|
|
|
832
836
|
},
|
|
833
837
|
|
|
834
838
|
captionDisabled: function captionDisabled() {
|
|
835
|
-
return (0, _Emotion.css)(
|
|
839
|
+
return (0, _Emotion.css)(_templateObject60 || (_templateObject60 = (0, _taggedTemplateLiteralLoose2.default)(["\n transform: none !important; // override root:active style\n "])));
|
|
836
840
|
|
|
837
841
|
|
|
838
842
|
},
|
|
839
843
|
|
|
840
844
|
wrap: function wrap(t) {
|
|
841
|
-
return (0, _Emotion.css)(
|
|
845
|
+
return (0, _Emotion.css)(_templateObject61 || (_templateObject61 = (0, _taggedTemplateLiteralLoose2.default)(["\n box-sizing: border-box;\n display: inline-block;\n line-height: normal;\n padding: ", ";\n "])),
|
|
842
846
|
|
|
843
847
|
|
|
844
848
|
|
|
@@ -847,100 +851,100 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
847
851
|
},
|
|
848
852
|
|
|
849
853
|
wrapSmall: function wrapSmall(t) {
|
|
850
|
-
return (0, _Emotion.css)(
|
|
854
|
+
return (0, _Emotion.css)(_templateObject62 || (_templateObject62 = (0, _taggedTemplateLiteralLoose2.default)(["\n height: ", ";\n "])),
|
|
851
855
|
t.btnHeightSmall);
|
|
852
856
|
|
|
853
857
|
},
|
|
854
858
|
|
|
855
859
|
wrapMedium: function wrapMedium(t) {
|
|
856
|
-
return (0, _Emotion.css)(
|
|
860
|
+
return (0, _Emotion.css)(_templateObject63 || (_templateObject63 = (0, _taggedTemplateLiteralLoose2.default)(["\n height: ", ";\n "])),
|
|
857
861
|
t.btnHeightMedium);
|
|
858
862
|
|
|
859
863
|
},
|
|
860
864
|
|
|
861
865
|
wrapLarge: function wrapLarge(t) {
|
|
862
|
-
return (0, _Emotion.css)(
|
|
866
|
+
return (0, _Emotion.css)(_templateObject64 || (_templateObject64 = (0, _taggedTemplateLiteralLoose2.default)(["\n height: ", ";\n "])),
|
|
863
867
|
t.btnHeightLarge);
|
|
864
868
|
|
|
865
869
|
},
|
|
866
870
|
|
|
867
871
|
narrow: function narrow() {
|
|
868
|
-
return (0, _Emotion.css)(
|
|
872
|
+
return (0, _Emotion.css)(_templateObject65 || (_templateObject65 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-left: 5px;\n padding-right: 5px;\n "])));
|
|
869
873
|
|
|
870
874
|
|
|
871
875
|
|
|
872
876
|
},
|
|
873
877
|
|
|
874
878
|
noPadding: function noPadding() {
|
|
875
|
-
return (0, _Emotion.css)(
|
|
879
|
+
return (0, _Emotion.css)(_templateObject66 || (_templateObject66 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-left: 0;\n padding-right: 0;\n "])));
|
|
876
880
|
|
|
877
881
|
|
|
878
882
|
|
|
879
883
|
},
|
|
880
884
|
|
|
881
885
|
noRightPadding: function noRightPadding() {
|
|
882
|
-
return (0, _Emotion.css)(
|
|
886
|
+
return (0, _Emotion.css)(_templateObject67 || (_templateObject67 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding-right: 0;\n "])));
|
|
883
887
|
|
|
884
888
|
|
|
885
889
|
},
|
|
886
890
|
|
|
887
891
|
iconNoRightMargin: function iconNoRightMargin() {
|
|
888
|
-
return (0, _Emotion.css)(
|
|
892
|
+
return (0, _Emotion.css)(_templateObject68 || (_templateObject68 = (0, _taggedTemplateLiteralLoose2.default)(["\n margin-right: 0;\n "])));
|
|
889
893
|
|
|
890
894
|
|
|
891
895
|
},
|
|
892
896
|
|
|
893
897
|
iconLink: function iconLink(t) {
|
|
894
|
-
return (0, _Emotion.css)(
|
|
898
|
+
return (0, _Emotion.css)(_templateObject69 || (_templateObject69 = (0, _taggedTemplateLiteralLoose2.default)(["\n margin-right: ", ";\n "])),
|
|
895
899
|
t.btnLinkIconMarginRight);
|
|
896
900
|
|
|
897
901
|
},
|
|
898
902
|
|
|
899
903
|
wrapLink: function wrapLink() {
|
|
900
|
-
return (0, _Emotion.css)(
|
|
904
|
+
return (0, _Emotion.css)(_templateObject70 || (_templateObject70 = (0, _taggedTemplateLiteralLoose2.default)(["\n padding: 0;\n "])));
|
|
901
905
|
|
|
902
906
|
|
|
903
907
|
},
|
|
904
908
|
|
|
905
909
|
wrapArrow: function wrapArrow() {
|
|
906
|
-
return (0, _Emotion.css)(
|
|
910
|
+
return (0, _Emotion.css)(_templateObject71 || (_templateObject71 = (0, _taggedTemplateLiteralLoose2.default)(["\n margin-right: 10px;\n "])));
|
|
907
911
|
|
|
908
912
|
|
|
909
913
|
},
|
|
910
914
|
|
|
911
915
|
wrapArrowLeft: function wrapArrowLeft() {
|
|
912
|
-
return (0, _Emotion.css)(
|
|
916
|
+
return (0, _Emotion.css)(_templateObject72 || (_templateObject72 = (0, _taggedTemplateLiteralLoose2.default)(["\n margin-right: 0;\n margin-left: 10px;\n "])));
|
|
913
917
|
|
|
914
918
|
|
|
915
919
|
|
|
916
920
|
},
|
|
917
921
|
|
|
918
922
|
icon: function icon() {
|
|
919
|
-
return (0, _Emotion.css)(
|
|
923
|
+
return (0, _Emotion.css)(_templateObject73 || (_templateObject73 = (0, _taggedTemplateLiteralLoose2.default)(["\n display: inline-block;\n "])));
|
|
920
924
|
|
|
921
925
|
|
|
922
926
|
},
|
|
923
927
|
iconSmall: function iconSmall(t) {
|
|
924
|
-
return (0, _Emotion.css)(
|
|
928
|
+
return (0, _Emotion.css)(_templateObject74 || (_templateObject74 = (0, _taggedTemplateLiteralLoose2.default)(["\n width: ", ";\n margin-right: ", ";\n "])),
|
|
925
929
|
t.btnIconSizeSmall,
|
|
926
930
|
t.btnIconGapSmall);
|
|
927
931
|
|
|
928
932
|
},
|
|
929
933
|
iconMedium: function iconMedium(t) {
|
|
930
|
-
return (0, _Emotion.css)(
|
|
934
|
+
return (0, _Emotion.css)(_templateObject75 || (_templateObject75 = (0, _taggedTemplateLiteralLoose2.default)(["\n width: ", ";\n margin-right: ", ";\n "])),
|
|
931
935
|
t.btnIconSizeMedium,
|
|
932
936
|
t.btnIconGapMedium);
|
|
933
937
|
|
|
934
938
|
},
|
|
935
939
|
iconLarge: function iconLarge(t) {
|
|
936
|
-
return (0, _Emotion.css)(
|
|
940
|
+
return (0, _Emotion.css)(_templateObject76 || (_templateObject76 = (0, _taggedTemplateLiteralLoose2.default)(["\n width: ", ";\n margin-right: ", ";\n "])),
|
|
937
941
|
t.btnIconSizeLarge,
|
|
938
942
|
t.btnIconGapLarge);
|
|
939
943
|
|
|
940
944
|
},
|
|
941
945
|
|
|
942
946
|
borderless: function borderless() {
|
|
943
|
-
return (0, _Emotion.css)(
|
|
947
|
+
return (0, _Emotion.css)(_templateObject77 || (_templateObject77 = (0, _taggedTemplateLiteralLoose2.default)(["\n &:enabled,\n &:active:hover: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 "])),
|
|
944
948
|
|
|
945
949
|
|
|
946
950
|
|
|
@@ -953,7 +957,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
953
957
|
},
|
|
954
958
|
|
|
955
959
|
borderless2022: function borderless2022() {
|
|
956
|
-
return (0, _Emotion.css)(
|
|
960
|
+
return (0, _Emotion.css)(_templateObject78 || (_templateObject78 = (0, _taggedTemplateLiteralLoose2.default)(["\n &,\n &:active:hover,\n &:hover {\n box-shadow: none !important; // override root:hover style\n }\n "])));
|
|
957
961
|
|
|
958
962
|
|
|
959
963
|
|
|
@@ -963,7 +967,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
963
967
|
},
|
|
964
968
|
|
|
965
969
|
loading: function loading() {
|
|
966
|
-
return (0, _Emotion.css)(
|
|
970
|
+
return (0, _Emotion.css)(_templateObject79 || (_templateObject79 = (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 "])));
|
|
967
971
|
|
|
968
972
|
|
|
969
973
|
|
|
@@ -978,7 +982,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
978
982
|
},
|
|
979
983
|
|
|
980
984
|
visibilityHidden: function visibilityHidden() {
|
|
981
|
-
return (0, _Emotion.css)(
|
|
985
|
+
return (0, _Emotion.css)(_templateObject80 || (_templateObject80 = (0, _taggedTemplateLiteralLoose2.default)(["\n visibility: hidden;\n "])));
|
|
982
986
|
|
|
983
987
|
|
|
984
988
|
} });exports.styles = styles;
|
|
@@ -986,7 +990,7 @@ var styles = (0, _Emotion.memoizeStyle)({
|
|
|
986
990
|
|
|
987
991
|
var activeStyles = (0, _Emotion.memoizeStyle)({
|
|
988
992
|
default: function _default(t) {
|
|
989
|
-
return (0, _Emotion.css)(
|
|
993
|
+
return (0, _Emotion.css)(_templateObject81 || (_templateObject81 = (0, _taggedTemplateLiteralLoose2.default)(["\n & {\n ", ";\n }\n "])),
|
|
990
994
|
|
|
991
995
|
(0, _Button.buttonActiveMixin)(
|
|
992
996
|
t.btnDefaultActiveBg,
|
|
@@ -1001,7 +1005,7 @@ var activeStyles = (0, _Emotion.memoizeStyle)({
|
|
|
1001
1005
|
},
|
|
1002
1006
|
|
|
1003
1007
|
primary: function primary(t) {
|
|
1004
|
-
return (0, _Emotion.css)(
|
|
1008
|
+
return (0, _Emotion.css)(_templateObject82 || (_templateObject82 = (0, _taggedTemplateLiteralLoose2.default)(["\n & {\n ", ";\n }\n "])),
|
|
1005
1009
|
|
|
1006
1010
|
(0, _Button.buttonActiveMixin)(
|
|
1007
1011
|
t.btnPrimaryActiveBg,
|
|
@@ -1016,7 +1020,7 @@ var activeStyles = (0, _Emotion.memoizeStyle)({
|
|
|
1016
1020
|
},
|
|
1017
1021
|
|
|
1018
1022
|
success: function success(t) {
|
|
1019
|
-
return (0, _Emotion.css)(
|
|
1023
|
+
return (0, _Emotion.css)(_templateObject83 || (_templateObject83 = (0, _taggedTemplateLiteralLoose2.default)(["\n & {\n ", ";\n }\n "])),
|
|
1020
1024
|
|
|
1021
1025
|
(0, _Button.buttonActiveMixin)(
|
|
1022
1026
|
t.btnSuccessActiveBg,
|
|
@@ -1031,7 +1035,7 @@ var activeStyles = (0, _Emotion.memoizeStyle)({
|
|
|
1031
1035
|
},
|
|
1032
1036
|
|
|
1033
1037
|
danger: function danger(t) {
|
|
1034
|
-
return (0, _Emotion.css)(
|
|
1038
|
+
return (0, _Emotion.css)(_templateObject84 || (_templateObject84 = (0, _taggedTemplateLiteralLoose2.default)(["\n & {\n ", ";\n }\n "])),
|
|
1035
1039
|
|
|
1036
1040
|
(0, _Button.buttonActiveMixin)(
|
|
1037
1041
|
t.btnDangerActiveBg,
|
|
@@ -1046,7 +1050,7 @@ var activeStyles = (0, _Emotion.memoizeStyle)({
|
|
|
1046
1050
|
},
|
|
1047
1051
|
|
|
1048
1052
|
pay: function pay(t) {
|
|
1049
|
-
return (0, _Emotion.css)(
|
|
1053
|
+
return (0, _Emotion.css)(_templateObject85 || (_templateObject85 = (0, _taggedTemplateLiteralLoose2.default)(["\n & {\n ", ";\n }\n "])),
|
|
1050
1054
|
|
|
1051
1055
|
(0, _Button.buttonActiveMixin)(
|
|
1052
1056
|
t.btnPayActiveBg,
|
|
@@ -1061,7 +1065,7 @@ var activeStyles = (0, _Emotion.memoizeStyle)({
|
|
|
1061
1065
|
},
|
|
1062
1066
|
|
|
1063
1067
|
link: function link(t) {
|
|
1064
|
-
return (0, _Emotion.css)(
|
|
1068
|
+
return (0, _Emotion.css)(_templateObject86 || (_templateObject86 = (0, _taggedTemplateLiteralLoose2.default)(["\n & {\n color: ", ";\n }\n "])),
|
|
1065
1069
|
|
|
1066
1070
|
t.btnLinkActiveColor);
|
|
1067
1071
|
|
|
@@ -1069,7 +1073,7 @@ var activeStyles = (0, _Emotion.memoizeStyle)({
|
|
|
1069
1073
|
},
|
|
1070
1074
|
|
|
1071
1075
|
text: function text(t) {
|
|
1072
|
-
return (0, _Emotion.css)(
|
|
1076
|
+
return (0, _Emotion.css)(_templateObject87 || (_templateObject87 = (0, _taggedTemplateLiteralLoose2.default)(["\n & {\n ", ";\n }\n "])),
|
|
1073
1077
|
|
|
1074
1078
|
(0, _Button.buttonActiveMixin)(t.btnTextActiveBg, '', t.btnTextActiveBg, '', t.btnBorderWidth, t.btnArrowBgImageActive));
|
|
1075
1079
|
|
|
@@ -1077,7 +1081,7 @@ var activeStyles = (0, _Emotion.memoizeStyle)({
|
|
|
1077
1081
|
},
|
|
1078
1082
|
|
|
1079
1083
|
backless: function backless(t) {
|
|
1080
|
-
return (0, _Emotion.css)(
|
|
1084
|
+
return (0, _Emotion.css)(_templateObject88 || (_templateObject88 = (0, _taggedTemplateLiteralLoose2.default)(["\n &,\n &:hover {\n background: ", ";\n }\n "])),
|
|
1081
1085
|
|
|
1082
1086
|
|
|
1083
1087
|
t.btnBacklessActiveBg);
|