From bbe557aa0bc054fd5efa300d2ecfba7a89df8a0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 03:35:42 +0000 Subject: [PATCH] Version Packages --- .changeset/tame-cups-shine.md | 19 ------------------- .changeset/tidy-bridges-work.md | 7 ------- packages/core/CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/core/package.json | 2 +- 4 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 .changeset/tame-cups-shine.md delete mode 100644 .changeset/tidy-bridges-work.md diff --git a/.changeset/tame-cups-shine.md b/.changeset/tame-cups-shine.md deleted file mode 100644 index b68cc661..00000000 --- a/.changeset/tame-cups-shine.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -"@tailor-platform/app-shell": minor ---- - -Allow the standalone `Select`, `Combobox`, and `Autocomplete` (including their `.Async` variants) to receive an accessible name via `aria-label`, `aria-labelledby`, and `id`. Previously these props were silently dropped, leaving the combobox with only its current value as an accessible name — a WCAG 4.1.2 issue for filters and toolbars used outside a `Form`. The props are now forwarded to the underlying trigger/input. - -```tsx -// Announced as "Direction filter, combobox" instead of just its value - + + // Or point at a visible label + From + + ``` + +### Patch Changes + +- ff30974: Fix `@tailor-platform/app-shell/styles` so consumer Tailwind utilities like `bg-card`, `border-border`, and `text-muted-foreground` resolve again without requiring `theme.css`. + + `theme.css` remains a no-op compatibility shim, while `styles` now restores the Tailwind theme bridge and keeps the precompiled AppShell component CSS importable from a single entrypoint. + ## 1.6.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index a41c1a99..62c07369 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@tailor-platform/app-shell", - "version": "1.6.1", + "version": "1.7.0", "description": "An opinionated React application framework for building ERP applications on Tailor Platform", "keywords": [ "app-shell",