@gem-sdk/core 1.28.7 → 1.28.10

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.
@@ -45,8 +45,7 @@ const customRenderChildren = [
45
45
  ];
46
46
  const excludeApplyStyle = [
47
47
  'IconListV2',
48
- 'IconList',
49
- 'Accordion'
48
+ 'IconList'
50
49
  ];
51
50
 
52
51
  exports.customRenderChildren = customRenderChildren;
@@ -160,8 +160,8 @@ const makeFixedBgAttachmentByDevice = (device, bgAttachment)=>{
160
160
  [`--pos${suffix}`]: 'absolute'
161
161
  },
162
162
  content: {
163
- [`--w${suffix}`]: 'inherit',
164
- [`--h${suffix}`]: 'inherit',
163
+ [`--w${suffix}`]: '100%',
164
+ [`--h${suffix}`]: '100%',
165
165
  [`--pos${suffix}`]: 'absolute',
166
166
  [`--bga${suffix}`]: bgAttachment
167
167
  }
@@ -43,8 +43,7 @@ const customRenderChildren = [
43
43
  ];
44
44
  const excludeApplyStyle = [
45
45
  'IconListV2',
46
- 'IconList',
47
- 'Accordion'
46
+ 'IconList'
48
47
  ];
49
48
 
50
49
  export { customRenderChildren, disableWrap, excludeApplyStyle };
@@ -158,8 +158,8 @@ const makeFixedBgAttachmentByDevice = (device, bgAttachment)=>{
158
158
  [`--pos${suffix}`]: 'absolute'
159
159
  },
160
160
  content: {
161
- [`--w${suffix}`]: 'inherit',
162
- [`--h${suffix}`]: 'inherit',
161
+ [`--w${suffix}`]: '100%',
162
+ [`--h${suffix}`]: '100%',
163
163
  [`--pos${suffix}`]: 'absolute',
164
164
  [`--bga${suffix}`]: bgAttachment
165
165
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.28.7",
3
+ "version": "1.28.10",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",