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 - 0.30.0

Published by tomashapl over 5 years ago

Changelog

Create LICENSE
DOCS: Add Stack behavior
UPDATE: Tooltip component
FIX: Flow type for mediaQueries
FIX: InputField suffix text overflow
FIX: Textarea displayName
FIX: Modal IE and iOS Safari flickering
FIX: Radio and CheckBox text wrap in IELiveURL: https://orbit-components-0-30-0.surge.sh

orbit - 0.29.0

Published by tomashapl over 5 years ago

Changelog

UPDATE: Better export List components
UPDATE: Better export Modal components
UPDATE: Better export Card components
FIX: ModalFooter string as children

Breaking Change !!

UPDATE: ChoiceGroup replace hasError for error
changes hasError to error prop which now receives string

LiveURL: https://orbit-components-0-29-0.surge.sh

orbit - 0.28.2

Published by tomashapl almost 6 years ago

Changelog

UPDATE: Added leisure icon
UPDATE: Better exported subcomponents in Table
FIX: TripSegment content height
FIX: BreadcrumbItem hover underline

LiveURL: https://orbit-components-0-28-2.surge.sh

orbit - 0.28.1

Published by tomashapl almost 6 years ago

Changelog

FIX: Tile expandable onClick callback
FIX: FLOW: Card onClose event
UPDATE: Illustration 3x sizes
UPDATE: ChoiceGroup medium Heading spaceAfter

LiveURL: https://orbit-components-0-28-1.surge.sh

orbit - 0.28.0

Published by tomashapl almost 6 years ago

Changelog

NEW: Tooltip
FIX: InputField cursor position
FIX: Select inherit placeholder color
DEV: refactor styled-components attrs syntax
DEV: console cleaning

LiveURL: https://orbit-components-0-28-0.surge.sh

orbit - 0.27.1

Published by tomashapl almost 6 years ago

Changelog

FIX: TripSegment setHeight timeout unMount
UPDATE: Added readOnly to InputField

LiveURL: https://orbit-components-0-27-1.surge.sh

orbit - 0.27.0

Published by tomashapl almost 6 years ago

Changelog

NEW: Stepper
UPDATE: FLOW: Restricted Translation in some components
FIX: InputField missing refLiveURL: https://orbit-components-0-27-0.surge.sh

orbit - 0.26.0

Published by tomashapl almost 6 years ago

Changelog

NEW: Breakpoints queries
NEW: Hide component
FIX: Modal docs default size
FIX: CountryFlag code lowercaseLiveURL: https://orbit-components-0-26-0.surge.sh

orbit - 0.25.0

Published by tomashapl almost 6 years ago

Changelog

NEW: ChoiceGroup
UPDATE: added passportid type to InputField
UPDATE: added inlineLoader type to Loading
UPDATE: orbit-design-tokens v0.3.0
FIX: Odd TableRow background color
FIX: Modal context for fixedFooter
FIX: TripSector docs imports

LiveURL: https://orbit-components-0-25-0.surge.sh

orbit - 0.24.2

Published by tomashapl almost 6 years ago

Changelog

UPDATE: Support actions in CardHeader
FIX: Modal usage without ModalSectionLiveURL: https://orbit-components-0-24-2.surge.sh

orbit - 0.24.1

Published by tomashapl almost 6 years ago

Changelog

FIX: Badge color when defined customColor for icon
FIX: Alert close button position
FIX: Text wrong weight value
FIX: Remove webkit spin from InputField
UPDATE: Add size to TextLink
DOCS: Add styled-components to installation guide

LiveURL: https://orbit-components-0-24-1.surge.sh

orbit - 0.24.0

Published by tomashapl almost 6 years ago

Changelog

ADD: New icons and illustrations

    Added icons:
        - BaggagePersonalItemNone
        - Chart
        - Timer
        - BaggageCabinNone
    Updated icons:
        - BaggageCabin
        - Remove
    Added illustrations:
        - AirportShuttle

