@odx/foundation 1.0.0-rc.7 → 1.0.0-rc.8

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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 1.0.0-rc.8
2
+
3
+ ### Bug Fixes
4
+
5
+ - Remove scroll lock gutter when scrollbar is not present to prevent unnecessary layout shift
6
+
1
7
  ## 1.0.0-rc.7
2
8
 
3
9
  ### Minor Changes
package/dist/styles.css CHANGED
@@ -162,7 +162,7 @@
162
162
  }
163
163
 
164
164
  .odx-scroll-lock {
165
- scrollbar-gutter: var(--odx-scroll-lock-gutter, stable) !important;
165
+ scrollbar-gutter: var(--odx-scroll-lock-gutter) !important;
166
166
  }
167
167
 
168
168
  .odx-scroll-lock body {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@odx/foundation",
3
3
  "displayName": "ODX Design System Foundation",
4
4
  "description": "The design foundation of the ODX Design System, providing base styles and utilities",
5
- "version": "1.0.0-rc.7",
5
+ "version": "1.0.0-rc.8",
6
6
  "author": "Drägerwerk AG & Co.KGaA",
7
7
  "license": "SEE LICENSE IN LICENSE",
8
8
  "homepage": "https://odx.draeger.com",
@@ -20,12 +20,12 @@
20
20
  "@odx/design-tokens": "^4.0.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@tsdown/css": "0.22.0",
23
+ "@tsdown/css": "0.22.1",
24
24
  "lit": "3.3.3",
25
25
  "stylelint": "17.12.0",
26
- "tsdown": "0.22.0",
27
- "@odx-internal/utils-storybook": "0.0.0",
28
- "@odx-internal/config-stylelint": "0.0.0"
26
+ "tsdown": "0.22.1",
27
+ "@odx-internal/config-stylelint": "0.0.0",
28
+ "@odx-internal/utils-storybook": "0.0.0"
29
29
  },
30
30
  "style": "./dist/styles.css",
31
31
  "sideEffects": [