@starci/grammar 0.2.0 → 0.4.1
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/README.md +54 -30
- package/dist/common/conformance.d.ts +31 -0
- package/dist/common/conformance.d.ts.map +1 -0
- package/dist/common/conformance.js +33 -0
- package/dist/common/conformance.js.map +1 -0
- package/dist/common/index.d.ts +5 -73
- package/dist/common/index.d.ts.map +1 -1
- package/dist/common/index.js +5 -202
- package/dist/common/index.js.map +1 -1
- package/dist/common/registry.d.ts +79 -0
- package/dist/common/registry.d.ts.map +1 -0
- package/dist/common/registry.js +34 -0
- package/dist/common/registry.js.map +1 -0
- package/dist/common/renderers.d.ts +41 -0
- package/dist/common/renderers.d.ts.map +1 -0
- package/dist/common/renderers.js +44 -0
- package/dist/common/renderers.js.map +1 -0
- package/dist/common/rule-catalog.generated.d.ts +40 -0
- package/dist/common/rule-catalog.generated.d.ts.map +1 -0
- package/dist/common/rule-catalog.generated.js +230 -0
- package/dist/common/rule-catalog.generated.js.map +1 -0
- package/dist/common/spacing.d.ts +20 -0
- package/dist/common/spacing.d.ts.map +1 -0
- package/dist/common/spacing.js +18 -0
- package/dist/common/spacing.js.map +1 -0
- package/dist/common/state.d.ts +6 -0
- package/dist/common/state.d.ts.map +1 -0
- package/dist/common/state.js +11 -0
- package/dist/common/state.js.map +1 -0
- package/dist/common/styles.css +1566 -2
- package/dist/core/LeadingNumber.d.ts +12 -0
- package/dist/core/LeadingNumber.d.ts.map +1 -0
- package/dist/core/LeadingNumber.js +10 -0
- package/dist/core/LeadingNumber.js.map +1 -0
- package/dist/core/OtpInput.d.ts +12 -0
- package/dist/core/OtpInput.d.ts.map +1 -0
- package/dist/core/OtpInput.js +22 -0
- package/dist/core/OtpInput.js.map +1 -0
- package/dist/core/StateMark.d.ts +3 -5
- package/dist/core/StateMark.d.ts.map +1 -1
- package/dist/core/StateMark.js +3 -3
- package/dist/core/StateMark.js.map +1 -1
- package/dist/core/branch/MarkdownArticle/classNames.d.ts +9 -0
- package/dist/core/branch/MarkdownArticle/classNames.d.ts.map +1 -0
- package/dist/core/branch/MarkdownArticle/classNames.js +10 -0
- package/dist/core/branch/MarkdownArticle/classNames.js.map +1 -0
- package/dist/core/branch/MarkdownArticle/index.d.ts +30 -0
- package/dist/core/branch/MarkdownArticle/index.d.ts.map +1 -0
- package/dist/core/branch/MarkdownArticle/index.js +12 -0
- package/dist/core/branch/MarkdownArticle/index.js.map +1 -0
- package/dist/core/branch/Rail/classNames.d.ts +9 -0
- package/dist/core/branch/Rail/classNames.d.ts.map +1 -0
- package/dist/core/branch/Rail/classNames.js +10 -0
- package/dist/core/branch/Rail/classNames.js.map +1 -0
- package/dist/core/branch/Rail/index.d.ts +7 -6
- package/dist/core/branch/Rail/index.d.ts.map +1 -1
- package/dist/core/branch/Rail/index.js +16 -5
- package/dist/core/branch/Rail/index.js.map +1 -1
- package/dist/core/branch/Subnav/classNames.d.ts +8 -0
- package/dist/core/branch/Subnav/classNames.d.ts.map +1 -0
- package/dist/core/branch/Subnav/classNames.js +9 -0
- package/dist/core/branch/Subnav/classNames.js.map +1 -0
- package/dist/core/branch/Subnav/index.d.ts +17 -0
- package/dist/core/branch/Subnav/index.d.ts.map +1 -0
- package/dist/core/branch/Subnav/index.js +6 -0
- package/dist/core/branch/Subnav/index.js.map +1 -0
- package/dist/core/branch/SurfaceAccordionCard/classNames.d.ts +19 -0
- package/dist/core/branch/SurfaceAccordionCard/classNames.d.ts.map +1 -0
- package/dist/core/branch/SurfaceAccordionCard/classNames.js +21 -0
- package/dist/core/branch/SurfaceAccordionCard/classNames.js.map +1 -0
- package/dist/core/branch/SurfaceAccordionCard/index.d.ts +44 -0
- package/dist/core/branch/SurfaceAccordionCard/index.d.ts.map +1 -0
- package/dist/core/branch/SurfaceAccordionCard/index.js +42 -0
- package/dist/core/branch/SurfaceAccordionCard/index.js.map +1 -0
- package/dist/core/branch/SurfaceCard/classNames.d.ts +23 -0
- package/dist/core/branch/SurfaceCard/classNames.d.ts.map +1 -0
- package/dist/core/branch/SurfaceCard/classNames.js +23 -0
- package/dist/core/branch/SurfaceCard/classNames.js.map +1 -0
- package/dist/core/branch/SurfaceCard/index.d.ts +14 -7
- package/dist/core/branch/SurfaceCard/index.d.ts.map +1 -1
- package/dist/core/branch/SurfaceCard/index.js +18 -4
- package/dist/core/branch/SurfaceCard/index.js.map +1 -1
- package/dist/core/branch/SurfaceListCard/classNames.d.ts +13 -0
- package/dist/core/branch/SurfaceListCard/classNames.d.ts.map +1 -0
- package/dist/core/branch/SurfaceListCard/classNames.js +14 -0
- package/dist/core/branch/SurfaceListCard/classNames.js.map +1 -0
- package/dist/core/branch/SurfaceListCard/index.d.ts +5 -19
- package/dist/core/branch/SurfaceListCard/index.d.ts.map +1 -1
- package/dist/core/branch/SurfaceListCard/index.js +6 -8
- package/dist/core/branch/SurfaceListCard/index.js.map +1 -1
- package/dist/core/branch/Tabs/classNames.d.ts +11 -0
- package/dist/core/branch/Tabs/classNames.d.ts.map +1 -0
- package/dist/core/branch/Tabs/classNames.js +13 -0
- package/dist/core/branch/Tabs/classNames.js.map +1 -0
- package/dist/core/branch/Tabs/index.d.ts +22 -0
- package/dist/core/branch/Tabs/index.d.ts.map +1 -0
- package/dist/core/branch/Tabs/index.js +28 -0
- package/dist/core/branch/Tabs/index.js.map +1 -0
- package/dist/core/branch/Tooltip/classNames.d.ts +3 -0
- package/dist/core/branch/Tooltip/classNames.d.ts.map +1 -0
- package/dist/core/branch/Tooltip/classNames.js +4 -0
- package/dist/core/branch/Tooltip/classNames.js.map +1 -0
- package/dist/core/branch/Tooltip/index.d.ts +18 -0
- package/dist/core/branch/Tooltip/index.d.ts.map +1 -0
- package/dist/core/branch/Tooltip/index.js +14 -0
- package/dist/core/branch/Tooltip/index.js.map +1 -0
- package/dist/core/classNames.d.ts +23 -0
- package/dist/core/classNames.d.ts.map +1 -0
- package/dist/core/classNames.js +24 -0
- package/dist/core/classNames.js.map +1 -0
- package/dist/core/composite/EmptyNotice/index.d.ts +17 -0
- package/dist/core/composite/EmptyNotice/index.d.ts.map +1 -0
- package/dist/core/composite/EmptyNotice/index.js +7 -0
- package/dist/core/composite/EmptyNotice/index.js.map +1 -0
- package/dist/core/composite/HorizontalScrollRegion/index.d.ts +9 -0
- package/dist/core/composite/HorizontalScrollRegion/index.d.ts.map +1 -0
- package/dist/core/composite/HorizontalScrollRegion/index.js +10 -0
- package/dist/core/composite/HorizontalScrollRegion/index.js.map +1 -0
- package/dist/core/composite/StaticStateRow/index.d.ts +1 -5
- package/dist/core/composite/StaticStateRow/index.d.ts.map +1 -1
- package/dist/core/composite/StaticStateRow/index.js +4 -3
- package/dist/core/composite/StaticStateRow/index.js.map +1 -1
- package/dist/core/composite/VerticalScrollRegion/index.d.ts +10 -0
- package/dist/core/composite/VerticalScrollRegion/index.d.ts.map +1 -0
- package/dist/core/composite/VerticalScrollRegion/index.js +10 -0
- package/dist/core/composite/VerticalScrollRegion/index.js.map +1 -0
- package/dist/core/composition/ChatWorkspace/classNames.d.ts +30 -0
- package/dist/core/composition/ChatWorkspace/classNames.d.ts.map +1 -0
- package/dist/core/composition/ChatWorkspace/classNames.js +31 -0
- package/dist/core/composition/ChatWorkspace/classNames.js.map +1 -0
- package/dist/core/composition/ChatWorkspace/index.d.ts +48 -0
- package/dist/core/composition/ChatWorkspace/index.d.ts.map +1 -0
- package/dist/core/composition/ChatWorkspace/index.js +40 -0
- package/dist/core/composition/ChatWorkspace/index.js.map +1 -0
- package/dist/core/composition/NavigationFeatureNav/classNames.d.ts +9 -0
- package/dist/core/composition/NavigationFeatureNav/classNames.d.ts.map +1 -0
- package/dist/core/composition/NavigationFeatureNav/classNames.js +10 -0
- package/dist/core/composition/NavigationFeatureNav/classNames.js.map +1 -0
- package/dist/core/composition/NavigationFeatureNav/index.d.ts +26 -0
- package/dist/core/composition/NavigationFeatureNav/index.d.ts.map +1 -0
- package/dist/core/composition/NavigationFeatureNav/index.js +13 -0
- package/dist/core/composition/NavigationFeatureNav/index.js.map +1 -0
- package/dist/core/composition/PrimaryRailLayout/index.d.ts +14 -0
- package/dist/core/composition/PrimaryRailLayout/index.d.ts.map +1 -0
- package/dist/core/composition/PrimaryRailLayout/index.js +8 -0
- package/dist/core/composition/PrimaryRailLayout/index.js.map +1 -0
- package/dist/core/composition/Sidebar/index.d.ts +31 -0
- package/dist/core/composition/Sidebar/index.d.ts.map +1 -0
- package/dist/core/composition/Sidebar/index.js +40 -0
- package/dist/core/composition/Sidebar/index.js.map +1 -0
- package/dist/core/composition/WorkspaceShell/classNames.d.ts +11 -0
- package/dist/core/composition/WorkspaceShell/classNames.d.ts.map +1 -0
- package/dist/core/composition/WorkspaceShell/classNames.js +12 -0
- package/dist/core/composition/WorkspaceShell/classNames.js.map +1 -0
- package/dist/core/composition/WorkspaceShell/index.d.ts +67 -0
- package/dist/core/composition/WorkspaceShell/index.d.ts.map +1 -0
- package/dist/core/composition/WorkspaceShell/index.js +20 -0
- package/dist/core/composition/WorkspaceShell/index.js.map +1 -0
- package/dist/core/dna.d.ts +180 -0
- package/dist/core/dna.d.ts.map +1 -0
- package/dist/core/dna.js +175 -0
- package/dist/core/dna.js.map +1 -0
- package/dist/core/index.d.ts +59 -10
- package/dist/core/index.d.ts.map +1 -1
- package/dist/core/index.js +27 -10
- package/dist/core/index.js.map +1 -1
- package/dist/core/primitive/Badge/index.d.ts +12 -0
- package/dist/core/primitive/Badge/index.d.ts.map +1 -0
- package/dist/core/primitive/Badge/index.js +15 -0
- package/dist/core/primitive/Badge/index.js.map +1 -0
- package/dist/core/primitive/Button/index.d.ts +52 -0
- package/dist/core/primitive/Button/index.d.ts.map +1 -0
- package/dist/core/primitive/Button/index.js +26 -0
- package/dist/core/primitive/Button/index.js.map +1 -0
- package/dist/core/primitive/Divider/index.d.ts +7 -0
- package/dist/core/primitive/Divider/index.d.ts.map +1 -0
- package/dist/core/primitive/Divider/index.js +5 -0
- package/dist/core/primitive/Divider/index.js.map +1 -0
- package/dist/core/primitive/GrammarRoot/index.d.ts +10 -0
- package/dist/core/primitive/GrammarRoot/index.d.ts.map +1 -0
- package/dist/core/primitive/GrammarRoot/index.js +5 -0
- package/dist/core/primitive/GrammarRoot/index.js.map +1 -0
- package/dist/core/primitive/Heading/index.d.ts +15 -0
- package/dist/core/primitive/Heading/index.d.ts.map +1 -0
- package/dist/core/primitive/Heading/index.js +26 -0
- package/dist/core/primitive/Heading/index.js.map +1 -0
- package/dist/core/primitive/Icon/index.d.ts +31 -0
- package/dist/core/primitive/Icon/index.d.ts.map +1 -0
- package/dist/core/primitive/Icon/index.js +23 -0
- package/dist/core/primitive/Icon/index.js.map +1 -0
- package/dist/core/primitive/IconButton/index.d.ts +13 -0
- package/dist/core/primitive/IconButton/index.d.ts.map +1 -0
- package/dist/core/primitive/IconButton/index.js +9 -0
- package/dist/core/primitive/IconButton/index.js.map +1 -0
- package/dist/core/primitive/IconTile/index.d.ts +17 -0
- package/dist/core/primitive/IconTile/index.d.ts.map +1 -0
- package/dist/core/primitive/IconTile/index.js +32 -0
- package/dist/core/primitive/IconTile/index.js.map +1 -0
- package/dist/core/primitive/IncludedMark/index.d.ts +10 -0
- package/dist/core/primitive/IncludedMark/index.d.ts.map +1 -0
- package/dist/core/primitive/IncludedMark/index.js +8 -0
- package/dist/core/primitive/IncludedMark/index.js.map +1 -0
- package/dist/core/primitive/Input/index.d.ts +31 -0
- package/dist/core/primitive/Input/index.d.ts.map +1 -0
- package/dist/core/primitive/Input/index.js +27 -0
- package/dist/core/primitive/Input/index.js.map +1 -0
- package/dist/core/primitive/Label/classNames.d.ts +12 -0
- package/dist/core/primitive/Label/classNames.d.ts.map +1 -0
- package/dist/core/primitive/Label/classNames.js +13 -0
- package/dist/core/primitive/Label/classNames.js.map +1 -0
- package/dist/core/primitive/Label/index.d.ts +11 -0
- package/dist/core/primitive/Label/index.d.ts.map +1 -0
- package/dist/core/primitive/Label/index.js +14 -0
- package/dist/core/primitive/Label/index.js.map +1 -0
- package/dist/core/primitive/MediaFrame/index.d.ts +15 -0
- package/dist/core/primitive/MediaFrame/index.d.ts.map +1 -0
- package/dist/core/primitive/MediaFrame/index.js +8 -0
- package/dist/core/primitive/MediaFrame/index.js.map +1 -0
- package/dist/core/primitive/PageContainer/index.d.ts +9 -0
- package/dist/core/primitive/PageContainer/index.d.ts.map +1 -0
- package/dist/core/primitive/PageContainer/index.js +8 -0
- package/dist/core/primitive/PageContainer/index.js.map +1 -0
- package/dist/core/primitive/Progress/index.d.ts +11 -0
- package/dist/core/primitive/Progress/index.d.ts.map +1 -0
- package/dist/core/primitive/Progress/index.js +13 -0
- package/dist/core/primitive/Progress/index.js.map +1 -0
- package/dist/core/primitive/RankArtwork/index.d.ts +12 -0
- package/dist/core/primitive/RankArtwork/index.d.ts.map +1 -0
- package/dist/core/primitive/RankArtwork/index.js +14 -0
- package/dist/core/primitive/RankArtwork/index.js.map +1 -0
- package/dist/core/primitive/SectionHeader/index.d.ts +15 -0
- package/dist/core/primitive/SectionHeader/index.d.ts.map +1 -0
- package/dist/core/primitive/SectionHeader/index.js +6 -0
- package/dist/core/primitive/SectionHeader/index.js.map +1 -0
- package/dist/core/primitive/SurfaceCopyGroup/index.d.ts +7 -0
- package/dist/core/primitive/SurfaceCopyGroup/index.d.ts.map +1 -0
- package/dist/core/primitive/SurfaceCopyGroup/index.js +5 -0
- package/dist/core/primitive/SurfaceCopyGroup/index.js.map +1 -0
- package/dist/core/primitive/Text/index.d.ts +25 -0
- package/dist/core/primitive/Text/index.d.ts.map +1 -0
- package/dist/core/primitive/Text/index.js +57 -0
- package/dist/core/primitive/Text/index.js.map +1 -0
- package/dist/core/primitive/TextAction/index.d.ts +45 -0
- package/dist/core/primitive/TextAction/index.d.ts.map +1 -0
- package/dist/core/primitive/TextAction/index.js +112 -0
- package/dist/core/primitive/TextAction/index.js.map +1 -0
- package/dist/core/primitive/actionStyles.d.ts +5 -0
- package/dist/core/primitive/actionStyles.d.ts.map +1 -0
- package/dist/core/primitive/actionStyles.js +19 -0
- package/dist/core/primitive/actionStyles.js.map +1 -0
- package/dist/core/state.d.ts +4 -4
- package/dist/core/state.d.ts.map +1 -1
- package/dist/core/state.js +4 -4
- package/dist/core/state.js.map +1 -1
- package/dist/core/styles.css +152 -225
- package/dist/heritage/index.d.ts +27 -0
- package/dist/heritage/index.d.ts.map +1 -0
- package/dist/heritage/index.js +44 -0
- package/dist/heritage/index.js.map +1 -0
- package/dist/heritage/styles.css +165 -0
- package/dist/offset-pop/index.d.ts +9 -263
- package/dist/offset-pop/index.d.ts.map +1 -1
- package/dist/offset-pop/index.js +35 -63
- package/dist/offset-pop/index.js.map +1 -1
- package/dist/offset-pop/styles.css +292 -393
- package/package.json +78 -72
- package/dist/core/contracts.d.ts +0 -190
- package/dist/core/contracts.d.ts.map +0 -1
- package/dist/core/contracts.js +0 -145
- package/dist/core/contracts.js.map +0 -1
- package/dist/core/grammar.d.ts +0 -18
- package/dist/core/grammar.d.ts.map +0 -1
- package/dist/core/grammar.js +0 -27
- package/dist/core/grammar.js.map +0 -1
- package/dist/core/layout.d.ts +0 -9
- package/dist/core/layout.d.ts.map +0 -1
- package/dist/core/layout.js +0 -43
- package/dist/core/layout.js.map +0 -1
- package/dist/core/rules.d.ts +0 -63
- package/dist/core/rules.d.ts.map +0 -1
- package/dist/core/rules.js +0 -66
- package/dist/core/rules.js.map +0 -1
|
@@ -1,266 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
readonly stateInputs: readonly ["neutral", "informative", "affirmative", "cautionary", "negative", "pending", "unavailable"];
|
|
10
|
-
readonly variableAxes: readonly ["palette", "display-type", "outline-shadow", "floating-composition", "motion"];
|
|
11
|
-
readonly extensionPolicy: {
|
|
12
|
-
readonly allowedAxes: readonly ["palette", "display-type", "outline-shadow", "floating-composition", "motion"];
|
|
13
|
-
readonly forbiddenChanges: readonly ["anatomy", "closed-invariant", "owner-substitution"];
|
|
14
|
-
};
|
|
15
|
-
readonly closedInvariants: readonly ["business-neutral", "semantic-html-unchanged", "component-anatomy-unchanged", "state-vocabulary-unchanged", "content-remains-readable-without-decoration"];
|
|
1
|
+
import { type GrammarRootProps } from "../common/index.js";
|
|
2
|
+
/** Official product-neutral Offset Pop sibling family over the Common contract. */
|
|
3
|
+
export declare const offsetPopGrammar: import("../common/registry.js").GrammarFamilyContract<"offset-pop", {}>;
|
|
4
|
+
export declare const offsetPopRuleConformance: Readonly<{
|
|
5
|
+
familyId: string;
|
|
6
|
+
inheritedCommonRules: readonly string[];
|
|
7
|
+
familyEvidence: Readonly<{
|
|
8
|
+
[x: string]: readonly string[];
|
|
16
9
|
}>;
|
|
17
|
-
base: Readonly<{
|
|
18
|
-
key: string;
|
|
19
|
-
version: string;
|
|
20
|
-
rootKey: string;
|
|
21
|
-
rootVersion: string;
|
|
22
|
-
}> | null;
|
|
23
|
-
resolvedAxes: Readonly<Record<string, unknown>>;
|
|
24
10
|
}>;
|
|
25
|
-
|
|
26
|
-
export declare const OFFSET_POP_COMPLEX_CASES: readonly ["nested-surface-keeps-one-outline-and-no-second-shadow", "static-list-keeps-one-shell-with-dividers-and-optional-state-mark", "floating-items-declare-z-order-and-collision-bounds", "long-copy-reduces-rotation-before-truncation", "whole-surface-action-keeps-inner-actions-reachable", "focus-and-selection-remain-distinct-from-hard-shadow", "pending-negative-and-empty-states-keep-the-same-anatomy", "dense-primary-content-may-span-two-columns-while-sparse-data-stays-one", "sticky-rail-returns-to-flow-on-narrow-containers", "dark-high-contrast-and-reduced-motion-keep-legibility"];
|
|
27
|
-
/** One installable Grammar bundle: Core owns anatomy; Offset Pop owns only visual treatment. */
|
|
28
|
-
export declare const offsetPopGrammar: Readonly<{
|
|
29
|
-
id: "offset-pop";
|
|
30
|
-
version: "1.1.0";
|
|
31
|
-
extends: readonly {
|
|
32
|
-
id: string;
|
|
33
|
-
version: string;
|
|
34
|
-
}[];
|
|
35
|
-
contracts: Readonly<{
|
|
36
|
-
"offset-pop.visual-treatment": Readonly<{
|
|
37
|
-
key: "offset-pop.visual-treatment";
|
|
38
|
-
version: string;
|
|
39
|
-
spec: Readonly<{
|
|
40
|
-
readonly version: "1.0.0";
|
|
41
|
-
readonly layer: "composites";
|
|
42
|
-
readonly slots: readonly ["field", "surface", "display-copy", "floating-cluster"];
|
|
43
|
-
readonly stateInputs: readonly ["neutral", "informative", "affirmative", "cautionary", "negative", "pending", "unavailable"];
|
|
44
|
-
readonly variableAxes: readonly ["palette", "display-type", "outline-shadow", "floating-composition", "motion"];
|
|
45
|
-
readonly extensionPolicy: {
|
|
46
|
-
readonly allowedAxes: readonly ["palette", "display-type", "outline-shadow", "floating-composition", "motion"];
|
|
47
|
-
readonly forbiddenChanges: readonly ["anatomy", "closed-invariant", "owner-substitution"];
|
|
48
|
-
};
|
|
49
|
-
readonly closedInvariants: readonly ["business-neutral", "semantic-html-unchanged", "component-anatomy-unchanged", "state-vocabulary-unchanged", "content-remains-readable-without-decoration"];
|
|
50
|
-
}>;
|
|
51
|
-
base: Readonly<{
|
|
52
|
-
key: string;
|
|
53
|
-
version: string;
|
|
54
|
-
rootKey: string;
|
|
55
|
-
rootVersion: string;
|
|
56
|
-
}> | null;
|
|
57
|
-
resolvedAxes: Readonly<Record<string, unknown>>;
|
|
58
|
-
}>;
|
|
59
|
-
"core.surface-card": Readonly<{
|
|
60
|
-
key: "core.surface-card";
|
|
61
|
-
version: string;
|
|
62
|
-
spec: Readonly<{
|
|
63
|
-
readonly version: "1.1.0";
|
|
64
|
-
readonly layer: "branch";
|
|
65
|
-
readonly slots: readonly ["external-label", "content", "whole-action"];
|
|
66
|
-
readonly stateInputs: readonly ["neutral", "informative", "affirmative", "cautionary", "negative", "pending", "unavailable"];
|
|
67
|
-
readonly variableAxes: readonly ["surface-depth", "state-treatment", "action-mode", "label-end", "frame-mode", "scroll-mode", "container-response"];
|
|
68
|
-
readonly extensionPolicy: {
|
|
69
|
-
readonly allowedAxes: readonly ["surface-depth", "state-treatment", "label-end", "frame-mode", "scroll-mode", "container-response"];
|
|
70
|
-
readonly forbiddenChanges: readonly ["anatomy", "closed-invariant", "owner-substitution"];
|
|
71
|
-
};
|
|
72
|
-
readonly closedInvariants: readonly ["label-outside-surface", "nested-border-xor-shadow", "one-content-owner", "whole-action-is-overlay", "frameless-has-no-surface-shell", "contained-scroll-has-one-scroll-owner", "neutral-state-only"];
|
|
73
|
-
}>;
|
|
74
|
-
base: Readonly<{
|
|
75
|
-
key: string;
|
|
76
|
-
version: string;
|
|
77
|
-
rootKey: string;
|
|
78
|
-
rootVersion: string;
|
|
79
|
-
}> | null;
|
|
80
|
-
resolvedAxes: Readonly<Record<string, unknown>>;
|
|
81
|
-
}>;
|
|
82
|
-
"core.surface-list-card": Readonly<{
|
|
83
|
-
key: "core.surface-list-card";
|
|
84
|
-
version: string;
|
|
85
|
-
spec: Readonly<{
|
|
86
|
-
readonly version: "1.1.0";
|
|
87
|
-
readonly layer: "branch";
|
|
88
|
-
readonly slots: readonly ["external-label", "single-list-shell", "single-collection-shell", "static-row", "interactive-row", "footer"];
|
|
89
|
-
readonly stateInputs: readonly ["neutral", "informative", "affirmative", "cautionary", "negative", "pending", "unavailable"];
|
|
90
|
-
readonly variableAxes: readonly ["surface-depth", "state-treatment", "row-count", "row-mode", "label-visibility", "footer-mode", "container-response"];
|
|
91
|
-
readonly extensionPolicy: {
|
|
92
|
-
readonly allowedAxes: readonly ["surface-depth", "state-treatment", "row-mode", "label-visibility", "footer-mode", "container-response"];
|
|
93
|
-
readonly forbiddenChanges: readonly ["anatomy", "closed-invariant", "owner-substitution"];
|
|
94
|
-
};
|
|
95
|
-
readonly closedInvariants: readonly ["one-list-one-shell", "one-collection-one-shell", "rows-separated-by-dividers", "affirmative-row-uses-one-check", "nested-border-xor-shadow", "static-rows-have-no-action", "interactive-rows-own-their-actions", "hidden-label-retains-accessible-name", "footer-follows-collection", "neutral-state-only"];
|
|
96
|
-
}>;
|
|
97
|
-
base: Readonly<{
|
|
98
|
-
key: string;
|
|
99
|
-
version: string;
|
|
100
|
-
rootKey: string;
|
|
101
|
-
rootVersion: string;
|
|
102
|
-
}> | null;
|
|
103
|
-
resolvedAxes: Readonly<Record<string, unknown>>;
|
|
104
|
-
}>;
|
|
105
|
-
"core.rail": Readonly<{
|
|
106
|
-
key: "core.rail";
|
|
107
|
-
version: string;
|
|
108
|
-
spec: Readonly<{
|
|
109
|
-
readonly version: "1.1.0";
|
|
110
|
-
readonly layer: "branch";
|
|
111
|
-
readonly slots: readonly ["heading", "body", "footer", "content-landmark"];
|
|
112
|
-
readonly stateInputs: readonly ["neutral", "informative", "affirmative", "cautionary", "negative", "pending", "unavailable"];
|
|
113
|
-
readonly variableAxes: readonly ["landmark-mode", "rail-mode", "rail-width", "collapse-mode", "motion-mode", "state-treatment", "container-response"];
|
|
114
|
-
readonly extensionPolicy: {
|
|
115
|
-
readonly allowedAxes: readonly ["landmark-mode", "rail-width", "collapse-mode", "motion-mode", "state-treatment", "container-response"];
|
|
116
|
-
readonly forbiddenChanges: readonly ["anatomy", "closed-invariant", "owner-substitution"];
|
|
117
|
-
};
|
|
118
|
-
readonly closedInvariants: readonly ["one-rail-landmark", "sticky-disabled-on-narrow-viewport", "body-remains-reachable", "footer-follows-body", "content-landmark-is-not-wrapped-by-a-second-landmark", "collapsed-navigation-retains-accessible-names", "reduced-motion-removes-interpolation-not-state-change", "neutral-state-only"];
|
|
119
|
-
}>;
|
|
120
|
-
base: Readonly<{
|
|
121
|
-
key: string;
|
|
122
|
-
version: string;
|
|
123
|
-
rootKey: string;
|
|
124
|
-
rootVersion: string;
|
|
125
|
-
}> | null;
|
|
126
|
-
resolvedAxes: Readonly<Record<string, unknown>>;
|
|
127
|
-
}>;
|
|
128
|
-
"core.visual-treatment": Readonly<{
|
|
129
|
-
key: "core.visual-treatment";
|
|
130
|
-
version: string;
|
|
131
|
-
spec: Readonly<{
|
|
132
|
-
readonly version: "1.0.0";
|
|
133
|
-
readonly layer: "composites";
|
|
134
|
-
readonly slots: readonly ["field", "surface", "display-copy", "floating-cluster"];
|
|
135
|
-
readonly stateInputs: readonly ["neutral", "informative", "affirmative", "cautionary", "negative", "pending", "unavailable"];
|
|
136
|
-
readonly variableAxes: readonly ["palette", "display-type", "outline-shadow", "floating-composition", "motion"];
|
|
137
|
-
readonly extensionPolicy: {
|
|
138
|
-
readonly allowedAxes: readonly ["palette", "display-type", "outline-shadow", "floating-composition", "motion"];
|
|
139
|
-
readonly forbiddenChanges: readonly ["anatomy", "closed-invariant", "owner-substitution"];
|
|
140
|
-
};
|
|
141
|
-
readonly closedInvariants: readonly ["business-neutral", "semantic-html-unchanged", "component-anatomy-unchanged", "state-vocabulary-unchanged", "content-remains-readable-without-decoration"];
|
|
142
|
-
}>;
|
|
143
|
-
base: Readonly<{
|
|
144
|
-
key: string;
|
|
145
|
-
version: string;
|
|
146
|
-
rootKey: string;
|
|
147
|
-
rootVersion: string;
|
|
148
|
-
}> | null;
|
|
149
|
-
resolvedAxes: Readonly<Record<string, unknown>>;
|
|
150
|
-
}>;
|
|
151
|
-
}>;
|
|
152
|
-
contractList: readonly (Readonly<{
|
|
153
|
-
key: "core.surface-card";
|
|
154
|
-
version: string;
|
|
155
|
-
spec: Readonly<{
|
|
156
|
-
readonly version: "1.1.0";
|
|
157
|
-
readonly layer: "branch";
|
|
158
|
-
readonly slots: readonly ["external-label", "content", "whole-action"];
|
|
159
|
-
readonly stateInputs: readonly ["neutral", "informative", "affirmative", "cautionary", "negative", "pending", "unavailable"];
|
|
160
|
-
readonly variableAxes: readonly ["surface-depth", "state-treatment", "action-mode", "label-end", "frame-mode", "scroll-mode", "container-response"];
|
|
161
|
-
readonly extensionPolicy: {
|
|
162
|
-
readonly allowedAxes: readonly ["surface-depth", "state-treatment", "label-end", "frame-mode", "scroll-mode", "container-response"];
|
|
163
|
-
readonly forbiddenChanges: readonly ["anatomy", "closed-invariant", "owner-substitution"];
|
|
164
|
-
};
|
|
165
|
-
readonly closedInvariants: readonly ["label-outside-surface", "nested-border-xor-shadow", "one-content-owner", "whole-action-is-overlay", "frameless-has-no-surface-shell", "contained-scroll-has-one-scroll-owner", "neutral-state-only"];
|
|
166
|
-
}>;
|
|
167
|
-
base: Readonly<{
|
|
168
|
-
key: string;
|
|
169
|
-
version: string;
|
|
170
|
-
rootKey: string;
|
|
171
|
-
rootVersion: string;
|
|
172
|
-
}> | null;
|
|
173
|
-
resolvedAxes: Readonly<Record<string, unknown>>;
|
|
174
|
-
}> | Readonly<{
|
|
175
|
-
key: "core.surface-list-card";
|
|
176
|
-
version: string;
|
|
177
|
-
spec: Readonly<{
|
|
178
|
-
readonly version: "1.1.0";
|
|
179
|
-
readonly layer: "branch";
|
|
180
|
-
readonly slots: readonly ["external-label", "single-list-shell", "single-collection-shell", "static-row", "interactive-row", "footer"];
|
|
181
|
-
readonly stateInputs: readonly ["neutral", "informative", "affirmative", "cautionary", "negative", "pending", "unavailable"];
|
|
182
|
-
readonly variableAxes: readonly ["surface-depth", "state-treatment", "row-count", "row-mode", "label-visibility", "footer-mode", "container-response"];
|
|
183
|
-
readonly extensionPolicy: {
|
|
184
|
-
readonly allowedAxes: readonly ["surface-depth", "state-treatment", "row-mode", "label-visibility", "footer-mode", "container-response"];
|
|
185
|
-
readonly forbiddenChanges: readonly ["anatomy", "closed-invariant", "owner-substitution"];
|
|
186
|
-
};
|
|
187
|
-
readonly closedInvariants: readonly ["one-list-one-shell", "one-collection-one-shell", "rows-separated-by-dividers", "affirmative-row-uses-one-check", "nested-border-xor-shadow", "static-rows-have-no-action", "interactive-rows-own-their-actions", "hidden-label-retains-accessible-name", "footer-follows-collection", "neutral-state-only"];
|
|
188
|
-
}>;
|
|
189
|
-
base: Readonly<{
|
|
190
|
-
key: string;
|
|
191
|
-
version: string;
|
|
192
|
-
rootKey: string;
|
|
193
|
-
rootVersion: string;
|
|
194
|
-
}> | null;
|
|
195
|
-
resolvedAxes: Readonly<Record<string, unknown>>;
|
|
196
|
-
}> | Readonly<{
|
|
197
|
-
key: "core.rail";
|
|
198
|
-
version: string;
|
|
199
|
-
spec: Readonly<{
|
|
200
|
-
readonly version: "1.1.0";
|
|
201
|
-
readonly layer: "branch";
|
|
202
|
-
readonly slots: readonly ["heading", "body", "footer", "content-landmark"];
|
|
203
|
-
readonly stateInputs: readonly ["neutral", "informative", "affirmative", "cautionary", "negative", "pending", "unavailable"];
|
|
204
|
-
readonly variableAxes: readonly ["landmark-mode", "rail-mode", "rail-width", "collapse-mode", "motion-mode", "state-treatment", "container-response"];
|
|
205
|
-
readonly extensionPolicy: {
|
|
206
|
-
readonly allowedAxes: readonly ["landmark-mode", "rail-width", "collapse-mode", "motion-mode", "state-treatment", "container-response"];
|
|
207
|
-
readonly forbiddenChanges: readonly ["anatomy", "closed-invariant", "owner-substitution"];
|
|
208
|
-
};
|
|
209
|
-
readonly closedInvariants: readonly ["one-rail-landmark", "sticky-disabled-on-narrow-viewport", "body-remains-reachable", "footer-follows-body", "content-landmark-is-not-wrapped-by-a-second-landmark", "collapsed-navigation-retains-accessible-names", "reduced-motion-removes-interpolation-not-state-change", "neutral-state-only"];
|
|
210
|
-
}>;
|
|
211
|
-
base: Readonly<{
|
|
212
|
-
key: string;
|
|
213
|
-
version: string;
|
|
214
|
-
rootKey: string;
|
|
215
|
-
rootVersion: string;
|
|
216
|
-
}> | null;
|
|
217
|
-
resolvedAxes: Readonly<Record<string, unknown>>;
|
|
218
|
-
}> | Readonly<{
|
|
219
|
-
key: "core.visual-treatment";
|
|
220
|
-
version: string;
|
|
221
|
-
spec: Readonly<{
|
|
222
|
-
readonly version: "1.0.0";
|
|
223
|
-
readonly layer: "composites";
|
|
224
|
-
readonly slots: readonly ["field", "surface", "display-copy", "floating-cluster"];
|
|
225
|
-
readonly stateInputs: readonly ["neutral", "informative", "affirmative", "cautionary", "negative", "pending", "unavailable"];
|
|
226
|
-
readonly variableAxes: readonly ["palette", "display-type", "outline-shadow", "floating-composition", "motion"];
|
|
227
|
-
readonly extensionPolicy: {
|
|
228
|
-
readonly allowedAxes: readonly ["palette", "display-type", "outline-shadow", "floating-composition", "motion"];
|
|
229
|
-
readonly forbiddenChanges: readonly ["anatomy", "closed-invariant", "owner-substitution"];
|
|
230
|
-
};
|
|
231
|
-
readonly closedInvariants: readonly ["business-neutral", "semantic-html-unchanged", "component-anatomy-unchanged", "state-vocabulary-unchanged", "content-remains-readable-without-decoration"];
|
|
232
|
-
}>;
|
|
233
|
-
base: Readonly<{
|
|
234
|
-
key: string;
|
|
235
|
-
version: string;
|
|
236
|
-
rootKey: string;
|
|
237
|
-
rootVersion: string;
|
|
238
|
-
}> | null;
|
|
239
|
-
resolvedAxes: Readonly<Record<string, unknown>>;
|
|
240
|
-
}> | Readonly<{
|
|
241
|
-
key: "offset-pop.visual-treatment";
|
|
242
|
-
version: string;
|
|
243
|
-
spec: Readonly<{
|
|
244
|
-
readonly version: "1.0.0";
|
|
245
|
-
readonly layer: "composites";
|
|
246
|
-
readonly slots: readonly ["field", "surface", "display-copy", "floating-cluster"];
|
|
247
|
-
readonly stateInputs: readonly ["neutral", "informative", "affirmative", "cautionary", "negative", "pending", "unavailable"];
|
|
248
|
-
readonly variableAxes: readonly ["palette", "display-type", "outline-shadow", "floating-composition", "motion"];
|
|
249
|
-
readonly extensionPolicy: {
|
|
250
|
-
readonly allowedAxes: readonly ["palette", "display-type", "outline-shadow", "floating-composition", "motion"];
|
|
251
|
-
readonly forbiddenChanges: readonly ["anatomy", "closed-invariant", "owner-substitution"];
|
|
252
|
-
};
|
|
253
|
-
readonly closedInvariants: readonly ["business-neutral", "semantic-html-unchanged", "component-anatomy-unchanged", "state-vocabulary-unchanged", "content-remains-readable-without-decoration"];
|
|
254
|
-
}>;
|
|
255
|
-
base: Readonly<{
|
|
256
|
-
key: string;
|
|
257
|
-
version: string;
|
|
258
|
-
rootKey: string;
|
|
259
|
-
rootVersion: string;
|
|
260
|
-
}> | null;
|
|
261
|
-
resolvedAxes: Readonly<Record<string, unknown>>;
|
|
262
|
-
}>)[];
|
|
263
|
-
complexCases: readonly ["nested-surface-keeps-one-outline-and-no-second-shadow", "static-list-keeps-one-shell-with-dividers-and-optional-state-mark", "floating-items-declare-z-order-and-collision-bounds", "long-copy-reduces-rotation-before-truncation", "whole-surface-action-keeps-inner-actions-reachable", "focus-and-selection-remain-distinct-from-hard-shadow", "pending-negative-and-empty-states-keep-the-same-anatomy", "dense-primary-content-may-span-two-columns-while-sparse-data-stays-one", "sticky-rail-returns-to-flow-on-narrow-containers", "dark-high-contrast-and-reduced-motion-keep-legibility"];
|
|
264
|
-
}>;
|
|
265
|
-
export type OffsetPopGrammar = typeof offsetPopGrammar;
|
|
11
|
+
export declare const OffsetPopGrammarRoot: ({ className, theme, ...props }: GrammarRootProps) => import("react").JSX.Element;
|
|
266
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/offset-pop/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/offset-pop/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAMH,KAAK,gBAAgB,EACxB,MAAM,oBAAoB,CAAA;AAS3B,mFAAmF;AACnF,eAAO,MAAM,gBAAgB,yEAY3B,CAAA;AAeF,eAAO,MAAM,wBAAwB;;;;;;EAInC,CAAA;AAEF,eAAO,MAAM,oBAAoB,mFAA0C,CAAA"}
|
package/dist/offset-pop/index.js
CHANGED
|
@@ -1,69 +1,41 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
"use client";
|
|
2
|
+
import { COMMON_GRAMMAR_COMPONENTS, COMMON_UI_RULE_IDS, defineGrammarFamily, defineGrammarRuleConformance, } from "../common/index.js";
|
|
3
|
+
import { createElement } from "react";
|
|
4
|
+
/** Installs the Offset Pop scope without changing Common root props or behavior. */
|
|
5
|
+
const OffsetPopGrammarRootRenderer = (props) => {
|
|
6
|
+
const CommonGrammarRoot = COMMON_GRAMMAR_COMPONENTS.GrammarRoot;
|
|
7
|
+
return createElement(CommonGrammarRoot, { ...props, "data-grammar-family": "offset-pop" });
|
|
8
|
+
};
|
|
9
|
+
/** Official product-neutral Offset Pop sibling family over the Common contract. */
|
|
10
|
+
export const offsetPopGrammar = defineGrammarFamily({
|
|
11
|
+
id: "offset-pop",
|
|
12
|
+
styles: {
|
|
13
|
+
entrypoint: "@starci/grammar/offset-pop/styles.css",
|
|
14
|
+
scope: { attribute: "data-grammar-family", value: "offset-pop" },
|
|
10
15
|
},
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
field: "warm-paper",
|
|
15
|
-
ink: "near-black",
|
|
16
|
-
accents: ["hot-pink", "sun-yellow", "mint", "blush"],
|
|
17
|
-
rule: "one-dominant-accent-per-region",
|
|
18
|
-
},
|
|
19
|
-
"display-type": {
|
|
20
|
-
weight: "extra-heavy",
|
|
21
|
-
measure: "compact",
|
|
22
|
-
body: "plain-readable",
|
|
23
|
-
},
|
|
24
|
-
"outline-shadow": {
|
|
25
|
-
outline: "thick-near-black",
|
|
26
|
-
shadow: "hard-down-right-zero-blur",
|
|
27
|
-
nested: "outline-only",
|
|
28
|
-
},
|
|
29
|
-
"floating-composition": {
|
|
30
|
-
rotation: "bounded",
|
|
31
|
-
overlap: "declared-z-order",
|
|
32
|
-
narrow: "reduce-rotation-before-removing-overlap",
|
|
33
|
-
},
|
|
34
|
-
motion: {
|
|
35
|
-
hover: "lift-interactive-only",
|
|
36
|
-
pressed: "collapse-offset",
|
|
37
|
-
reduced: "no-geometric-interpolation",
|
|
16
|
+
components: {
|
|
17
|
+
replacements: {
|
|
18
|
+
GrammarRoot: OffsetPopGrammarRootRenderer,
|
|
38
19
|
},
|
|
20
|
+
extensions: {},
|
|
39
21
|
},
|
|
40
22
|
});
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
version: "1.1.0",
|
|
58
|
-
extends: Object.freeze([{ id: "core", version: "1.1.0" }]),
|
|
59
|
-
contracts: Object.freeze({
|
|
60
|
-
...CORE_COMPONENT_CONTRACTS,
|
|
61
|
-
[offsetPopVisualTreatmentContract.key]: offsetPopVisualTreatmentContract,
|
|
62
|
-
}),
|
|
63
|
-
contractList: Object.freeze([
|
|
64
|
-
...Object.values(CORE_COMPONENT_CONTRACTS),
|
|
65
|
-
offsetPopVisualTreatmentContract,
|
|
66
|
-
]),
|
|
67
|
-
complexCases: OFFSET_POP_COMPLEX_CASES,
|
|
23
|
+
const OFFSET_POP_FAMILY_EVIDENCE = {
|
|
24
|
+
"ACCENT-1": ["Offset Pop binds one scoped pink decision accent."],
|
|
25
|
+
"BOUNDARY-1": ["Offset Pop material targets emitted Common surface and frame hooks."],
|
|
26
|
+
"COLOR-5": ["Offset Pop owns scoped light, dark, system, and forced-color variables."],
|
|
27
|
+
"FOCUS-1": ["Offset Pop keeps Common focus ownership and supplies a visible family focus color."],
|
|
28
|
+
"GAP-2": ["Family geometry uses the invariant Common spacing scale."],
|
|
29
|
+
"MOTION-2": ["Reduced motion removes Offset Pop transforms and transition duration."],
|
|
30
|
+
"PADDING-3": ["Offset Pop does not add a second inset owner to Common surface content."],
|
|
31
|
+
"RESPONSIVE-4": ["Narrow viewports retain content and reduce only family shadow geometry."],
|
|
32
|
+
"STATE-2": ["Pending and loading remain Common-owned; family CSS only reads emitted state hooks."],
|
|
33
|
+
"SURFACE-1": ["Top and nested surface treatments preserve Common surface roles."],
|
|
34
|
+
};
|
|
35
|
+
export const offsetPopRuleConformance = defineGrammarRuleConformance({
|
|
36
|
+
familyId: "offset-pop",
|
|
37
|
+
inheritedCommonRules: COMMON_UI_RULE_IDS.filter((rule) => !(rule in OFFSET_POP_FAMILY_EVIDENCE)),
|
|
38
|
+
familyEvidence: OFFSET_POP_FAMILY_EVIDENCE,
|
|
68
39
|
});
|
|
40
|
+
export const OffsetPopGrammarRoot = offsetPopGrammar.components.GrammarRoot;
|
|
69
41
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/offset-pop/index.
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/offset-pop/index.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAA;AAEZ,OAAO,EACH,yBAAyB,EACzB,kBAAkB,EAClB,mBAAmB,EACnB,4BAA4B,GAG/B,MAAM,oBAAoB,CAAA;AAC3B,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAErC,oFAAoF;AACpF,MAAM,4BAA4B,GAA+C,CAAC,KAAK,EAAE,EAAE;IACvF,MAAM,iBAAiB,GAAG,yBAAyB,CAAC,WAAW,CAAA;IAC/D,OAAO,aAAa,CAAC,iBAAiB,EAAE,EAAE,GAAG,KAAK,EAAE,qBAAqB,EAAE,YAAY,EAAE,CAAC,CAAA;AAC9F,CAAC,CAAA;AAED,mFAAmF;AACnF,MAAM,CAAC,MAAM,gBAAgB,GAAG,mBAAmB,CAAC;IAChD,EAAE,EAAE,YAAY;IAChB,MAAM,EAAE;QACJ,UAAU,EAAE,uCAAuC;QACnD,KAAK,EAAE,EAAE,SAAS,EAAE,qBAAqB,EAAE,KAAK,EAAE,YAAY,EAAE;KACnE;IACD,UAAU,EAAE;QACR,YAAY,EAAE;YACV,WAAW,EAAE,4BAA4B;SAC5C;QACD,UAAU,EAAE,EAAE;KACjB;CACJ,CAAC,CAAA;AAEF,MAAM,0BAA0B,GAAG;IAC/B,UAAU,EAAE,CAAC,mDAAmD,CAAC;IACjE,YAAY,EAAE,CAAC,qEAAqE,CAAC;IACrF,SAAS,EAAE,CAAC,yEAAyE,CAAC;IACtF,SAAS,EAAE,CAAC,oFAAoF,CAAC;IACjG,OAAO,EAAE,CAAC,0DAA0D,CAAC;IACrE,UAAU,EAAE,CAAC,uEAAuE,CAAC;IACrF,WAAW,EAAE,CAAC,yEAAyE,CAAC;IACxF,cAAc,EAAE,CAAC,yEAAyE,CAAC;IAC3F,SAAS,EAAE,CAAC,qFAAqF,CAAC;IAClG,WAAW,EAAE,CAAC,kEAAkE,CAAC;CAC3E,CAAA;AAEV,MAAM,CAAC,MAAM,wBAAwB,GAAG,4BAA4B,CAAC;IACjE,QAAQ,EAAE,YAAY;IACtB,oBAAoB,EAAE,kBAAkB,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,IAAI,0BAA0B,CAAC,CAAC;IAChG,cAAc,EAAE,0BAA0B;CAC7C,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,gBAAgB,CAAC,UAAU,CAAC,WAAW,CAAA"}
|