@sendoutcards/quantum-design-ui 1.7.39 → 1.7.40

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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -21779,7 +21779,7 @@ var UpsaleDialog = function (_a) {
21779
21779
  }))))), jsx(Div, {
21780
21780
  backgroundColor: "foreground",
21781
21781
  width: device <= 1367 ? '100%' : 'calc(100% - 10rem)',
21782
- position: isMobile ? 'relative' : 'fixed',
21782
+ position: isMobile ? 'relative' : 'absolute',
21783
21783
  bottom: isMobile ? dialogFooterHeight : 'x0',
21784
21784
  inset: isMobile ? 'x1' : {
21785
21785
  bottom: 'x4'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendoutcards/quantum-design-ui",
3
- "version": "1.7.39",
3
+ "version": "1.7.40",
4
4
  "description": "UI component library for Quantum Design System",
5
5
  "module": "dist/index.es.js",
6
6
  "jsnext:main": "dist/index.es.js",