@blocklet/launcher-workflow 2.1.90 → 2.1.92

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.
@@ -33,4 +33,4 @@ function Layout(_ref) {
33
33
  Layout.propTypes = {
34
34
  children: _propTypes.default.any.isRequired
35
35
  };
36
- const Container = _styled.default.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n width: 100%;\n height: 100%;\n padding: 0 32px 32px;\n\n ", " {\n padding: 0 16px 16px;\n }\n"])), props => props.theme.breakpoints.down('md'));
36
+ const Container = _styled.default.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n width: 100%;\n height: 100%;\n"])));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-workflow",
3
- "version": "2.1.90",
3
+ "version": "2.1.92",
4
4
  "description": "Purchase components for Launcher UI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,9 +40,9 @@
40
40
  "@arcblock/license": "^2.6.7",
41
41
  "@arcblock/react-hooks": "^2.6.7",
42
42
  "@arcblock/ux": "^2.6.7",
43
- "@blocklet/launcher-layout": "2.1.90",
44
- "@blocklet/launcher-util": "2.1.90",
45
- "@blocklet/launcher-ux": "2.1.90",
43
+ "@blocklet/launcher-layout": "2.1.92",
44
+ "@blocklet/launcher-util": "2.1.92",
45
+ "@blocklet/launcher-ux": "2.1.92",
46
46
  "@blocklet/payment": "^1.12.35",
47
47
  "@emotion/react": "^11.11.1",
48
48
  "@emotion/styled": "^11.11.0",
@@ -76,5 +76,5 @@
76
76
  "babel-plugin-inline-react-svg": "^2.0.2",
77
77
  "jest": "^27.5.1"
78
78
  },
79
- "gitHead": "7838a63c9cf10ccc1575a04bec0a38ad1f541b16"
79
+ "gitHead": "6f32ac9b9a7c2c1fc84cb9e69bede56b58cdf84a"
80
80
  }