@relayprotocol/relay-kit-ui 6.0.1 → 6.0.3

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 (78) hide show
  1. package/_cjs/src/components/common/MultiWalletDropdown.js +7 -3
  2. package/_cjs/src/components/common/MultiWalletDropdown.js.map +1 -1
  3. package/_cjs/src/components/common/SlippageToleranceConfig.js +11 -2
  4. package/_cjs/src/components/common/SlippageToleranceConfig.js.map +1 -1
  5. package/_cjs/src/components/common/TokenSelector/PaymentMethod.js +138 -132
  6. package/_cjs/src/components/common/TokenSelector/PaymentMethod.js.map +1 -1
  7. package/_cjs/src/components/common/TokenSelector/triggers/PaymentMethodTrigger.js +18 -21
  8. package/_cjs/src/components/common/TokenSelector/triggers/PaymentMethodTrigger.js.map +1 -1
  9. package/_cjs/src/components/primitives/Button.js +1 -1
  10. package/_cjs/src/components/widgets/SwapButton.js +23 -11
  11. package/_cjs/src/components/widgets/SwapButton.js.map +1 -1
  12. package/_cjs/src/components/widgets/TokenWidget/BuyTabContent.js +16 -20
  13. package/_cjs/src/components/widgets/TokenWidget/BuyTabContent.js.map +1 -1
  14. package/_cjs/src/components/widgets/TokenWidget/FeeBreakdownInfo.js +9 -4
  15. package/_cjs/src/components/widgets/TokenWidget/FeeBreakdownInfo.js.map +1 -1
  16. package/_cjs/src/components/widgets/TokenWidget/FeeBreakdownTooltip.js +4 -1
  17. package/_cjs/src/components/widgets/TokenWidget/FeeBreakdownTooltip.js.map +1 -1
  18. package/_cjs/src/components/widgets/TokenWidget/SectionContainer.js +4 -3
  19. package/_cjs/src/components/widgets/TokenWidget/SectionContainer.js.map +1 -1
  20. package/_cjs/src/components/widgets/TokenWidget/SellTabContent.js +13 -31
  21. package/_cjs/src/components/widgets/TokenWidget/SellTabContent.js.map +1 -1
  22. package/_cjs/src/components/widgets/TokenWidget/TransactionDetailsFooter.js +1 -1
  23. package/_cjs/src/components/widgets/TokenWidget/widget/index.js +85 -128
  24. package/_cjs/src/components/widgets/TokenWidget/widget/index.js.map +1 -1
  25. package/_cjs/src/hooks/useMultiWalletBalances.js +12 -10
  26. package/_cjs/src/hooks/useMultiWalletBalances.js.map +1 -1
  27. package/_cjs/src/styles.css +117 -56
  28. package/_cjs/src/version.js +1 -1
  29. package/_cjs/tsconfig.build.tsbuildinfo +1 -1
  30. package/_esm/src/components/common/MultiWalletDropdown.js +7 -3
  31. package/_esm/src/components/common/MultiWalletDropdown.js.map +1 -1
  32. package/_esm/src/components/common/SlippageToleranceConfig.js +11 -2
  33. package/_esm/src/components/common/SlippageToleranceConfig.js.map +1 -1
  34. package/_esm/src/components/common/TokenSelector/PaymentMethod.js +138 -132
  35. package/_esm/src/components/common/TokenSelector/PaymentMethod.js.map +1 -1
  36. package/_esm/src/components/common/TokenSelector/triggers/PaymentMethodTrigger.js +18 -21
  37. package/_esm/src/components/common/TokenSelector/triggers/PaymentMethodTrigger.js.map +1 -1
  38. package/_esm/src/components/primitives/Button.js +1 -1
  39. package/_esm/src/components/widgets/SwapButton.js +23 -11
  40. package/_esm/src/components/widgets/SwapButton.js.map +1 -1
  41. package/_esm/src/components/widgets/TokenWidget/BuyTabContent.js +16 -20
  42. package/_esm/src/components/widgets/TokenWidget/BuyTabContent.js.map +1 -1
  43. package/_esm/src/components/widgets/TokenWidget/FeeBreakdownInfo.js +9 -4
  44. package/_esm/src/components/widgets/TokenWidget/FeeBreakdownInfo.js.map +1 -1
  45. package/_esm/src/components/widgets/TokenWidget/FeeBreakdownTooltip.js +5 -2
  46. package/_esm/src/components/widgets/TokenWidget/FeeBreakdownTooltip.js.map +1 -1
  47. package/_esm/src/components/widgets/TokenWidget/SectionContainer.js +4 -3
  48. package/_esm/src/components/widgets/TokenWidget/SectionContainer.js.map +1 -1
  49. package/_esm/src/components/widgets/TokenWidget/SellTabContent.js +13 -31
  50. package/_esm/src/components/widgets/TokenWidget/SellTabContent.js.map +1 -1
  51. package/_esm/src/components/widgets/TokenWidget/TransactionDetailsFooter.js +1 -1
  52. package/_esm/src/components/widgets/TokenWidget/widget/index.js +89 -138
  53. package/_esm/src/components/widgets/TokenWidget/widget/index.js.map +1 -1
  54. package/_esm/src/hooks/useMultiWalletBalances.js +12 -10
  55. package/_esm/src/hooks/useMultiWalletBalances.js.map +1 -1
  56. package/_esm/src/styles.css +117 -56
  57. package/_esm/src/version.js +1 -1
  58. package/_esm/tsconfig.build.tsbuildinfo +1 -1
  59. package/_types/src/components/common/MultiWalletDropdown.d.ts.map +1 -1
  60. package/_types/src/components/common/SlippageToleranceConfig.d.ts.map +1 -1
  61. package/_types/src/components/common/TokenSelector/PaymentMethod.d.ts.map +1 -1
  62. package/_types/src/components/common/TokenSelector/triggers/PaymentMethodTrigger.d.ts +0 -1
  63. package/_types/src/components/common/TokenSelector/triggers/PaymentMethodTrigger.d.ts.map +1 -1
  64. package/_types/src/components/widgets/SwapButton.d.ts.map +1 -1
  65. package/_types/src/components/widgets/TokenWidget/BuyTabContent.d.ts.map +1 -1
  66. package/_types/src/components/widgets/TokenWidget/FeeBreakdownInfo.d.ts.map +1 -1
  67. package/_types/src/components/widgets/TokenWidget/FeeBreakdownTooltip.d.ts.map +1 -1
  68. package/_types/src/components/widgets/TokenWidget/SectionContainer.d.ts.map +1 -1
  69. package/_types/src/components/widgets/TokenWidget/SellTabContent.d.ts.map +1 -1
  70. package/_types/src/components/widgets/TokenWidget/widget/index.d.ts +3 -4
  71. package/_types/src/components/widgets/TokenWidget/widget/index.d.ts.map +1 -1
  72. package/_types/src/hooks/useMultiWalletBalances.d.ts +2 -6
  73. package/_types/src/hooks/useMultiWalletBalances.d.ts.map +1 -1
  74. package/_types/src/version.d.ts +1 -1
  75. package/_types/tsconfig.build.tsbuildinfo +1 -1
  76. package/dist/panda.buildinfo.json +38 -22
  77. package/dist/styles.css +117 -56
  78. package/package.json +3 -3
