Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
143 changes: 143 additions & 0 deletions .changeset/console-d8ec8d6d4f01.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .objectui-sha
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
9602dc820450dda956843c6cfe5b329bcf88c757
d8ec8d6d4f011b11c8eb1e6dbd364ef206711391
8 changes: 4 additions & 4 deletions packages/sdui-parser/objectui-lockstep.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,9 +5,9 @@
"ONE SIDE ONLY: this file holds no diff and blesses no divergence — see scripts/check-sdui-lockstep.mjs."
],
"objectui": {
"repo": "objectstack-ai/objectui",
"rev": "45a9aeb57c1374171a5c95ec8aa02adfd731e915",
"revDate": "2026-08-30T06:17:22+00:00",
"repo": "https://github.com/objectstack-ai/objectui.git",
"rev": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"revDate": "2026-09-01T08:23:58+00:00",
"source": "packages/sdui-parser/src",
"files": [
"packages/sdui-parser/src/codegen.ts",
Expand All@@ -20,7 +20,7 @@
"packages/sdui-parser/src/validate.ts"
]
},
"recordedAgainstPin": "9602dc820450dda956843c6cfe5b329bcf88c757",
"recordedAgainstPin": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"grammarRegion": {
"file": "packages/sdui-parser/src/parse.ts",
"delimiter": "/* ---------------------- the JS literal subset (#6614) ---------------------- */",
Expand Down
26 changes: 14 additions & 12 deletions packages/spec/src/data/api-methods-batch-conformance.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -61,18 +61,20 @@ const SINGLE_RECORD_WRITE_ONLY: Record<string, string> = {
// `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` = `9602dc820`, `packages/plugin-grid`; re-measured at
// that pin, 2026-08-28 — previously measured at `190fbd01d`, before that at
// `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID change across
// the move off `190fbd01d`, so both claims below were re-derived rather than
// carried over: `ObjectGrid.tsx:2586-2601`, whose block is byte-identical to
// the one cited at `190fbd01d:2492-2507` and shifted only by insertions above
// it, and `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both
// pins. That second span is WIDENED BY ONE LINE from the `284-288` cited
// before: it stopped short of `label = 'bulk delete'`, truncating the second
// of the two branches it names — the #10274 class of anchor error, found here
// by re-reading rather than by the file changing, which is why byte-identity
// is never taken as proof an anchor is right):
// (`.objectui-sha` = `d8ec8d6d4`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-01 — previously measured at `9602dc820`, before that at
// `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID
// change across the move off `9602dc820`, so both claims below were
// re-derived rather than carried over: `ObjectGrid.tsx:3187-3202`, whose
// block is byte-identical to the one cited at `9602dc820:2586-2601` and
// shifted only by insertions above it, and
// `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both pins
// and re-READ there rather than carried on that identity — it still ends on
// `label = 'bulk delete'`, the line the `284-288` span cited two pins ago
// stopped short of, truncating the second of the two branches it names (the
// #10274 class of anchor error, found by re-reading rather than by the file
// changing, which is why byte-identity is never taken as proof an anchor is
// right):
//
// · No checkbox column is rendered. None of the object's four list views
// declares `bulkActions` / `bulkActionDefs` / `selection`, and `ObjectGrid`
Expand Down
58 changes: 33 additions & 25 deletions packages/spec/src/ui/component.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -274,15 +274,17 @@ describe('PageAccordionProps variant (#6776)', () => {
// sweep once read as declared-but-unenforced. It has a live cross-repo consumer:
// objectui's `PageAccordionRenderer` renders `{item.icon && <LazyIcon
// name={item.icon} …/>}` inside the `AccordionTrigger`
// (`packages/components/src/renderers/layout/containers.tsx:851-857`), and the
// (`packages/components/src/renderers/layout/containers.tsx:918-924`), and the
// same file's `ComponentRegistry.register('accordion', …)` publishes the key to
// the Studio block designer at `:898` (the `items` input, documented as
// the Studio block designer at `:965` (the `items` input, documented as
// `[{ label, icon?, collapsed?, children }]`). Measured at the pin this repo
// builds against — `.objectui-sha` = `9602dc820`. Re-derived at that pin
// 2026-08-28: `containers.tsx` is byte-identical to the one at `190fbd01d`, so
// both anchors above are unmoved — and both were re-READ at the new pin rather
// than inferred from that identity, because identity preserves a wrong anchor
// as faithfully as a right one (#10274).
// builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived at that pin
// 2026-09-01: `containers.tsx` DID change across the move off `9602dc820`, so
// both anchors above were re-derived rather than carried over — the icon block
// moved `851-857` → `918-924` and the registration input `898` → `965`, both
// shifted by insertions above them, with the cited text itself unchanged. Every
// anchor was re-READ at the new pin, never inferred, because identity preserves
// a wrong anchor as faithfully as a right one (#10274).
//
// #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()`
Expand DownExpand Up@@ -361,14 +363,16 @@ describe('PageTabsProps items[].value / items[].count (#5775)', () => {
// same bare declaration a liveness sweep reads as declared-but-unenforced.
// objectui's `PageTabsRenderer` renders `{item.icon && <LazyIcon
// name={item.icon} …/>}` inside the `TabsTrigger`
// (`packages/components/src/renderers/layout/containers.tsx:662-668`), and the
// (`packages/components/src/renderers/layout/containers.tsx:729-735`), and the
// same file's `ComponentRegistry.register('tabs', …)` publishes the key to the
// Studio block designer at `:721` (the `items` input, documented as
// Studio block designer at `:788` (the `items` input, documented as
// `[{ label, value?, icon?, count?, visibleWhen?, children }]`). Measured at
// the pin this repo builds against — `.objectui-sha` = `9602dc820`. Re-derived
// at that pin 2026-08-28: `containers.tsx` is byte-identical to the one at
// `190fbd01d`, so both anchors above are unmoved — and both were re-READ at the
// new pin rather than inferred from that identity (#10274).
// the pin this repo builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived
// at that pin 2026-09-01: `containers.tsx` DID change across the move off
// `9602dc820`, so both anchors above were re-derived rather than carried over —
// the icon block moved `662-668` → `729-735` and the registration input
// `721` → `788`, both shifted by insertions above them, with the cited text
// itself unchanged. Both were re-READ at the new pin, never inferred (#10274).
//
// #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
Expand DownExpand Up@@ -2437,18 +2441,22 @@ describe('#7751 — object-* block props schemas', () => {
// #9881 and #9972 recorded the accordion and tab items; these two close the set.
//
// The button record re-measured at the pin this repo builds against —
// `.objectui-sha` = `9602dc820`, re-derived there 2026-08-28. This is the first
// move that changed the button READ POINT and not merely its line numbers:
// objectui#5993 deleted `button.tsx`'s file-local `toPascalCase` +
// `iconNameMap` + `icons` index and routed the button through the SHARED
// `resolveIcon` that every `action:*` site already used, so the resolution
// anchor now hops into `renderers/action/resolve-icon.ts`. What an author sees
// did not move with it: an unknown name still resolves to `null` and draws
// nothing, which is still the `LazyIcon` contrast the third test below pins.
// The earlier moves were line-number drift only — #10137 moved the pin while
// #9881/#9972 still cited `82a94170c`, #10274 re-measured those four onto
// `9a3daf8d3`, and `button.tsx` was byte-identical at `9a3daf8d3` and
// `190fbd01d`.
// `.objectui-sha` = `d8ec8d6d4`, re-derived there 2026-09-01: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `9602dc820`, and
// every anchor below was still re-READ at the new pin rather than carried on
// that identity (#10274). The move off `9602dc820` changed neither the read
// point nor a single line number here.
// The one move that changed the button READ POINT and not merely its line
// numbers was the one onto `9602dc820`: objectui#5993 deleted `button.tsx`'s
// file-local `toPascalCase` + `iconNameMap` + `icons` index and routed the
// button through the SHARED `resolveIcon` that every `action:*` site already
// used, so the resolution anchor hops into `renderers/action/resolve-icon.ts`.
// What an author sees did not move with it: an unknown name still resolves to
// `null` and draws nothing, which is still the `LazyIcon` contrast the third
// test below pins. The moves before that were line-number drift only — #10137
// moved the pin while #9881/#9972 still cited `82a94170c`, #10274 re-measured
// those four onto `9a3daf8d3`, and `button.tsx` was byte-identical at
// `9a3daf8d3` and `190fbd01d`.
describe('ElementButtonPropsSchema icon liveness (#10053)', () => {
const button = ComponentPropsMap['element:button'];

Expand Down
48 changes: 30 additions & 18 deletions packages/spec/src/ui/component.zod.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -642,14 +642,17 @@ export const PageTabsProps = strictObject({
* false candidate a component over).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 —
* `containers.tsx` is byte-identical to the one at `190fbd01d`, so both
* anchors below are unmoved, and both were re-READ there rather than
* inferred from that identity): `containers.tsx:662-668` renders
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `662-668` → `729-735` and the registration input `721` → `788`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:729-735`
* renders
* `{item.icon && <LazyIcon name={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
* the key to the Studio block designer at `:721` (the `items` input,
* the key to the Studio block designer at `:788` (the `items` input,
* documented as `[{ label, value?, icon?, count?, visibleWhen?, children
* }]`).
*
Expand DownExpand Up@@ -1698,14 +1701,17 @@ export const PageAccordionProps = strictObject({
* re-derive the same false candidate).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 —
* `containers.tsx` is byte-identical to the one at `190fbd01d`, so both
* anchors below are unmoved, and both were re-READ there rather than
* inferred from that identity): `containers.tsx:851-857` renders
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `851-857` → `918-924` and the registration input `898` → `965`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:918-924`
* renders
* `{item.icon && <LazyIcon name={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
* block designer at `:898` (the `items` input, documented as
* block designer at `:965` (the `items` input, documented as
* `[{ label, icon?, collapsed?, children }]`).
*
* Vocabulary is Lucide, resolved through objectui's `LazyIcon`
Expand DownExpand Up@@ -1875,9 +1881,12 @@ export const ElementButtonPropsSchema = lazySchema(() => strictObject({
* the button.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 — the
* read point MOVED rather than died, and the anchors below now hop into a
* second file): `components/src/renderers/form/
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `button.tsx` and `resolve-icon.ts` are both byte-identical to the ones at
* `9602dc820` and every anchor below is unmoved, each one re-READ at the new
* pin rather than carried on that identity (#10274). The read point MOVED
* rather than died on the earlier hop onto `9602dc820`, which is why the
* anchors below span a second file): `components/src/renderers/form/
* button.tsx:36` resolves `schema.icon` through the shared `resolveIcon`,
* and `:57` / `:59` 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
Expand DownExpand Up@@ -2456,12 +2465,15 @@ 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` = `9602dc820`; re-derived at that pin 2026-08-28 — of the
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 — of the
* files in the chain below, `index.tsx` DID change across the move off
* `190fbd01d` and its anchor moved `161` → `204`, while `ObjectMetricWidget
* .tsx`, `MetricWidget.tsx`, `MetricCard.tsx` and `lazy-icon.tsx` are
* byte-identical to the ones at `190fbd01d`; every anchor below was re-READ
* at the new pin rather than inferred from that identity), and the chain runs
* `9602dc820` while `ObjectMetricWidget.tsx`, `MetricWidget.tsx`,
* `MetricCard.tsx` and `lazy-icon.tsx` are byte-identical to the ones at
* `9602dc820`; this time NO anchor moved, `index.tsx`'s included — its
* `object-metric` registration begins at `:194` and the icon input still
* lands on `:204`, the change to that file sitting elsewhere in it. Every
* anchor below was re-READ at the new pin rather than inferred from either
* that identity or that unchanged number), and the chain runs
* three files:
* `plugin-dashboard/src/index.tsx:204` publishes it as a designer input
* (`Icon (Lucide name)`) on the registered `object-metric` block;
Expand Down
4 changes: 2 additions & 2 deletions scripts/sdui-manifest.record.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,10 +9,10 @@
"a pin bump without regeneration goes RED there — that is the anti-rot half of the freshness gate.",
"Regenerate + re-record: node scripts/gen-sdui-manifest-node.mjs (see its header for the offline mode)."
],
"objectuiSha": "9602dc820450dda956843c6cfe5b329bcf88c757",
"objectuiSha": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"objectuiPackagesVersion": "17.6.0",
"generator": "scripts/gen-sdui-manifest-node.mjs",
"generatedAt": "2026-08-30",
"generatedAt": "2026-09-01",
"sha256": "49211fee7792cf51174930dc2c1be2169d5175f77a83491f68f90b3f0c19e69d",
"components": 57
}
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
143 changes: 143 additions & 0 deletions .changeset/console-d8ec8d6d4f01.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .objectui-sha
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
9602dc820450dda956843c6cfe5b329bcf88c757
d8ec8d6d4f011b11c8eb1e6dbd364ef206711391
8 changes: 4 additions & 4 deletions packages/sdui-parser/objectui-lockstep.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,9 +5,9 @@
"ONE SIDE ONLY: this file holds no diff and blesses no divergence — see scripts/check-sdui-lockstep.mjs."
],
"objectui": {
"repo": "objectstack-ai/objectui",
"rev": "45a9aeb57c1374171a5c95ec8aa02adfd731e915",
"revDate": "2026-08-30T06:17:22+00:00",
"repo": "https://github.com/objectstack-ai/objectui.git",
"rev": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"revDate": "2026-09-01T08:23:58+00:00",
"source": "packages/sdui-parser/src",
"files": [
"packages/sdui-parser/src/codegen.ts",
Expand All@@ -20,7 +20,7 @@
"packages/sdui-parser/src/validate.ts"
]
},
"recordedAgainstPin": "9602dc820450dda956843c6cfe5b329bcf88c757",
"recordedAgainstPin": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"grammarRegion": {
"file": "packages/sdui-parser/src/parse.ts",
"delimiter": "/* ---------------------- the JS literal subset (#6614) ---------------------- */",
Expand Down
26 changes: 14 additions & 12 deletions packages/spec/src/data/api-methods-batch-conformance.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -61,18 +61,20 @@ const SINGLE_RECORD_WRITE_ONLY: Record<string, string> = {
// `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` = `9602dc820`, `packages/plugin-grid`; re-measured at
// that pin, 2026-08-28 — previously measured at `190fbd01d`, before that at
// `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID change across
// the move off `190fbd01d`, so both claims below were re-derived rather than
// carried over: `ObjectGrid.tsx:2586-2601`, whose block is byte-identical to
// the one cited at `190fbd01d:2492-2507` and shifted only by insertions above
// it, and `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both
// pins. That second span is WIDENED BY ONE LINE from the `284-288` cited
// before: it stopped short of `label = 'bulk delete'`, truncating the second
// of the two branches it names — the #10274 class of anchor error, found here
// by re-reading rather than by the file changing, which is why byte-identity
// is never taken as proof an anchor is right):
// (`.objectui-sha` = `d8ec8d6d4`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-01 — previously measured at `9602dc820`, before that at
// `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID
// change across the move off `9602dc820`, so both claims below were
// re-derived rather than carried over: `ObjectGrid.tsx:3187-3202`, whose
// block is byte-identical to the one cited at `9602dc820:2586-2601` and
// shifted only by insertions above it, and
// `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both pins
// and re-READ there rather than carried on that identity — it still ends on
// `label = 'bulk delete'`, the line the `284-288` span cited two pins ago
// stopped short of, truncating the second of the two branches it names (the
// #10274 class of anchor error, found by re-reading rather than by the file
// changing, which is why byte-identity is never taken as proof an anchor is
// right):
//
// · No checkbox column is rendered. None of the object's four list views
// declares `bulkActions` / `bulkActionDefs` / `selection`, and `ObjectGrid`
Expand Down
58 changes: 33 additions & 25 deletions packages/spec/src/ui/component.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -274,15 +274,17 @@ describe('PageAccordionProps variant (#6776)', () => {
// sweep once read as declared-but-unenforced. It has a live cross-repo consumer:
// objectui's `PageAccordionRenderer` renders `{item.icon && <LazyIcon
// name={item.icon} …/>}` inside the `AccordionTrigger`
// (`packages/components/src/renderers/layout/containers.tsx:851-857`), and the
// (`packages/components/src/renderers/layout/containers.tsx:918-924`), and the
// same file's `ComponentRegistry.register('accordion', …)` publishes the key to
// the Studio block designer at `:898` (the `items` input, documented as
// the Studio block designer at `:965` (the `items` input, documented as
// `[{ label, icon?, collapsed?, children }]`). Measured at the pin this repo
// builds against — `.objectui-sha` = `9602dc820`. Re-derived at that pin
// 2026-08-28: `containers.tsx` is byte-identical to the one at `190fbd01d`, so
// both anchors above are unmoved — and both were re-READ at the new pin rather
// than inferred from that identity, because identity preserves a wrong anchor
// as faithfully as a right one (#10274).
// builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived at that pin
// 2026-09-01: `containers.tsx` DID change across the move off `9602dc820`, so
// both anchors above were re-derived rather than carried over — the icon block
// moved `851-857` → `918-924` and the registration input `898` → `965`, both
// shifted by insertions above them, with the cited text itself unchanged. Every
// anchor was re-READ at the new pin, never inferred, because identity preserves
// a wrong anchor as faithfully as a right one (#10274).
//
// #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()`
Expand DownExpand Up@@ -361,14 +363,16 @@ describe('PageTabsProps items[].value / items[].count (#5775)', () => {
// same bare declaration a liveness sweep reads as declared-but-unenforced.
// objectui's `PageTabsRenderer` renders `{item.icon && <LazyIcon
// name={item.icon} …/>}` inside the `TabsTrigger`
// (`packages/components/src/renderers/layout/containers.tsx:662-668`), and the
// (`packages/components/src/renderers/layout/containers.tsx:729-735`), and the
// same file's `ComponentRegistry.register('tabs', …)` publishes the key to the
// Studio block designer at `:721` (the `items` input, documented as
// Studio block designer at `:788` (the `items` input, documented as
// `[{ label, value?, icon?, count?, visibleWhen?, children }]`). Measured at
// the pin this repo builds against — `.objectui-sha` = `9602dc820`. Re-derived
// at that pin 2026-08-28: `containers.tsx` is byte-identical to the one at
// `190fbd01d`, so both anchors above are unmoved — and both were re-READ at the
// new pin rather than inferred from that identity (#10274).
// the pin this repo builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived
// at that pin 2026-09-01: `containers.tsx` DID change across the move off
// `9602dc820`, so both anchors above were re-derived rather than carried over —
// the icon block moved `662-668` → `729-735` and the registration input
// `721` → `788`, both shifted by insertions above them, with the cited text
// itself unchanged. Both were re-READ at the new pin, never inferred (#10274).
//
// #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
Expand DownExpand Up@@ -2437,18 +2441,22 @@ describe('#7751 — object-* block props schemas', () => {
// #9881 and #9972 recorded the accordion and tab items; these two close the set.
//
// The button record re-measured at the pin this repo builds against —
// `.objectui-sha` = `9602dc820`, re-derived there 2026-08-28. This is the first
// move that changed the button READ POINT and not merely its line numbers:
// objectui#5993 deleted `button.tsx`'s file-local `toPascalCase` +
// `iconNameMap` + `icons` index and routed the button through the SHARED
// `resolveIcon` that every `action:*` site already used, so the resolution
// anchor now hops into `renderers/action/resolve-icon.ts`. What an author sees
// did not move with it: an unknown name still resolves to `null` and draws
// nothing, which is still the `LazyIcon` contrast the third test below pins.
// The earlier moves were line-number drift only — #10137 moved the pin while
// #9881/#9972 still cited `82a94170c`, #10274 re-measured those four onto
// `9a3daf8d3`, and `button.tsx` was byte-identical at `9a3daf8d3` and
// `190fbd01d`.
// `.objectui-sha` = `d8ec8d6d4`, re-derived there 2026-09-01: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `9602dc820`, and
// every anchor below was still re-READ at the new pin rather than carried on
// that identity (#10274). The move off `9602dc820` changed neither the read
// point nor a single line number here.
// The one move that changed the button READ POINT and not merely its line
// numbers was the one onto `9602dc820`: objectui#5993 deleted `button.tsx`'s
// file-local `toPascalCase` + `iconNameMap` + `icons` index and routed the
// button through the SHARED `resolveIcon` that every `action:*` site already
// used, so the resolution anchor hops into `renderers/action/resolve-icon.ts`.
// What an author sees did not move with it: an unknown name still resolves to
// `null` and draws nothing, which is still the `LazyIcon` contrast the third
// test below pins. The moves before that were line-number drift only — #10137
// moved the pin while #9881/#9972 still cited `82a94170c`, #10274 re-measured
// those four onto `9a3daf8d3`, and `button.tsx` was byte-identical at
// `9a3daf8d3` and `190fbd01d`.
describe('ElementButtonPropsSchema icon liveness (#10053)', () => {
const button = ComponentPropsMap['element:button'];

Expand Down
48 changes: 30 additions & 18 deletions packages/spec/src/ui/component.zod.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -642,14 +642,17 @@ export const PageTabsProps = strictObject({
* false candidate a component over).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 —
* `containers.tsx` is byte-identical to the one at `190fbd01d`, so both
* anchors below are unmoved, and both were re-READ there rather than
* inferred from that identity): `containers.tsx:662-668` renders
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `662-668` → `729-735` and the registration input `721` → `788`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:729-735`
* renders
* `{item.icon && <LazyIcon name={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
* the key to the Studio block designer at `:721` (the `items` input,
* the key to the Studio block designer at `:788` (the `items` input,
* documented as `[{ label, value?, icon?, count?, visibleWhen?, children
* }]`).
*
Expand DownExpand Up@@ -1698,14 +1701,17 @@ export const PageAccordionProps = strictObject({
* re-derive the same false candidate).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 —
* `containers.tsx` is byte-identical to the one at `190fbd01d`, so both
* anchors below are unmoved, and both were re-READ there rather than
* inferred from that identity): `containers.tsx:851-857` renders
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `851-857` → `918-924` and the registration input `898` → `965`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:918-924`
* renders
* `{item.icon && <LazyIcon name={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
* block designer at `:898` (the `items` input, documented as
* block designer at `:965` (the `items` input, documented as
* `[{ label, icon?, collapsed?, children }]`).
*
* Vocabulary is Lucide, resolved through objectui's `LazyIcon`
Expand DownExpand Up@@ -1875,9 +1881,12 @@ export const ElementButtonPropsSchema = lazySchema(() => strictObject({
* the button.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 — the
* read point MOVED rather than died, and the anchors below now hop into a
* second file): `components/src/renderers/form/
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `button.tsx` and `resolve-icon.ts` are both byte-identical to the ones at
* `9602dc820` and every anchor below is unmoved, each one re-READ at the new
* pin rather than carried on that identity (#10274). The read point MOVED
* rather than died on the earlier hop onto `9602dc820`, which is why the
* anchors below span a second file): `components/src/renderers/form/
* button.tsx:36` resolves `schema.icon` through the shared `resolveIcon`,
* and `:57` / `:59` 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
Expand DownExpand Up@@ -2456,12 +2465,15 @@ 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` = `9602dc820`; re-derived at that pin 2026-08-28 — of the
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 — of the
* files in the chain below, `index.tsx` DID change across the move off
* `190fbd01d` and its anchor moved `161` → `204`, while `ObjectMetricWidget
* .tsx`, `MetricWidget.tsx`, `MetricCard.tsx` and `lazy-icon.tsx` are
* byte-identical to the ones at `190fbd01d`; every anchor below was re-READ
* at the new pin rather than inferred from that identity), and the chain runs
* `9602dc820` while `ObjectMetricWidget.tsx`, `MetricWidget.tsx`,
* `MetricCard.tsx` and `lazy-icon.tsx` are byte-identical to the ones at
* `9602dc820`; this time NO anchor moved, `index.tsx`'s included — its
* `object-metric` registration begins at `:194` and the icon input still
* lands on `:204`, the change to that file sitting elsewhere in it. Every
* anchor below was re-READ at the new pin rather than inferred from either
* that identity or that unchanged number), and the chain runs
* three files:
* `plugin-dashboard/src/index.tsx:204` publishes it as a designer input
* (`Icon (Lucide name)`) on the registered `object-metric` block;
Expand Down
4 changes: 2 additions & 2 deletions scripts/sdui-manifest.record.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,10 +9,10 @@
"a pin bump without regeneration goes RED there — that is the anti-rot half of the freshness gate.",
"Regenerate + re-record: node scripts/gen-sdui-manifest-node.mjs (see its header for the offline mode)."
],
"objectuiSha": "9602dc820450dda956843c6cfe5b329bcf88c757",
"objectuiSha": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"objectuiPackagesVersion": "17.6.0",
"generator": "scripts/gen-sdui-manifest-node.mjs",
"generatedAt": "2026-08-30",
"generatedAt": "2026-09-01",
"sha256": "49211fee7792cf51174930dc2c1be2169d5175f77a83491f68f90b3f0c19e69d",
"components": 57
}
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
143 changes: 143 additions & 0 deletions .changeset/console-d8ec8d6d4f01.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .objectui-sha
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
9602dc820450dda956843c6cfe5b329bcf88c757
d8ec8d6d4f011b11c8eb1e6dbd364ef206711391
8 changes: 4 additions & 4 deletions packages/sdui-parser/objectui-lockstep.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,9 +5,9 @@
"ONE SIDE ONLY: this file holds no diff and blesses no divergence — see scripts/check-sdui-lockstep.mjs."
],
"objectui": {
"repo": "objectstack-ai/objectui",
"rev": "45a9aeb57c1374171a5c95ec8aa02adfd731e915",
"revDate": "2026-08-30T06:17:22+00:00",
"repo": "https://github.com/objectstack-ai/objectui.git",
"rev": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"revDate": "2026-09-01T08:23:58+00:00",
"source": "packages/sdui-parser/src",
"files": [
"packages/sdui-parser/src/codegen.ts",
Expand All@@ -20,7 +20,7 @@
"packages/sdui-parser/src/validate.ts"
]
},
"recordedAgainstPin": "9602dc820450dda956843c6cfe5b329bcf88c757",
"recordedAgainstPin": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"grammarRegion": {
"file": "packages/sdui-parser/src/parse.ts",
"delimiter": "/* ---------------------- the JS literal subset (#6614) ---------------------- */",
Expand Down
26 changes: 14 additions & 12 deletions packages/spec/src/data/api-methods-batch-conformance.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -61,18 +61,20 @@ const SINGLE_RECORD_WRITE_ONLY: Record<string, string> = {
// `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` = `9602dc820`, `packages/plugin-grid`; re-measured at
// that pin, 2026-08-28 — previously measured at `190fbd01d`, before that at
// `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID change across
// the move off `190fbd01d`, so both claims below were re-derived rather than
// carried over: `ObjectGrid.tsx:2586-2601`, whose block is byte-identical to
// the one cited at `190fbd01d:2492-2507` and shifted only by insertions above
// it, and `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both
// pins. That second span is WIDENED BY ONE LINE from the `284-288` cited
// before: it stopped short of `label = 'bulk delete'`, truncating the second
// of the two branches it names — the #10274 class of anchor error, found here
// by re-reading rather than by the file changing, which is why byte-identity
// is never taken as proof an anchor is right):
// (`.objectui-sha` = `d8ec8d6d4`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-01 — previously measured at `9602dc820`, before that at
// `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID
// change across the move off `9602dc820`, so both claims below were
// re-derived rather than carried over: `ObjectGrid.tsx:3187-3202`, whose
// block is byte-identical to the one cited at `9602dc820:2586-2601` and
// shifted only by insertions above it, and
// `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both pins
// and re-READ there rather than carried on that identity — it still ends on
// `label = 'bulk delete'`, the line the `284-288` span cited two pins ago
// stopped short of, truncating the second of the two branches it names (the
// #10274 class of anchor error, found by re-reading rather than by the file
// changing, which is why byte-identity is never taken as proof an anchor is
// right):
//
// · No checkbox column is rendered. None of the object's four list views
// declares `bulkActions` / `bulkActionDefs` / `selection`, and `ObjectGrid`
Expand Down
58 changes: 33 additions & 25 deletions packages/spec/src/ui/component.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -274,15 +274,17 @@ describe('PageAccordionProps variant (#6776)', () => {
// sweep once read as declared-but-unenforced. It has a live cross-repo consumer:
// objectui's `PageAccordionRenderer` renders `{item.icon && <LazyIcon
// name={item.icon} …/>}` inside the `AccordionTrigger`
// (`packages/components/src/renderers/layout/containers.tsx:851-857`), and the
// (`packages/components/src/renderers/layout/containers.tsx:918-924`), and the
// same file's `ComponentRegistry.register('accordion', …)` publishes the key to
// the Studio block designer at `:898` (the `items` input, documented as
// the Studio block designer at `:965` (the `items` input, documented as
// `[{ label, icon?, collapsed?, children }]`). Measured at the pin this repo
// builds against — `.objectui-sha` = `9602dc820`. Re-derived at that pin
// 2026-08-28: `containers.tsx` is byte-identical to the one at `190fbd01d`, so
// both anchors above are unmoved — and both were re-READ at the new pin rather
// than inferred from that identity, because identity preserves a wrong anchor
// as faithfully as a right one (#10274).
// builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived at that pin
// 2026-09-01: `containers.tsx` DID change across the move off `9602dc820`, so
// both anchors above were re-derived rather than carried over — the icon block
// moved `851-857` → `918-924` and the registration input `898` → `965`, both
// shifted by insertions above them, with the cited text itself unchanged. Every
// anchor was re-READ at the new pin, never inferred, because identity preserves
// a wrong anchor as faithfully as a right one (#10274).
//
// #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()`
Expand DownExpand Up@@ -361,14 +363,16 @@ describe('PageTabsProps items[].value / items[].count (#5775)', () => {
// same bare declaration a liveness sweep reads as declared-but-unenforced.
// objectui's `PageTabsRenderer` renders `{item.icon && <LazyIcon
// name={item.icon} …/>}` inside the `TabsTrigger`
// (`packages/components/src/renderers/layout/containers.tsx:662-668`), and the
// (`packages/components/src/renderers/layout/containers.tsx:729-735`), and the
// same file's `ComponentRegistry.register('tabs', …)` publishes the key to the
// Studio block designer at `:721` (the `items` input, documented as
// Studio block designer at `:788` (the `items` input, documented as
// `[{ label, value?, icon?, count?, visibleWhen?, children }]`). Measured at
// the pin this repo builds against — `.objectui-sha` = `9602dc820`. Re-derived
// at that pin 2026-08-28: `containers.tsx` is byte-identical to the one at
// `190fbd01d`, so both anchors above are unmoved — and both were re-READ at the
// new pin rather than inferred from that identity (#10274).
// the pin this repo builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived
// at that pin 2026-09-01: `containers.tsx` DID change across the move off
// `9602dc820`, so both anchors above were re-derived rather than carried over —
// the icon block moved `662-668` → `729-735` and the registration input
// `721` → `788`, both shifted by insertions above them, with the cited text
// itself unchanged. Both were re-READ at the new pin, never inferred (#10274).
//
// #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
Expand DownExpand Up@@ -2437,18 +2441,22 @@ describe('#7751 — object-* block props schemas', () => {
// #9881 and #9972 recorded the accordion and tab items; these two close the set.
//
// The button record re-measured at the pin this repo builds against —
// `.objectui-sha` = `9602dc820`, re-derived there 2026-08-28. This is the first
// move that changed the button READ POINT and not merely its line numbers:
// objectui#5993 deleted `button.tsx`'s file-local `toPascalCase` +
// `iconNameMap` + `icons` index and routed the button through the SHARED
// `resolveIcon` that every `action:*` site already used, so the resolution
// anchor now hops into `renderers/action/resolve-icon.ts`. What an author sees
// did not move with it: an unknown name still resolves to `null` and draws
// nothing, which is still the `LazyIcon` contrast the third test below pins.
// The earlier moves were line-number drift only — #10137 moved the pin while
// #9881/#9972 still cited `82a94170c`, #10274 re-measured those four onto
// `9a3daf8d3`, and `button.tsx` was byte-identical at `9a3daf8d3` and
// `190fbd01d`.
// `.objectui-sha` = `d8ec8d6d4`, re-derived there 2026-09-01: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `9602dc820`, and
// every anchor below was still re-READ at the new pin rather than carried on
// that identity (#10274). The move off `9602dc820` changed neither the read
// point nor a single line number here.
// The one move that changed the button READ POINT and not merely its line
// numbers was the one onto `9602dc820`: objectui#5993 deleted `button.tsx`'s
// file-local `toPascalCase` + `iconNameMap` + `icons` index and routed the
// button through the SHARED `resolveIcon` that every `action:*` site already
// used, so the resolution anchor hops into `renderers/action/resolve-icon.ts`.
// What an author sees did not move with it: an unknown name still resolves to
// `null` and draws nothing, which is still the `LazyIcon` contrast the third
// test below pins. The moves before that were line-number drift only — #10137
// moved the pin while #9881/#9972 still cited `82a94170c`, #10274 re-measured
// those four onto `9a3daf8d3`, and `button.tsx` was byte-identical at
// `9a3daf8d3` and `190fbd01d`.
describe('ElementButtonPropsSchema icon liveness (#10053)', () => {
const button = ComponentPropsMap['element:button'];

Expand Down
48 changes: 30 additions & 18 deletions packages/spec/src/ui/component.zod.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -642,14 +642,17 @@ export const PageTabsProps = strictObject({
* false candidate a component over).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 —
* `containers.tsx` is byte-identical to the one at `190fbd01d`, so both
* anchors below are unmoved, and both were re-READ there rather than
* inferred from that identity): `containers.tsx:662-668` renders
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `662-668` → `729-735` and the registration input `721` → `788`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:729-735`
* renders
* `{item.icon && <LazyIcon name={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
* the key to the Studio block designer at `:721` (the `items` input,
* the key to the Studio block designer at `:788` (the `items` input,
* documented as `[{ label, value?, icon?, count?, visibleWhen?, children
* }]`).
*
Expand DownExpand Up@@ -1698,14 +1701,17 @@ export const PageAccordionProps = strictObject({
* re-derive the same false candidate).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 —
* `containers.tsx` is byte-identical to the one at `190fbd01d`, so both
* anchors below are unmoved, and both were re-READ there rather than
* inferred from that identity): `containers.tsx:851-857` renders
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `851-857` → `918-924` and the registration input `898` → `965`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:918-924`
* renders
* `{item.icon && <LazyIcon name={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
* block designer at `:898` (the `items` input, documented as
* block designer at `:965` (the `items` input, documented as
* `[{ label, icon?, collapsed?, children }]`).
*
* Vocabulary is Lucide, resolved through objectui's `LazyIcon`
Expand DownExpand Up@@ -1875,9 +1881,12 @@ export const ElementButtonPropsSchema = lazySchema(() => strictObject({
* the button.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 — the
* read point MOVED rather than died, and the anchors below now hop into a
* second file): `components/src/renderers/form/
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `button.tsx` and `resolve-icon.ts` are both byte-identical to the ones at
* `9602dc820` and every anchor below is unmoved, each one re-READ at the new
* pin rather than carried on that identity (#10274). The read point MOVED
* rather than died on the earlier hop onto `9602dc820`, which is why the
* anchors below span a second file): `components/src/renderers/form/
* button.tsx:36` resolves `schema.icon` through the shared `resolveIcon`,
* and `:57` / `:59` 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
Expand DownExpand Up@@ -2456,12 +2465,15 @@ 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` = `9602dc820`; re-derived at that pin 2026-08-28 — of the
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 — of the
* files in the chain below, `index.tsx` DID change across the move off
* `190fbd01d` and its anchor moved `161` → `204`, while `ObjectMetricWidget
* .tsx`, `MetricWidget.tsx`, `MetricCard.tsx` and `lazy-icon.tsx` are
* byte-identical to the ones at `190fbd01d`; every anchor below was re-READ
* at the new pin rather than inferred from that identity), and the chain runs
* `9602dc820` while `ObjectMetricWidget.tsx`, `MetricWidget.tsx`,
* `MetricCard.tsx` and `lazy-icon.tsx` are byte-identical to the ones at
* `9602dc820`; this time NO anchor moved, `index.tsx`'s included — its
* `object-metric` registration begins at `:194` and the icon input still
* lands on `:204`, the change to that file sitting elsewhere in it. Every
* anchor below was re-READ at the new pin rather than inferred from either
* that identity or that unchanged number), and the chain runs
* three files:
* `plugin-dashboard/src/index.tsx:204` publishes it as a designer input
* (`Icon (Lucide name)`) on the registered `object-metric` block;
Expand Down
4 changes: 2 additions & 2 deletions scripts/sdui-manifest.record.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,10 +9,10 @@
"a pin bump without regeneration goes RED there — that is the anti-rot half of the freshness gate.",
"Regenerate + re-record: node scripts/gen-sdui-manifest-node.mjs (see its header for the offline mode)."
],
"objectuiSha": "9602dc820450dda956843c6cfe5b329bcf88c757",
"objectuiSha": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"objectuiPackagesVersion": "17.6.0",
"generator": "scripts/gen-sdui-manifest-node.mjs",
"generatedAt": "2026-08-30",
"generatedAt": "2026-09-01",
"sha256": "49211fee7792cf51174930dc2c1be2169d5175f77a83491f68f90b3f0c19e69d",
"components": 57
}
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
143 changes: 143 additions & 0 deletions .changeset/console-d8ec8d6d4f01.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .objectui-sha
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
9602dc820450dda956843c6cfe5b329bcf88c757
d8ec8d6d4f011b11c8eb1e6dbd364ef206711391
8 changes: 4 additions & 4 deletions packages/sdui-parser/objectui-lockstep.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,9 +5,9 @@
"ONE SIDE ONLY: this file holds no diff and blesses no divergence — see scripts/check-sdui-lockstep.mjs."
],
"objectui": {
"repo": "objectstack-ai/objectui",
"rev": "45a9aeb57c1374171a5c95ec8aa02adfd731e915",
"revDate": "2026-08-30T06:17:22+00:00",
"repo": "https://github.com/objectstack-ai/objectui.git",
"rev": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"revDate": "2026-09-01T08:23:58+00:00",
"source": "packages/sdui-parser/src",
"files": [
"packages/sdui-parser/src/codegen.ts",
Expand All@@ -20,7 +20,7 @@
"packages/sdui-parser/src/validate.ts"
]
},
"recordedAgainstPin": "9602dc820450dda956843c6cfe5b329bcf88c757",
"recordedAgainstPin": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"grammarRegion": {
"file": "packages/sdui-parser/src/parse.ts",
"delimiter": "/* ---------------------- the JS literal subset (#6614) ---------------------- */",
Expand Down
26 changes: 14 additions & 12 deletions packages/spec/src/data/api-methods-batch-conformance.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -61,18 +61,20 @@ const SINGLE_RECORD_WRITE_ONLY: Record<string, string> = {
// `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` = `9602dc820`, `packages/plugin-grid`; re-measured at
// that pin, 2026-08-28 — previously measured at `190fbd01d`, before that at
// `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID change across
// the move off `190fbd01d`, so both claims below were re-derived rather than
// carried over: `ObjectGrid.tsx:2586-2601`, whose block is byte-identical to
// the one cited at `190fbd01d:2492-2507` and shifted only by insertions above
// it, and `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both
// pins. That second span is WIDENED BY ONE LINE from the `284-288` cited
// before: it stopped short of `label = 'bulk delete'`, truncating the second
// of the two branches it names — the #10274 class of anchor error, found here
// by re-reading rather than by the file changing, which is why byte-identity
// is never taken as proof an anchor is right):
// (`.objectui-sha` = `d8ec8d6d4`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-01 — previously measured at `9602dc820`, before that at
// `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID
// change across the move off `9602dc820`, so both claims below were
// re-derived rather than carried over: `ObjectGrid.tsx:3187-3202`, whose
// block is byte-identical to the one cited at `9602dc820:2586-2601` and
// shifted only by insertions above it, and
// `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both pins
// and re-READ there rather than carried on that identity — it still ends on
// `label = 'bulk delete'`, the line the `284-288` span cited two pins ago
// stopped short of, truncating the second of the two branches it names (the
// #10274 class of anchor error, found by re-reading rather than by the file
// changing, which is why byte-identity is never taken as proof an anchor is
// right):
//
// · No checkbox column is rendered. None of the object's four list views
// declares `bulkActions` / `bulkActionDefs` / `selection`, and `ObjectGrid`
Expand Down
58 changes: 33 additions & 25 deletions packages/spec/src/ui/component.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -274,15 +274,17 @@ describe('PageAccordionProps variant (#6776)', () => {
// sweep once read as declared-but-unenforced. It has a live cross-repo consumer:
// objectui's `PageAccordionRenderer` renders `{item.icon && <LazyIcon
// name={item.icon} …/>}` inside the `AccordionTrigger`
// (`packages/components/src/renderers/layout/containers.tsx:851-857`), and the
// (`packages/components/src/renderers/layout/containers.tsx:918-924`), and the
// same file's `ComponentRegistry.register('accordion', …)` publishes the key to
// the Studio block designer at `:898` (the `items` input, documented as
// the Studio block designer at `:965` (the `items` input, documented as
// `[{ label, icon?, collapsed?, children }]`). Measured at the pin this repo
// builds against — `.objectui-sha` = `9602dc820`. Re-derived at that pin
// 2026-08-28: `containers.tsx` is byte-identical to the one at `190fbd01d`, so
// both anchors above are unmoved — and both were re-READ at the new pin rather
// than inferred from that identity, because identity preserves a wrong anchor
// as faithfully as a right one (#10274).
// builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived at that pin
// 2026-09-01: `containers.tsx` DID change across the move off `9602dc820`, so
// both anchors above were re-derived rather than carried over — the icon block
// moved `851-857` → `918-924` and the registration input `898` → `965`, both
// shifted by insertions above them, with the cited text itself unchanged. Every
// anchor was re-READ at the new pin, never inferred, because identity preserves
// a wrong anchor as faithfully as a right one (#10274).
//
// #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()`
Expand DownExpand Up@@ -361,14 +363,16 @@ describe('PageTabsProps items[].value / items[].count (#5775)', () => {
// same bare declaration a liveness sweep reads as declared-but-unenforced.
// objectui's `PageTabsRenderer` renders `{item.icon && <LazyIcon
// name={item.icon} …/>}` inside the `TabsTrigger`
// (`packages/components/src/renderers/layout/containers.tsx:662-668`), and the
// (`packages/components/src/renderers/layout/containers.tsx:729-735`), and the
// same file's `ComponentRegistry.register('tabs', …)` publishes the key to the
// Studio block designer at `:721` (the `items` input, documented as
// Studio block designer at `:788` (the `items` input, documented as
// `[{ label, value?, icon?, count?, visibleWhen?, children }]`). Measured at
// the pin this repo builds against — `.objectui-sha` = `9602dc820`. Re-derived
// at that pin 2026-08-28: `containers.tsx` is byte-identical to the one at
// `190fbd01d`, so both anchors above are unmoved — and both were re-READ at the
// new pin rather than inferred from that identity (#10274).
// the pin this repo builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived
// at that pin 2026-09-01: `containers.tsx` DID change across the move off
// `9602dc820`, so both anchors above were re-derived rather than carried over —
// the icon block moved `662-668` → `729-735` and the registration input
// `721` → `788`, both shifted by insertions above them, with the cited text
// itself unchanged. Both were re-READ at the new pin, never inferred (#10274).
//
// #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
Expand DownExpand Up@@ -2437,18 +2441,22 @@ describe('#7751 — object-* block props schemas', () => {
// #9881 and #9972 recorded the accordion and tab items; these two close the set.
//
// The button record re-measured at the pin this repo builds against —
// `.objectui-sha` = `9602dc820`, re-derived there 2026-08-28. This is the first
// move that changed the button READ POINT and not merely its line numbers:
// objectui#5993 deleted `button.tsx`'s file-local `toPascalCase` +
// `iconNameMap` + `icons` index and routed the button through the SHARED
// `resolveIcon` that every `action:*` site already used, so the resolution
// anchor now hops into `renderers/action/resolve-icon.ts`. What an author sees
// did not move with it: an unknown name still resolves to `null` and draws
// nothing, which is still the `LazyIcon` contrast the third test below pins.
// The earlier moves were line-number drift only — #10137 moved the pin while
// #9881/#9972 still cited `82a94170c`, #10274 re-measured those four onto
// `9a3daf8d3`, and `button.tsx` was byte-identical at `9a3daf8d3` and
// `190fbd01d`.
// `.objectui-sha` = `d8ec8d6d4`, re-derived there 2026-09-01: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `9602dc820`, and
// every anchor below was still re-READ at the new pin rather than carried on
// that identity (#10274). The move off `9602dc820` changed neither the read
// point nor a single line number here.
// The one move that changed the button READ POINT and not merely its line
// numbers was the one onto `9602dc820`: objectui#5993 deleted `button.tsx`'s
// file-local `toPascalCase` + `iconNameMap` + `icons` index and routed the
// button through the SHARED `resolveIcon` that every `action:*` site already
// used, so the resolution anchor hops into `renderers/action/resolve-icon.ts`.
// What an author sees did not move with it: an unknown name still resolves to
// `null` and draws nothing, which is still the `LazyIcon` contrast the third
// test below pins. The moves before that were line-number drift only — #10137
// moved the pin while #9881/#9972 still cited `82a94170c`, #10274 re-measured
// those four onto `9a3daf8d3`, and `button.tsx` was byte-identical at
// `9a3daf8d3` and `190fbd01d`.
describe('ElementButtonPropsSchema icon liveness (#10053)', () => {
const button = ComponentPropsMap['element:button'];

Expand Down
48 changes: 30 additions & 18 deletions packages/spec/src/ui/component.zod.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -642,14 +642,17 @@ export const PageTabsProps = strictObject({
* false candidate a component over).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 —
* `containers.tsx` is byte-identical to the one at `190fbd01d`, so both
* anchors below are unmoved, and both were re-READ there rather than
* inferred from that identity): `containers.tsx:662-668` renders
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `662-668` → `729-735` and the registration input `721` → `788`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:729-735`
* renders
* `{item.icon && <LazyIcon name={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
* the key to the Studio block designer at `:721` (the `items` input,
* the key to the Studio block designer at `:788` (the `items` input,
* documented as `[{ label, value?, icon?, count?, visibleWhen?, children
* }]`).
*
Expand DownExpand Up@@ -1698,14 +1701,17 @@ export const PageAccordionProps = strictObject({
* re-derive the same false candidate).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 —
* `containers.tsx` is byte-identical to the one at `190fbd01d`, so both
* anchors below are unmoved, and both were re-READ there rather than
* inferred from that identity): `containers.tsx:851-857` renders
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `851-857` → `918-924` and the registration input `898` → `965`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:918-924`
* renders
* `{item.icon && <LazyIcon name={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
* block designer at `:898` (the `items` input, documented as
* block designer at `:965` (the `items` input, documented as
* `[{ label, icon?, collapsed?, children }]`).
*
* Vocabulary is Lucide, resolved through objectui's `LazyIcon`
Expand DownExpand Up@@ -1875,9 +1881,12 @@ export const ElementButtonPropsSchema = lazySchema(() => strictObject({
* the button.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 — the
* read point MOVED rather than died, and the anchors below now hop into a
* second file): `components/src/renderers/form/
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `button.tsx` and `resolve-icon.ts` are both byte-identical to the ones at
* `9602dc820` and every anchor below is unmoved, each one re-READ at the new
* pin rather than carried on that identity (#10274). The read point MOVED
* rather than died on the earlier hop onto `9602dc820`, which is why the
* anchors below span a second file): `components/src/renderers/form/
* button.tsx:36` resolves `schema.icon` through the shared `resolveIcon`,
* and `:57` / `:59` 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
Expand DownExpand Up@@ -2456,12 +2465,15 @@ 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` = `9602dc820`; re-derived at that pin 2026-08-28 — of the
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 — of the
* files in the chain below, `index.tsx` DID change across the move off
* `190fbd01d` and its anchor moved `161` → `204`, while `ObjectMetricWidget
* .tsx`, `MetricWidget.tsx`, `MetricCard.tsx` and `lazy-icon.tsx` are
* byte-identical to the ones at `190fbd01d`; every anchor below was re-READ
* at the new pin rather than inferred from that identity), and the chain runs
* `9602dc820` while `ObjectMetricWidget.tsx`, `MetricWidget.tsx`,
* `MetricCard.tsx` and `lazy-icon.tsx` are byte-identical to the ones at
* `9602dc820`; this time NO anchor moved, `index.tsx`'s included — its
* `object-metric` registration begins at `:194` and the icon input still
* lands on `:204`, the change to that file sitting elsewhere in it. Every
* anchor below was re-READ at the new pin rather than inferred from either
* that identity or that unchanged number), and the chain runs
* three files:
* `plugin-dashboard/src/index.tsx:204` publishes it as a designer input
* (`Icon (Lucide name)`) on the registered `object-metric` block;
Expand Down
4 changes: 2 additions & 2 deletions scripts/sdui-manifest.record.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,10 +9,10 @@
"a pin bump without regeneration goes RED there — that is the anti-rot half of the freshness gate.",
"Regenerate + re-record: node scripts/gen-sdui-manifest-node.mjs (see its header for the offline mode)."
],
"objectuiSha": "9602dc820450dda956843c6cfe5b329bcf88c757",
"objectuiSha": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"objectuiPackagesVersion": "17.6.0",
"generator": "scripts/gen-sdui-manifest-node.mjs",
"generatedAt": "2026-08-30",
"generatedAt": "2026-09-01",
"sha256": "49211fee7792cf51174930dc2c1be2169d5175f77a83491f68f90b3f0c19e69d",
"components": 57
}
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
143 changes: 143 additions & 0 deletions .changeset/console-d8ec8d6d4f01.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .objectui-sha
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
9602dc820450dda956843c6cfe5b329bcf88c757
d8ec8d6d4f011b11c8eb1e6dbd364ef206711391
8 changes: 4 additions & 4 deletions packages/sdui-parser/objectui-lockstep.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,9 +5,9 @@
"ONE SIDE ONLY: this file holds no diff and blesses no divergence — see scripts/check-sdui-lockstep.mjs."
],
"objectui": {
"repo": "objectstack-ai/objectui",
"rev": "45a9aeb57c1374171a5c95ec8aa02adfd731e915",
"revDate": "2026-08-30T06:17:22+00:00",
"repo": "https://github.com/objectstack-ai/objectui.git",
"rev": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"revDate": "2026-09-01T08:23:58+00:00",
"source": "packages/sdui-parser/src",
"files": [
"packages/sdui-parser/src/codegen.ts",
Expand All@@ -20,7 +20,7 @@
"packages/sdui-parser/src/validate.ts"
]
},
"recordedAgainstPin": "9602dc820450dda956843c6cfe5b329bcf88c757",
"recordedAgainstPin": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"grammarRegion": {
"file": "packages/sdui-parser/src/parse.ts",
"delimiter": "/* ---------------------- the JS literal subset (#6614) ---------------------- */",
Expand Down
26 changes: 14 additions & 12 deletions packages/spec/src/data/api-methods-batch-conformance.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -61,18 +61,20 @@ const SINGLE_RECORD_WRITE_ONLY: Record<string, string> = {
// `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` = `9602dc820`, `packages/plugin-grid`; re-measured at
// that pin, 2026-08-28 — previously measured at `190fbd01d`, before that at
// `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID change across
// the move off `190fbd01d`, so both claims below were re-derived rather than
// carried over: `ObjectGrid.tsx:2586-2601`, whose block is byte-identical to
// the one cited at `190fbd01d:2492-2507` and shifted only by insertions above
// it, and `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both
// pins. That second span is WIDENED BY ONE LINE from the `284-288` cited
// before: it stopped short of `label = 'bulk delete'`, truncating the second
// of the two branches it names — the #10274 class of anchor error, found here
// by re-reading rather than by the file changing, which is why byte-identity
// is never taken as proof an anchor is right):
// (`.objectui-sha` = `d8ec8d6d4`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-01 — previously measured at `9602dc820`, before that at
// `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID
// change across the move off `9602dc820`, so both claims below were
// re-derived rather than carried over: `ObjectGrid.tsx:3187-3202`, whose
// block is byte-identical to the one cited at `9602dc820:2586-2601` and
// shifted only by insertions above it, and
// `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both pins
// and re-READ there rather than carried on that identity — it still ends on
// `label = 'bulk delete'`, the line the `284-288` span cited two pins ago
// stopped short of, truncating the second of the two branches it names (the
// #10274 class of anchor error, found by re-reading rather than by the file
// changing, which is why byte-identity is never taken as proof an anchor is
// right):
//
// · No checkbox column is rendered. None of the object's four list views
// declares `bulkActions` / `bulkActionDefs` / `selection`, and `ObjectGrid`
Expand Down
58 changes: 33 additions & 25 deletions packages/spec/src/ui/component.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -274,15 +274,17 @@ describe('PageAccordionProps variant (#6776)', () => {
// sweep once read as declared-but-unenforced. It has a live cross-repo consumer:
// objectui's `PageAccordionRenderer` renders `{item.icon && <LazyIcon
// name={item.icon} …/>}` inside the `AccordionTrigger`
// (`packages/components/src/renderers/layout/containers.tsx:851-857`), and the
// (`packages/components/src/renderers/layout/containers.tsx:918-924`), and the
// same file's `ComponentRegistry.register('accordion', …)` publishes the key to
// the Studio block designer at `:898` (the `items` input, documented as
// the Studio block designer at `:965` (the `items` input, documented as
// `[{ label, icon?, collapsed?, children }]`). Measured at the pin this repo
// builds against — `.objectui-sha` = `9602dc820`. Re-derived at that pin
// 2026-08-28: `containers.tsx` is byte-identical to the one at `190fbd01d`, so
// both anchors above are unmoved — and both were re-READ at the new pin rather
// than inferred from that identity, because identity preserves a wrong anchor
// as faithfully as a right one (#10274).
// builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived at that pin
// 2026-09-01: `containers.tsx` DID change across the move off `9602dc820`, so
// both anchors above were re-derived rather than carried over — the icon block
// moved `851-857` → `918-924` and the registration input `898` → `965`, both
// shifted by insertions above them, with the cited text itself unchanged. Every
// anchor was re-READ at the new pin, never inferred, because identity preserves
// a wrong anchor as faithfully as a right one (#10274).
//
// #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()`
Expand DownExpand Up@@ -361,14 +363,16 @@ describe('PageTabsProps items[].value / items[].count (#5775)', () => {
// same bare declaration a liveness sweep reads as declared-but-unenforced.
// objectui's `PageTabsRenderer` renders `{item.icon && <LazyIcon
// name={item.icon} …/>}` inside the `TabsTrigger`
// (`packages/components/src/renderers/layout/containers.tsx:662-668`), and the
// (`packages/components/src/renderers/layout/containers.tsx:729-735`), and the
// same file's `ComponentRegistry.register('tabs', …)` publishes the key to the
// Studio block designer at `:721` (the `items` input, documented as
// Studio block designer at `:788` (the `items` input, documented as
// `[{ label, value?, icon?, count?, visibleWhen?, children }]`). Measured at
// the pin this repo builds against — `.objectui-sha` = `9602dc820`. Re-derived
// at that pin 2026-08-28: `containers.tsx` is byte-identical to the one at
// `190fbd01d`, so both anchors above are unmoved — and both were re-READ at the
// new pin rather than inferred from that identity (#10274).
// the pin this repo builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived
// at that pin 2026-09-01: `containers.tsx` DID change across the move off
// `9602dc820`, so both anchors above were re-derived rather than carried over —
// the icon block moved `662-668` → `729-735` and the registration input
// `721` → `788`, both shifted by insertions above them, with the cited text
// itself unchanged. Both were re-READ at the new pin, never inferred (#10274).
//
// #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
Expand DownExpand Up@@ -2437,18 +2441,22 @@ describe('#7751 — object-* block props schemas', () => {
// #9881 and #9972 recorded the accordion and tab items; these two close the set.
//
// The button record re-measured at the pin this repo builds against —
// `.objectui-sha` = `9602dc820`, re-derived there 2026-08-28. This is the first
// move that changed the button READ POINT and not merely its line numbers:
// objectui#5993 deleted `button.tsx`'s file-local `toPascalCase` +
// `iconNameMap` + `icons` index and routed the button through the SHARED
// `resolveIcon` that every `action:*` site already used, so the resolution
// anchor now hops into `renderers/action/resolve-icon.ts`. What an author sees
// did not move with it: an unknown name still resolves to `null` and draws
// nothing, which is still the `LazyIcon` contrast the third test below pins.
// The earlier moves were line-number drift only — #10137 moved the pin while
// #9881/#9972 still cited `82a94170c`, #10274 re-measured those four onto
// `9a3daf8d3`, and `button.tsx` was byte-identical at `9a3daf8d3` and
// `190fbd01d`.
// `.objectui-sha` = `d8ec8d6d4`, re-derived there 2026-09-01: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `9602dc820`, and
// every anchor below was still re-READ at the new pin rather than carried on
// that identity (#10274). The move off `9602dc820` changed neither the read
// point nor a single line number here.
// The one move that changed the button READ POINT and not merely its line
// numbers was the one onto `9602dc820`: objectui#5993 deleted `button.tsx`'s
// file-local `toPascalCase` + `iconNameMap` + `icons` index and routed the
// button through the SHARED `resolveIcon` that every `action:*` site already
// used, so the resolution anchor hops into `renderers/action/resolve-icon.ts`.
// What an author sees did not move with it: an unknown name still resolves to
// `null` and draws nothing, which is still the `LazyIcon` contrast the third
// test below pins. The moves before that were line-number drift only — #10137
// moved the pin while #9881/#9972 still cited `82a94170c`, #10274 re-measured
// those four onto `9a3daf8d3`, and `button.tsx` was byte-identical at
// `9a3daf8d3` and `190fbd01d`.
describe('ElementButtonPropsSchema icon liveness (#10053)', () => {
const button = ComponentPropsMap['element:button'];

Expand Down
48 changes: 30 additions & 18 deletions packages/spec/src/ui/component.zod.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -642,14 +642,17 @@ export const PageTabsProps = strictObject({
* false candidate a component over).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 —
* `containers.tsx` is byte-identical to the one at `190fbd01d`, so both
* anchors below are unmoved, and both were re-READ there rather than
* inferred from that identity): `containers.tsx:662-668` renders
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `662-668` → `729-735` and the registration input `721` → `788`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:729-735`
* renders
* `{item.icon && <LazyIcon name={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
* the key to the Studio block designer at `:721` (the `items` input,
* the key to the Studio block designer at `:788` (the `items` input,
* documented as `[{ label, value?, icon?, count?, visibleWhen?, children
* }]`).
*
Expand DownExpand Up@@ -1698,14 +1701,17 @@ export const PageAccordionProps = strictObject({
* re-derive the same false candidate).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 —
* `containers.tsx` is byte-identical to the one at `190fbd01d`, so both
* anchors below are unmoved, and both were re-READ there rather than
* inferred from that identity): `containers.tsx:851-857` renders
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `851-857` → `918-924` and the registration input `898` → `965`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:918-924`
* renders
* `{item.icon && <LazyIcon name={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
* block designer at `:898` (the `items` input, documented as
* block designer at `:965` (the `items` input, documented as
* `[{ label, icon?, collapsed?, children }]`).
*
* Vocabulary is Lucide, resolved through objectui's `LazyIcon`
Expand DownExpand Up@@ -1875,9 +1881,12 @@ export const ElementButtonPropsSchema = lazySchema(() => strictObject({
* the button.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 — the
* read point MOVED rather than died, and the anchors below now hop into a
* second file): `components/src/renderers/form/
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `button.tsx` and `resolve-icon.ts` are both byte-identical to the ones at
* `9602dc820` and every anchor below is unmoved, each one re-READ at the new
* pin rather than carried on that identity (#10274). The read point MOVED
* rather than died on the earlier hop onto `9602dc820`, which is why the
* anchors below span a second file): `components/src/renderers/form/
* button.tsx:36` resolves `schema.icon` through the shared `resolveIcon`,
* and `:57` / `:59` 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
Expand DownExpand Up@@ -2456,12 +2465,15 @@ 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` = `9602dc820`; re-derived at that pin 2026-08-28 — of the
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 — of the
* files in the chain below, `index.tsx` DID change across the move off
* `190fbd01d` and its anchor moved `161` → `204`, while `ObjectMetricWidget
* .tsx`, `MetricWidget.tsx`, `MetricCard.tsx` and `lazy-icon.tsx` are
* byte-identical to the ones at `190fbd01d`; every anchor below was re-READ
* at the new pin rather than inferred from that identity), and the chain runs
* `9602dc820` while `ObjectMetricWidget.tsx`, `MetricWidget.tsx`,
* `MetricCard.tsx` and `lazy-icon.tsx` are byte-identical to the ones at
* `9602dc820`; this time NO anchor moved, `index.tsx`'s included — its
* `object-metric` registration begins at `:194` and the icon input still
* lands on `:204`, the change to that file sitting elsewhere in it. Every
* anchor below was re-READ at the new pin rather than inferred from either
* that identity or that unchanged number), and the chain runs
* three files:
* `plugin-dashboard/src/index.tsx:204` publishes it as a designer input
* (`Icon (Lucide name)`) on the registered `object-metric` block;
Expand Down
4 changes: 2 additions & 2 deletions scripts/sdui-manifest.record.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,10 +9,10 @@
"a pin bump without regeneration goes RED there — that is the anti-rot half of the freshness gate.",
"Regenerate + re-record: node scripts/gen-sdui-manifest-node.mjs (see its header for the offline mode)."
],
"objectuiSha": "9602dc820450dda956843c6cfe5b329bcf88c757",
"objectuiSha": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"objectuiPackagesVersion": "17.6.0",
"generator": "scripts/gen-sdui-manifest-node.mjs",
"generatedAt": "2026-08-30",
"generatedAt": "2026-09-01",
"sha256": "49211fee7792cf51174930dc2c1be2169d5175f77a83491f68f90b3f0c19e69d",
"components": 57
}
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
143 changes: 143 additions & 0 deletions .changeset/console-d8ec8d6d4f01.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .objectui-sha
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
9602dc820450dda956843c6cfe5b329bcf88c757
d8ec8d6d4f011b11c8eb1e6dbd364ef206711391
8 changes: 4 additions & 4 deletions packages/sdui-parser/objectui-lockstep.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,9 +5,9 @@
"ONE SIDE ONLY: this file holds no diff and blesses no divergence — see scripts/check-sdui-lockstep.mjs."
],
"objectui": {
"repo": "objectstack-ai/objectui",
"rev": "45a9aeb57c1374171a5c95ec8aa02adfd731e915",
"revDate": "2026-08-30T06:17:22+00:00",
"repo": "https://github.com/objectstack-ai/objectui.git",
"rev": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"revDate": "2026-09-01T08:23:58+00:00",
"source": "packages/sdui-parser/src",
"files": [
"packages/sdui-parser/src/codegen.ts",
Expand All@@ -20,7 +20,7 @@
"packages/sdui-parser/src/validate.ts"
]
},
"recordedAgainstPin": "9602dc820450dda956843c6cfe5b329bcf88c757",
"recordedAgainstPin": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"grammarRegion": {
"file": "packages/sdui-parser/src/parse.ts",
"delimiter": "/* ---------------------- the JS literal subset (#6614) ---------------------- */",
Expand Down
26 changes: 14 additions & 12 deletions packages/spec/src/data/api-methods-batch-conformance.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -61,18 +61,20 @@ const SINGLE_RECORD_WRITE_ONLY: Record<string, string> = {
// `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` = `9602dc820`, `packages/plugin-grid`; re-measured at
// that pin, 2026-08-28 — previously measured at `190fbd01d`, before that at
// `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID change across
// the move off `190fbd01d`, so both claims below were re-derived rather than
// carried over: `ObjectGrid.tsx:2586-2601`, whose block is byte-identical to
// the one cited at `190fbd01d:2492-2507` and shifted only by insertions above
// it, and `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both
// pins. That second span is WIDENED BY ONE LINE from the `284-288` cited
// before: it stopped short of `label = 'bulk delete'`, truncating the second
// of the two branches it names — the #10274 class of anchor error, found here
// by re-reading rather than by the file changing, which is why byte-identity
// is never taken as proof an anchor is right):
// (`.objectui-sha` = `d8ec8d6d4`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-01 — previously measured at `9602dc820`, before that at
// `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID
// change across the move off `9602dc820`, so both claims below were
// re-derived rather than carried over: `ObjectGrid.tsx:3187-3202`, whose
// block is byte-identical to the one cited at `9602dc820:2586-2601` and
// shifted only by insertions above it, and
// `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both pins
// and re-READ there rather than carried on that identity — it still ends on
// `label = 'bulk delete'`, the line the `284-288` span cited two pins ago
// stopped short of, truncating the second of the two branches it names (the
// #10274 class of anchor error, found by re-reading rather than by the file
// changing, which is why byte-identity is never taken as proof an anchor is
// right):
//
// · No checkbox column is rendered. None of the object's four list views
// declares `bulkActions` / `bulkActionDefs` / `selection`, and `ObjectGrid`
Expand Down
58 changes: 33 additions & 25 deletions packages/spec/src/ui/component.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -274,15 +274,17 @@ describe('PageAccordionProps variant (#6776)', () => {
// sweep once read as declared-but-unenforced. It has a live cross-repo consumer:
// objectui's `PageAccordionRenderer` renders `{item.icon && <LazyIcon
// name={item.icon} …/>}` inside the `AccordionTrigger`
// (`packages/components/src/renderers/layout/containers.tsx:851-857`), and the
// (`packages/components/src/renderers/layout/containers.tsx:918-924`), and the
// same file's `ComponentRegistry.register('accordion', …)` publishes the key to
// the Studio block designer at `:898` (the `items` input, documented as
// the Studio block designer at `:965` (the `items` input, documented as
// `[{ label, icon?, collapsed?, children }]`). Measured at the pin this repo
// builds against — `.objectui-sha` = `9602dc820`. Re-derived at that pin
// 2026-08-28: `containers.tsx` is byte-identical to the one at `190fbd01d`, so
// both anchors above are unmoved — and both were re-READ at the new pin rather
// than inferred from that identity, because identity preserves a wrong anchor
// as faithfully as a right one (#10274).
// builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived at that pin
// 2026-09-01: `containers.tsx` DID change across the move off `9602dc820`, so
// both anchors above were re-derived rather than carried over — the icon block
// moved `851-857` → `918-924` and the registration input `898` → `965`, both
// shifted by insertions above them, with the cited text itself unchanged. Every
// anchor was re-READ at the new pin, never inferred, because identity preserves
// a wrong anchor as faithfully as a right one (#10274).
//
// #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()`
Expand DownExpand Up@@ -361,14 +363,16 @@ describe('PageTabsProps items[].value / items[].count (#5775)', () => {
// same bare declaration a liveness sweep reads as declared-but-unenforced.
// objectui's `PageTabsRenderer` renders `{item.icon && <LazyIcon
// name={item.icon} …/>}` inside the `TabsTrigger`
// (`packages/components/src/renderers/layout/containers.tsx:662-668`), and the
// (`packages/components/src/renderers/layout/containers.tsx:729-735`), and the
// same file's `ComponentRegistry.register('tabs', …)` publishes the key to the
// Studio block designer at `:721` (the `items` input, documented as
// Studio block designer at `:788` (the `items` input, documented as
// `[{ label, value?, icon?, count?, visibleWhen?, children }]`). Measured at
// the pin this repo builds against — `.objectui-sha` = `9602dc820`. Re-derived
// at that pin 2026-08-28: `containers.tsx` is byte-identical to the one at
// `190fbd01d`, so both anchors above are unmoved — and both were re-READ at the
// new pin rather than inferred from that identity (#10274).
// the pin this repo builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived
// at that pin 2026-09-01: `containers.tsx` DID change across the move off
// `9602dc820`, so both anchors above were re-derived rather than carried over —
// the icon block moved `662-668` → `729-735` and the registration input
// `721` → `788`, both shifted by insertions above them, with the cited text
// itself unchanged. Both were re-READ at the new pin, never inferred (#10274).
//
// #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
Expand DownExpand Up@@ -2437,18 +2441,22 @@ describe('#7751 — object-* block props schemas', () => {
// #9881 and #9972 recorded the accordion and tab items; these two close the set.
//
// The button record re-measured at the pin this repo builds against —
// `.objectui-sha` = `9602dc820`, re-derived there 2026-08-28. This is the first
// move that changed the button READ POINT and not merely its line numbers:
// objectui#5993 deleted `button.tsx`'s file-local `toPascalCase` +
// `iconNameMap` + `icons` index and routed the button through the SHARED
// `resolveIcon` that every `action:*` site already used, so the resolution
// anchor now hops into `renderers/action/resolve-icon.ts`. What an author sees
// did not move with it: an unknown name still resolves to `null` and draws
// nothing, which is still the `LazyIcon` contrast the third test below pins.
// The earlier moves were line-number drift only — #10137 moved the pin while
// #9881/#9972 still cited `82a94170c`, #10274 re-measured those four onto
// `9a3daf8d3`, and `button.tsx` was byte-identical at `9a3daf8d3` and
// `190fbd01d`.
// `.objectui-sha` = `d8ec8d6d4`, re-derived there 2026-09-01: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `9602dc820`, and
// every anchor below was still re-READ at the new pin rather than carried on
// that identity (#10274). The move off `9602dc820` changed neither the read
// point nor a single line number here.
// The one move that changed the button READ POINT and not merely its line
// numbers was the one onto `9602dc820`: objectui#5993 deleted `button.tsx`'s
// file-local `toPascalCase` + `iconNameMap` + `icons` index and routed the
// button through the SHARED `resolveIcon` that every `action:*` site already
// used, so the resolution anchor hops into `renderers/action/resolve-icon.ts`.
// What an author sees did not move with it: an unknown name still resolves to
// `null` and draws nothing, which is still the `LazyIcon` contrast the third
// test below pins. The moves before that were line-number drift only — #10137
// moved the pin while #9881/#9972 still cited `82a94170c`, #10274 re-measured
// those four onto `9a3daf8d3`, and `button.tsx` was byte-identical at
// `9a3daf8d3` and `190fbd01d`.
describe('ElementButtonPropsSchema icon liveness (#10053)', () => {
const button = ComponentPropsMap['element:button'];

Expand Down
48 changes: 30 additions & 18 deletions packages/spec/src/ui/component.zod.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -642,14 +642,17 @@ export const PageTabsProps = strictObject({
* false candidate a component over).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 —
* `containers.tsx` is byte-identical to the one at `190fbd01d`, so both
* anchors below are unmoved, and both were re-READ there rather than
* inferred from that identity): `containers.tsx:662-668` renders
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `662-668` → `729-735` and the registration input `721` → `788`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:729-735`
* renders
* `{item.icon && <LazyIcon name={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
* the key to the Studio block designer at `:721` (the `items` input,
* the key to the Studio block designer at `:788` (the `items` input,
* documented as `[{ label, value?, icon?, count?, visibleWhen?, children
* }]`).
*
Expand DownExpand Up@@ -1698,14 +1701,17 @@ export const PageAccordionProps = strictObject({
* re-derive the same false candidate).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 —
* `containers.tsx` is byte-identical to the one at `190fbd01d`, so both
* anchors below are unmoved, and both were re-READ there rather than
* inferred from that identity): `containers.tsx:851-857` renders
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `851-857` → `918-924` and the registration input `898` → `965`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:918-924`
* renders
* `{item.icon && <LazyIcon name={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
* block designer at `:898` (the `items` input, documented as
* block designer at `:965` (the `items` input, documented as
* `[{ label, icon?, collapsed?, children }]`).
*
* Vocabulary is Lucide, resolved through objectui's `LazyIcon`
Expand DownExpand Up@@ -1875,9 +1881,12 @@ export const ElementButtonPropsSchema = lazySchema(() => strictObject({
* the button.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 — the
* read point MOVED rather than died, and the anchors below now hop into a
* second file): `components/src/renderers/form/
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `button.tsx` and `resolve-icon.ts` are both byte-identical to the ones at
* `9602dc820` and every anchor below is unmoved, each one re-READ at the new
* pin rather than carried on that identity (#10274). The read point MOVED
* rather than died on the earlier hop onto `9602dc820`, which is why the
* anchors below span a second file): `components/src/renderers/form/
* button.tsx:36` resolves `schema.icon` through the shared `resolveIcon`,
* and `:57` / `:59` 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
Expand DownExpand Up@@ -2456,12 +2465,15 @@ 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` = `9602dc820`; re-derived at that pin 2026-08-28 — of the
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 — of the
* files in the chain below, `index.tsx` DID change across the move off
* `190fbd01d` and its anchor moved `161` → `204`, while `ObjectMetricWidget
* .tsx`, `MetricWidget.tsx`, `MetricCard.tsx` and `lazy-icon.tsx` are
* byte-identical to the ones at `190fbd01d`; every anchor below was re-READ
* at the new pin rather than inferred from that identity), and the chain runs
* `9602dc820` while `ObjectMetricWidget.tsx`, `MetricWidget.tsx`,
* `MetricCard.tsx` and `lazy-icon.tsx` are byte-identical to the ones at
* `9602dc820`; this time NO anchor moved, `index.tsx`'s included — its
* `object-metric` registration begins at `:194` and the icon input still
* lands on `:204`, the change to that file sitting elsewhere in it. Every
* anchor below was re-READ at the new pin rather than inferred from either
* that identity or that unchanged number), and the chain runs
* three files:
* `plugin-dashboard/src/index.tsx:204` publishes it as a designer input
* (`Icon (Lucide name)`) on the registered `object-metric` block;
Expand Down
4 changes: 2 additions & 2 deletions scripts/sdui-manifest.record.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,10 +9,10 @@
"a pin bump without regeneration goes RED there — that is the anti-rot half of the freshness gate.",
"Regenerate + re-record: node scripts/gen-sdui-manifest-node.mjs (see its header for the offline mode)."
],
"objectuiSha": "9602dc820450dda956843c6cfe5b329bcf88c757",
"objectuiSha": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"objectuiPackagesVersion": "17.6.0",
"generator": "scripts/gen-sdui-manifest-node.mjs",
"generatedAt": "2026-08-30",
"generatedAt": "2026-09-01",
"sha256": "49211fee7792cf51174930dc2c1be2169d5175f77a83491f68f90b3f0c19e69d",
"components": 57
}
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
143 changes: 143 additions & 0 deletions .changeset/console-d8ec8d6d4f01.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .objectui-sha
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
9602dc820450dda956843c6cfe5b329bcf88c757
d8ec8d6d4f011b11c8eb1e6dbd364ef206711391
8 changes: 4 additions & 4 deletions packages/sdui-parser/objectui-lockstep.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,9 +5,9 @@
"ONE SIDE ONLY: this file holds no diff and blesses no divergence — see scripts/check-sdui-lockstep.mjs."
],
"objectui": {
"repo": "objectstack-ai/objectui",
"rev": "45a9aeb57c1374171a5c95ec8aa02adfd731e915",
"revDate": "2026-08-30T06:17:22+00:00",
"repo": "https://github.com/objectstack-ai/objectui.git",
"rev": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"revDate": "2026-09-01T08:23:58+00:00",
"source": "packages/sdui-parser/src",
"files": [
"packages/sdui-parser/src/codegen.ts",
Expand All@@ -20,7 +20,7 @@
"packages/sdui-parser/src/validate.ts"
]
},
"recordedAgainstPin": "9602dc820450dda956843c6cfe5b329bcf88c757",
"recordedAgainstPin": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"grammarRegion": {
"file": "packages/sdui-parser/src/parse.ts",
"delimiter": "/* ---------------------- the JS literal subset (#6614) ---------------------- */",
Expand Down
26 changes: 14 additions & 12 deletions packages/spec/src/data/api-methods-batch-conformance.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -61,18 +61,20 @@ const SINGLE_RECORD_WRITE_ONLY: Record<string, string> = {
// `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` = `9602dc820`, `packages/plugin-grid`; re-measured at
// that pin, 2026-08-28 — previously measured at `190fbd01d`, before that at
// `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID change across
// the move off `190fbd01d`, so both claims below were re-derived rather than
// carried over: `ObjectGrid.tsx:2586-2601`, whose block is byte-identical to
// the one cited at `190fbd01d:2492-2507` and shifted only by insertions above
// it, and `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both
// pins. That second span is WIDENED BY ONE LINE from the `284-288` cited
// before: it stopped short of `label = 'bulk delete'`, truncating the second
// of the two branches it names — the #10274 class of anchor error, found here
// by re-reading rather than by the file changing, which is why byte-identity
// is never taken as proof an anchor is right):
// (`.objectui-sha` = `d8ec8d6d4`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-01 — previously measured at `9602dc820`, before that at
// `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID
// change across the move off `9602dc820`, so both claims below were
// re-derived rather than carried over: `ObjectGrid.tsx:3187-3202`, whose
// block is byte-identical to the one cited at `9602dc820:2586-2601` and
// shifted only by insertions above it, and
// `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both pins
// and re-READ there rather than carried on that identity — it still ends on
// `label = 'bulk delete'`, the line the `284-288` span cited two pins ago
// stopped short of, truncating the second of the two branches it names (the
// #10274 class of anchor error, found by re-reading rather than by the file
// changing, which is why byte-identity is never taken as proof an anchor is
// right):
//
// · No checkbox column is rendered. None of the object's four list views
// declares `bulkActions` / `bulkActionDefs` / `selection`, and `ObjectGrid`
Expand Down
58 changes: 33 additions & 25 deletions packages/spec/src/ui/component.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -274,15 +274,17 @@ describe('PageAccordionProps variant (#6776)', () => {
// sweep once read as declared-but-unenforced. It has a live cross-repo consumer:
// objectui's `PageAccordionRenderer` renders `{item.icon && <LazyIcon
// name={item.icon} …/>}` inside the `AccordionTrigger`
// (`packages/components/src/renderers/layout/containers.tsx:851-857`), and the
// (`packages/components/src/renderers/layout/containers.tsx:918-924`), and the
// same file's `ComponentRegistry.register('accordion', …)` publishes the key to
// the Studio block designer at `:898` (the `items` input, documented as
// the Studio block designer at `:965` (the `items` input, documented as
// `[{ label, icon?, collapsed?, children }]`). Measured at the pin this repo
// builds against — `.objectui-sha` = `9602dc820`. Re-derived at that pin
// 2026-08-28: `containers.tsx` is byte-identical to the one at `190fbd01d`, so
// both anchors above are unmoved — and both were re-READ at the new pin rather
// than inferred from that identity, because identity preserves a wrong anchor
// as faithfully as a right one (#10274).
// builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived at that pin
// 2026-09-01: `containers.tsx` DID change across the move off `9602dc820`, so
// both anchors above were re-derived rather than carried over — the icon block
// moved `851-857` → `918-924` and the registration input `898` → `965`, both
// shifted by insertions above them, with the cited text itself unchanged. Every
// anchor was re-READ at the new pin, never inferred, because identity preserves
// a wrong anchor as faithfully as a right one (#10274).
//
// #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()`
Expand DownExpand Up@@ -361,14 +363,16 @@ describe('PageTabsProps items[].value / items[].count (#5775)', () => {
// same bare declaration a liveness sweep reads as declared-but-unenforced.
// objectui's `PageTabsRenderer` renders `{item.icon && <LazyIcon
// name={item.icon} …/>}` inside the `TabsTrigger`
// (`packages/components/src/renderers/layout/containers.tsx:662-668`), and the
// (`packages/components/src/renderers/layout/containers.tsx:729-735`), and the
// same file's `ComponentRegistry.register('tabs', …)` publishes the key to the
// Studio block designer at `:721` (the `items` input, documented as
// Studio block designer at `:788` (the `items` input, documented as
// `[{ label, value?, icon?, count?, visibleWhen?, children }]`). Measured at
// the pin this repo builds against — `.objectui-sha` = `9602dc820`. Re-derived
// at that pin 2026-08-28: `containers.tsx` is byte-identical to the one at
// `190fbd01d`, so both anchors above are unmoved — and both were re-READ at the
// new pin rather than inferred from that identity (#10274).
// the pin this repo builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived
// at that pin 2026-09-01: `containers.tsx` DID change across the move off
// `9602dc820`, so both anchors above were re-derived rather than carried over —
// the icon block moved `662-668` → `729-735` and the registration input
// `721` → `788`, both shifted by insertions above them, with the cited text
// itself unchanged. Both were re-READ at the new pin, never inferred (#10274).
//
// #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
Expand DownExpand Up@@ -2437,18 +2441,22 @@ describe('#7751 — object-* block props schemas', () => {
// #9881 and #9972 recorded the accordion and tab items; these two close the set.
//
// The button record re-measured at the pin this repo builds against —
// `.objectui-sha` = `9602dc820`, re-derived there 2026-08-28. This is the first
// move that changed the button READ POINT and not merely its line numbers:
// objectui#5993 deleted `button.tsx`'s file-local `toPascalCase` +
// `iconNameMap` + `icons` index and routed the button through the SHARED
// `resolveIcon` that every `action:*` site already used, so the resolution
// anchor now hops into `renderers/action/resolve-icon.ts`. What an author sees
// did not move with it: an unknown name still resolves to `null` and draws
// nothing, which is still the `LazyIcon` contrast the third test below pins.
// The earlier moves were line-number drift only — #10137 moved the pin while
// #9881/#9972 still cited `82a94170c`, #10274 re-measured those four onto
// `9a3daf8d3`, and `button.tsx` was byte-identical at `9a3daf8d3` and
// `190fbd01d`.
// `.objectui-sha` = `d8ec8d6d4`, re-derived there 2026-09-01: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `9602dc820`, and
// every anchor below was still re-READ at the new pin rather than carried on
// that identity (#10274). The move off `9602dc820` changed neither the read
// point nor a single line number here.
// The one move that changed the button READ POINT and not merely its line
// numbers was the one onto `9602dc820`: objectui#5993 deleted `button.tsx`'s
// file-local `toPascalCase` + `iconNameMap` + `icons` index and routed the
// button through the SHARED `resolveIcon` that every `action:*` site already
// used, so the resolution anchor hops into `renderers/action/resolve-icon.ts`.
// What an author sees did not move with it: an unknown name still resolves to
// `null` and draws nothing, which is still the `LazyIcon` contrast the third
// test below pins. The moves before that were line-number drift only — #10137
// moved the pin while #9881/#9972 still cited `82a94170c`, #10274 re-measured
// those four onto `9a3daf8d3`, and `button.tsx` was byte-identical at
// `9a3daf8d3` and `190fbd01d`.
describe('ElementButtonPropsSchema icon liveness (#10053)', () => {
const button = ComponentPropsMap['element:button'];

Expand Down
48 changes: 30 additions & 18 deletions packages/spec/src/ui/component.zod.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -642,14 +642,17 @@ export const PageTabsProps = strictObject({
* false candidate a component over).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 —
* `containers.tsx` is byte-identical to the one at `190fbd01d`, so both
* anchors below are unmoved, and both were re-READ there rather than
* inferred from that identity): `containers.tsx:662-668` renders
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `662-668` → `729-735` and the registration input `721` → `788`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:729-735`
* renders
* `{item.icon && <LazyIcon name={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
* the key to the Studio block designer at `:721` (the `items` input,
* the key to the Studio block designer at `:788` (the `items` input,
* documented as `[{ label, value?, icon?, count?, visibleWhen?, children
* }]`).
*
Expand DownExpand Up@@ -1698,14 +1701,17 @@ export const PageAccordionProps = strictObject({
* re-derive the same false candidate).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 —
* `containers.tsx` is byte-identical to the one at `190fbd01d`, so both
* anchors below are unmoved, and both were re-READ there rather than
* inferred from that identity): `containers.tsx:851-857` renders
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `851-857` → `918-924` and the registration input `898` → `965`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:918-924`
* renders
* `{item.icon && <LazyIcon name={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
* block designer at `:898` (the `items` input, documented as
* block designer at `:965` (the `items` input, documented as
* `[{ label, icon?, collapsed?, children }]`).
*
* Vocabulary is Lucide, resolved through objectui's `LazyIcon`
Expand DownExpand Up@@ -1875,9 +1881,12 @@ export const ElementButtonPropsSchema = lazySchema(() => strictObject({
* the button.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 — the
* read point MOVED rather than died, and the anchors below now hop into a
* second file): `components/src/renderers/form/
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `button.tsx` and `resolve-icon.ts` are both byte-identical to the ones at
* `9602dc820` and every anchor below is unmoved, each one re-READ at the new
* pin rather than carried on that identity (#10274). The read point MOVED
* rather than died on the earlier hop onto `9602dc820`, which is why the
* anchors below span a second file): `components/src/renderers/form/
* button.tsx:36` resolves `schema.icon` through the shared `resolveIcon`,
* and `:57` / `:59` 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
Expand DownExpand Up@@ -2456,12 +2465,15 @@ 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` = `9602dc820`; re-derived at that pin 2026-08-28 — of the
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 — of the
* files in the chain below, `index.tsx` DID change across the move off
* `190fbd01d` and its anchor moved `161` → `204`, while `ObjectMetricWidget
* .tsx`, `MetricWidget.tsx`, `MetricCard.tsx` and `lazy-icon.tsx` are
* byte-identical to the ones at `190fbd01d`; every anchor below was re-READ
* at the new pin rather than inferred from that identity), and the chain runs
* `9602dc820` while `ObjectMetricWidget.tsx`, `MetricWidget.tsx`,
* `MetricCard.tsx` and `lazy-icon.tsx` are byte-identical to the ones at
* `9602dc820`; this time NO anchor moved, `index.tsx`'s included — its
* `object-metric` registration begins at `:194` and the icon input still
* lands on `:204`, the change to that file sitting elsewhere in it. Every
* anchor below was re-READ at the new pin rather than inferred from either
* that identity or that unchanged number), and the chain runs
* three files:
* `plugin-dashboard/src/index.tsx:204` publishes it as a designer input
* (`Icon (Lucide name)`) on the registered `object-metric` block;
Expand Down
4 changes: 2 additions & 2 deletions scripts/sdui-manifest.record.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,10 +9,10 @@
"a pin bump without regeneration goes RED there — that is the anti-rot half of the freshness gate.",
"Regenerate + re-record: node scripts/gen-sdui-manifest-node.mjs (see its header for the offline mode)."
],
"objectuiSha": "9602dc820450dda956843c6cfe5b329bcf88c757",
"objectuiSha": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"objectuiPackagesVersion": "17.6.0",
"generator": "scripts/gen-sdui-manifest-node.mjs",
"generatedAt": "2026-08-30",
"generatedAt": "2026-09-01",
"sha256": "49211fee7792cf51174930dc2c1be2169d5175f77a83491f68f90b3f0c19e69d",
"components": 57
}
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
143 changes: 143 additions & 0 deletions .changeset/console-d8ec8d6d4f01.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .objectui-sha
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
9602dc820450dda956843c6cfe5b329bcf88c757
d8ec8d6d4f011b11c8eb1e6dbd364ef206711391
8 changes: 4 additions & 4 deletions packages/sdui-parser/objectui-lockstep.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,9 +5,9 @@
"ONE SIDE ONLY: this file holds no diff and blesses no divergence — see scripts/check-sdui-lockstep.mjs."
],
"objectui": {
"repo": "objectstack-ai/objectui",
"rev": "45a9aeb57c1374171a5c95ec8aa02adfd731e915",
"revDate": "2026-08-30T06:17:22+00:00",
"repo": "https://github.com/objectstack-ai/objectui.git",
"rev": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"revDate": "2026-09-01T08:23:58+00:00",
"source": "packages/sdui-parser/src",
"files": [
"packages/sdui-parser/src/codegen.ts",
Expand All@@ -20,7 +20,7 @@
"packages/sdui-parser/src/validate.ts"
]
},
"recordedAgainstPin": "9602dc820450dda956843c6cfe5b329bcf88c757",
"recordedAgainstPin": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"grammarRegion": {
"file": "packages/sdui-parser/src/parse.ts",
"delimiter": "/* ---------------------- the JS literal subset (#6614) ---------------------- */",
Expand Down
26 changes: 14 additions & 12 deletions packages/spec/src/data/api-methods-batch-conformance.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -61,18 +61,20 @@ const SINGLE_RECORD_WRITE_ONLY: Record<string, string> = {
// `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` = `9602dc820`, `packages/plugin-grid`; re-measured at
// that pin, 2026-08-28 — previously measured at `190fbd01d`, before that at
// `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID change across
// the move off `190fbd01d`, so both claims below were re-derived rather than
// carried over: `ObjectGrid.tsx:2586-2601`, whose block is byte-identical to
// the one cited at `190fbd01d:2492-2507` and shifted only by insertions above
// it, and `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both
// pins. That second span is WIDENED BY ONE LINE from the `284-288` cited
// before: it stopped short of `label = 'bulk delete'`, truncating the second
// of the two branches it names — the #10274 class of anchor error, found here
// by re-reading rather than by the file changing, which is why byte-identity
// is never taken as proof an anchor is right):
// (`.objectui-sha` = `d8ec8d6d4`, `packages/plugin-grid`; re-measured at
// that pin, 2026-09-01 — previously measured at `9602dc820`, before that at
// `190fbd01d`, `9a3daf8d3`, originally at `6314e87f2`. `ObjectGrid.tsx` DID
// change across the move off `9602dc820`, so both claims below were
// re-derived rather than carried over: `ObjectGrid.tsx:3187-3202`, whose
// block is byte-identical to the one cited at `9602dc820:2586-2601` and
// shifted only by insertions above it, and
// `hooks/useBulkExecutor.ts:284-289`, in a file byte-identical at both pins
// and re-READ there rather than carried on that identity — it still ends on
// `label = 'bulk delete'`, the line the `284-288` span cited two pins ago
// stopped short of, truncating the second of the two branches it names (the
// #10274 class of anchor error, found by re-reading rather than by the file
// changing, which is why byte-identity is never taken as proof an anchor is
// right):
//
// · No checkbox column is rendered. None of the object's four list views
// declares `bulkActions` / `bulkActionDefs` / `selection`, and `ObjectGrid`
Expand Down
58 changes: 33 additions & 25 deletions packages/spec/src/ui/component.test.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -274,15 +274,17 @@ describe('PageAccordionProps variant (#6776)', () => {
// sweep once read as declared-but-unenforced. It has a live cross-repo consumer:
// objectui's `PageAccordionRenderer` renders `{item.icon && <LazyIcon
// name={item.icon} …/>}` inside the `AccordionTrigger`
// (`packages/components/src/renderers/layout/containers.tsx:851-857`), and the
// (`packages/components/src/renderers/layout/containers.tsx:918-924`), and the
// same file's `ComponentRegistry.register('accordion', …)` publishes the key to
// the Studio block designer at `:898` (the `items` input, documented as
// the Studio block designer at `:965` (the `items` input, documented as
// `[{ label, icon?, collapsed?, children }]`). Measured at the pin this repo
// builds against — `.objectui-sha` = `9602dc820`. Re-derived at that pin
// 2026-08-28: `containers.tsx` is byte-identical to the one at `190fbd01d`, so
// both anchors above are unmoved — and both were re-READ at the new pin rather
// than inferred from that identity, because identity preserves a wrong anchor
// as faithfully as a right one (#10274).
// builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived at that pin
// 2026-09-01: `containers.tsx` DID change across the move off `9602dc820`, so
// both anchors above were re-derived rather than carried over — the icon block
// moved `851-857` → `918-924` and the registration input `898` → `965`, both
// shifted by insertions above them, with the cited text itself unchanged. Every
// anchor was re-READ at the new pin, never inferred, because identity preserves
// a wrong anchor as faithfully as a right one (#10274).
//
// #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()`
Expand DownExpand Up@@ -361,14 +363,16 @@ describe('PageTabsProps items[].value / items[].count (#5775)', () => {
// same bare declaration a liveness sweep reads as declared-but-unenforced.
// objectui's `PageTabsRenderer` renders `{item.icon && <LazyIcon
// name={item.icon} …/>}` inside the `TabsTrigger`
// (`packages/components/src/renderers/layout/containers.tsx:662-668`), and the
// (`packages/components/src/renderers/layout/containers.tsx:729-735`), and the
// same file's `ComponentRegistry.register('tabs', …)` publishes the key to the
// Studio block designer at `:721` (the `items` input, documented as
// Studio block designer at `:788` (the `items` input, documented as
// `[{ label, value?, icon?, count?, visibleWhen?, children }]`). Measured at
// the pin this repo builds against — `.objectui-sha` = `9602dc820`. Re-derived
// at that pin 2026-08-28: `containers.tsx` is byte-identical to the one at
// `190fbd01d`, so both anchors above are unmoved — and both were re-READ at the
// new pin rather than inferred from that identity (#10274).
// the pin this repo builds against — `.objectui-sha` = `d8ec8d6d4`. Re-derived
// at that pin 2026-09-01: `containers.tsx` DID change across the move off
// `9602dc820`, so both anchors above were re-derived rather than carried over —
// the icon block moved `662-668` → `729-735` and the registration input
// `721` → `788`, both shifted by insertions above them, with the cited text
// itself unchanged. Both were re-READ at the new pin, never inferred (#10274).
//
// #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
Expand DownExpand Up@@ -2437,18 +2441,22 @@ describe('#7751 — object-* block props schemas', () => {
// #9881 and #9972 recorded the accordion and tab items; these two close the set.
//
// The button record re-measured at the pin this repo builds against —
// `.objectui-sha` = `9602dc820`, re-derived there 2026-08-28. This is the first
// move that changed the button READ POINT and not merely its line numbers:
// objectui#5993 deleted `button.tsx`'s file-local `toPascalCase` +
// `iconNameMap` + `icons` index and routed the button through the SHARED
// `resolveIcon` that every `action:*` site already used, so the resolution
// anchor now hops into `renderers/action/resolve-icon.ts`. What an author sees
// did not move with it: an unknown name still resolves to `null` and draws
// nothing, which is still the `LazyIcon` contrast the third test below pins.
// The earlier moves were line-number drift only — #10137 moved the pin while
// #9881/#9972 still cited `82a94170c`, #10274 re-measured those four onto
// `9a3daf8d3`, and `button.tsx` was byte-identical at `9a3daf8d3` and
// `190fbd01d`.
// `.objectui-sha` = `d8ec8d6d4`, re-derived there 2026-09-01: `button.tsx` and
// `resolve-icon.ts` are both byte-identical to the ones at `9602dc820`, and
// every anchor below was still re-READ at the new pin rather than carried on
// that identity (#10274). The move off `9602dc820` changed neither the read
// point nor a single line number here.
// The one move that changed the button READ POINT and not merely its line
// numbers was the one onto `9602dc820`: objectui#5993 deleted `button.tsx`'s
// file-local `toPascalCase` + `iconNameMap` + `icons` index and routed the
// button through the SHARED `resolveIcon` that every `action:*` site already
// used, so the resolution anchor hops into `renderers/action/resolve-icon.ts`.
// What an author sees did not move with it: an unknown name still resolves to
// `null` and draws nothing, which is still the `LazyIcon` contrast the third
// test below pins. The moves before that were line-number drift only — #10137
// moved the pin while #9881/#9972 still cited `82a94170c`, #10274 re-measured
// those four onto `9a3daf8d3`, and `button.tsx` was byte-identical at
// `9a3daf8d3` and `190fbd01d`.
describe('ElementButtonPropsSchema icon liveness (#10053)', () => {
const button = ComponentPropsMap['element:button'];

Expand Down
48 changes: 30 additions & 18 deletions packages/spec/src/ui/component.zod.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -642,14 +642,17 @@ export const PageTabsProps = strictObject({
* false candidate a component over).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 —
* `containers.tsx` is byte-identical to the one at `190fbd01d`, so both
* anchors below are unmoved, and both were re-READ there rather than
* inferred from that identity): `containers.tsx:662-668` renders
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `662-668` → `729-735` and the registration input `721` → `788`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:729-735`
* renders
* `{item.icon && <LazyIcon name={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
* the key to the Studio block designer at `:721` (the `items` input,
* the key to the Studio block designer at `:788` (the `items` input,
* documented as `[{ label, value?, icon?, count?, visibleWhen?, children
* }]`).
*
Expand DownExpand Up@@ -1698,14 +1701,17 @@ export const PageAccordionProps = strictObject({
* re-derive the same false candidate).
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 —
* `containers.tsx` is byte-identical to the one at `190fbd01d`, so both
* anchors below are unmoved, and both were re-READ there rather than
* inferred from that identity): `containers.tsx:851-857` renders
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `containers.tsx` DID change across the move off `9602dc820`, so both
* anchors below were re-derived rather than carried over, the icon block
* moving `851-857` → `918-924` and the registration input `898` → `965`,
* both shifted by insertions above them with the cited text unchanged;
* both were re-READ there, never inferred): `containers.tsx:918-924`
* renders
* `{item.icon && <LazyIcon name={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
* block designer at `:898` (the `items` input, documented as
* block designer at `:965` (the `items` input, documented as
* `[{ label, icon?, collapsed?, children }]`).
*
* Vocabulary is Lucide, resolved through objectui's `LazyIcon`
Expand DownExpand Up@@ -1875,9 +1881,12 @@ export const ElementButtonPropsSchema = lazySchema(() => strictObject({
* the button.
*
* The key is LIVE at the objectui pin this repo builds against
* (`.objectui-sha` = `9602dc820`; re-derived at that pin 2026-08-28 — the
* read point MOVED rather than died, and the anchors below now hop into a
* second file): `components/src/renderers/form/
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 —
* `button.tsx` and `resolve-icon.ts` are both byte-identical to the ones at
* `9602dc820` and every anchor below is unmoved, each one re-READ at the new
* pin rather than carried on that identity (#10274). The read point MOVED
* rather than died on the earlier hop onto `9602dc820`, which is why the
* anchors below span a second file): `components/src/renderers/form/
* button.tsx:36` resolves `schema.icon` through the shared `resolveIcon`,
* and `:57` / `:59` 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
Expand DownExpand Up@@ -2456,12 +2465,15 @@ 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` = `9602dc820`; re-derived at that pin 2026-08-28 — of the
* (`.objectui-sha` = `d8ec8d6d4`; re-derived at that pin 2026-09-01 — of the
* files in the chain below, `index.tsx` DID change across the move off
* `190fbd01d` and its anchor moved `161` → `204`, while `ObjectMetricWidget
* .tsx`, `MetricWidget.tsx`, `MetricCard.tsx` and `lazy-icon.tsx` are
* byte-identical to the ones at `190fbd01d`; every anchor below was re-READ
* at the new pin rather than inferred from that identity), and the chain runs
* `9602dc820` while `ObjectMetricWidget.tsx`, `MetricWidget.tsx`,
* `MetricCard.tsx` and `lazy-icon.tsx` are byte-identical to the ones at
* `9602dc820`; this time NO anchor moved, `index.tsx`'s included — its
* `object-metric` registration begins at `:194` and the icon input still
* lands on `:204`, the change to that file sitting elsewhere in it. Every
* anchor below was re-READ at the new pin rather than inferred from either
* that identity or that unchanged number), and the chain runs
* three files:
* `plugin-dashboard/src/index.tsx:204` publishes it as a designer input
* (`Icon (Lucide name)`) on the registered `object-metric` block;
Expand Down
4 changes: 2 additions & 2 deletions scripts/sdui-manifest.record.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,10 +9,10 @@
"a pin bump without regeneration goes RED there — that is the anti-rot half of the freshness gate.",
"Regenerate + re-record: node scripts/gen-sdui-manifest-node.mjs (see its header for the offline mode)."
],
"objectuiSha": "9602dc820450dda956843c6cfe5b329bcf88c757",
"objectuiSha": "d8ec8d6d4f011b11c8eb1e6dbd364ef206711391",
"objectuiPackagesVersion": "17.6.0",
"generator": "scripts/gen-sdui-manifest-node.mjs",
"generatedAt": "2026-08-30",
"generatedAt": "2026-09-01",
"sha256": "49211fee7792cf51174930dc2c1be2169d5175f77a83491f68f90b3f0c19e69d",
"components": 57
}
Loading