react-gldn-kit 0.1.21 → 0.1.22
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.
|
@@ -39,8 +39,8 @@ var jsx_runtime_1 = require("react/jsx-runtime");
|
|
|
39
39
|
var react_1 = require("react");
|
|
40
40
|
var BaseInput_1 = require("components/ui/Inputs/BaseInput");
|
|
41
41
|
var LotterySvg_1 = require("components/ui/Icons/Base/LotterySvg");
|
|
42
|
-
var styles = __importStar(require("./PromoCode.module.css"));
|
|
43
42
|
var Text_1 = require("components/Text");
|
|
43
|
+
var styles = __importStar(require("./PromoCode.module.css"));
|
|
44
44
|
var RegistrationPromoCode = function (props) {
|
|
45
45
|
var setPromoCode = props.setPromoCode, referralCode = props.referralCode, classes = props.classes, _a = props.translatesKeys, translatesKeys = _a === void 0 ? [
|
|
46
46
|
'registrations.promoCode.openPromoCodeTitle',
|
package/dist/main.css
CHANGED
|
@@ -929,6 +929,7 @@
|
|
|
929
929
|
.KIT__PromoCode-module__marginBottom___ym0Mm {
|
|
930
930
|
margin-bottom: 60px;
|
|
931
931
|
}
|
|
932
|
+
|
|
932
933
|
.KIT__ArrowButton-module__openedColor___M7HTi * {
|
|
933
934
|
fill: var(--arrow-button-opened-svg-path-fill);
|
|
934
935
|
cursor: pointer;
|
|
@@ -2541,12 +2542,14 @@
|
|
|
2541
2542
|
left: calc(var(--indent-m) * -1);
|
|
2542
2543
|
z-index: var(--layout-lvl-1);
|
|
2543
2544
|
}
|
|
2545
|
+
|
|
2544
2546
|
.KIT__LanguageSelector-module__iconFlag___Dv8WU {
|
|
2545
2547
|
--size: 16px;
|
|
2546
2548
|
width: 16px;
|
|
2547
2549
|
width: var(--size);
|
|
2548
2550
|
height: 16px;
|
|
2549
2551
|
height: var(--size);
|
|
2552
|
+
flex-shrink: 0;
|
|
2550
2553
|
}
|
|
2551
2554
|
|
|
2552
2555
|
.KIT__LanguageSelector-module__language___hJ6IS {
|