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 -

Published by silvenon about 4 years ago

Bug Fixes

  • babel-plugin: fix Grid icon import path (64d9468)
orbit -

Published by silvenon about 4 years ago

Bug Fixes

Features

orbit - @kiwicom/[email protected]

Published by silvenon about 4 years ago

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

orbit - @kiwicom/[email protected]

Published by silvenon about 4 years ago

Bug Fixes

  • TextLink: ariaCurrent should in optional in TS definition (#2365) (09857f7)

Features

orbit - @kiwicom/[email protected]

Published by vepor about 4 years ago

Bug Fixes

Features

  • Accordion: added Accordion component (#2280) (9d24499)
  • add Wizard component (99229b1)
  • ButtonPrimitive: add support for aria-current (d26067b)
  • Illustration: added image to images.kiwi (#2312) (6652782)
  • InputField: adding a autofocus attribute (#2236) (3ebec2e)
  • Modal: add prop to remove the close button (d96f46d)
  • TextLink: add support for aria-current (9e0b3e2)
  • Timeline: init component (#2287) (9447edf)
  • Tooltip: refactoring Tooltip into 2 separate components (#2230) (df3b3be)
  • add an agnostic entry point for icons (#2237) (597d1ec)
orbit - @kiwicom/[email protected]

Published by vepor about 4 years ago

Bug Fixes

  • support icons entry point with Babel plugin (#2303) (a013150)

Features

orbit - @kiwicom/[email protected]

Published by silvenon about 4 years ago

No changes, this is empty release is a side-effect of importing this package into the monorepo.

orbit - @kiwicom/[email protected]

Published by silvenon about 4 years ago

Bug Fixes

  • updating TypeScript definitions to match Flow (#2202) (d476c2f)
  • Docs: internal github links (#2182) (da12261)
  • Table: updating default align and removing unnecessary vertical-align options (#2204) (0bfe9ae)
  • Tooltip: enable event bubbling for disabled children (#2201) (5f26d88)
  • update docs and icons link for monorepo (#2200) (27f4974)

Features

orbit - 0.91.0

Published by filipdanisko about 4 years ago

๐Ÿš€ Features

  • fc23be0 (Featureicon) adding alt (#2106)
  • d99d3de (ServiceLogo) adding elo logo (#2129)

๐Ÿ› Bug fixes

  • 2fd045a (ButtonPrimitive) disabled state is not calling onClick
  • f08161f (Icons) not diffed type with unnecessary props (#2127)
  • 05707aa (Breadcrumbs) show back button when only href is passed (#2099)
  • 67d4809 (Choicegroup) flow type of callback (#2113)
  • 9c93da6 (PricingTable) align of border color (#2115)
  • ad8e8ee (Typescript) mismatched use of RefForwardingComponent (#2122)
  • 1a99b71 (Alert) typescript type for icon prop (#2123)
  • 7572218 (Typescript) common ref type, support callback function (#2128)
  • e0f1b28 apply our browserslist configuration
  • 234b632 (Browsers) added kiwicom supported browsers to the project
  • d7c116f (Typescript) definition of component common type (#2125)
  • 0510397 (Table) typescript default export (#2126)
  • 08e43b4 (CardSection) typescript type for header prop (#2124)
  • adda3b1 (UseFocusTrap) wrong ts types (#2101)
  • 6c9168b (InputField) missing inputMode in typescript props (#2121)
  • 6667eb7 (UseTheme) typescript declaration (#2120)
  • 77a9c84 (Stack) add the as attribute to typescript types (#2114)
  • 137d72e correct bracket in getSpacingToken readme (#2105)

๐Ÿ”ง Chores and Improvements

  • 42ae894 (release) v0.91.0
  • 0fbfe28 (ButtonMobileStore) adding alt to stories
  • 85a81c0 prettify the rest of Markdown files
  • e552bc6 make list of browsers Prettier-friendly
  • 9089688 bump @kiwicom/orbit-design-tokens from 0.10.0 to 0.11.0 (#2137)
  • 735b96c bump @typescript-eslint/parser from 3.7.1 to 3.9.1 (#2133)
  • a0401f9 bump @typescript-eslint/eslint-plugin from 3.7.1 to 3.9.1 (#2132)
  • e66f19c bump eslint from 7.5.0 to 7.7.0 (#2130)
  • c91fc57 remove generated type files from git (#2104)

๐Ÿ“ฆ Other

  • 4112677 add social and mobile store button examples (#2108)
  • f6139c4 add examples for InputField (#2090)
  • 98bb11a add prop to Breadcrumbs table (#2089)
  • dddd315 add examples for CountryFlag and FeatureIcon (#2087)
  • 604168d add examples for drawer (#2079)
  • 5547ff5 add examples for InputStepper and Stepper (#2045)
  • 9404307 add examples for TextLink (#2037)
  • 36e80c6 perform Prettier check on Markdown files
  • 6770ec5 add examples for NotificationBadge (#2139)
  • c50ae41 add examples for ListChoice (#2131)
  • 2ff44ff auto-update list of supported browsers
orbit - 0.90.1

Published by filipdanisko about 4 years ago

๐Ÿ› Bug fixes

  • 5713e76 (Pricingtable) rendering of wrapped mobile child (#2094)
  • 9a9a890 popover memory leak (#2095)
  • b6cdc68 (types) adjust Breadcrumbs, Tile, Button type declarations and exports (#2096)
  • 0fcd753 (types) adjust typescript types for heading and textarea (#2093)

๐Ÿ”ง Chores and Improvements

  • 2c4911a (Release) 0.90.1 (#2097)

๐Ÿ”ง Chores and Improvements

  • 42ae894 (release) v0.91.0
orbit - 0.90.0

Published by filipdanisko about 4 years ago

๐Ÿšจ Breaking Change

  • 1a71008 fix!(Popover): actions on mobile are no longer hidden (#2040)
    BREAKING CHANGE: adding a padding-top to Actions causing it to potentially collide with some wrappers with padding which might be in place
  • 8d1fee4 feat!(PricingTable): adding option to display radio buttons on desktop (#2076)
    BREAKING CHANGE: activeElement no longer passes active to children

๐Ÿš€ Features

  • d534554 (ButtonMobileStore) adding light variants (#2059)
  • 17fa9ae (Modal) adding extraSmall size option (#2078)
  • cb1c97d (SocialButton) adding twitter type (#2057)
  • 58e0493 (Breadcrumbs) add backHref prop (#2048)

๐Ÿ› Bug fixes

  • 81ed35b (InputStepper, Stepper) callbacks triggered when disabled (#2050)
  • b1fc89f (Typescript) updating definitions (#2083)
  • 6dd89e2 (Rtl) flow definition of destructured assigment (#2077)
  • 637f677 (Layout) edge to edge behavior of deprecated Card (#2049)
  • 70d1625 (ListChoice) set role to checkbox when selectable is true (#2062)
  • 0a867f1 (IllustrationPrimitive) defaulting flex shrink to false (#2036)

๐Ÿ”ง Chores and Improvements

  • bea2689 (Release) 0.90.0 (#2088)
  • cf8f5e5 [security] bump elliptic from 6.5.2 to 6.5.3 (#2061)
  • 282d6fc bump @adeira/js from 1.2.3 to 1.2.4 (#2074)
  • f23337e bump babel-jest from 26.1.0 to 26.2.2 (#2072)
  • 86aa9c3 bump jest from 26.1.0 to 26.2.2 (#2071)
  • ba7f9ae bump @babel/runtime from 7.10.5 to 7.11.0 (#2069)
  • f487c65 bump @babel/core from 7.10.5 to 7.11.0 (#2068)
  • 004c6df bump babel-plugin-styled-components from 1.11.0 to 1.11.1 (#2067)
  • 56b9c51 bump ESLint dependencies (#2063)
  • 95e3de3 bump babel-plugin-styled-components from 1.10.7 to 1.11.0 (#2060)
  • b8c862e lint .js.flow files as well (#2058)
  • 7b4eb44 bump eslint-plugin-react from 7.20.4 to 7.20.5 (#2056)
  • 8ee3ee7 configure ESLint with overrides and fix on pre-commit (#2052)
  • 89ea709 bump eslint-plugin-jest from 23.18.0 to 23.19.0 (#2053)
  • fa1d8af bump eslint-plugin-react from 7.20.3 to 7.20.4 (#2054)
  • 76a6b7d bump @babel/cli from 7.10.4 to 7.10.5 (#2016)
  • 4464599 bump @babel/runtime from 7.10.4 to 7.10.5 (#2017)
  • f751e75 bump @babel/node from 7.10.4 to 7.10.5 (#2018)
  • 21b3904 bump @babel/core from 7.10.4 to 7.10.5 (#2020)
  • ab78515 bump @commitlint/config-conventional from 9.0.1 to 9.1.1 (#2022)
  • b70e926 bump typescript from 3.9.6 to 3.9.7 (#2031)
  • 989a0d7 bump flow-bin from 0.129.0 to 0.130.0 (#2046)
  • bbdcbb0 prettify only staged *.md files on commit (#2039)

๐Ÿ“ฆ Other

  • a3cb169 (Stack) remove default for direction in table (#2075)
  • b1a5199 fix markup for Coupon example (#2038)
  • f65d605 update Modal example for fixed footer (#2043)
  • e95add8 update Stepper docs (#2042)
orbit - 0.89.0

Published by filipdanisko over 4 years ago

๐Ÿš€ Features

  • df8507e (Buttons) adding rel attribute (#2028)

๐Ÿ› Bug fixes

  • 8c8868d (Breadcrumbs) unification of style from figma (#2032)
  • 96c1a7b extend type of tabIndex to allow numbers (#2029)
  • 3d475f3 (Layout) inner usage of Card โ€“ edge to edge behavior (#2025)
  • 387806c (InputStepper) onChange is triggered when disabled (#2024)

๐Ÿ”ง Chores and Improvements

  • 7808945 (Release) 0.89.0 (#2033)
  • 4898647 bump flow-bin from 0.128.0 to 0.129.0 (#2014)
  • d1b52e7 bump eslint-plugin-jest from 23.17.1 to 23.18.0 (#2013)
  • ced58bd bump @commitlint/cli from 9.0.1 to 9.1.1 (#2011)
  • e02c24f bump jsdom from 16.2.2 to 16.3.0 (#2010)
  • 183a242 bump eslint-plugin-react-hooks from 4.0.7 to 4.0.8 (#2009)
  • 6327a39 bump @babel/cli from 7.10.3 to 7.10.4 (#1992)
  • 34e00cd bump @babel/node from 7.10.3 to 7.10.4 (#1994)
  • 83164f6 bump @babel/core from 7.10.3 to 7.10.4 (#1996)
  • 3c4691d bump eslint-plugin-react from 7.20.1 to 7.20.3 (#1997)
  • 4954d3f bump @adeira/js from 1.2.2 to 1.2.3 (#1998)
  • d56d95e bump typescript from 3.9.5 to 3.9.6 (#2000)
  • bbf257d bump eslint-plugin-react-hooks from 2.5.1 to 4.0.7 (#2008)

๐Ÿ“ฆ Other

  • fd8e3ef add illustration examples (#2006)
  • 90fb8a2 add examples for ButtonGroup (#2005)
  • 0b0d375 add InputGroup examples (#2004)
  • f02f207 add Coupon and CallOutBanner examples (#1999)
  • d09962d add examples for dialog (#2023)
  • 983b9be add examples for ChoiceGroup (#2026)
  • 9942f11 add examples for Carrier and Service logos (#2015)
orbit - 0.88.0

Published by filipdanisko over 4 years ago

๐Ÿ› Bug fixes

  • 2b57e3a (SocialButton) inner content align (#1983)
  • f528d0c (Select) customValueText interpolation (#1957)
  • d4034a7 (Breadcrumbs) unnecessary optional event (#1959)
  • bc73651 (UseMediaQuery) remove unnecessary debounce (#1982)

๐Ÿ”ง Chores and Improvements

  • a865109 (Release) 0.88.0 (#1990)
  • 75018e4 bump eslint-plugin-react from 7.20.0 to 7.20.1 (#1986)
  • cadbc25 bump eslint-config-airbnb from 18.1.0 to 18.2.0 (#1987)
  • 727b8c7 bump flow-bin from 0.126.1 to 0.128.0 (#1985)
  • e7280ae bump eslint-plugin-import from 2.21.2 to 2.22.0 (#1984)
  • d7b4bc9 bump @commitlint/cli from 8.3.5 to 9.0.1 (#1973)
  • e6ebfd8 bump jest from 26.0.1 to 26.1.0 (#1981)
  • 820c6d5 bump babel-jest from 26.0.1 to 26.1.0 (#1980)
  • 9033e7e bump eslint-plugin-jsx-a11y from 6.2.3 to 6.3.1 (#1967)
  • ec6591b bump @commitlint/config-conventional from 8.3.4 to 9.0.1 (#1968)
  • 0f9d7b3 bump @babel/runtime from 7.10.2 to 7.10.3 (#1970)
  • b72dc19 bump @babel/node from 7.10.1 to 7.10.3 (#1971)
  • 002823f bump @babel/cli from 7.10.1 to 7.10.3 (#1972)
  • 18db994 bump webpack-cli from 3.3.11 to 3.3.12 (#1960)
  • cffaa65 bump @babel/core from 7.10.2 to 7.10.3 (#1975)
  • f0eddf7 bump eslint-plugin-jest from 23.13.2 to 23.17.1 (#1978)

๐Ÿ“ฆ Other

  • 2603dfe add InputField examples (#1962)
  • 787beb4 add examples (#1958)
  • 0238055 add Checkbox+Radio examples (#1963)
  • 4491246 add Popover examples (#1965)
  • abb96c0 add collapse examples (#1976)
  • 2636052 add Select examples (#1964)
  • 42831f3 add Tile and Tooltip examples (#1979)
orbit - 0.87.2

Published by vepor over 4 years ago

๐Ÿ› Bug fixes

  • 1f43f7a (Portal) state init on SSR (#1954)
  • bd7f59f (ButtonPrimitive) fallback to text-align (#1946)
  • 9bd091c tests folder names (#1940)

๐Ÿ”ง Chores and Improvements

  • 51f5f82 release 0.87.2 (#1955)
  • a3b3519 fix compressed-size action (#1953)
  • 94383ab bump eslint-plugin-import from 2.21.1 to 2.21.2 (#1933)

๐Ÿ“ฆ Other

  • 2b8b8dc add ButtonLink examples (#1951)
  • 92ea1a8 add Card examples (#1952)
  • 4276d90 (Icon) fix ariaHidden example (#1950)
orbit - 0.87.1

Published by filipdanisko over 4 years ago

๐Ÿ› Bug fixes

  • 2bb09e0 (Breadcrumbs) add mobile back button onClick (#1944)

๐Ÿ”ง Chores and Improvements

  • 0b73dc9 (Release) 0.87.1 (#1945)

๐Ÿ“ฆ Other

  • d3a268b add icon examples (#1939)
orbit - 0.87.0

Published by filipdanisko over 4 years ago

๐Ÿšจ Breaking Change

  • 8e2f128 (ButtonLink) inline type and compact property, remove transparent (#1912)

๐Ÿš€ Features

  • e2bb67d (TextLink) change focus state to non underlined text (#1914)
  • dd807cb (MediaQuery) adding prefersReducedMotion (#1921)
  • c1a0da4 (General) adding display name to react contexts (#1936)
  • 06a8622 (ButtonPrimitive) adding responsive visual style behaviour (#1911)
  • 7718db7 (Dialog) change spacing between title and description (#1922)
  • 3a3c227 (FormElements) adding mobile border radius (#1915)
  • 04ad886 (Portal) refactor to hooks (#1923)
  • eecc296 (Stack) add baseline to align options (#1930)

๐Ÿ› Bug fixes

  • 0156b7f (Tag) onRemove now shows close button (#1931)
  • 67e88d6 (Portal) usage with Tooltip (#1935)
  • 08316d1 (ButtonGroup) mobile border radius (#1934)

๐Ÿ”ง Chores and Improvements

  • 2990b73 (Release) 0.87.0 (#1938)
  • a1e7374 (Storybook) open 'Knobs' panel by default (#1932)
  • 7d7b6b6 bump eslint-plugin-import from 2.20.2 to 2.21.1 (#1928)
  • c2a46ad bump typescript from 3.9.3 to 3.9.5 (#1924)
  • 65ef9fb bump fs-extra from 9.0.0 to 9.0.1 (#1920)
  • c6ae1e0 bump flow-bin from 0.125.1 to 0.126.1 (#1917)

๐Ÿ“ฆ Other

  • 4682938 add examples for badge (#1937)

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

orbit - 0.86.0

Published by filipdanisko over 4 years ago

๐Ÿš€ Features

  • 5d49cfd (Table) adding striped on Table. Scope and as on TableCell (#1881)
  • 8ce9435 (InputField) adding onSelect, onMouseUp, onMouseDown (#1883)
  • 5380443 (TableCell) adding white-space and vertical align options (#1910)
  • 5a17c0b (PictureCard) Add src attribute (#1544)

๐Ÿ› Bug fixes

  • c78ab3f (MediaQuery) spread type (#1899)
  • 2c61e3b (InputStepper) removing native arrows on Firefox (#1889)

๐Ÿ”ง Chores and Improvements

  • e8c0053 (Release) 0.86.0 (#1913)
  • dc66db8 bump @babel/core from 7.10.0 to 7.10.2 (#1909)
  • 55d1c5e bump @babel/generator from 7.10.1 to 7.10.2 (#1908)
  • bb93cdf bump @babel/runtime from 7.10.0 to 7.10.2 (#1907)
  • d8fc940 bump @babel/generator from 7.10.0 to 7.10.1 (#1901)
  • 4944ab5 bump @babel/cli from 7.10.0 to 7.10.1 (#1900)
  • eb3501e bump @babel/node from 7.8.7 to 7.10.1 (#1898)
  • 18575a1 bump copyfiles from 2.2.0 to 2.3.0 (#1897)
  • 7fcef50 bump enzyme-to-json from 3.4.4 to 3.5.0 (#1891)
  • 739f5d0 bump @babel/cli from 7.8.4 to 7.10.0 (#1893)
  • 1ebdbc8 bump eslint-plugin-jest from 23.13.1 to 23.13.2 (#1892)
  • 54f7a1e bump @babel/runtime from 7.9.6 to 7.10.0 (#1895)
  • 5850003 bump @babel/core from 7.9.6 to 7.10.0 (#1896)
  • db6c6f8 bump svg2ttf from 4.3.0 to 5.0.0 (#1877)
  • b6ad7ed bump storybook from 5.3.18 to 5.3.19 (#1884)

๐Ÿ“ฆ Other

  • 326ce07 (Examples) add Button examples (#1880)
  • a2aed70 (Examples) update alert examples (#1890)

LIVE URL: https://orbit-components-0-86-0.surge.sh

orbit - 0.85.2

Published by filipdanisko over 4 years ago

๐Ÿ› Bug fixes

  • 6e1e60e defaultTheme global declaration and references of themeType (#1876)

๐Ÿ”ง Chores and Improvements

  • f902cba (Release) 0.85.2 (#1878)
orbit - 0.85.1

Published by filipdanisko over 4 years ago

๐Ÿ› Bug fixes

  • d7e62cf (Typescript) defaultTheme, missing instance (#1873)
  • 86915f3 (InputStepper) improve TypeScript definition (#1865)

๐Ÿ”ง Chores and Improvements

  • ef01a64 (release) 0.85.1 (#1875)
  • 0499518 bump typescript from 3.9.2 to 3.9.3 (#1872)
  • e2f6ced bump @typescript-eslint/eslint-plugin from 2.33.0 to 2.34.0 (#1868)
  • 41c153d bump @typescript-eslint/parser from 2.33.0 to 2.34.0 (#1867)
  • 9757d2d bump flow-bin from 0.124.0 to 0.125.1 (#1853)
  • 98189a9 bump typescript from 3.8.3 to 3.9.2 (#1854)
  • 05df706 bump eslint-plugin-jest from 23.11.0 to 23.13.1 (#1858)
  • a55cc3d bump @typescript-eslint/parser from 2.23.0 to 2.33.0 (#1860)
  • 15cfcb0 bump sharp from 0.25.2 to 0.25.3 (#1859)
  • c1d17b9 bump @typescript-eslint/eslint-plugin from 2.23.0 to 2.33.0 (#1861)
  • be0cfd4 bump @babel/generator from 7.9.5 to 7.9.6 (#1864)

๐Ÿ“ฆ Other

  • 8fd13ff (Examples) add stories for live preview and visual regression (#1870)
  • 033400f (Examples) add newline between component imports and icons imports (#1866)
  • 0c58832 (Examples) integrate more various use cases, imports and formatting (#1857)
  • d38b80b use babel types and from core (#1852)
orbit - 0.85.0

Published by vepor over 4 years ago

๐Ÿš€ Features

  • a2ea0ec (TypeScript) adding type definitions (#1504)
  • 3bf4fac (Modal) illustration size (#1830)
  • a4fae80 (ServiceLogo) new Maestro and MasterCard short variants (#1847)
  • 67e867a (Pagination) not hiding buttons at the end/start of the list (#1843)
  • b79fbe6 (Icons) adding colorPicker icon (#1841)

๐Ÿ› Bug fixes

  • 1e4336a (AlertButton) missing export in entry file (#1848)
  • 5de0ad3 (ButtonPrimitive) interactive states when disabled (#1846)
  • 14196cc (FormElements) adding aria polite to errors (#1840)
  • a427b70 (Breadcrumbs) render in RTL (#1836)
  • 8775caa (ModalHeader) illustration type to Node (#1829)

๐Ÿ”ง Chores and Improvements

  • 9b0cf6f (release) 0.85.0 (#1850)
  • 230fe85 bump @kiwicom/orbit-design-tokens from 0.9.0 to 0.10.0 (#1849)
  • 6422a83 bump eslint-plugin-react from 7.19.0 to 7.20.0 (#1839)
  • 4b08075 bump eslint-plugin-jest from 23.9.0 to 23.11.0 (#1838)
  • ea973ef bump @storybook/storybook-deployer from 2.8.5 to 2.8.6 (#1837)

๐Ÿ“ฆ Other

  • 692ea89 (Icons) unique characters error handling (#1844)
  • b8db60d new examples (#1785)
  • 879edb4 (Icons) implementing factory for creating icons (#1845)
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