@sky.ui.ultra/core 0.0.20
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 +32 -0
- package/LICENSE.md +212 -0
- package/README.md +107 -0
- package/dist/stub/index.js +2 -0
- package/package.json +57 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to `@sky.ui.ultra/core` are documented here.
|
|
4
|
+
|
|
5
|
+
Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
6
|
+
|
|
7
|
+
## [Unreleased]
|
|
8
|
+
|
|
9
|
+
## [0.0.8] - 2026-07-07
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- Peer dependency on `@sky.ui/core` bumped to `^0.0.8`, which marks heavy peer dependencies (`d3`, `three`, `@lit-labs/*`) as optional.
|
|
14
|
+
|
|
15
|
+
## [0.0.7] - 2026-07-07
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- **Breaking install flow:** removed npm `postinstall` and the `tar` dependency from the published stub. Run `npx sky.ui.ultra install` after `npm install` to download and hydrate the licensed artifact.
|
|
20
|
+
- Stub `package.json` no longer ships `scripts/` in the npm tarball.
|
|
21
|
+
- Peer dependency on `@sky.ui/core` bumped to `^0.0.7`.
|
|
22
|
+
|
|
23
|
+
### Added
|
|
24
|
+
|
|
25
|
+
- TypeScript stub declarations at `dist/stub/index.d.ts`.
|
|
26
|
+
- `CHANGELOG.md` and npm metadata (`keywords`, `author`, `engines`).
|
|
27
|
+
|
|
28
|
+
## [0.0.6]
|
|
29
|
+
|
|
30
|
+
### Added
|
|
31
|
+
|
|
32
|
+
- Initial npm stub with postinstall-based hydration (superseded in `0.0.7`).
|
package/LICENSE.md
ADDED
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
# Sky UI Ultra Commercial License
|
|
2
|
+
|
|
3
|
+
Version 1.0
|
|
4
|
+
Effective Date: 2026-06-24
|
|
5
|
+
|
|
6
|
+
This Commercial License governs the use of the Pro version of Sky UI, including
|
|
7
|
+
the packages published as `@sky.ui.ultra/core`, `@sky.ui.ultra/react`,
|
|
8
|
+
`@sky.ui.ultra/vue`, their source code, compiled code, documentation, examples,
|
|
9
|
+
and related materials.
|
|
10
|
+
|
|
11
|
+
By installing, copying, accessing, or using Sky UI Ultra, you agree to this
|
|
12
|
+
Commercial License.
|
|
13
|
+
|
|
14
|
+
## 1. Definitions
|
|
15
|
+
|
|
16
|
+
"Licensor" means Desai Software.
|
|
17
|
+
|
|
18
|
+
"Customer" means the person, company, or organization that has purchased or
|
|
19
|
+
received a valid license to use Sky UI Ultra.
|
|
20
|
+
|
|
21
|
+
"Software" means the Sky UI Ultra component library, including source code,
|
|
22
|
+
compiled code, package files, documentation, examples, and updates.
|
|
23
|
+
|
|
24
|
+
"Subscription" means an active paid plan purchased from Licensor through
|
|
25
|
+
Razorpay or another approved payment method.
|
|
26
|
+
|
|
27
|
+
"Authorized Users" means Customer's employees, contractors, or team members
|
|
28
|
+
who are allowed to access and use the Software on Customer's behalf.
|
|
29
|
+
|
|
30
|
+
"Project" means a website, application, SaaS product, internal tool, or other
|
|
31
|
+
software product built by Customer using the Software.
|
|
32
|
+
|
|
33
|
+
## 2. License Grant
|
|
34
|
+
|
|
35
|
+
Subject to an active Subscription and compliance with this Commercial License,
|
|
36
|
+
Licensor grants Customer a limited, non-exclusive, non-transferable,
|
|
37
|
+
non-sublicensable license to:
|
|
38
|
+
|
|
39
|
+
1. install and use the Software;
|
|
40
|
+
2. import and use the Software in Customer's Projects;
|
|
41
|
+
3. bundle compiled output of the Software as part of Customer's Projects;
|
|
42
|
+
4. use the Software in development, testing, staging, production, and CI/CD
|
|
43
|
+
environments;
|
|
44
|
+
5. allow Authorized Users to use the Software on Customer's behalf.
|
|
45
|
+
|
|
46
|
+
## 3. Permitted Usage
|
|
47
|
+
|
|
48
|
+
Customer may use Sky UI Ultra to build commercial and non-commercial Projects.
|
|
49
|
+
|
|
50
|
+
Customer may deploy Projects that include bundled output from Sky UI Ultra to
|
|
51
|
+
end users, provided that end users cannot extract, install, or reuse Sky UI Ultra
|
|
52
|
+
as a standalone component library.
|
|
53
|
+
|
|
54
|
+
Customer may use the Software for client work only if Customer's Subscription
|
|
55
|
+
allows agency, freelance, or client-project usage.
|
|
56
|
+
|
|
57
|
+
## 4. Restrictions
|
|
58
|
+
|
|
59
|
+
Customer may not:
|
|
60
|
+
|
|
61
|
+
1. sell, resell, rent, lease, sublicense, redistribute, publish, or publicly
|
|
62
|
+
share the Software as a standalone package;
|
|
63
|
+
2. upload the Software to a public npm registry, public GitHub repository,
|
|
64
|
+
public CDN, file-sharing service, torrent, or any other public distribution
|
|
65
|
+
channel;
|
|
66
|
+
3. share private registry tokens, GitHub access, license keys, or package
|
|
67
|
+
access with unauthorized users;
|
|
68
|
+
4. remove or modify copyright notices, license notices, or proprietary notices;
|
|
69
|
+
5. use the Software to create a directly competing component library,
|
|
70
|
+
template marketplace, UI kit, design system package, or component generator;
|
|
71
|
+
6. reverse engineer, decompile, or disassemble the Software except where
|
|
72
|
+
applicable law expressly prohibits this restriction;
|
|
73
|
+
7. bypass, disable, tamper with, or remove license validation, access control,
|
|
74
|
+
telemetry used for license enforcement, or subscription checks;
|
|
75
|
+
8. use the Software after Subscription cancellation, expiration, chargeback,
|
|
76
|
+
refund, or failed payment, except as expressly allowed in writing by Licensor.
|
|
77
|
+
|
|
78
|
+
## 5. Subscription and Payment
|
|
79
|
+
|
|
80
|
+
Access to Sky UI Ultra requires an active paid Subscription unless Licensor has
|
|
81
|
+
granted written permission otherwise.
|
|
82
|
+
|
|
83
|
+
If payment fails, is refunded, disputed, charged back, cancelled, or expires,
|
|
84
|
+
Licensor may suspend or revoke access to the Software.
|
|
85
|
+
|
|
86
|
+
Customer is responsible for keeping billing information accurate and up to date.
|
|
87
|
+
|
|
88
|
+
## 6. License Keys and Access Tokens
|
|
89
|
+
|
|
90
|
+
License keys, private registry tokens, GitHub tokens, activation codes, and
|
|
91
|
+
download credentials are confidential.
|
|
92
|
+
|
|
93
|
+
Customer must not expose these credentials in public repositories, frontend
|
|
94
|
+
bundles, public logs, support tickets, screenshots, or shared documents.
|
|
95
|
+
|
|
96
|
+
Customer is responsible for all activity performed using Customer's credentials.
|
|
97
|
+
|
|
98
|
+
If a credential is leaked, Customer must notify Licensor and rotate the
|
|
99
|
+
credential as soon as reasonably possible.
|
|
100
|
+
|
|
101
|
+
## 7. Contractors and Team Members
|
|
102
|
+
|
|
103
|
+
Customer may allow contractors, freelancers, employees, and team members to
|
|
104
|
+
use the Software only for Customer's permitted Projects.
|
|
105
|
+
|
|
106
|
+
Customer is responsible for ensuring that all Authorized Users comply with
|
|
107
|
+
this Commercial License.
|
|
108
|
+
|
|
109
|
+
When an Authorized User no longer works on Customer's Projects, Customer must
|
|
110
|
+
remove that user's access.
|
|
111
|
+
|
|
112
|
+
## 8. Updates
|
|
113
|
+
|
|
114
|
+
During an active Subscription, Customer may receive updates, bug fixes, and new
|
|
115
|
+
versions of the Software if Licensor makes them available.
|
|
116
|
+
|
|
117
|
+
Licensor may modify, improve, deprecate, or remove features in future versions.
|
|
118
|
+
|
|
119
|
+
This license does not guarantee any specific update schedule, roadmap, support
|
|
120
|
+
level, or feature availability unless separately agreed in writing.
|
|
121
|
+
|
|
122
|
+
## 9. Other Sky UI Packages and Third-Party Dependencies
|
|
123
|
+
|
|
124
|
+
The Software may depend on free-tier Sky UI packages (`@sky.ui/core`,
|
|
125
|
+
`@sky.ui/react`, `@sky.ui/vue`, and related packages). Those packages are
|
|
126
|
+
proprietary and governed by the Sky UI Free EULA, not an open-source license.
|
|
127
|
+
|
|
128
|
+
The Software may also include or depend on third-party open-source packages.
|
|
129
|
+
Those third-party packages are licensed under their own license terms.
|
|
130
|
+
|
|
131
|
+
This Commercial License applies only to Licensor's proprietary Sky UI Ultra
|
|
132
|
+
Software and does not change the license terms of other Sky UI packages or
|
|
133
|
+
third-party dependencies.
|
|
134
|
+
|
|
135
|
+
## 10. Ownership
|
|
136
|
+
|
|
137
|
+
Licensor retains all rights, title, and interest in and to the Software,
|
|
138
|
+
including copyrights, trademarks, trade secrets, and other intellectual
|
|
139
|
+
property rights.
|
|
140
|
+
|
|
141
|
+
No ownership rights are transferred to Customer.
|
|
142
|
+
|
|
143
|
+
All rights not expressly granted in this Commercial License are reserved by
|
|
144
|
+
Licensor.
|
|
145
|
+
|
|
146
|
+
## 11. Feedback
|
|
147
|
+
|
|
148
|
+
If Customer provides ideas, feedback, suggestions, bug reports, or feature
|
|
149
|
+
requests, Licensor may use them without restriction and without obligation to
|
|
150
|
+
pay Customer.
|
|
151
|
+
|
|
152
|
+
## 12. Termination
|
|
153
|
+
|
|
154
|
+
This license terminates automatically if Customer violates this Commercial
|
|
155
|
+
License or no longer has an active Subscription.
|
|
156
|
+
|
|
157
|
+
Upon termination, Customer must stop installing, copying, updating, and using
|
|
158
|
+
the Software.
|
|
159
|
+
|
|
160
|
+
Customer may continue to operate already-deployed Projects only if:
|
|
161
|
+
|
|
162
|
+
1. the Software is not exposed as a reusable standalone library;
|
|
163
|
+
2. Customer does not continue development using the Software;
|
|
164
|
+
3. Customer has not violated the redistribution, sublicensing, or bypass
|
|
165
|
+
restrictions in this license.
|
|
166
|
+
|
|
167
|
+
Licensor may require Customer to remove the Software from active Projects if
|
|
168
|
+
Customer materially breaches this license.
|
|
169
|
+
|
|
170
|
+
## 13. No Warranty
|
|
171
|
+
|
|
172
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTIES OF ANY
|
|
173
|
+
KIND, WHETHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE.
|
|
174
|
+
|
|
175
|
+
LICENSOR DISCLAIMS ALL WARRANTIES, INCLUDING MERCHANTABILITY, FITNESS FOR A
|
|
176
|
+
PARTICULAR PURPOSE, TITLE, NON-INFRINGEMENT, SECURITY, RELIABILITY, AND
|
|
177
|
+
AVAILABILITY.
|
|
178
|
+
|
|
179
|
+
## 14. Limitation of Liability
|
|
180
|
+
|
|
181
|
+
TO THE MAXIMUM EXTENT PERMITTED BY LAW, LICENSOR WILL NOT BE LIABLE FOR ANY
|
|
182
|
+
INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE DAMAGES,
|
|
183
|
+
INCLUDING LOSS OF PROFITS, REVENUE, DATA, GOODWILL, OR BUSINESS OPPORTUNITY.
|
|
184
|
+
|
|
185
|
+
LICENSOR'S TOTAL LIABILITY ARISING OUT OF OR RELATING TO THE SOFTWARE WILL NOT
|
|
186
|
+
EXCEED THE AMOUNT PAID BY CUSTOMER FOR THE SOFTWARE DURING THE THREE MONTHS
|
|
187
|
+
BEFORE THE CLAIM AROSE.
|
|
188
|
+
|
|
189
|
+
## 15. Indemnity
|
|
190
|
+
|
|
191
|
+
Customer agrees to indemnify and hold Licensor harmless from claims, damages,
|
|
192
|
+
losses, liabilities, costs, and expenses arising from:
|
|
193
|
+
|
|
194
|
+
1. Customer's breach of this Commercial License;
|
|
195
|
+
2. Customer's unauthorized redistribution of the Software;
|
|
196
|
+
3. Customer's Projects;
|
|
197
|
+
4. Customer's misuse of license keys, tokens, or package access.
|
|
198
|
+
|
|
199
|
+
## 16. Governing Law
|
|
200
|
+
|
|
201
|
+
This Commercial License is governed by the laws of India, without regard to
|
|
202
|
+
conflict-of-law rules.
|
|
203
|
+
|
|
204
|
+
Any disputes will be resolved in the courts located in Gujarat, India, unless
|
|
205
|
+
applicable law requires otherwise.
|
|
206
|
+
|
|
207
|
+
## 17. Contact
|
|
208
|
+
|
|
209
|
+
For licensing questions, contact:
|
|
210
|
+
|
|
211
|
+
Desai Software
|
|
212
|
+
https://gitlab.com/sky_ui/sky-ui/-/issues
|
package/README.md
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
# @sky.ui.ultra/core
|
|
2
|
+
|
|
3
|
+
Ultra-tier Lit web components for Sky UI. Extends the free and pro catalogs with advanced data, visualization, and workflow components.
|
|
4
|
+
|
|
5
|
+
Requires an active Sky UI Ultra subscription. Install alongside `@sky.ui/core` when your app uses both tiers.
|
|
6
|
+
|
|
7
|
+
## Install
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
npx sky.ui.ultra login
|
|
11
|
+
npx sky.ui.ultra install
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
Or install manually, then hydrate:
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
npm install "@sky.ui.ultra/core"
|
|
18
|
+
npx sky.ui.ultra install --framework=core
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
> Quote scoped names (`"@sky.ui/…"`) — required in PowerShell. See [powershell-scoped-packages.md](https://gitlab.com/sky_ui/sky-ui/-/blob/main/docs/powershell-scoped-packages.md).
|
|
22
|
+
|
|
23
|
+
For CI/CD:
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
SKY_UI_AUTH_TOKEN=sk_ci_… npx sky.ui.ultra install --yes --framework=core
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
Manage tokens on your [Sky UI account](https://library.sky-ui.com/account). No `.npmrc` file is required.
|
|
30
|
+
|
|
31
|
+
| Token | Use |
|
|
32
|
+
|-------|-----|
|
|
33
|
+
| Personal (`sk_pt_…`) | Local development and MCP |
|
|
34
|
+
| CI/CD (`sk_ci_…`) | Pipelines (`SKY_UI_AUTH_TOKEN`) |
|
|
35
|
+
|
|
36
|
+
Peer dependencies match `@sky.ui/core` (`lit`, and optional `@lit-labs/motion`, `@lit-labs/virtualizer`, `@lit/context`, `d3`, `three`).
|
|
37
|
+
|
|
38
|
+
## Quick start
|
|
39
|
+
|
|
40
|
+
```js
|
|
41
|
+
import { SkyTable, SkyFlow } from '@sky.ui.ultra/core';
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
```html
|
|
45
|
+
<sky-table></sky-table>
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
Import only the Ultra components you use for tree-shaken production bundles.
|
|
49
|
+
|
|
50
|
+
Per-component paths are also supported:
|
|
51
|
+
|
|
52
|
+
```js
|
|
53
|
+
import '@sky.ui.ultra/core/sky-table';
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
## Auto-import resolvers
|
|
57
|
+
|
|
58
|
+
Use resolvers from `@sky.ui.ultra/core/auto-import` with `unplugin-vue-components` or your bundler's component plugin, alongside the free-tier setup in [`@sky.ui/core`](https://www.npmjs.com/package/@sky.ui/core).
|
|
59
|
+
|
|
60
|
+
## Bundler plugins (Vite, Webpack, Rollup)
|
|
61
|
+
|
|
62
|
+
Ultra packages mirror the free-tier plugin surface. Bundler plugins auto-import components and **validate your access token at build/dev time** (no runtime checks in shipped apps).
|
|
63
|
+
|
|
64
|
+
**Vite** (`@sky.ui.ultra/core/vite`):
|
|
65
|
+
|
|
66
|
+
```js
|
|
67
|
+
import { SkyUIUltraMainVitePlugin } from '@sky.ui.ultra/core/vite';
|
|
68
|
+
|
|
69
|
+
export default {
|
|
70
|
+
plugins: [
|
|
71
|
+
SkyUIUltraMainVitePlugin({
|
|
72
|
+
mode: 'auto-import', // or 'vue' with unplugin-vue-components
|
|
73
|
+
}),
|
|
74
|
+
],
|
|
75
|
+
};
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
**Webpack** (`@sky.ui.ultra/core/webpack`): `SkyUIUltraMainWebpackPlugin()`
|
|
79
|
+
|
|
80
|
+
**Rollup** (`@sky.ui.ultra/core/rollup`): `SkyUIUltraMainRollupPlugin({ mode: 'auto-import' })`
|
|
81
|
+
|
|
82
|
+
Vue / React Ultra wrappers expose the same three bundlers at `@sky.ui.ultra/vue/vite|webpack|rollup` and `@sky.ui.ultra/react/vite|webpack|rollup`.
|
|
83
|
+
|
|
84
|
+
For resolver-only setup, use `@sky.ui.ultra/core/auto-import` with `unplugin-vue-components`, alongside [`@sky.ui/core`](https://www.npmjs.com/package/@sky.ui/core) bundler plugins for free components.
|
|
85
|
+
|
|
86
|
+
## Framework wrappers
|
|
87
|
+
|
|
88
|
+
| Package | Description |
|
|
89
|
+
|---------|-------------|
|
|
90
|
+
| [`@sky.ui.ultra/vue`](https://www.npmjs.com/package/@sky.ui.ultra/vue) | Vue 3 SFC wrappers |
|
|
91
|
+
| [`@sky.ui.ultra/react`](https://www.npmjs.com/package/@sky.ui.ultra/react) | React wrappers |
|
|
92
|
+
|
|
93
|
+
Free-tier equivalents: [`@sky.ui/vue`](https://www.npmjs.com/package/@sky.ui/vue), [`@sky.ui/react`](https://www.npmjs.com/package/@sky.ui/react).
|
|
94
|
+
|
|
95
|
+
## Custom Elements Manifest
|
|
96
|
+
|
|
97
|
+
Component metadata is published at `@sky.ui.ultra/core/custom-elements.json`.
|
|
98
|
+
|
|
99
|
+
## Updates window
|
|
100
|
+
|
|
101
|
+
Annual plans include one year of updates. You keep using versions released during your active window even after it ends; renew to receive newer releases.
|
|
102
|
+
|
|
103
|
+
## License
|
|
104
|
+
|
|
105
|
+
[Sky UI Ultra Commercial License](https://unpkg.com/@sky.ui.ultra/core/LICENSE.md) — requires an active Sky UI Ultra subscription.
|
|
106
|
+
|
|
107
|
+
Documentation: [library.sky-ui.com](https://library.sky-ui.com)
|
package/package.json
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@sky.ui.ultra/core",
|
|
3
|
+
"version": "0.0.20",
|
|
4
|
+
"description": "Sky UI Ultra web components — run npx sky.ui.ultra install after npm install.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"sky-ui",
|
|
7
|
+
"ultra",
|
|
8
|
+
"web-components",
|
|
9
|
+
"lit",
|
|
10
|
+
"design-system",
|
|
11
|
+
"ui"
|
|
12
|
+
],
|
|
13
|
+
"author": "Sky UI",
|
|
14
|
+
"engines": {
|
|
15
|
+
"node": ">=18"
|
|
16
|
+
},
|
|
17
|
+
"type": "module",
|
|
18
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
19
|
+
"main": "./dist/stub/index.js",
|
|
20
|
+
"types": "./dist/stub/index.d.ts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": "./dist/stub/index.js"
|
|
23
|
+
},
|
|
24
|
+
"files": [
|
|
25
|
+
"dist/stub",
|
|
26
|
+
"README.md",
|
|
27
|
+
"LICENSE.md",
|
|
28
|
+
"CHANGELOG.md"
|
|
29
|
+
],
|
|
30
|
+
"peerDependencies": {
|
|
31
|
+
"@sky.ui/core": "^0.0.20",
|
|
32
|
+
"lit": ">=3 <4"
|
|
33
|
+
},
|
|
34
|
+
"peerDependenciesMeta": {
|
|
35
|
+
"lit": {
|
|
36
|
+
"optional": true
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"skyUiUltra": {
|
|
40
|
+
"apiBase": "https://library.sky-ui.com",
|
|
41
|
+
"artifactRegistry": "gitlab",
|
|
42
|
+
"artifactName": "@sky.ui.ultra-artifact/core"
|
|
43
|
+
},
|
|
44
|
+
"publishConfig": {
|
|
45
|
+
"access": "public",
|
|
46
|
+
"registry": "https://registry.npmjs.org/"
|
|
47
|
+
},
|
|
48
|
+
"repository": {
|
|
49
|
+
"type": "git",
|
|
50
|
+
"url": "git+https://gitlab.com/sky_ui/sky-ui.git",
|
|
51
|
+
"directory": "packages/ultra/npm/stubs/core"
|
|
52
|
+
},
|
|
53
|
+
"bugs": {
|
|
54
|
+
"url": "https://gitlab.com/sky_ui/sky-ui/-/issues"
|
|
55
|
+
},
|
|
56
|
+
"homepage": "https://library.sky-ui.com"
|
|
57
|
+
}
|