@relayprotocol/relay-kit-ui 4.0.2 → 4.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/TransactionModal/TransactionModal.js +4 -1
- package/_cjs/src/components/common/TransactionModal/TransactionModal.js.map +1 -1
- package/_cjs/src/components/common/TransactionModal/steps/SwapSuccessStep.js +1 -1
- package/_cjs/src/components/common/TransactionModal/steps/SwapSuccessStep.js.map +1 -1
- package/_cjs/src/components/primitives/Button.js +2 -1
- package/_cjs/src/components/primitives/Button.js.map +1 -1
- package/_cjs/src/components/widgets/SwapWidgetRenderer.js +22 -4
- package/_cjs/src/components/widgets/SwapWidgetRenderer.js.map +1 -1
- package/_cjs/src/providers/RelayKitProvider.js +3 -0
- package/_cjs/src/providers/RelayKitProvider.js.map +1 -1
- package/_cjs/src/styles.css +4 -0
- package/_cjs/src/themes/RelayKitTheme.js +3 -0
- 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/common/TransactionModal/TransactionModal.js +4 -1
- package/_esm/src/components/common/TransactionModal/TransactionModal.js.map +1 -1
- package/_esm/src/components/common/TransactionModal/steps/SwapSuccessStep.js +1 -1
- package/_esm/src/components/common/TransactionModal/steps/SwapSuccessStep.js.map +1 -1
- package/_esm/src/components/primitives/Button.js +2 -1
- package/_esm/src/components/primitives/Button.js.map +1 -1
- package/_esm/src/components/widgets/SwapWidgetRenderer.js +22 -4
- package/_esm/src/components/widgets/SwapWidgetRenderer.js.map +1 -1
- package/_esm/src/providers/RelayKitProvider.js +3 -0
- package/_esm/src/providers/RelayKitProvider.js.map +1 -1
- package/_esm/src/styles.css +4 -0
- package/_esm/src/themes/RelayKitTheme.js +3 -0
- 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/common/TransactionModal/TransactionModal.d.ts.map +1 -1
- package/_types/src/components/primitives/Button.d.ts.map +1 -1
- package/_types/src/components/widgets/SwapWidgetRenderer.d.ts.map +1 -1
- package/_types/src/providers/RelayKitProvider.d.ts.map +1 -1
- package/_types/src/themes/RelayKitTheme.d.ts +3 -0
- package/_types/src/themes/RelayKitTheme.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 -0
- package/dist/styles.css +4 -0
- package/package.json +3 -3
|
@@ -172,6 +172,7 @@
|
|
|
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:var(--relay-fonts-button-cta-font-style, normal)]___[cond:&:not(:disabled)",
|
|
175
176
|
"token]___[value:32",
|
|
176
177
|
"chain]___[value:16",
|
|
177
178
|
"borderRadius]___[value:50%",
|
package/dist/styles.css
CHANGED
|
@@ -3096,6 +3096,10 @@
|
|
|
3096
3096
|
font-weight: 700;
|
|
3097
3097
|
}
|
|
3098
3098
|
|
|
3099
|
+
.\[\&\:not\(\:disabled\)\]\:relay-font-style_var\(--relay-fonts-button-cta-font-style\,_normal\):not(:disabled):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3100
|
+
font-style: var(--relay-fonts-button-cta-font-style, normal);
|
|
3101
|
+
}
|
|
3102
|
+
|
|
3099
3103
|
.\[\&\[data-state\=\'checked\'\]\]\:relay-bg_primary-button-background[data-state='checked']:not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
3100
3104
|
background-color: var(--relay-colors-primary-button-background);
|
|
3101
3105
|
}
|
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.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./_cjs/src/index.js",
|
|
6
6
|
"module": "./_esm/src/index.js",
|
|
@@ -79,9 +79,9 @@
|
|
|
79
79
|
"pandacss-preset-radix-colors": "^0.2.0",
|
|
80
80
|
"qrcode.react": "^4.1.0",
|
|
81
81
|
"usehooks-ts": "^3.1.0",
|
|
82
|
+
"@relayprotocol/relay-kit-hooks": "2.0.1",
|
|
82
83
|
"@relayprotocol/relay-design-system": "^1.0.0",
|
|
83
|
-
"@relayprotocol/relay-sdk": "2.4.3"
|
|
84
|
-
"@relayprotocol/relay-kit-hooks": "2.0.1"
|
|
84
|
+
"@relayprotocol/relay-sdk": "2.4.3"
|
|
85
85
|
},
|
|
86
86
|
"keywords": [
|
|
87
87
|
"eth",
|