@@ -77,15 +77,19 @@
77
77
  "paddingRight]___[value:2 !important",
78
78
  "alignContent]___[value:center",
79
79
  "gap]___[value:1",
80
+ "flexShrink]___[value:1",
81
+ "minWidth]___[value:0",
80
82
  "borderRadius]___[value:12",
81
83
  "padding]___[value:1",
82
84
  "color]___[value:amber11",
85
+ "flexShrink]___[value:0",
83
86
  "color]___[value:anchor-color",
84
87
  "width]___[value:14",
85
88
  "height]___[value:14",
89
+ "whiteSpace]___[value:nowrap",
90
+ "textOverflow]___[value:ellipsis",
86
91
  "transition]___[value:backdrop-filter 250ms linear",
87
92
  "backdropFilter]___[value:brightness(98%)]___[cond:_hover",
88
- "flexShrink]___[value:0",
89
93
  "--borderColor]___[value:colors.gray.6",
90
94
  "width]___[value:auto",
91
95
  "marginBottom]___[value:1",
@@ -128,8 +132,11 @@
128
132
  "minHeight]___[value:32",
129
133
  "paddingBlock]___[value:2",
130
134
  "backgroundColor]___[value:gray5]___[cond:&:hover",
135
+ "borderRadius]___[value:8px",
136
+ "padding]___[value:4px 6px",
131
137
  "background]___[value:subtle-background-color",
