itube-specs 0.0.565 → 0.0.569

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.
@@ -21,12 +21,6 @@
21
21
  <!-- <SCount class="s-select__count" v-if="count">{{ count }}</SCount>-->
22
22
  </span>
23
23
  <span class="s-select__wrapper">
24
- <SIcon
25
- v-if="icon"
26
- :name="icon"
27
- size="24"
28
- class="s-select__pre-icon"
29
- />
30
24
  <select
31
25
  v-model="proxy"
32
26
  class="s-select__button"
@@ -50,7 +44,7 @@
50
44
  <SIcon
51
45
  class="s-select__icon"
52
46
  name="dropdown"
53
- size="24"
47
+ size="20"
54
48
  />
55
49
  </span>
56
50
  </label>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "itube-specs",
3
3
  "type": "module",
4
- "version": "0.0.565",
4
+ "version": "0.0.569",
5
5
  "main": "./nuxt.config.ts",
6
6
  "types": "./types/index.d.ts",
7
7
  "scripts": {