@kavagy/react 0.1.1 → 0.2.0
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/CHANGELOG.md +27 -0
- package/LICENSE.md +95 -0
- package/dist/styles.css +3 -0
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @kavagy/react
|
|
2
2
|
|
|
3
|
+
## 0.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- e0f33e8: License the packages under the Kavagy Design System License (`LICENSE.md`)
|
|
8
|
+
instead of MIT (tokens, icons) or no stated license (react). Use is granted to
|
|
9
|
+
Kavagy clients for their client projects, and survives the end of an
|
|
10
|
+
engagement for the versions already in use. Versions published before this one
|
|
11
|
+
keep the license they were published under.
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [e0f33e8]
|
|
16
|
+
- @kavagy/tokens@0.2.0
|
|
17
|
+
- @kavagy/icons@0.2.0
|
|
18
|
+
|
|
19
|
+
## 0.1.2
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 3b0c5d6: Publish to npmjs.com as public packages. Consumers no longer need a registry
|
|
24
|
+
entry, a token or an environment variable: `npm install @kavagy/react` works
|
|
25
|
+
out of the box. The package contents are unchanged.
|
|
26
|
+
- Updated dependencies [3b0c5d6]
|
|
27
|
+
- @kavagy/tokens@0.1.2
|
|
28
|
+
- @kavagy/icons@0.1.1
|
|
29
|
+
|
|
3
30
|
## 0.1.1
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
package/LICENSE.md
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
# Kavagy Design System License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 VResearchLab, doing business as Kavagy. All rights reserved.
|
|
4
|
+
|
|
5
|
+
This license applies to the `@kavagy/tokens`, `@kavagy/icons` and
|
|
6
|
+
`@kavagy/react` packages and to every version of them published after this
|
|
7
|
+
license was adopted (together, the "Software"). The Software is published on a
|
|
8
|
+
public registry for convenience only. Being able to download it does not grant
|
|
9
|
+
any right to use it: the only rights granted are the ones stated below.
|
|
10
|
+
|
|
11
|
+
## 1. Definitions
|
|
12
|
+
|
|
13
|
+
- **"Kavagy"** means VResearchLab, doing business as Kavagy, the licensor.
|
|
14
|
+
- **"Engagement Agreement"** means a written services agreement, statement of
|
|
15
|
+
work or equivalent contract between Kavagy and a Client.
|
|
16
|
+
- **"Client"** means a person or organization that has, or has had, an
|
|
17
|
+
Engagement Agreement with Kavagy.
|
|
18
|
+
- **"Client Project"** means a software product, website or application that
|
|
19
|
+
Kavagy builds, or helps build, for a Client under an Engagement Agreement.
|
|
20
|
+
|
|
21
|
+
## 2. License to Clients
|
|
22
|
+
|
|
23
|
+
Subject to the terms of this license, Kavagy grants each Client a worldwide,
|
|
24
|
+
non-exclusive, non-transferable, royalty-free license to:
|
|
25
|
+
|
|
26
|
+
1. install, use, and modify the Software as part of a Client Project;
|
|
27
|
+
2. build, deploy and operate the Client Project with the Software included; and
|
|
28
|
+
3. distribute the Software to end users only in compiled or bundled form as an
|
|
29
|
+
integral part of a Client Project.
|
|
30
|
+
|
|
31
|
+
The Client's employees and contractors may exercise these rights on the
|
|
32
|
+
Client's behalf, for the Client Project only.
|
|
33
|
+
|
|
34
|
+
## 3. Rights after an engagement ends
|
|
35
|
+
|
|
36
|
+
The license in section 2 is perpetual and irrevocable for every Client Project
|
|
37
|
+
and for every version of the Software that Kavagy delivered, or that the Client
|
|
38
|
+
Project used, while the Engagement Agreement was in force. It survives the
|
|
39
|
+
expiry or termination of the Engagement Agreement, so the Client may keep
|
|
40
|
+
operating, maintaining and modifying the Client Project with those versions.
|
|
41
|
+
|
|
42
|
+
It does not include versions published after the Engagement Agreement ends,
|
|
43
|
+
unless Kavagy agrees otherwise in writing.
|
|
44
|
+
|
|
45
|
+
## 4. Kavagy personnel
|
|
46
|
+
|
|
47
|
+
Kavagy's employees and contractors may use, copy and modify the Software to
|
|
48
|
+
provide services to Clients and to develop the Software itself.
|
|
49
|
+
|
|
50
|
+
## 5. Restrictions
|
|
51
|
+
|
|
52
|
+
Except as expressly allowed above, no one may:
|
|
53
|
+
|
|
54
|
+
1. redistribute, sell, sublicense or publish the Software, or a modified
|
|
55
|
+
version of it, as a standalone package, library or design system;
|
|
56
|
+
2. use the Software, in whole or in part, to create or offer a design system,
|
|
57
|
+
component library or UI kit that competes with the Software;
|
|
58
|
+
3. use the Software in a product or project that is not a Client Project; or
|
|
59
|
+
4. remove or alter this license, copyright notices or the third-party notices.
|
|
60
|
+
|
|
61
|
+
## 6. Third-party components
|
|
62
|
+
|
|
63
|
+
Parts of the Software are derived from or depend on third-party software
|
|
64
|
+
licensed under its own terms, including components derived from Untitled UI
|
|
65
|
+
React (MIT License). Those parts remain subject to their original licenses,
|
|
66
|
+
which are reproduced in `THIRD_PARTY_NOTICES.md` where the Software includes
|
|
67
|
+
them. Nothing in this license limits any right granted by those licenses.
|
|
68
|
+
|
|
69
|
+
## 7. Ownership
|
|
70
|
+
|
|
71
|
+
Kavagy retains all right, title and interest in the Software. Modifications a
|
|
72
|
+
Client makes for a Client Project belong to that Client, subject to Kavagy's
|
|
73
|
+
rights in the underlying Software.
|
|
74
|
+
|
|
75
|
+
## 8. Relationship to the Engagement Agreement
|
|
76
|
+
|
|
77
|
+
If this license and an Engagement Agreement conflict, the Engagement Agreement
|
|
78
|
+
prevails.
|
|
79
|
+
|
|
80
|
+
## 9. No warranty
|
|
81
|
+
|
|
82
|
+
Unless an Engagement Agreement provides otherwise, the Software is provided
|
|
83
|
+
"as is", without warranty of any kind, express or implied, including the
|
|
84
|
+
warranties of merchantability, fitness for a particular purpose and
|
|
85
|
+
non-infringement.
|
|
86
|
+
|
|
87
|
+
## 10. Limitation of liability
|
|
88
|
+
|
|
89
|
+
Unless an Engagement Agreement provides otherwise, Kavagy is not liable for any
|
|
90
|
+
claim, damages or other liability, whether in contract, tort or otherwise,
|
|
91
|
+
arising from or in connection with the Software or its use.
|
|
92
|
+
|
|
93
|
+
## 11. Contact
|
|
94
|
+
|
|
95
|
+
To request rights not granted here, contact Kavagy.
|
package/dist/styles.css
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kavagy/react",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"license": "
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/VResearchLab/kavagy-ui-release.git",
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"dist",
|
|
17
17
|
"README.md",
|
|
18
18
|
"CHANGELOG.md",
|
|
19
|
-
"THIRD_PARTY_NOTICES.md"
|
|
19
|
+
"THIRD_PARTY_NOTICES.md",
|
|
20
|
+
"LICENSE.md"
|
|
20
21
|
],
|
|
21
22
|
"publishConfig": {
|
|
22
23
|
"access": "public"
|
|
@@ -106,8 +107,8 @@
|
|
|
106
107
|
"react-dom": "^18.3.1 || ^19.0.0"
|
|
107
108
|
},
|
|
108
109
|
"dependencies": {
|
|
109
|
-
"@kavagy/icons": "^0.
|
|
110
|
-
"@kavagy/tokens": "^0.
|
|
110
|
+
"@kavagy/icons": "^0.2.0",
|
|
111
|
+
"@kavagy/tokens": "^0.2.0",
|
|
111
112
|
"react-aria": "^3.47.0",
|
|
112
113
|
"react-aria-components": "^1.21.1",
|
|
113
114
|
"tailwind-merge": "^3.7.0",
|