FIX: CardHeader IE/Edge bug on production build
FIX: TileExpandable height on update
FIX: InputStepper nullish minValue or maxValue
FIX: Flow: Unnecessary Button SyntheticKeyboardEvent
UPDATE: Add spaceAfter to Separator
DEV: Fix yarn.lock
LiveURL: https://orbit-components-0-24-0.surge.sh

orbit - 0.23.1

Published by tomashapl almost 6 years ago

Changelog

FIX: Card recalculate max-height on update
FIX: ModalFooter height after children re-render
FIX: TextLink secondary underline
DOCS: Add missing loading prop for Button

orbit - 0.23.0

Published by tomashapl almost 6 years ago

Changelog

NEW: ChinaUnionPay logo
NEW: Tag
UPDATE: Card

Breaking changes

Card

  • CardSection Header should be always wrapped to <CardSectionHeader> and content to <CardSectionContent> to prevent unexpected behavior
  • title and subTitle are not supported in CardSection instead of:
    <Card>
      <CardSection>
        <CardSectionHeader>
          <Heading>Title</Heading>
          <Text>Text</Text>
        </CardSectionHeader>
      </CardSection>
    </Card>

Motivation

- NEW Subcomponents: CardSectionHeader and CardSectionContent
- Opened CardSectionHeader for children
- CardSection expandable newly should have description after title and hidden content
- React context API
- Splitted logic
- Supports actions in CardSectionHeader
- New possible case with default visible content
- InitialExpanded - CardSection could be expanded by default
- CardSectionHeader hover

https://orbit-components-card-update.surge.sh/?selectedKind=Card&selectedStory=Card%20with%20default%20expanded&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel

Modal

  • Modal newly doesn't have closable prop instead of it, pass onClose to the render close button

UPDATE: Add fixed ModalFooter on desktop
UPDATE: move dataTest to inputs directly
UPDATE: dataTest for Close buttonsLiveURL: https://orbit-components-0-23-0.surge.sh

orbit - 0.22.1

Published by tomashapl almost 6 years ago

Changelog

FIX: Modal keyDown event bubbling
FIX: FLOW: Forbid Function type
Added icons:

  • Upload
  • PassengerRemove

Added Servicelogos:

  • Alipay
  • Discover
  • PayPal
  • Sofort
  • Trustly

LiveURL: https://orbit-components-0-22-1.surge.sh

orbit - 0.21.2

Published by tomashapl almost 6 years ago

Changelog

UPDATE: StopoverArrow - up to three stops
UPDATE: Add showEmpty prop to RatingStars component
UPDATE: Open CardHeader for React$Node
FIX: Security of external links

LiveURL: https://orbit-components-v0-21-2.surge.sh

orbit - 0.21.1

Published by tomashapl almost 6 years ago

Changelog

UPDATE: Heading type title5
UPDATE: Compact InputField font-weight
UPDATE: Add dataTest to Stack
UPDATE: Add RTL tests
FIX: Checkbox flow type

https://orbit-components-heads-0-21-1.surge.sh

orbit - fixedfooter

Published by vepor almost 6 years ago

orbit - 0.21.0

Published by tomashapl almost 6 years ago

Changelog

NEW: Breadcrumbs component
NEW: ListChoice component
UPDATE: Add translate3d to RTL

UPDATE: tabIndex supports in

Button
ButtonLink
Checkbox
InputField
InputFile
InputStepper
Radio
Select
Textarea
TextLink

FIX: Missing font-families in components
FIX: Stack RTL spacing
FIX: InputField password visibility in IE
FIX: TripSector height
FIX: Modal dataTest docs
FIX: TripSegment CarrierLogoLiveURL: https://orbit-components-0-21-0.surge.sh

orbit - 0.20.0

Published by tomashapl almost 6 years ago

Changelog

FIX: InputField docs
NEW: RTL components support
UPDATE: Stack

https://orbit-components-heads-0-20-0.surge.sh

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