@code-coaching/vuetiful 0.16.5 → 0.16.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,7 +15,7 @@ TailwindCSS is added as a dependency in the consuming app, but is not mandatory
15
15
 
16
16
  ### Atoms
17
17
 
18
- - [ ] Avatar
18
+ - [x] Avatar
19
19
  - [x] Badge
20
20
  - [x] Button
21
21
  - [x] Code Block (with syntax highlighting and copy to clipboard)
@@ -25,7 +25,6 @@ TailwindCSS is added as a dependency in the consuming app, but is not mandatory
25
25
  - [ ] File Dropzone
26
26
  - [ ] Input Chip
27
27
  - [x] Lightswitch (dark mode)
28
- - [ ] TODO - move from utils to atoms
29
28
  - [ ] Placeholder
30
29
  - [ ] Progress Bar
31
30
  - [ ] Progress Radial
@@ -47,6 +46,7 @@ TailwindCSS is added as a dependency in the consuming app, but is not mandatory
47
46
  - [ ] Modal
48
47
  - [ ] Paginator
49
48
  - [ ] Popup
49
+ - [x] Preview
50
50
  - [x] Rail (rail, rail tile)
51
51
  - [x] Shell
52
52
  - [ ] Stepper
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-coaching/vuetiful",
3
- "version": "0.16.5",
3
+ "version": "0.16.6",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "dev": "onchange 'src/**/*.vue' 'src/**/*.ts' 'src/**/*.css' -- npm run build",