@crystaldesign/diva-seller 25.11.0-beta.5 → 25.11.0-beta.7
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/build/esm/index.js +3 -4
- package/package.json +5 -5
package/build/esm/index.js
CHANGED
@@ -6161,13 +6161,14 @@ function Step2ClientData(_ref) {
|
|
6161
6161
|
var saveButton = "saveButton-vFkgp";
|
6162
6162
|
var newPlanningButton = "newPlanningButton-rpBS2";
|
6163
6163
|
var saveButtonGroup = "saveButtonGroup-r-Uwi";
|
6164
|
+
var checkoutButtonGroupWrapper = "checkoutButtonGroupWrapper-KU9eI";
|
6164
6165
|
var checkout3Container = "checkout3Container-efdnR";
|
6165
6166
|
var checkout3Header = "checkout3Header-Kph7T";
|
6166
6167
|
var checkoutHeaderButtonGroup = "checkoutHeaderButtonGroup-ao8TM";
|
6167
6168
|
var gdprCheckbox = "gdprCheckbox-jqVEK";
|
6168
6169
|
var checkoutForm = "checkoutForm-wZEGN";
|
6169
6170
|
var checkoutStatusButton = "checkoutStatusButton-aTyfj";
|
6170
|
-
var css_248z$c = ".saveButton-vFkgp {\n width: 25%;\n}\n\n.newPlanningButton-rpBS2 {\n width: 20%;\n}\n.saveButtonGroup-r-Uwi {\n text-align: right !important;\n}\n\n.checkout3Container-efdnR {\n display: flex;\n flex-direction: column;\n width: 95%;\n max-width: 1600px;\n margin: 1rem;\n}\n\n.checkout3Header-Kph7T {\n display: flex;\n flex-direction: row;\n width: 50%;\n}\n\n.checkoutHeaderButtonGroup-ao8TM {\n margin-top: 0.4rem;\n margin-bottom: 1rem;\n margin-left: 1rem;\n width: 100%;\n}\n.gdprCheckbox-jqVEK {\n margin-left: 40px;\n}\n\n.checkoutForm-wZEGN {\n width: 100%;\n}\n.checkoutStatusButton-aTyfj {\n min-width: 100px !important;\n}\n\n@media (max-width: 600px) {\n .checkout3Header-Kph7T {\n justify-content: center;\n flex-direction: column;\n width: 100%;\n }\n .checkoutStatusButton-aTyfj {\n min-width: 70px !important;\n }\n .checkoutHeaderButtonGroup-ao8TM {\n margin-top: 0.4rem;\n margin-bottom: 1rem;\n margin-left: 0;\n width: 100%;\n }\n}\n";
|
6171
|
+
var css_248z$c = ".saveButton-vFkgp {\n width: 25%;\n}\n\n.newPlanningButton-rpBS2 {\n width: 20%;\n}\n.saveButtonGroup-r-Uwi {\n text-align: right !important;\n}\n\n.checkoutButtonGroupWrapper-KU9eI {\n margin-top: 0.4rem;\n}\n\n.checkout3Container-efdnR {\n display: flex;\n flex-direction: column;\n width: 95%;\n max-width: 1600px;\n margin: 1rem;\n}\n\n.checkout3Header-Kph7T {\n display: flex;\n flex-direction: row;\n width: 50%;\n}\n\n.checkoutHeaderButtonGroup-ao8TM {\n margin-top: 0.4rem;\n margin-bottom: 1rem;\n margin-left: 1rem;\n width: 100%;\n}\n.gdprCheckbox-jqVEK {\n margin-left: 40px;\n}\n\n.checkoutForm-wZEGN {\n width: 100%;\n max-height: 630px;\n}\n.checkoutStatusButton-aTyfj {\n min-width: 100px !important;\n}\n\n@media (max-width: 600px) {\n .checkout3Header-Kph7T {\n justify-content: center;\n flex-direction: column;\n width: 100%;\n }\n .checkoutStatusButton-aTyfj {\n min-width: 70px !important;\n }\n .checkoutHeaderButtonGroup-ao8TM {\n margin-top: 0.4rem;\n margin-bottom: 1rem;\n margin-left: 0;\n width: 100%;\n }\n .checkoutButtonGroupWrapper-KU9eI {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n }\n .saveButton-vFkgp {\n width: auto;\n width: initial;\n }\n\n .newPlanningButton-rpBS2 {\n width: auto;\n width: initial;\n }\n .checkoutForm-wZEGN {\n width: 100%;\n max-height: none;\n max-height: initial;\n }\n}\n";
|
6171
6172
|
styleInject(css_248z$c);
|
6172
6173
|
|
6173
6174
|
function StatusMenu(_ref) {
|
@@ -6226,9 +6227,7 @@ function SaveButtonsGroup(_ref) {
|
|
6226
6227
|
t = _useTranslation.t;
|
6227
6228
|
var classes = useStyles$1();
|
6228
6229
|
return /*#__PURE__*/jsxs("div", {
|
6229
|
-
|
6230
|
-
marginTop: '0.4rem'
|
6231
|
-
},
|
6230
|
+
className: checkoutButtonGroupWrapper,
|
6232
6231
|
children: [(configSaveButtons === null || configSaveButtons === void 0 ? void 0 : configSaveButtons.includes('SAVE')) && /*#__PURE__*/jsx(Button$1, {
|
6233
6232
|
variant: "contained",
|
6234
6233
|
size: "medium",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@crystaldesign/diva-seller",
|
3
|
-
"version": "25.11.0-beta.
|
3
|
+
"version": "25.11.0-beta.7",
|
4
4
|
"description": "",
|
5
5
|
"scripts": {
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1"
|
@@ -29,9 +29,9 @@
|
|
29
29
|
"react-dom": "^18.3.1"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@crystaldesign/analytics": "25.11.0-beta.
|
33
|
-
"@crystaldesign/products-component": "25.11.0-beta.
|
34
|
-
"@crystaldesign/real-time-viewer": "25.11.0-beta.
|
32
|
+
"@crystaldesign/analytics": "25.11.0-beta.7",
|
33
|
+
"@crystaldesign/products-component": "25.11.0-beta.7",
|
34
|
+
"@crystaldesign/real-time-viewer": "25.11.0-beta.7",
|
35
35
|
"@emotion/react": "^11.4.1",
|
36
36
|
"@emotion/styled": "^11.3.0",
|
37
37
|
"@mui/icons-material": "^6.1.5",
|
@@ -43,5 +43,5 @@
|
|
43
43
|
},
|
44
44
|
"types": "./build/types/seller/src/index.d.ts",
|
45
45
|
"module": "build/esm/index.js",
|
46
|
-
"gitHead": "
|
46
|
+
"gitHead": "084e121a75ba1cb948b4e18ce91b99095ed2ebf9"
|
47
47
|
}
|