132
- "border]___[value:widget-card-border",
138
+ "border]___[value:1px solid",
139
+ "borderColor]___[value:gray5",
133
140
  "height]___[value:36px",
134
141
  "paddingInline]___[value:10px",
135
142
  "paddingRight]___[value:28px !important",
@@ -218,7 +225,7 @@
218
225
  "fontFamily]___[value:heading]___[cond:&:not(:disabled)",
219
226
  "fontWeight]___[value:700]___[cond:&:not(:disabled)",
220
227
  "textTransform]___[value:uppercase]___[cond:&:not(:disabled)",
221
- "fontStyle]___[value:var(--relay-fonts-button-cta-font-style, normal)]___[cond:&:not(:disabled)",
228
+ "fontStyle]___[value:var(--relay-fonts-button-cta-font-style, italic)]___[cond:&:not(:disabled)",
222
229
  "token]___[value:32",
223
230
  "chain]___[value:16",
224
231
  "borderRadius]___[value:4",
@@ -273,8 +280,6 @@
273
280
  "boxShadow]___[value:inset 0 0 0 2px var(--focusColor)]___[cond:_focus",
274
281
  "WebkitAppearance]___[value:none]___[cond:_spinButtons",
275
282
  "lineHeight]___[value:42px",
276
- "textOverflow]___[value:ellipsis",
277
- "whiteSpace]___[value:nowrap",
278
283
  "left]___[value:unset",
279
284
  "left]___[value:16",
280
285
  "right]___[value:16",
@@ -291,8 +296,6 @@
291
296
  "width]___[value:100",
292
297
  "height]___[value:12",
293
298
  "animation]___[value:pulse 3s ease-in-out infinite",
294
- "borderRadius]___[value:8px",
295
- "padding]___[value:4px 6px",
296
299
  "backgroundColor]___[value:gray2]___[cond:_hover",
297
300
  "width]___[value:38px",
298
301
  "height]___[value:20px",
@@ -351,6 +354,7 @@
351
354
  "transitionDelay]___[value:0s, 0s",
352
355
  "transitionDelay]___[value:0s, 300ms",
353
356
  "borderRadius]___[value:widget-card-border-radius",
357
+ "border]___[value:widget-card-border",
354
358
  "transition]___[value:border-radius 300ms, border-bottom 0s",
355
359
  "marginBottom]___[value:widget-card-section-gutter",
356
360
  "paddingBottom]___[value:0",
@@ -383,6 +387,7 @@
383
387
  "marginTop]___[value:2",
384
388
  "marginBottom]___[value:2",
385
389
  "textTransform]___[value:uppercase",
390
+ "textTransform]___[value:none",
386
391
  "fontStyle]___[value:var(--relay-fonts-button-cta-font-style, italic)",
387
392
  "color]___[value:error",
388
393
  "color]___[value:primary",
@@ -433,11 +438,6 @@
433
438
  "minWidth]___[value:40px",
434
439
  "height]___[value:56px",
435
440
  "textAlign]___[value:left",
436
- "height]___[value:min(85vh, 540px)",
437
- "width]___[value:min(400px, 100vw)",
438
- "maxWidth]___[value:min(400px, 100vw)",
439
- "minWidth]___[value:0",
440
- "boxSizing]___[value:border-box",
441
441
  "overflowY]___[value:hidden",
442
442
  "maxWidth]___[value:100%",
443
443
  "paddingTop]___[value:2",
@@ -446,6 +446,12 @@
446
446
  "alignSelf]___[value:center",
447
447
  "minWidth]___[value:auto",
448
448
  "width]___[value:27",
449
+ "zIndex]___[value:100",
450
+ "background]___[value:widget-background",
451
+ "height]___[value:min(85vh, 540px)",
452
+ "width]___[value:min(400px, 100vw)",
453
+ "maxWidth]___[value:min(400px, 100vw)",
454
+ "boxSizing]___[value:border-box",
449
455
  "gap]___[value:2px",
450
456
  "flexGrow]___[value:1",
451
457
  "alignItems]___[value:end",
@@ -515,29 +521,38 @@
515
521
  "borderRadius]___[value:widget-swap-currency-button-border-radius",
516
522
  "color]___[value:secondary",
517
523
  "height]___[value:10",
