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