🧪 next/👻 shadow#1886
Open
hirsch88 wants to merge 132 commits intorelease/v20from
Hidden character warning
The head ref may contain hidden characters: "next/\ud83d\udc7b-shadow"
Open
Conversation
…names Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…efix from type names Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…n interfaces.d.ts
…ification Restore BalDate class name in date.ts (was incorrectly renamed to Date by the refactoring script, causing a name conflict with the global Date constructor). Fix stale BalDate references in date.spec.ts import and test body. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace all HTMLBal* TypeScript type references with HTMLDs* to align with the tag rename from bal- to ds-. These types are auto-generated by Stencil from component tag names and will regenerate correctly after the tag rename. Changes: - packages/core/src/components/**/*.tsx: HTMLBal → HTMLDs - packages/core/src/components/**/*.interfaces.ts: HTMLBal → HTMLDs - packages/core/src/components/alert/alert.controller.ts: HTMLBal → HTMLDs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…calls Update DOM API calls to use ds- prefix for custom element tag names. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- close.visual.html: .my-theme bal-close → .my-theme ds-close
- text.visual.html: bal-text.my-theme → ds-text.my-theme
- icon.visual.html: querySelectorAll('bal-icon[tile]') → querySelectorAll('ds-icon[tile]')
- Fix alert-container.tsx dynamic JSX tag strings ('bal-toast'/'bal-snackbar' → 'ds-toast'/'ds-snackbar')
- Fix button.tsx hasAttribute check ('bal-popup' → 'ds-popup') to match updated docs usage
- Fix data-testid values in text.tsx and tag.tsx ('bal-text'/'bal-tag-close' → 'ds-text'/'ds-tag-close')
- Fix toCssVarName() in build-styles utils.ts to remap bal- token name prefix to ds- in CSS var output (fixes 7 failing unit tests)
- Update all docs MDX files (guides, foundation, contributing) to use ds- component names in code examples
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WIP