@juspay/svelte-ui-components 2.119.0 → 2.120.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.
@@ -128,6 +128,7 @@
128
128
  .container {
129
129
  display: flex;
130
130
  flex-direction: column;
131
+ width: var(--input-button-container-width, auto);
131
132
  margin: var(--input-button-container-margin);
132
133
  }
133
134
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juspay/svelte-ui-components",
3
- "version": "2.119.0",
3
+ "version": "2.120.0",
4
4
  "description": "A themeable Svelte 5 UI component library with CSS custom property driven styling",
5
5
  "keywords": [
6
6
  "svelte",