quail-ui 0.5.70 → 0.5.72

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A Vue 3 component library for [Quaily](https://quaily.com).
4
4
 
5
- [Live Demo](https://quail-ink.github.io/quail-ui/)
5
+ [Live Demo](https://quailyquaily.github.io/quail-ui/)
6
6
 
7
7
  ## Features
8
8
 
@@ -32,7 +32,7 @@ Initialize Quaily UI in your main.js/main.ts file:
32
32
  ```js
33
33
  import { createApp } from 'vue'
34
34
  import { QuailUI } from 'quail-ui'
35
- import 'quail-ui/dist/style.css'
35
+ import 'quail-ui/dist/index.css'
36
36
 
37
37
  const app = createApp(App)
38
38
  app.use(QuailUI)
@@ -63,7 +63,7 @@ You can use Quaily UI directly in HTML without any build tools:
63
63
  <!DOCTYPE html>
64
64
  <html>
65
65
  <head>
66
- <link rel="stylesheet" href="https://unpkg.com/quail-ui/dist/style.css" />
66
+ <link rel="stylesheet" href="https://unpkg.com/quail-ui/dist/index.css" />
67
67
  <script type="importmap">
68
68
  {
69
69
  "imports": {