@blocklet/launcher-workflow 2.2.5 → 2.2.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/es/purchase.js CHANGED
@@ -569,6 +569,7 @@ const Container = styled(Layout)`
569
569
  align-item: center;
570
570
  margin-top: auto;
571
571
  padding-top: 16px;
572
+ padding-bottom: ${props => props.embed ? '0' : '16px'};
572
573
 
573
574
  > * {
574
575
  margin: 0 8px;
package/lib/purchase.js CHANGED
@@ -546,7 +546,7 @@ function PurchasePage(_ref) {
546
546
  })]
547
547
  });
548
548
  }
549
- const Container = (0, _styled.default)(_layout.default)(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n .container-inner {\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n }\n\n .plan-list {\n display: flex;\n justify-content: center;\n align-items: center;\n\n @media (min-width: 900px) {\n margin-top: 20px;\n }\n\n @media (min-width: 680px) and (max-width: 899px) {\n justify-content: center;\n }\n\n .toc {\n min-width: 180px;\n margin-right: 20px;\n }\n\n button.splide__pagination__page.is-active {\n background: #9397a1;\n }\n }\n\n .splide__pagination-custom {\n bottom: -24px;\n }\n\n .footer {\n display: flex;\n justify-content: ", ";\n align-item: center;\n margin-top: auto;\n padding-top: 16px;\n\n > * {\n margin: 0 8px;\n ", " {\n margin: 0 16px;\n }\n }\n\n @media (max-width: ", "px) {\n flex-direction: column;\n align-items: center;\n }\n\n .footer-left {\n display: flex;\n gap: 16px;\n align-items: center;\n justify-content: space-between;\n\n .select-space {\n order: 1;\n color: #000;\n\n &:hover {\n text-decoration: underline !important;\n }\n }\n\n .redeem-button {\n order: 1;\n }\n\n @media (max-width: ", "px) {\n width: 100%;\n flex-direction: column;\n\n .redeem-button {\n width: 100%;\n order: 2;\n }\n }\n }\n\n .button-next {\n min-width: 200px;\n\n @media (max-width: ", "px) {\n width: 100%;\n margin-top: 20px;\n }\n }\n }\n"])), props => props.embed ? 'space-between' : 'flex-end', props => props.theme.breakpoints.up('md'), props => props.theme.breakpoints.values.sm, props => props.theme.breakpoints.values.sm, props => props.theme.breakpoints.values.sm);
549
+ const Container = (0, _styled.default)(_layout.default)(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n .container-inner {\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n }\n\n .plan-list {\n display: flex;\n justify-content: center;\n align-items: center;\n\n @media (min-width: 900px) {\n margin-top: 20px;\n }\n\n @media (min-width: 680px) and (max-width: 899px) {\n justify-content: center;\n }\n\n .toc {\n min-width: 180px;\n margin-right: 20px;\n }\n\n button.splide__pagination__page.is-active {\n background: #9397a1;\n }\n }\n\n .splide__pagination-custom {\n bottom: -24px;\n }\n\n .footer {\n display: flex;\n justify-content: ", ";\n align-item: center;\n margin-top: auto;\n padding-top: 16px;\n padding-bottom: ", ";\n\n > * {\n margin: 0 8px;\n ", " {\n margin: 0 16px;\n }\n }\n\n @media (max-width: ", "px) {\n flex-direction: column;\n align-items: center;\n }\n\n .footer-left {\n display: flex;\n gap: 16px;\n align-items: center;\n justify-content: space-between;\n\n .select-space {\n order: 1;\n color: #000;\n\n &:hover {\n text-decoration: underline !important;\n }\n }\n\n .redeem-button {\n order: 1;\n }\n\n @media (max-width: ", "px) {\n width: 100%;\n flex-direction: column;\n\n .redeem-button {\n width: 100%;\n order: 2;\n }\n }\n }\n\n .button-next {\n min-width: 200px;\n\n @media (max-width: ", "px) {\n width: 100%;\n margin-top: 20px;\n }\n }\n }\n"])), props => props.embed ? 'space-between' : 'flex-end', props => props.embed ? '0' : '16px', props => props.theme.breakpoints.up('md'), props => props.theme.breakpoints.values.sm, props => props.theme.breakpoints.values.sm, props => props.theme.breakpoints.values.sm);
550
550
  PurchasePage.propTypes = {
551
551
  disableBack: _propTypes.default.bool
552
552
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-workflow",
3
- "version": "2.2.5",
3
+ "version": "2.2.7",
4
4
  "description": "Purchase components for Launcher UI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -41,19 +41,19 @@
41
41
  "react": ">=18.1.0"
42
42
  },
43
43
  "dependencies": {
44
- "@arcblock/did-connect": "^2.7.15",
45
- "@arcblock/icons": "^2.7.15",
46
- "@arcblock/license": "^2.7.15",
47
- "@arcblock/react-hooks": "^2.7.15",
48
- "@arcblock/ux": "^2.7.15",
49
- "@blocklet/launcher-layout": "2.2.5",
50
- "@blocklet/launcher-util": "2.2.5",
51
- "@blocklet/launcher-ux": "2.2.5",
52
- "@blocklet/payment": "^1.13.5",
44
+ "@arcblock/did-connect": "^2.7.16",
45
+ "@arcblock/icons": "^2.7.16",
46
+ "@arcblock/license": "^2.7.16",
47
+ "@arcblock/react-hooks": "^2.7.16",
48
+ "@arcblock/ux": "^2.7.16",
49
+ "@blocklet/launcher-layout": "2.2.7",
50
+ "@blocklet/launcher-util": "2.2.7",
51
+ "@blocklet/launcher-ux": "2.2.7",
52
+ "@blocklet/payment": "^1.13.7",
53
53
  "@emotion/react": "^11.11.1",
54
54
  "@emotion/styled": "^11.11.0",
55
- "@mui/icons-material": "^5.14.7",
56
- "@mui/material": "^5.14.7",
55
+ "@mui/icons-material": "^5.14.8",
56
+ "@mui/material": "^5.14.8",
57
57
  "@ocap/util": "^1.18.89",
58
58
  "@splidejs/react-splide": "^0.7.12",
59
59
  "@splidejs/splide": "^4.1.4",
@@ -75,10 +75,10 @@
75
75
  "url-join": "^4.0.1"
76
76
  },
77
77
  "devDependencies": {
78
- "@babel/cli": "^7.22.10",
79
- "@babel/core": "^7.22.11",
80
- "@babel/preset-env": "^7.22.14",
81
- "@babel/preset-react": "^7.22.5",
78
+ "@babel/cli": "^7.22.15",
79
+ "@babel/core": "^7.22.15",
80
+ "@babel/preset-env": "^7.22.15",
81
+ "@babel/preset-react": "^7.22.15",
82
82
  "babel-plugin-inline-react-svg": "^2.0.2",
83
83
  "glob": "^10.3.4",
84
84
  "jest": "^27.5.1"
@@ -101,5 +101,5 @@
101
101
  "require": "./lib/locales/index.js"
102
102
  }
103
103
  },
104
- "gitHead": "fab4f0dd5e6475b7e96104219aec4da5262df3ef"
104
+ "gitHead": "9df17f16bd8923b06b3b995912589afbc4afad3c"
105
105
  }