@gem-sdk/components 2.4.2 → 2.4.3

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.
@@ -118,25 +118,28 @@ const config = {
118
118
  id: 'openApp'
119
119
  }
120
120
  },
121
- {
122
- type: 'control',
123
- label: {
124
- en: 'Align'
125
- },
126
- setting: {
127
- id: 'align'
128
- }
129
- },
130
121
  {
131
122
  type: 'control',
132
123
  setting: {
133
124
  id: 'productId'
134
125
  },
126
+ label: {
127
+ en: 'Product ID'
128
+ },
135
129
  options: {
136
130
  hideOnPages: [
137
131
  'GP_PRODUCT'
138
132
  ]
139
133
  }
134
+ },
135
+ {
136
+ type: 'control',
137
+ label: {
138
+ en: 'Align'
139
+ },
140
+ setting: {
141
+ id: 'align'
142
+ }
140
143
  }
141
144
  ]
142
145
  };
@@ -114,25 +114,28 @@ const config = {
114
114
  id: 'openApp'
115
115
  }
116
116
  },
117
- {
118
- type: 'control',
119
- label: {
120
- en: 'Align'
121
- },
122
- setting: {
123
- id: 'align'
124
- }
125
- },
126
117
  {
127
118
  type: 'control',
128
119
  setting: {
129
120
  id: 'productId'
130
121
  },
122
+ label: {
123
+ en: 'Product ID'
124
+ },
131
125
  options: {
132
126
  hideOnPages: [
133
127
  'GP_PRODUCT'
134
128
  ]
135
129
  }
130
+ },
131
+ {
132
+ type: 'control',
133
+ label: {
134
+ en: 'Align'
135
+ },
136
+ setting: {
137
+ id: 'align'
138
+ }
136
139
  }
137
140
  ]
138
141
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "2.4.2",
3
+ "version": "2.4.3",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",