@asd20/ui 3.2.1000 → 3.2.1001

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.1000",
8
+ "version": "3.2.1001",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -37,24 +37,52 @@
37
37
  stroke-linecap="round"
38
38
  />
39
39
  <!-- Calendar main body (rounded rectangle, outline only) -->
40
- <rect x="7" y="10" width="18" height="15" rx="3" class="line" fill="none" stroke="currentColor" stroke-width="2"/>
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 x="9" y="7" width="2.3" height="4" rx="1" class="line" fill="currentColor"/>
45
- <rect x="21" y="7" width="2.3" height="4" rx="1" class="line" fill="currentColor"/>
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
- <text
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
- style="pointer-events:none;"
57
- >31</text>
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 (fill color) -->
43
- <rect x="10" y="16" width="2.2" height="2.2" rx="0.6" class="fill"/>
44
- <rect x="13.2" y="16" width="2.2" height="2.2" rx="0.6" class="fill"/>
45
- <rect x="16.4" y="16" width="2.2" height="2.2" rx="0.6" class="fill"/>
46
- <rect x="19.6" y="16" width="2.2" height="2.2" rx="0.6" class="fill"/>
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.2" height="2.2" rx="0.6" class="fill"/>
49
- <rect x="13.2" y="19.4" width="2.2" height="2.2" rx="0.6" class="fill"/>
50
- <rect x="16.4" y="19.4" width="2.2" height="2.2" rx="0.6" class="fill"/>
51
- <rect x="19.6" y="19.4" width="2.2" height="2.2" rx="0.6" class="fill"/>
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
 
@@ -82,18 +82,14 @@
82
82
  />
83
83
  <!-- Central circle (mountain sun) -->
84
84
  <circle cx="16" cy="17" r="6" class="fill" />
85
- <text
86
- x="16"
87
- y="18"
88
- text-anchor="middle"
89
- alignment-baseline="middle"
90
- font-size="10"
91
- font-family="sans-serif"
92
- font-weight="bold"
93
- class="fill"
94
- fill="white"
95
- style="pointer-events: none"
96
- >IX</text
85
+ <!-- "IX"-->
86
+ <path
87
+ d="M 15 21 L 20 13 M 15 13 L 20 21 M 13 21 V 13"
88
+ class="line"
89
+ stroke="#fff"
90
+ stroke-width="2"
91
+ stroke-linecap="round"
92
+ />
97
93
  >
98
94
  </g>
99
95
  </g>