518
- "border]___[value:1px solid",
519
- "borderColor]___[value:slate.4",
524
+ "border]___[value:1px solid]___[cond:md",
525
+ "borderColor]___[value:slate.4]___[cond:md",
526
+ "minWidth]___[value:350px",
527
+ "minWidth]___[value:400px]___[cond:md",
528
+ "maxWidth]___[value:400px",
529
+ "gap]___[value:32px",
530
+ "marginTop]___[value:-8px",
520
531
  "lineHeight]___[value:32px",
521
532
  "--thickness]___[value:1px",
522
533
  "borderBlockEndWidth]___[value:var(--thickness)",
523
534
  "borderColor]___[value:gray4",
535
+ "justifyContent]___[value:start",
524
536
  "minHeight]___[value:42",
525
537
  "width]___[value:90",
526
538
  "width]___[value:70",
527
539
  "minWidth]___[value:240",
528
540
  "minWidth]___[value:400px",
529
- "maxWidth]___[value:400px",
530
- "padding]___[value:16px",
541
+ "backgroundColor]___[value:widget-card-background]___[cond:md",
542
+ "paddingBlock]___[value:16px",
543
+ "paddingInline]___[value:0",
544
+ "paddingInline]___[value:16px]___[cond:md",
545
+ "borderRadius]___[value:widget-card-border-radius]___[cond:md",
531
546
  "color]___[value:green9",
532
547
  "height]___[value:50",
533
548
  "minHeight]___[value:50",
534
- "width]___[value:248px",
549
+ "width]___[value:220px",
535
550
  "padding]___[value:12px",
536
- "backgroundColor]___[value:widget-selector-background]___[cond:_disabled",
537
551
  "maxWidth]___[value:150",
538
552
  "minWidth]___[value:60",
539
- "lineHeight]___[value:15px",
553
+ "backgroundColor]___[value:widget-selector-background]___[cond:_disabled",
540
554
  "maxWidth]___[value:100",
555
+ "lineHeight]___[value:15px",
541
556
  "flexDirection]___[value:row]___[cond:bp500",
542
557
  "backgroundColor]___[value:subtle-background-color",
543
558
  "padding]___[value:12px 16px",
@@ -633,14 +648,15 @@
633
648
  "filter]___[value:brightness(97%)]___[cond:_light",
634
649
  "filter]___[value:brightness(130%)]___[cond:_dark",
635
650
  "border]___[value:1px solid transparent",
636
- "background]___[value:white]___[cond:&[data-state=\"active\"]",
651
+ "background]___[value:widget-background]___[cond:&[data-state=\"active\"]",
637
652
  "borderRadius]___[value:12px]___[cond:&[data-state=\"active\"]",
638
653
  "borderColor]___[value:slate.4]___[cond:&[data-state=\"active\"]",
639
- "color]___[value:gray12]___[cond:&[data-state=\"active\"]",
654
+ "color]___[value:text-default]___[cond:&[data-state=\"active\"]",
640
655
  "backgroundColor]___[value:transparent !important]___[cond:&:not([data-state=\"active\"])<___>_hover",
641
- "background]___[value:gray1]___[cond:_dark<___>&[data-state=\"active\"]",
656
+ "background]___[value:widget-background]___[cond:_dark<___>&[data-state=\"active\"]",
642
657
  "borderColor]___[value:gray.4]___[cond:_dark<___>&[data-state=\"active\"]",
643
658
  "backgroundColor]___[value:transparent !important]___[cond:_dark<___>&:not([data-state=\"active\"])<___>_hover",
659
+ "color]___[value:inherit",
644
660
  "width]___[value:1",
645
661
  "marginBlock]___[value:5px",
646
662
  "marginLeft]___[value:4",
package/dist/styles.css CHANGED
@@ -1264,6 +1264,10 @@
1264
1264
  gap: var(--relay-spacing-1);
1265
1265
  }
1266
1266
 
1267
+ .relay-min-w_0:not(#\#):not(#\#):not(#\#):not(#\#) {
1268
+ min-width: 0;
1269
+ }
1270
+
1267
1271
  .relay-rounded_12:not(#\#):not(#\#):not(#\#):not(#\#) {
1268
1272
  border-radius: 12px;
1269
1273
  }
@@ -1288,6 +1292,14 @@
1288
1292
  height: 14px;
1289
1293
  }
1290
1294
 
