fu-kit 1.1.5 → 1.1.7

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fu-kit",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "src/entry.js",
@@ -133,14 +133,6 @@ export default defineComponent({
133
133
  }
134
134
  }
135
135
 
136
- //
137
- // DON'T
138
- //
139
-
140
- & > * {
141
- pointer-events: none;
142
- }
143
-
144
136
  //
145
137
  // STATES
146
138
  //
@@ -48,10 +48,6 @@ export default defineComponent({
48
48
  -webkit-tap-highlight-color: transparent;
49
49
  text-decoration: none;
50
50
 
51
- & > * {
52
- pointer-events: none;
53
- }
54
-
55
51
  &:hover {
56
52
  text-decoration: underline;
57
53
  }
@@ -225,13 +225,13 @@
225
225
  <symbol id="chevron-up" viewBox="0 0 24 24">
226
226
  <path d="M4 16L12 8L20 16" stroke="var(--icon-color, currentColor)" stroke-linecap="round" stroke-linejoin="round" />
227
227
  </symbol>
228
- <symbol id="chield-check" viewBox="0 0 24 24">
228
+ <symbol id="shield-check" viewBox="0 0 24 24">
229
229
  <path
230
230
  d="M3 13V4.22222L4.94372 4.07224C6.6371 3.94158 8.29889 3.54213 9.86666 2.88889L12 2L14.1333 2.88889C15.7011 3.54213 17.3629 3.94158 19.0563 4.07224L21 4.22222V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13Z"
231
231
  stroke="var(--icon-color, currentColor)" stroke-linecap="round" stroke-linejoin="round" />
232
232
  <path d="M8 12L10.5 14.5L16 9" stroke="var(--icon-color, currentColor)" stroke-linecap="round" stroke-linejoin="round" />
233
233
  </symbol>
234
- <symbol id="chield" viewBox="0 0 24 24">
234
+ <symbol id="shield" viewBox="0 0 24 24">
235
235
  <path
236
236
  d="M3 13V4.22222L4.94372 4.07224C6.6371 3.94158 8.29889 3.54213 9.86666 2.88889L12 2L14.1333 2.88889C15.7011 3.54213 17.3629 3.94158 19.0563 4.07224L21 4.22222V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13Z"
237
237
  stroke="var(--icon-color, currentColor)" stroke-linecap="round" stroke-linejoin="round" />