@veritree/ui 0.93.3 → 0.93.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritree/ui",
3
- "version": "0.93.3",
3
+ "version": "0.93.4",
4
4
  "description": "veritree ui library",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -21,7 +21,7 @@
21
21
  "@floating-ui/dom": "^1.6.12",
22
22
  "@linusborg/vue-simple-portal": "^0.1.5",
23
23
  "@sum.cumo/vue-datepicker": "^4.0.0",
24
- "@veritree/icons": "^0.62.0",
24
+ "@veritree/icons": "^0.82.0",
25
25
  "dayjs": "^1.11.11"
26
26
  },
27
27
  "devDependencies": {
@@ -22,25 +22,10 @@
22
22
  ]"
23
23
  >
24
24
  <VTSpinner v-if="loading" class="mr-0.5 max-w-4 max-h-4" />
25
- <svg
25
+ <IconChevronDownV2
26
26
  v-else-if="apiListbox().version === '2'"
27
27
  :class="{ 'rotate-180': expanded }"
28
- class="text-gray-700 transition-transform"
29
- width="16"
30
- height="16"
31
- viewBox="0 0 16 16"
32
- fill="none"
33
- xmlns="http://www.w3.org/2000/svg"
34
- >
35
- <path
36
- d="M13 6L8 11L3 6"
37
- stroke="currentColor"
38
- stroke-width="1.5"
39
- stroke-linecap="round"
40
- stroke-linejoin="round"
41
- fill="transparent"
42
- />
43
- </svg>
28
+ />
44
29
  <IconChevronDown
45
30
  v-else
46
31
  class="w-5 text-gray-700 transition-transform"