Skip to content

package version

GitHub Actions edited this page Sep 17, 2026 · 1 revision

package/version

Import: import { … } from "@tundralibs/ui/version"

Types

UiAsset

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).

Constants

  • 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.

Clone this wiki locally