1295
+ .relay-white-space_nowrap:not(#\#):not(#\#):not(#\#):not(#\#) {
1296
+ white-space: nowrap;
1297
+ }
1298
+
1299
+ .relay-text-overflow_ellipsis:not(#\#):not(#\#):not(#\#):not(#\#) {
1300
+ text-overflow: ellipsis;
1301
+ }
1302
+
1291
1303
  .relay-transition_backdrop-filter_250ms_linear:not(#\#):not(#\#):not(#\#):not(#\#) {
1292
1304
  transition: backdrop-filter 250ms linear;
1293
1305
  }
@@ -1380,12 +1392,20 @@
1380
1392
  padding-block: var(--relay-spacing-2);
1381
1393
  }
1382
1394
 
1395
+ .relay-rounded_8px:not(#\#):not(#\#):not(#\#):not(#\#) {
1396
+ border-radius: 8px;
1397
+ }
1398
+
1399
+ .relay-p_4px_6px:not(#\#):not(#\#):not(#\#):not(#\#) {
1400
+ padding: 4px 6px;
1401
+ }
1402
+
1383
1403
  .relay-bg_subtle-background-color:not(#\#):not(#\#):not(#\#):not(#\#) {
1384
1404
  background: var(--relay-colors-subtle-background-color);
1385
1405
  }
1386
1406
 
1387
- .relay-border_widget-card-border:not(#\#):not(#\#):not(#\#):not(#\#) {
1388
- border: var(--relay-borders-widget-card-border);
1407
+ .relay-border_1px_solid:not(#\#):not(#\#):not(#\#):not(#\#) {
1408
+ border: 1px solid;
1389
1409
  }
1390
1410
 
1391
1411
  .relay-h_36px:not(#\#):not(#\#):not(#\#):not(#\#) {
@@ -1662,14 +1682,6 @@
1662
1682
  color: var(--relay-colors-input-color);
1663
1683
  }
1664
1684
 
1665
- .relay-text-overflow_ellipsis:not(#\#):not(#\#):not(#\#):not(#\#) {
1666
- text-overflow: ellipsis;
1667
- }
1668
-
1669
- .relay-white-space_nowrap:not(#\#):not(#\#):not(#\#):not(#\#) {
1670
- white-space: nowrap;
1671
- }
1672
-
1673
1685
  .relay-z_0:not(#\#):not(#\#):not(#\#):not(#\#) {
1674
1686
  z-index: 0;
1675
1687
  }
@@ -1706,14 +1718,6 @@
1706
1718
  animation: pulse 3s ease-in-out infinite;
1707
1719
  }
1708
1720
 
1709
- .relay-rounded_8px:not(#\#):not(#\#):not(#\#):not(#\#) {
1710
- border-radius: 8px;
1711
- }
1712
-
1713
- .relay-p_4px_6px:not(#\#):not(#\#):not(#\#):not(#\#) {
1714
- padding: 4px 6px;
1715
- }
1716
-
1717
1721
  .relay-w_38px:not(#\#):not(#\#):not(#\#):not(#\#) {
1718
1722
  width: 38px;
1719
1723
  }
@@ -1840,6 +1844,10 @@
1840
1844
  border-radius: var(--relay-radii-widget-card-border-radius);
1841
1845
  }
1842
1846
 
1847
+ .relay-border_widget-card-border:not(#\#):not(#\#):not(#\#):not(#\#) {
1848
+ border: var(--relay-borders-widget-card-border);
1849
+ }
1850
+
1843
1851
  .relay-transition_border-radius_300ms\,_border-bottom_0s:not(#\#):not(#\#):not(#\#):not(#\#) {
1844
1852
  transition: border-radius 300ms, border-bottom 0s;
1845
1853
  }
@@ -1908,6 +1916,10 @@
1908
1916
  text-transform: uppercase;
1909
1917
  }
1910
1918
 
1919
+ .relay-text-transform_none:not(#\#):not(#\#):not(#\#):not(#\#) {
1920
+ text-transform: none;
1921
+ }
1922
+
1911
1923
  .relay-text_error:not(#\#):not(#\#):not(#\#):not(#\#) {
1912
1924
  color: error;
1913
1925
  }
@@ -2032,26 +2044,6 @@
2032
2044
  text-align: left;
2033
2045
  }
2034
2046
 
