react-gldn-kit 0.1.162 → 0.1.165
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.
|
@@ -268,7 +268,8 @@ var Alerts = function (props) {
|
|
|
268
268
|
}, [modalType, oldModalType]);
|
|
269
269
|
var isXACTheme = types_2.ESignUpTheme[additionalSettings === null || additionalSettings === void 0 ? void 0 : additionalSettings.registrationTheme] === types_2.ESignUpTheme.WhiteYellow ||
|
|
270
270
|
types_2.ESignUpTheme[additionalSettings === null || additionalSettings === void 0 ? void 0 : additionalSettings.registrationTheme] === types_2.ESignUpTheme.WhiteBlue ||
|
|
271
|
-
types_2.ESignUpTheme[additionalSettings === null || additionalSettings === void 0 ? void 0 : additionalSettings.registrationTheme] === types_2.ESignUpTheme.WhitePurple
|
|
271
|
+
types_2.ESignUpTheme[additionalSettings === null || additionalSettings === void 0 ? void 0 : additionalSettings.registrationTheme] === types_2.ESignUpTheme.WhitePurple ||
|
|
272
|
+
types_2.ESignUpTheme[additionalSettings === null || additionalSettings === void 0 ? void 0 : additionalSettings.registrationTheme] === types_2.ESignUpTheme.SecondaryYellow;
|
|
272
273
|
// TODO OPTIMIZE
|
|
273
274
|
return ((0, jsx_runtime_1.jsx)(ModalLayout_1.ModalLayout, __assign({ popUpHeaderProps: __assign(__assign({ title: !(additionalSettings === null || additionalSettings === void 0 ? void 0 : additionalSettings.bonusSignUp) &&
|
|
274
275
|
((additionalSettings === null || additionalSettings === void 0 ? void 0 : additionalSettings.title) || (0, shared_1.getModalTitle)(modalType)), closeButton: (additionalSettings === null || additionalSettings === void 0 ? void 0 : additionalSettings.preventClose) ? undefined : handleClose, isHidden: additionalSettings === null || additionalSettings === void 0 ? void 0 : additionalSettings.isHidden }, ((additionalSettings === null || additionalSettings === void 0 ? void 0 : additionalSettings.popUpHeaderProps) || {})), { titleClasses: (0, classnames_1.default)((_a = {},
|
package/dist/main.css
CHANGED
|
@@ -4136,7 +4136,7 @@
|
|
|
4136
4136
|
overflow: hidden;
|
|
4137
4137
|
border-radius: var(--border-m);
|
|
4138
4138
|
background: var(--background-bonus-card);
|
|
4139
|
-
border:
|
|
4139
|
+
border: var(--bonus-card-border);
|
|
4140
4140
|
|
|
4141
4141
|
display: flex;
|
|
4142
4142
|
flex-direction: column;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-gldn-kit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.165",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"keywords": [],
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"scripts": {
|
|
10
10
|
"build:types": "rm -rf ./dist/lib && tsc --build tsconfig.json",
|
|
11
11
|
"dev": "npm run build:types && webpack --watch",
|
|
12
|
-
"build": "rm -rf dist && npm run add:react && npm run build:types && webpack --mode=production --node-env=production",
|
|
12
|
+
"build": "rm -rf dist && npm run add:react:second && npm run build:types && webpack --mode=production --node-env=production",
|
|
13
13
|
"publish": "npm i && npm run build && npm publish",
|
|
14
14
|
"clear": "sudo rm -rf node_modules && npm i",
|
|
15
15
|
"add:react": "npm link ../../betendy-tech/betendy-tech/node_modules/react ../../betendy-tech/betendy-tech/node_modules/@types/react ../../betendy-tech/betendy-tech/node_modules/classnames ../../betendy-tech/betendy-tech/node_modules/react-dom ../../betendy-tech/betendy-tech/node_modules/@types/react-dom ../../betendy-tech/betendy-tech/node_modules/react-memory-optimization",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"postcss-loader": "^8.1.1",
|
|
45
45
|
"postcss-preset-env": "^10.1.2",
|
|
46
46
|
"prettier": "^2.8.8",
|
|
47
|
-
"react-render-hooks": "^0.0.
|
|
47
|
+
"react-render-hooks": "^0.0.123",
|
|
48
48
|
"rimraf": "^6.0.1",
|
|
49
49
|
"scheduler": "^0.25.0",
|
|
50
50
|
"style-loader": "^4.0.0",
|