orbit
orbit copied to clipboard
React components of open-source Orbit design system by Kiwi.com
…rsions As we want to adopt React 19 in orbit-components, we need to adjust orbit docs to keep using React 18. Closes https://kiwicom.atlassian.net/browse/FEPLT-2770 # This Pull Request meets the following...
Bumps [@typescript-eslint/rule-tester](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/rule-tester) from 7.3.1 to 8.34.1. Release notes Sourced from @typescript-eslint/rule-tester's releases. v8.34.1 8.34.1 (2025-06-16) 🩹 Fixes types: add 2026/17 to EcmaVersion (#11304) typescript-estree: emit a Literal instead of Identifier...
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 19.0.13 to 22.0.0. Release notes Sourced from @octokit/rest's releases. v22.0.0 22.0.0 (2025-05-25) Bug Fixes deps: update octokit monorepo (major) (#504) (77530ab) BREAKING CHANGES deps: Drop support for...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.5 to 16.1.2. Release notes Sourced from lint-staged's releases. v16.1.2 Patch Changes #1570 a7c0c88 Thanks @ItsNickBarry! - When using --diff-filter with the D option to include deleted...
Closes https://kiwicom.atlassian.net/browse/FEPLT-2398 :sparkles: Description by Callstackai This PR adds accessibility documentation for the SocialButton component, detailing its accessibility features, props, best practices, and keyboard navigation. Diagrams of code changes ```mermaid...
Closes https://kiwicom.atlassian.net/browse/FEPLT-2758 :sparkles: Description by Callstackai This PR introduces accessibility adjustments to the Loading component, Accordion, and Card components, ensuring that loading states are properly announced to screen readers and...
Bumps [creyD/prettier_action](https://github.com/creyd/prettier_action) from 4.5 to 4.6. Release notes Sourced from creyD/prettier_action's releases. v4.6 What's Changed Use npx to execute prettier by @dcode in creyD/prettier_action#145 New Contributors @dcode made their first...
- **fix(Slider): keyboard support** - **docs(Slider): add accessibility documentation** resolves FEPLT-2376 :sparkles: Description by Callstackai This PR introduces keyboard support for the Slider component and adds accessibility documentation, ensuring that...
Closes https://kiwicom.atlassian.net/browse/FEPLT-2762 # This Pull Request meets the following criteria: ### For new components: - [ ] Unit and visual regression tests have been added/adjusted for my new feature -...
Closes https://kiwicom.atlassian.net/browse/FEPLT-2761 :sparkles: Description by Callstackai This PR introduces a new prop `useSafeAreaInset` to the Modal component, which allows the modal to respect mobile device safe areas. It includes updates...