@make-software/csprclick-ui 1.1.3 → 1.2.0
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/cjs/lib/assets/icons/ic-credit-card.svg +10 -0
- package/dist/cjs/lib/assets/icons/loading.svg +27 -0
- package/dist/cjs/lib/index.js +4 -4
- package/dist/cjs/lib/lib/TopBar/components/SkeletonLoader.d.ts +8 -0
- package/dist/lib/assets/icons/ic-credit-card.svg +10 -0
- package/dist/lib/assets/icons/loading.svg +27 -0
- package/dist/lib/index.js +3 -3
- package/package.json +8 -5
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_12737_4887)">
|
|
3
|
+
<path d="M15.9996 7.08438L16 11.3138C16 12.4851 15.0857 13.4428 13.9318 13.5121L13.7976 13.5161H2.20294C1.03166 13.5161 0.0739318 12.6018 0.00459592 11.4479L0.000576447 11.3138L0 7.08438H15.9996ZM13.008 9.89162H11.0059L10.9244 9.89711C10.6312 9.93688 10.4052 10.1882 10.4052 10.4923C10.4052 10.7963 10.6312 11.0477 10.9244 11.0874L11.0059 11.0929H13.008L13.0895 11.0874C13.3827 11.0477 13.6087 10.7963 13.6087 10.4923C13.6087 10.1882 13.3827 9.93688 13.0895 9.89711L13.008 9.89162ZM13.7976 2.30005C14.9689 2.30005 15.9266 3.21439 15.996 4.36825L16 4.50241L15.9996 5.88309H0L0.000576447 4.50241C0.000576447 3.33113 0.91492 2.3734 2.06878 2.30407L2.20294 2.30005H13.7976Z" fill="#0021A5"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_12737_4887">
|
|
7
|
+
<rect width="16" height="16" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<svg version="1.1" id="L4" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
2
|
+
viewBox="0 0 130 100" enable-background="new 0 0 0 0" xml:space="preserve">
|
|
3
|
+
<circle fill="#fff" stroke="none" cx="10" cy="50" r="10">
|
|
4
|
+
<animate
|
|
5
|
+
attributeName="opacity"
|
|
6
|
+
dur="1s"
|
|
7
|
+
values="0;1;0"
|
|
8
|
+
repeatCount="indefinite"
|
|
9
|
+
begin="0.1"/>
|
|
10
|
+
</circle>
|
|
11
|
+
<circle fill="#fff" stroke="none" cx="60" cy="50" r="10">
|
|
12
|
+
<animate
|
|
13
|
+
attributeName="opacity"
|
|
14
|
+
dur="1s"
|
|
15
|
+
values="0;1;0"
|
|
16
|
+
repeatCount="indefinite"
|
|
17
|
+
begin="0.2"/>
|
|
18
|
+
</circle>
|
|
19
|
+
<circle fill="#fff" stroke="none" cx="110" cy="50" r="10">
|
|
20
|
+
<animate
|
|
21
|
+
attributeName="opacity"
|
|
22
|
+
dur="1s"
|
|
23
|
+
values="0;1;0"
|
|
24
|
+
repeatCount="indefinite"
|
|
25
|
+
begin="0.3"/>
|
|
26
|
+
</circle>
|
|
27
|
+
</svg>
|