orbit

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

MIT License

Downloads
51.3K
Stars
1.4K
Committers
81

Bot releases are visible (Hide)

orbit - @kiwicom/[email protected]

Published by mainframev almost 2 years ago

3.0.1 (2022-12-15)

Note: Version bump only for package @kiwicom/orbit-design-tokens

orbit - @kiwicom/[email protected]

Published by mainframev almost 2 years ago

5.1.0 (2022-12-15)

Bug Fixes

  • Button: export conditional types correctly (#3680) (6aec97f)
  • ButtonLink: remove redundant ref type (d483280)
  • CalloutBanner: fix tabIndex type (4187abc)
  • Card: inconsistent expanded state is now impossible (#3679) (c7d5cd2)
  • CarrierLogo: use useRandomIdSeed (#3686) (ba538f8)
  • InputField: fix tabIndex type (a11e324)
  • InputField: remove redundant ref type (e8bce1e)
  • ItinerarySegment: fix incorrect counting of elements (#3687) (6061b95)
  • ItinerarySegmentStop: fix date type (3f1b92d)
  • Radio: remove redundant ref type (ac51550)
  • Select: fix select ref type (0bc368d)
  • Select: remove ref type (4b80564)
  • Switch: remove redundant ref type (b05f267)
  • Tag: remove redundant ref type (fcf00eb)

Features

  • Card: add margin utility prop (eddb2fe)
  • common: add ObjectPropertUtility type (600f8f9)
  • icons: update icons from figma (#3691) (898d44f)
  • Illustration: add margin utility prop (581fcb9)
  • IllustrationPrimitive: add margin utility prop (8efc6e9)
  • Text: add margin utility prop (02b9549)
  • utils: add marginUtility (0f880a4)
orbit - @kiwicom/[email protected]

Published by mainframev almost 2 years ago

3.0.0 (2022-12-01)

Bug Fixes

  • CarrierLogo: use CarrierLogo tokens (89ece90)

Features

  • Button: add tokens for subtle button (#3658) (2e84139)
  • tokens: add carrierLogo tokens (0f86a45)
  • tokens: change icon sizes according to a new designs (54e515f)

BREAKING CHANGES

  • tokens: Visual breaking changes. Icons medium sized now have 20px (24px before),
    size large 24px (32px before)
orbit - [email protected]

Published by mainframev almost 2 years ago

0.6.0 (2022-12-01)

Features

BREAKING CHANGES

  • ThemeProvider is now called OrbitProvider.
    Everything else didn't change

  • docs: create documentation for OrbitProvider

New documentation page for OrbitProvider created.

orbit - @kiwicom/[email protected]

Published by mainframev almost 2 years ago

5.0.0 (2022-12-01)

Bug Fixes

  • Box: wrap property was calculated incorrectly (620812d)
  • CardSection: remove focus background style (#3671) (cd11b2c)
  • CarrierLogo: use CarrierLogo tokens (89ece90)
  • CarrierLogo: use space token after icon size changes (d4408eb)
  • Heading: add missing role='heading' for div rendered as Heading (#3666) (caed409)
  • Itinerary: render text as div (#3643) (fd5dd46)
  • ItinerarySegmentBanner: fix RTL issue (#3659) (6ed2395)
  • ItinerarySegment: fix access of hidden prop in the context (#3675) (e18b9dd)
  • ItinerarySegmentStop: fix ItineraryIcon (#3669) (6da4c6d)
  • Modal: don't render overlay if is full page (4e31400)
  • TextLink: repair broken CSS rule (#3638) (1927ca1)
  • Tooltip: background color (#3667) (7819c9b)

Features

  • add inlineStacked property to CarrierLogo (#3652) (e30e1c3)
  • Button: add centered prop for fullWidth (#3673) (f639b3e)
  • Button: add line-height: 1 (#3676) (34130c2)
  • Button: add tokens for subtle button (#3658) (2e84139)
  • Illustration: add FastBooking illustration (#3672) (3b19cd6)
  • InputField: set autoCorrect and autoCapitalize explicitly to off (#3651) (f27912e)
  • rename ThemeProvider to OrbitProvider (#3601) (10030dd)
  • ServiceLogo: add AirHelpPlus logo (6313ada)
  • tokens: change icon sizes according to a new designs (54e515f)

Reverts

  • revert exporting types from index (9e827b4)

BREAKING CHANGES

  • tokens: Visual breaking changes. Icons medium sized now have 20px (24px before),
    size large 24px (32px before)

  • ThemeProvider is now called OrbitProvider.
    Everything else didn't change

  • docs: create documentation for OrbitProvider

New documentation page for OrbitProvider created.

orbit - @kiwicom/[email protected]

Published by mainframev almost 2 years ago

4.0.3 (2022-12-01)

Note: Version bump only for package @kiwicom/babel-plugin-orbit-components

orbit - @kiwicom/[email protected]

Published by mainframev almost 2 years ago

4.2.0 (2022-11-02)

Bug Fixes

  • Breadcrumbs: element without href is now focusable if it has onClick (b252f72)
  • Grid: fix TypeScript type for spaceAfter in Grid (#3623) (70d713b)
  • SegmentedSwitch: incorrect defaultChecked prop name (#3618) (e5c8efb)
  • Textarea: required prop displays an asterisk (#3617) (1d531a4)
  • Timeline: make last successful step text ink colored (#3635) (c5a3f7d)
  • Tooltip: add missing onShow for MobileDialog (206a818)

Features

  • Breadcrumbs: change focus to native colors (c23dc88)
  • CallOutBanner: change focus to native colors (73e2fed)
  • Card: change focus to native colors (4f7e209)
  • Checkbox: change focus to native colors (6298b19)
  • icons: update icons from figma (#3630) (7f524a0)
  • InputFile: change focus to native colors (8e5f155)
  • InputGroup: change focus to native colors (9770ea8)
  • Itinerary: change focus to native colors (052cbe6)
  • ListChoice: change focus to native colors (517bd20)
  • MobileDialog: add onShow callback (2dee49e)
  • Radio: change focus to native colors (e85e76c)
  • Seat: change focus to native colors (2b8d8b6)
  • SegmentedSwitch: change focus to native colors (f08e9d1)
  • Slider: change focus to native colors (793ef00)
  • Stepper: change focus to native colors (16e9a75)
  • Switch: change focus to native colors (ead846a)
  • Tag: change focus to native colors (6189785)
  • Textarea: change focus to native colors (19cbd79)
  • TextLink: change focus to native colors (9299123)
  • Tile: change focus to native colors (14455eb)
  • Timeline: add active prop, subLabel and label accept React.Node (ed45cf9)
  • Timeline: new component design (99d5094)
  • utils: add defaultFocus (f419334)
orbit - @kiwicom/[email protected]

Published by mainframev almost 2 years ago

4.0.2 (2022-11-02)

Note: Version bump only for package @kiwicom/babel-plugin-orbit-components

orbit - @kiwicom/[email protected]

Published by mainframev about 2 years ago

4.1.0 (2022-10-18)

Bug Fixes

  • Accordion: not expanding (#3606) (61d7f3b)
  • LinkList: fix missing direction prop in sc (c04c42a)
  • Table: responsive shadow was not correct (#3604) (4feb4c9)

Features

  • HorizontalScroll: add arrows to scroll (#3603) (3ec0895)
  • LinkList: add legacy prop (553029f)
  • Stack: add legacy prop to apply old spacing behaviour (c6096dd)
orbit - @kiwicom/[email protected]

Published by mainframev about 2 years ago

4.0.1 (2022-10-18)

Note: Version bump only for package @kiwicom/babel-plugin-orbit-components

orbit - @kiwicom/[email protected]

Published by mainframev about 2 years ago

4.0.0 (2022-10-12)

Features

  • PricingTable: remove PricingTable (0a674e4)

BREAKING CHANGES

  • PricingTable: PricingTable and PricingTableItem were removed.
    Its implementation was moved to repositories using it.
orbit - @kiwicom/[email protected]

Published by mainframev about 2 years ago

2.0.0 (2022-10-12)

Features

BREAKING CHANGES

  • tokens: a few design tokens were changed
orbit - @kiwicom/[email protected]

Published by mainframev about 2 years ago

4.0.0 (2022-10-12)

Bug Fixes

  • HorizontalScroll: fix issue with glitching on mobile while scrolling (#3593) (343d3fc)
  • ItineraryBadgeListItem: add margin-top only if cancelledValue provided (0e7745a)
  • Skeleton: fix default color from paletteCloudDark to paletteCloudNormal (055d009)
  • Stack: keep old behavior, enable gap only if flex or spacing is provided (#3597) (1445684)
  • Tooltip: add max-width and render as flex instead of block (#3595) (7b734b0)
  • TooltipPrimitive: add handleClick to content (#3594) (b867342)

Features

BREAKING CHANGES

  • PricingTable: PricingTable and PricingTableItem were removed.
    Its implementation was moved to repositories using it.
  • tokens: a few design tokens were changed
orbit - @kiwicom/[email protected]

Published by mainframev about 2 years ago

3.8.0 (2022-10-07)

Bug Fixes

  • FormLabel: use onMouseEnter and onMouseLeave on wrapper (8d5acb1)
  • ItinerarySegmentStop: add missing flex shrink (#3581) (75b1f4c)

Features

  • Badge: export StyledBadge type (13fe6d3)
  • Itinerary: add ItineraryBadgeListItem (2972f97)
  • List: export IconContainer and Item subcomponents (72a904d)
  • SegmentedSwitch: new SegmentedSwitch component (5d3b538)
  • Text: export StyledText type (b18f3fb)
  • Tooltip: add onShown prop (b4f152e)
  • TooltipPrimitive: add onShown prop (8c21377)
orbit - @kiwicom/[email protected]

Published by mainframev about 2 years ago

3.6.6 (2022-10-07)

Note: Version bump only for package @kiwicom/babel-plugin-orbit-components

orbit - @kiwicom/[email protected]

Published by mainframev about 2 years ago

3.6.5 (2022-09-23)

Note: Version bump only for package @kiwicom/babel-plugin-orbit-components

orbit - @kiwicom/[email protected]

Published by mainframev about 2 years ago

3.7.1 (2022-09-23)

Bug Fixes

  • ItinerarySegmentStop: fix wider background color (2663934)
  • ItineraryStatus: fixed height issue and longer translations (901cf71)
  • Tile: fix inherited font-weight (#3580) (bdc57de)
orbit - @kiwicom/[email protected]

Published by mainframev about 2 years ago

3.6.4 (2022-09-20)

Note: Version bump only for package @kiwicom/babel-plugin-orbit-components

orbit - @kiwicom/[email protected]

Published by mainframev about 2 years ago

3.7.0 (2022-09-20)

Features

orbit - @kiwicom/[email protected]

Published by mainframev about 2 years ago

1.5.2 (2022-09-20)

Note: Version bump only for package @kiwicom/orbit-design-tokens

Package Rankings
Top 1.54% on Npmjs.org
Badges
Extracted from project README
Kiwi.com library CI Build Orbit release lerna minified and gzipped size Maintenance Downloads
Related Projects