ui-mathilde-web 0.1.2 → 0.1.3
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/assets/images/spinner.svg +33 -0
- package/dist/ui-mathilde-web.js +1204 -1205
- package/dist/ui-mathilde-web.umd.cjs +32 -32
- package/package.json +1 -1
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" width="200" height="200" style="shape-rendering: auto; display: block; background: rgb(255, 255, 255);" xmlns:xlink="http://www.w3.org/1999/xlink"><g><g transform="rotate(0 50 50)">
|
|
2
|
+
<rect fill="#6168f8" height="16" width="6" ry="3.2" rx="3" y="22" x="47">
|
|
3
|
+
<animate repeatCount="indefinite" begin="-1.4112903225806452s" dur="1.6129032258064517s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate>
|
|
4
|
+
</rect>
|
|
5
|
+
</g><g transform="rotate(45 50 50)">
|
|
6
|
+
<rect fill="#6168f8" height="16" width="6" ry="3.2" rx="3" y="22" x="47">
|
|
7
|
+
<animate repeatCount="indefinite" begin="-1.2096774193548387s" dur="1.6129032258064517s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate>
|
|
8
|
+
</rect>
|
|
9
|
+
</g><g transform="rotate(90 50 50)">
|
|
10
|
+
<rect fill="#6168f8" height="16" width="6" ry="3.2" rx="3" y="22" x="47">
|
|
11
|
+
<animate repeatCount="indefinite" begin="-1.0080645161290323s" dur="1.6129032258064517s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate>
|
|
12
|
+
</rect>
|
|
13
|
+
</g><g transform="rotate(135 50 50)">
|
|
14
|
+
<rect fill="#6168f8" height="16" width="6" ry="3.2" rx="3" y="22" x="47">
|
|
15
|
+
<animate repeatCount="indefinite" begin="-0.8064516129032259s" dur="1.6129032258064517s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate>
|
|
16
|
+
</rect>
|
|
17
|
+
</g><g transform="rotate(180 50 50)">
|
|
18
|
+
<rect fill="#6168f8" height="16" width="6" ry="3.2" rx="3" y="22" x="47">
|
|
19
|
+
<animate repeatCount="indefinite" begin="-0.6048387096774194s" dur="1.6129032258064517s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate>
|
|
20
|
+
</rect>
|
|
21
|
+
</g><g transform="rotate(225 50 50)">
|
|
22
|
+
<rect fill="#6168f8" height="16" width="6" ry="3.2" rx="3" y="22" x="47">
|
|
23
|
+
<animate repeatCount="indefinite" begin="-0.40322580645161293s" dur="1.6129032258064517s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate>
|
|
24
|
+
</rect>
|
|
25
|
+
</g><g transform="rotate(270 50 50)">
|
|
26
|
+
<rect fill="#6168f8" height="16" width="6" ry="3.2" rx="3" y="22" x="47">
|
|
27
|
+
<animate repeatCount="indefinite" begin="-0.20161290322580647s" dur="1.6129032258064517s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate>
|
|
28
|
+
</rect>
|
|
29
|
+
</g><g transform="rotate(315 50 50)">
|
|
30
|
+
<rect fill="#6168f8" height="16" width="6" ry="3.2" rx="3" y="22" x="47">
|
|
31
|
+
<animate repeatCount="indefinite" begin="0s" dur="1.6129032258064517s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate>
|
|
32
|
+
</rect>
|
|
33
|
+
</g><g></g></g><!-- [ldio] generated by https://loading.io --></svg>
|