@kiva/kv-components 3.109.1 → 3.109.3

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/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.109.3](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.109.2...@kiva/kv-components@3.109.3) (2024-11-25)
7
+
8
+ **Note:** Version bump only for package @kiva/kv-components
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.109.2](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.109.1...@kiva/kv-components@3.109.2) (2024-11-20)
15
+
16
+ **Note:** Version bump only for package @kiva/kv-components
17
+
18
+
19
+
20
+
21
+
6
22
  ## [3.109.1](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.109.0...@kiva/kv-components@3.109.1) (2024-11-19)
7
23
 
8
24
 
@@ -18,6 +18,7 @@ import {
18
18
  mdiMagnify,
19
19
  mdiStar,
20
20
  mdiStarOutline,
21
+ mdiTimerSandComplete,
21
22
  } from '@mdi/js';
22
23
 
23
24
  import KvMaterialIcon from '../KvMaterialIcon.vue';
@@ -70,6 +71,7 @@ export const Common = (args, { argTypes }) => ({
70
71
  mdiChevronUp,
71
72
  mdiClose,
72
73
  mdiMagnify,
74
+ mdiTimerSandComplete,
73
75
  ]"
74
76
  :key="i"
75
77
  :icon="icon"
@@ -93,6 +95,7 @@ export const Common = (args, { argTypes }) => ({
93
95
  mdiChevronUp,
94
96
  mdiClose,
95
97
  mdiMagnify,
98
+ mdiTimerSandComplete,
96
99
  };
97
100
  },
98
101
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "3.109.1",
3
+ "version": "3.109.3",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -61,8 +61,8 @@
61
61
  "build": "tsup utils/*.js --outDir dist/utils --format cjs,esm --clean && cp -R vue/ dist/components/ && cp -R data/ dist/data/"
62
62
  },
63
63
  "dependencies": {
64
- "@kiva/kv-tokens": "^2.15.0",
65
- "@mdi/js": "^5.9.55",
64
+ "@kiva/kv-tokens": "^2.16.0",
65
+ "@mdi/js": "^7.4.47",
66
66
  "@vueuse/integrations": "^7.6.0",
67
67
  "aria-hidden": "^1.1.3",
68
68
  "change-case": "^4.1.2",
@@ -99,5 +99,5 @@
99
99
  "optional": true
100
100
  }
101
101
  },
102
- "gitHead": "348fed6424606085aa4450a0e60622e32978234b"
102
+ "gitHead": "6f19e0608b3be3b817bdca2908abdc6749746f9d"
103
103
  }
@@ -18,6 +18,7 @@ import {
18
18
  mdiMagnify,
19
19
  mdiStar,
20
20
  mdiStarOutline,
21
+ mdiTimerSandComplete,
21
22
  } from '@mdi/js';
22
23
 
23
24
  import KvMaterialIcon from '../KvMaterialIcon.vue';
@@ -70,6 +71,7 @@ export const Common = (args, { argTypes }) => ({
70
71
  mdiChevronUp,
71
72
  mdiClose,
72
73
  mdiMagnify,
74
+ mdiTimerSandComplete,
73
75
  ]"
74
76
  :key="i"
75
77
  :icon="icon"
@@ -93,6 +95,7 @@ export const Common = (args, { argTypes }) => ({
93
95
  mdiChevronUp,
94
96
  mdiClose,
95
97
  mdiMagnify,
98
+ mdiTimerSandComplete,
96
99
  };
97
100
  },
98
101
  });