You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PARITY_REVIEW_CHECKLIST.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,10 @@ Use this as a progression checklist for parity re-review. Mark each line when co
14
14
-[x] Story: Accordion.stories.ts
15
15
-[x] Story: Disclosure.stories.ts
16
16
- Evidence: React/Vue story exports and metadata align; targeted story-id parity is zero for `accordion--*` and `disclosure--*`; style-source wiring matches React (`@adobe/spectrum-css-temp/components/accordion/vars.css` with Spectrum selector contract only, no helper-class collisions); fixed RTL indicator parity in `DisclosureTitle` (Vue now renders left-chevron glyph in RTL like React) and added regression coverage in `starters/vue/src/components.spec.ts`; validation rerun passed (`yarn typecheck:vue`, `yarn test:vue`, `yarn build:vue:storybook`).
17
-
-[] 1.02 `@vue-spectrum/actionbar`
17
+
-[x] 1.02 `@vue-spectrum/actionbar`
18
18
- Components: ActionBar, ActionBarContainer
19
-
-[ ] Story: ActionBar.stories.ts
19
+
-[x] Story: ActionBar.stories.ts
20
+
- Evidence: React/Vue story export surface and arg metadata align; targeted story-id parity is zero for `actionbar--*`; style-source parity uses shared React Spectrum selectors in `actionbar.css`; class-collision audit found `vs-action-bar*` overlap with `packages/vue-aria-components/src/styles.css`, so Vue Spectrum ActionBar helper classes were renamed to `vs-spectrum-action-bar*` and parity tests moved to stable `data-vs-action-bar*` hooks; validation rerun passed (`yarn typecheck:vue`, `yarn test:vue`, `yarn build:vue:storybook`).
0 commit comments