@juspay/svelte-ui-components 2.67.0 → 2.68.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.
@@ -335,6 +335,19 @@
335
335
  --cursor: var(--modal-footer-secondary-button-cursor, pointer);
336
336
  --opacity: var(--modal-footer-secondary-button-opacity, 1);
337
337
  --button-border: var(--modal-footer-secondary-button-border, none);
338
+ --disabled-background-color: var(
339
+ --modal-footer-secondary-button-disabled-color,
340
+ var(--modal-footer-secondary-button-color, #3a4550)
341
+ );
342
+ --disabled-text-color: var(
343
+ --modal-footer-secondary-button-disabled-text-color,
344
+ var(--modal-footer-secondary-button-text-color, white)
345
+ );
346
+ --disabled-border: var(
347
+ --modal-footer-secondary-button-disabled-border,
348
+ var(--modal-footer-secondary-button-border, none)
349
+ );
350
+ --disabled-opacity: var(--modal-footer-secondary-button-disabled-opacity, 0.4);
338
351
  --button-justify-content: var(--modal-footer-secondary-button-justify-content, center);
339
352
  --button-content-flex-direction: var(
340
353
  --modal-footer-secondary-button-content-flex-direction,
@@ -363,6 +376,19 @@
363
376
  --cursor: var(--modal-footer-primary-button-cursor, pointer);
364
377
  --opacity: var(--modal-footer-primary-button-opacity, 1);
365
378
  --button-border: var(--modal-footer-primary-button-border, none);
379
+ --disabled-background-color: var(
380
+ --modal-footer-primary-button-disabled-color,
381
+ var(--modal-footer-primary-button-color, #3a4550)
382
+ );
383
+ --disabled-text-color: var(
384
+ --modal-footer-primary-button-disabled-text-color,
385
+ var(--modal-footer-primary-button-text-color, white)
386
+ );
387
+ --disabled-border: var(
388
+ --modal-footer-primary-button-disabled-border,
389
+ var(--modal-footer-primary-button-border, none)
390
+ );
391
+ --disabled-opacity: var(--modal-footer-primary-button-disabled-opacity, 0.4);
366
392
  --button-justify-content: var(--modal-footer-primary-button-justify-content, center);
367
393
  --button-content-flex-direction: var(--modal-footer-primary-button-content-flex-direction, row);
368
394
  --button-content-gap: var(--modal-footer-primary-button-content-gap, 16px);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juspay/svelte-ui-components",
3
- "version": "2.67.0",
3
+ "version": "2.68.0",
4
4
  "description": "A themeable Svelte 5 UI component library with CSS custom property driven styling",
5
5
  "keywords": [
6
6
  "svelte",