diff --git a/.changeset/console-190fbd01d061.md b/.changeset/console-190fbd01d061.md new file mode 100644 index 0000000000..3670126050 --- /dev/null +++ b/.changeset/console-190fbd01d061.md @@ -0,0 +1,119 @@ +--- +"@objectstack/console": minor +--- + +Console (objectui) refreshed to `190fbd01d061`. Frontend changes in this range: + +Derived from the changesets objectui declared over the range — 113 releasing of 141 changesets added across 141 non-merge commits; omitted: 28 release-nothing changesets, 1 commit carrying no changeset (they ship no package code). + +- **minor** — Remove the six retired `@objectstack/spec/ui` theme-schema re-exports from `@object-ui/types/zod` — `ColorPaletteSchema`, `TypographySchema`, `BorderRadiusSchema`, `ShadowSchema`,… (objectui `920165d18`) +- **minor** — AI build surface gains a standing 「未发布改动」 bar (#5694): while the conversation's bound package has pending drafts, a bar floats above the composer — surviving scrolling — counting… (objectui `8e32da7d8`) +- **minor** — `stack` now reads its spacing from `gap` and nothing else — the undeclared `spacing` key it also accepted is gone (objectui#4890). (objectui `dd194635d`) +- **minor** — **Breaking (published surface):** remove `options.actor` from `MetadataClient`'s `save`, `reset`, `publish` and `rollback`, and stop emitting the `X-Actor` request header. (objectui `8e00bfd28`) +- **minor** — `record:alert` binds the row through `usePredicateRecordContext`, so an author-declared `properties.visible` is actually consulted. (objectui `8a4439081`) +- **minor** — Create forms pre-fill the `current_user` defaultValue token with the acting user (#5683). `PermissionContextValue` gains `userId` (from `/me/permissions`; `null` = unknown), and t… (objectui `3c9fca3dc`) +- **minor** — The zod `BaseSchema` mirror now accepts everything its TypeScript declaration declares — five keys had drifted narrower (objectui#4605). (objectui `4d73b0788`) +- **minor** — `ComponentRendererProps` is now declared once and re-exported, instead of hand-declared a second time in `@object-ui/core` (objectui#4594). (objectui `bf3edfe13`) +- **minor** — `ComponentInput` is now declared once and re-exported, instead of restated in three places (objectui#4972). (objectui `d7573b3f4`) +- **minor** — The register-meta key `defaultChildren` is retired (objectui#5051). (objectui `fa429cf6f`) +- **minor** — Retire `ThemeComponentSchema` (`type: 'theme'`) — a component kind no renderer implemented (objectui#5489). (objectui `78cbdb530`) +- **minor** — Pins `@objectstack/spec`, `@objectstack/client`, `@objectstack/formula` and `@objectstack/lint` to `17.1.0`, and adapts the two consumer surfaces the new build moves. (objectui `2d36552d2`) +- **minor** — Console Home stops offering the metadata-authoring front door on a deployment whose own runtime config says authoring is not offered there (objectui#5521). (objectui `f4becce90`) +- **minor** — **API addition (public-surface widening):** `FileCell` — the compact upload control `@object-ui/fields` exports for line-item grid cells — gains the published optional `error?: st… (objectui `9a1fb4124`) +- **minor** — Marketplace-less runtimes now say so instead of erroring: `OS_CLOUD_URL=off` is a first-class disabled state, and the load-failure hint describes the control plane the runtime was… (objectui `20e317cd5`) +- **minor** — Bind `record` into the node-level visibility evaluator, and stop a hoisted `properties.visible` swallowing a declared `visibleWhen`. (objectui `c86185eb5`) +- **minor** — Dashboard chart widgets no longer render as a blank area when their height class resolves to `auto`. (objectui `6f017e99c`) +- **minor** — `ReportView` reads a report's data binding through the one key the contract declares — `dataSource.object`. (objectui `60d452ee0`) +- **minor** — Studio's `新建对象` asks for the record-sharing baseline, and an unauthored one is reported before Publish rather than by it. (objectui `7a90afdf9`) +- **minor** — `data-table` reads the declared `header`; the producers translate `label` into it. (objectui `e719ebdd9`) +- **minor** — The static `table` renderer reads only the declared `TableColumn` contract, and its published reference page teaches that spelling. (objectui `490f48240`) +- **minor** — The approval panel identifies the pending approver by name, not by a truncated raw id. (objectui `77f846a8b`) +- **minor** — A screen flow's resume result reaches the user — on both outcomes (objectui#5417). (objectui `c40f3b8ca`) +- **minor** — Three more secret-field spellings no longer render a secret in clear text on the form's unregistered-widget branch. (objectui `91783c47b`) +- **minor** — `object-grid` / `object-form` / `detail-view` resolve their data source the same way, and a block that resolves none says so (objectui `ebce5a367`) +- **minor** — `WidgetConfigPanel` reads an inline-locale-map title, and a save no longer destroys the other locales. (objectui `fb96ecb3d`) +- **minor** — `objectui check` judges a file's `type` only when the file is recognisable as an ObjectUI schema, and reports how many it declined to judge. (objectui `94021ddba`) +- **patch** — `element:record_picker`'s `label` and `placeholder` now resolve the inline per-locale map their contract admits, and their published declarations say so (objectui#5637). (objectui `190fbd01d`) +- **patch** — The dev-mode unknown-key warning stops flagging `overrideNotice`, the console's privileged-override safety copy (objectui#5611). (objectui `7138bc129`) +- **patch** — Documentation no longer teaches the "JSX/HTML + Tailwind" framing for a page's `source`, which ADR-0080's own 2026-06-30 header amendment (under ADR-0065, Accepted) retracted. obj… (objectui `0b1326d8a`) +- **patch** — The form renderer now keeps a `defaultValues` reset off `onChange` and off the `form_change` `onAction` for **every** caller — including one that memoizes the callback (objectui#5… (objectui `485f09669`) +- **patch** — Document the `X-Tenant-ID` edge contract that `createAuthenticatedFetch` stamps, and the unstamped-first-request window in which it is not sent (objectui#5279). Documentation only… (objectui `934a53201`) +- **patch** — `console.ai.pendingDrafts` — the standing unpublished-changes bar's five strings — now exists in all ten locale packs. It previously existed only in `en` and `zh`, so `ar`, `ru`,… (objectui `1e66879d9`) +- **patch** — `README.md`'s "Not a `FormField` key" table said a field-level `className` is "read on exactly one pseudo-field, `type: 'section-divider'`". That quantifier holds only for the ren… (objectui `83ec61881`) +- **patch** — Follow-up to #5696: the pending-drafts bar's strings live at `console.ai.pendingDrafts.*` with en+zh locale entries — the i18n call-site key gate and ratchet flagged the original… (objectui `c5200f041`) +- **patch** — A RETIRED field-type spelling is now refused — out loud, once — by every field-type predicate in the renderer, not just by the widget road (objectui#4914, maintainer ruling B of 2… (objectui `6c6cee704`) +- **patch** — `ActionParamDialog` (the `custom` barrel's published dialog) now resolves each `select` param's options through `@object-ui/core`'s shared option evaluator, so a per-option `visib… (objectui `3b147a367`) +- **patch** — The console's `` spells its secondary line `subtitle`, the same key the other `PageHeader` in this repo uses (objectui#4761). (objectui `029e2fb72`) +- **patch** — `AiChatPage`'s public share-link base now resolves through the one console-mount resolver instead of a private copy of it (objectui#4482). (objectui `169f6d29f`) +- **patch** — The metadata lock banner can no longer render an amber, padlocked box with no title, and the ADR-0010 §3.6 lock vocabulary is declared once instead of three times (objectui#5024). (objectui `8d37efb44`) +- **patch** — `DashboardComponentSchema.dateRange.defaultRange` is now bound to `DateRangeDefaultRange` from `@objectstack/spec/ui` instead of restating it as a hand-written 14-member union (ob… (objectui `f9e4f9139`) +- **patch** — `README.md`'s "Schema API / CalendarView" block described a `CalendarViewSchema` that does not exist. Measured against the interface itself (`packages/types/src/complex.ts`) and i… (objectui `76ae7291b`) +- **patch** — A cloud-connection bind failure now reads in the user's language whichever clock noticed it (objectui#5054). (objectui `3a58149d8`) +- **patch** — The console's cold load no longer asks `/api/v1/runtime/config` or `/auth/me/localization` twice (objectui#5544). (objectui `0e05aac68`) +- **patch** — `sanitizeViewOverride` now strips a half-filled `between` from a stored view overlay, instead of handing it back to the merge (objectui#5025, objectstack#8815). (objectui `26ff2d6ac`) +- **patch** — `ActionParamDialog`'s "this param carries a reference target" rule now derives from the shared reference-field family instead of the last private copy of it. (objectui `7e811687a`) +- **patch** — The two form CONTAINER contracts now have ONE declaration each, derived from `@objectstack/spec`, and the console reads them instead of its own copies. (objectui `71ee4959e`) +- **patch** — Both `evaluateExpression` references in the `ExpressionEvaluator.registerFunction` JSDoc are now qualified, so each resolves to the entity it means (objectui#5580). (objectui `8ebd57fc5`) +- **patch** — `features.aiStudio` is now read through one `isAiStudioEnabled()` accessor instead of being spelled inline at two call sites (objectui#5577). (objectui `aa3b81062`) +- **patch** — `setLocalized`'s published docblock states the single-locale write rule that is actually in force, instead of deferring the multi-locale-authoring question to a closed card (objec… (objectui `b2437a79a`) +- **patch** — Dashboard record fields: percent columns now render through the one percent scaling decision instead of a second, drifted copy of it. (objectui `f1c27f037`) +- **patch** — Repair five retired lucide icon spellings that reach a record-reading resolver, and pin the names against the runtime `icons` record so the next lucide bump goes red instead of si… (objectui `42887e0e1`) +- **patch** — `element:record_picker`'s `emptyText` now resolves the inline per-locale map its contract has admitted since rc.6, and its published declaration says so (objectui#5590). (objectui `fa140b892`) +- **patch** — `buildSections` now honours a FormView field's `maxLength` override instead of always taking the object's ceiling (objectui#5595). (objectui `cdda37ae3`) +- **patch** — The `I18nLabel` "inverted pin" now watches the premise it claims to watch, and `ui-action.ts` no longer imports a symbol it never uses (objectui#5612, objectui#5613). (objectui `dffd752d8`) +- **patch** — `ObjectChart` now depends on the `fieldOptionLabel` resolver directly instead of holding it behind a ref, so a chart re-resolves its groupBy option labels when the resolver genuin… (objectui `6c5ee71c5`) +- **patch** — `ViewSwitcher` draws an icon for `chart` and `gantt` views again, and both icon maps in the package now name only spellings lucide still resolves (objectui#5586). (objectui `6b348d278`) +- **patch** — The console's standalone form renderer now evaluates conditional field visibility. (objectui `b63a9a332`) +- **patch** — The marketplace package detail page decides "you are not an admin" before it fetches, instead of after the load has already failed. (objectui `13413f3ae`) +- **patch** — `RecordDetailView`'s param-collection dialog now titles itself from `action.label` alone — the unreachable `|| action?.title` fallback beside it is removed (objectui#5610). (objectui `8c87f0583`) +- **patch** — `ActionParam`'s doc block no longer claims that spec 17 narrowed `I18nLabel` to a plain string (objectui#4611). (objectui `4e8622b7b`) +- **patch** — Two comment corrections in `ListView.tsx` (objectui#4559, objectui#4966). No runtime behaviour changes and the emitted bundle is byte-identical; the published `.d.ts` does change,… (objectui `d6613a28d`) +- **patch** — Corrects the `@deprecated` prescription on `UniquenessValidation` in `packages/types/src/data-protocol.ts`, which pointed authors at spellings the platform no longer accepts (obje… (objectui `3c73d99ed`) +- **patch** — `toRenderableSchema`'s header now says the bridge is permanent, instead of instructing callers to remove it (objectui#4622). (objectui `f90b8fb5d`) +- **patch** — The console's param-collection dialog now titles itself from `action.label` alone — the unreachable `|| action?.title` fallback beside it is removed (objectui#4282). (objectui `76ceb1e05`) +- **patch** — `useObjectChat` no longer rebuilds its `DefaultChatTransport` on every render (objectui#4187). (objectui `a31adc611`) +- **patch** — `DashboardRenderer` drops the unreachable `DatasetWidget` fork from its self-contained (card-less) branch, leaving that branch to render `SchemaRenderer` unconditionally (objectui… (objectui `84d2e987f`) +- **patch** — Studio's pre-publish security block can now take you to the object it names. (objectui `d15a92d21`) +- **patch** — A lookup's inline dropdown renders its columns through the same cell renderer the browse-all picker uses, so one `lookup_columns` declaration cannot produce two answers. (objectui `7a28e1e3f`) +- **patch** — The form-field authoring contract now has ONE declaration, and the console reads it instead of its own copy. (objectui `cebdfe7e1`) +- **patch** — The `[page:header]` sparse-predicate warning no longer blames `hidden: true` — it states what it actually measured (objectui#5399). (objectui `5a07e67d9`) +- **patch** — A host-composed `tree` view is now labelled with the tree icon in `ObjectView`'s view switcher instead of the grid one, and the `tree` / `chart` view types are recorded as host-co… (objectui `cad512fe1`) +- **patch** — A widget title stored as an inline per-locale map is editable again in both dashboard authoring surfaces, and a save writes back only the active locale's entry (objectui#5428). (objectui `4db5989ac`) +- **patch** — `useObjectLabel` now keeps a stable identity when no i18next instance is bound, so the memoization it advertises holds on the no-provider path too (objectui#5564). (objectui `38a956877`) +- **patch** — `PivotTable` no longer re-runs its cross-tabulation memo on every render when it has no rows (objectui#5562). (objectui `0ccbdc1c2`) +- **patch** — The marketplace **catalog** page now tells a non-admin that the runtime has no marketplace, instead of telling them they lack permission (objectui#5557). (objectui `d524bde29`) +- **patch** — `ExpressionEvaluator.registerFunction` now documents the case-fold it has always performed: the name is stored — and must be called — in UPPER CASE (objectui#5363). (objectui `f2158ec86`) +- **patch** — `ObjectSettingsPanel` now calls `isExternalWider` from `owd-sharing.ts` instead of re-declaring `OWD_WIDTH` and the ADR-0090 D11 width comparison inline (objectui#5477). (objectui `3211397b0`) +- **patch** — The `ui:grid` renderer now forwards to the DOM by whitelist, so schema keys no longer land on the rendered `
` as invalid HTML attributes (objectui#4787). (objectui `b655a9de1`) +- **patch** — `record:alert`'s renderer-local `RecordAlertProps` CTA slot (`action.label`) is widened to `string | I18nLabel` in both copies (`properties.*` and the flat compat mirror) in `pack… (objectui `006834856`) +- **patch** — The approval step progress bar is a vertical stepper, so long flows stop clipping their tail steps. (objectui `ac73c24b0`) +- **patch** — `ObjectDataTable` and `ObjectPivotTable` now use a module-scope frozen empty for "no rows yet" instead of a fresh array literal per render (objectui#4629). (objectui `f24195aeb`) +- **patch** — The Approvals Inbox no longer shows a business approver the submitted record's raw row JSON. (objectui `7c0e417b5`) +- **patch** — Console builds no longer carry a live Sentry DSN, and `sendDefaultPii` is now opt-in (objectui#5522). (objectui `0935a43be`) +- **patch** — `navigateOnSuccess` now honours a mounted host, and says so when its destination is refused (objectui `26a223863`) +- **patch** — The marketplace **package detail** page now states that the marketplace is turned off, instead of red-erroring, on a runtime that has none (objectui#5533). (objectui `2573ff434`) +- **patch** — fix(approvals): derive approver identities from `positions`, not the retired `user.roles` (objectui#5424) (objectui `7e898368a`) +- **patch** — The Console now gates the `/studio/*` routes on the `studio.access` ENTRY capability, not just on the backend's refusal of the writes behind them (objectui#5519). (objectui `7d0143c35`) +- **patch** — `registerStudioComponents.tsx` no longer claims a code split it never had: `studio:builder` imports `BuilderLanding` directly instead of through a `lazy()` that deferred nothing. (objectui `7493bff63`) +- **patch** — metadata-admin: `FormFieldSpec` declares `dependsOn`, and the widget half reads the same declaration instead of its own copy of it (objectui#5040) (objectui `eba3a6eaa`) +- **patch** — A readonly `markdown` / `html` / `richtext` form field now renders its content FORMATTED instead of showing the user its markup source (objectui#5498). (objectui `4bb940b6e`) +- **patch** — `ObjectGrid` lowers the deprecated `defaultFilters` through `toFilterNode` instead of byte-copying it onto `$filter` (objectui#4082). (objectui `9e2208544`) +- **patch** — Studio's form designer canvas now emits the namespaced `FormField.type` spelling instead of passing `objectDef.fields[x].type` through raw (objectui#4838). (objectui `ca2b4096e`) +- **patch** — `objectui validate` now refuses a form field whose widget id names a namespace other than `field:`, matching the verdict `@object-ui/core`'s `validateSchema` has given since objec… (objectui `100547e36`) +- **patch** — Studio Interfaces: the nav-leaf binding reads the canonical target key only (objectui `6cc62e225`) +- **patch** — `ListView` now resolves the nested `aria.ariaLabel` against the audience's locale instead of casting it to a string (objectui#5134). (objectui `ec9fdaaa5`) +- **patch** — The value-fallback label prettifier `humanizeLabel` has one implementation instead of two byte-identical copies. (objectui `cef27e2b1`) +- **patch** — `ObjectMapProps.clusterRadius`'s JSDoc said "in pixels"; `clusterMarkers` has always used it as a coordinate-degree grid cell edge (`radius / 2 ** zoom`, divided into the marker's… (objectui `ff7543c5d`) +- **patch** — The Approvals Inbox stops remounting every row on every render. (objectui `9b9af8dbb`) +- **patch** — Studio's metadata authoring path stops greeting the author with errors they did not cause, English help text in a Chinese console, and a toast on top of the publish button. (objectui `add10d8f9`) +- …and 13 more releasing changesets in this range (list capped at 100; see the objectui range below). + +⚠️ 1 of these carries a breaking change: 1 by the author's own breaking annotation in the changeset body — objectui declares no `major` inside a launch window (`scripts/check-changeset-no-major.mjs`). Each is marked **BREAKING** in the list above — read them before compiling the release record. + +**In this console build, declared nowhere** — objectui merged 1 commit in this range with no `.changeset/*.md`. The code is inside the pin above and ships here, but nothing upstream declared it, so it appears in no objectui CHANGELOG and in no entry above. Listed by subject rather than counted, because a count cannot tell a dependency bump from a form-behaviour change (objectstack#6174); the upstream gate that would prevent this is objectui#3387. + +- _(no changeset)_ chore: release packages (#4655) (objectui `59f61cfb8`) + + + +objectui range: `9a3daf8d37ad...190fbd01d061` diff --git a/.objectui-sha b/.objectui-sha index 1be704ca95..788ec64d9c 100644 --- a/.objectui-sha +++ b/.objectui-sha @@ -1 +1 @@ -9a3daf8d37ad973a621e5edd276fe32467f90684 +190fbd01d0615e2e168faf9e08b8ad7844bc039d diff --git a/packages/spec/src/data/api-methods-batch-conformance.test.ts b/packages/spec/src/data/api-methods-batch-conformance.test.ts index 9d704b45f6..38a781890b 100644 --- a/packages/spec/src/data/api-methods-batch-conformance.test.ts +++ b/packages/spec/src/data/api-methods-batch-conformance.test.ts @@ -61,8 +61,12 @@ const SINGLE_RECORD_WRITE_ONLY: Record = { // `revoked` on ONE key. The multi-select surface this rule protects does not // exist for API keys, and the shape a future one would take does not need // `bulk` either — both read off the console build this release pins - // (`.objectui-sha` = `9a3daf8d3`, `packages/plugin-grid`; re-measured at - // that pin, 2026-08-21 — originally measured at `6314e87f2`): + // (`.objectui-sha` = `190fbd01d`, `packages/plugin-grid`; re-measured at + // that pin, 2026-08-22 — previously measured at `9a3daf8d3`, originally at + // `6314e87f2`. `ObjectGrid.tsx` DID change across that move, so both claims + // below were re-derived rather than carried over, and they now carry line + // anchors: `ObjectGrid.tsx:2492-2507` and `hooks/useBulkExecutor.ts:284-288`, + // the latter byte-identical at both pins): // // · No checkbox column is rendered. None of the object's four list views // declares `bulkActions` / `bulkActionDefs` / `selection`, and `ObjectGrid` diff --git a/packages/spec/src/ui/component.test.ts b/packages/spec/src/ui/component.test.ts index c47a4eef57..f9dc63dc29 100644 --- a/packages/spec/src/ui/component.test.ts +++ b/packages/spec/src/ui/component.test.ts @@ -278,7 +278,9 @@ describe('PageAccordionProps variant (#6776)', () => { // same file's `ComponentRegistry.register('accordion', …)` publishes the key to // the Studio block designer at `:898` (the `items` input, documented as // `[{ label, icon?, collapsed?, children }]`). Measured at the pin this repo -// builds against — `.objectui-sha` = `9a3daf8d3`. +// builds against — `.objectui-sha` = `190fbd01d`. Re-derived at that pin +// 2026-08-22: `containers.tsx` changed across the move from `9a3daf8d3`, and +// both anchors above landed on the same lines when re-counted. // // #9397 spent a full dispatch cycle re-deriving that read point from scratch // after the sweep proposed retiring the key. This block plus the `.describe()` @@ -361,7 +363,9 @@ describe('PageTabsProps items[].value / items[].count (#5775)', () => { // same file's `ComponentRegistry.register('tabs', …)` publishes the key to the // Studio block designer at `:721` (the `items` input, documented as // `[{ label, value?, icon?, count?, visibleWhen?, children }]`). Measured at -// the pin this repo builds against — `.objectui-sha` = `9a3daf8d3`. +// the pin this repo builds against — `.objectui-sha` = `190fbd01d`. Re-derived +// at that pin 2026-08-22: `containers.tsx` changed across the move from +// `9a3daf8d3`, and both anchors above landed on the same lines when re-counted. // // #9397 spent a full dispatch cycle re-deriving the accordion's read point // after the sweep proposed retiring it. This block plus the `.describe()` it @@ -2013,10 +2017,13 @@ describe('#7751 — object-* block props schemas', () => { // #9881 and #9972 recorded the accordion and tab items; these two close the set. // // Both re-measured at the pin this repo builds against — -// `.objectui-sha` = `9a3daf8d3`. These two were the first records written at -// that pin: #10137 moved it while the #9881/#9972 records above still cited -// `82a94170c`, and #10274 re-measured those four at this same pin, so all of -// them now agree. (The button anchors were unchanged across the move.) +// `.objectui-sha` = `190fbd01d`, re-derived there 2026-08-22 when the pin moved +// off `9a3daf8d3`. All four records (these two plus #9881/#9972 above) were +// re-counted at the new pin in the same pass and agree on it, as they did at +// the previous two moves: #10137 moved the pin while #9881/#9972 still cited +// `82a94170c`, and #10274 re-measured those four onto `9a3daf8d3`. The button +// anchors have been unchanged across every one of those moves — `button.tsx` +// is byte-identical at `9a3daf8d3` and `190fbd01d`. describe('ElementButtonPropsSchema icon liveness (#10053)', () => { const button = ComponentPropsMap['element:button']; diff --git a/packages/spec/src/ui/component.zod.ts b/packages/spec/src/ui/component.zod.ts index b799b6cf34..8dffd1ff2f 100644 --- a/packages/spec/src/ui/component.zod.ts +++ b/packages/spec/src/ui/component.zod.ts @@ -635,7 +635,9 @@ export const PageTabsProps = strictObject({ * false candidate a component over). * * The key is LIVE at the objectui pin this repo builds against - * (`.objectui-sha` = `9a3daf8d3`): `containers.tsx:662-668` renders + * (`.objectui-sha` = `190fbd01d`; re-derived at that pin 2026-08-22 — + * `containers.tsx` changed across the move from `9a3daf8d3` but both + * anchors below landed on the same lines): `containers.tsx:662-668` renders * `{item.icon && }` inside the * `TabsTrigger`, left of the label span (`mr-1.5 h-3.5 w-3.5 shrink-0 * opacity-70`, `aria-hidden`), and the renderer's registration publishes @@ -1526,7 +1528,9 @@ export const PageAccordionProps = strictObject({ * re-derive the same false candidate). * * The key is LIVE at the objectui pin this repo builds against - * (`.objectui-sha` = `9a3daf8d3`): `containers.tsx:851-857` renders + * (`.objectui-sha` = `190fbd01d`; re-derived at that pin 2026-08-22 — + * `containers.tsx` changed across the move from `9a3daf8d3` but both + * anchors below landed on the same lines): `containers.tsx:851-857` renders * `{item.icon && }` inside the * `AccordionTrigger`, grouped with the label in the trigger's one wrapping * span, and the renderer's registration publishes the key to the Studio @@ -1700,7 +1704,9 @@ export const ElementButtonPropsSchema = lazySchema(() => strictObject({ * the button. * * The key is LIVE at the objectui pin this repo builds against - * (`.objectui-sha` = `9a3daf8d3`): `components/src/renderers/form/ + * (`.objectui-sha` = `190fbd01d`; re-derived at that pin 2026-08-22 — + * `button.tsx` is byte-identical to the one at `9a3daf8d3`, so every anchor + * below is unmoved): `components/src/renderers/form/ * button.tsx:44-47` resolves `schema.icon`, and `:69` / `:71` render it on * either side of the label per `iconPosition` (`mr-2 h-4 w-4` left, * `ml-2 h-4 w-4` right), both suppressed while `loading`. @@ -2175,7 +2181,10 @@ export const ObjectMetricPropsSchema = lazySchema(() => strictObject({ * same record for the metric tile. * * The key is LIVE at the objectui pin this repo builds against - * (`.objectui-sha` = `9a3daf8d3`), and the chain runs three files: + * (`.objectui-sha` = `190fbd01d`; re-derived at that pin 2026-08-22 — all + * four files in the chain below, plus `lazy-icon.tsx`, are byte-identical to + * the ones at `9a3daf8d3`, so every anchor is unmoved), and the chain runs + * three files: * `plugin-dashboard/src/index.tsx:161` publishes it as a designer input * (`Icon (Lucide name)`) on the registered `object-metric` block; * `ObjectMetricWidget.tsx:142` destructures it and forwards it at `:474` to