@juspay/svelte-ui-components 2.73.2 → 2.74.0

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.
@@ -254,6 +254,7 @@
254
254
  display: var(--modal-display, flex);
255
255
  overflow-y: var(--modal-overflow-y, scroll);
256
256
  scrollbar-width: var(--modal-scrollbar-width, none);
257
+ padding: var(--modal-content-padding, 0);
257
258
  }
258
259
 
259
260
  .slot-content::-webkit-scrollbar {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juspay/svelte-ui-components",
3
- "version": "2.73.2",
3
+ "version": "2.74.0",
4
4
  "description": "A themeable Svelte 5 UI component library with CSS custom property driven styling",
5
5
  "keywords": [
6
6
  "svelte",