@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.
@@ -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>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
2
+ <circle cx="32" cy="32" r="32" fill="#1A1D29"/>
3
+ <!-- Wert "W" lettermark -->
4
+ <path d="M13 21h5.5l5.5 16.5L29.5 21H34.5L40 37.5 45.5 21H51L42.5 45H37.5L32 28.5 26.5 45H21.5Z" fill="#fff"/>
5
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nowramp/form",
3
- "version": "0.2.0-beta.20",
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.20"
41
+ "@nowramp/sdk": "^0.2.0-beta.21"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/react": "^18.2.0",