@sky.ui/reactivity 0.0.1
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/LICENSE.md +139 -0
- package/README.md +981 -0
- package/dist/index.d.ts +198 -0
- package/dist/index.js +2671 -0
- package/dist/index.js.map +1 -0
- package/package.json +51 -0
package/LICENSE.md
ADDED
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
# Sky UI Free End User License Agreement (EULA)
|
|
2
|
+
|
|
3
|
+
Version 1.0
|
|
4
|
+
Effective Date: 2026-06-24
|
|
5
|
+
|
|
6
|
+
This End User License Agreement ("EULA") governs the use of the free tier of Sky UI,
|
|
7
|
+
including the packages published as `@sky.ui/core`, `@sky.ui/react`, `@sky.ui/vue`,
|
|
8
|
+
`@sky.ui/reactivity`, `@sky.ui/utils`, `@sky.ui/mcp`, related VS Code extensions,
|
|
9
|
+
their compiled distributions, documentation, examples, and related materials.
|
|
10
|
+
|
|
11
|
+
Sky UI is **not** open source. Licensor does **not** grant access to source code
|
|
12
|
+
through this EULA.
|
|
13
|
+
|
|
14
|
+
By installing, copying, accessing, or using the Software, you agree to this EULA.
|
|
15
|
+
|
|
16
|
+
## 1. Definitions
|
|
17
|
+
|
|
18
|
+
"Licensor" means Desai Software.
|
|
19
|
+
|
|
20
|
+
"User" means the person, company, or organization that installs or uses the
|
|
21
|
+
Software.
|
|
22
|
+
|
|
23
|
+
"Software" means the free-tier Sky UI component library and related materials made
|
|
24
|
+
available by Licensor, including compiled package files, type definitions,
|
|
25
|
+
documentation, and examples. **Software does not include source code** unless
|
|
26
|
+
Licensor expressly provides it in a separate written agreement.
|
|
27
|
+
|
|
28
|
+
"Project" means a website, application, SaaS product, internal tool, or other
|
|
29
|
+
software product built by User using the Software.
|
|
30
|
+
|
|
31
|
+
## 2. License Grant
|
|
32
|
+
|
|
33
|
+
Subject to compliance with this EULA, Licensor grants User a limited,
|
|
34
|
+
non-exclusive, non-transferable, non-sublicensable license to:
|
|
35
|
+
|
|
36
|
+
1. install the Software from an official distribution channel authorized by Licensor;
|
|
37
|
+
2. import and use the Software in User's Projects;
|
|
38
|
+
3. bundle compiled output of the Software as part of User's Projects;
|
|
39
|
+
4. use the Software in development, testing, staging, production, and CI/CD
|
|
40
|
+
environments.
|
|
41
|
+
|
|
42
|
+
No other rights are granted.
|
|
43
|
+
|
|
44
|
+
## 3. Permitted Usage
|
|
45
|
+
|
|
46
|
+
User may use the Software to build commercial and non-commercial Projects.
|
|
47
|
+
|
|
48
|
+
User may deploy Projects that include bundled output from the Software to end users,
|
|
49
|
+
provided that end users cannot extract, install, or reuse the Software as a
|
|
50
|
+
standalone component library.
|
|
51
|
+
|
|
52
|
+
## 4. Restrictions
|
|
53
|
+
|
|
54
|
+
User may not:
|
|
55
|
+
|
|
56
|
+
1. obtain, copy, publish, distribute, sublicense, sell, rent, lease, or otherwise
|
|
57
|
+
make available the **source code** of the Software, whether from this repository,
|
|
58
|
+
package tarballs, build artifacts, or any other channel, except where expressly
|
|
59
|
+
permitted in writing by Licensor;
|
|
60
|
+
2. redistribute, republish, or publicly share the Software as a standalone package
|
|
61
|
+
or UI kit;
|
|
62
|
+
3. upload the Software to a public npm registry, public GitHub repository, public
|
|
63
|
+
CDN, file-sharing service, torrent, or any other public distribution channel
|
|
64
|
+
except through official channels operated or authorized by Licensor;
|
|
65
|
+
4. remove or modify copyright notices, license notices, or proprietary notices;
|
|
66
|
+
5. use the Software to create a directly competing component library, template
|
|
67
|
+
marketplace, UI kit, design system package, or component generator;
|
|
68
|
+
6. reverse engineer, decompile, or disassemble the Software except where applicable
|
|
69
|
+
law expressly prohibits this restriction;
|
|
70
|
+
7. imply that the Software is open source, MIT-licensed, or freely redistributable
|
|
71
|
+
source code.
|
|
72
|
+
|
|
73
|
+
## 5. No Source Code
|
|
74
|
+
|
|
75
|
+
Unless Licensor provides source code under a separate written agreement, User
|
|
76
|
+
receives only compiled distributions and related published materials. User has no
|
|
77
|
+
right to inspect, modify, fork, or redistribute Sky UI source code.
|
|
78
|
+
|
|
79
|
+
## 6. Ownership
|
|
80
|
+
|
|
81
|
+
Licensor retains all rights, title, and interest in and to the Software, including
|
|
82
|
+
copyrights, trademarks, trade secrets, and other intellectual property rights.
|
|
83
|
+
|
|
84
|
+
No ownership rights are transferred to User.
|
|
85
|
+
|
|
86
|
+
All rights not expressly granted in this EULA are reserved by Licensor.
|
|
87
|
+
|
|
88
|
+
## 7. Third-Party Dependencies
|
|
89
|
+
|
|
90
|
+
The Software may depend on third-party open-source packages. Those third-party
|
|
91
|
+
packages are licensed under their own license terms.
|
|
92
|
+
|
|
93
|
+
This EULA applies only to Licensor's proprietary Sky UI Software and does not
|
|
94
|
+
change the license terms of third-party dependencies.
|
|
95
|
+
|
|
96
|
+
## 8. Feedback
|
|
97
|
+
|
|
98
|
+
If User provides ideas, feedback, suggestions, bug reports, or feature requests,
|
|
99
|
+
Licensor may use them without restriction and without obligation to pay User.
|
|
100
|
+
|
|
101
|
+
## 9. Termination
|
|
102
|
+
|
|
103
|
+
This EULA terminates automatically if User violates it.
|
|
104
|
+
|
|
105
|
+
Upon termination, User must stop installing, copying, updating, and using the
|
|
106
|
+
Software.
|
|
107
|
+
|
|
108
|
+
## 10. No Warranty
|
|
109
|
+
|
|
110
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTIES OF ANY KIND,
|
|
111
|
+
WHETHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE.
|
|
112
|
+
|
|
113
|
+
LICENSOR DISCLAIMS ALL WARRANTIES, INCLUDING MERCHANTABILITY, FITNESS FOR A
|
|
114
|
+
PARTICULAR PURPOSE, TITLE, NON-INFRINGEMENT, SECURITY, RELIABILITY, AND
|
|
115
|
+
AVAILABILITY.
|
|
116
|
+
|
|
117
|
+
## 11. Limitation of Liability
|
|
118
|
+
|
|
119
|
+
TO THE MAXIMUM EXTENT PERMITTED BY LAW, LICENSOR WILL NOT BE LIABLE FOR ANY
|
|
120
|
+
INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE DAMAGES,
|
|
121
|
+
INCLUDING LOSS OF PROFITS, REVENUE, DATA, GOODWILL, OR BUSINESS OPPORTUNITY.
|
|
122
|
+
|
|
123
|
+
LICENSOR'S TOTAL LIABILITY ARISING OUT OF OR RELATING TO THE SOFTWARE WILL NOT
|
|
124
|
+
EXCEED ONE HUNDRED U.S. DOLLARS (USD $100).
|
|
125
|
+
|
|
126
|
+
## 12. Governing Law
|
|
127
|
+
|
|
128
|
+
This EULA is governed by the laws of India, without regard to conflict-of-law
|
|
129
|
+
rules.
|
|
130
|
+
|
|
131
|
+
Any disputes will be resolved in the courts located in Gujarat, India, unless
|
|
132
|
+
applicable law requires otherwise.
|
|
133
|
+
|
|
134
|
+
## 13. Contact
|
|
135
|
+
|
|
136
|
+
For licensing questions, contact:
|
|
137
|
+
|
|
138
|
+
Desai Software
|
|
139
|
+
https://gitlab.com/sky_ui/sky-ui/-/issues
|