@asd20/ui 3.2.1000 → 3.2.1002
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/package.json
CHANGED
|
@@ -37,24 +37,52 @@
|
|
|
37
37
|
stroke-linecap="round"
|
|
38
38
|
/>
|
|
39
39
|
<!-- Calendar main body (rounded rectangle, outline only) -->
|
|
40
|
-
<rect
|
|
40
|
+
<rect
|
|
41
|
+
x="7"
|
|
42
|
+
y="10"
|
|
43
|
+
width="18"
|
|
44
|
+
height="15"
|
|
45
|
+
rx="3"
|
|
46
|
+
class="line"
|
|
47
|
+
fill="none"
|
|
48
|
+
stroke="currentColor"
|
|
49
|
+
stroke-width="2"
|
|
50
|
+
/>
|
|
41
51
|
<!-- Calendar header bar (fill color) -->
|
|
42
|
-
<rect x="6" y="10" width="20" height="4" rx="2" class="fill"/>
|
|
52
|
+
<rect x="6" y="10" width="20" height="4" rx="2" class="fill" />
|
|
43
53
|
<!-- Calendar "rings" (outline color) -->
|
|
44
|
-
<rect
|
|
45
|
-
|
|
54
|
+
<rect
|
|
55
|
+
x="9"
|
|
56
|
+
y="7"
|
|
57
|
+
width="2.3"
|
|
58
|
+
height="4"
|
|
59
|
+
rx="1"
|
|
60
|
+
class="line"
|
|
61
|
+
fill="currentColor"
|
|
62
|
+
/>
|
|
63
|
+
<rect
|
|
64
|
+
x="21"
|
|
65
|
+
y="7"
|
|
66
|
+
width="2.3"
|
|
67
|
+
height="4"
|
|
68
|
+
rx="1"
|
|
69
|
+
class="line"
|
|
70
|
+
fill="currentColor"
|
|
71
|
+
/>
|
|
46
72
|
<!-- Calendar number "31" (fill color, centered, bold) -->
|
|
47
|
-
<
|
|
48
|
-
x="16"
|
|
49
|
-
y="20"
|
|
50
|
-
text-anchor="middle"
|
|
51
|
-
alignment-baseline="middle"
|
|
52
|
-
font-size="10"
|
|
53
|
-
font-family="sans-serif"
|
|
54
|
-
font-weight="bold"
|
|
73
|
+
<g
|
|
55
74
|
class="fill"
|
|
56
|
-
|
|
57
|
-
|
|
75
|
+
stroke="currentColor"
|
|
76
|
+
fill="none"
|
|
77
|
+
stroke-width="1.8"
|
|
78
|
+
stroke-linecap="round"
|
|
79
|
+
stroke-linejoin="round"
|
|
80
|
+
>
|
|
81
|
+
<!-- "31"-->
|
|
82
|
+
<path
|
|
83
|
+
d="M 11.925 21.9586 C 12.2905 22.2856 12.773 22.4845 13.302 22.4845 C 14.4428 22.4845 15.3675 21.5598 15.3675 20.419 C 15.3675 19.2782 14.4428 18.3535 13.302 18.3535 L 15.3675 15.5995 H 11.925 M 19 22.5 V 15.5 L 18 16.5"
|
|
84
|
+
class="line"
|
|
85
|
+
/>
|
|
86
|
+
</g>
|
|
58
87
|
</g>
|
|
59
88
|
</template>
|
|
60
|
-
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
<!-- Calendar "rings" (outline color) -->
|
|
40
40
|
<rect x="9" y="7" width="2.3" height="4" rx="1" class="line" fill="currentColor"/>
|
|
41
41
|
<rect x="21" y="7" width="2.3" height="4" rx="1" class="line" fill="currentColor"/>
|
|
42
|
-
<!-- Calendar squares for days (
|
|
43
|
-
<rect x="10" y="16" width="2
|
|
44
|
-
<rect x="13.
|
|
45
|
-
<rect x="16.
|
|
46
|
-
<rect x="
|
|
42
|
+
<!-- Calendar squares for days (line color) -->
|
|
43
|
+
<rect x="10" y="16" width="2" height="2.2" rx="0.6" class="fill" stroke="currentColor" stroke-width="1"/>
|
|
44
|
+
<rect x="13.4" y="16" width="2" height="2.2" rx="0.6" class="fill" stroke="currentColor" stroke-width="1"/>
|
|
45
|
+
<rect x="16.8" y="16" width="2" height="2.2" rx="0.6" class="fill" stroke="currentColor" stroke-width="1"/>
|
|
46
|
+
<rect x="20.2" y="16" width="2" height="2.2" rx="0.6" class="fill" stroke="currentColor" stroke-width="1"/>
|
|
47
47
|
|
|
48
|
-
<rect x="10" y="19.4" width="2
|
|
49
|
-
<rect x="13.
|
|
50
|
-
<rect x="16.
|
|
51
|
-
<rect x="
|
|
48
|
+
<rect x="10" y="19.4" width="2" height="2.2" rx="0.6" class="fill" stroke="currentColor" stroke-width="1"/>
|
|
49
|
+
<rect x="13.4" y="19.4" width="2" height="2.2" rx="0.6" class="fill" stroke="currentColor" stroke-width="1"/>
|
|
50
|
+
<rect x="16.8" y="19.4" width="2" height="2.2" rx="0.6" class="fill" stroke="currentColor" stroke-width="1"/>
|
|
51
|
+
<rect x="20.2" y="19.4" width="2" height="2.2" rx="0.6" class="fill" stroke="currentColor" stroke-width="1"/>
|
|
52
52
|
</g>
|
|
53
53
|
</template>
|
|
54
54
|
|
|
@@ -14,10 +14,17 @@
|
|
|
14
14
|
stroke-width="2"
|
|
15
15
|
stroke-linecap="round"
|
|
16
16
|
/>
|
|
17
|
-
<
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
<g transform="translate(6,6) scale(0.35)">
|
|
18
|
+
<path
|
|
19
|
+
d="M47.88 42.92L29.48 0 0 62.52l19.54-36.5 1.66 12.57 7.65-16.18 7.98 33.76 1.37-27.4 9.68 14.15z"
|
|
20
|
+
class="line"
|
|
21
|
+
fill="currentColor"
|
|
22
|
+
stroke="currentColor"
|
|
23
|
+
stroke-width="4"
|
|
24
|
+
stroke-linejoin="round"
|
|
25
|
+
stroke-linecap="round"
|
|
26
|
+
style="paint-order: stroke fill"
|
|
27
|
+
/>
|
|
28
|
+
</g>
|
|
22
29
|
</g>
|
|
23
30
|
</template>
|
|
@@ -82,18 +82,14 @@
|
|
|
82
82
|
/>
|
|
83
83
|
<!-- Central circle (mountain sun) -->
|
|
84
84
|
<circle cx="16" cy="17" r="6" class="fill" />
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
class="fill"
|
|
94
|
-
fill="white"
|
|
95
|
-
style="pointer-events: none"
|
|
96
|
-
>IX</text
|
|
85
|
+
<!-- "IX"-->
|
|
86
|
+
<path
|
|
87
|
+
d="M 15 20.5 L 19.991 13.509 M 14.985 13.52 L 20 20.5 M 13 20.5 V 13.509"
|
|
88
|
+
class="line"
|
|
89
|
+
stroke="#fff"
|
|
90
|
+
stroke-width="1"
|
|
91
|
+
stroke-linecap="round"
|
|
92
|
+
/>
|
|
97
93
|
>
|
|
98
94
|
</g>
|
|
99
95
|
</g>
|