@kiva/kv-components 3.15.0 → 3.16.0

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,17 @@
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.16.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.15.0...@kiva/kv-components@3.16.0) (2023-05-03)
7
+
8
+
9
+ ### Features
10
+
11
+ * add custom blog colors ([7e00f04](https://github.com/kiva/kv-ui-elements/commit/7e00f047dec9fdde2b68e0a1e5f8cb951f3baa4a))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.15.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.14.0...@kiva/kv-components@3.15.0) (2023-04-27)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "3.15.0",
3
+ "version": "3.16.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -51,7 +51,7 @@
51
51
  "build": "echo No build needed for @kiva/kv-components."
52
52
  },
53
53
  "dependencies": {
54
- "@kiva/kv-tokens": "^2.6.0",
54
+ "@kiva/kv-tokens": "^2.7.0",
55
55
  "@mdi/js": "^5.9.55",
56
56
  "@vueuse/integrations": "^7.6.0",
57
57
  "aria-hidden": "^1.1.3",
@@ -70,5 +70,5 @@
70
70
  "optional": true
71
71
  }
72
72
  },
73
- "gitHead": "a81343a324e4e21b58b06920bf74f63611efffdc"
73
+ "gitHead": "c442c7a5a998b36082f5ed00addaa6c43c857d74"
74
74
  }
@@ -445,6 +445,8 @@ export const Primitives = (args, { argTypes }) => ({
445
445
  'marigold',
446
446
  'desert-rose',
447
447
  'stone',
448
+ 'gray',
449
+ 'social',
448
450
  ];
449
451
  const isStatic = staticColors.some((staticColor) => colorName[0].includes(staticColor));
450
452
  return isStatic;