@relayprotocol/relay-kit-ui 6.0.2 → 6.0.4
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/_cjs/src/components/common/Modal.js +1 -1
- package/_cjs/src/components/common/Modal.js.map +1 -1
- package/_cjs/src/components/common/TokenSelector/PaymentMethod.js +148 -144
- package/_cjs/src/components/common/TokenSelector/PaymentMethod.js.map +1 -1
- package/_cjs/src/components/common/TokenSelector/PaymentTokenList.js +13 -2
- package/_cjs/src/components/common/TokenSelector/PaymentTokenList.js.map +1 -1
- package/_cjs/src/components/common/TokenSelector/triggers/PaymentMethodTrigger.js +18 -21
- package/_cjs/src/components/common/TokenSelector/triggers/PaymentMethodTrigger.js.map +1 -1
- package/_cjs/src/components/common/UnverifiedTokenModal.js +2 -2
- package/_cjs/src/components/common/UnverifiedTokenModal.js.map +1 -1
- package/_cjs/src/components/primitives/Dropdown.js +2 -4
- package/_cjs/src/components/primitives/Dropdown.js.map +1 -1
- package/_cjs/src/components/primitives/Tooltip.js +4 -4
- package/_cjs/src/components/primitives/Tooltip.js.map +1 -1
- package/_cjs/src/components/widgets/TokenWidget/BuyTabContent.js +10 -9
- package/_cjs/src/components/widgets/TokenWidget/BuyTabContent.js.map +1 -1
- package/_cjs/src/components/widgets/TokenWidget/FeeBreakdownInfo.js +7 -3
- package/_cjs/src/components/widgets/TokenWidget/FeeBreakdownInfo.js.map +1 -1
- package/_cjs/src/components/widgets/TokenWidget/FeeBreakdownTooltip.js +4 -1
- package/_cjs/src/components/widgets/TokenWidget/FeeBreakdownTooltip.js.map +1 -1
- package/_cjs/src/components/widgets/TokenWidget/SectionContainer.js +4 -3
- package/_cjs/src/components/widgets/TokenWidget/SectionContainer.js.map +1 -1
- package/_cjs/src/components/widgets/TokenWidget/SellTabContent.js +15 -33
- package/_cjs/src/components/widgets/TokenWidget/SellTabContent.js.map +1 -1
- package/_cjs/src/components/widgets/TokenWidget/TransactionDetailsFooter.js +1 -1
- package/_cjs/src/components/widgets/TokenWidget/widget/index.js +83 -51
- package/_cjs/src/components/widgets/TokenWidget/widget/index.js.map +1 -1
- package/_cjs/src/styles.css +106 -43
- package/_cjs/src/version.js +1 -1
- package/_cjs/tsconfig.build.tsbuildinfo +1 -1
- package/_esm/src/components/common/Modal.js +1 -1
- package/_esm/src/components/common/Modal.js.map +1 -1
- package/_esm/src/components/common/TokenSelector/PaymentMethod.js +148 -144
- package/_esm/src/components/common/TokenSelector/PaymentMethod.js.map +1 -1
- package/_esm/src/components/common/TokenSelector/PaymentTokenList.js +13 -2
- package/_esm/src/components/common/TokenSelector/PaymentTokenList.js.map +1 -1
- package/_esm/src/components/common/TokenSelector/triggers/PaymentMethodTrigger.js +18 -21
- package/_esm/src/components/common/TokenSelector/triggers/PaymentMethodTrigger.js.map +1 -1
- package/_esm/src/components/common/UnverifiedTokenModal.js +2 -2
- package/_esm/src/components/common/UnverifiedTokenModal.js.map +1 -1
- package/_esm/src/components/primitives/Dropdown.js +2 -4
- package/_esm/src/components/primitives/Dropdown.js.map +1 -1
- package/_esm/src/components/primitives/Tooltip.js +4 -4
- package/_esm/src/components/primitives/Tooltip.js.map +1 -1
- package/_esm/src/components/widgets/TokenWidget/BuyTabContent.js +10 -9
- package/_esm/src/components/widgets/TokenWidget/BuyTabContent.js.map +1 -1
- package/_esm/src/components/widgets/TokenWidget/FeeBreakdownInfo.js +7 -3
- package/_esm/src/components/widgets/TokenWidget/FeeBreakdownInfo.js.map +1 -1
- package/_esm/src/components/widgets/TokenWidget/FeeBreakdownTooltip.js +5 -2
- package/_esm/src/components/widgets/TokenWidget/FeeBreakdownTooltip.js.map +1 -1
- package/_esm/src/components/widgets/TokenWidget/SectionContainer.js +4 -3
- package/_esm/src/components/widgets/TokenWidget/SectionContainer.js.map +1 -1
- package/_esm/src/components/widgets/TokenWidget/SellTabContent.js +15 -33
- package/_esm/src/components/widgets/TokenWidget/SellTabContent.js.map +1 -1
- package/_esm/src/components/widgets/TokenWidget/TransactionDetailsFooter.js +1 -1
- package/_esm/src/components/widgets/TokenWidget/widget/index.js +83 -51
- package/_esm/src/components/widgets/TokenWidget/widget/index.js.map +1 -1
- package/_esm/src/styles.css +106 -43
- package/_esm/src/version.js +1 -1
- package/_esm/tsconfig.build.tsbuildinfo +1 -1
- package/_types/src/components/common/TokenSelector/PaymentMethod.d.ts +0 -1
- package/_types/src/components/common/TokenSelector/PaymentMethod.d.ts.map +1 -1
- package/_types/src/components/common/TokenSelector/PaymentTokenList.d.ts.map +1 -1
- package/_types/src/components/common/TokenSelector/triggers/PaymentMethodTrigger.d.ts +0 -1
- package/_types/src/components/common/TokenSelector/triggers/PaymentMethodTrigger.d.ts.map +1 -1
- package/_types/src/components/primitives/Dropdown.d.ts.map +1 -1
- package/_types/src/components/widgets/TokenWidget/BuyTabContent.d.ts.map +1 -1
- package/_types/src/components/widgets/TokenWidget/FeeBreakdownInfo.d.ts.map +1 -1
- package/_types/src/components/widgets/TokenWidget/FeeBreakdownTooltip.d.ts.map +1 -1
- package/_types/src/components/widgets/TokenWidget/SectionContainer.d.ts.map +1 -1
- package/_types/src/components/widgets/TokenWidget/SellTabContent.d.ts +0 -1
- package/_types/src/components/widgets/TokenWidget/SellTabContent.d.ts.map +1 -1
- package/_types/src/components/widgets/TokenWidget/widget/index.d.ts +2 -1
- package/_types/src/components/widgets/TokenWidget/widget/index.d.ts.map +1 -1
- package/_types/src/version.d.ts +1 -1
- package/_types/tsconfig.build.tsbuildinfo +1 -1
- package/dist/panda.buildinfo.json +36 -18
- package/dist/styles.css +106 -43
- package/package.json +1 -1
package/_cjs/src/styles.css
CHANGED
|
@@ -1448,8 +1448,8 @@
|
|
|
1448
1448
|
height: 32px;
|
|
1449
1449
|
}
|
|
1450
1450
|
|
|
1451
|
-
.relay-
|
|
1452
|
-
z-index:
|
|
1451
|
+
.relay-z_10000001:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1452
|
+
z-index: 10000001;
|
|
1453
1453
|
}
|
|
1454
1454
|
|
|
1455
1455
|
.relay-w_48px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -1650,8 +1650,8 @@
|
|
|
1650
1650
|
margin-inline: var(--relay-spacing-4);
|
|
1651
1651
|
}
|
|
1652
1652
|
|
|
1653
|
-
.relay-
|
|
1654
|
-
z-index:
|
|
1653
|
+
.relay-z_10000002:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1654
|
+
z-index: 10000002;
|
|
1655
1655
|
}
|
|
1656
1656
|
|
|
1657
1657
|
.relay-bg_modal-background:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -1666,6 +1666,10 @@
|
|
|
1666
1666
|
border: var(--relay-borders-dropdown-border);
|
|
1667
1667
|
}
|
|
1668
1668
|
|
|
1669
|
+
.relay-transition_background-color_150ms_linear:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1670
|
+
transition: background-color 150ms linear;
|
|
1671
|
+
}
|
|
1672
|
+
|
|
1669
1673
|
.relay-px_16:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1670
1674
|
padding-inline: 16px;
|
|
1671
1675
|
}
|
|
@@ -1806,8 +1810,8 @@
|
|
|
1806
1810
|
fill: var(--relay-colors-modal-background);
|
|
1807
1811
|
}
|
|
1808
1812
|
|
|
1809
|
-
.relay-
|
|
1810
|
-
z-index:
|
|
1813
|
+
.relay-z_10000004:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1814
|
+
z-index: 10000004;
|
|
1811
1815
|
}
|
|
1812
1816
|
|
|
1813
1817
|
.relay-shadow_0px_1px_5px_rgba\(0\,0\,0\,0\.2\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -2044,22 +2048,6 @@
|
|
|
2044
2048
|
text-align: left;
|
|
2045
2049
|
}
|
|
2046
2050
|
|
|
2047
|
-
.relay-h_min\(85vh\,_540px\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2048
|
-
height: min(85vh, 540px);
|
|
2049
|
-
}
|
|
2050
|
-
|
|
2051
|
-
.relay-w_min\(400px\,_100vw\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2052
|
-
width: min(400px, 100vw);
|
|
2053
|
-
}
|
|
2054
|
-
|
|
2055
|
-
.relay-max-w_min\(400px\,_100vw\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2056
|
-
max-width: min(400px, 100vw);
|
|
2057
|
-
}
|
|
2058
|
-
|
|
2059
|
-
.relay-box_border-box:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2060
|
-
box-sizing: border-box;
|
|
2061
|
-
}
|
|
2062
|
-
|
|
2063
2051
|
.relay-max-w_100\%:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2064
2052
|
max-width: 100%;
|
|
2065
2053
|
}
|
|
@@ -2072,6 +2060,10 @@
|
|
|
2072
2060
|
max-width: 312px;
|
|
2073
2061
|
}
|
|
2074
2062
|
|
|
2063
|
+
.relay-px_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2064
|
+
padding-inline: 0;
|
|
2065
|
+
}
|
|
2066
|
+
|
|
2075
2067
|
.relay-min-w_auto:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2076
2068
|
min-width: auto;
|
|
2077
2069
|
}
|
|
@@ -2080,6 +2072,30 @@
|
|
|
2080
2072
|
width: 27px;
|
|
2081
2073
|
}
|
|
2082
2074
|
|
|
2075
|
+
.relay-z_100:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2076
|
+
z-index: 100;
|
|
2077
|
+
}
|
|
2078
|
+
|
|
2079
|
+
.relay-bg_widget-background:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2080
|
+
background: var(--relay-colors-widget-background);
|
|
2081
|
+
}
|
|
2082
|
+
|
|
2083
|
+
.relay-h_min\(85vh\,_540px\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2084
|
+
height: min(85vh, 540px);
|
|
2085
|
+
}
|
|
2086
|
+
|
|
2087
|
+
.relay-w_min\(400px\,_100vw\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2088
|
+
width: min(400px, 100vw);
|
|
2089
|
+
}
|
|
2090
|
+
|
|
2091
|
+
.relay-max-w_min\(400px\,_100vw\):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2092
|
+
max-width: min(400px, 100vw);
|
|
2093
|
+
}
|
|
2094
|
+
|
|
2095
|
+
.relay-box_border-box:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2096
|
+
box-sizing: border-box;
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2083
2099
|
.relay-gap_2px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2084
2100
|
gap: 2px;
|
|
2085
2101
|
}
|
|
@@ -2244,6 +2260,18 @@
|
|
|
2244
2260
|
height: 10px;
|
|
2245
2261
|
}
|
|
2246
2262
|
|
|
2263
|
+
.relay-min-w_350px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2264
|
+
min-width: 350px;
|
|
2265
|
+
}
|
|
2266
|
+
|
|
2267
|
+
.relay-max-w_400px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2268
|
+
max-width: 400px;
|
|
2269
|
+
}
|
|
2270
|
+
|
|
2271
|
+
.relay-gap_32px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2272
|
+
gap: 32px;
|
|
2273
|
+
}
|
|
2274
|
+
|
|
2247
2275
|
.relay---thickness_1px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2248
2276
|
--thickness: 1px;
|
|
2249
2277
|
}
|
|
@@ -2268,12 +2296,8 @@
|
|
|
2268
2296
|
min-width: 400px;
|
|
2269
2297
|
}
|
|
2270
2298
|
|
|
2271
|
-
.relay-
|
|
2272
|
-
|
|
2273
|
-
}
|
|
2274
|
-
|
|
2275
|
-
.relay-p_16px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2276
|
-
padding: 16px;
|
|
2299
|
+
.relay-py_16px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2300
|
+
padding-block: 16px;
|
|
2277
2301
|
}
|
|
2278
2302
|
|
|
2279
2303
|
.relay-text_green9:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -2288,8 +2312,8 @@
|
|
|
2288
2312
|
min-height: 50px;
|
|
2289
2313
|
}
|
|
2290
2314
|
|
|
2291
|
-
.relay-
|
|
2292
|
-
width:
|
|
2315
|
+
.relay-w_220px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2316
|
+
width: 220px;
|
|
2293
2317
|
}
|
|
2294
2318
|
|
|
2295
2319
|
.relay-p_12px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -2504,6 +2528,10 @@
|
|
|
2504
2528
|
border: 1px solid transparent;
|
|
2505
2529
|
}
|
|
2506
2530
|
|
|
2531
|
+
.relay-text_inherit:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2532
|
+
color: inherit;
|
|
2533
|
+
}
|
|
2534
|
+
|
|
2507
2535
|
.relay-w_1:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2508
2536
|
width: 1px;
|
|
2509
2537
|
}
|
|
@@ -3076,8 +3104,8 @@
|
|
|
3076
3104
|
margin-top: 4px;
|
|
3077
3105
|
}
|
|
3078
3106
|
|
|
3079
|
-
.relay-
|
|
3080
|
-
|
|
3107
|
+
.relay-mt_-8px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3108
|
+
margin-top: -8px;
|
|
3081
3109
|
}
|
|
3082
3110
|
|
|
3083
3111
|
.relay-leading_32px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -3092,6 +3120,10 @@
|
|
|
3092
3120
|
border-color: var(--relay-colors-gray4);
|
|
3093
3121
|
}
|
|
3094
3122
|
|
|
3123
|
+
.relay-justify_start:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3124
|
+
justify-content: start;
|
|
3125
|
+
}
|
|
3126
|
+
|
|
3095
3127
|
.relay-leading_15px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3096
3128
|
line-height: 15px;
|
|
3097
3129
|
}
|
|
@@ -3332,16 +3364,16 @@
|
|
|
3332
3364
|
filter: brightness(130%);
|
|
3333
3365
|
}
|
|
3334
3366
|
|
|
3335
|
-
.\[\&\[data-state\=\"active\"\]\]\:relay-
|
|
3336
|
-
background:
|
|
3367
|
+
.\[\&\[data-state\=\"active\"\]\]\:relay-bg_widget-background[data-state="active"]:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3368
|
+
background: var(--relay-colors-widget-background);
|
|
3337
3369
|
}
|
|
3338
3370
|
|
|
3339
3371
|
.\[\&\[data-state\=\"active\"\]\]\:relay-rounded_12px[data-state="active"]:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3340
3372
|
border-radius: 12px;
|
|
3341
3373
|
}
|
|
3342
3374
|
|
|
3343
|
-
.\[\&\[data-state\=\"active\"\]\]\:relay-
|
|
3344
|
-
color: var(--relay-colors-
|
|
3375
|
+
.\[\&\[data-state\=\"active\"\]\]\:relay-text_text-default[data-state="active"]:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3376
|
+
color: var(--relay-colors-text-default);
|
|
3345
3377
|
}
|
|
3346
3378
|
|
|
3347
3379
|
.disabled\:relay-bg_button-disabled-background:is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -3426,11 +3458,6 @@
|
|
|
3426
3458
|
border-radius: 4px;
|
|
3427
3459
|
}
|
|
3428
3460
|
|
|
3429
|
-
.\[\&\:focus\]\:relay-backdrop_brightness\(95\%\):focus:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3430
|
-
backdrop-filter: brightness(95%);
|
|
3431
|
-
-webkit-backdrop-filter: brightness(95%);
|
|
3432
|
-
}
|
|
3433
|
-
|
|
3434
3461
|
.focus\:relay-shadow_inset_0_0_0_2px_var\(--focusColor\):is(:focus, [data-focus]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3435
3462
|
box-shadow: inset 0 0 0 2px var(--focusColor);
|
|
3436
3463
|
}
|
|
@@ -3563,8 +3590,8 @@ button:hover:not(#\#):not(#\#):not(#\#):not(#\#) .\[button\:hover_\&\]\:relay-bg
|
|
|
3563
3590
|
color: var(--relay-colors-gray10);
|
|
3564
3591
|
}
|
|
3565
3592
|
|
|
3566
|
-
.dark:not(#\#):not(#\#):not(#\#):not(#\#) .dark\:\[\&\[data-state\=\"active\"\]\]\:relay-
|
|
3567
|
-
background: var(--relay-colors-
|
|
3593
|
+
.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"] {
|
|
3594
|
+
background: var(--relay-colors-widget-background);
|
|
3568
3595
|
}
|
|
3569
3596
|
|
|
3570
3597
|
.disabled\:hover\:relay-bg_button-disabled-background:is(:disabled, [disabled], [data-disabled]):is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -3639,6 +3666,15 @@ button:hover:not(#\#):not(#\#):not(#\#):not(#\#) .\[button\:hover_\&\]\:relay-bg
|
|
|
3639
3666
|
}
|
|
3640
3667
|
|
|
3641
3668
|
@media(min-width: 660px) {
|
|
3669
|
+
.\[\@media\(min-width\:_660px\)\]\:relay-p_0:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3670
|
+
padding: 0;
|
|
3671
|
+
}
|
|
3672
|
+
.\[\@media\(min-width\:_660px\)\]\:relay-text_text-default:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3673
|
+
color: var(--relay-colors-text-default);
|
|
3674
|
+
}
|
|
3675
|
+
.\[\@media\(min-width\:_660px\)\]\:relay-px_2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3676
|
+
padding-inline: var(--relay-spacing-2);
|
|
3677
|
+
}
|
|
3642
3678
|
.\[\@media\(min-width\:_660px\)\]\:relay-min-w_660:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3643
3679
|
min-width: 660px;
|
|
3644
3680
|
}
|
|
@@ -3653,6 +3689,33 @@ button:hover:not(#\#):not(#\#):not(#\#):not(#\#) .\[button\:hover_\&\]\:relay-bg
|
|
|
3653
3689
|
}
|
|
3654
3690
|
.\[\@media\(min-width\:_660px\)\]\:relay-max-w_408:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3655
3691
|
max-width: 408px;
|
|
3692
|
+
}
|
|
3693
|
+
.\[\@media\(min-width\:_660px\)\]\:relay-fs_14px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3694
|
+
font-size: 14px;
|
|
3695
|
+
}
|
|
3696
|
+
.\[\@media\(min-width\:_660px\)\]\:relay-leading_20px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3697
|
+
line-height: 20px;
|
|
3698
|
+
}
|
|
3699
|
+
}
|
|
3700
|
+
|
|
3701
|
+
@media screen and (min-width: 56.25rem) {
|
|
3702
|
+
.md\:relay-border_1px_solid:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3703
|
+
border: 1px solid;
|
|
3704
|
+
}
|
|
3705
|
+
.md\:relay-min-w_400px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3706
|
+
min-width: 400px;
|
|
3707
|
+
}
|
|
3708
|
+
.md\:relay-px_16px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3709
|
+
padding-inline: 16px;
|
|
3710
|
+
}
|
|
3711
|
+
.md\:relay-rounded_widget-card-border-radius:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3712
|
+
border-radius: var(--relay-radii-widget-card-border-radius);
|
|
3713
|
+
}
|
|
3714
|
+
.md\:relay-border_slate\.4:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3715
|
+
border-color: var(--relay-colors-slate-4);
|
|
3716
|
+
}
|
|
3717
|
+
.md\:relay-bg_widget-card-background:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3718
|
+
background-color: var(--relay-colors-widget-card-background);
|
|
3656
3719
|
}
|
|
3657
3720
|
}
|
|
3658
3721
|
|
package/_cjs/src/version.js
CHANGED