@gem-sdk/components 2.6.0-staging.31 → 2.6.0-staging.32

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.
@@ -1389,7 +1389,8 @@ const config = {
1389
1389
  },
1390
1390
  styles: {
1391
1391
  position: {
1392
- desktop: 'only-feature'
1392
+ desktop: 'only-feature',
1393
+ mobile: 'only-feature'
1393
1394
  }
1394
1395
  },
1395
1396
  advanced: {
@@ -1385,7 +1385,8 @@ const config = {
1385
1385
  },
1386
1386
  styles: {
1387
1387
  position: {
1388
- desktop: 'only-feature'
1388
+ desktop: 'only-feature',
1389
+ mobile: 'only-feature'
1389
1390
  }
1390
1391
  },
1391
1392
  advanced: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "2.6.0-staging.31",
3
+ "version": "2.6.0-staging.32",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",