vuetiwatch 0.2.2 → 0.2.3

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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +10 -5
package/README.md CHANGED
@@ -1,15 +1,15 @@
1
- # Vuetiwatch
1
+ # Vuetiwatch — free Vuetify themes
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/vuetiwatch?color=%23c4f82a&label=npm)](https://www.npmjs.com/package/vuetiwatch)
4
4
  [![bundle](https://img.shields.io/bundlephobia/minzip/vuetiwatch?label=gzipped)](https://bundlephobia.com/package/vuetiwatch)
5
5
  [![license](https://img.shields.io/npm/l/vuetiwatch)](https://github.com/j-tap/vuetiwatch/blob/main/LICENSE)
6
6
 
7
- 🎨 Free, plug-and-play themes for **[Vuetify 4](https://vuetifyjs.com/)** — what [Bootswatch](https://bootswatch.com/)
8
- is to Bootstrap.
7
+ 🎨 Nineteen free, plug-and-play **Vuetify themes** for **[Vuetify 4](https://vuetifyjs.com/)**
8
+ and Vue 3 — what [Bootswatch](https://bootswatch.com/) is to Bootstrap.
9
9
 
10
- [![The same landing page in nine of the nineteen Vuetify 4 themes](https://raw.githubusercontent.com/j-tap/vuetiwatch/main/docs/playground-themes.webp)](https://j-tap.github.io/vuetiwatch/)
10
+ [![The same landing page in nine of the nineteen Vuetify themes](https://raw.githubusercontent.com/j-tap/vuetiwatch/main/docs/playground-themes.webp)](https://j-tap.github.io/vuetiwatch/)
11
11
 
12
- **[See all nineteen themes →](https://j-tap.github.io/vuetiwatch/)**
12
+ **[Preview all nineteen Vuetify themes →](https://j-tap.github.io/vuetiwatch/)**
13
13
 
14
14
  Vuetify ships one look. Vuetiwatch ships nineteen, and they differ in more
15
15
  than hue: radius, border weight, density, component variants, typography,
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "vuetiwatch",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "type": "module",
5
- "description": "Free, plug-and-play themes for Vuetify 4 — a Bootswatch for Vuetify",
5
+ "description": "Nineteen free, plug-and-play Vuetify themes for Vuetify 4 and Vue 3 what Bootswatch is to Bootstrap",
6
6
  "license": "MIT",
7
7
  "author": "j-tap",
8
8
  "homepage": "https://j-tap.github.io/vuetiwatch/",
@@ -14,14 +14,19 @@
14
14
  },
15
15
  "keywords": [
16
16
  "vuetiwatch",
17
- "vue",
18
- "vue3",
19
17
  "vuetify",
20
18
  "vuetify4",
19
+ "vuetify-theme",
20
+ "vuetify-themes",
21
+ "vuetify-plugin",
22
+ "vue",
23
+ "vue3",
21
24
  "theme",
22
25
  "themes",
23
26
  "dark-mode",
24
- "design-system"
27
+ "design-system",
28
+ "ui-themes",
29
+ "bootswatch"
25
30
  ],
26
31
  "sideEffects": [
27
32
  "*.css"