glass-studio-ui-pro 0.1.27 → 0.1.29

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 +1 -30
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,30 +1 @@
1
- # glass-studio-ui-pro
2
-
3
- Premium Liquid Glass UI Library for Vue 3.
4
-
5
- ## Features
6
- - Liquid Glass Distortion
7
- - Pro Presets
8
- - License Guard
9
- - Vue 3 Support
10
-
11
- ## Installation
12
- ```bash
13
- npm install glass-studio-ui-pro
14
- ```
15
-
16
- ## Global Setup
17
- ```typescript
18
- import { createApp } from "vue";
19
- import { GlassUI } from "glass-studio-ui-pro";
20
- import "glass-studio-ui-pro/style.css";
21
-
22
- const app = createApp(App);
23
- app.use(GlassUI, {
24
- licenseKey: 'YOUR-LICENSE-KEY'
25
- });
26
- app.mount("#app");
27
- ```
28
-
29
- ## License
30
- (C) 2026 Glass Studio All Rights Reserved.
1
+ 123
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "glass-studio-ui-pro",
3
- "version": "0.1.27",
3
+ "version": "0.1.29",
4
+ "description": "Premium Liquid Glass UI Library for Vue 3",
4
5
  "type": "module",
5
6
  "files": [
6
- "README.md",
7
7
  "dist",
8
8
  "media",
9
9
  "styles.d.ts",