@relayprotocol/relay-kit-ui 3.0.1 → 3.0.2
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 +5 -1
- package/_cjs/src/components/common/TransactionModal/steps/SwapSuccessStep.js.map +1 -1
- package/_cjs/src/components/widgets/SwapWidgetRenderer.js +2 -1
- package/_cjs/src/components/widgets/SwapWidgetRenderer.js.map +1 -1
- package/_cjs/src/icons/XIcon.js +1 -1
- package/_cjs/src/icons/XIcon.js.map +1 -1
- package/_cjs/src/styles.css +8 -0
- package/_cjs/src/version.js +1 -1
- package/_cjs/tsconfig.build.tsbuildinfo +1 -1
- package/_esm/src/components/common/TransactionModal/steps/SwapSuccessStep.js +5 -2
- package/_esm/src/components/common/TransactionModal/steps/SwapSuccessStep.js.map +1 -1
- package/_esm/src/components/widgets/SwapWidgetRenderer.js +2 -1
- package/_esm/src/components/widgets/SwapWidgetRenderer.js.map +1 -1
- package/_esm/src/icons/XIcon.js +1 -1
- package/_esm/src/icons/XIcon.js.map +1 -1
- package/_esm/src/styles.css +8 -0
- 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/components/widgets/SwapWidgetRenderer.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 +2 -0
- package/dist/styles.css +8 -0
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -2244,6 +2244,14 @@
|
|
|
2244
2244
|
background: var(--relay-colors-gray5);
|
|
2245
2245
|
}
|
|
2246
2246
|
|
|
2247
|
+
.relay-fill_\#fff:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2248
|
+
fill: #fff;
|
|
2249
|
+
}
|
|
2250
|
+
|
|
2251
|
+
.relay-fill_\#000:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2252
|
+
fill: #000;
|
|
2253
|
+
}
|
|
2254
|
+
|
|
2247
2255
|
.relay-text_\#889096:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2248
2256
|
color: #889096;
|
|
2249
2257
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@relayprotocol/relay-kit-ui",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./_cjs/src/index.js",
|
|
6
6
|
"module": "./_esm/src/index.js",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"qrcode.react": "^4.1.0",
|
|
81
81
|
"usehooks-ts": "^3.1.0",
|
|
82
82
|
"@relayprotocol/relay-design-system": "npm:@reservoir0x/relay-design-system@^0.0.2",
|
|
83
|
-
"@relayprotocol/relay-
|
|
84
|
-
"@relayprotocol/relay-
|
|
83
|
+
"@relayprotocol/relay-sdk": "2.4.2",
|
|
84
|
+
"@relayprotocol/relay-kit-hooks": "1.13.0"
|
|
85
85
|
},
|
|
86
86
|
"keywords": [
|
|
87
87
|
"eth",
|