@relayprotocol/relay-kit-ui 7.0.4 → 7.0.6
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/TransactionModal/steps/SwapSuccessStep.js +1 -13
- package/_cjs/src/components/common/TransactionModal/steps/SwapSuccessStep.js.map +1 -1
- package/_cjs/src/hooks/useEOADetection.js +1 -1
- package/_cjs/src/styles.css +0 -16
- package/_cjs/src/version.js +1 -1
- package/_cjs/tsconfig.build.tsbuildinfo +1 -1
- package/_esm/src/components/common/TransactionModal/steps/SwapSuccessStep.js +1 -13
- package/_esm/src/components/common/TransactionModal/steps/SwapSuccessStep.js.map +1 -1
- package/_esm/src/hooks/useEOADetection.js +1 -1
- package/_esm/src/styles.css +0 -16
- package/_esm/src/version.js +1 -1
- package/_esm/tsconfig.build.tsbuildinfo +1 -1
- package/_types/src/components/common/TransactionModal/steps/SwapSuccessStep.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 +0 -4
- package/dist/styles.css +0 -16
- package/package.json +3 -3
|
@@ -594,13 +594,9 @@
|
|
|
594
594
|
"border]___[value:2px solid var(--borderColor)",
|
|
595
595
|
"marginLeft]___[value:-8px",
|
|
596
596
|
"--borderColor]___[value:colors.slate.5",
|
|
597
|
-
"background]___[value:primary2",
|
|
598
|
-
"justifyItems]___[value:space-between",
|
|
599
597
|
"marginBlock]___[value:12px",
|
|
600
598
|
"color]___[value:green11]___[cond:& .green-time",
|
|
601
599
|
"background]___[value:gray5",
|
|
602
|
-
"fill]___[value:#fff",
|
|
603
|
-
"fill]___[value:#000",
|
|
604
600
|
"color]___[value:#889096",
|
|
605
601
|
"width]___[value:105",
|
|
606
602
|
"height]___[value:105",
|
package/dist/styles.css
CHANGED
|
@@ -2404,10 +2404,6 @@
|
|
|
2404
2404
|
--borderColor: var(--relay-colors-slate-5);
|
|
2405
2405
|
}
|
|
2406
2406
|
|
|
2407
|
-
.relay-bg_primary2:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2408
|
-
background: var(--relay-colors-primary2);
|
|
2409
|
-
}
|
|
2410
|
-
|
|
2411
2407
|
.relay-my_12px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2412
2408
|
margin-block: 12px;
|
|
2413
2409
|
}
|
|
@@ -2416,14 +2412,6 @@
|
|
|
2416
2412
|
background: var(--relay-colors-gray5);
|
|
2417
2413
|
}
|
|
2418
2414
|
|
|
2419
|
-
.relay-fill_\#fff:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2420
|
-
fill: #fff;
|
|
2421
|
-
}
|
|
2422
|
-
|
|
2423
|
-
.relay-fill_\#000:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2424
|
-
fill: #000;
|
|
2425
|
-
}
|
|
2426
|
-
|
|
2427
2415
|
.relay-text_\#889096:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2428
2416
|
color: #889096;
|
|
2429
2417
|
}
|
|
@@ -3148,10 +3136,6 @@
|
|
|
3148
3136
|
margin-left: -8px;
|
|
3149
3137
|
}
|
|
3150
3138
|
|
|
3151
|
-
.relay-justify-items_space-between:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3152
|
-
justify-items: space-between;
|
|
3153
|
-
}
|
|
3154
|
-
|
|
3155
3139
|
.relay-scroll-pt_40px:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3156
3140
|
scroll-padding-top: 40px;
|
|
3157
3141
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@relayprotocol/relay-kit-ui",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.6",
|
|
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-
|
|
89
|
-
"@relayprotocol/relay-
|
|
88
|
+
"@relayprotocol/relay-sdk": "5.0.0",
|
|
89
|
+
"@relayprotocol/relay-kit-hooks": "3.0.2"
|
|
90
90
|
},
|
|
91
91
|
"keywords": [
|
|
92
92
|
"eth",
|