-
Notifications
You must be signed in to change notification settings - Fork 0
package version
GitHub Actions edited this page Sep 17, 2026
·
1 revision
Import: import { … } from "@tundralibs/ui/version"
One distributable file and where to load it from.
| Prop | Type | Required | Description |
|---|---|---|---|
file |
string |
yes | File name under dist/. |
url |
string |
yes | Pinned jsDelivr URL for this exact version. |
integrity |
string |
yes | Subresource-integrity hash of the file (sha384). |
-
VERSION:string— The package version, as published to JSR and npm. -
CDN_BASE:string— Versioned CDN base for the compiled bundle (jsDelivr, from npm). -
UI_CSS:UiAsset -
UI_JS:UiAsset -
UI_ICONS:UiAsset— The icon set as an SVG sprite (<use href="…/icons.svg#icon-<name>">, same-origin only). -
UI_ASSETS:typeOperator— Every distributable, in load order.
Guides
Reference