feat(theme,a11y): hub theme catalog + browser a11y runtime (TIN-1741)#11
Open
Jess Sullivan (Jesssullivan) wants to merge 1 commit into
Open
feat(theme,a11y): hub theme catalog + browser a11y runtime (TIN-1741)#11Jess Sullivan (Jesssullivan) wants to merge 1 commit into
Jess Sullivan (Jesssullivan) wants to merge 1 commit into
Conversation
Backport the monorepo-only stores drift + wire the two new graph edges it needs, completing the reconciliation so tinyland.dev can pin the registry version and delete its local packages/ mirror (TIN-1721). Content (4 files): - themeStore.svelte.ts: HUB_THEME_LABELS (xoxd/Goth) + withHubLabels() + getThemeCatalog() integration (replaces the inline theme list). - observability/a11y.svelte.ts: @tummycrypt/tinyland-a11y-engine/browser integration + promise-based initialize()/recoverConnection(). - loadingPhase.svelte.ts: phase rename; index.ts: type exports. Graph edges (graph-resolve recipe, TIN-1716): - MODULE.bazel: bazel_dep tummycrypt_tinyland_a11y_engine 0.2.4 (TIN-1742) + tummycrypt_tinyvectors 0.3.1 (TIN-1746). - BUILD.bazel: npm_link_package from each :pkg + add to svelte_package / vitest / svelte_check deps. Not added to package.json (graph-resolved). Versions 0.2.3 -> 0.2.4 (package.json + MODULE.bazel + BUILD.bazel npm_package). CI = Bazel //:pkg //:test.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Final reconciliation backport for the stores monorepo-only drift (TIN-1721 / TIN-1741), so tinyland.dev can pin the registry version and delete its local
packages/tinyland-storesmirror.Content (4 files, verbatim from monorepo)
themeStore.svelte.ts:HUB_THEME_LABELS(trans→xoxd, pride→Goth) +withHubLabels()+getThemeCatalog()(replaces the inline theme list, ~-210 lines).observability/a11y.svelte.ts:@tummycrypt/tinyland-a11y-engine/browserintegration + promise-basedinitialize()/recoverConnection().loadingPhase.svelte.ts(phase rename),index.ts(type exports).Two new graph edges (graph-resolve recipe)
MODULE.bazel:bazel_deptummycrypt_tinyland_a11y_engine 0.2.4 (TIN-1742, published) + tummycrypt_tinyvectors 0.3.1 (TIN-1746, published).BUILD.bazel:npm_link_packagefrom each:pkg+ added tosvelte_package/vitest/svelte_checkdeps. Deliberately not inpackage.json(resolved via the module graph, not npm).Versions 0.2.3 → 0.2.4 (all three fields). CI = Bazel
//:pkg //:test. Release = tag + BCR per the model.