@relayprotocol/relay-kit-ui 4.0.0 → 4.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/primitives/Button.js +1 -2
- package/_cjs/src/components/primitives/Button.js.map +1 -1
- package/_cjs/src/components/primitives/Text.js +0 -1
- package/_cjs/src/components/primitives/Text.js.map +1 -1
- package/_cjs/src/constants/walletCompatibility.js +7 -3
- package/_cjs/src/constants/walletCompatibility.js.map +1 -1
- package/_cjs/src/styles.css +6 -10
- package/_cjs/src/themes/RelayKitTheme.js +2 -2
- package/_cjs/src/themes/RelayKitTheme.js.map +1 -1
- package/_cjs/src/version.js +1 -1
- package/_cjs/tsconfig.build.tsbuildinfo +1 -1
- package/_esm/src/components/primitives/Button.js +1 -2
- package/_esm/src/components/primitives/Button.js.map +1 -1
- package/_esm/src/components/primitives/Text.js +0 -1
- package/_esm/src/components/primitives/Text.js.map +1 -1
- package/_esm/src/constants/walletCompatibility.js +7 -3
- package/_esm/src/constants/walletCompatibility.js.map +1 -1
- package/_esm/src/styles.css +6 -10
- package/_esm/src/themes/RelayKitTheme.js +2 -2
- package/_esm/src/themes/RelayKitTheme.js.map +1 -1
- package/_esm/src/version.js +1 -1
- package/_esm/tsconfig.build.tsbuildinfo +1 -1
- package/_types/src/components/primitives/Button.d.ts.map +1 -1
- package/_types/src/components/primitives/Text.d.ts +0 -1
- package/_types/src/components/primitives/Text.d.ts.map +1 -1
- package/_types/src/constants/walletCompatibility.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 +1 -2
- package/dist/styles.css +6 -10
- package/package.json +3 -3
|
@@ -172,7 +172,6 @@
|
|
|
172
172
|
"fontFamily]___[value:heading]___[cond:&:not(:disabled)",
|
|
173
173
|
"fontWeight]___[value:700]___[cond:&:not(:disabled)",
|
|
174
174
|
"textTransform]___[value:uppercase]___[cond:&:not(:disabled)",
|
|
175
|
-
"fontStyle]___[value:italic]___[cond:&:not(:disabled)",
|
|
176
175
|
"token]___[value:32",
|
|
177
176
|
"chain]___[value:16",
|
|
178
177
|
"borderRadius]___[value:50%",
|
|
@@ -272,7 +271,6 @@
|
|
|
272
271
|
"border]___[value:1px solid var(--borderColor)]___[cond:&[data-state=\"active\"]",
|
|
273
272
|
"fontWeight]___[value:800",
|
|
274
273
|
"fontSize]___[value:64px",
|
|
275
|
-
"fontStyle]___[value:italic",
|
|
276
274
|
"fontFamily]___[value:heading",
|
|
277
275
|
"fontSize]___[value:48px",
|
|
278
276
|
"fontSize]___[value:32px",
|
|
@@ -288,6 +286,7 @@
|
|
|
288
286
|
"color]___[value:blue12",
|
|
289
287
|
"color]___[value:text-success",
|
|
290
288
|
"color]___[value:amber12",
|
|
289
|
+
"fontStyle]___[value:italic",
|
|
291
290
|
"fill]___[value:modal-background",
|
|
292
291
|
"zIndex]___[value:9999",
|
|
293
292
|
"boxShadow]___[value:0px 1px 5px rgba(0,0,0,0.2)",
|
package/dist/styles.css
CHANGED
|
@@ -190,8 +190,8 @@
|
|
|
190
190
|
--relay-spacing-5: 32px;
|
|
191
191
|
--relay-spacing-6: 64px;
|
|
192
192
|
--relay-spacing-widget-card-section-gutter: 6px;
|
|
193
|
-
--relay-fonts-body: var(--font-
|
|
194
|
-
--relay-fonts-heading: var(--font-
|
|
193
|
+
--relay-fonts-body: var(--font-inter), sans-serif;
|
|
194
|
+
--relay-fonts-heading: var(--font-inter), sans-serif;
|
|
195
195
|
--relay-gradients-success: linear-gradient(to right, #30A46C, #0ADF79);
|
|
196
196
|
--relay-colors-gray1: var(--relay-colors-slate-1);
|
|
197
197
|
--relay-colors-gray2: var(--relay-colors-slate-2);
|
|
@@ -2640,10 +2640,6 @@
|
|
|
2640
2640
|
font-size: 64px;
|
|
2641
2641
|
}
|
|
2642
2642
|
|
|
2643
|
-
.relay-font-style_italic:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2644
|
-
font-style: italic;
|
|
2645
|
-
}
|
|
2646
|
-
|
|
2647
2643
|
.relay-font_heading:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2648
2644
|
font-family: var(--relay-fonts-heading);
|
|
2649
2645
|
}
|
|
@@ -2680,6 +2676,10 @@
|
|
|
2680
2676
|
font-size: 10px;
|
|
2681
2677
|
}
|
|
2682
2678
|
|
|
2679
|
+
.relay-font-style_italic:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2680
|
+
font-style: italic;
|
|
2681
|
+
}
|
|
2682
|
+
|
|
2683
2683
|
.relay-justify_between:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2684
2684
|
justify-content: between;
|
|
2685
2685
|
}
|
|
@@ -3096,10 +3096,6 @@
|
|
|
3096
3096
|
font-weight: 700;
|
|
3097
3097
|
}
|
|
3098
3098
|
|
|
3099
|
-
.\[\&\:not\(\:disabled\)\]\:relay-font-style_italic:not(:disabled):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3100
|
-
font-style: italic;
|
|
3101
|
-
}
|
|
3102
|
-
|
|
3103
3099
|
.\[\&\[data-state\=\'checked\'\]\]\:relay-bg_primary-button-background[data-state='checked']:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3104
3100
|
background-color: var(--relay-colors-primary-button-background);
|
|
3105
3101
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@relayprotocol/relay-kit-ui",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.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": "^1.0.0",
|
|
83
|
-
"@relayprotocol/relay-
|
|
84
|
-
"@relayprotocol/relay-
|
|
83
|
+
"@relayprotocol/relay-sdk": "2.4.3",
|
|
84
|
+
"@relayprotocol/relay-kit-hooks": "2.0.1"
|
|
85
85
|
},
|
|
86
86
|
"keywords": [
|
|
87
87
|
"eth",
|