@kiva/kv-tokens 0.12.0 → 0.13.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 +12 -0
- package/configs/tailwind.config.js +1 -1
- package/package.json +2 -2
- package/primitives.json +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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
|
+
# [0.13.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@0.12.0...@kiva/kv-tokens@0.13.0) (2021-10-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **KvTokens:** Add lg (40px) border radius ([9aa3c89](https://github.com/kiva/kv-ui-elements/commit/9aa3c89de329ad434b7022a2288aaa38af91056b))
|
|
12
|
+
* **KvTokens:** Improve border-tertiary visibility in mint theme ([b216817](https://github.com/kiva/kv-ui-elements/commit/b216817e6132c8d3cbc8246feb3d61da724ff319))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [0.12.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@0.11.3...@kiva/kv-tokens@0.12.0) (2021-09-14)
|
|
7
19
|
|
|
8
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-tokens",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"@tailwindcss/typography": "^0.4.0",
|
|
10
10
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.0"
|
|
11
11
|
},
|
|
12
|
-
"gitHead": "
|
|
12
|
+
"gitHead": "539035ff1ab0c4a0ef4ca2598e5506677ea8d9c9"
|
|
13
13
|
}
|
package/primitives.json
CHANGED
|
@@ -103,6 +103,9 @@
|
|
|
103
103
|
},
|
|
104
104
|
"background": {
|
|
105
105
|
"primary": "#95D4B3"
|
|
106
|
+
},
|
|
107
|
+
"border": {
|
|
108
|
+
"tertiary": "#4AB67E"
|
|
106
109
|
}
|
|
107
110
|
},
|
|
108
111
|
"dark-green": {
|
|
@@ -234,7 +237,8 @@
|
|
|
234
237
|
"shadows": {},
|
|
235
238
|
"radii": {
|
|
236
239
|
"sm": 4,
|
|
237
|
-
"default": 14
|
|
240
|
+
"default": 14,
|
|
241
|
+
"lg": 40
|
|
238
242
|
},
|
|
239
243
|
"opacity": {
|
|
240
244
|
"default": 1,
|