@relayprotocol/relay-kit-ui 6.0.7 → 6.0.8
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/widgets/WidgetErrorWell.js +11 -1
- package/_cjs/src/components/widgets/WidgetErrorWell.js.map +1 -1
- package/_cjs/src/styles.css +8 -8
- package/_cjs/src/version.js +1 -1
- package/_cjs/tsconfig.build.tsbuildinfo +1 -1
- package/_esm/src/components/widgets/WidgetErrorWell.js +11 -1
- package/_esm/src/components/widgets/WidgetErrorWell.js.map +1 -1
- package/_esm/src/styles.css +8 -8
- package/_esm/src/version.js +1 -1
- package/_esm/tsconfig.build.tsbuildinfo +1 -1
- package/_types/src/components/widgets/WidgetErrorWell.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 -2
- package/dist/styles.css +8 -8
- package/package.json +3 -3
|
@@ -394,10 +394,10 @@
|
|
|
394
394
|
"--borderColor]___[value:colors.amber4",
|
|
395
395
|
"backgroundColor]___[value:red2",
|
|
396
396
|
"--borderColor]___[value:colors.red4",
|
|
397
|
-
"color]___[value:red10",
|
|
398
|
-
"color]___[value:amber10",
|
|
399
397
|
"color]___[value:red12",
|
|
400
398
|
"maxWidth]___[value:215",
|
|
399
|
+
"color]___[value:red10",
|
|
400
|
+
"color]___[value:amber10",
|
|
401
401
|
"height]___[value:40",
|
|
402
402
|
"paddingInline]___[value:4 !important",
|
|
403
403
|
"backgroundColor]___[value:dropdown-background",
|
package/dist/styles.css
CHANGED
|
@@ -1936,14 +1936,6 @@
|
|
|
1936
1936
|
--borderColor: var(--relay-colors-red4);
|
|
1937
1937
|
}
|
|
1938
1938
|
|
|
1939
|
-
.relay-text_red10:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1940
|
-
color: var(--relay-colors-red10);
|
|
1941
|
-
}
|
|
1942
|
-
|
|
1943
|
-
.relay-text_amber10:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1944
|
-
color: var(--relay-colors-amber10);
|
|
1945
|
-
}
|
|
1946
|
-
|
|
1947
1939
|
.relay-text_red12:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1948
1940
|
color: var(--relay-colors-red12);
|
|
1949
1941
|
}
|
|
@@ -1952,6 +1944,14 @@
|
|
|
1952
1944
|
max-width: 215px;
|
|
1953
1945
|
}
|
|
1954
1946
|
|
|
1947
|
+
.relay-text_red10:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1948
|
+
color: var(--relay-colors-red10);
|
|
1949
|
+
}
|
|
1950
|
+
|
|
1951
|
+
.relay-text_amber10:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1952
|
+
color: var(--relay-colors-amber10);
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
1955
|
.relay-h_40:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1956
1956
|
height: 40px;
|
|
1957
1957
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@relayprotocol/relay-kit-ui",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./_cjs/src/index.js",
|
|
6
6
|
"module": "./_esm/src/index.js",
|
|
@@ -84,9 +84,9 @@
|
|
|
84
84
|
"pandacss-preset-radix-colors": "^0.2.0",
|
|
85
85
|
"qrcode.react": "^4.1.0",
|
|
86
86
|
"usehooks-ts": "^3.1.0",
|
|
87
|
-
"@relayprotocol/relay-
|
|
87
|
+
"@relayprotocol/relay-kit-hooks": "2.0.9",
|
|
88
88
|
"@relayprotocol/relay-sdk": "3.1.1",
|
|
89
|
-
"@relayprotocol/relay-
|
|
89
|
+
"@relayprotocol/relay-design-system": "^1.0.0"
|
|
90
90
|
},
|
|
91
91
|
"keywords": [
|
|
92
92
|
"eth",
|