ui-czn 1.0.52 → 1.0.54
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 +54 -54
- package/dist/assets/check.svg +9 -9
- package/dist/assets/checkbox-checked.svg +10 -10
- package/dist/assets/plus.svg +3 -3
- package/dist/assets/star.svg +9 -9
- package/dist/index.d.ts +23 -3
- package/dist/ui-czn.es.js +2098 -2074
- package/dist/ui-czn.umd.js +37 -37
- package/package.json +86 -86
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<svg width="12" height="12" viewBox="0 0 36 36" xmlns="http://www.w3.org/2000/svg"
|
|
2
|
-
xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--twemoji"
|
|
3
|
-
preserveAspectRatio="xMidYMid meet" fill="#ffffff" stroke="#ffffff">
|
|
4
|
-
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
|
5
|
-
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
|
6
|
-
<g id="SVGRepo_iconCarrier">
|
|
7
|
-
<path fill="#ffffff"
|
|
8
|
-
d="M34.459 1.375a2.999 2.999 0 0 0-4.149.884L13.5 28.17l-8.198-7.58a2.999 2.999 0 1 0-4.073 4.405l10.764 9.952s.309.266.452.359a2.999 2.999 0 0 0 4.15-.884L35.343 5.524a2.999 2.999 0 0 0-.884-4.149z"></path>
|
|
9
|
-
</g>
|
|
10
|
-
</svg>
|
|
1
|
+
<svg width="12" height="12" viewBox="0 0 36 36" xmlns="http://www.w3.org/2000/svg"
|
|
2
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--twemoji"
|
|
3
|
+
preserveAspectRatio="xMidYMid meet" fill="#ffffff" stroke="#ffffff">
|
|
4
|
+
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
|
5
|
+
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
|
6
|
+
<g id="SVGRepo_iconCarrier">
|
|
7
|
+
<path fill="#ffffff"
|
|
8
|
+
d="M34.459 1.375a2.999 2.999 0 0 0-4.149.884L13.5 28.17l-8.198-7.58a2.999 2.999 0 1 0-4.073 4.405l10.764 9.952s.309.266.452.359a2.999 2.999 0 0 0 4.15-.884L35.343 5.524a2.999 2.999 0 0 0-.884-4.149z"></path>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
package/dist/assets/plus.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M1 6H6M6 6H11M6 6V1M6 6V11" stroke="#50A4FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1 6H6M6 6H11M6 6V1M6 6V11" stroke="#50A4FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|