-
Notifications
You must be signed in to change notification settings - Fork 76
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
refactor!: migrate to Lumina #10482
Merged
refactor!: migrate to Lumina #10482
Changes from 1 commit
Commits
Show all changes
113 commits
Select commit
Hold shift + click to select a range
41f6334
refactor!: migrate to Lumina
jcfranco 0a76313
updated pass
jcfranco 334557a
bump TS + add @lit/react
jcfranco e834bbb
dedupe deps
jcfranco ccfd21a
move deps to root
jcfranco 7f9a417
drop @stencil-community/eslint-plugin and remove rules
jcfranco 4534f06
fix icons build
jcfranco e1656f3
sync all lumina deps
jcfranco 5c44ccb
remove ignore lines for @stencil-community/eslint-plugin rules
jcfranco 0805f61
make messages internal
jcfranco d5f19d1
drop unnecessary react-wrapper patch
jcfranco 7ccd607
build(deps): cherry pick updates from dev (#10694)
benelan 065951c
remove Stencil logic from custom ESLint rules
jcfranco 0979376
refactor(table): refactor internals to work around HTML parser issue …
jcfranco b3ef2f7
fix scripts and update storybook to leverage vite build
jcfranco 19d964a
merge dev
jcfranco 54ba218
dedupe
jcfranco 69f89b4
dedupe
jcfranco c80074a
merge dev
jcfranco d6dcb23
merge dev
jcfranco 19893c1
build(deps): reinstall calcite-web
benelan f3fa8bf
fix: set default scale on action-related components
jcfranco 8c895c4
fix date-picker-month-header rendering issues
jcfranco 6b6186c
fix button rendering issues
jcfranco c90577d
fix booleans from carousel stories
jcfranco 0e6bd5e
remove remaining files from deprecated custom ESLint rules
jcfranco 1207156
fix button regression
jcfranco a3d3818
fix spec tests
jcfranco 874208f
block handle messages for a11y label replacement
jcfranco d14c644
fix dom.spec.ts type error
jcfranco e02bfa7
fix slider rendering issue
jcfranco f620091
fix carousel stories
jcfranco 882c52f
fix inline-editable default scale logic
jcfranco 4fd549c
fix sort-handle initially open bug
jcfranco df753a9
fix slider fill-placements story
jcfranco 26cc2b3
fix input-time-zone initialization
jcfranco b2efc20
guard against observing null refs
jcfranco 11433dd
fix input-time-picker initially open bug
jcfranco 785cf52
drop obsolete t9n util
jcfranco 99a6eb4
tidy up
jcfranco 264bb9a
fix sort handle event names in tests
jcfranco d1acdea
temporarily skip openClose tests
jcfranco 867a3a1
fix text-area tests
jcfranco 1c65897
skip E2E tests that rely on `nb` ➡️ `no` mapping
jcfranco 2b07147
update formAssociated test
jcfranco 107c62a
fix split-button test
jcfranco f2bbe74
fix action-related tests
jcfranco a6b2bf0
fix input-time-picker test
jcfranco af75e8d
fix select tests
jcfranco 91c2bfa
fix handle test
jcfranco e95f8e6
fix inline-editable test
jcfranco 58971b3
drop test on internal property
jcfranco a7888ce
fix stepper focusing test
jcfranco 6b3d0b9
fix duplicate stepper test ID
jcfranco 2020964
fix action-bar and action-pad tests
jcfranco 5717918
drop obsolete Stencil Storybook config
jcfranco baf3af5
stabilize dialog tests
jcfranco 5abf247
restore Norwegian testing filter in input tests
jcfranco df24a85
avoid clearing internal tab-nav node when disconnected
jcfranco c6b1c10
fix sort-handle error from nulled ref
jcfranco 38121ac
fix date-picker-month-header error from nulled ref
jcfranco 115b04f
fix radio-button-group tests
jcfranco b912bd8
fix select tests
jcfranco d6e274f
replace findLast until we can bump our lib
jcfranco 482e303
fix input-time-zone tests
jcfranco f7e94ac
fix tile-select test
jcfranco 1b9467a
stabilize tile-select test
jcfranco 7e21380
stabilize dialog test
jcfranco b9059eb
bump Lumina to latest
jcfranco b098a59
configure useT9n to resolve Norwegian lang tag to "no"
jcfranco aa1efd5
stabilize select test
jcfranco 7c6f275
tidy up global attribute watcher notes
jcfranco ff180cd
tidy up willUpdate migration notes
jcfranco 405902b
tidy up required migration notes
jcfranco afbc7b9
tidy up env var migration notes
jcfranco 8d634e6
fix openClose tests
jcfranco a2c87a7
fix tabs test
jcfranco 3254742
add null ref guards in input-time-picker
jcfranco 915f28b
restore pagination initialization logic
jcfranco d817ebd
fix tabs initial selection logic
jcfranco 265a13a
guard against null dropdown ref in sort-handle
jcfranco 174c906
fix render of initially active inline-editable
jcfranco 1b1a8f9
enable Turbosnap
jcfranco 5aa8d29
add --stats-json to storybook build (required for Turbosnap)
jcfranco 91b8054
add internal var to check if asset path has been customized
jcfranco 59fb9bf
stabilize dialog test
jcfranco 5e8ae69
revisit inline-editable render fix
jcfranco de8ce51
bump Lumina to latest
jcfranco 57fefcd
stabilize modal test
jcfranco 04af92c
restore globalScript
jcfranco 10bea7a
remove addressed migration notes
jcfranco 17a4344
fix generateT9nDocsJSON script
jcfranco 75087dd
restore build preamble
jcfranco 7e82b5b
add legacy vscode-data.json to prevent breaking change
jcfranco 97efa1e
drop stencil config
jcfranco 602d56c
drop references to www and stencil dirs
jcfranco 3f4291a
remove references to the obsolete src/components.d.ts
jcfranco dfca7da
update boilerplate component example
jcfranco 32a3639
tidy up deploy-latest commit message
jcfranco 5cd0f98
simplify translations json file name
jcfranco ad054fd
fix list tests
jcfranco 458a105
fix config spec test
jcfranco aeec77e
show config details in dev mode
jcfranco a47986a
update VSCode launch config
jcfranco 25ee4e3
simplify test:prerender script
jcfranco 006b614
disable TurboSnap
jcfranco ffbdde6
fix action-menu toggle
jcfranco 476c481
add missing prop
jcfranco f9aa5cf
tidy up pagination rendering
jcfranco 8c6c618
tidy up vitest workspace
jcfranco d2e6d5d
add delay to combobox story
jcfranco 1907b11
fix action-menu null ref error
jcfranco e1444e8
block action for a11y text
jcfranco File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(optional) vite provides env variables support without a plugin, so if you don't need extra customization options you can use that to keep build config simpler and performance better: https://vite.dev/guide/env-and-mode