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 hidden (Show)

orbit - @kiwicom/[email protected]

Published by mainframev over 3 years ago

0.114.1 (2021-05-12)

Bug Fixes

  • BaggageStepper: forgotten prop (#2931) (6797d73)
  • Modal: reduce Cumulative Layout Shift (2108956)
orbit - @kiwicom/[email protected]

Published by mainframev over 3 years ago

0.11.2 (2021-05-12)

Bug Fixes

  • standardize description for content (3072403)
  • docs: correct component titles (de0545f)
orbit - @kiwicom/[email protected]

Published by mainframev over 3 years ago

0.114.0 (2021-05-05)

Bug Fixes

  • Popover: fix bug with Tooltip inside Popover on mobile (75d8fa4)

Features

orbit - @kiwicom/[email protected]

Published by mainframev over 3 years ago

0.11.1 (2021-05-05)

Note: Version bump only for package @kiwicom/orbit.kiwi

orbit - @kiwicom/[email protected]

Published by mainframev over 3 years ago

0.113.1 (2021-04-28)

Bug Fixes

  • Button: pass forgotten size prop to utility functions (8b97281)
  • ButtonPrimitive: remove redundant size property (#2847) (bec9180)
  • examples: strip flow types from the generated JSONs (#2913) (49f36fd)
  • SocialButton: add forgotten size property to getCommomProps (a950d6d)
orbit - @kiwicom/[email protected]

Published by mainframev over 3 years ago

0.11.0 (2021-04-28)

Features

orbit - @kiwicom/[email protected]

Published by mainframev over 3 years ago

0.10.0 (2021-04-22)

Bug Fixes

  • docs: external icon only for text links (54441c6)
  • docs: keep external icon inline with link (2fcb023)
  • docs: proper image and placement (d4c46c5)
  • docs: simplify function use (483eb76)
  • docs: type of keyboard event (8312dba)
  • allow opening internal links in new tabs (7d665be)
  • docs: update icon imports in examples (e900980)
  • examples: omit types for react-live (#2889) (f5bf525)
  • ReactExample: change appearance acc to design (#2878) (2c9dd63)
  • orbit.kiwi layout wrapper (#2872) (75bc7e4)

Features

  • docs: add and adjust React examples (981318c)
  • docs: add image container (6b63ea5)
  • docs: add link at top of page (b5b0cd5)
  • docs: add redirects to old doc structure (f32a6a0)
  • docs: update guidance on notification badges (f5b0da7)
  • hooks: useCopyToClipboard (42dbbc0)
orbit - @kiwicom/[email protected]

Published by mainframev over 3 years ago

0.113.0 (2021-04-22)

Bug Fixes

  • add TypeScript definition of getTokens (267109a)
  • add typescript export of defaultTheme (1047b61)
  • export SeatLegend (576027f)
  • update React peer dependency versions (#2898) (b841f2d)
  • Breadcrumbs: missing action in default story (#2884) (683bd86)
  • docs: escape pipe in Alert button props table (f50485f)
  • useBoundingRect: fix TypeScript declaration (#2875) (371b30d)

Features

  • add export of calculateCountOf (6ac26ff)
  • docs: update guidance on notification badges (f5b0da7)

BREAKING CHANGES

  • useBoundingRect: In TypeScript useBoundingRect now requires a type
    parameter based on which HTML element it measures:
function App() {
  const [dimensions, ref] = useBoundingRect<HTMLDivElement>();
  return <div ref={ref} />;
}
orbit - [email protected]

Published by mainframev over 3 years ago

0.5.1 (2021-04-22)

Bug Fixes

orbit - @kiwicom/[email protected]

Published by mainframev over 3 years ago

2.3.0 (2021-04-22)

Features

  • add export of calculateCountOf (6ac26ff)
orbit - @kiwicom/[email protected]

Published by mainframev over 3 years ago

0.13.6 (2021-04-07)

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

orbit - [email protected]

Published by mainframev over 3 years ago

0.5.0 (2021-04-07)

Features

orbit - @kiwicom/[email protected]

Published by mainframev over 3 years ago

0.112.0 (2021-04-07)

Bug Fixes

  • add default export for Icon stories (#2864) (2e9d2c7)
  • docs: add exports for types (3acc31e)
  • docs: change null to 0 (9eca6cd)
  • docs: remove improper token in enum (4ab6b23)
  • TextLink: called twice when stopPropagation specified (#2857) (4fc78dc)
  • TypeScript: fix root mediaQueries export (32a70a6)

Features

BREAKING CHANGES

  • Renamed icons BaggageChecked -> BaggageChecked30; BaggagePersonalItem -> BaggagePersonal; BaggagePersonalItemNone -> BaggagePersonalNone

Added new icons:

  • BaggageChecked10
  • BaggageChecked20

Renamed icons:

  • BaggageChecked -> BaggageChecked30
  • BaggagePersonalItem -> BaggagePersonal
  • BaggagePersonalItemNone -> BaggagePersonalNone

Updated icons:

  • PriorityBorading
  • BaggageCheckedNone
  • BaggageCabin
  • BaggageCabinNone
orbit - @kiwicom/[email protected]

Published by mainframev over 3 years ago

0.9.0 (2021-04-07)

Bug Fixes

  • docs: add explanations and review fixes (4bb7571)
  • docs: allow ts files to be imported (ee638de)
  • docs: enable ReactExample use (#2850) (7b1152b)
  • docs: handle all Heading children (c80c41d)
  • docs: hide table of contents when not present (8463734)
  • docs: importing correctly (bfe91bb)
  • docs: make Masonry layout responsive (6a39148)
  • docs: make sticky work (bcda584)
  • docs: make ToC visible on larger screens (dc3c7af)
  • docs: more universal check for ToC (65dc2dd)
  • docs: render ToC only when present (ba3fb1a)
  • docs: styling of error from React Example (9058854)
  • docs: types and imports (113e64d)
  • docs: typing and clarifying code (2ebecfa)
  • docs: use more universal value for opacity (675e5e1)
  • docs: use smart apostrophes (66e0188)

Features

  • update baggage related icons (#2851) (fb118c9)
  • docs: add ids and links for each heading (1457bbf)
  • docs: add scrollspy for active ToC items (a90f116)
  • docs: add TableOfContents (04d35ac)
  • docs: add ToC to MDX in pages directory (eeecbfd)
  • docs: allow doc layout without elevation (b7a417b)
  • docs: allow tiles without icons (1b01123)
  • docs: rework roadmap based on design (d7dc75b)
  • playground: examples (#2808) (6f495cf)

BREAKING CHANGES

  • Renamed icons BaggageChecked -> BaggageChecked30; BaggagePersonalItem -> BaggagePersonal; BaggagePersonalItemNone -> BaggagePersonalNone

Added new icons:

  • BaggageChecked10
  • BaggageChecked20

Renamed icons:

  • BaggageChecked -> BaggageChecked30
  • BaggagePersonalItem -> BaggagePersonal
  • BaggagePersonalItemNone -> BaggagePersonalNone

Updated icons:

  • PriorityBorading
  • BaggageCheckedNone
  • BaggageCabin
  • BaggageCabinNone
orbit - @kiwicom/[email protected]

Published by mainframev over 3 years ago

2.2.0 (2021-04-07)

Features

  • export useMediaQuery hook from root (1048599)
orbit - @kiwicom/[email protected]

Published by mainframev over 3 years ago

0.111.1 (2021-03-19)

Bug Fixes

orbit - @kiwicom/[email protected]

Published by mainframev over 3 years ago

0.8.0 (2021-03-19)

Bug Fixes

  • rename prop to be less misleading (5f3ac88)
  • use type intersection (0ecb395)
  • docs: long links breaking up paragraphs (c575baa)
  • docs: remove H1s from MDX (2056329)
  • docs: split Palette into separate components (c2c1144)
  • specify import as js, not tsx (d8fb638)
  • docs: typing for Palette (5c7fb9d)

Features

  • docs: add content container (3617d0c)
  • docs: add description to pages (f7db63c)
  • docs: add missing content (ca995e3)
  • docs: add Palette component and use it (4bf430b)
  • docs: add tabs (20f2825)
  • docs: allow labels on switch to be reversed (68852b6)
orbit - [email protected]

Published by mainframev over 3 years ago

0.4.0 (2021-03-19)

Features

orbit - @kiwicom/[email protected]

Published by mainframev over 3 years ago

2.1.3 (2021-03-19)

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

orbit - @kiwicom/[email protected]

Published by silvenon over 3 years ago

0.13.5 (2021-03-08)

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