@kiva/kv-tokens 2.9.0 → 2.10.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
+ # [2.10.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@2.9.0...@kiva/kv-tokens@2.10.0) (2023-09-07)
7
+
8
+
9
+ ### Features
10
+
11
+ * slightly larger default box shadow ([705f77b](https://github.com/kiva/kv-ui-elements/commit/705f77b90a8a319b6ed9c6623ef956a39e1f4790))
12
+
13
+
14
+
15
+
16
+
6
17
  # [2.9.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-tokens@2.8.0...@kiva/kv-tokens@2.9.0) (2023-08-31)
7
18
 
8
19
 
@@ -126,7 +126,7 @@ module.exports = {
126
126
  stratosphere: zIndices.stratosphere,
127
127
  },
128
128
  boxShadow: {
129
- DEFAULT: '0 1px 3px 0 rgb(0 0 0 / 0.1)',
129
+ DEFAULT: '0 1px 4px 0 rgb(0 0 0 / 0.08)',
130
130
  lg: '0 4px 12px rgba(0, 0, 0, 0.08)',
131
131
  },
132
132
  extend: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-tokens",
3
- "version": "2.9.0",
3
+ "version": "2.10.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": "0162f55b01a40791157337e2428ea7ea64056769"
19
+ "gitHead": "4ce025324410f92a58a6e235886145d501290f79"
20
20
  }