@flowstack-ui/agent-tools 0.1.0-bootstrap.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.codex-plugin/plugin.json +37 -0
- package/CHANGELOG.md +21 -0
- package/LICENSE +21 -0
- package/README.md +125 -0
- package/docs/architecture.md +77 -0
- package/docs/releasing.md +26 -0
- package/docs/testing.md +32 -0
- package/package.json +63 -0
- package/public/index.json +2073 -0
- package/public/llms.txt +19 -0
- package/public/packages/atom/0.24.0/components/accordion.txt +131 -0
- package/public/packages/atom/0.24.0/components/alert-dialog.txt +112 -0
- package/public/packages/atom/0.24.0/components/app-bar.txt +96 -0
- package/public/packages/atom/0.24.0/components/aspect-ratio.txt +111 -0
- package/public/packages/atom/0.24.0/components/avatar.txt +119 -0
- package/public/packages/atom/0.24.0/components/badge.txt +123 -0
- package/public/packages/atom/0.24.0/components/bottom-navigation.txt +96 -0
- package/public/packages/atom/0.24.0/components/breadcrumb.txt +96 -0
- package/public/packages/atom/0.24.0/components/button.txt +98 -0
- package/public/packages/atom/0.24.0/components/carousel.txt +128 -0
- package/public/packages/atom/0.24.0/components/checkbox-group.txt +118 -0
- package/public/packages/atom/0.24.0/components/checkbox.txt +100 -0
- package/public/packages/atom/0.24.0/components/clipboard.txt +112 -0
- package/public/packages/atom/0.24.0/components/collapsible.txt +112 -0
- package/public/packages/atom/0.24.0/components/color-picker.txt +117 -0
- package/public/packages/atom/0.24.0/components/combobox.txt +126 -0
- package/public/packages/atom/0.24.0/components/context-menu.txt +114 -0
- package/public/packages/atom/0.24.0/components/data-grid.txt +136 -0
- package/public/packages/atom/0.24.0/components/dialog.txt +116 -0
- package/public/packages/atom/0.24.0/components/direction.txt +132 -0
- package/public/packages/atom/0.24.0/components/divider.txt +94 -0
- package/public/packages/atom/0.24.0/components/drag-drop.txt +141 -0
- package/public/packages/atom/0.24.0/components/drawer.txt +96 -0
- package/public/packages/atom/0.24.0/components/dropdown-menu.txt +112 -0
- package/public/packages/atom/0.24.0/components/feed.txt +132 -0
- package/public/packages/atom/0.24.0/components/field.txt +108 -0
- package/public/packages/atom/0.24.0/components/fieldset.txt +96 -0
- package/public/packages/atom/0.24.0/components/file-upload.txt +120 -0
- package/public/packages/atom/0.24.0/components/form.txt +98 -0
- package/public/packages/atom/0.24.0/components/hover-card.txt +114 -0
- package/public/packages/atom/0.24.0/components/image.txt +94 -0
- package/public/packages/atom/0.24.0/components/input.txt +96 -0
- package/public/packages/atom/0.24.0/components/label.txt +121 -0
- package/public/packages/atom/0.24.0/components/link.txt +100 -0
- package/public/packages/atom/0.24.0/components/list.txt +131 -0
- package/public/packages/atom/0.24.0/components/listbox.txt +120 -0
- package/public/packages/atom/0.24.0/components/menu.txt +126 -0
- package/public/packages/atom/0.24.0/components/menubar.txt +120 -0
- package/public/packages/atom/0.24.0/components/modal.txt +118 -0
- package/public/packages/atom/0.24.0/components/multi-select.txt +120 -0
- package/public/packages/atom/0.24.0/components/nav-list.txt +104 -0
- package/public/packages/atom/0.24.0/components/navigation-menu.txt +104 -0
- package/public/packages/atom/0.24.0/components/number-input.txt +124 -0
- package/public/packages/atom/0.24.0/components/otp-field.txt +122 -0
- package/public/packages/atom/0.24.0/components/pagination.txt +111 -0
- package/public/packages/atom/0.24.0/components/password-toggle-field.txt +116 -0
- package/public/packages/atom/0.24.0/components/popover.txt +122 -0
- package/public/packages/atom/0.24.0/components/pressable.txt +94 -0
- package/public/packages/atom/0.24.0/components/progress.txt +130 -0
- package/public/packages/atom/0.24.0/components/radio-group.txt +118 -0
- package/public/packages/atom/0.24.0/components/rating.txt +122 -0
- package/public/packages/atom/0.24.0/components/reorder.txt +141 -0
- package/public/packages/atom/0.24.0/components/scroll-area.txt +96 -0
- package/public/packages/atom/0.24.0/components/select.txt +126 -0
- package/public/packages/atom/0.24.0/components/sidebar.txt +96 -0
- package/public/packages/atom/0.24.0/components/skip-link.txt +96 -0
- package/public/packages/atom/0.24.0/components/slider.txt +124 -0
- package/public/packages/atom/0.24.0/components/swipeable-item.txt +118 -0
- package/public/packages/atom/0.24.0/components/switch.txt +116 -0
- package/public/packages/atom/0.24.0/components/table.txt +128 -0
- package/public/packages/atom/0.24.0/components/tabs.txt +96 -0
- package/public/packages/atom/0.24.0/components/textarea.txt +96 -0
- package/public/packages/atom/0.24.0/components/toast.txt +124 -0
- package/public/packages/atom/0.24.0/components/toggle-group.txt +118 -0
- package/public/packages/atom/0.24.0/components/toggle.txt +110 -0
- package/public/packages/atom/0.24.0/components/toolbar.txt +98 -0
- package/public/packages/atom/0.24.0/components/tooltip.txt +112 -0
- package/public/packages/atom/0.24.0/components/tree-grid.txt +138 -0
- package/public/packages/atom/0.24.0/components/tree.txt +138 -0
- package/public/packages/atom/0.24.0/components/visually-hidden.txt +119 -0
- package/public/packages/atom/0.24.0/docs/guides/agent-knowledge.txt +55 -0
- package/public/packages/atom/0.24.0/docs/guides/getting-started.txt +65 -0
- package/public/packages/atom/0.24.0/docs/guides/imports.txt +26 -0
- package/public/packages/atom/0.24.0/docs/guides/public-api.txt +100 -0
- package/public/packages/atom/0.24.0/guides/behavior-composition.txt +277 -0
- package/public/packages/atom/0.24.0/guides/layer-selection.txt +807 -0
- package/public/packages/atom/0.24.0/index.txt +89 -0
- package/public/packages/brick/0.1.11/components/accordion.txt +158 -0
- package/public/packages/brick/0.1.11/components/alert-dialog.txt +175 -0
- package/public/packages/brick/0.1.11/components/app-bar.txt +134 -0
- package/public/packages/brick/0.1.11/components/appearance.txt +143 -0
- package/public/packages/brick/0.1.11/components/aspect-ratio.txt +136 -0
- package/public/packages/brick/0.1.11/components/avatar.txt +152 -0
- package/public/packages/brick/0.1.11/components/badge.txt +139 -0
- package/public/packages/brick/0.1.11/components/bleed.txt +104 -0
- package/public/packages/brick/0.1.11/components/bottom-navigation.txt +106 -0
- package/public/packages/brick/0.1.11/components/breadcrumb.txt +96 -0
- package/public/packages/brick/0.1.11/components/button.txt +103 -0
- package/public/packages/brick/0.1.11/components/card.txt +132 -0
- package/public/packages/brick/0.1.11/components/carousel.txt +206 -0
- package/public/packages/brick/0.1.11/components/checkbox-group.txt +175 -0
- package/public/packages/brick/0.1.11/components/checkbox.txt +103 -0
- package/public/packages/brick/0.1.11/components/chip.txt +128 -0
- package/public/packages/brick/0.1.11/components/code-block.txt +134 -0
- package/public/packages/brick/0.1.11/components/code.txt +120 -0
- package/public/packages/brick/0.1.11/components/collapsible.txt +179 -0
- package/public/packages/brick/0.1.11/components/color-picker.txt +135 -0
- package/public/packages/brick/0.1.11/components/color-swatch.txt +98 -0
- package/public/packages/brick/0.1.11/components/combobox.txt +157 -0
- package/public/packages/brick/0.1.11/components/container.txt +112 -0
- package/public/packages/brick/0.1.11/components/context-menu.txt +174 -0
- package/public/packages/brick/0.1.11/components/data-grid.txt +199 -0
- package/public/packages/brick/0.1.11/components/data-list.txt +115 -0
- package/public/packages/brick/0.1.11/components/dialog.txt +176 -0
- package/public/packages/brick/0.1.11/components/divider.txt +104 -0
- package/public/packages/brick/0.1.11/components/drawer.txt +146 -0
- package/public/packages/brick/0.1.11/components/dropdown-menu.txt +179 -0
- package/public/packages/brick/0.1.11/components/feed.txt +143 -0
- package/public/packages/brick/0.1.11/components/field.txt +115 -0
- package/public/packages/brick/0.1.11/components/fieldset.txt +103 -0
- package/public/packages/brick/0.1.11/components/file-upload.txt +154 -0
- package/public/packages/brick/0.1.11/components/form.txt +108 -0
- package/public/packages/brick/0.1.11/components/frame.txt +132 -0
- package/public/packages/brick/0.1.11/components/grid.txt +141 -0
- package/public/packages/brick/0.1.11/components/group.txt +136 -0
- package/public/packages/brick/0.1.11/components/hide.txt +121 -0
- package/public/packages/brick/0.1.11/components/hover-card.txt +156 -0
- package/public/packages/brick/0.1.11/components/icon-button.txt +119 -0
- package/public/packages/brick/0.1.11/components/icon.txt +160 -0
- package/public/packages/brick/0.1.11/components/image.txt +163 -0
- package/public/packages/brick/0.1.11/components/input.txt +101 -0
- package/public/packages/brick/0.1.11/components/link-box.txt +161 -0
- package/public/packages/brick/0.1.11/components/link.txt +133 -0
- package/public/packages/brick/0.1.11/components/list.txt +139 -0
- package/public/packages/brick/0.1.11/components/menubar.txt +174 -0
- package/public/packages/brick/0.1.11/components/multi-select.txt +153 -0
- package/public/packages/brick/0.1.11/components/nav-list.txt +130 -0
- package/public/packages/brick/0.1.11/components/navigation-menu.txt +150 -0
- package/public/packages/brick/0.1.11/components/notification-badge.txt +148 -0
- package/public/packages/brick/0.1.11/components/number-input.txt +150 -0
- package/public/packages/brick/0.1.11/components/otp-field.txt +146 -0
- package/public/packages/brick/0.1.11/components/pagination.txt +124 -0
- package/public/packages/brick/0.1.11/components/password-toggle-field.txt +146 -0
- package/public/packages/brick/0.1.11/components/popover.txt +181 -0
- package/public/packages/brick/0.1.11/components/progress-circle.txt +142 -0
- package/public/packages/brick/0.1.11/components/progress.txt +150 -0
- package/public/packages/brick/0.1.11/components/radio-group.txt +152 -0
- package/public/packages/brick/0.1.11/components/rating.txt +151 -0
- package/public/packages/brick/0.1.11/components/reorderable-list.txt +130 -0
- package/public/packages/brick/0.1.11/components/scroll-area.txt +110 -0
- package/public/packages/brick/0.1.11/components/section.txt +118 -0
- package/public/packages/brick/0.1.11/components/segment-group.txt +116 -0
- package/public/packages/brick/0.1.11/components/select.txt +157 -0
- package/public/packages/brick/0.1.11/components/show.txt +121 -0
- package/public/packages/brick/0.1.11/components/sidebar.txt +126 -0
- package/public/packages/brick/0.1.11/components/skeleton.txt +127 -0
- package/public/packages/brick/0.1.11/components/skip-link.txt +102 -0
- package/public/packages/brick/0.1.11/components/slider.txt +147 -0
- package/public/packages/brick/0.1.11/components/stack.txt +155 -0
- package/public/packages/brick/0.1.11/components/status.txt +110 -0
- package/public/packages/brick/0.1.11/components/surface.txt +194 -0
- package/public/packages/brick/0.1.11/components/swipeable-item.txt +154 -0
- package/public/packages/brick/0.1.11/components/switch.txt +152 -0
- package/public/packages/brick/0.1.11/components/table.txt +183 -0
- package/public/packages/brick/0.1.11/components/tabs.txt +136 -0
- package/public/packages/brick/0.1.11/components/text.txt +148 -0
- package/public/packages/brick/0.1.11/components/textarea.txt +101 -0
- package/public/packages/brick/0.1.11/components/toast.txt +150 -0
- package/public/packages/brick/0.1.11/components/toggle-group.txt +149 -0
- package/public/packages/brick/0.1.11/components/toggle.txt +140 -0
- package/public/packages/brick/0.1.11/components/toolbar.txt +118 -0
- package/public/packages/brick/0.1.11/components/tooltip.txt +156 -0
- package/public/packages/brick/0.1.11/components/tree-grid.txt +160 -0
- package/public/packages/brick/0.1.11/components/tree.txt +156 -0
- package/public/packages/brick/0.1.11/components/visually-hidden.txt +123 -0
- package/public/packages/brick/0.1.11/components/z-stack.txt +143 -0
- package/public/packages/brick/0.1.11/docs/guides/agent-knowledge.txt +67 -0
- package/public/packages/brick/0.1.11/docs/guides/appearance-and-tokens.txt +179 -0
- package/public/packages/brick/0.1.11/docs/guides/browser-support.txt +25 -0
- package/public/packages/brick/0.1.11/docs/guides/control-sizing.txt +59 -0
- package/public/packages/brick/0.1.11/docs/guides/installation.txt +79 -0
- package/public/packages/brick/0.1.11/docs/guides/theme-contract.txt +90 -0
- package/public/packages/brick/0.1.11/guides/interface-composition.txt +665 -0
- package/public/packages/brick/0.1.11/guides/layer-selection.txt +1437 -0
- package/public/packages/brick/0.1.11/index.txt +110 -0
- package/public/packages/colors/0.1.1/docs/agent-knowledge.txt +63 -0
- package/public/packages/colors/0.1.1/docs/architecture.txt +74 -0
- package/public/packages/colors/0.1.1/docs/color-foundations.txt +128 -0
- package/public/packages/colors/0.1.1/docs/compatibility.txt +75 -0
- package/public/packages/colors/0.1.1/docs/dependency-qualification.txt +117 -0
- package/public/packages/colors/0.1.1/docs/installation.txt +48 -0
- package/public/packages/colors/0.1.1/docs/palette-generation.txt +151 -0
- package/public/packages/colors/0.1.1/docs/releasing.txt +34 -0
- package/public/packages/colors/0.1.1/docs/testing.txt +51 -0
- package/public/packages/colors/0.1.1/guides/colors-system.txt +282 -0
- package/public/packages/colors/0.1.1/index.txt +29 -0
- package/public/packages/colors/0.1.1/operations/color-conversion.txt +14 -0
- package/public/packages/colors/0.1.1/operations/color-inspection.txt +23 -0
- package/public/packages/colors/0.1.1/operations/color-measurement.txt +18 -0
- package/public/packages/colors/0.1.1/operations/color-provenance.txt +14 -0
- package/public/packages/colors/0.1.1/operations/named-palette-reference.txt +15 -0
- package/public/packages/colors/0.1.1/operations/palette-candidate.txt +37 -0
- package/public/packages/theme/0.1.1/docs/agent-knowledge.txt +44 -0
- package/public/packages/theme/0.1.1/docs/appearances-and-portals.txt +41 -0
- package/public/packages/theme/0.1.1/docs/architecture.txt +121 -0
- package/public/packages/theme/0.1.1/docs/authoring.txt +141 -0
- package/public/packages/theme/0.1.1/docs/colors-interchange.txt +82 -0
- package/public/packages/theme/0.1.1/docs/fonts.txt +40 -0
- package/public/packages/theme/0.1.1/docs/installation.txt +45 -0
- package/public/packages/theme/0.1.1/docs/migration.txt +40 -0
- package/public/packages/theme/0.1.1/docs/testing.txt +64 -0
- package/public/packages/theme/0.1.1/docs/troubleshooting.txt +53 -0
- package/public/packages/theme/0.1.1/guides/theme-system.txt +340 -0
- package/public/packages/theme/0.1.1/index.txt +31 -0
- package/public/packages/theme/0.1.1/operations/brick-contract-compatibility.txt +35 -0
- package/public/packages/theme/0.1.1/operations/colors-interchange.txt +35 -0
- package/public/packages/theme/0.1.1/operations/theme-artifacts.txt +19 -0
- package/public/packages/theme/0.1.1/operations/theme-cli.txt +10 -0
- package/public/packages/theme/0.1.1/operations/theme-compilation.txt +23 -0
- package/public/packages/theme/0.1.1/operations/theme-definition.txt +36 -0
- package/public/packages/theme/0.1.1/operations/theme-validation.txt +19 -0
- package/public/tasks/data.txt +39 -0
- package/public/tasks/forms.txt +65 -0
- package/public/tasks/layout.txt +37 -0
- package/public/tasks/navigation.txt +51 -0
- package/public/tasks/overlays.txt +39 -0
- package/public/tasks/theming.txt +37 -0
- package/skills/flowstack-ui-builder/SKILL.md +35 -0
- package/skills/flowstack-ui-builder/agents/openai.yaml +4 -0
- package/skills/flowstack-ui-builder/scripts/resolve-agent-knowledge.mjs +399 -0
- package/skills/flowstack-ui-compose/SKILL.md +32 -0
- package/skills/flowstack-ui-compose/agents/openai.yaml +4 -0
- package/skills/flowstack-ui-compose/scripts/resolve-agent-knowledge.mjs +399 -0
- package/skills/flowstack-ui-maintainer/SKILL.md +40 -0
- package/skills/flowstack-ui-maintainer/agents/openai.yaml +4 -0
- package/skills/flowstack-ui-maintainer/scripts/resolve-agent-knowledge.mjs +399 -0
- package/skills/flowstack-ui-review/SKILL.md +29 -0
- package/skills/flowstack-ui-review/agents/openai.yaml +4 -0
- package/skills/flowstack-ui-review/scripts/resolve-agent-knowledge.mjs +399 -0
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# Public document: troubleshooting
|
|
2
|
+
|
|
3
|
+
Source: @flowstack-ui/theme@0.1.1
|
|
4
|
+
|
|
5
|
+
# Troubleshooting
|
|
6
|
+
|
|
7
|
+
## Contract revision is unsupported
|
|
8
|
+
|
|
9
|
+
Install a Brick release whose `theme-contract.json` has revision 2 or newer.
|
|
10
|
+
Do not edit or snapshot the installed contract to bypass this check.
|
|
11
|
+
|
|
12
|
+
## Brick version is incompatible
|
|
13
|
+
|
|
14
|
+
Either install a Brick version accepted by `compatibility.brick` or review and
|
|
15
|
+
update the theme's compatibility range after qualifying it against the newer
|
|
16
|
+
contract.
|
|
17
|
+
|
|
18
|
+
## Atomic family is incomplete
|
|
19
|
+
|
|
20
|
+
Supply every member of the named family for that appearance, or remove all
|
|
21
|
+
overrides for the family to inherit Brick's complete default.
|
|
22
|
+
|
|
23
|
+
## Contrast is insufficient
|
|
24
|
+
|
|
25
|
+
The diagnostic names the appearance, foreground, background, raw ratio, and
|
|
26
|
+
required threshold. Adjust the semantic family while reviewing rest, hover,
|
|
27
|
+
pressed, soft, and foreground values together. Do not round the ratio or add a
|
|
28
|
+
local component patch.
|
|
29
|
+
|
|
30
|
+
## Contrast is unverifiable
|
|
31
|
+
|
|
32
|
+
Brick-declared contrast participants must resolve to opaque sRGB hex or
|
|
33
|
+
`rgb()` values. Convert the accepted color to one of those exact forms.
|
|
34
|
+
Transparent colors, gradients, images, color mixing, and final composition
|
|
35
|
+
still require browser-level accessibility review.
|
|
36
|
+
|
|
37
|
+
## A portal has the wrong appearance
|
|
38
|
+
|
|
39
|
+
Render it into a container under the intended boundary or place an explicit
|
|
40
|
+
theme and appearance boundary on the portal root. React context alone cannot
|
|
41
|
+
transfer CSS ancestry.
|
|
42
|
+
|
|
43
|
+
## The font falls back
|
|
44
|
+
|
|
45
|
+
Read `theme.manifest.json` requirements and verify the application loads the
|
|
46
|
+
declared family or CSS variable on the active theme boundary. Theme does not
|
|
47
|
+
load font assets.
|
|
48
|
+
|
|
49
|
+
## Generated files drift
|
|
50
|
+
|
|
51
|
+
Compile with the same Theme version and installed Brick contract used by CI.
|
|
52
|
+
Keep only one generation owner: committed artifacts plus a drift check, or CI
|
|
53
|
+
generation from source.
|
|
@@ -0,0 +1,340 @@
|
|
|
1
|
+
# FLOWSTACK Theme system
|
|
2
|
+
|
|
3
|
+
Source: @flowstack-ui/theme@0.1.1
|
|
4
|
+
Kind: guide
|
|
5
|
+
ID: theme-system
|
|
6
|
+
|
|
7
|
+
# FLOWSTACK Theme system
|
|
8
|
+
|
|
9
|
+
## Purpose
|
|
10
|
+
|
|
11
|
+
Author, compile, and integrate a project theme without changing Brick component meaning or moving application runtime ownership into Theme.
|
|
12
|
+
|
|
13
|
+
## Decision order
|
|
14
|
+
|
|
15
|
+
1. Identify brand and product colors as project palettes and roles before mapping any value to Brick.
|
|
16
|
+
2. If using Colors, review its candidate explicitly and scaffold selected families through the serialized file interchange.
|
|
17
|
+
3. Install a released Brick version whose theme contract revision is supported by Theme.
|
|
18
|
+
4. Map only UI meanings Brick owns into brick.light and brick.dark; keep charts, syntax, editorial, and campaign colors in project roles or namespaced extensions.
|
|
19
|
+
5. Use appearanceRoles for optional project or package meanings that vary between light and dark, and declare their maintained foreground/background relationships explicitly.
|
|
20
|
+
6. Override a complete atomic Brick family or inherit that entire family from Brick defaults.
|
|
21
|
+
7. Use only Brick-declared component theme inputs and treat their closed values as project-wide policy with component props remaining available for local exceptions.
|
|
22
|
+
8. Compile at build time, review the contrast report and static artifacts, then ship the CSS rather than the compiler.
|
|
23
|
+
9. Let the application own activation, saved preference, fonts, assets, portals, and first-paint behavior.
|
|
24
|
+
|
|
25
|
+
## Selection map
|
|
26
|
+
|
|
27
|
+
- **Author a deterministic theme source:** use defineTheme with the flowstack.theme.v1 schema and JSON-compatible values.
|
|
28
|
+
- **Check a theme definition before compatibility work:** use validateThemeDefinition for diagnostics or assertThemeDefinition for a throwing boundary.
|
|
29
|
+
- **Qualify Theme against Brick:** use load and assert the theme-contract.json belonging to the exact installed Brick version.
|
|
30
|
+
- **Start from generated Colors candidates:** use the serialized, explicitly reviewed Colors candidate and scaffold mapping handoff.
|
|
31
|
+
- **Resolve semantic values and prove completeness and contrast:** use compileTheme against the selected installed Brick contract.
|
|
32
|
+
- **Produce files for an application build:** use compileThemeFiles and writeThemeArtifacts for the complete deterministic CSS, token, manifest, and report set.
|
|
33
|
+
- **Validate, scaffold, or compile from automation:** use the flowstack-theme CLI with explicit JSON, contract, mapping, and output paths.
|
|
34
|
+
- **Activate a compiled theme or choose product-specific brand direction:** use application-owned runtime and authorized project inputs after Theme emits static artifacts.
|
|
35
|
+
|
|
36
|
+
## Rules
|
|
37
|
+
|
|
38
|
+
- **MUST:** Keep theme definitions JSON-compatible and deterministic; do not use functions, DOM state, environment-dependent values, or runtime callbacks.
|
|
39
|
+
- **MUST:** Compile against the theme-contract.json exported by the installed Brick package and do not maintain a copied semantic-token list.
|
|
40
|
+
- **MUST:** Treat Colors as optional serialized file input; never add a Colors runtime dependency or map an unreviewed candidate.
|
|
41
|
+
- **MUST:** When one member of an atomic Brick color family changes, provide the complete family for that appearance or inherit the complete Brick default.
|
|
42
|
+
- **MUST:** Map values by semantic UI meaning; never misuse warning, danger, success, or information merely to obtain a desired hue.
|
|
43
|
+
- **MUST:** Keep unlimited non-Brick brand, visualization, syntax, editorial, and product colors in palettes, roles, or namespaced extensions.
|
|
44
|
+
- **MUST:** Treat insufficient or unprovable Brick-declared and project-declared contrast pairs as build failures; do not round a failing ratio into a pass.
|
|
45
|
+
- **MUST:** Define every appearance-aware project role for every supported appearance, keep its logical meaning stable, and do not duplicate the same path in invariant roles.
|
|
46
|
+
- **MUST:** Ship compiled static CSS and keep @flowstack-ui/theme in build tooling unless a separately qualified runtime adapter is introduced.
|
|
47
|
+
- **MUST:** Keep theme selection, persistence, pre-paint setup, font and asset loading, and portal-container coordination in the application.
|
|
48
|
+
- **MUST:** Do not add theme breakpoints expecting them to recompile Brick media queries; Brick component breakpoints and application layout policy have separate owners.
|
|
49
|
+
- **SHOULD:** Use components only for inputs explicitly audited in the Brick contract; honor closed allowed values and their conditional validation, and keep local component token overrides local.
|
|
50
|
+
|
|
51
|
+
## Ownership
|
|
52
|
+
|
|
53
|
+
### Brick
|
|
54
|
+
|
|
55
|
+
- accessible default values
|
|
56
|
+
- semantic UI roles and component recipes
|
|
57
|
+
- atomic families, contrast pairs, and approved component inputs
|
|
58
|
+
|
|
59
|
+
### Theme
|
|
60
|
+
|
|
61
|
+
- serializable project values and mappings
|
|
62
|
+
- compatibility, completeness, alias, and contrast validation
|
|
63
|
+
- appearance-aware project roles and explicit project relationships
|
|
64
|
+
- deterministic CSS, token, manifest, and report artifacts
|
|
65
|
+
|
|
66
|
+
### Application
|
|
67
|
+
|
|
68
|
+
- activation and saved preference
|
|
69
|
+
- font and asset loading
|
|
70
|
+
- first paint, portals, routes, and product art direction
|
|
71
|
+
|
|
72
|
+
## Native and application fallback
|
|
73
|
+
|
|
74
|
+
1. Check whether the task is deterministic Theme authoring, validation, compatibility, compilation, artifact writing, or CLI automation before using this package.
|
|
75
|
+
2. Use application-owned integration for runtime activation, persistence, first paint, fonts, assets, portal placement, routes, and product-specific art direction.
|
|
76
|
+
3. Report a Theme or Brick contract gap instead of copying semantic tokens, weakening validation, inventing brand decisions, or shipping the compiler in the browser.
|
|
77
|
+
|
|
78
|
+
## Validation checklist
|
|
79
|
+
|
|
80
|
+
- Validate the definition envelope before compiling.
|
|
81
|
+
- When using Colors interchange, confirm the candidate review and scaffold report identify the intended families and semantic jobs.
|
|
82
|
+
- Compile against the exact installed Brick contract revision and review every diagnostic.
|
|
83
|
+
- When a categorical component input activates conditional validation, confirm every resulting contrast pair passes in every supported appearance.
|
|
84
|
+
- Confirm every appearance role is complete and every declared project relationship passes in every supported appearance.
|
|
85
|
+
- Confirm theme.report.json contains one passing result for every declared pair and supported appearance.
|
|
86
|
+
- Verify generated artifacts are byte-stable and committed only when the application owns committed build output.
|
|
87
|
+
- Build the production application and verify explicit light, dark, nested appearance, portal, first-paint, and forced-colors behavior where applicable.
|
|
88
|
+
- Confirm the browser bundle does not contain the Theme compiler.
|
|
89
|
+
|
|
90
|
+
## Related guidance
|
|
91
|
+
|
|
92
|
+
- `theme-definition (operation)`
|
|
93
|
+
- `theme-validation (operation)`
|
|
94
|
+
- `brick-contract-compatibility (operation)`
|
|
95
|
+
- `colors-interchange (operation)`
|
|
96
|
+
- `theme-compilation (operation)`
|
|
97
|
+
- `theme-artifacts (operation)`
|
|
98
|
+
- `theme-cli (operation)`
|
|
99
|
+
- `application-theme-runtime (native/application)`
|
|
100
|
+
|
|
101
|
+
## Machine record
|
|
102
|
+
|
|
103
|
+
```json
|
|
104
|
+
{
|
|
105
|
+
"schema": "flowstack.agent-guide.v1",
|
|
106
|
+
"id": "theme-system",
|
|
107
|
+
"name": "FLOWSTACK Theme system",
|
|
108
|
+
"package": "@flowstack-ui/theme",
|
|
109
|
+
"layer": "theme",
|
|
110
|
+
"kind": "guide",
|
|
111
|
+
"purpose": "Author, compile, and integrate a project theme without changing Brick component meaning or moving application runtime ownership into Theme.",
|
|
112
|
+
"decisionOrder": [
|
|
113
|
+
"Identify brand and product colors as project palettes and roles before mapping any value to Brick.",
|
|
114
|
+
"If using Colors, review its candidate explicitly and scaffold selected families through the serialized file interchange.",
|
|
115
|
+
"Install a released Brick version whose theme contract revision is supported by Theme.",
|
|
116
|
+
"Map only UI meanings Brick owns into brick.light and brick.dark; keep charts, syntax, editorial, and campaign colors in project roles or namespaced extensions.",
|
|
117
|
+
"Use appearanceRoles for optional project or package meanings that vary between light and dark, and declare their maintained foreground/background relationships explicitly.",
|
|
118
|
+
"Override a complete atomic Brick family or inherit that entire family from Brick defaults.",
|
|
119
|
+
"Use only Brick-declared component theme inputs and treat their closed values as project-wide policy with component props remaining available for local exceptions.",
|
|
120
|
+
"Compile at build time, review the contrast report and static artifacts, then ship the CSS rather than the compiler.",
|
|
121
|
+
"Let the application own activation, saved preference, fonts, assets, portals, and first-paint behavior."
|
|
122
|
+
],
|
|
123
|
+
"selection": [
|
|
124
|
+
{
|
|
125
|
+
"intent": "Author a deterministic theme source",
|
|
126
|
+
"use": "defineTheme with the flowstack.theme.v1 schema and JSON-compatible values",
|
|
127
|
+
"destinations": [
|
|
128
|
+
{
|
|
129
|
+
"kind": "operation",
|
|
130
|
+
"id": "theme-definition"
|
|
131
|
+
}
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"intent": "Check a theme definition before compatibility work",
|
|
136
|
+
"use": "validateThemeDefinition for diagnostics or assertThemeDefinition for a throwing boundary",
|
|
137
|
+
"destinations": [
|
|
138
|
+
{
|
|
139
|
+
"kind": "operation",
|
|
140
|
+
"id": "theme-validation"
|
|
141
|
+
}
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"intent": "Qualify Theme against Brick",
|
|
146
|
+
"use": "load and assert the theme-contract.json belonging to the exact installed Brick version",
|
|
147
|
+
"destinations": [
|
|
148
|
+
{
|
|
149
|
+
"kind": "operation",
|
|
150
|
+
"id": "brick-contract-compatibility"
|
|
151
|
+
}
|
|
152
|
+
]
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"intent": "Start from generated Colors candidates",
|
|
156
|
+
"use": "the serialized, explicitly reviewed Colors candidate and scaffold mapping handoff",
|
|
157
|
+
"destinations": [
|
|
158
|
+
{
|
|
159
|
+
"kind": "operation",
|
|
160
|
+
"id": "colors-interchange"
|
|
161
|
+
}
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"intent": "Resolve semantic values and prove completeness and contrast",
|
|
166
|
+
"use": "compileTheme against the selected installed Brick contract",
|
|
167
|
+
"destinations": [
|
|
168
|
+
{
|
|
169
|
+
"kind": "operation",
|
|
170
|
+
"id": "theme-compilation"
|
|
171
|
+
}
|
|
172
|
+
]
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"intent": "Produce files for an application build",
|
|
176
|
+
"use": "compileThemeFiles and writeThemeArtifacts for the complete deterministic CSS, token, manifest, and report set",
|
|
177
|
+
"destinations": [
|
|
178
|
+
{
|
|
179
|
+
"kind": "operation",
|
|
180
|
+
"id": "theme-artifacts"
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"intent": "Validate, scaffold, or compile from automation",
|
|
186
|
+
"use": "the flowstack-theme CLI with explicit JSON, contract, mapping, and output paths",
|
|
187
|
+
"destinations": [
|
|
188
|
+
{
|
|
189
|
+
"kind": "operation",
|
|
190
|
+
"id": "theme-cli"
|
|
191
|
+
}
|
|
192
|
+
]
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"intent": "Activate a compiled theme or choose product-specific brand direction",
|
|
196
|
+
"use": "application-owned runtime and authorized project inputs after Theme emits static artifacts",
|
|
197
|
+
"destinations": [
|
|
198
|
+
{
|
|
199
|
+
"kind": "native-application",
|
|
200
|
+
"id": "application-theme-runtime"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"kind": "native-application",
|
|
204
|
+
"id": "application-art-direction"
|
|
205
|
+
}
|
|
206
|
+
]
|
|
207
|
+
}
|
|
208
|
+
],
|
|
209
|
+
"rules": [
|
|
210
|
+
{
|
|
211
|
+
"id": "theme-serializable",
|
|
212
|
+
"level": "must",
|
|
213
|
+
"statement": "Keep theme definitions JSON-compatible and deterministic; do not use functions, DOM state, environment-dependent values, or runtime callbacks."
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"id": "theme-installed-contract",
|
|
217
|
+
"level": "must",
|
|
218
|
+
"statement": "Compile against the theme-contract.json exported by the installed Brick package and do not maintain a copied semantic-token list."
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"id": "theme-colors-interchange",
|
|
222
|
+
"level": "must",
|
|
223
|
+
"statement": "Treat Colors as optional serialized file input; never add a Colors runtime dependency or map an unreviewed candidate."
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"id": "theme-complete-family",
|
|
227
|
+
"level": "must",
|
|
228
|
+
"statement": "When one member of an atomic Brick color family changes, provide the complete family for that appearance or inherit the complete Brick default."
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"id": "theme-semantic-mapping",
|
|
232
|
+
"level": "must",
|
|
233
|
+
"statement": "Map values by semantic UI meaning; never misuse warning, danger, success, or information merely to obtain a desired hue."
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"id": "theme-extra-colors",
|
|
237
|
+
"level": "must",
|
|
238
|
+
"statement": "Keep unlimited non-Brick brand, visualization, syntax, editorial, and product colors in palettes, roles, or namespaced extensions."
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"id": "theme-contrast",
|
|
242
|
+
"level": "must",
|
|
243
|
+
"statement": "Treat insufficient or unprovable Brick-declared and project-declared contrast pairs as build failures; do not round a failing ratio into a pass."
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"id": "theme-appearance-roles",
|
|
247
|
+
"level": "must",
|
|
248
|
+
"statement": "Define every appearance-aware project role for every supported appearance, keep its logical meaning stable, and do not duplicate the same path in invariant roles."
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"id": "theme-static-runtime",
|
|
252
|
+
"level": "must",
|
|
253
|
+
"statement": "Ship compiled static CSS and keep @flowstack-ui/theme in build tooling unless a separately qualified runtime adapter is introduced."
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"id": "theme-application-ownership",
|
|
257
|
+
"level": "must",
|
|
258
|
+
"statement": "Keep theme selection, persistence, pre-paint setup, font and asset loading, and portal-container coordination in the application."
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"id": "theme-breakpoints",
|
|
262
|
+
"level": "must",
|
|
263
|
+
"statement": "Do not add theme breakpoints expecting them to recompile Brick media queries; Brick component breakpoints and application layout policy have separate owners."
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"id": "theme-component-inputs",
|
|
267
|
+
"level": "should",
|
|
268
|
+
"statement": "Use components only for inputs explicitly audited in the Brick contract; honor closed allowed values and their conditional validation, and keep local component token overrides local."
|
|
269
|
+
}
|
|
270
|
+
],
|
|
271
|
+
"ownership": {
|
|
272
|
+
"brick": [
|
|
273
|
+
"accessible default values",
|
|
274
|
+
"semantic UI roles and component recipes",
|
|
275
|
+
"atomic families, contrast pairs, and approved component inputs"
|
|
276
|
+
],
|
|
277
|
+
"theme": [
|
|
278
|
+
"serializable project values and mappings",
|
|
279
|
+
"compatibility, completeness, alias, and contrast validation",
|
|
280
|
+
"appearance-aware project roles and explicit project relationships",
|
|
281
|
+
"deterministic CSS, token, manifest, and report artifacts"
|
|
282
|
+
],
|
|
283
|
+
"application": [
|
|
284
|
+
"activation and saved preference",
|
|
285
|
+
"font and asset loading",
|
|
286
|
+
"first paint, portals, routes, and product art direction"
|
|
287
|
+
]
|
|
288
|
+
},
|
|
289
|
+
"nativeFallback": {
|
|
290
|
+
"check": "Check whether the task is deterministic Theme authoring, validation, compatibility, compilation, artifact writing, or CLI automation before using this package.",
|
|
291
|
+
"use": "Use application-owned integration for runtime activation, persistence, first paint, fonts, assets, portal placement, routes, and product-specific art direction.",
|
|
292
|
+
"report": "Report a Theme or Brick contract gap instead of copying semantic tokens, weakening validation, inventing brand decisions, or shipping the compiler in the browser."
|
|
293
|
+
},
|
|
294
|
+
"validation": [
|
|
295
|
+
"Validate the definition envelope before compiling.",
|
|
296
|
+
"When using Colors interchange, confirm the candidate review and scaffold report identify the intended families and semantic jobs.",
|
|
297
|
+
"Compile against the exact installed Brick contract revision and review every diagnostic.",
|
|
298
|
+
"When a categorical component input activates conditional validation, confirm every resulting contrast pair passes in every supported appearance.",
|
|
299
|
+
"Confirm every appearance role is complete and every declared project relationship passes in every supported appearance.",
|
|
300
|
+
"Confirm theme.report.json contains one passing result for every declared pair and supported appearance.",
|
|
301
|
+
"Verify generated artifacts are byte-stable and committed only when the application owns committed build output.",
|
|
302
|
+
"Build the production application and verify explicit light, dark, nested appearance, portal, first-paint, and forced-colors behavior where applicable.",
|
|
303
|
+
"Confirm the browser bundle does not contain the Theme compiler."
|
|
304
|
+
],
|
|
305
|
+
"related": [
|
|
306
|
+
{
|
|
307
|
+
"kind": "operation",
|
|
308
|
+
"id": "theme-definition"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"kind": "operation",
|
|
312
|
+
"id": "theme-validation"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"kind": "operation",
|
|
316
|
+
"id": "brick-contract-compatibility"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"kind": "operation",
|
|
320
|
+
"id": "colors-interchange"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"kind": "operation",
|
|
324
|
+
"id": "theme-compilation"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"kind": "operation",
|
|
328
|
+
"id": "theme-artifacts"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"kind": "operation",
|
|
332
|
+
"id": "theme-cli"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"kind": "native-application",
|
|
336
|
+
"id": "application-theme-runtime"
|
|
337
|
+
}
|
|
338
|
+
]
|
|
339
|
+
}
|
|
340
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# @flowstack-ui/theme@0.1.1
|
|
2
|
+
|
|
3
|
+
Archive SHA-256: `fcdc32692843076c0fe313af837660c93b7f69537c663005b9a8d78e493dea5b`
|
|
4
|
+
Coverage: 121/121 public surfaces; zero failures.
|
|
5
|
+
|
|
6
|
+
## document
|
|
7
|
+
|
|
8
|
+
- [agent-knowledge](/packages/theme/0.1.1/docs/agent-knowledge.txt)
|
|
9
|
+
- [appearances-and-portals](/packages/theme/0.1.1/docs/appearances-and-portals.txt)
|
|
10
|
+
- [architecture](/packages/theme/0.1.1/docs/architecture.txt)
|
|
11
|
+
- [authoring](/packages/theme/0.1.1/docs/authoring.txt)
|
|
12
|
+
- [colors-interchange](/packages/theme/0.1.1/docs/colors-interchange.txt)
|
|
13
|
+
- [fonts](/packages/theme/0.1.1/docs/fonts.txt)
|
|
14
|
+
- [installation](/packages/theme/0.1.1/docs/installation.txt)
|
|
15
|
+
- [migration](/packages/theme/0.1.1/docs/migration.txt)
|
|
16
|
+
- [testing](/packages/theme/0.1.1/docs/testing.txt)
|
|
17
|
+
- [troubleshooting](/packages/theme/0.1.1/docs/troubleshooting.txt)
|
|
18
|
+
|
|
19
|
+
## guide
|
|
20
|
+
|
|
21
|
+
- [FLOWSTACK Theme system](/packages/theme/0.1.1/guides/theme-system.txt)
|
|
22
|
+
|
|
23
|
+
## operation
|
|
24
|
+
|
|
25
|
+
- [Brick contract compatibility](/packages/theme/0.1.1/operations/brick-contract-compatibility.txt)
|
|
26
|
+
- [Colors interchange](/packages/theme/0.1.1/operations/colors-interchange.txt)
|
|
27
|
+
- [Theme artifacts](/packages/theme/0.1.1/operations/theme-artifacts.txt)
|
|
28
|
+
- [Theme CLI](/packages/theme/0.1.1/operations/theme-cli.txt)
|
|
29
|
+
- [Theme compilation](/packages/theme/0.1.1/operations/theme-compilation.txt)
|
|
30
|
+
- [Theme definition](/packages/theme/0.1.1/operations/theme-definition.txt)
|
|
31
|
+
- [Theme validation](/packages/theme/0.1.1/operations/theme-validation.txt)
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# Brick contract compatibility
|
|
2
|
+
|
|
3
|
+
Source: @flowstack-ui/theme@0.1.1
|
|
4
|
+
Kind: operation
|
|
5
|
+
ID: brick-contract-compatibility
|
|
6
|
+
Guide: [theme-system](/packages/theme/0.1.1/guides/theme-system.txt)
|
|
7
|
+
|
|
8
|
+
## Covered public surfaces
|
|
9
|
+
|
|
10
|
+
- `.#BRICK_THEME_CONTRACT_SCHEMA`
|
|
11
|
+
- `.#BrickAtomicColorFamily`
|
|
12
|
+
- `.#BrickComponentThemeAssignment`
|
|
13
|
+
- `.#BrickComponentThemeInput`
|
|
14
|
+
- `.#BrickContractToken`
|
|
15
|
+
- `.#BrickContrastCondition`
|
|
16
|
+
- `.#BrickContrastContract`
|
|
17
|
+
- `.#BrickContrastKind`
|
|
18
|
+
- `.#BrickContrastPair`
|
|
19
|
+
- `.#BrickThemeContract`
|
|
20
|
+
- `.#BrickTokenClassification`
|
|
21
|
+
- `.#BrickTokenDeprecation`
|
|
22
|
+
- `.#assertBrickThemeContract`
|
|
23
|
+
- `.#loadBrickThemeContract`
|
|
24
|
+
- `./schema#BRICK_THEME_CONTRACT_SCHEMA`
|
|
25
|
+
- `./schema#BrickAtomicColorFamily`
|
|
26
|
+
- `./schema#BrickComponentThemeAssignment`
|
|
27
|
+
- `./schema#BrickComponentThemeInput`
|
|
28
|
+
- `./schema#BrickContractToken`
|
|
29
|
+
- `./schema#BrickContrastCondition`
|
|
30
|
+
- `./schema#BrickContrastContract`
|
|
31
|
+
- `./schema#BrickContrastKind`
|
|
32
|
+
- `./schema#BrickContrastPair`
|
|
33
|
+
- `./schema#BrickThemeContract`
|
|
34
|
+
- `./schema#BrickTokenClassification`
|
|
35
|
+
- `./schema#BrickTokenDeprecation`
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# Colors interchange
|
|
2
|
+
|
|
3
|
+
Source: @flowstack-ui/theme@0.1.1
|
|
4
|
+
Kind: operation
|
|
5
|
+
ID: colors-interchange
|
|
6
|
+
Guide: [theme-system](/packages/theme/0.1.1/guides/theme-system.txt)
|
|
7
|
+
|
|
8
|
+
## Covered public surfaces
|
|
9
|
+
|
|
10
|
+
- `.#COLORS_CANDIDATE_SCHEMA`
|
|
11
|
+
- `.#COLORS_THEME_SCAFFOLD_REPORT_SCHEMA`
|
|
12
|
+
- `.#COLORS_THEME_SCAFFOLD_SCHEMA`
|
|
13
|
+
- `.#ColorsPaletteProfile`
|
|
14
|
+
- `.#ColorsThemeScaffoldError`
|
|
15
|
+
- `.#ColorsThemeScaffoldIssue`
|
|
16
|
+
- `.#ColorsThemeScaffoldIssueCode`
|
|
17
|
+
- `.#ColorsThemeScaffoldPaletteReport`
|
|
18
|
+
- `.#ColorsThemeScaffoldReport`
|
|
19
|
+
- `.#ColorsThemeScaffoldRequest`
|
|
20
|
+
- `.#ColorsThemeScaffoldResult`
|
|
21
|
+
- `.#ColorsThemeSemanticTarget`
|
|
22
|
+
- `.#scaffoldThemeFromColors`
|
|
23
|
+
- `.#scaffoldThemeFromColorsFiles`
|
|
24
|
+
- `.#writeColorsThemeScaffold`
|
|
25
|
+
- `./schema#COLORS_CANDIDATE_SCHEMA`
|
|
26
|
+
- `./schema#COLORS_THEME_SCAFFOLD_REPORT_SCHEMA`
|
|
27
|
+
- `./schema#COLORS_THEME_SCAFFOLD_SCHEMA`
|
|
28
|
+
- `./schema#ColorsPaletteProfile`
|
|
29
|
+
- `./schema#ColorsThemeScaffoldIssue`
|
|
30
|
+
- `./schema#ColorsThemeScaffoldIssueCode`
|
|
31
|
+
- `./schema#ColorsThemeScaffoldPaletteReport`
|
|
32
|
+
- `./schema#ColorsThemeScaffoldReport`
|
|
33
|
+
- `./schema#ColorsThemeScaffoldRequest`
|
|
34
|
+
- `./schema#ColorsThemeScaffoldResult`
|
|
35
|
+
- `./schema#ColorsThemeSemanticTarget`
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Theme artifacts
|
|
2
|
+
|
|
3
|
+
Source: @flowstack-ui/theme@0.1.1
|
|
4
|
+
Kind: operation
|
|
5
|
+
ID: theme-artifacts
|
|
6
|
+
Guide: [theme-system](/packages/theme/0.1.1/guides/theme-system.txt)
|
|
7
|
+
|
|
8
|
+
## Covered public surfaces
|
|
9
|
+
|
|
10
|
+
- `.#THEME_MANIFEST_SCHEMA`
|
|
11
|
+
- `.#THEME_REPORT_SCHEMA`
|
|
12
|
+
- `.#ThemeCompilationReport`
|
|
13
|
+
- `.#ThemeManifest`
|
|
14
|
+
- `.#compileThemeFiles`
|
|
15
|
+
- `.#writeThemeArtifacts`
|
|
16
|
+
- `./schema#THEME_MANIFEST_SCHEMA`
|
|
17
|
+
- `./schema#THEME_REPORT_SCHEMA`
|
|
18
|
+
- `./schema#ThemeCompilationReport`
|
|
19
|
+
- `./schema#ThemeManifest`
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Theme compilation
|
|
2
|
+
|
|
3
|
+
Source: @flowstack-ui/theme@0.1.1
|
|
4
|
+
Kind: operation
|
|
5
|
+
ID: theme-compilation
|
|
6
|
+
Guide: [theme-system](/packages/theme/0.1.1/guides/theme-system.txt)
|
|
7
|
+
|
|
8
|
+
## Covered public surfaces
|
|
9
|
+
|
|
10
|
+
- `.#CompiledThemeToken`
|
|
11
|
+
- `.#ThemeCompilation`
|
|
12
|
+
- `.#ThemeCompilationError`
|
|
13
|
+
- `.#ThemeCompilationIssue`
|
|
14
|
+
- `.#ThemeCompilationIssueCode`
|
|
15
|
+
- `.#ThemeContrastPairResult`
|
|
16
|
+
- `.#ThemeProjectContrastPairResult`
|
|
17
|
+
- `.#compileTheme`
|
|
18
|
+
- `./schema#CompiledThemeToken`
|
|
19
|
+
- `./schema#ThemeCompilation`
|
|
20
|
+
- `./schema#ThemeCompilationIssue`
|
|
21
|
+
- `./schema#ThemeCompilationIssueCode`
|
|
22
|
+
- `./schema#ThemeContrastPairResult`
|
|
23
|
+
- `./schema#ThemeProjectContrastPairResult`
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Theme definition
|
|
2
|
+
|
|
3
|
+
Source: @flowstack-ui/theme@0.1.1
|
|
4
|
+
Kind: operation
|
|
5
|
+
ID: theme-definition
|
|
6
|
+
Guide: [theme-system](/packages/theme/0.1.1/guides/theme-system.txt)
|
|
7
|
+
|
|
8
|
+
## Covered public surfaces
|
|
9
|
+
|
|
10
|
+
- `.#JsonPrimitive`
|
|
11
|
+
- `.#JsonValue`
|
|
12
|
+
- `.#THEME_DEFINITION_SCHEMA`
|
|
13
|
+
- `.#ThemeAppearance`
|
|
14
|
+
- `.#ThemeAppearanceRoles`
|
|
15
|
+
- `.#ThemeAppearances`
|
|
16
|
+
- `.#ThemeCompatibility`
|
|
17
|
+
- `.#ThemeData`
|
|
18
|
+
- `.#ThemeDefaultAppearance`
|
|
19
|
+
- `.#ThemeDefinition`
|
|
20
|
+
- `.#ThemeMetadata`
|
|
21
|
+
- `.#ThemeProjectContrastPair`
|
|
22
|
+
- `.#ThemeRelationships`
|
|
23
|
+
- `.#defineTheme`
|
|
24
|
+
- `./schema#JsonPrimitive`
|
|
25
|
+
- `./schema#JsonValue`
|
|
26
|
+
- `./schema#THEME_DEFINITION_SCHEMA`
|
|
27
|
+
- `./schema#ThemeAppearance`
|
|
28
|
+
- `./schema#ThemeAppearanceRoles`
|
|
29
|
+
- `./schema#ThemeAppearances`
|
|
30
|
+
- `./schema#ThemeCompatibility`
|
|
31
|
+
- `./schema#ThemeData`
|
|
32
|
+
- `./schema#ThemeDefaultAppearance`
|
|
33
|
+
- `./schema#ThemeDefinition`
|
|
34
|
+
- `./schema#ThemeMetadata`
|
|
35
|
+
- `./schema#ThemeProjectContrastPair`
|
|
36
|
+
- `./schema#ThemeRelationships`
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Theme validation
|
|
2
|
+
|
|
3
|
+
Source: @flowstack-ui/theme@0.1.1
|
|
4
|
+
Kind: operation
|
|
5
|
+
ID: theme-validation
|
|
6
|
+
Guide: [theme-system](/packages/theme/0.1.1/guides/theme-system.txt)
|
|
7
|
+
|
|
8
|
+
## Covered public surfaces
|
|
9
|
+
|
|
10
|
+
- `.#ThemeValidationError`
|
|
11
|
+
- `.#ThemeValidationIssue`
|
|
12
|
+
- `.#ThemeValidationIssueCode`
|
|
13
|
+
- `.#ThemeValidationResult`
|
|
14
|
+
- `.#assertThemeDefinition`
|
|
15
|
+
- `.#isThemeDefinition`
|
|
16
|
+
- `.#validateThemeDefinition`
|
|
17
|
+
- `./schema#ThemeValidationIssue`
|
|
18
|
+
- `./schema#ThemeValidationIssueCode`
|
|
19
|
+
- `./schema#ThemeValidationResult`
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# FLOWSTACK task: data
|
|
2
|
+
|
|
3
|
+
Select tables, grids, lists, trees, feeds, status, and technical-data owners.
|
|
4
|
+
|
|
5
|
+
Load only the routes required for the current job and preserve their exact package versions.
|
|
6
|
+
|
|
7
|
+
## Default: finished interface
|
|
8
|
+
|
|
9
|
+
Use Brick for an ordinary finished data interface. Do not import Atom directly.
|
|
10
|
+
|
|
11
|
+
- [brick/guide/layer-selection](/packages/brick/0.1.11/guides/layer-selection.txt)
|
|
12
|
+
- [brick/guide/interface-composition](/packages/brick/0.1.11/guides/interface-composition.txt)
|
|
13
|
+
- [brick/component/data-grid](/packages/brick/0.1.11/components/data-grid.txt)
|
|
14
|
+
- [brick/component/data-list](/packages/brick/0.1.11/components/data-list.txt)
|
|
15
|
+
- [brick/component/feed](/packages/brick/0.1.11/components/feed.txt)
|
|
16
|
+
- [brick/component/list](/packages/brick/0.1.11/components/list.txt)
|
|
17
|
+
- [brick/component/progress](/packages/brick/0.1.11/components/progress.txt)
|
|
18
|
+
- [brick/component/progress-circle](/packages/brick/0.1.11/components/progress-circle.txt)
|
|
19
|
+
- [brick/component/reorderable-list](/packages/brick/0.1.11/components/reorderable-list.txt)
|
|
20
|
+
- [brick/component/status](/packages/brick/0.1.11/components/status.txt)
|
|
21
|
+
- [brick/component/table](/packages/brick/0.1.11/components/table.txt)
|
|
22
|
+
- [brick/component/tree](/packages/brick/0.1.11/components/tree.txt)
|
|
23
|
+
- [brick/component/tree-grid](/packages/brick/0.1.11/components/tree-grid.txt)
|
|
24
|
+
|
|
25
|
+
## Explicit exception: headless behavior
|
|
26
|
+
|
|
27
|
+
Use Atom only when the task explicitly requires reusable headless data behavior without Brick's finished visual contract.
|
|
28
|
+
|
|
29
|
+
- [atom/guide/layer-selection](/packages/atom/0.24.0/guides/layer-selection.txt)
|
|
30
|
+
- [atom/guide/behavior-composition](/packages/atom/0.24.0/guides/behavior-composition.txt)
|
|
31
|
+
- [atom/component/data-grid](/packages/atom/0.24.0/components/data-grid.txt)
|
|
32
|
+
- [atom/component/feed](/packages/atom/0.24.0/components/feed.txt)
|
|
33
|
+
- [atom/component/list](/packages/atom/0.24.0/components/list.txt)
|
|
34
|
+
- [atom/component/listbox](/packages/atom/0.24.0/components/listbox.txt)
|
|
35
|
+
- [atom/component/progress](/packages/atom/0.24.0/components/progress.txt)
|
|
36
|
+
- [atom/component/reorder](/packages/atom/0.24.0/components/reorder.txt)
|
|
37
|
+
- [atom/component/table](/packages/atom/0.24.0/components/table.txt)
|
|
38
|
+
- [atom/component/tree](/packages/atom/0.24.0/components/tree.txt)
|
|
39
|
+
- [atom/component/tree-grid](/packages/atom/0.24.0/components/tree-grid.txt)
|