@relayprotocol/relay-kit-ui 4.0.2 → 4.0.3

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.
@@ -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.2",
3
+ "version": "4.0.3",
4
4
  "type": "module",
5
5
  "main": "./_cjs/src/index.js",
6
6
  "module": "./_esm/src/index.js",