@magento/pagebuilder 8.2.1-beta.3 → 9.2.1-alpha.8

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.
@@ -3,7 +3,7 @@
3
3
 
4
4
  @media only screen and (max-width: 768px) {
5
5
  .root {
6
- background-attachment: scroll !important;
7
- flex-basis: 100%;
6
+ @apply !bg-scroll;
7
+ @apply basis-full;
8
8
  }
9
9
  }
@@ -1,8 +1,8 @@
1
- .root:empty {
2
- display: none;
1
+ .root {
2
+ composes: empty_hidden from global;
3
3
  }
4
4
 
5
5
  .root_inline {
6
6
  composes: root;
7
- display: inline-block;
7
+ @apply inline-block;
8
8
  }
@@ -125,16 +125,13 @@ ul.navigation::-webkit-scrollbar {
125
125
 
126
126
  .panel {
127
127
  min-height: inherit;
128
+ composes: !empty_hidden from global;
128
129
  }
129
130
 
130
131
  .panelSelected {
131
132
  display: block;
132
133
  }
133
134
 
134
- .panel:empty {
135
- display: none !important; /* Necessary because of inline styles; to be fixed in MC-18326 */
136
- }
137
-
138
135
  .content {
139
136
  border: var(--tabs-border-width) var(--tabs-border) var(--tabs-border-color);
140
137
  overflow: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magento/pagebuilder",
3
- "version": "8.2.1-beta.3",
3
+ "version": "9.2.1-alpha.8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,9 +34,9 @@
34
34
  "homepage": "https://github.com/magento/pwa-studio/tree/main/packages/pagebuilder#readme",
35
35
  "dependencies": {},
36
36
  "devDependencies": {
37
- "@magento/peregrine": "13.2.1-beta.3",
38
- "@magento/pwa-buildpack": "11.4.3-beta.3",
39
- "@magento/venia-ui": "10.3.0-beta.3",
37
+ "@magento/peregrine": "14.2.1-alpha.8",
38
+ "@magento/pwa-buildpack": "~11.4.3",
39
+ "@magento/venia-ui": "11.3.0-alpha.8",
40
40
  "@storybook/react": "~6.3.7",
41
41
  "jarallax": "~1.11.1",
42
42
  "load-google-maps-api": "~2.0.1",
@@ -49,10 +49,10 @@
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@apollo/client": "~3.5.0",
52
- "@magento/babel-preset-peregrine": "1.2.3-beta.3",
53
- "@magento/peregrine": "13.2.1-beta.3",
54
- "@magento/pwa-buildpack": "11.4.3-beta.3",
55
- "@magento/venia-ui": "10.3.0-beta.3",
52
+ "@magento/babel-preset-peregrine": "~1.2.3",
53
+ "@magento/peregrine": "14.2.1-alpha.8",
54
+ "@magento/pwa-buildpack": "~11.4.3",
55
+ "@magento/venia-ui": "11.3.0-alpha.8",
56
56
  "jarallax": "~1.11.1",
57
57
  "load-google-maps-api": "~2.0.1",
58
58
  "lodash.escape": "~4.0.1",