@relayprotocol/relay-kit-ui 3.0.0 → 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.
Files changed (36) hide show
  1. package/_cjs/src/components/common/TransactionModal/steps/SwapSuccessStep.js +5 -1
  2. package/_cjs/src/components/common/TransactionModal/steps/SwapSuccessStep.js.map +1 -1
  3. package/_cjs/src/components/widgets/SwapWidget/index.js +1 -1
  4. package/_cjs/src/components/widgets/SwapWidget/index.js.map +1 -1
  5. package/_cjs/src/components/widgets/SwapWidgetRenderer.js +5 -4
  6. package/_cjs/src/components/widgets/SwapWidgetRenderer.js.map +1 -1
  7. package/_cjs/src/icons/XIcon.js +1 -1
  8. package/_cjs/src/icons/XIcon.js.map +1 -1
  9. package/_cjs/src/styles.css +8 -0
  10. package/_cjs/src/utils/quote.js +7 -2
  11. package/_cjs/src/utils/quote.js.map +1 -1
  12. package/_cjs/src/version.js +1 -1
  13. package/_cjs/tsconfig.build.tsbuildinfo +1 -1
  14. package/_esm/src/components/common/TransactionModal/steps/SwapSuccessStep.js +5 -2
  15. package/_esm/src/components/common/TransactionModal/steps/SwapSuccessStep.js.map +1 -1
  16. package/_esm/src/components/widgets/SwapWidget/index.js +1 -1
  17. package/_esm/src/components/widgets/SwapWidget/index.js.map +1 -1
  18. package/_esm/src/components/widgets/SwapWidgetRenderer.js +5 -4
  19. package/_esm/src/components/widgets/SwapWidgetRenderer.js.map +1 -1
  20. package/_esm/src/icons/XIcon.js +1 -1
  21. package/_esm/src/icons/XIcon.js.map +1 -1
  22. package/_esm/src/styles.css +8 -0
  23. package/_esm/src/utils/quote.js +7 -2
  24. package/_esm/src/utils/quote.js.map +1 -1
  25. package/_esm/src/version.js +1 -1
  26. package/_esm/tsconfig.build.tsbuildinfo +1 -1
  27. package/_types/src/components/common/TransactionModal/steps/SwapSuccessStep.d.ts.map +1 -1
  28. package/_types/src/components/widgets/SwapWidget/index.d.ts.map +1 -1
  29. package/_types/src/components/widgets/SwapWidgetRenderer.d.ts.map +1 -1
  30. package/_types/src/utils/quote.d.ts +4 -1
  31. package/_types/src/utils/quote.d.ts.map +1 -1
  32. package/_types/src/version.d.ts +1 -1
  33. package/_types/tsconfig.build.tsbuildinfo +1 -1
  34. package/dist/panda.buildinfo.json +2 -0
  35. package/dist/styles.css +8 -0
  36. package/package.json +3 -3
@@ -516,6 +516,8 @@
516
516
  "height]___[value:27",
517
517
  "color]___[value:gray",
518
518
  "background]___[value:gray5",
519
+ "fill]___[value:#fff",
520
+ "fill]___[value:#000",
519
521
  "color]___[value:#889096",
520
522
  "width]___[value:105",
521
523
  "height]___[value:105",
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.0",
3
+ "version": "3.0.2",
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": "1.13.0",
82
+ "@relayprotocol/relay-design-system": "npm:@reservoir0x/relay-design-system@^0.0.2",
83
83
  "@relayprotocol/relay-sdk": "2.4.2",
84
- "@relayprotocol/relay-design-system": "npm:@reservoir0x/relay-design-system@^0.0.2"
84
+ "@relayprotocol/relay-kit-hooks": "1.13.0"
85
85
  },
86
86
  "keywords": [
87
87
  "eth",