@flyos/design-system 3.13.0 → 3.16.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/fesm2022/flyos-design-system.mjs +3628 -2038
- package/fesm2022/flyos-design-system.mjs.map +1 -1
- package/package.json +1 -1
- package/scss/_fly-theme.scss +1 -1
- package/scss/_nova-motion.scss +1 -1
- package/scss/_nova-tokens.scss +1 -1
- package/scss/_nova-type.scss +1 -1
- package/types/flyos-design-system.d.ts +2177 -1461
- package/types/flyos-design-system.d.ts.map +1 -1
package/package.json
CHANGED
package/scss/_fly-theme.scss
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
// ── Nova (UX v2) design language ─────────────────────────────────────────────
|
|
15
15
|
// Additive layer: new vocabulary only, nothing here re-values a token the three
|
|
16
16
|
// partials above already define (the colliding glass quartet is renamed
|
|
17
|
-
// `--glass2-*` per the D1 ruling). Canon: `skills/
|
|
17
|
+
// `--glass2-*` per the D1 ruling). Canon: `skills/shell-design-language.md`.
|
|
18
18
|
// `nova-glass` is mixins-only and is @used by components, not from here.
|
|
19
19
|
@use 'nova-tokens';
|
|
20
20
|
@use 'nova-motion';
|
package/scss/_nova-motion.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// ─── Nova motion library (UX v2) ─────────────────────────────────────────────
|
|
2
2
|
// Stage 1 task S1.3 of the UX-refresh program.
|
|
3
|
-
// Canon: `skills/
|
|
3
|
+
// Canon: `skills/shell-design-language.md` §5, which cites
|
|
4
4
|
// `.workflow/plans/ux-refresh/analysis/D1-home-desktop.md` §5 and
|
|
5
5
|
// `D2-appwindow-circles.md` §6 for the exact numbers below.
|
|
6
6
|
// This partial is the EMISSION entry, `@use`d exactly once — from
|
package/scss/_nova-tokens.scss
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// The Nova design language's colour vocabulary, both themes. Landed by Stage-1
|
|
3
3
|
// task S1.1 of the UX-refresh program.
|
|
4
4
|
|
|
5
|
-
// Canon: `skills/
|
|
5
|
+
// Canon: `skills/shell-design-language.md` §2 (ratified table) and §3 (the
|
|
6
6
|
// ramp law), which in turn cite `.workflow/plans/ux-refresh/analysis/
|
|
7
7
|
// D3-styleguide-tokens.md`. NEVER re-derive a value from the `UX/**/*.dc.html`
|
|
8
8
|
// prototypes — the prototypes drift, the skill is the contract.
|
package/scss/_nova-type.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// ─── Nova type roles (UX v2) ─────────────────────────────────────────────────
|
|
2
2
|
// Stage 1 task S1.10 of the UX-refresh program.
|
|
3
|
-
// Canon: `skills/
|
|
3
|
+
// Canon: `skills/shell-design-language.md` §7, which cites
|
|
4
4
|
// `.workflow/plans/ux-refresh/analysis/D1-home-desktop.md` §6 for the exact
|
|
5
5
|
// numbers below. Never re-derive a value from the `UX/**/*.dc.html`
|
|
6
6
|
// prototypes — the prototypes drift, the skill is the contract.
|