@omnitend/dashboard-for-laravel 0.4.7 → 0.4.8

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 +9 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,15 +9,15 @@ A full-stack package for building Laravel dashboards with Vue 3, Inertia.js, and
9
9
 
10
10
  ## Documentation
11
11
 
12
- 📚 **[Browse Components](https://github.com/omnitend/dashboard-for-laravel/tree/main/docs/src/pages/components)** | 📦 **[NPM Package](https://www.npmjs.com/package/@omnitend/dashboard-for-laravel)**
13
-
14
- - [Getting Started Guide](https://github.com/omnitend/dashboard-for-laravel/blob/main/docs/src/pages/guide/getting-started.md)
15
- - [Installation Guide](https://github.com/omnitend/dashboard-for-laravel/blob/main/docs/src/pages/guide/installation.md)
16
- - [Component API Reference](https://github.com/omnitend/dashboard-for-laravel/tree/main/docs/src/pages/components)
17
- - [Form System Guide](https://github.com/omnitend/dashboard-for-laravel/blob/main/docs/src/pages/guide/forms.md)
18
- - [Theming Guide](https://github.com/omnitend/dashboard-for-laravel/blob/main/docs/src/pages/guide/theming.md)
19
- - [TypeScript Guide](https://github.com/omnitend/dashboard-for-laravel/blob/main/docs/src/pages/guide/typescript.md)
20
- - [Examples & Patterns](https://github.com/omnitend/dashboard-for-laravel/blob/main/docs/src/pages/examples/common-patterns.md)
12
+ 📚 **[Browse Components](https://omnitend.github.io/dashboard-for-laravel/components)** | 📦 **[NPM Package](https://www.npmjs.com/package/@omnitend/dashboard-for-laravel)**
13
+
14
+ - [Getting Started Guide](https://omnitend.github.io/dashboard-for-laravel/guide/getting-started)
15
+ - [Installation Guide](https://omnitend.github.io/dashboard-for-laravel/guide/installation)
16
+ - [Component API Reference](https://omnitend.github.io/dashboard-for-laravel/components)
17
+ - [Form System Guide](https://omnitend.github.io/dashboard-for-laravel/guide/forms)
18
+ - [Theming Guide](https://omnitend.github.io/dashboard-for-laravel/guide/theming)
19
+ - [TypeScript Guide](https://omnitend.github.io/dashboard-for-laravel/guide/typescript)
20
+ - [Examples & Patterns](https://omnitend.github.io/dashboard-for-laravel/examples/common-patterns)
21
21
 
22
22
  ## Features
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omnitend/dashboard-for-laravel",
3
- "version": "0.4.7",
3
+ "version": "0.4.8",
4
4
  "description": "Vue 3 dashboard components for Laravel with Bootstrap Vue Next",
5
5
  "type": "module",
6
6
  "main": "./dist/dashboard-for-laravel.umd.cjs",