orbit icon indicating copy to clipboard operation
orbit copied to clipboard

React components of open-source Orbit design system by Kiwi.com

Results 65 orbit issues
Sort by recently updated
recently updated
newest added

This PR solves: - update design-tokens to style-dictionary - token changes (new token names) - update of orbit and docs codebases to a new tokens Storybook: https://orbit-mainframev-dev-tokens.surge.sh

Breaking
version 5

Bumps [remark-frontmatter](https://github.com/remarkjs/remark-frontmatter) from 2.0.0 to 4.0.1. Release notes Sourced from remark-frontmatter's releases. 4.0.1 b56dae7 Add improved docs by @​wooorm in remarkjs/remark-frontmatter#17 Full Changelog: https://github.com/remarkjs/remark-frontmatter/compare/4.0.0...4.0.1 4.0.0 c02f672 Use ESM // From...

On search there were multiple implementations of locking scrolling which was conflicting with the one implemented in Orbit. This development-only warning attempts to detect this and advise replacing these with...

We're building a phone number input which has a dropdown for the country and then an input field for the text. This is all within an `` component. See below...

An index signature parameter type cannot be a union type. Consider using a mapped object type instead https://github.com/kiwicom/orbit/blob/0fdff4fb9bb37d7d540c069f38de5de670f8fd84/packages/orbit-components/src/Inline/helpers.js#L49 for fix ``` type PropObject = { [key in Prop]: AlignInline |...

https://github.com/kiwicom/orbit/blob/0fdff4fb9bb37d7d540c069f38de5de670f8fd84/packages/orbit-components/src/Inline/index.d.ts#L30 why don't use `keyof JSX.IntrinsicElements` for type?

Currently our ESLint config for JavaScript (Flow) and TypeScript are strictly separated, but when we start adding TypeScript files at some point in the future, we want to have the...

Checking icons implemented in #2332 is awesome, but I missed three requirements when reviewing it: 1. it should not run when `require`d (which is why it runs on `postinstall` as...

The problem is it's possible to forget to add a new export to [`orbit-components/src/index.js.flow`](https://github.com/kiwicom/orbit/blob/ff7dce8185d198ae847a3330287ab75dc5837f2b/packages/orbit-components/src/index.js.flow) and [`orbit-components/src/index.d.ts`](https://github.com/kiwicom/orbit/blob/ff7dce8185d198ae847a3330287ab75dc5837f2b/packages/orbit-components/src/index.d.ts) (that goes for all libdefs, but one step at a time). It would be...

Hi guys 👋, is possible to extend ListChoice about highlighted prop ? Style should be the same as hover. I am building multi select with Downshift and I want to...