2035
- .relay-h_min\(85vh\,_540px\):not(#\#):not(#\#):not(#\#):not(#\#) {
2036
- height: min(85vh, 540px);
2037
- }
2038
-
2039
- .relay-w_min\(400px\,_100vw\):not(#\#):not(#\#):not(#\#):not(#\#) {
2040
- width: min(400px, 100vw);
2041
- }
2042
-
2043
- .relay-max-w_min\(400px\,_100vw\):not(#\#):not(#\#):not(#\#):not(#\#) {
2044
- max-width: min(400px, 100vw);
2045
- }
2046
-
2047
- .relay-min-w_0:not(#\#):not(#\#):not(#\#):not(#\#) {
2048
- min-width: 0;
2049
- }
2050
-
2051
- .relay-box_border-box:not(#\#):not(#\#):not(#\#):not(#\#) {
2052
- box-sizing: border-box;
2053
- }
2054
-
2055
2047
  .relay-max-w_100\%:not(#\#):not(#\#):not(#\#):not(#\#) {
2056
2048
  max-width: 100%;
2057
2049
  }
@@ -2072,6 +2064,30 @@
2072
2064
  width: 27px;
2073
2065
  }
2074
2066
 
2067
+ .relay-z_100:not(#\#):not(#\#):not(#\#):not(#\#) {
2068
+ z-index: 100;
2069
+ }
2070
+
2071
+ .relay-bg_widget-background:not(#\#):not(#\#):not(#\#):not(#\#) {
2072
+ background: var(--relay-colors-widget-background);
2073
+ }
2074
+
2075
+ .relay-h_min\(85vh\,_540px\):not(#\#):not(#\#):not(#\#):not(#\#) {
2076
+ height: min(85vh, 540px);
2077
+ }
2078
+
2079
+ .relay-w_min\(400px\,_100vw\):not(#\#):not(#\#):not(#\#):not(#\#) {
2080
+ width: min(400px, 100vw);
2081
+ }
2082
+
2083
+ .relay-max-w_min\(400px\,_100vw\):not(#\#):not(#\#):not(#\#):not(#\#) {
2084
+ max-width: min(400px, 100vw);
2085
+ }
2086
+
2087
+ .relay-box_border-box:not(#\#):not(#\#):not(#\#):not(#\#) {
2088
+ box-sizing: border-box;
2089
+ }
2090
+
2075
2091
  .relay-gap_2px:not(#\#):not(#\#):not(#\#):not(#\#) {
2076
2092
  gap: 2px;
2077
2093
  }
@@ -2236,8 +2252,16 @@
2236
2252
  height: 10px;
2237
2253
  }
2238
2254
 
