@hanzo/ui 8.0.108 → 8.0.110
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/dist/gui-config.cjs +23 -8
- package/dist/gui-config.d.ts.map +1 -1
- package/dist/gui-config.js +23 -8
- package/dist/gui-config.js.map +1 -1
- package/dist/product/Palette.cjs +16 -7
- package/dist/product/Palette.d.ts +16 -5
- package/dist/product/Palette.d.ts.map +1 -1
- package/dist/product/Palette.js +17 -8
- package/dist/product/Palette.js.map +1 -1
- package/dist/product/match.cjs +44 -1
- package/dist/product/match.d.ts +33 -0
- package/dist/product/match.d.ts.map +1 -1
- package/dist/product/match.js +41 -0
- package/dist/product/match.js.map +1 -1
- package/dist/styles.css +3 -3
- package/package.json +1 -1
package/dist/gui-config.cjs
CHANGED
|
@@ -50,10 +50,25 @@ const GEIST_MONO = "var(--font-mono, 'Geist Mono', ui-monospace, SFMono-Regular,
|
|
|
50
50
|
* asserts that equality rung by rung, the same way it already does for the
|
|
51
51
|
* three colour rungs, so design cannot move a size without this failing.
|
|
52
52
|
*
|
|
53
|
-
* Four rungs ($12 48 · $13 56 · $15 80 · $16 96) have no
|
|
54
|
-
* display ramp goes 52/64/84/112
|
|
55
|
-
*
|
|
56
|
-
* knob
|
|
53
|
+
* Four rungs ($12 48 · $13 56 · $15 80 · $16 96) have no token of their own:
|
|
54
|
+
* design's display ramp goes 52/64/84/112, so they fall BETWEEN rungs. They
|
|
55
|
+
* used to carry a px literal and say so — and that was fine while `--type-scale`
|
|
56
|
+
* was the only knob, because a multiplier moves a literal and a token alike and
|
|
57
|
+
* the ladder stayed ordered.
|
|
58
|
+
*
|
|
59
|
+
* A second knob broke it. `--type-ratio` expands the ramp around its base rung,
|
|
60
|
+
* and it can only reach a rung that READS the ramp — so the twelve bound rungs
|
|
61
|
+
* grew past the four frozen ones. Measured at ratio 1.5: $11 = 53px against
|
|
62
|
+
* $12 = 48px, and $14 = 89px against $15 = 80px. A HIGHER rung rendering
|
|
63
|
+
* SMALLER, which is not a size being wrong, it is the ladder ceasing to be one.
|
|
64
|
+
*
|
|
65
|
+
* So nothing here is frozen any more: each of the four is an INTERPOLATION of
|
|
66
|
+
* the two ramp rungs it sits between, which is what it always was in fact —
|
|
67
|
+
* 48 is a third of the way from 40 to 64 — and now says so in the value. It
|
|
68
|
+
* equals its published px exactly today (checked: 48/56/80/96), follows every
|
|
69
|
+
* knob because its inputs do, and cannot invert, because a point between two
|
|
70
|
+
* ordered values is ordered with them. A ramp change it has never heard of
|
|
71
|
+
* moves it correctly, which a literal can never do.
|
|
57
72
|
*
|
|
58
73
|
* Why a var() at all: gui resolves these in JS and applies them INLINE, and an
|
|
59
74
|
* inline style outranks every stylesheet — so a CSS custom property is the only
|
|
@@ -73,11 +88,11 @@ const FONT_SIZE = {
|
|
|
73
88
|
9: `var(--text-3xl, 26px)`,
|
|
74
89
|
10: `var(--text-4xl, 32px)`,
|
|
75
90
|
11: `var(--text-5xl, 40px)`,
|
|
76
|
-
12: `calc(
|
|
77
|
-
13: `calc(
|
|
91
|
+
12: `calc(var(--text-5xl, 40px) + (var(--text-7xl, 64px) - var(--text-5xl, 40px)) / 3)`,
|
|
92
|
+
13: `calc(var(--text-5xl, 40px) + 2 * (var(--text-7xl, 64px) - var(--text-5xl, 40px)) / 3)`,
|
|
78
93
|
14: `var(--text-7xl, 64px)`,
|
|
79
|
-
15: `calc(
|
|
80
|
-
16: `calc(
|
|
94
|
+
15: `calc(var(--text-7xl, 64px) + 4 * (var(--text-8xl, 84px) - var(--text-7xl, 64px)) / 5)`,
|
|
95
|
+
16: `calc(var(--text-8xl, 84px) + 3 * (var(--text-9xl, 112px) - var(--text-8xl, 84px)) / 7)`,
|
|
81
96
|
true: `var(--text-base, 14px)`,
|
|
82
97
|
};
|
|
83
98
|
/** Leading, paired 1:1 with the sizes above — and NOT deferred, deliberately.
|
package/dist/gui-config.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gui-config.d.ts","sourceRoot":"","sources":["../src/gui-config.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"gui-config.d.ts","sourceRoot":"","sources":["../src/gui-config.ts"],"names":[],"mappings":"AAkcA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAAiC,CAAA;AAEpD,eAAe,MAAM,CAAA;AAiBrB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,wBAAgB,GAAG,CAAC,IAAI,GAAE;IAAE,MAAM,IAAI,MAAM,CAAA;CAAW,GAAG,MAAM,CAoB/D;AAeD;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAKrB,CAAA;AAEF,MAAM,MAAM,IAAI,GAAG,OAAO,MAAM,CAAA"}
|
package/dist/gui-config.js
CHANGED
|
@@ -46,10 +46,25 @@ const GEIST_MONO = "var(--font-mono, 'Geist Mono', ui-monospace, SFMono-Regular,
|
|
|
46
46
|
* asserts that equality rung by rung, the same way it already does for the
|
|
47
47
|
* three colour rungs, so design cannot move a size without this failing.
|
|
48
48
|
*
|
|
49
|
-
* Four rungs ($12 48 · $13 56 · $15 80 · $16 96) have no
|
|
50
|
-
* display ramp goes 52/64/84/112
|
|
51
|
-
*
|
|
52
|
-
* knob
|
|
49
|
+
* Four rungs ($12 48 · $13 56 · $15 80 · $16 96) have no token of their own:
|
|
50
|
+
* design's display ramp goes 52/64/84/112, so they fall BETWEEN rungs. They
|
|
51
|
+
* used to carry a px literal and say so — and that was fine while `--type-scale`
|
|
52
|
+
* was the only knob, because a multiplier moves a literal and a token alike and
|
|
53
|
+
* the ladder stayed ordered.
|
|
54
|
+
*
|
|
55
|
+
* A second knob broke it. `--type-ratio` expands the ramp around its base rung,
|
|
56
|
+
* and it can only reach a rung that READS the ramp — so the twelve bound rungs
|
|
57
|
+
* grew past the four frozen ones. Measured at ratio 1.5: $11 = 53px against
|
|
58
|
+
* $12 = 48px, and $14 = 89px against $15 = 80px. A HIGHER rung rendering
|
|
59
|
+
* SMALLER, which is not a size being wrong, it is the ladder ceasing to be one.
|
|
60
|
+
*
|
|
61
|
+
* So nothing here is frozen any more: each of the four is an INTERPOLATION of
|
|
62
|
+
* the two ramp rungs it sits between, which is what it always was in fact —
|
|
63
|
+
* 48 is a third of the way from 40 to 64 — and now says so in the value. It
|
|
64
|
+
* equals its published px exactly today (checked: 48/56/80/96), follows every
|
|
65
|
+
* knob because its inputs do, and cannot invert, because a point between two
|
|
66
|
+
* ordered values is ordered with them. A ramp change it has never heard of
|
|
67
|
+
* moves it correctly, which a literal can never do.
|
|
53
68
|
*
|
|
54
69
|
* Why a var() at all: gui resolves these in JS and applies them INLINE, and an
|
|
55
70
|
* inline style outranks every stylesheet — so a CSS custom property is the only
|
|
@@ -69,11 +84,11 @@ const FONT_SIZE = {
|
|
|
69
84
|
9: `var(--text-3xl, 26px)`,
|
|
70
85
|
10: `var(--text-4xl, 32px)`,
|
|
71
86
|
11: `var(--text-5xl, 40px)`,
|
|
72
|
-
12: `calc(
|
|
73
|
-
13: `calc(
|
|
87
|
+
12: `calc(var(--text-5xl, 40px) + (var(--text-7xl, 64px) - var(--text-5xl, 40px)) / 3)`,
|
|
88
|
+
13: `calc(var(--text-5xl, 40px) + 2 * (var(--text-7xl, 64px) - var(--text-5xl, 40px)) / 3)`,
|
|
74
89
|
14: `var(--text-7xl, 64px)`,
|
|
75
|
-
15: `calc(
|
|
76
|
-
16: `calc(
|
|
90
|
+
15: `calc(var(--text-7xl, 64px) + 4 * (var(--text-8xl, 84px) - var(--text-7xl, 64px)) / 5)`,
|
|
91
|
+
16: `calc(var(--text-8xl, 84px) + 3 * (var(--text-9xl, 112px) - var(--text-8xl, 84px)) / 7)`,
|
|
77
92
|
true: `var(--text-base, 14px)`,
|
|
78
93
|
};
|
|
79
94
|
/** Leading, paired 1:1 with the sizes above — and NOT deferred, deliberately.
|
package/dist/gui-config.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gui-config.js","sourceRoot":"","sources":["../src/gui-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA;AACnD,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAA;AAEtC,gFAAgF;AAChF,6EAA6E;AAC7E,EAAE;AACF,iFAAiF;AACjF,mFAAmF;AACnF,iFAAiF;AACjF,6DAA6D;AAC7D,EAAE;AACF,0EAA0E;AAC1E,6EAA6E;AAC7E,+EAA+E;AAC/E,2EAA2E;AAC3E,gFAAgF;AAChF,6CAA6C;AAC7C,EAAE;AACF,6EAA6E;AAC7E,+EAA+E;AAC/E,oEAAoE;AACpE,gFAAgF;AAChF,gFAAgF;AAChF,4EAA4E;AAC5E,EAAE;AACF,6EAA6E;AAC7E,2EAA2E;AAC3E,6EAA6E;AAC7E,+EAA+E;AAC/E,+EAA+E;AAC/E,6DAA6D;AAC7D,gFAAgF;AAEhF,MAAM,KAAK,GAAG,iEAAiE,CAAA;AAE/E;;;mBAGmB;AACnB,MAAM,UAAU,GAAG,0FAA0F,CAAA;AAE7G
|
|
1
|
+
{"version":3,"file":"gui-config.js","sourceRoot":"","sources":["../src/gui-config.ts"],"names":[],"mappings":"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"}
|
package/dist/product/Palette.cjs
CHANGED
|
@@ -31,24 +31,33 @@ const jsx_runtime_1 = require("react/jsx-runtime");
|
|
|
31
31
|
* its personality: hanzo.app keeps its live project preview and console keeps its
|
|
32
32
|
* `>` AI mode by passing them, not by forking this.
|
|
33
33
|
*
|
|
34
|
-
*
|
|
35
|
-
* the empty-query behaviour all live in `match.ts` as pure
|
|
36
|
-
* `shouldFilter` is off and the Command primitive is left holding
|
|
37
|
-
* the view — which is also what makes
|
|
34
|
+
* Which rows exist is `rows`. The safe-methods-browse rule, the per-group cap,
|
|
35
|
+
* the empty-query behaviour and the ask row all live in `match.ts` as pure
|
|
36
|
+
* functions, so `shouldFilter` is off and the Command primitive is left holding
|
|
37
|
+
* the cursor and the view — which is also what makes them testable without a
|
|
38
|
+
* DOM. This component renders into a portal, so a test cannot read its rows at
|
|
39
|
+
* all; a rule kept here instead would be a rule nothing can check.
|
|
38
40
|
*/
|
|
39
41
|
const react_1 = require("react");
|
|
40
42
|
const gui_1 = require("@hanzo/gui");
|
|
41
43
|
const gui_2 = require("../backends/gui/index.cjs");
|
|
42
44
|
const match_1 = require("./match.cjs");
|
|
43
|
-
function Palette({ open, onOpenChange, ops, onRun, active, onActive, search: controlled, onSearch, placeholder = "Search commands…", empty = "No results found.", limit, children, footer, height = 320, title = "Search commands", }) {
|
|
45
|
+
function Palette({ open, onOpenChange, ops, onRun, active, onActive, search: controlled, onSearch, placeholder = "Search commands…", empty = "No results found.", limit, children, footer, height = 320, title = "Search commands", onAsk, }) {
|
|
44
46
|
const [own, setOwn] = (0, react_1.useState)("");
|
|
45
47
|
const search = controlled ?? own;
|
|
46
48
|
const setSearch = (s) => {
|
|
47
49
|
setOwn(s);
|
|
48
50
|
onSearch?.(s);
|
|
49
51
|
};
|
|
50
|
-
const
|
|
51
|
-
|
|
52
|
+
const question = search.trim();
|
|
53
|
+
const groups = (0, react_1.useMemo)(() => (0, match_1.rows)(ops, search, limit, !!onAsk), [ops, search, limit, onAsk]);
|
|
54
|
+
const run = (op) => {
|
|
55
|
+
if (op.id === match_1.ASK && onAsk)
|
|
56
|
+
onAsk(question);
|
|
57
|
+
else
|
|
58
|
+
onRun(op);
|
|
59
|
+
};
|
|
60
|
+
return ((0, jsx_runtime_1.jsxs)(gui_2.CommandDialog, { open: open, onOpenChange: onOpenChange, title: title, description: placeholder, value: active, onValueChange: onActive, shouldFilter: false, children: [(0, jsx_runtime_1.jsx)(gui_2.CommandInput, { value: search, onValueChange: setSearch, placeholder: placeholder, color: "$color", placeholderTextColor: "$color11" }), (0, jsx_runtime_1.jsxs)(gui_1.XStack, { minH: height, children: [(0, jsx_runtime_1.jsxs)(gui_2.CommandList, { maxH: height, width: children ? "50%" : "100%", borderRightWidth: children ? 1 : 0, borderColor: "$borderColor", pt: "$1", pb: "$4", children: [groups.length === 0 && ((0, jsx_runtime_1.jsx)(gui_2.CommandEmpty, { children: (0, jsx_runtime_1.jsx)(gui_1.SizableText, { color: "$color11", children: empty }) })), groups.map(([group, items]) => ((0, jsx_runtime_1.jsx)(gui_2.CommandGroup, { heading: group, children: items.map((op) => ((0, jsx_runtime_1.jsxs)(gui_2.CommandItem, { value: op.id, onSelect: () => run(op), gap: "$2", children: [op.icon, (0, jsx_runtime_1.jsxs)(gui_1.XStack, { flex: 1, items: "center", gap: "$2", overflow: "hidden", children: [(0, jsx_runtime_1.jsx)(gui_1.SizableText, { numberOfLines: 1, shrink: 0, children: op.label }), op.hint ? ((0, jsx_runtime_1.jsx)(gui_1.SizableText, { numberOfLines: 1, flex: 1, fontSize: "$1", color: "$color11", children: op.hint })) : null] }), (0, jsx_runtime_1.jsx)(Method, { of: op }), op.end] }, op.id))) }, group)))] }), children ? (0, jsx_runtime_1.jsx)(gui_1.YStack, { width: "50%", children: children }) : null] }), footer ? ((0, jsx_runtime_1.jsx)(gui_1.XStack, { items: "center", gap: "$4", borderTopWidth: 1, borderColor: "$borderColor", px: "$3", py: "$2", children: footer })) : null] }));
|
|
52
61
|
}
|
|
53
62
|
/**
|
|
54
63
|
* The method, at the end of the row, for route commands only.
|
|
@@ -26,10 +26,12 @@
|
|
|
26
26
|
* its personality: hanzo.app keeps its live project preview and console keeps its
|
|
27
27
|
* `>` AI mode by passing them, not by forking this.
|
|
28
28
|
*
|
|
29
|
-
*
|
|
30
|
-
* the empty-query behaviour all live in `match.ts` as pure
|
|
31
|
-
* `shouldFilter` is off and the Command primitive is left holding
|
|
32
|
-
* the view — which is also what makes
|
|
29
|
+
* Which rows exist is `rows`. The safe-methods-browse rule, the per-group cap,
|
|
30
|
+
* the empty-query behaviour and the ask row all live in `match.ts` as pure
|
|
31
|
+
* functions, so `shouldFilter` is off and the Command primitive is left holding
|
|
32
|
+
* the cursor and the view — which is also what makes them testable without a
|
|
33
|
+
* DOM. This component renders into a portal, so a test cannot read its rows at
|
|
34
|
+
* all; a rule kept here instead would be a rule nothing can check.
|
|
33
35
|
*/
|
|
34
36
|
import { type ReactNode } from "react";
|
|
35
37
|
import { type Op } from "./match.js";
|
|
@@ -62,6 +64,15 @@ export type PaletteProps = {
|
|
|
62
64
|
height?: number;
|
|
63
65
|
/** The dialog's accessible name. */
|
|
64
66
|
title?: string;
|
|
67
|
+
/**
|
|
68
|
+
* Take whatever was typed and answer it, when the list cannot.
|
|
69
|
+
*
|
|
70
|
+
* Supplied, the bar ends with one "Ask AI: …" row for any non-empty query, so
|
|
71
|
+
* a search that matches nothing is a question rather than a dead end. Absent,
|
|
72
|
+
* the bar behaves exactly as it did — a surface with nothing to ask does not
|
|
73
|
+
* grow a row that goes nowhere.
|
|
74
|
+
*/
|
|
75
|
+
onAsk?: (question: string) => void;
|
|
65
76
|
};
|
|
66
|
-
export declare function Palette({ open, onOpenChange, ops, onRun, active, onActive, search: controlled, onSearch, placeholder, empty, limit, children, footer, height, title, }: PaletteProps): import("react/jsx-runtime").JSX.Element;
|
|
77
|
+
export declare function Palette({ open, onOpenChange, ops, onRun, active, onActive, search: controlled, onSearch, placeholder, empty, limit, children, footer, height, title, onAsk, }: PaletteProps): import("react/jsx-runtime").JSX.Element;
|
|
67
78
|
//# sourceMappingURL=Palette.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Palette.d.ts","sourceRoot":"","sources":["../../src/product/Palette.tsx"],"names":[],"mappings":"AAEA
|
|
1
|
+
{"version":3,"file":"Palette.d.ts","sourceRoot":"","sources":["../../src/product/Palette.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,OAAO,EAAE,KAAK,SAAS,EAAqB,MAAM,OAAO,CAAA;AAWzD,OAAO,EAAmB,KAAK,EAAE,EAAE,MAAM,SAAS,CAAA;AAElD,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,OAAO,CAAA;IACb,YAAY,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAA;IACrC,oEAAoE;IACpE,GAAG,EAAE,EAAE,EAAE,CAAA;IACT,0DAA0D;IAC1D,KAAK,EAAE,CAAC,EAAE,EAAE,EAAE,KAAK,IAAI,CAAA;IACvB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAA;IAC/B,uEAAuE;IACvE,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAA;IACnC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,8CAA8C;IAC9C,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB,2EAA2E;IAC3E,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,mEAAmE;IACnE,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,qDAAqD;IACrD,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,oDAAoD;IACpD,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,oCAAoC;IACpC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;CACnC,CAAA;AAED,wBAAgB,OAAO,CAAC,EACtB,IAAI,EACJ,YAAY,EACZ,GAAG,EACH,KAAK,EACL,MAAM,EACN,QAAQ,EACR,MAAM,EAAE,UAAU,EAClB,QAAQ,EACR,WAAgC,EAChC,KAA2B,EAC3B,KAAK,EACL,QAAQ,EACR,MAAM,EACN,MAAY,EACZ,KAAyB,EACzB,KAAK,GACN,EAAE,YAAY,2CA8Gd"}
|
package/dist/product/Palette.js
CHANGED
|
@@ -28,24 +28,33 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
28
28
|
* its personality: hanzo.app keeps its live project preview and console keeps its
|
|
29
29
|
* `>` AI mode by passing them, not by forking this.
|
|
30
30
|
*
|
|
31
|
-
*
|
|
32
|
-
* the empty-query behaviour all live in `match.ts` as pure
|
|
33
|
-
* `shouldFilter` is off and the Command primitive is left holding
|
|
34
|
-
* the view — which is also what makes
|
|
31
|
+
* Which rows exist is `rows`. The safe-methods-browse rule, the per-group cap,
|
|
32
|
+
* the empty-query behaviour and the ask row all live in `match.ts` as pure
|
|
33
|
+
* functions, so `shouldFilter` is off and the Command primitive is left holding
|
|
34
|
+
* the cursor and the view — which is also what makes them testable without a
|
|
35
|
+
* DOM. This component renders into a portal, so a test cannot read its rows at
|
|
36
|
+
* all; a rule kept here instead would be a rule nothing can check.
|
|
35
37
|
*/
|
|
36
38
|
import { useMemo, useState } from "react";
|
|
37
39
|
import { SizableText, XStack, YStack } from "@hanzo/gui";
|
|
38
40
|
import { CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, } from "../backends/gui/index.js";
|
|
39
|
-
import { SAFE,
|
|
40
|
-
export function Palette({ open, onOpenChange, ops, onRun, active, onActive, search: controlled, onSearch, placeholder = "Search commands…", empty = "No results found.", limit, children, footer, height = 320, title = "Search commands", }) {
|
|
41
|
+
import { ASK, SAFE, rows } from "./match.js";
|
|
42
|
+
export function Palette({ open, onOpenChange, ops, onRun, active, onActive, search: controlled, onSearch, placeholder = "Search commands…", empty = "No results found.", limit, children, footer, height = 320, title = "Search commands", onAsk, }) {
|
|
41
43
|
const [own, setOwn] = useState("");
|
|
42
44
|
const search = controlled ?? own;
|
|
43
45
|
const setSearch = (s) => {
|
|
44
46
|
setOwn(s);
|
|
45
47
|
onSearch?.(s);
|
|
46
48
|
};
|
|
47
|
-
const
|
|
48
|
-
|
|
49
|
+
const question = search.trim();
|
|
50
|
+
const groups = useMemo(() => rows(ops, search, limit, !!onAsk), [ops, search, limit, onAsk]);
|
|
51
|
+
const run = (op) => {
|
|
52
|
+
if (op.id === ASK && onAsk)
|
|
53
|
+
onAsk(question);
|
|
54
|
+
else
|
|
55
|
+
onRun(op);
|
|
56
|
+
};
|
|
57
|
+
return (_jsxs(CommandDialog, { open: open, onOpenChange: onOpenChange, title: title, description: placeholder, value: active, onValueChange: onActive, shouldFilter: false, children: [_jsx(CommandInput, { value: search, onValueChange: setSearch, placeholder: placeholder, color: "$color", placeholderTextColor: "$color11" }), _jsxs(XStack, { minH: height, children: [_jsxs(CommandList, { maxH: height, width: children ? "50%" : "100%", borderRightWidth: children ? 1 : 0, borderColor: "$borderColor", pt: "$1", pb: "$4", children: [groups.length === 0 && (_jsx(CommandEmpty, { children: _jsx(SizableText, { color: "$color11", children: empty }) })), groups.map(([group, items]) => (_jsx(CommandGroup, { heading: group, children: items.map((op) => (_jsxs(CommandItem, { value: op.id, onSelect: () => run(op), gap: "$2", children: [op.icon, _jsxs(XStack, { flex: 1, items: "center", gap: "$2", overflow: "hidden", children: [_jsx(SizableText, { numberOfLines: 1, shrink: 0, children: op.label }), op.hint ? (_jsx(SizableText, { numberOfLines: 1, flex: 1, fontSize: "$1", color: "$color11", children: op.hint })) : null] }), _jsx(Method, { of: op }), op.end] }, op.id))) }, group)))] }), children ? _jsx(YStack, { width: "50%", children: children }) : null] }), footer ? (_jsx(XStack, { items: "center", gap: "$4", borderTopWidth: 1, borderColor: "$borderColor", px: "$3", py: "$2", children: footer })) : null] }));
|
|
49
58
|
}
|
|
50
59
|
/**
|
|
51
60
|
* The method, at the end of the row, for route commands only.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Palette.js","sourceRoot":"","sources":["../../src/product/Palette.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAA;;AAEZ
|
|
1
|
+
{"version":3,"file":"Palette.js","sourceRoot":"","sources":["../../src/product/Palette.tsx"],"names":[],"mappings":"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"}
|
package/dist/product/match.cjs
CHANGED
|
@@ -1,9 +1,34 @@
|
|
|
1
1
|
'use client';"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.survivors = exports.match = exports.SAFE = void 0;
|
|
3
|
+
exports.rows = exports.survivors = exports.match = exports.askOp = exports.ASK_GROUP = exports.ASK = exports.SAFE = void 0;
|
|
4
4
|
const command_logic_1 = require("../backends/gui/command.logic.cjs");
|
|
5
5
|
/** The one method that is safe to stumble onto: no side effect, idempotent. */
|
|
6
6
|
exports.SAFE = 'GET';
|
|
7
|
+
/**
|
|
8
|
+
* The row that makes a question the answer when nothing else is.
|
|
9
|
+
*
|
|
10
|
+
* A command list is finite and a question is not, so "no results" is never the
|
|
11
|
+
* right end of a palette — the AI is the one thing that can take a query nobody
|
|
12
|
+
* indexed. Every Hanzo palette ends this way, and it must LOOK the same in all
|
|
13
|
+
* of them, so the label is built here rather than typed out per surface.
|
|
14
|
+
*
|
|
15
|
+
* It is a plain `Op`, which is why it needs nothing else: it files under its own
|
|
16
|
+
* group, carries no method (it runs in the page, not against a route), and
|
|
17
|
+
* reaches the host through the same `onRun` every other row uses.
|
|
18
|
+
*
|
|
19
|
+
* `@hanzogui/shell` states this same rule for the palettes it draws. The two
|
|
20
|
+
* cannot import from each other — shell is deliberately dependency-free so it
|
|
21
|
+
* drops into a Vite app with no provider, which is the whole reason it exists —
|
|
22
|
+
* so the string is asserted equal by test rather than shared by import.
|
|
23
|
+
*/
|
|
24
|
+
exports.ASK = 'ask';
|
|
25
|
+
exports.ASK_GROUP = 'Ask';
|
|
26
|
+
const askOp = (question) => ({
|
|
27
|
+
id: exports.ASK,
|
|
28
|
+
group: exports.ASK_GROUP,
|
|
29
|
+
label: `Ask AI: ${question}`,
|
|
30
|
+
});
|
|
31
|
+
exports.askOp = askOp;
|
|
7
32
|
/**
|
|
8
33
|
* Whether `op` survives `search`, and how well. `0` hides it.
|
|
9
34
|
*
|
|
@@ -74,3 +99,21 @@ const survivors = (ops, search, limit = 50) => {
|
|
|
74
99
|
return out;
|
|
75
100
|
};
|
|
76
101
|
exports.survivors = survivors;
|
|
102
|
+
/**
|
|
103
|
+
* What the bar actually shows: what survived the search, then the way out.
|
|
104
|
+
*
|
|
105
|
+
* The ask row is APPENDED rather than filtered. It answers the query by
|
|
106
|
+
* definition — its own label contains it — so putting it through `survivors`
|
|
107
|
+
* would score a row against itself, and the one row that must be present
|
|
108
|
+
* exactly when nothing else is would be at the mercy of the ranker.
|
|
109
|
+
*
|
|
110
|
+
* It lives here rather than in the component for the same reason every other
|
|
111
|
+
* rule about which rows exist does: `Palette` renders into a portal, so no test
|
|
112
|
+
* can read its rows, and a rule that cannot be tested is a rule that drifts.
|
|
113
|
+
*/
|
|
114
|
+
const rows = (ops, search, limit, canAsk = false) => {
|
|
115
|
+
const found = (0, exports.survivors)(ops, search, limit);
|
|
116
|
+
const question = search.trim();
|
|
117
|
+
return canAsk && question ? [...found, [exports.ASK_GROUP, [(0, exports.askOp)(question)]]] : found;
|
|
118
|
+
};
|
|
119
|
+
exports.rows = rows;
|
package/dist/product/match.d.ts
CHANGED
|
@@ -36,6 +36,26 @@ export interface Op {
|
|
|
36
36
|
}
|
|
37
37
|
/** The one method that is safe to stumble onto: no side effect, idempotent. */
|
|
38
38
|
export declare const SAFE = "GET";
|
|
39
|
+
/**
|
|
40
|
+
* The row that makes a question the answer when nothing else is.
|
|
41
|
+
*
|
|
42
|
+
* A command list is finite and a question is not, so "no results" is never the
|
|
43
|
+
* right end of a palette — the AI is the one thing that can take a query nobody
|
|
44
|
+
* indexed. Every Hanzo palette ends this way, and it must LOOK the same in all
|
|
45
|
+
* of them, so the label is built here rather than typed out per surface.
|
|
46
|
+
*
|
|
47
|
+
* It is a plain `Op`, which is why it needs nothing else: it files under its own
|
|
48
|
+
* group, carries no method (it runs in the page, not against a route), and
|
|
49
|
+
* reaches the host through the same `onRun` every other row uses.
|
|
50
|
+
*
|
|
51
|
+
* `@hanzogui/shell` states this same rule for the palettes it draws. The two
|
|
52
|
+
* cannot import from each other — shell is deliberately dependency-free so it
|
|
53
|
+
* drops into a Vite app with no provider, which is the whole reason it exists —
|
|
54
|
+
* so the string is asserted equal by test rather than shared by import.
|
|
55
|
+
*/
|
|
56
|
+
export declare const ASK = "ask";
|
|
57
|
+
export declare const ASK_GROUP = "Ask";
|
|
58
|
+
export declare const askOp: (question: string) => Op;
|
|
39
59
|
/**
|
|
40
60
|
* Whether `op` survives `search`, and how well. `0` hides it.
|
|
41
61
|
*
|
|
@@ -75,4 +95,17 @@ export declare const match: (op: Op, search: string) => number;
|
|
|
75
95
|
* be — the cap is what keeps one keystroke's cost bounded whatever was typed.
|
|
76
96
|
*/
|
|
77
97
|
export declare const survivors: (ops: Op[], search: string, limit?: number) => Array<[string, Op[]]>;
|
|
98
|
+
/**
|
|
99
|
+
* What the bar actually shows: what survived the search, then the way out.
|
|
100
|
+
*
|
|
101
|
+
* The ask row is APPENDED rather than filtered. It answers the query by
|
|
102
|
+
* definition — its own label contains it — so putting it through `survivors`
|
|
103
|
+
* would score a row against itself, and the one row that must be present
|
|
104
|
+
* exactly when nothing else is would be at the mercy of the ranker.
|
|
105
|
+
*
|
|
106
|
+
* It lives here rather than in the component for the same reason every other
|
|
107
|
+
* rule about which rows exist does: `Palette` renders into a portal, so no test
|
|
108
|
+
* can read its rows, and a rule that cannot be tested is a rule that drifts.
|
|
109
|
+
*/
|
|
110
|
+
export declare const rows: (ops: Op[], search: string, limit?: number, canAsk?: boolean) => Array<[string, Op[]]>;
|
|
78
111
|
//# sourceMappingURL=match.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"match.d.ts","sourceRoot":"","sources":["../../src/product/match.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAItC;;;;;;;GAOG;AACH,MAAM,WAAW,EAAE;IACjB,4EAA4E;IAC5E,EAAE,EAAE,MAAM,CAAA;IACV,+EAA+E;IAC/E,KAAK,EAAE,MAAM,CAAA;IACb,gFAAgF;IAChF,KAAK,EAAE,MAAM,CAAA;IACb,kEAAkE;IAClE,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,kFAAkF;IAClF,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,qCAAqC;IACrC,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,8DAA8D;IAC9D,GAAG,CAAC,EAAE,SAAS,CAAA;CAChB;AAED,+EAA+E;AAC/E,eAAO,MAAM,IAAI,QAAQ,CAAA;AAEzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,eAAO,MAAM,KAAK,GAAI,IAAI,EAAE,EAAE,QAAQ,MAAM,KAAG,MAQ9C,CAAA;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,SAAS,GAAI,KAAK,EAAE,EAAE,EAAE,QAAQ,MAAM,EAAE,cAAU,KAAG,KAAK,CAAC,CAAC,MAAM,EAAE,EAAE,EAAE,CAAC,CAiBrF,CAAA"}
|
|
1
|
+
{"version":3,"file":"match.d.ts","sourceRoot":"","sources":["../../src/product/match.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAItC;;;;;;;GAOG;AACH,MAAM,WAAW,EAAE;IACjB,4EAA4E;IAC5E,EAAE,EAAE,MAAM,CAAA;IACV,+EAA+E;IAC/E,KAAK,EAAE,MAAM,CAAA;IACb,gFAAgF;IAChF,KAAK,EAAE,MAAM,CAAA;IACb,kEAAkE;IAClE,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,kFAAkF;IAClF,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,qCAAqC;IACrC,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,8DAA8D;IAC9D,GAAG,CAAC,EAAE,SAAS,CAAA;CAChB;AAED,+EAA+E;AAC/E,eAAO,MAAM,IAAI,QAAQ,CAAA;AAEzB;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,GAAG,QAAQ,CAAA;AACxB,eAAO,MAAM,SAAS,QAAQ,CAAA;AAC9B,eAAO,MAAM,KAAK,GAAI,UAAU,MAAM,KAAG,EAIvC,CAAA;AAGF;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,eAAO,MAAM,KAAK,GAAI,IAAI,EAAE,EAAE,QAAQ,MAAM,KAAG,MAQ9C,CAAA;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,SAAS,GAAI,KAAK,EAAE,EAAE,EAAE,QAAQ,MAAM,EAAE,cAAU,KAAG,KAAK,CAAC,CAAC,MAAM,EAAE,EAAE,EAAE,CAAC,CAiBrF,CAAA;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,IAAI,GACf,KAAK,EAAE,EAAE,EACT,QAAQ,MAAM,EACd,QAAQ,MAAM,EACd,gBAAc,KACb,KAAK,CAAC,CAAC,MAAM,EAAE,EAAE,EAAE,CAAC,CAItB,CAAA"}
|
package/dist/product/match.js
CHANGED
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
'use client';import { score } from '../backends/gui/command.logic.js';
|
|
2
2
|
/** The one method that is safe to stumble onto: no side effect, idempotent. */
|
|
3
3
|
export const SAFE = 'GET';
|
|
4
|
+
/**
|
|
5
|
+
* The row that makes a question the answer when nothing else is.
|
|
6
|
+
*
|
|
7
|
+
* A command list is finite and a question is not, so "no results" is never the
|
|
8
|
+
* right end of a palette — the AI is the one thing that can take a query nobody
|
|
9
|
+
* indexed. Every Hanzo palette ends this way, and it must LOOK the same in all
|
|
10
|
+
* of them, so the label is built here rather than typed out per surface.
|
|
11
|
+
*
|
|
12
|
+
* It is a plain `Op`, which is why it needs nothing else: it files under its own
|
|
13
|
+
* group, carries no method (it runs in the page, not against a route), and
|
|
14
|
+
* reaches the host through the same `onRun` every other row uses.
|
|
15
|
+
*
|
|
16
|
+
* `@hanzogui/shell` states this same rule for the palettes it draws. The two
|
|
17
|
+
* cannot import from each other — shell is deliberately dependency-free so it
|
|
18
|
+
* drops into a Vite app with no provider, which is the whole reason it exists —
|
|
19
|
+
* so the string is asserted equal by test rather than shared by import.
|
|
20
|
+
*/
|
|
21
|
+
export const ASK = 'ask';
|
|
22
|
+
export const ASK_GROUP = 'Ask';
|
|
23
|
+
export const askOp = (question) => ({
|
|
24
|
+
id: ASK,
|
|
25
|
+
group: ASK_GROUP,
|
|
26
|
+
label: `Ask AI: ${question}`,
|
|
27
|
+
});
|
|
4
28
|
/**
|
|
5
29
|
* Whether `op` survives `search`, and how well. `0` hides it.
|
|
6
30
|
*
|
|
@@ -69,4 +93,21 @@ export const survivors = (ops, search, limit = 50) => {
|
|
|
69
93
|
}
|
|
70
94
|
return out;
|
|
71
95
|
};
|
|
96
|
+
/**
|
|
97
|
+
* What the bar actually shows: what survived the search, then the way out.
|
|
98
|
+
*
|
|
99
|
+
* The ask row is APPENDED rather than filtered. It answers the query by
|
|
100
|
+
* definition — its own label contains it — so putting it through `survivors`
|
|
101
|
+
* would score a row against itself, and the one row that must be present
|
|
102
|
+
* exactly when nothing else is would be at the mercy of the ranker.
|
|
103
|
+
*
|
|
104
|
+
* It lives here rather than in the component for the same reason every other
|
|
105
|
+
* rule about which rows exist does: `Palette` renders into a portal, so no test
|
|
106
|
+
* can read its rows, and a rule that cannot be tested is a rule that drifts.
|
|
107
|
+
*/
|
|
108
|
+
export const rows = (ops, search, limit, canAsk = false) => {
|
|
109
|
+
const found = survivors(ops, search, limit);
|
|
110
|
+
const question = search.trim();
|
|
111
|
+
return canAsk && question ? [...found, [ASK_GROUP, [askOp(question)]]] : found;
|
|
112
|
+
};
|
|
72
113
|
//# sourceMappingURL=match.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"match.js","sourceRoot":"","sources":["../../src/product/match.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,KAAK,EAAE,MAAM,+BAA+B,CAAA;AA2BrD,+EAA+E;AAC/E,MAAM,CAAC,MAAM,IAAI,GAAG,KAAK,CAAA;AAEzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAM,CAAC,MAAM,KAAK,GAAG,CAAC,EAAM,EAAE,MAAc,EAAU,EAAE;IACtD,MAAM,CAAC,GAAG,MAAM,CAAC,IAAI,EAAE,CAAC,WAAW,EAAE,CAAA;IACrC,MAAM,KAAK,GAAG,EAAE,CAAC,MAAM,KAAK,SAAS,CAAA;IACrC,IAAI,CAAC,CAAC;QAAE,OAAO,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;IAE5B,MAAM,KAAK,GAAG,GAAG,EAAE,CAAC,KAAK,IAAI,EAAE,CAAC,KAAK,EAAE,CAAC,WAAW,EAAE,CAAA;IACrD,IAAI,KAAK,IAAI,EAAE,CAAC,MAAM,KAAK,IAAI;QAAE,OAAO,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;IACnE,OAAO,KAAK,CAAC,KAAK,EAAE,CAAC,EAAE,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAA;AACzD,CAAC,CAAA;AAED;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,GAAS,EAAE,MAAc,EAAE,KAAK,GAAG,EAAE,EAAyB,EAAE;IACxF,MAAM,MAAM,GAAG,IAAI,GAAG,EAA+B,CAAA;IACrD,KAAK,MAAM,EAAE,IAAI,GAAG,EAAE,CAAC;QACrB,MAAM,IAAI,GAAG,KAAK,CAAC,EAAE,EAAE,MAAM,CAAC,CAAA;QAC9B,IAAI,IAAI,IAAI,CAAC;YAAE,SAAQ;QACvB,MAAM,GAAG,GAAG,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC,KAAK,CAAC,CAAA;QAChC,IAAI,GAAG;YAAE,GAAG,CAAC,IAAI,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAA;;YACxB,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,CAAA;IACzC,CAAC;IACD,MAAM,GAAG,GAA0B,EAAE,CAAA;IACrC,KAAK,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,IAAI,MAAM,EAAE,CAAC;QACrC,6EAA6E;QAC7E,kEAAkE;QAClE,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;QAClC,GAAG,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAA;IAC7D,CAAC;IACD,OAAO,GAAG,CAAA;AACZ,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"match.js","sourceRoot":"","sources":["../../src/product/match.ts"],"names":[],"mappings":"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"}
|
package/dist/styles.css
CHANGED
|
@@ -1862,11 +1862,11 @@
|
|
|
1862
1862
|
:root{--t0:var(--primary, #fafafa);--t1:var(--primary-foreground, #0a0a0a);--t2:hsla(0, 0%, 4%, 0);--t3:hsla(0, 0%, 8%, 0.2);--t4:hsla(0, 0%, 8%, 0.4);--t5:hsla(0, 0%, 8%, 0.6);--t6:hsla(0, 0%, 8%, 0.8);--t7:hsla(0, 0%, 4%, 1);--t8:hsla(0, 0%, 8%, 1);--t9:hsla(0, 0%, 10%, 1);--t10:var(--border, rgb(255 255 255 / .10));--t11:hsla(0, 0%, 20%, 1);--t12:hsla(0, 0%, 27%, 1);--t13:hsla(0, 0%, 40%, 1);--t14:hsla(0, 0%, 47%, 1);--t15:hsla(0, 0%, 52%, 1);--t16:hsla(0, 0%, 67%, 1);--t17:hsla(0, 0%, 80%, 1);--t18:var(--foreground, #fafafa);--t19:hsla(0, 0%, 100%, 0);--t20:hsla(0, 0%, 100%, 0.2);--t21:hsla(0, 0%, 100%, 0.4);--t22:hsla(0, 0%, 100%, 0.6);--t23:hsla(0, 0%, 100%, 0.8);--t24:hsla(0, 0%, 100%, 1);--t25:#0a0a0a;--t26:hsla(0, 0%, 14%, 1);--t27:var(--text-tertiary, rgb(255 255 255 / .55));--t28:#090909;--t29:#151515;--t30:#191919;--t31:#232323;--t32:#333;--t33:#444;--t34:#666;--t35:#777;--t36:#858585;--t37:#aaa;--t38:#ccc;--t39:#ffffff;--t40:#fff;--t41:#f8f8f8;--t42:hsl(0, 0%, 93%);--t43:hsl(0, 0%, 85%);--t44:hsl(0, 0%, 80%);--t45:hsl(0, 0%, 70%);--t46:hsl(0, 0%, 59%);--t47:hsl(0, 0%, 45%);--t48:hsl(0, 0%, 30%);--t49:hsl(0, 0%, 20%);--t50:hsl(0, 0%, 14%);--t51:hsl(0, 0%, 2%);--t52:rgba(255,255,255,1);--t53:rgba(255,255,255,0);--t54:rgba(255,255,255,0.2);--t55:rgba(255,255,255,0.4);--t56:rgba(255,255,255,0.6);--t57:rgba(255,255,255,0.8);--t58:rgba(0,0,0,1);--t59:rgba(0,0,0,0);--t60:rgba(0,0,0,0.2);--t61:rgba(0,0,0,0.4);--t62:rgba(0,0,0,0.6);--t63:rgba(0,0,0,0.8);--t64:rgba(0,0,0,0.15);--t65:rgba(0,0,0,0.23);--t66:rgba(0,0,0,0.33);--t67:rgba(0,0,0,0.45);--t68:rgba(0,0,0,0.65);--t69:rgba(0,0,0,0.9);--t70:rgba(255,255,255,0.1);--t71:rgba(255,255,255,0.3);--t72:rgba(255,255,255,0.45);--t73:rgba(255,255,255,0.65);--t74:rgba(255,255,255,0.85);--t75:rgba(255,255,255,0.95);--t76:#111111;--t77:#222222;--t78:#2a2a2a;--t79:#313131;--t80:#3a3a3a;--t81:#484848;--t82:#606060;--t83:#6e6e6e;--t84:#7b7b7b;--t85:#b4b4b4;--t86:#eeeeee;--t87:#0d1520;--t88:#111927;--t89:#0d2847;--t90:#003362;--t91:#004074;--t92:#104d87;--t93:#205d9e;--t94:#2870bd;--t95:#0090ff;--t96:#3b9eff;--t97:#70b8ff;--t98:#c2e6ff;--t99:#191111;--t100:#201314;--t101:#3b1219;--t102:#500f1c;--t103:#611623;--t104:#72232d;--t105:#8c333a;--t106:#b54548;--t107:#e5484d;--t108:#ec5d5e;--t109:#ff9592;--t110:#ffd1d9;--t111:#14120b;--t112:#1b180f;--t113:#2d2305;--t114:#362b00;--t115:#433500;--t116:#524202;--t117:#665417;--t118:#836a21;--t119:#ffe629;--t120:#ffff57;--t121:#f5e147;--t122:#f6eeb4;--t123:#0e1512;--t124:#121b17;--t125:#132d21;--t126:#113b29;--t127:#174933;--t128:#20573e;--t129:#28684a;--t130:#2f7c57;--t131:#30a46c;--t132:#33b074;--t133:#3dd68c;--t134:#b1f1cb;--t135:#17120e;--t136:#1e160f;--t137:#331e0b;--t138:#462100;--t139:#562800;--t140:#66350c;--t141:#7e451d;--t142:#a35829;--t143:#f76b15;--t144:#ff801f;--t145:#ffa057;--t146:#ffe0c2;--t147:#191117;--t148:#21121d;--t149:#37172f;--t150:#4b143d;--t151:#591c47;--t152:#692955;--t153:#833869;--t154:#a84885;--t155:#d6409f;--t156:#de51a8;--t157:#ff8dcc;--t158:#fdd1ea;--t159:#18111b;--t160:#1e1523;--t161:#301c3b;--t162:#3d224e;--t163:#48295c;--t164:#54346b;--t165:#664282;--t166:#8457aa;--t167:#8e4ec6;--t168:#9a5cd0;--t169:#d19dff;--t170:#ecd9fa;--t171:#0d1514;--t172:#111c1b;--t173:#0d2d2a;--t174:#023b37;--t175:#084843;--t176:#145750;--t177:#1c6961;--t178:#207e73;--t179:#12a594;--t180:#0eb39e;--t181:#0bd8b6;--t182:#adf0dd;--t183:hsl(0, 0%, 68%);--t184:hsl(0, 0%, 65%);--t185:hsl(0, 0%, 62%);--t186:hsl(0, 0%, 56%);--t187:hsl(0, 0%, 53%);--t188:hsl(0, 0%, 50%);--t189:hsl(0, 0%, 47%);--t190:hsl(0, 0%, 44%);--t191:hsl(0, 0%, 41%);--t192:hsl(0, 0%, 38%);--t193:hsl(0, 0%, 32%);--t194:hsla(0, 0%, 97%, 1);--t195:hsla(0, 0%, 93%, 1);--t196:hsla(0, 0%, 85%, 1);--t197:hsla(0, 0%, 70%, 1);--t198:hsla(0, 0%, 59%, 1);--t199:hsla(0, 0%, 45%, 1);--t200:hsla(0, 0%, 30%, 1);--t201:hsla(0, 0%, 2%, 1);--t202:hsla(0, 0%, 100%, 0.1);--t203:hsla(0, 0%, 100%, 0.075);--t204:hsla(0, 0%, 100%, 0.05);--t205:hsla(0, 0%, 100%, 0.025);--t206:hsla(0, 0%, 100%, 0.02);--t207:hsla(0, 0%, 100%, 0.01);--t208:hsla(0, 0%, 8%, 0.1);--t209:hsla(0, 0%, 8%, 0.075);--t210:hsla(0, 0%, 8%, 0.05);--t211:hsla(0, 0%, 8%, 0.025);--t212:hsla(0, 0%, 8%, 0.02);--t213:hsla(0, 0%, 8%, 0.01);--t214:var(--ring, rgb(255 255 255 / .40));--t215:hsla(0, 0%, 4%, 0.2);--t216:hsla(0, 0%, 4%, 0.4);--t217:hsla(0, 0%, 4%, 0.6);--t218:hsla(0, 0%, 4%, 0.8);--t219:hsla(0, 0%, 97%, 0.2);--t220:hsla(0, 0%, 97%, 0.4);--t221:hsla(0, 0%, 97%, 0.6);--t222:hsla(0, 0%, 97%, 0.8);--t223:hsla(0, 0%, 2%, 0);--t224:hsla(0, 0%, 2%, 0.2);--t225:hsla(0, 0%, 2%, 0.4);--t226:hsla(0, 0%, 2%, 0.6);--t227:hsla(0, 0%, 2%, 0.8);--t228:hsla(0, 0%, 2%, 0.1);--t229:hsla(0, 0%, 2%, 0.075);--t230:hsla(0, 0%, 2%, 0.05);--t231:hsla(0, 0%, 2%, 0.025);--t232:hsla(0, 0%, 2%, 0.02);--t233:hsla(0, 0%, 2%, 0.01);--t234:hsla(0, 0%, 97%, 0.1);--t235:hsla(0, 0%, 97%, 0.075);--t236:hsla(0, 0%, 97%, 0.05);--t237:hsla(0, 0%, 97%, 0.025);--t238:hsla(0, 0%, 97%, 0.02);--t239:hsla(0, 0%, 97%, 0.01);--t240:hsla(216, 43%, 9%, 0);--t241:hsla(218, 39%, 11%, 0.2);--t242:hsla(218, 39%, 11%, 0.4);--t243:hsla(218, 39%, 11%, 0.6);--t244:hsla(218, 39%, 11%, 0.8);--t245:hsla(215, 42%, 9%, 1);--t246:hsla(218, 39%, 11%, 1);--t247:hsla(212, 69%, 16%, 1);--t248:hsla(209, 100%, 19%, 1);--t249:hsla(207, 100%, 23%, 1);--t250:hsla(209, 79%, 30%, 1);--t251:hsla(211, 66%, 37%, 1);--t252:hsla(211, 65%, 45%, 1);--t253:hsla(206, 100%, 50%, 1);--t254:hsla(210, 100%, 62%, 1);--t255:hsla(210, 100%, 72%, 1);--t256:hsla(205, 100%, 88%, 1);--t257:hsla(205, 100%, 88%, 0);--t258:hsla(205, 100%, 88%, 0.2);--t259:hsla(205, 100%, 88%, 0.4);--t260:hsla(205, 100%, 88%, 0.6);--t261:hsla(205, 100%, 88%, 0.8);--t262:hsla(205, 100%, 88%, 0.1);--t263:hsla(205, 100%, 88%, 0.075);--t264:hsla(205, 100%, 88%, 0.05);--t265:hsla(205, 100%, 88%, 0.025);--t266:hsla(205, 100%, 88%, 0.02);--t267:hsla(205, 100%, 88%, 0.01);--t268:hsla(218, 39%, 11%, 0.1);--t269:hsla(218, 39%, 11%, 0.075);--t270:hsla(218, 39%, 11%, 0.05);--t271:hsla(218, 39%, 11%, 0.025);--t272:hsla(218, 39%, 11%, 0.02);--t273:hsla(218, 39%, 11%, 0.01);--t274:hsla(216, 43%, 9%, 0.2);--t275:hsla(216, 43%, 9%, 0.4);--t276:hsla(216, 43%, 9%, 0.6);--t277:hsla(216, 43%, 9%, 0.8);--t278:hsla(0, 0%, 7%, 0);--t279:hsla(0, 0%, 10%, 0.2);--t280:hsla(0, 0%, 10%, 0.4);--t281:hsla(0, 0%, 10%, 0.6);--t282:hsla(0, 0%, 10%, 0.8);--t283:hsla(0, 0%, 7%, 1);--t284:hsla(0, 0%, 13%, 1);--t285:hsla(0, 0%, 16%, 1);--t286:hsla(0, 0%, 19%, 1);--t287:hsla(0, 0%, 23%, 1);--t288:hsla(0, 0%, 28%, 1);--t289:hsla(0, 0%, 38%, 1);--t290:hsla(0, 0%, 43%, 1);--t291:hsla(0, 0%, 48%, 1);--t292:hsla(0, 0%, 71%, 1);--t293:hsla(0, 0%, 93%, 0);--t294:hsla(0, 0%, 93%, 0.2);--t295:hsla(0, 0%, 93%, 0.4);--t296:hsla(0, 0%, 93%, 0.6);--t297:hsla(0, 0%, 93%, 0.8);--t298:hsla(0, 0%, 93%, 0.1);--t299:hsla(0, 0%, 93%, 0.075);--t300:hsla(0, 0%, 93%, 0.05);--t301:hsla(0, 0%, 93%, 0.025);--t302:hsla(0, 0%, 93%, 0.02);--t303:hsla(0, 0%, 93%, 0.01);--t304:hsla(0, 0%, 10%, 0.1);--t305:hsla(0, 0%, 10%, 0.075);--t306:hsla(0, 0%, 10%, 0.05);--t307:hsla(0, 0%, 10%, 0.025);--t308:hsla(0, 0%, 10%, 0.02);--t309:hsla(0, 0%, 10%, 0.01);--t310:hsla(0, 0%, 7%, 0.2);--t311:hsla(0, 0%, 7%, 0.4);--t312:hsla(0, 0%, 7%, 0.6);--t313:hsla(0, 0%, 7%, 0.8);--t314:hsla(154, 20%, 7%, 0);--t315:hsla(153, 20%, 9%, 0.2);--t316:hsla(153, 20%, 9%, 0.4);--t317:hsla(153, 20%, 9%, 0.6);--t318:hsla(153, 20%, 9%, 0.8);--t319:hsla(154, 20%, 7%, 1);--t320:hsla(153, 20%, 9%, 1);--t321:hsla(152, 41%, 13%, 1);--t322:hsla(154, 55%, 15%, 1);--t323:hsla(154, 52%, 19%, 1);--t324:hsla(153, 46%, 23%, 1);--t325:hsla(152, 44%, 28%, 1);--t326:hsla(151, 45%, 34%, 1);--t327:hsla(151, 55%, 42%, 1);--t328:hsla(151, 55%, 45%, 1);--t329:hsla(151, 65%, 54%, 1);--t330:hsla(144, 70%, 82%, 1);--t331:hsla(144, 70%, 82%, 0);--t332:hsla(144, 70%, 82%, 0.2);--t333:hsla(144, 70%, 82%, 0.4);--t334:hsla(144, 70%, 82%, 0.6);--t335:hsla(144, 70%, 82%, 0.8);--t336:hsla(144, 70%, 82%, 0.1);--t337:hsla(144, 70%, 82%, 0.075);--t338:hsla(144, 70%, 82%, 0.05);--t339:hsla(144, 70%, 82%, 0.025);--t340:hsla(144, 70%, 82%, 0.02);--t341:hsla(144, 70%, 82%, 0.01);--t342:hsla(153, 20%, 9%, 0.1);--t343:hsla(153, 20%, 9%, 0.075);--t344:hsla(153, 20%, 9%, 0.05);--t345:hsla(153, 20%, 9%, 0.025);--t346:hsla(153, 20%, 9%, 0.02);--t347:hsla(153, 20%, 9%, 0.01);--t348:hsla(154, 20%, 7%, 0.2);--t349:hsla(154, 20%, 7%, 0.4);--t350:hsla(154, 20%, 7%, 0.6);--t351:hsla(154, 20%, 7%, 0.8);--t352:hsla(0, 0%, 68%, 0);--t353:hsla(0, 0%, 65%, 0.2);--t354:hsla(0, 0%, 65%, 0.4);--t355:hsla(0, 0%, 65%, 0.6);--t356:hsla(0, 0%, 65%, 0.8);--t357:hsla(0, 0%, 68%, 1);--t358:hsla(0, 0%, 65%, 1);--t359:hsla(0, 0%, 62%, 1);--t360:hsla(0, 0%, 56%, 1);--t361:hsla(0, 0%, 53%, 1);--t362:hsla(0, 0%, 50%, 1);--t363:hsla(0, 0%, 44%, 1);--t364:hsla(0, 0%, 41%, 1);--t365:hsla(0, 0%, 32%, 1);--t366:hsla(0, 0%, 32%, 0);--t367:hsla(0, 0%, 32%, 0.2);--t368:hsla(0, 0%, 32%, 0.4);--t369:hsla(0, 0%, 32%, 0.6);--t370:hsla(0, 0%, 32%, 0.8);--t371:hsla(0, 0%, 32%, 0.1);--t372:hsla(0, 0%, 32%, 0.075);--t373:hsla(0, 0%, 32%, 0.05);--t374:hsla(0, 0%, 32%, 0.025);--t375:hsla(0, 0%, 32%, 0.02);--t376:hsla(0, 0%, 32%, 0.01);--t377:hsla(0, 0%, 65%, 0.1);--t378:hsla(0, 0%, 65%, 0.075);--t379:hsla(0, 0%, 65%, 0.05);--t380:hsla(0, 0%, 65%, 0.025);--t381:hsla(0, 0%, 65%, 0.02);--t382:hsla(0, 0%, 65%, 0.01);--t383:hsla(0, 0%, 68%, 0.2);--t384:hsla(0, 0%, 68%, 0.4);--t385:hsla(0, 0%, 68%, 0.6);--t386:hsla(0, 0%, 68%, 0.8);--t387:hsla(23, 22%, 7%, 0);--t388:hsla(28, 33%, 9%, 0.2);--t389:hsla(28, 33%, 9%, 0.4);--t390:hsla(28, 33%, 9%, 0.6);--t391:hsla(28, 33%, 9%, 0.8);--t392:hsla(27, 24%, 7%, 1);--t393:hsla(28, 33%, 9%, 1);--t394:hsla(29, 65%, 12%, 1);--t395:hsla(28, 100%, 14%, 1);--t396:hsla(28, 100%, 17%, 1);--t397:hsla(27, 79%, 22%, 1);--t398:hsla(25, 63%, 30%, 1);--t399:hsla(23, 60%, 40%, 1);--t400:hsla(23, 93%, 53%, 1);--t401:hsla(26, 100%, 56%, 1);--t402:hsla(26, 100%, 67%, 1);--t403:hsla(30, 100%, 88%, 1);--t404:hsla(30, 100%, 88%, 0);--t405:hsla(30, 100%, 88%, 0.2);--t406:hsla(30, 100%, 88%, 0.4);--t407:hsla(30, 100%, 88%, 0.6);--t408:hsla(30, 100%, 88%, 0.8);--t409:hsla(30, 100%, 88%, 0.1);--t410:hsla(30, 100%, 88%, 0.075);--t411:hsla(30, 100%, 88%, 0.05);--t412:hsla(30, 100%, 88%, 0.025);--t413:hsla(30, 100%, 88%, 0.02);--t414:hsla(30, 100%, 88%, 0.01);--t415:hsla(28, 33%, 9%, 0.1);--t416:hsla(28, 33%, 9%, 0.075);--t417:hsla(28, 33%, 9%, 0.05);--t418:hsla(28, 33%, 9%, 0.025);--t419:hsla(28, 33%, 9%, 0.02);--t420:hsla(28, 33%, 9%, 0.01);--t421:hsla(23, 22%, 7%, 0.2);--t422:hsla(23, 22%, 7%, 0.4);--t423:hsla(23, 22%, 7%, 0.6);--t424:hsla(23, 22%, 7%, 0.8);--t425:hsla(317, 17%, 8%, 0);--t426:hsla(316, 29%, 10%, 0.2);--t427:hsla(316, 29%, 10%, 0.4);--t428:hsla(316, 29%, 10%, 0.6);--t429:hsla(316, 29%, 10%, 0.8);--t430:hsla(315, 19%, 8%, 1);--t431:hsla(316, 29%, 10%, 1);--t432:hsla(315, 41%, 15%, 1);--t433:hsla(315, 58%, 19%, 1);--t434:hsla(318, 52%, 23%, 1);--t435:hsla(319, 44%, 29%, 1);--t436:hsla(321, 40%, 37%, 1);--t437:hsla(322, 40%, 47%, 1);--t438:hsla(322, 65%, 55%, 1);--t439:hsla(323, 68%, 59%, 1);--t440:hsla(327, 100%, 78%, 1);--t441:hsla(326, 92%, 91%, 1);--t442:hsla(326, 91%, 91%, 0);--t443:hsla(326, 91%, 91%, 0.2);--t444:hsla(326, 91%, 91%, 0.4);--t445:hsla(326, 91%, 91%, 0.6);--t446:hsla(326, 91%, 91%, 0.8);--t447:hsla(326, 91%, 91%, 0.1);--t448:hsla(326, 91%, 91%, 0.075);--t449:hsla(326, 91%, 91%, 0.05);--t450:hsla(326, 91%, 91%, 0.025);--t451:hsla(326, 91%, 91%, 0.02);--t452:hsla(326, 91%, 91%, 0.01);--t453:hsla(316, 29%, 10%, 0.1);--t454:hsla(316, 29%, 10%, 0.075);--t455:hsla(316, 29%, 10%, 0.05);--t456:hsla(316, 29%, 10%, 0.025);--t457:hsla(316, 29%, 10%, 0.02);--t458:hsla(316, 29%, 10%, 0.01);--t459:hsla(317, 17%, 8%, 0.2);--t460:hsla(317, 17%, 8%, 0.4);--t461:hsla(317, 17%, 8%, 0.6);--t462:hsla(317, 17%, 8%, 0.8);--t463:hsla(282, 22%, 9%, 0);--t464:hsla(279, 25%, 11%, 0.2);--t465:hsla(279, 25%, 11%, 0.4);--t466:hsla(279, 25%, 11%, 0.6);--t467:hsla(279, 25%, 11%, 0.8);--t468:hsla(282, 23%, 9%, 1);--t469:hsla(279, 25%, 11%, 1);--t470:hsla(279, 36%, 17%, 1);--t471:hsla(277, 39%, 22%, 1);--t472:hsla(276, 38%, 26%, 1);--t473:hsla(275, 35%, 31%, 1);--t474:hsla(274, 33%, 38%, 1);--t475:hsla(273, 33%, 50%, 1);--t476:hsla(272, 51%, 54%, 1);--t477:hsla(272, 55%, 59%, 1);--t478:hsla(272, 100%, 81%, 1);--t479:hsla(275, 77%, 92%, 1);--t480:hsla(275, 76%, 92%, 0);--t481:hsla(275, 76%, 92%, 0.2);--t482:hsla(275, 76%, 92%, 0.4);--t483:hsla(275, 76%, 92%, 0.6);--t484:hsla(275, 76%, 92%, 0.8);--t485:hsla(275, 76%, 92%, 0.1);--t486:hsla(275, 76%, 92%, 0.075);--t487:hsla(275, 76%, 92%, 0.05);--t488:hsla(275, 76%, 92%, 0.025);--t489:hsla(275, 76%, 92%, 0.02);--t490:hsla(275, 76%, 92%, 0.01);--t491:hsla(279, 25%, 11%, 0.1);--t492:hsla(279, 25%, 11%, 0.075);--t493:hsla(279, 25%, 11%, 0.05);--t494:hsla(279, 25%, 11%, 0.025);--t495:hsla(279, 25%, 11%, 0.02);--t496:hsla(279, 25%, 11%, 0.01);--t497:hsla(282, 22%, 9%, 0.2);--t498:hsla(282, 22%, 9%, 0.4);--t499:hsla(282, 22%, 9%, 0.6);--t500:hsla(282, 22%, 9%, 0.8);--t501:hsla(0, 17%, 8%, 0);--t502:hsla(355, 25%, 10%, 0.2);--t503:hsla(355, 25%, 10%, 0.4);--t504:hsla(355, 25%, 10%, 0.6);--t505:hsla(355, 25%, 10%, 0.8);--t506:hsla(0, 19%, 8%, 1);--t507:hsla(355, 25%, 10%, 1);--t508:hsla(350, 53%, 15%, 1);--t509:hsla(348, 68%, 19%, 1);--t510:hsla(350, 63%, 23%, 1);--t511:hsla(352, 53%, 29%, 1);--t512:hsla(355, 47%, 37%, 1);--t513:hsla(358, 45%, 49%, 1);--t514:hsla(358, 75%, 59%, 1);--t515:hsla(360, 79%, 65%, 1);--t516:hsla(2, 100%, 79%, 1);--t517:hsla(350, 100%, 91%, 1);--t518:hsla(350, 100%, 91%, 0);--t519:hsla(350, 100%, 91%, 0.2);--t520:hsla(350, 100%, 91%, 0.4);--t521:hsla(350, 100%, 91%, 0.6);--t522:hsla(350, 100%, 91%, 0.8);--t523:hsla(350, 100%, 91%, 0.1);--t524:hsla(350, 100%, 91%, 0.075);--t525:hsla(350, 100%, 91%, 0.05);--t526:hsla(350, 100%, 91%, 0.025);--t527:hsla(350, 100%, 91%, 0.02);--t528:hsla(350, 100%, 91%, 0.01);--t529:hsla(355, 25%, 10%, 0.1);--t530:hsla(355, 25%, 10%, 0.075);--t531:hsla(355, 25%, 10%, 0.05);--t532:hsla(355, 25%, 10%, 0.025);--t533:hsla(355, 25%, 10%, 0.02);--t534:hsla(355, 25%, 10%, 0.01);--t535:hsla(0, 17%, 8%, 0.2);--t536:hsla(0, 17%, 8%, 0.4);--t537:hsla(0, 17%, 8%, 0.6);--t538:hsla(0, 17%, 8%, 0.8);--t539:hsla(173, 22%, 7%, 0);--t540:hsla(175, 24%, 9%, 0.2);--t541:hsla(175, 24%, 9%, 0.4);--t542:hsla(175, 24%, 9%, 0.6);--t543:hsla(175, 24%, 9%, 0.8);--t544:hsla(173, 24%, 7%, 1);--t545:hsla(175, 24%, 9%, 1);--t546:hsla(174, 55%, 11%, 1);--t547:hsla(176, 93%, 12%, 1);--t548:hsla(175, 80%, 16%, 1);--t549:hsla(174, 63%, 21%, 1);--t550:hsla(174, 58%, 26%, 1);--t551:hsla(173, 59%, 31%, 1);--t552:hsla(173, 80%, 36%, 1);--t553:hsla(172, 85%, 38%, 1);--t554:hsla(170, 90%, 45%, 1);--t555:hsla(163, 69%, 81%, 1);--t556:hsla(163, 69%, 81%, 0);--t557:hsla(163, 69%, 81%, 0.2);--t558:hsla(163, 69%, 81%, 0.4);--t559:hsla(163, 69%, 81%, 0.6);--t560:hsla(163, 69%, 81%, 0.8);--t561:hsla(163, 69%, 81%, 0.1);--t562:hsla(163, 69%, 81%, 0.075);--t563:hsla(163, 69%, 81%, 0.05);--t564:hsla(163, 69%, 81%, 0.025);--t565:hsla(163, 69%, 81%, 0.02);--t566:hsla(163, 69%, 81%, 0.01);--t567:hsla(175, 24%, 9%, 0.1);--t568:hsla(175, 24%, 9%, 0.075);--t569:hsla(175, 24%, 9%, 0.05);--t570:hsla(175, 24%, 9%, 0.025);--t571:hsla(175, 24%, 9%, 0.02);--t572:hsla(175, 24%, 9%, 0.01);--t573:hsla(173, 22%, 7%, 0.2);--t574:hsla(173, 22%, 7%, 0.4);--t575:hsla(173, 22%, 7%, 0.6);--t576:hsla(173, 22%, 7%, 0.8);--t577:hsla(47, 29%, 6%, 0);--t578:hsla(45, 29%, 8%, 0.2);--t579:hsla(45, 29%, 8%, 0.4);--t580:hsla(45, 29%, 8%, 0.6);--t581:hsla(45, 29%, 8%, 0.8);--t582:hsla(47, 29%, 6%, 1);--t583:hsla(45, 29%, 8%, 1);--t584:hsla(45, 80%, 10%, 1);--t585:hsla(48, 100%, 11%, 1);--t586:hsla(47, 100%, 13%, 1);--t587:hsla(48, 95%, 16%, 1);--t588:hsla(46, 63%, 25%, 1);--t589:hsla(45, 60%, 32%, 1);--t590:hsla(53, 100%, 58%, 1);--t591:hsla(60, 100%, 67%, 1);--t592:hsla(53, 90%, 62%, 1);--t593:hsla(53, 79%, 84%, 1);--t594:hsla(53, 78%, 84%, 0);--t595:hsla(53, 78%, 84%, 0.2);--t596:hsla(53, 78%, 84%, 0.4);--t597:hsla(53, 78%, 84%, 0.6);--t598:hsla(53, 78%, 84%, 0.8);--t599:hsla(53, 78%, 84%, 0.1);--t600:hsla(53, 78%, 84%, 0.075);--t601:hsla(53, 78%, 84%, 0.05);--t602:hsla(53, 78%, 84%, 0.025);--t603:hsla(53, 78%, 84%, 0.02);--t604:hsla(53, 78%, 84%, 0.01);--t605:hsla(45, 29%, 8%, 0.1);--t606:hsla(45, 29%, 8%, 0.075);--t607:hsla(45, 29%, 8%, 0.05);--t608:hsla(45, 29%, 8%, 0.025);--t609:hsla(45, 29%, 8%, 0.02);--t610:hsla(45, 29%, 8%, 0.01);--t611:hsla(47, 29%, 6%, 0.2);--t612:hsla(47, 29%, 6%, 0.4);--t613:hsla(47, 29%, 6%, 0.6);--t614:hsla(47, 29%, 6%, 0.8);--t615:var(--primary, #0a0a0a);--t616:var(--primary-foreground, #fafafa);--t617:var(--border, rgb(0 0 0 / .10));--t618:var(--foreground, #0a0a0a);--t619:#f7f7f7;--t620:var(--text-tertiary, rgb(10 10 10 / .55));--t621:rgba(0,0,0,0.04);--t622:rgba(0,0,0,0.08);--t623:rgba(0,0,0,0.12);--t624:rgba(0,0,0,0.22);--t625:rgba(0,0,0,0.44);--t626:rgba(0,0,0,0.75);--t627:rgba(255,255,255,0.05);--t628:rgba(255,255,255,0.15);--t629:rgba(255,255,255,0.55);--t630:rgba(255,255,255,0.7);--t631:#fcfcfc;--t632:#f9f9f9;--t633:#f0f0f0;--t634:#e8e8e8;--t635:#e0e0e0;--t636:#d9d9d9;--t637:#cecece;--t638:#bbbbbb;--t639:#8d8d8d;--t640:#838383;--t641:#646464;--t642:#202020;--t643:#fbfdff;--t644:#f4faff;--t645:#e6f4fe;--t646:#d5efff;--t647:#c2e5ff;--t648:#acd8fc;--t649:#8ec8f6;--t650:#5eb1ef;--t651:#0588f0;--t652:#0d74ce;--t653:#113264;--t654:#fffcfc;--t655:#fff7f7;--t656:#feebec;--t657:#ffdbdc;--t658:#ffcdce;--t659:#fdbdbe;--t660:#f4a9aa;--t661:#eb8e90;--t662:#dc3e42;--t663:#ce2c31;--t664:#641723;--t665:#fdfdf9;--t666:#fefce9;--t667:#fffab8;--t668:#fff394;--t669:#ffe770;--t670:#f3d768;--t671:#e4c767;--t672:#d5ae39;--t673:#ffdc00;--t674:#9e6c00;--t675:#473b1f;--t676:#fbfefc;--t677:#f4fbf6;--t678:#e6f6eb;--t679:#d6f1df;--t680:#c4e8d1;--t681:#adddc0;--t682:#8eceaa;--t683:#5bb98b;--t684:#2b9a66;--t685:#218358;--t686:#193b2d;--t687:#fefcfb;--t688:#fff7ed;--t689:#ffefd6;--t690:#ffdfb5;--t691:#ffd19a;--t692:#ffc182;--t693:#f5ae73;--t694:#ec9455;--t695:#ef5f00;--t696:#cc4e00;--t697:#582d1d;--t698:#fffcfe;--t699:#fef7fb;--t700:#fee9f5;--t701:#fbdcef;--t702:#f6cee7;--t703:#efbfdd;--t704:#e7acd0;--t705:#dd93c2;--t706:#cf3897;--t707:#c2298a;--t708:#651249;--t709:#fefcfe;--t710:#fbf7fe;--t711:#f7edfe;--t712:#f2e2fc;--t713:#ead5f9;--t714:#e0c4f4;--t715:#d1afec;--t716:#be93e4;--t717:#8347b9;--t718:#8145b5;--t719:#402060;--t720:#fafefd;--t721:#f3fbf9;--t722:#e0f8f3;--t723:#ccf3ea;--t724:#b8eae0;--t725:#a1ded2;--t726:#83cdc1;--t727:#53b9ab;--t728:#0d9b8a;--t729:#008573;--t730:#0d3d38;--t731:var(--ring, rgb(0 0 0 / .5));--t732:hsla(216, 100%, 99%, 0);--t733:hsla(207, 100%, 98%, 0.2);--t734:hsla(207, 100%, 98%, 0.4);--t735:hsla(207, 100%, 98%, 0.6);--t736:hsla(207, 100%, 98%, 0.8);--t737:hsla(210, 100%, 99%, 1);--t738:hsla(207, 100%, 98%, 1);--t739:hsla(205, 92%, 95%, 1);--t740:hsla(203, 100%, 92%, 1);--t741:hsla(206, 100%, 88%, 1);--t742:hsla(207, 93%, 83%, 1);--t743:hsla(207, 85%, 76%, 1);--t744:hsla(206, 82%, 65%, 1);--t745:hsla(207, 96%, 48%, 1);--t746:hsla(208, 88%, 43%, 1);--t747:hsla(216, 71%, 23%, 1);--t748:hsla(216, 71%, 23%, 0);--t749:hsla(216, 71%, 23%, 0.2);--t750:hsla(216, 71%, 23%, 0.4);--t751:hsla(216, 71%, 23%, 0.6);--t752:hsla(216, 71%, 23%, 0.8);--t753:hsla(216, 71%, 23%, 0.1);--t754:hsla(216, 71%, 23%, 0.075);--t755:hsla(216, 71%, 23%, 0.05);--t756:hsla(216, 71%, 23%, 0.025);--t757:hsla(216, 71%, 23%, 0.02);--t758:hsla(216, 71%, 23%, 0.01);--t759:hsla(207, 100%, 98%, 0.1);--t760:hsla(207, 100%, 98%, 0.075);--t761:hsla(207, 100%, 98%, 0.05);--t762:hsla(207, 100%, 98%, 0.025);--t763:hsla(207, 100%, 98%, 0.02);--t764:hsla(207, 100%, 98%, 0.01);--t765:hsla(216, 100%, 99%, 0.2);--t766:hsla(216, 100%, 99%, 0.4);--t767:hsla(216, 100%, 99%, 0.6);--t768:hsla(216, 100%, 99%, 0.8);--t769:hsla(0, 0%, 99%, 0);--t770:hsla(0, 0%, 98%, 0.2);--t771:hsla(0, 0%, 98%, 0.4);--t772:hsla(0, 0%, 98%, 0.6);--t773:hsla(0, 0%, 98%, 0.8);--t774:hsla(0, 0%, 99%, 1);--t775:hsla(0, 0%, 98%, 1);--t776:hsla(0, 0%, 94%, 1);--t777:hsla(0, 0%, 91%, 1);--t778:hsla(0, 0%, 88%, 1);--t779:hsla(0, 0%, 81%, 1);--t780:hsla(0, 0%, 73%, 1);--t781:hsla(0, 0%, 55%, 1);--t782:hsla(0, 0%, 51%, 1);--t783:hsla(0, 0%, 39%, 1);--t784:hsla(0, 0%, 13%, 0);--t785:hsla(0, 0%, 13%, 0.2);--t786:hsla(0, 0%, 13%, 0.4);--t787:hsla(0, 0%, 13%, 0.6);--t788:hsla(0, 0%, 13%, 0.8);--t789:hsla(0, 0%, 13%, 0.1);--t790:hsla(0, 0%, 13%, 0.075);--t791:hsla(0, 0%, 13%, 0.05);--t792:hsla(0, 0%, 13%, 0.025);--t793:hsla(0, 0%, 13%, 0.02);--t794:hsla(0, 0%, 13%, 0.01);--t795:hsla(0, 0%, 98%, 0.1);--t796:hsla(0, 0%, 98%, 0.075);--t797:hsla(0, 0%, 98%, 0.05);--t798:hsla(0, 0%, 98%, 0.025);--t799:hsla(0, 0%, 98%, 0.02);--t800:hsla(0, 0%, 98%, 0.01);--t801:hsla(0, 0%, 99%, 0.2);--t802:hsla(0, 0%, 99%, 0.4);--t803:hsla(0, 0%, 99%, 0.6);--t804:hsla(0, 0%, 99%, 0.8);--t805:hsla(140, 60%, 99%, 0);--t806:hsla(137, 47%, 97%, 0.2);--t807:hsla(137, 47%, 97%, 0.4);--t808:hsla(137, 47%, 97%, 0.6);--t809:hsla(137, 47%, 97%, 0.8);--t810:hsla(140, 60%, 99%, 1);--t811:hsla(137, 47%, 97%, 1);--t812:hsla(139, 47%, 93%, 1);--t813:hsla(140, 49%, 89%, 1);--t814:hsla(142, 44%, 84%, 1);--t815:hsla(144, 41%, 77%, 1);--t816:hsla(146, 40%, 68%, 1);--t817:hsla(151, 40%, 54%, 1);--t818:hsla(152, 56%, 39%, 1);--t819:hsla(154, 60%, 32%, 1);--t820:hsla(155, 40%, 16%, 1);--t821:hsla(156, 41%, 16%, 0);--t822:hsla(156, 41%, 16%, 0.2);--t823:hsla(156, 41%, 16%, 0.4);--t824:hsla(156, 41%, 16%, 0.6);--t825:hsla(156, 41%, 16%, 0.8);--t826:hsla(156, 41%, 16%, 0.1);--t827:hsla(156, 41%, 16%, 0.075);--t828:hsla(156, 41%, 16%, 0.05);--t829:hsla(156, 41%, 16%, 0.025);--t830:hsla(156, 41%, 16%, 0.02);--t831:hsla(156, 41%, 16%, 0.01);--t832:hsla(137, 47%, 97%, 0.1);--t833:hsla(137, 47%, 97%, 0.075);--t834:hsla(137, 47%, 97%, 0.05);--t835:hsla(137, 47%, 97%, 0.025);--t836:hsla(137, 47%, 97%, 0.02);--t837:hsla(137, 47%, 97%, 0.01);--t838:hsla(140, 60%, 99%, 0.2);--t839:hsla(140, 60%, 99%, 0.4);--t840:hsla(140, 60%, 99%, 0.6);--t841:hsla(140, 60%, 99%, 0.8);--t842:hsla(20, 60%, 99%, 0);--t843:hsla(33, 100%, 96%, 0.2);--t844:hsla(33, 100%, 96%, 0.4);--t845:hsla(33, 100%, 96%, 0.6);--t846:hsla(33, 100%, 96%, 0.8);--t847:hsla(20, 60%, 99%, 1);--t848:hsla(33, 100%, 96%, 1);--t849:hsla(37, 100%, 92%, 1);--t850:hsla(34, 100%, 85%, 1);--t851:hsla(33, 100%, 80%, 1);--t852:hsla(30, 100%, 75%, 1);--t853:hsla(27, 87%, 71%, 1);--t854:hsla(25, 80%, 63%, 1);--t855:hsla(24, 100%, 47%, 1);--t856:hsla(23, 100%, 40%, 1);--t857:hsla(16, 50%, 23%, 1);--t858:hsla(16, 50%, 23%, 0);--t859:hsla(16, 50%, 23%, 0.2);--t860:hsla(16, 50%, 23%, 0.4);--t861:hsla(16, 50%, 23%, 0.6);--t862:hsla(16, 50%, 23%, 0.8);--t863:hsla(16, 50%, 23%, 0.1);--t864:hsla(16, 50%, 23%, 0.075);--t865:hsla(16, 50%, 23%, 0.05);--t866:hsla(16, 50%, 23%, 0.025);--t867:hsla(16, 50%, 23%, 0.02);--t868:hsla(16, 50%, 23%, 0.01);--t869:hsla(33, 100%, 96%, 0.1);--t870:hsla(33, 100%, 96%, 0.075);--t871:hsla(33, 100%, 96%, 0.05);--t872:hsla(33, 100%, 96%, 0.025);--t873:hsla(33, 100%, 96%, 0.02);--t874:hsla(33, 100%, 96%, 0.01);--t875:hsla(20, 60%, 99%, 0.2);--t876:hsla(20, 60%, 99%, 0.4);--t877:hsla(20, 60%, 99%, 0.6);--t878:hsla(20, 60%, 99%, 0.8);--t879:hsla(324, 100%, 99%, 0);--t880:hsla(326, 78%, 98%, 0.2);--t881:hsla(326, 78%, 98%, 0.4);--t882:hsla(326, 78%, 98%, 0.6);--t883:hsla(326, 78%, 98%, 0.8);--t884:hsla(320, 100%, 99%, 1);--t885:hsla(326, 78%, 98%, 1);--t886:hsla(326, 91%, 95%, 1);--t887:hsla(323, 79%, 92%, 1);--t888:hsla(323, 69%, 89%, 1);--t889:hsla(323, 60%, 84%, 1);--t890:hsla(323, 55%, 79%, 1);--t891:hsla(322, 52%, 72%, 1);--t892:hsla(322, 61%, 52%, 1);--t893:hsla(322, 65%, 46%, 1);--t894:hsla(320, 70%, 23%, 1);--t895:hsla(320, 69%, 23%, 0);--t896:hsla(320, 69%, 23%, 0.2);--t897:hsla(320, 69%, 23%, 0.4);--t898:hsla(320, 69%, 23%, 0.6);--t899:hsla(320, 69%, 23%, 0.8);--t900:hsla(320, 69%, 23%, 0.1);--t901:hsla(320, 69%, 23%, 0.075);--t902:hsla(320, 69%, 23%, 0.05);--t903:hsla(320, 69%, 23%, 0.025);--t904:hsla(320, 69%, 23%, 0.02);--t905:hsla(320, 69%, 23%, 0.01);--t906:hsla(326, 78%, 98%, 0.1);--t907:hsla(326, 78%, 98%, 0.075);--t908:hsla(326, 78%, 98%, 0.05);--t909:hsla(326, 78%, 98%, 0.025);--t910:hsla(326, 78%, 98%, 0.02);--t911:hsla(326, 78%, 98%, 0.01);--t912:hsla(324, 100%, 99%, 0.2);--t913:hsla(324, 100%, 99%, 0.4);--t914:hsla(324, 100%, 99%, 0.6);--t915:hsla(324, 100%, 99%, 0.8);--t916:hsla(300, 60%, 99%, 0);--t917:hsla(274, 78%, 98%, 0.2);--t918:hsla(274, 78%, 98%, 0.4);--t919:hsla(274, 78%, 98%, 0.6);--t920:hsla(274, 78%, 98%, 0.8);--t921:hsla(300, 50%, 99%, 1);--t922:hsla(274, 78%, 98%, 1);--t923:hsla(275, 89%, 96%, 1);--t924:hsla(277, 81%, 94%, 1);--t925:hsla(275, 75%, 91%, 1);--t926:hsla(275, 69%, 86%, 1);--t927:hsla(273, 62%, 81%, 1);--t928:hsla(272, 60%, 74%, 1);--t929:hsla(272, 45%, 50%, 1);--t930:hsla(272, 45%, 49%, 1);--t931:hsla(270, 50%, 25%, 1);--t932:hsla(270, 50%, 25%, 0);--t933:hsla(270, 50%, 25%, 0.2);--t934:hsla(270, 50%, 25%, 0.4);--t935:hsla(270, 50%, 25%, 0.6);--t936:hsla(270, 50%, 25%, 0.8);--t937:hsla(270, 50%, 25%, 0.1);--t938:hsla(270, 50%, 25%, 0.075);--t939:hsla(270, 50%, 25%, 0.05);--t940:hsla(270, 50%, 25%, 0.025);--t941:hsla(270, 50%, 25%, 0.02);--t942:hsla(270, 50%, 25%, 0.01);--t943:hsla(274, 78%, 98%, 0.1);--t944:hsla(274, 78%, 98%, 0.075);--t945:hsla(274, 78%, 98%, 0.05);--t946:hsla(274, 78%, 98%, 0.025);--t947:hsla(274, 78%, 98%, 0.02);--t948:hsla(274, 78%, 98%, 0.01);--t949:hsla(300, 60%, 99%, 0.2);--t950:hsla(300, 60%, 99%, 0.4);--t951:hsla(300, 60%, 99%, 0.6);--t952:hsla(300, 60%, 99%, 0.8);--t953:hsla(0, 100%, 99%, 0);--t954:hsla(0, 100%, 98%, 0.2);--t955:hsla(0, 100%, 98%, 0.4);--t956:hsla(0, 100%, 98%, 0.6);--t957:hsla(0, 100%, 98%, 0.8);--t958:hsla(0, 100%, 99%, 1);--t959:hsla(0, 100%, 98%, 1);--t960:hsla(357, 90%, 96%, 1);--t961:hsla(358, 100%, 93%, 1);--t962:hsla(359, 100%, 90%, 1);--t963:hsla(359, 94%, 87%, 1);--t964:hsla(359, 77%, 81%, 1);--t965:hsla(359, 70%, 74%, 1);--t966:hsla(358, 69%, 55%, 1);--t967:hsla(358, 65%, 49%, 1);--t968:hsla(351, 63%, 24%, 1);--t969:hsla(351, 63%, 24%, 0);--t970:hsla(351, 63%, 24%, 0.2);--t971:hsla(351, 63%, 24%, 0.4);--t972:hsla(351, 63%, 24%, 0.6);--t973:hsla(351, 63%, 24%, 0.8);--t974:hsla(351, 63%, 24%, 0.1);--t975:hsla(351, 63%, 24%, 0.075);--t976:hsla(351, 63%, 24%, 0.05);--t977:hsla(351, 63%, 24%, 0.025);--t978:hsla(351, 63%, 24%, 0.02);--t979:hsla(351, 63%, 24%, 0.01);--t980:hsla(0, 100%, 98%, 0.1);--t981:hsla(0, 100%, 98%, 0.075);--t982:hsla(0, 100%, 98%, 0.05);--t983:hsla(0, 100%, 98%, 0.025);--t984:hsla(0, 100%, 98%, 0.02);--t985:hsla(0, 100%, 98%, 0.01);--t986:hsla(0, 100%, 99%, 0.2);--t987:hsla(0, 100%, 99%, 0.4);--t988:hsla(0, 100%, 99%, 0.6);--t989:hsla(0, 100%, 99%, 0.8);--t990:hsla(160, 60%, 99%, 0);--t991:hsla(165, 50%, 97%, 0.2);--t992:hsla(165, 50%, 97%, 0.4);--t993:hsla(165, 50%, 97%, 0.6);--t994:hsla(165, 50%, 97%, 0.8);--t995:hsla(165, 67%, 99%, 1);--t996:hsla(165, 50%, 97%, 1);--t997:hsla(167, 63%, 93%, 1);--t998:hsla(166, 62%, 88%, 1);--t999:hsla(168, 54%, 82%, 1);--t1000:hsla(168, 48%, 75%, 1);--t1001:hsla(170, 43%, 66%, 1);--t1002:hsla(172, 42%, 53%, 1);--t1003:hsla(173, 85%, 33%, 1);--t1004:hsla(172, 100%, 26%, 1);--t1005:hsla(174, 65%, 15%, 1);--t1006:hsla(174, 66%, 15%, 0);--t1007:hsla(174, 66%, 15%, 0.2);--t1008:hsla(174, 66%, 15%, 0.4);--t1009:hsla(174, 66%, 15%, 0.6);--t1010:hsla(174, 66%, 15%, 0.8);--t1011:hsla(174, 66%, 15%, 0.1);--t1012:hsla(174, 66%, 15%, 0.075);--t1013:hsla(174, 66%, 15%, 0.05);--t1014:hsla(174, 66%, 15%, 0.025);--t1015:hsla(174, 66%, 15%, 0.02);--t1016:hsla(174, 66%, 15%, 0.01);--t1017:hsla(165, 50%, 97%, 0.1);--t1018:hsla(165, 50%, 97%, 0.075);--t1019:hsla(165, 50%, 97%, 0.05);--t1020:hsla(165, 50%, 97%, 0.025);--t1021:hsla(165, 50%, 97%, 0.02);--t1022:hsla(165, 50%, 97%, 0.01);--t1023:hsla(160, 60%, 99%, 0.2);--t1024:hsla(160, 60%, 99%, 0.4);--t1025:hsla(160, 60%, 99%, 0.6);--t1026:hsla(160, 60%, 99%, 0.8);--t1027:hsla(60, 45%, 98%, 0);--t1028:hsla(54, 91%, 95%, 0.2);--t1029:hsla(54, 91%, 95%, 0.4);--t1030:hsla(54, 91%, 95%, 0.6);--t1031:hsla(54, 91%, 95%, 0.8);--t1032:hsla(60, 50%, 98%, 1);--t1033:hsla(54, 91%, 95%, 1);--t1034:hsla(56, 100%, 86%, 1);--t1035:hsla(53, 100%, 79%, 1);--t1036:hsla(50, 100%, 72%, 1);--t1037:hsla(48, 85%, 68%, 1);--t1038:hsla(46, 70%, 65%, 1);--t1039:hsla(45, 65%, 53%, 1);--t1040:hsla(52, 100%, 50%, 1);--t1041:hsla(41, 100%, 31%, 1);--t1042:hsla(42, 39%, 20%, 1);--t1043:hsla(42, 39%, 20%, 0);--t1044:hsla(42, 39%, 20%, 0.2);--t1045:hsla(42, 39%, 20%, 0.4);--t1046:hsla(42, 39%, 20%, 0.6);--t1047:hsla(42, 39%, 20%, 0.8);--t1048:hsla(42, 39%, 20%, 0.1);--t1049:hsla(42, 39%, 20%, 0.075);--t1050:hsla(42, 39%, 20%, 0.05);--t1051:hsla(42, 39%, 20%, 0.025);--t1052:hsla(42, 39%, 20%, 0.02);--t1053:hsla(42, 39%, 20%, 0.01);--t1054:hsla(54, 91%, 95%, 0.1);--t1055:hsla(54, 91%, 95%, 0.075);--t1056:hsla(54, 91%, 95%, 0.05);--t1057:hsla(54, 91%, 95%, 0.025);--t1058:hsla(54, 91%, 95%, 0.02);--t1059:hsla(54, 91%, 95%, 0.01);--t1060:hsla(60, 45%, 98%, 0.2);--t1061:hsla(60, 45%, 98%, 0.4);--t1062:hsla(60, 45%, 98%, 0.6);--t1063:hsla(60, 45%, 98%, 0.8)}
|
|
1863
1863
|
:root { --c-radius-0:0px; --c-radius-1:6px; --c-radius-10:9999px; --c-radius-11:9999px; --c-radius-12:9999px; --c-radius-2:6px; --c-radius-3:8px; --c-radius-4:8px; --c-radius-5:12px; --c-radius-6:12px; --c-radius-7:12px; --c-radius-8:12px; --c-radius-9:12px; --c-radius-true:8px; --c-size-0:0px; --c-size-0--25:2px; --c-size-0--5:4px; --c-size-0--75:8px; --c-size-1:20px; --c-size-1--5:24px; --c-size-10:104px; --c-size-11:124px; --c-size-12:144px; --c-size-13:164px; --c-size-14:184px; --c-size-15:204px; --c-size-16:224px; --c-size-17:224px; --c-size-18:244px; --c-size-19:264px; --c-size-2:28px; --c-size-2--5:32px; --c-size-20:284px; --c-size-3:36px; --c-size-3--5:40px; --c-size-4:44px; --c-size-4--5:48px; --c-size-5:52px; --c-size-6:64px; --c-size-7:74px; --c-size-8:84px; --c-size-9:94px; --c-size-true:44px; --c-space--0:0px; --c-space--0--25:calc(-1px * var(--density, 1)); --c-space--0--5:calc(-2px * var(--density, 1)); --c-space--0--75:calc(-3px * var(--density, 1)); --c-space--1:calc(-4px * var(--density, 1)); --c-space--1--5:calc(-6px * var(--density, 1)); --c-space--10:calc(-64px * var(--density, 1)); --c-space--11:calc(-80px * var(--density, 1)); --c-space--12:calc(-96px * var(--density, 1)); --c-space--13:calc(-112px * var(--density, 1)); --c-space--14:calc(-128px * var(--density, 1)); --c-space--15:calc(-144px * var(--density, 1)); --c-space--16:calc(-160px * var(--density, 1)); --c-space--17:calc(-160px * var(--density, 1)); --c-space--18:calc(-176px * var(--density, 1)); --c-space--19:calc(-192px * var(--density, 1)); --c-space--2:calc(-8px * var(--density, 1)); --c-space--2--5:calc(-10px * var(--density, 1)); --c-space--20:calc(-208px * var(--density, 1)); --c-space--3:calc(-12px * var(--density, 1)); --c-space--3--5:calc(-14px * var(--density, 1)); --c-space--4:calc(-16px * var(--density, 1)); --c-space--4--5:calc(-20px * var(--density, 1)); --c-space--5:calc(-24px * var(--density, 1)); --c-space--6:calc(-32px * var(--density, 1)); --c-space--7:calc(-40px * var(--density, 1)); --c-space--8:calc(-48px * var(--density, 1)); --c-space--9:calc(-56px * var(--density, 1)); --c-space--true:calc(-16px * var(--density, 1)); --c-space-0:0px; --c-space-0--25:calc(1px * var(--density, 1)); --c-space-0--5:calc(2px * var(--density, 1)); --c-space-0--75:calc(3px * var(--density, 1)); --c-space-1:calc(4px * var(--density, 1)); --c-space-1--5:calc(6px * var(--density, 1)); --c-space-10:calc(64px * var(--density, 1)); --c-space-11:calc(80px * var(--density, 1)); --c-space-12:calc(96px * var(--density, 1)); --c-space-13:calc(112px * var(--density, 1)); --c-space-14:calc(128px * var(--density, 1)); --c-space-15:calc(144px * var(--density, 1)); --c-space-16:calc(160px * var(--density, 1)); --c-space-17:calc(160px * var(--density, 1)); --c-space-18:calc(176px * var(--density, 1)); --c-space-19:calc(192px * var(--density, 1)); --c-space-2:calc(8px * var(--density, 1)); --c-space-2--5:calc(10px * var(--density, 1)); --c-space-20:calc(208px * var(--density, 1)); --c-space-3:calc(12px * var(--density, 1)); --c-space-3--5:calc(14px * var(--density, 1)); --c-space-4:calc(16px * var(--density, 1)); --c-space-4--5:calc(20px * var(--density, 1)); --c-space-5:calc(24px * var(--density, 1)); --c-space-6:calc(32px * var(--density, 1)); --c-space-7:calc(40px * var(--density, 1)); --c-space-8:calc(48px * var(--density, 1)); --c-space-9:calc(56px * var(--density, 1)); --c-space-true:calc(16px * var(--density, 1)); --c-zIndex-0:0; --c-zIndex-1:100; --c-zIndex-2:200; --c-zIndex-3:300; --c-zIndex-4:400; --c-zIndex-5:500
|
|
1864
1864
|
}
|
|
1865
|
-
:root .font_body, :root .t_lang-body-default .font_body { --f-family:var(--font-sans, 'Geist', system-ui, -apple-system, sans-serif); --f-lineHeight-1:calc(16px * var(--type-scale, 1)); --f-lineHeight-2:calc(18px * var(--type-scale, 1)); --f-lineHeight-3:calc(20px * var(--type-scale, 1)); --f-lineHeight-4:calc(22px * var(--type-scale, 1)); --f-lineHeight-5:calc(22px * var(--type-scale, 1)); --f-lineHeight-6:calc(24px * var(--type-scale, 1)); --f-lineHeight-7:calc(28px * var(--type-scale, 1)); --f-lineHeight-8:calc(32px * var(--type-scale, 1)); --f-lineHeight-9:calc(32px * var(--type-scale, 1)); --f-lineHeight-10:calc(38px * var(--type-scale, 1)); --f-lineHeight-11:calc(46px * var(--type-scale, 1)); --f-lineHeight-12:calc(54px * var(--type-scale, 1)); --f-lineHeight-13:calc(62px * var(--type-scale, 1)); --f-lineHeight-14:calc(70px * var(--type-scale, 1)); --f-lineHeight-15:calc(86px * var(--type-scale, 1)); --f-lineHeight-16:calc(102px * var(--type-scale, 1)); --f-lineHeight-true:calc(20px * var(--type-scale, 1)); --f-weight-1:400; --f-weight-2:400; --f-weight-3:400; --f-weight-4:400; --f-weight-5:400; --f-weight-6:400; --f-weight-7:400; --f-weight-8:400; --f-weight-9:400; --f-weight-10:400; --f-weight-11:400; --f-weight-12:400; --f-weight-13:400; --f-weight-14:400; --f-weight-15:400; --f-weight-16:400; --f-weight-true:400; --f-letterSpacing-1:0px; --f-letterSpacing-2:0px; --f-letterSpacing-3:0px; --f-letterSpacing-4:0px; --f-letterSpacing-5:0px; --f-letterSpacing-6:0px; --f-letterSpacing-7:0px; --f-letterSpacing-8:0px; --f-letterSpacing-9:0px; --f-letterSpacing-10:0px; --f-letterSpacing-11:0px; --f-letterSpacing-12:0px; --f-letterSpacing-13:0px; --f-letterSpacing-14:0px; --f-letterSpacing-15:0px; --f-letterSpacing-16:0px; --f-letterSpacing-true:0px; --f-size-1:var(--text-xs, 11px); --f-size-2:var(--text-sm, 13px); --f-size-3:var(--text-base, 14px); --f-size-4:var(--text-lg, 15px); --f-size-5:var(--text-lg, 15px); --f-size-6:var(--text-xl, 17px); --f-size-7:var(--text-2xl, 21px); --f-size-8:var(--text-3xl, 26px); --f-size-9:var(--text-3xl, 26px); --f-size-10:var(--text-4xl, 32px); --f-size-11:var(--text-5xl, 40px); --f-size-12:calc(
|
|
1865
|
+
:root .font_body, :root .t_lang-body-default .font_body { --f-family:var(--font-sans, 'Geist', system-ui, -apple-system, sans-serif); --f-lineHeight-1:calc(16px * var(--type-scale, 1)); --f-lineHeight-2:calc(18px * var(--type-scale, 1)); --f-lineHeight-3:calc(20px * var(--type-scale, 1)); --f-lineHeight-4:calc(22px * var(--type-scale, 1)); --f-lineHeight-5:calc(22px * var(--type-scale, 1)); --f-lineHeight-6:calc(24px * var(--type-scale, 1)); --f-lineHeight-7:calc(28px * var(--type-scale, 1)); --f-lineHeight-8:calc(32px * var(--type-scale, 1)); --f-lineHeight-9:calc(32px * var(--type-scale, 1)); --f-lineHeight-10:calc(38px * var(--type-scale, 1)); --f-lineHeight-11:calc(46px * var(--type-scale, 1)); --f-lineHeight-12:calc(54px * var(--type-scale, 1)); --f-lineHeight-13:calc(62px * var(--type-scale, 1)); --f-lineHeight-14:calc(70px * var(--type-scale, 1)); --f-lineHeight-15:calc(86px * var(--type-scale, 1)); --f-lineHeight-16:calc(102px * var(--type-scale, 1)); --f-lineHeight-true:calc(20px * var(--type-scale, 1)); --f-weight-1:400; --f-weight-2:400; --f-weight-3:400; --f-weight-4:400; --f-weight-5:400; --f-weight-6:400; --f-weight-7:400; --f-weight-8:400; --f-weight-9:400; --f-weight-10:400; --f-weight-11:400; --f-weight-12:400; --f-weight-13:400; --f-weight-14:400; --f-weight-15:400; --f-weight-16:400; --f-weight-true:400; --f-letterSpacing-1:0px; --f-letterSpacing-2:0px; --f-letterSpacing-3:0px; --f-letterSpacing-4:0px; --f-letterSpacing-5:0px; --f-letterSpacing-6:0px; --f-letterSpacing-7:0px; --f-letterSpacing-8:0px; --f-letterSpacing-9:0px; --f-letterSpacing-10:0px; --f-letterSpacing-11:0px; --f-letterSpacing-12:0px; --f-letterSpacing-13:0px; --f-letterSpacing-14:0px; --f-letterSpacing-15:0px; --f-letterSpacing-16:0px; --f-letterSpacing-true:0px; --f-size-1:var(--text-xs, 11px); --f-size-2:var(--text-sm, 13px); --f-size-3:var(--text-base, 14px); --f-size-4:var(--text-lg, 15px); --f-size-5:var(--text-lg, 15px); --f-size-6:var(--text-xl, 17px); --f-size-7:var(--text-2xl, 21px); --f-size-8:var(--text-3xl, 26px); --f-size-9:var(--text-3xl, 26px); --f-size-10:var(--text-4xl, 32px); --f-size-11:var(--text-5xl, 40px); --f-size-12:calc(var(--text-5xl, 40px) + (var(--text-7xl, 64px) - var(--text-5xl, 40px)) / 3); --f-size-13:calc(var(--text-5xl, 40px) + 2 * (var(--text-7xl, 64px) - var(--text-5xl, 40px)) / 3); --f-size-14:var(--text-7xl, 64px); --f-size-15:calc(var(--text-7xl, 64px) + 4 * (var(--text-8xl, 84px) - var(--text-7xl, 64px)) / 5); --f-size-16:calc(var(--text-8xl, 84px) + 3 * (var(--text-9xl, 112px) - var(--text-8xl, 84px)) / 7); --f-size-true:var(--text-base, 14px)
|
|
1866
1866
|
}
|
|
1867
|
-
:root .font_heading, :root .t_lang-heading-default .font_heading { --f-family:var(--font-sans, 'Geist', system-ui, -apple-system, sans-serif); --f-lineHeight-1:calc(16px * var(--type-scale, 1)); --f-lineHeight-2:calc(18px * var(--type-scale, 1)); --f-lineHeight-3:calc(20px * var(--type-scale, 1)); --f-lineHeight-4:calc(22px * var(--type-scale, 1)); --f-lineHeight-5:calc(22px * var(--type-scale, 1)); --f-lineHeight-6:calc(24px * var(--type-scale, 1)); --f-lineHeight-7:calc(28px * var(--type-scale, 1)); --f-lineHeight-8:calc(32px * var(--type-scale, 1)); --f-lineHeight-9:calc(32px * var(--type-scale, 1)); --f-lineHeight-10:calc(38px * var(--type-scale, 1)); --f-lineHeight-11:calc(46px * var(--type-scale, 1)); --f-lineHeight-12:calc(54px * var(--type-scale, 1)); --f-lineHeight-13:calc(62px * var(--type-scale, 1)); --f-lineHeight-14:calc(70px * var(--type-scale, 1)); --f-lineHeight-15:calc(86px * var(--type-scale, 1)); --f-lineHeight-16:calc(102px * var(--type-scale, 1)); --f-lineHeight-true:calc(20px * var(--type-scale, 1)); --f-weight-0:600; --f-weight-1:600; --f-weight-2:600; --f-weight-3:600; --f-weight-4:600; --f-weight-5:600; --f-weight-6:700; --f-weight-7:700; --f-weight-8:700; --f-weight-9:800; --f-weight-10:800; --f-weight-11:800; --f-weight-12:800; --f-weight-13:800; --f-weight-14:800; --f-weight-15:800; --f-weight-16:800; --f-weight-true:800; --f-letterSpacing-1:0px; --f-letterSpacing-2:0px; --f-letterSpacing-3:0px; --f-letterSpacing-4:0px; --f-letterSpacing-5:0px; --f-letterSpacing-6:0px; --f-letterSpacing-7:0px; --f-letterSpacing-8:0px; --f-letterSpacing-9:0px; --f-letterSpacing-10:0px; --f-letterSpacing-11:0px; --f-letterSpacing-12:0px; --f-letterSpacing-13:0px; --f-letterSpacing-14:0px; --f-letterSpacing-15:0px; --f-letterSpacing-16:0px; --f-letterSpacing-true:0px; --f-size-1:var(--text-xs, 11px); --f-size-2:var(--text-sm, 13px); --f-size-3:var(--text-base, 14px); --f-size-4:var(--text-lg, 15px); --f-size-5:var(--text-lg, 15px); --f-size-6:var(--text-xl, 17px); --f-size-7:var(--text-2xl, 21px); --f-size-8:var(--text-3xl, 26px); --f-size-9:var(--text-3xl, 26px); --f-size-10:var(--text-4xl, 32px); --f-size-11:var(--text-5xl, 40px); --f-size-12:calc(
|
|
1867
|
+
:root .font_heading, :root .t_lang-heading-default .font_heading { --f-family:var(--font-sans, 'Geist', system-ui, -apple-system, sans-serif); --f-lineHeight-1:calc(16px * var(--type-scale, 1)); --f-lineHeight-2:calc(18px * var(--type-scale, 1)); --f-lineHeight-3:calc(20px * var(--type-scale, 1)); --f-lineHeight-4:calc(22px * var(--type-scale, 1)); --f-lineHeight-5:calc(22px * var(--type-scale, 1)); --f-lineHeight-6:calc(24px * var(--type-scale, 1)); --f-lineHeight-7:calc(28px * var(--type-scale, 1)); --f-lineHeight-8:calc(32px * var(--type-scale, 1)); --f-lineHeight-9:calc(32px * var(--type-scale, 1)); --f-lineHeight-10:calc(38px * var(--type-scale, 1)); --f-lineHeight-11:calc(46px * var(--type-scale, 1)); --f-lineHeight-12:calc(54px * var(--type-scale, 1)); --f-lineHeight-13:calc(62px * var(--type-scale, 1)); --f-lineHeight-14:calc(70px * var(--type-scale, 1)); --f-lineHeight-15:calc(86px * var(--type-scale, 1)); --f-lineHeight-16:calc(102px * var(--type-scale, 1)); --f-lineHeight-true:calc(20px * var(--type-scale, 1)); --f-weight-0:600; --f-weight-1:600; --f-weight-2:600; --f-weight-3:600; --f-weight-4:600; --f-weight-5:600; --f-weight-6:700; --f-weight-7:700; --f-weight-8:700; --f-weight-9:800; --f-weight-10:800; --f-weight-11:800; --f-weight-12:800; --f-weight-13:800; --f-weight-14:800; --f-weight-15:800; --f-weight-16:800; --f-weight-true:800; --f-letterSpacing-1:0px; --f-letterSpacing-2:0px; --f-letterSpacing-3:0px; --f-letterSpacing-4:0px; --f-letterSpacing-5:0px; --f-letterSpacing-6:0px; --f-letterSpacing-7:0px; --f-letterSpacing-8:0px; --f-letterSpacing-9:0px; --f-letterSpacing-10:0px; --f-letterSpacing-11:0px; --f-letterSpacing-12:0px; --f-letterSpacing-13:0px; --f-letterSpacing-14:0px; --f-letterSpacing-15:0px; --f-letterSpacing-16:0px; --f-letterSpacing-true:0px; --f-size-1:var(--text-xs, 11px); --f-size-2:var(--text-sm, 13px); --f-size-3:var(--text-base, 14px); --f-size-4:var(--text-lg, 15px); --f-size-5:var(--text-lg, 15px); --f-size-6:var(--text-xl, 17px); --f-size-7:var(--text-2xl, 21px); --f-size-8:var(--text-3xl, 26px); --f-size-9:var(--text-3xl, 26px); --f-size-10:var(--text-4xl, 32px); --f-size-11:var(--text-5xl, 40px); --f-size-12:calc(var(--text-5xl, 40px) + (var(--text-7xl, 64px) - var(--text-5xl, 40px)) / 3); --f-size-13:calc(var(--text-5xl, 40px) + 2 * (var(--text-7xl, 64px) - var(--text-5xl, 40px)) / 3); --f-size-14:var(--text-7xl, 64px); --f-size-15:calc(var(--text-7xl, 64px) + 4 * (var(--text-8xl, 84px) - var(--text-7xl, 64px)) / 5); --f-size-16:calc(var(--text-8xl, 84px) + 3 * (var(--text-9xl, 112px) - var(--text-8xl, 84px)) / 7); --f-size-true:var(--text-base, 14px)
|
|
1868
1868
|
}
|
|
1869
|
-
:root .font_mono, :root .t_lang-mono-default .font_mono { --f-family:var(--font-mono, 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace); --f-lineHeight-1:calc(16px * var(--type-scale, 1)); --f-lineHeight-2:calc(18px * var(--type-scale, 1)); --f-lineHeight-3:calc(20px * var(--type-scale, 1)); --f-lineHeight-4:calc(22px * var(--type-scale, 1)); --f-lineHeight-5:calc(22px * var(--type-scale, 1)); --f-lineHeight-6:calc(24px * var(--type-scale, 1)); --f-lineHeight-7:calc(28px * var(--type-scale, 1)); --f-lineHeight-8:calc(32px * var(--type-scale, 1)); --f-lineHeight-9:calc(32px * var(--type-scale, 1)); --f-lineHeight-10:calc(38px * var(--type-scale, 1)); --f-lineHeight-11:calc(46px * var(--type-scale, 1)); --f-lineHeight-12:calc(54px * var(--type-scale, 1)); --f-lineHeight-13:calc(62px * var(--type-scale, 1)); --f-lineHeight-14:calc(70px * var(--type-scale, 1)); --f-lineHeight-15:calc(86px * var(--type-scale, 1)); --f-lineHeight-16:calc(102px * var(--type-scale, 1)); --f-lineHeight-true:calc(20px * var(--type-scale, 1)); --f-weight-1:400; --f-weight-2:400; --f-weight-3:400; --f-weight-4:400; --f-weight-5:400; --f-weight-6:400; --f-weight-7:400; --f-weight-8:400; --f-weight-9:400; --f-weight-10:400; --f-weight-11:400; --f-weight-12:400; --f-weight-13:400; --f-weight-14:400; --f-weight-15:400; --f-weight-16:400; --f-weight-true:400; --f-letterSpacing-1:0px; --f-letterSpacing-2:0px; --f-letterSpacing-3:0px; --f-letterSpacing-4:0px; --f-letterSpacing-5:0px; --f-letterSpacing-6:0px; --f-letterSpacing-7:0px; --f-letterSpacing-8:0px; --f-letterSpacing-9:0px; --f-letterSpacing-10:0px; --f-letterSpacing-11:0px; --f-letterSpacing-12:0px; --f-letterSpacing-13:0px; --f-letterSpacing-14:0px; --f-letterSpacing-15:0px; --f-letterSpacing-16:0px; --f-letterSpacing-true:0px; --f-size-1:var(--text-xs, 11px); --f-size-2:var(--text-sm, 13px); --f-size-3:var(--text-base, 14px); --f-size-4:var(--text-lg, 15px); --f-size-5:var(--text-lg, 15px); --f-size-6:var(--text-xl, 17px); --f-size-7:var(--text-2xl, 21px); --f-size-8:var(--text-3xl, 26px); --f-size-9:var(--text-3xl, 26px); --f-size-10:var(--text-4xl, 32px); --f-size-11:var(--text-5xl, 40px); --f-size-12:calc(
|
|
1869
|
+
:root .font_mono, :root .t_lang-mono-default .font_mono { --f-family:var(--font-mono, 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace); --f-lineHeight-1:calc(16px * var(--type-scale, 1)); --f-lineHeight-2:calc(18px * var(--type-scale, 1)); --f-lineHeight-3:calc(20px * var(--type-scale, 1)); --f-lineHeight-4:calc(22px * var(--type-scale, 1)); --f-lineHeight-5:calc(22px * var(--type-scale, 1)); --f-lineHeight-6:calc(24px * var(--type-scale, 1)); --f-lineHeight-7:calc(28px * var(--type-scale, 1)); --f-lineHeight-8:calc(32px * var(--type-scale, 1)); --f-lineHeight-9:calc(32px * var(--type-scale, 1)); --f-lineHeight-10:calc(38px * var(--type-scale, 1)); --f-lineHeight-11:calc(46px * var(--type-scale, 1)); --f-lineHeight-12:calc(54px * var(--type-scale, 1)); --f-lineHeight-13:calc(62px * var(--type-scale, 1)); --f-lineHeight-14:calc(70px * var(--type-scale, 1)); --f-lineHeight-15:calc(86px * var(--type-scale, 1)); --f-lineHeight-16:calc(102px * var(--type-scale, 1)); --f-lineHeight-true:calc(20px * var(--type-scale, 1)); --f-weight-1:400; --f-weight-2:400; --f-weight-3:400; --f-weight-4:400; --f-weight-5:400; --f-weight-6:400; --f-weight-7:400; --f-weight-8:400; --f-weight-9:400; --f-weight-10:400; --f-weight-11:400; --f-weight-12:400; --f-weight-13:400; --f-weight-14:400; --f-weight-15:400; --f-weight-16:400; --f-weight-true:400; --f-letterSpacing-1:0px; --f-letterSpacing-2:0px; --f-letterSpacing-3:0px; --f-letterSpacing-4:0px; --f-letterSpacing-5:0px; --f-letterSpacing-6:0px; --f-letterSpacing-7:0px; --f-letterSpacing-8:0px; --f-letterSpacing-9:0px; --f-letterSpacing-10:0px; --f-letterSpacing-11:0px; --f-letterSpacing-12:0px; --f-letterSpacing-13:0px; --f-letterSpacing-14:0px; --f-letterSpacing-15:0px; --f-letterSpacing-16:0px; --f-letterSpacing-true:0px; --f-size-1:var(--text-xs, 11px); --f-size-2:var(--text-sm, 13px); --f-size-3:var(--text-base, 14px); --f-size-4:var(--text-lg, 15px); --f-size-5:var(--text-lg, 15px); --f-size-6:var(--text-xl, 17px); --f-size-7:var(--text-2xl, 21px); --f-size-8:var(--text-3xl, 26px); --f-size-9:var(--text-3xl, 26px); --f-size-10:var(--text-4xl, 32px); --f-size-11:var(--text-5xl, 40px); --f-size-12:calc(var(--text-5xl, 40px) + (var(--text-7xl, 64px) - var(--text-5xl, 40px)) / 3); --f-size-13:calc(var(--text-5xl, 40px) + 2 * (var(--text-7xl, 64px) - var(--text-5xl, 40px)) / 3); --f-size-14:var(--text-7xl, 64px); --f-size-15:calc(var(--text-7xl, 64px) + 4 * (var(--text-8xl, 84px) - var(--text-7xl, 64px)) / 5); --f-size-16:calc(var(--text-8xl, 84px) + 3 * (var(--text-9xl, 112px) - var(--text-8xl, 84px)) / 7); --f-size-true:var(--text-base, 14px)
|
|
1870
1870
|
}
|
|
1871
1871
|
.font_body, .font_heading, .font_mono, .is_View {font-family: var(--f-family); letter-spacing: var(--f-letterSpacing-true); line-height: var(--f-lineHeight-true); font-weight: var(--f-weight-true)}
|
|
1872
1872
|
:root.t_dark, :root.t_dark , :root.t_light .t_dark , .tm_xxt {--accentBackground:var(--t0);--accentColor:var(--t1);--background0:var(--t2);--background02:var(--t3);--background04:var(--t4);--background06:var(--t5);--background08:var(--t6);--color1:var(--t7);--color2:var(--t8);--color3:var(--t9);--color4:var(--t10);--color5:var(--t11);--color6:var(--t12);--color7:var(--t13);--color8:var(--t14);--color9:var(--t15);--color10:var(--t16);--color11:var(--t17);--color12:var(--t18);--color0:var(--t19);--color02:var(--t20);--color04:var(--t21);--color06:var(--t22);--color08:var(--t23);--color:var(--t18);--colorHover:var(--t23);--colorPress:var(--t24);--colorFocus:var(--t17);--backgroundHover:var(--t9);--backgroundPress:var(--t7);--backgroundFocus:var(--t9);--backgroundActive:var(--t8);--borderColor:var(--t10);--borderColorHover:var(--t11);--borderColorFocus:var(--t26);--borderColorPress:var(--t9);--placeholderColor:var(--t27);--colorTransparent:var(--t19);--black1:var(--t28);--black2:var(--t29);--black3:var(--t30);--black4:var(--t31);--black5:var(--t32);--black6:var(--t33);--black7:var(--t34);--black8:var(--t35);--black9:var(--t36);--black10:var(--t37);--black11:var(--t38);--black12:var(--t39);--white1:var(--t40);--white2:var(--t41);--white3:var(--t42);--white4:var(--t43);--white5:var(--t44);--white6:var(--t45);--white7:var(--t46);--white8:var(--t47);--white9:var(--t48);--white10:var(--t49);--white11:var(--t50);--white12:var(--t51);--white0:var(--t53);--white02:var(--t54);--white04:var(--t55);--white06:var(--t56);--white08:var(--t57);--black0:var(--t59);--black02:var(--t60);--black04:var(--t61);--black06:var(--t62);--black08:var(--t63);--shadow1:var(--t64);--shadow2:var(--t65);--shadow3:var(--t66);--shadow4:var(--t67);--shadow5:var(--t68);--shadow6:var(--t63);--shadow7:var(--t69);--shadow8:var(--t58);--highlight1:var(--t70);--highlight2:var(--t54);--highlight3:var(--t71);--highlight4:var(--t72);--highlight5:var(--t73);--highlight6:var(--t74);--highlight7:var(--t75);--highlight8:var(--t52);--shadowColor:var(--t66);--gray1:var(--t76);--gray2:var(--t30);--gray3:var(--t77);--gray4:var(--t78);--gray5:var(--t79);--gray6:var(--t80);--gray7:var(--t81);--gray8:var(--t82);--gray9:var(--t83);--gray10:var(--t84);--gray11:var(--t85);--gray12:var(--t86);--blue1:var(--t87);--blue2:var(--t88);--blue3:var(--t89);--blue4:var(--t90);--blue5:var(--t91);--blue6:var(--t92);--blue7:var(--t93);--blue8:var(--t94);--blue9:var(--t95);--blue10:var(--t96);--blue11:var(--t97);--blue12:var(--t98);--red1:var(--t99);--red2:var(--t100);--red3:var(--t101);--red4:var(--t102);--red5:var(--t103);--red6:var(--t104);--red7:var(--t105);--red8:var(--t106);--red9:var(--t107);--red10:var(--t108);--red11:var(--t109);--red12:var(--t110);--yellow1:var(--t111);--yellow2:var(--t112);--yellow3:var(--t113);--yellow4:var(--t114);--yellow5:var(--t115);--yellow6:var(--t116);--yellow7:var(--t117);--yellow8:var(--t118);--yellow9:var(--t119);--yellow10:var(--t120);--yellow11:var(--t121);--yellow12:var(--t122);--green1:var(--t123);--green2:var(--t124);--green3:var(--t125);--green4:var(--t126);--green5:var(--t127);--green6:var(--t128);--green7:var(--t129);--green8:var(--t130);--green9:var(--t131);--green10:var(--t132);--green11:var(--t133);--green12:var(--t134);--orange1:var(--t135);--orange2:var(--t136);--orange3:var(--t137);--orange4:var(--t138);--orange5:var(--t139);--orange6:var(--t140);--orange7:var(--t141);--orange8:var(--t142);--orange9:var(--t143);--orange10:var(--t144);--orange11:var(--t145);--orange12:var(--t146);--pink1:var(--t147);--pink2:var(--t148);--pink3:var(--t149);--pink4:var(--t150);--pink5:var(--t151);--pink6:var(--t152);--pink7:var(--t153);--pink8:var(--t154);--pink9:var(--t155);--pink10:var(--t156);--pink11:var(--t157);--pink12:var(--t158);--purple1:var(--t159);--purple2:var(--t160);--purple3:var(--t161);--purple4:var(--t162);--purple5:var(--t163);--purple6:var(--t164);--purple7:var(--t165);--purple8:var(--t166);--purple9:var(--t167);--purple10:var(--t168);--purple11:var(--t169);--purple12:var(--t170);--teal1:var(--t171);--teal2:var(--t172);--teal3:var(--t173);--teal4:var(--t174);--teal5:var(--t175);--teal6:var(--t176);--teal7:var(--t177);--teal8:var(--t178);--teal9:var(--t179);--teal10:var(--t180);--teal11:var(--t181);--teal12:var(--t182);--neutral1:var(--t183);--neutral2:var(--t184);--neutral3:var(--t185);--neutral4:var(--t46);--neutral5:var(--t186);--neutral6:var(--t187);--neutral7:var(--t188);--neutral8:var(--t189);--neutral9:var(--t190);--neutral10:var(--t191);--neutral11:var(--t192);--neutral12:var(--t193);--accent1:var(--t24);--accent2:var(--t194);--accent3:var(--t195);--accent4:var(--t196);--accent5:var(--t17);--accent6:var(--t197);--accent7:var(--t198);--accent8:var(--t199);--accent9:var(--t200);--accent10:var(--t11);--accent11:var(--t26);--accent12:var(--t201);--color01:var(--t202);--color0075:var(--t203);--color005:var(--t204);--color0025:var(--t205);--color002:var(--t206);--color001:var(--t207);--background01:var(--t208);--background0075:var(--t209);--background005:var(--t210);--background0025:var(--t211);--background002:var(--t212);--background001:var(--t213);--outlineColor:var(--t214);}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanzo/ui",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.110",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Hanzo UI — the one canonical Hanzo component library, on @hanzo/gui + @hanzo/design. ONE substrate: every component renders through @hanzo/gui primitives, so the same import works on web, native (expo) and desktop (Tauri). Self-contained (theme.css), presentational, host-agnostic, clean-room.",
|
|
6
6
|
"exports": {
|