atlantis
atlantis copied to clipboard
🔱 Atlantis
## Motivations Better visual balance of the various "pluses' used to indicate adding something when used standalone or in buttons, menus, etc. ## Changes ### Changed - SVG paths for...
## Motivations During this PR https://github.com/GetJobber/atlantis/pull/1844 the arrow positioning of the Popover was changed which broke the location of the arrow. These changes were reverted and some spacing was adjusted...
## Motivations When a Button had `submit`, TS disallowed `variation` because we were extending ButtonFoundationProps instead of BaseActionProps. Confirmed with Chris, allowing `variation` combined with `submit` makes sense. ## Changes...
## Motivations We've had a need for a generic layout component for a while. This component was rolled elsewhere, and we're moving it into Atlantis so everyone can benefit from...
## Motivations Provides a way to reference the button and give it focus. In the video, after using the keyboard to open and close the _Line Item_ pop up and...
Bumps [ejs](https://github.com/mde/ejs) from 3.1.8 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 v3.1.9 Version 3.1.9 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
## Motivations We needed a standalone Chip for DataList/ClientList/Combobox. Since our existing implementation required a group of chips, an effort began to redesign Chip, implement that new Chip, and then...
## Motivations ## Changes ### Added - jobber fonts from CDN ### Changed - ### Deprecated - ### Removed - @jobber/fonts package and it's usage - script for optional installation...
## Motivations Adding a safeguard for the Flex component for SSR environments, as the previous implementation could cause hydration issues. ## Changes ### Added - ### Changed - Adding a...