2239
- .relay-border_1px_solid:not(#\#):not(#\#):not(#\#):not(#\#) {
2240
- border: 1px solid;
2255
+ .relay-min-w_350px:not(#\#):not(#\#):not(#\#):not(#\#) {
2256
+ min-width: 350px;
2257
+ }
2258
+
2259
+ .relay-max-w_400px:not(#\#):not(#\#):not(#\#):not(#\#) {
2260
+ max-width: 400px;
2261
+ }
2262
+
2263
+ .relay-gap_32px:not(#\#):not(#\#):not(#\#):not(#\#) {
2264
+ gap: 32px;
2241
2265
  }
2242
2266
 
2243
2267
  .relay---thickness_1px:not(#\#):not(#\#):not(#\#):not(#\#) {
@@ -2264,12 +2288,12 @@
2264
2288
  min-width: 400px;
2265
2289
  }
2266
2290
 
2267
- .relay-max-w_400px:not(#\#):not(#\#):not(#\#):not(#\#) {
2268
- max-width: 400px;
2291
+ .relay-py_16px:not(#\#):not(#\#):not(#\#):not(#\#) {
2292
+ padding-block: 16px;
2269
2293
  }
2270
2294
 
2271
- .relay-p_16px:not(#\#):not(#\#):not(#\#):not(#\#) {
2272
- padding: 16px;
2295
+ .relay-px_0:not(#\#):not(#\#):not(#\#):not(#\#) {
2296
+ padding-inline: 0;
2273
2297
  }
2274
2298
 
2275
2299
  .relay-text_green9:not(#\#):not(#\#):not(#\#):not(#\#) {
@@ -2284,8 +2308,8 @@
2284
2308
  min-height: 50px;
2285
2309
  }
2286
2310
 
2287
- .relay-w_248px:not(#\#):not(#\#):not(#\#):not(#\#) {
2288
- width: 248px;
2311
+ .relay-w_220px:not(#\#):not(#\#):not(#\#):not(#\#) {
2312
+ width: 220px;
2289
2313
  }
2290
2314
 
2291
2315
  .relay-p_12px:not(#\#):not(#\#):not(#\#):not(#\#) {
@@ -2500,6 +2524,10 @@
2500
2524
  border: 1px solid transparent;
2501
2525
  }
2502
2526
 
2527
+ .relay-text_inherit:not(#\#):not(#\#):not(#\#):not(#\#) {
2528
+ color: inherit;
2529
+ }
2530
+
2503
2531
  .relay-w_1:not(#\#):not(#\#):not(#\#):not(#\#) {
2504
2532
  width: 1px;
2505
2533
  }
@@ -2616,6 +2644,10 @@
2616
2644
  align-content: center;
2617
2645
  }
2618
2646
 
2647
+ .relay-shrink_1:not(#\#):not(#\#):not(#\#):not(#\#) {
2648
+ flex-shrink: 1;
2649
+ }
2650
+
2619
2651
  .relay-shrink_0:not(#\#):not(#\#):not(#\#):not(#\#) {
2620
2652
  flex-shrink: 0;
2621
2653
  }
@@ -2664,6 +2696,10 @@
2664
2696
  flex-direction: row;
2665
2697
  }
2666
2698
 
2699
+ .relay-border_gray5:not(#\#):not(#\#):not(#\#):not(#\#) {
2700
+ border-color: var(--relay-colors-gray5);
2701
+ }
2702
+
2667
2703
  .relay-pr_28px\!:not(#\#) {
2668
2704
  padding-right: 28px !important;
2669
2705
  }
@@ -3064,8 +3100,8 @@
3064
3100
  margin-top: 4px;
3065
3101
  }
3066
3102
 
3067
- .relay-border_slate\.4:not(#\#):not(#\#):not(#\#):not(#\#) {
3068
- border-color: var(--relay-colors-slate-4);
3103
+ .relay-mt_-8px:not(#\#):not(#\#):not(#\#):not(#\#) {
3104
+ margin-top: -8px;
3069
3105
  }
3070
3106
 
3071
3107
  .relay-leading_32px:not(#\#):not(#\#):not(#\#):not(#\#) {
@@ -3080,6 +3116,10 @@
3080
3116
  border-color: var(--relay-colors-gray4);
3081
3117
  }
3082
3118
 
3119
+ .relay-justify_start:not(#\#):not(#\#):not(#\#):not(#\#) {
3120
+ justify-content: start;
3121
+ }
3122
+
3083
3123
  .relay-leading_15px:not(#\#):not(#\#):not(#\#):not(#\#) {
3084
3124
  line-height: 15px;
3085
3125
  }
@@ -3320,16 +3360,16 @@
3320
3360
  filter: brightness(130%);
3321
3361
  }
3322
3362
 
3323
- .\[\&\[data-state\=\"active\"\]\]\:relay-bg_white[data-state="active"]:not(#\#):not(#\#):not(#\#):not(#\#) {
3324
- background: white;
3363
+ .\[\&\[data-state\=\"active\"\]\]\:relay-bg_widget-background[data-state="active"]:not(#\#):not(#\#):not(#\#):not(#\#) {
3364
+ background: var(--relay-colors-widget-background);
3325
3365
  }
3326
3366
 
3327
3367
  .\[\&\[data-state\=\"active\"\]\]\:relay-rounded_12px[data-state="active"]:not(#\#):not(#\#):not(#\#):not(#\#) {
3328
3368
  border-radius: 12px;
3329
3369
  }
3330
3370
 
3331
- .\[\&\[data-state\=\"active\"\]\]\:relay-text_gray12[data-state="active"]:not(#\#):not(#\#):not(#\#):not(#\#) {
3332
- color: var(--relay-colors-gray12);
3371
+ .\[\&\[data-state\=\"active\"\]\]\:relay-text_text-default[data-state="active"]:not(#\#):not(#\#):not(#\#):not(#\#) {
3372
+ color: var(--relay-colors-text-default);
3333
3373
  }
3334
3374
 
3335
3375
  .disabled\:relay-bg_button-disabled-background:is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#):not(#\#):not(#\#) {
@@ -3344,8 +3384,8 @@
3344
3384
  font-weight: 700;
3345
3385
  }
3346
3386
 
3347
- .\[\&\:not\(\:disabled\)\]\:relay-font-style_var\(--relay-fonts-button-cta-font-style\,_normal\):not(:disabled):not(#\#):not(#\#):not(#\#):not(#\#) {
3348
- font-style: var(--relay-fonts-button-cta-font-style, normal);
3387
+ .\[\&\:not\(\:disabled\)\]\:relay-font-style_var\(--relay-fonts-button-cta-font-style\,_italic\):not(:disabled):not(#\#):not(#\#):not(#\#):not(#\#) {
3388
+ font-style: var(--relay-fonts-button-cta-font-style, italic);
3349
3389
  }
3350
3390
 
3351
3391
  .\[\&\[data-state\=\'checked\'\]\]\:relay-bg_primary-button-background[data-state='checked']:not(#\#):not(#\#):not(#\#):not(#\#) {
@@ -3551,8 +3591,8 @@ button:hover:not(#\#):not(#\#):not(#\#):not(#\#) .\[button\:hover_\&\]\:relay-bg
3551
3591
  color: var(--relay-colors-gray10);
3552
3592
  }
3553
3593
 
3554
- .dark:not(#\#):not(#\#):not(#\#):not(#\#) .dark\:\[\&\[data-state\=\"active\"\]\]\:relay-bg_gray1[data-state="active"],[data-theme="dark"]:not(#\#):not(#\#):not(#\#):not(#\#) .dark\:\[\&\[data-state\=\"active\"\]\]\:relay-bg_gray1[data-state="active"] {
3555
- background: var(--relay-colors-gray1);
3594
+ .dark:not(#\#):not(#\#):not(#\#):not(#\#) .dark\:\[\&\[data-state\=\"active\"\]\]\:relay-bg_widget-background[data-state="active"],[data-theme="dark"]:not(#\#):not(#\#):not(#\#):not(#\#) .dark\:\[\&\[data-state\=\"active\"\]\]\:relay-bg_widget-background[data-state="active"] {
3595
+ background: var(--relay-colors-widget-background);
3556
3596
  }
3557
3597
 
3558
3598
  .disabled\:hover\:relay-bg_button-disabled-background:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#) {
@@ -3644,6 +3684,27 @@ button:hover:not(#\#):not(#\#):not(#\#):not(#\#) .\[button\:hover_\&\]\:relay-bg
3644
3684
  }
3645
3685
  }
3646
3686
 
3687
+ @media screen and (min-width: 56.25rem) {
3688
+ .md\:relay-border_1px_solid:not(#\#):not(#\#):not(#\#):not(#\#) {
3689
+ border: 1px solid;
3690
+ }
3691
+ .md\:relay-min-w_400px:not(#\#):not(#\#):not(#\#):not(#\#) {
3692
+ min-width: 400px;
3693
+ }
3694
+ .md\:relay-px_16px:not(#\#):not(#\#):not(#\#):not(#\#) {
3695
+ padding-inline: 16px;
3696
+ }
3697
+ .md\:relay-rounded_widget-card-border-radius:not(#\#):not(#\#):not(#\#):not(#\#) {
3698
+ border-radius: var(--relay-radii-widget-card-border-radius);
3699
+ }
3700
+ .md\:relay-border_slate\.4:not(#\#):not(#\#):not(#\#):not(#\#) {
3701
+ border-color: var(--relay-colors-slate-4);
3702
+ }
3703
+ .md\:relay-bg_widget-card-background:not(#\#):not(#\#):not(#\#):not(#\#) {
3704
+ background-color: var(--relay-colors-widget-card-background);
3705
+ }
3706
+ }
3707
+
3647
3708
  @media screen and (max-width: 37.4975rem) {
3648
3709
  .smDown\:relay-d_flex:not(#\#):not(#\#):not(#\#):not(#\#) {
3649
3710
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relayprotocol/relay-kit-ui",
3
- "version": "6.0.1",
3
+ "version": "6.0.3",
4
4
  "type": "module",
5
5
  "main": "./_cjs/src/index.js",
6
6
  "module": "./_esm/src/index.js",
@@ -85,8 +85,8 @@
85
85
  "qrcode.react": "^4.1.0",
86
86
  "usehooks-ts": "^3.1.0",
87
87
  "@relayprotocol/relay-design-system": "^1.0.0",
88
- "@relayprotocol/relay-kit-hooks": "2.0.8",
89
- "@relayprotocol/relay-sdk": "3.1.0"
88
+ "@relayprotocol/relay-sdk": "3.1.0",
89
+ "@relayprotocol/relay-kit-hooks": "2.0.8"
90
90
  },
91
91
  "keywords": [
92
92
  "eth",