@kiva/kv-tokens 2.4.1 → 2.6.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,33 @@
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.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
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * whitespace ([1b27bd5](https://github.com/kiva/kv-ui-elements/commit/1b27bd528ce36672ca858db57ac06272a502d0e6))
12
+
13
+
14
+ ### Features
15
+
16
+ * implemented initial kv-loan-filters package ([1987069](https://github.com/kiva/kv-ui-elements/commit/1987069227099a2ef1cabf09d1086e6a66adee0d))
17
+
18
+
19
+
20
+
21
+
22
+ # [2.5.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@2.4.1...@kiva/kv-tokens@2.5.0) (2023-04-14)
23
+
24
+
25
+ ### Features
26
+
27
+ * **@kiva/kv-tokens:** add Ecosystem palette as static colors ([6ab154c](https://github.com/kiva/kv-ui-elements/commit/6ab154c36d0b890c7345c1ba3b6bdb86d0771364))
28
+
29
+
30
+
31
+
32
+
6
33
  ## [2.4.1](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@2.4.0...@kiva/kv-tokens@2.4.1) (2022-12-07)
7
34
 
8
35
 
@@ -42,6 +42,10 @@ module.exports = {
42
42
  black: colors.black,
43
43
  white: colors.white,
44
44
  brand: colors.brand,
45
+ 'eco-green': colors['eco-green'],
46
+ marigold: colors.marigold,
47
+ 'desert-rose': colors['desert-rose'],
48
+ stone: colors.stone,
45
49
  // themable colors are defined in the 'extend' section as custom properties
46
50
  },
47
51
  spacing: {
package/package.json CHANGED
@@ -1,18 +1,20 @@
1
1
  {
2
2
  "name": "@kiva/kv-tokens",
3
- "version": "2.4.1",
3
+ "version": "2.6.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "main": "index.js",
9
9
  "scripts": {
10
- "test": "echo No tests specified for @kiva/kv-tokens."
10
+ "test": "echo No tests specified for @kiva/kv-tokens.",
11
+ "lint": "eslint --ext .js ./",
12
+ "build": "echo No build needed for @kiva/kv-tokens."
11
13
  },
12
14
  "dependencies": {
13
15
  "@tailwindcss/line-clamp": "^0.4.0",
14
16
  "@tailwindcss/typography": "^0.5.1",
15
17
  "tailwindcss": "^3.0.18"
16
18
  },
17
- "gitHead": "7b0db8590c0c04d727b98365ee306c0cb14ce17f"
19
+ "gitHead": "a81343a324e4e21b58b06920bf74f63611efffdc"
18
20
  }
package/primitives.json CHANGED
@@ -29,6 +29,34 @@
29
29
  "100": "#EAF6F0",
30
30
  "50": "#F4FBF7"
31
31
  },
32
+ "eco-green": {
33
+ "1": "#EDF4F1",
34
+ "2": "#78C79F",
35
+ "DEFAULT": "#2AA967",
36
+ "3": "#276A43",
37
+ "4": "#223829"
38
+ },
39
+ "marigold": {
40
+ "1": "#F8F2E6",
41
+ "2": "#F8CD69",
42
+ "DEFAULT": "#F4B539",
43
+ "3": "#AF741C",
44
+ "4": "#593207"
45
+ },
46
+ "desert-rose": {
47
+ "1": "#F9F0EF",
48
+ "2": "#E0988D",
49
+ "DEFAULT": "#C45F4F",
50
+ "3": "#A24536",
51
+ "4": "#5C2A22"
52
+ },
53
+ "stone": {
54
+ "1": "#F3F1EF",
55
+ "2": "#AA9E8D",
56
+ "DEFAULT": "#DFD0BC",
57
+ "3": "#726554",
58
+ "4": "#2E271E"
59
+ },
32
60
  "theme": {
33
61
  "DEFAULT": {
34
62
  "text": {