qrlayout-ui 1.0.4 → 1.0.5

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 +4 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,11 +4,14 @@ A framework-agnostic, embeddable UI for designing sticker layouts with QR codes.
4
4
 
5
5
  - **[ React Live Demo](https://qr-layout-designer.netlify.app/)**
6
6
  - **[ Svelte Live Demo](https://qr-layout-designer-svelte.netlify.app/)**
7
+ - **[ Vue Live Demo](https://qr-layout-designer-vue.netlify.app/)**
7
8
 
8
- - **[React Demo Source Code](https://github.com/shashi089/qr-code-layout-generate-tool/tree/main/examples/ui-demo)**: Reference implementation for monorepo usage.
9
+ - **[React Demo Source Code](https://github.com/shashi089/qr-code-layout-generate-tool/tree/main/examples/react-demo)**: Reference implementation for monorepo usage.
9
10
 
10
11
  - **[Svelte Demo Source Code](https://github.com/shashi089/qr-code-layout-generate-tool/tree/main/examples/svelte-demo)**: Reference implementation for Svelte 5 + Tailwind CSS.
11
12
 
13
+ - **[Vue Demo Source Code](https://github.com/shashi089/qr-code-layout-generate-tool/tree/main/examples/vue-demo)**: Reference implementation for Vue + Tailwind CSS.
14
+
12
15
  ![QR Layout Designer Screenshot](https://github.com/shashi089/qr-code-layout-generate-tool/raw/main/assets/layout_designer.png)
13
16
 
14
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qrlayout-ui",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Visual designer and UI components for QR layout generation",
5
5
  "keywords": [
6
6
  "qr",
@@ -55,7 +55,7 @@
55
55
  "preview": "vite preview"
56
56
  },
57
57
  "dependencies": {
58
- "qrlayout-core": "^1.1.0"
58
+ "qrlayout-core": "^1.1.1"
59
59
  },
60
60
  "devDependencies": {
61
61
  "typescript": "^5.3.3",