-
Notifications
You must be signed in to change notification settings - Fork 55
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
Merge main into dev #690
Merged
Merged
Merge main into dev #690
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
* fix: select: ensure aria attributes target the intended element * chore: dropdown: add ariaref ut and refine role null check * chore: dropdown: update role null check to handle all elements
* fix: dropdown: tweak css slideupin animation * chore: dropdown: tweak animation curve and revert previous adjustment
* fix: dropdown: fix visible prop * chore: dropdown: update ut to open dropdown again
* chore: css: organize and annotate global variables * chore: css: remove unused base color sass variables
* feat: messagebar: add message bar component * chore: messagebar: update icons per spec * chore: messagebar: export component * chore: messagebar: address pr feedback by adding a mapping
* feat: rename background-color to background * Use background for button css so that we can have more flexible customizations * fix: remove changes * remove changes
…position (#627) * fix: table: fix loading compare and updates default spinner size and position * chore: table�: inherit spinner div height
* fix: pill: ensure pill heights match latest design specification * chore: pill: address pr feedback and move pill border radius to global css var
…icks (#635) * fix: slider: increase vertical hit target and handle segmented gap clicks * fix: slider: ensure default behavior of tooltip does not hide on reference click
…ing changes. (#631) Co-authored-by: Dylan <99700808+dkilgore-eightfold@users.noreply.github.com>
* fix: dropdown: revert useonclickoutside to only toggle in specific conditions * chore(release): 2.38.1 * feat: custom fonts support via configProvider * fix: remove unnecessary import * chore(release): 2.38.2 * chore: semver: revert hotfix versioning ahead of fi --------- Co-authored-by: Jeff Howard <106610186+jhoward-eightfold@users.noreply.github.com>
…loader (#636) * fix: button: ensure loading dots use text color and enable two state loader * chore: loader: address pr feedback by removing unneeded rtl code
* feat: infobar: adds bordered prop * chore: infobar: align naming convention of css variables
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](salesforce/tough-cookie@v4.0.0...v4.1.3) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dylan <99700808+dkilgore-eightfold@users.noreply.github.com>
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dylan <99700808+dkilgore-eightfold@users.noreply.github.com>
* fix: popup: fixes style inheritance of reference element * chore: popup: handle invalid react element
* feat: badge: add badge size and update button and tab custom css * chore: coverage: adds more badge tests
* chore: i18n: exports octuple locales and locale type * chore: i18n: moves locale to separate entry * chore: i18n: apply structure
* fix: tooltip: fixes tooltip toggle on mobile devices * chore: tooltip: adds click toggle unit test * chore: coverage: adds tooltip and mobile detector tests * chore: popup: adds istouching method to test for hybrid devices * chore: popup: update function name and ensure cloned element props are preserved
# Conflicts: # CHANGELOG.md # package.json # src/components/Badge/Badge.stories.tsx # src/components/Breadcrumb/__snapshots__/Breadcrumb.test.tsx.snap # src/components/Card/Card.stories.tsx # src/components/CheckBox/checkbox.module.scss # src/components/DateTimePicker/DatePicker/Styles/mixins.scss # src/components/Dropdown/Dropdown.stories.tsx # src/components/Dropdown/Dropdown.test.tsx # src/components/Locale/hi_IN.tsx # src/components/Menu/__snapshots__/Menu.test.tsx.snap # src/components/PersistentBar/PersistentBar.stories.tsx # src/components/PersistentBar/persistentBar.module.scss # src/components/Progress/Internal/OcCircle.tsx # src/components/Progress/Internal/OcLine.tsx # src/components/Progress/Internal/Tests/__snapshots__/index.test.js.snap # src/components/Progress/progress.module.scss # src/components/RadioButton/radio.module.scss # src/components/Select/Select.tsx # src/components/Slider/slider.module.scss # src/components/Table/Internal/octable.module.scss # src/components/Table/Styles/bordered.scss # src/components/Tooltip/Tooltip.tsx # src/octuple.ts # src/styles/themes/_default-theme.scss
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit b500e6d:
|
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.
SUMMARY:
Merge latest main into dev
JIRA TASK (Eightfold Employees Only):
N/A
CHANGE TYPE:
N/A
TEST COVERAGE:
N/A
TEST PLAN:
N/A