@reevit/react 0.4.5 → 0.4.7

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/dist/styles.css CHANGED
@@ -145,6 +145,12 @@
145
145
  object-fit: contain;
146
146
  }
147
147
 
148
+ .reevit-modal__brand-name {
149
+ font-size: 12px;
150
+ font-weight: 600;
151
+ color: var(--reevit-text);
152
+ }
153
+
148
154
  .reevit-modal__close {
149
155
  width: 28px;
150
156
  height: 28px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reevit/react",
3
- "version": "0.4.5",
3
+ "version": "0.4.7",
4
4
  "description": "Reevit React SDK - Unified Payment Widget",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",