-
Notifications
You must be signed in to change notification settings - Fork 47
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
V1/main #873
Closed
Closed
V1/main #873
Conversation
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
Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 11.0.0 to 11.5.4. - [Release notes](https://github.com/chromaui/chromatic-cli/releases) - [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md) - [Commits](chromaui/chromatic-cli@v11.0.0...v11.5.4) --- updated-dependencies: - dependency-name: chromatic dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github-markdown-css](https://github.com/sindresorhus/github-markdown-css) from 5.5.1 to 5.6.1. - [Release notes](https://github.com/sindresorhus/github-markdown-css/releases) - [Commits](sindresorhus/github-markdown-css@v5.5.1...v5.6.1) --- updated-dependencies: - dependency-name: github-markdown-css dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 16.10.16 to 16.14.20. - [Release notes](https://github.com/raineorshine/npm-check-updates/releases) - [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md) - [Commits](raineorshine/npm-check-updates@v16.10.16...v16.14.20) --- updated-dependencies: - dependency-name: npm-check-updates dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* docs: add documentation for slots on the uui-card-block-type element * docs: expand descriptions for slots
…avior (#814) * 721 property added for rel to allow * 721 fix tab close tag
Bumps [glob](https://github.com/isaacs/node-glob) from 8.1.0 to 10.4.3. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v8.1.0...v10.4.3) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ws](https://github.com/websockets/ws) to 8.17.1 and updates ancestor dependency [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner). These dependencies need to be updated together. Updates `ws` from 8.13.0 to 8.17.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.13.0...8.17.1) Updates `@web/test-runner` from 0.17.0 to 0.18.2 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/[email protected]/packages/test-runner) --- updated-dependencies: - dependency-name: ws dependency-type: indirect - dependency-name: "@web/test-runner" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
…e than 100 files (#848) * Bugfix: Dropzone dispatch event too early. * multiple property with folder logic * add disallow folder upload story * docs: convert story to StoryObj to better map attributes * fix: ensure file browse uses same logic as file drop * test: add cases for mimetypes and simplify logic * fix: make sure mimetypes are accepted by using the right for-of loop --------- Co-authored-by: Jacob Overgaard <[email protected]>
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.36 to 8.4.39. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.36...8.4.39) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 11.5.4 to 11.5.5. - [Release notes](https://github.com/chromaui/chromatic-cli/releases) - [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md) - [Commits](chromaui/chromatic-cli@v11.5.4...v11.5.5) --- updated-dependencies: - dependency-name: chromatic dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Add indeterminate state for boolean input and checkbox * Remove output * Remove checked attribute * Remove checked attribute * Remove iconMinus and use iconSubtract instead * chore: run prettier --------- Co-authored-by: Jacob Overgaard <[email protected]>
* Consistent cursor style for checkbox and radiobutton * Simplify checkbox story using gap instead * Replace deprecated Story with StoryFn * Update decribe name and StoryFn * chore: run prettier --------- Co-authored-by: Jacob Overgaard <[email protected]>
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 9.7.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.56.0...v9.7.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* feat: remove the Firefox polyfill as Firefox now natively supports the Popover API * test: add test for `popover` attribute * package json * revert package lock * update package lock * update github action to install all playwright dependencies --------- Co-authored-by: JesmoDev <[email protected]>
* Update story for checkbox indeterminate state * Adjust functions * Remove key * Adjust updating values * Update checked state * docs: add a container element to trigger state between checkboxes * docs: use the same UUIBooleanInputEvent as the checkbox element does * docs: use correct import path * docs: fix type error * docs: add description to the story --------- Co-authored-by: Jacob Overgaard <[email protected]>
* Updated the link in table-story to the advanced table story so it now redirects correctly * Update packages/uui-table/lib/uui-table.story.ts --------- Co-authored-by: Jacob Overgaard <[email protected]>
Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.1.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v8.0.3...v9.1.1) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* remove tabindex * fix wrapping keyboard nav * Improve keyboard navigation by emulating native radio group behavior * remove unused code * fix double keypress issue * cleanup * fix selection bug * rename function * change focus outline functionality to pure css * remove aria hidden as it is not needed anymore * remove redundant get,set * cleanup radio * cleanup * fix findRadio function to fix focus issues * remove keypress eventListener * Fix pre checked radios * fix test to use same keydown event as the component * make sonar happy * fix tab navigation when there is a pre-checked radio
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.
No description provided.