@unsource/ui 2.1.3 → 2.1.4

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/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unsource-ui",
3
3
  "configKey": "unsourceUi",
4
- "version": "2.1.3",
4
+ "version": "2.1.4",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -12,7 +12,7 @@
12
12
  class="flex items-center justify-center svg:(w-6 h-6)"
13
13
  @click="emit('submit')"
14
14
  >
15
- <UnNuxtIcon name="iconsax-broken:search-normal-1" />
15
+ <UnNuxtIcon name="iconsax:search-normal-1-broken" />
16
16
  </div>
17
17
  </form>
18
18
  </template>
@@ -26,7 +26,7 @@
26
26
  }}
27
27
  </p>
28
28
  <UnNuxtIcon
29
- name="iconsax-bold:arrow-down"
29
+ name="iconsax:arrow-down-bold"
30
30
  class="transform transition-transform duration-300 text-xl"
31
31
  :class="[customClass.arrowIcon, { 'rotate-180': show }]"
32
32
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unsource/ui",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "private": false,
5
5
  "description": "nuxt ui kit for unsource env",
6
6
  "repository": "https://github.com/alisa2142/unsource-ui",