@nowramp/form 0.2.0-beta.20 → 0.2.0-beta.21
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +954 -925
- package/dist/index.js.map +1 -1
- package/dist/nowramp-form.iife.js +10 -10
- package/dist/nowramp-form.iife.js.map +1 -1
- package/dist/provider-icons/banxa.svg +12 -0
- package/dist/provider-icons/wert.svg +5 -0
- package/package.json +2 -2
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
2
|
+
<circle cx="32" cy="32" r="32" fill="#fff"/>
|
|
3
|
+
<defs>
|
|
4
|
+
<linearGradient id="bg" x1="0" y1="1" x2="1" y2="0">
|
|
5
|
+
<stop offset="0%" stop-color="#0052D4"/>
|
|
6
|
+
<stop offset="50%" stop-color="#00B4D8"/>
|
|
7
|
+
<stop offset="100%" stop-color="#00E5A0"/>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
</defs>
|
|
10
|
+
<!-- Rounded triangle (Banxa delta mark) -->
|
|
11
|
+
<path d="M32 12C30.5 12 29.1 12.8 28.3 14.1L13.3 40.1C12.5 41.5 12.5 43.2 13.3 44.5C14.1 45.9 15.5 46.7 17 46.7H47C48.5 46.7 49.9 45.9 50.7 44.5C51.5 43.2 51.5 41.5 50.7 40.1L35.7 14.1C34.9 12.8 33.5 12 32 12ZM32 20.5L43.5 40.5H20.5L32 20.5Z" fill="url(#bg)"/>
|
|
12
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nowramp/form",
|
|
3
|
-
"version": "0.2.0-beta.
|
|
3
|
+
"version": "0.2.0-beta.21",
|
|
4
4
|
"description": "React form components for NowRamp aggregator",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"react-dom": ">=18.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@nowramp/sdk": "^0.2.0-beta.
|
|
41
|
+
"@nowramp/sdk": "^0.2.0-beta.21"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/react": "^18.2.0",
|