@kiva/kv-tokens 2.6.0 → 2.8.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,29 @@
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
+ # [2.8.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@2.7.0...@kiva/kv-tokens@2.8.0) (2023-05-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * change facebook color definition ([0805182](https://github.com/kiva/kv-ui-elements/commit/080518269f2d469b74edcfb1757ec5bee3c03bb3))
12
+
13
+
14
+
15
+
16
+
17
+ # [2.7.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@2.6.0...@kiva/kv-tokens@2.7.0) (2023-05-03)
18
+
19
+
20
+ ### Features
21
+
22
+ * add borderColor default value ([b7fa4ea](https://github.com/kiva/kv-ui-elements/commit/b7fa4ea2688bc92b4bd467bdc73245b6fdf179cc))
23
+ * add custom blog colors ([7e00f04](https://github.com/kiva/kv-ui-elements/commit/7e00f047dec9fdde2b68e0a1e5f8cb951f3baa4a))
24
+
25
+
26
+
27
+
28
+
6
29
  # [2.6.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@2.5.0...@kiva/kv-tokens@2.6.0) (2023-04-27)
7
30
 
8
31
 
@@ -46,6 +46,8 @@ module.exports = {
46
46
  marigold: colors.marigold,
47
47
  'desert-rose': colors['desert-rose'],
48
48
  stone: colors.stone,
49
+ gray: colors.gray,
50
+ social: colors.social,
49
51
  // themable colors are defined in the 'extend' section as custom properties
50
52
  },
51
53
  spacing: {
@@ -159,7 +161,10 @@ module.exports = {
159
161
  placeholderColor: buildColorChoices('text'),
160
162
  backgroundColor: buildColorChoices('background'),
161
163
  gradientColorStops: buildColorChoices('background'),
162
- borderColor: buildColorChoices('border'),
164
+ borderColor: {
165
+ DEFAULT: 'currentColor',
166
+ ...buildColorChoices('border'),
167
+ },
163
168
  divideColor: buildColorChoices('border'),
164
169
  ringColor: buildColorChoices('border'),
165
170
  ringOffsetColor: buildColorChoices('border'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-tokens",
3
- "version": "2.6.0",
3
+ "version": "2.8.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -16,5 +16,5 @@
16
16
  "@tailwindcss/typography": "^0.5.1",
17
17
  "tailwindcss": "^3.0.18"
18
18
  },
19
- "gitHead": "a81343a324e4e21b58b06920bf74f63611efffdc"
19
+ "gitHead": "c50f858ca3ec56d971ec065f51489a3f6e4f4d9f"
20
20
  }
package/primitives.json CHANGED
@@ -57,6 +57,11 @@
57
57
  "3": "#726554",
58
58
  "4": "#2E271E"
59
59
  },
60
+ "social": {
61
+ "facebook": "#3b5998",
62
+ "twitter": "#1D9BF0",
63
+ "linkedin": "#0A66C2"
64
+ },
60
65
  "theme": {
61
66
  "DEFAULT": {
62
67
  "text": {