diy-template-components 2.0.69 → 2.0.70

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.
package/build/index.es.js CHANGED
@@ -342,6 +342,13 @@ const useSectionStyles$a = createUseStyles(theme => ({
342
342
  originalPrice: {
343
343
  color: '#FFFFFF',
344
344
  textDecoration: 'line-through'
345
+ },
346
+ BottomSheetContainer: {
347
+ position: 'fixed',
348
+ bottom: 0,
349
+ left: 0,
350
+ width: '100%',
351
+ zIndex: '2'
345
352
  }
346
353
  },
347
354
  mobileAppNameClass: {