@kiva/kv-components 1.4.5 → 1.4.6

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,14 @@
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
+ ## [1.4.6](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@1.4.5...@kiva/kv-components@1.4.6) (2022-02-03)
7
+
8
+ **Note:** Version bump only for package @kiva/kv-components
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.4.5](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@1.4.4...@kiva/kv-components@1.4.5) (2022-02-03)
7
15
 
8
16
  **Note:** Version bump only for package @kiva/kv-components
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # kv-components
2
2
 
3
- A library of accessible UI components that adhere to Kiva's Design System. Currently built using Vue 2.
3
+ A library of accessible UI components that adhere to Kiva's Design System. Currently built using Vue 2 and Tailwind v3.
4
4
 
5
5
  ## Using these Components
6
6
 
7
7
  1. [Install tailwind](https://tailwindcss.com/docs/installation) into your project
8
8
  2. Install components and design definitions:
9
9
  `npm install @kiva/kv-components && npm install @kiva/kv-tokens --save-dev`
10
- 3. Add our tailwind config as a [preset](https://tailwindcss.com/docs/configuration#presets) in your tailwind.config.js
10
+ 3. Add our Tailwind config as a [preset](https://tailwindcss.com/docs/configuration#presets) in your tailwind.config.js
11
11
 
12
12
  ```js
13
13
  // tailwind.config.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -47,7 +47,7 @@
47
47
  "test": "jest"
48
48
  },
49
49
  "dependencies": {
50
- "@kiva/kv-tokens": "^1.3.2",
50
+ "@kiva/kv-tokens": "^1.3.3",
51
51
  "@mdi/js": "^5.9.55",
52
52
  "aria-hidden": "^1.1.3",
53
53
  "embla-carousel": "^4.5.3",
@@ -55,5 +55,5 @@
55
55
  "vue": "^2.6.12",
56
56
  "vue-focus-lock": "^1.4.1"
57
57
  },
58
- "gitHead": "12bb59eb8dbffd590a8624347a8a3f98bf5ffba3"
58
+ "gitHead": "21cdf3869c0ef1513cb957e21732aeecd912c355"
59
59
  }