itube-specs 0.0.535 → 0.0.537

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.
@@ -8,8 +8,8 @@
8
8
  class="s-filter-chips"
9
9
  with-close
10
10
  :index="`s-filter-page-chips${index}`"
11
- bright
12
11
  :item="item"
12
+ mini
13
13
  @click="onChipsClick(item)"
14
14
  />
15
15
  </SExpandRow>
@@ -30,6 +30,12 @@
30
30
  :alt="name"
31
31
  />
32
32
  {{ name }}
33
+ <SIcon
34
+ v-if="(isActive && !mini && item.resetPath) || withClose"
35
+ class="s-chips__close"
36
+ name="close"
37
+ size="16"
38
+ />
33
39
  </component>
34
40
  </template>
35
41
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "itube-specs",
3
3
  "type": "module",
4
- "version": "0.0.535",
4
+ "version": "0.0.537",
5
5
  "main": "./nuxt.config.ts",
6
6
  "types": "./types/index.d.ts",
7
7
  "scripts": {