@make-software/csprclick-ui 2.0.2 → 2.0.4
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/README.md +0 -1
- package/dist/cjs/lib/assets/logos/cspr-click-wallet-logo.svg +1 -0
- package/dist/cjs/lib/assets/logos/cspr-products-logo.svg +3 -0
- package/dist/cjs/lib/index.js +3 -3
- package/dist/cjs/lib/lib/CrossNavigationMenu/SeeAllCsprProducts.d.ts +1 -0
- package/dist/lib/assets/logos/cspr-click-wallet-logo.svg +1 -0
- package/dist/lib/assets/logos/cspr-products-logo.svg +3 -0
- package/dist/lib/index.js +3 -3
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SeeAllCsprProducts: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512" fill="none"><path d="M425.138 147.422H491.037C502.614 147.422 512 156.805 512 168.38V343.62C512 355.195 502.614 364.578 491.037 364.578H425.138V426.604C425.138 455.541 401.674 479 372.73 479H52.4079C23.4638 479 0 455.541 0 426.604V85.3961C0 56.4585 23.4638 33 52.4079 33H372.73C401.674 33 425.138 56.4585 425.138 85.3961V147.422ZM189.845 256C189.845 315.915 238.427 364.486 298.356 364.486H425.138V147.514H298.356C238.427 147.514 189.845 196.085 189.845 256Z" fill="#FF0012"></path></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3.8811 14.7293V4.70265C3.8811 4.46413 3.96945 4.22855 4.14908 4.06954C4.29336 3.94292 4.46121 3.88108 4.6585 3.88108H17.2823V0H17.1027C15.9131 0 14.9472 0.965851 14.9472 2.1555V2.19378C14.9472 2.78272 14.4937 3.29804 13.9048 3.31276C13.3011 3.32748 12.8064 2.84456 12.8064 2.24384V2.14078C12.8064 0.959966 11.8494 0 10.6656 0H3.95766C3.20088 0 2.52065 0.170793 1.92288 0.512375C1.32217 0.853958 0.853989 1.32216 0.512407 1.92287C0.170824 2.52359 0 3.20086 0 3.95765V15.4301C0 16.1869 0.170824 16.8671 0.512407 17.4649C0.853989 18.0656 1.32217 18.5338 1.92288 18.8754C2.5236 19.217 3.20088 19.3878 3.95766 19.3878H17.2823V15.5067H4.70268C4.46416 15.5067 4.22858 15.4183 4.06956 15.2387C3.94294 15.0944 3.8811 14.9266 3.8811 14.7293Z" fill="#FF0012"/>
|
|
3
|
+
</svg>
|