Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(atomic): replace HTMLStencilElement with HTMLElement #4835

Merged
merged 3 commits into from
Jan 14, 2025
Merged

Conversation

y-lakhdar
Copy link
Contributor

HTMLStencilElement is not used anywhere in the codebase. It's simply a type enhancer over HTMLElement.
Since we migrate to Lit, there is no point in keeping that type

https://coveord.atlassian.net/browse/KIT-3827

Copy link

github-actions bot commented Jan 8, 2025

Pull Request Report

PR Title

✅ Title follows the conventional commit spec.

Live demo links

Bundle Size

File Old (kb) New (kb) Change (%)
case-assist 243 243 0
commerce 354.1 354.1 0
search 414 414 0
insight 405.3 405.3 0
recommendation 255.2 255.2 0
ssr 407.5 407.5 0
ssr-commerce 371.4 371.4 0

SSR Progress

Use case SSR (#) CSR (#) Progress (%)
search 39 44 89
recommendation 0 4 0
case-assist 0 6 0
insight 0 27 0
commerce 0 15 0
Detailed logs search : buildInteractiveResult
search : buildInteractiveInstantResult
search : buildInteractiveRecentResult
search : buildInteractiveCitation
search : buildGeneratedAnswer
recommendation : missing SSR support
case-assist : missing SSR support
insight : missing SSR support
commerce : missing SSR support

@y-lakhdar y-lakhdar enabled auto-merge January 13, 2025 17:49
@y-lakhdar y-lakhdar added this pull request to the merge queue Jan 13, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 13, 2025
@y-lakhdar y-lakhdar added this pull request to the merge queue Jan 14, 2025
Merged via the queue into master with commit d695190 Jan 14, 2025
118 checks passed
@y-lakhdar y-lakhdar deleted the KIT-3827 branch January 14, 2025 15:18
y-lakhdar added a commit that referenced this pull request Jan 14, 2025
`HTMLStencilElement` is not used anywhere in the codebase. It's simply a
type enhancer over HTMLElement.
Since we migrate to Lit, there is no point in keeping that type

https://coveord.atlassian.net/browse/KIT-3827

---------

Co-authored-by: GitHub Actions Bot <>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants