leafygreen-ui

LeafyGreen UI – LeafyGreen's React UI Kit

APACHE-2.0 License

Downloads
8.8M
Stars
217
Committers
47

Bot releases are visible (Hide)

leafygreen-ui - @lg-tools/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

leafygreen-ui - @lg-tools/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

  • 2bceccb1: Fixes lodash imports to use default exports of specific functions to reduce component's bundle size.
leafygreen-ui - @leafygreen-ui/[email protected]

Published by github-actions[bot] 9 months ago

Minor Changes

  • 2645cd50: Adds new tokens to spacing object, and warns that old tokens are deprecated. Eventually, we will enforce a migration to the new system.
leafygreen-ui - @leafygreen-ui/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

  • 2bceccb1: Fixes lodash imports to use default exports of specific functions to reduce component's bundle size.
  • Updated dependencies [2bceccb1]
  • Updated dependencies [2645cd50]
leafygreen-ui - @leafygreen-ui/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

  • 2bceccb1: Fixes lodash imports to use default exports of specific functions to reduce component's bundle size.
  • Updated dependencies [2bceccb1]
  • Updated dependencies [2645cd50]
leafygreen-ui - @leafygreen-ui/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

  • 2bceccb1: Fixes lodash imports to use default exports of specific functions to reduce component's bundle size.
leafygreen-ui - @leafygreen-ui/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

  • 2bceccb1: Fixes lodash imports to use default exports of specific functions to reduce component's bundle size.
  • Updated dependencies [2bceccb1]
  • Updated dependencies [2645cd50]
leafygreen-ui - @leafygreen-ui/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

  • 2bceccb1: Fixes lodash imports to use default exports of specific functions to reduce component's bundle size.
leafygreen-ui - @leafygreen-ui/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

  • 2bceccb1: Fixes lodash imports to use default exports of specific functions to reduce component's bundle size.
  • Updated dependencies [2bceccb1]
  • Updated dependencies [2645cd50]
leafygreen-ui - @leafygreen-ui/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

leafygreen-ui - @leafygreen-ui/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

leafygreen-ui - @leafygreen-ui/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

  • 2bceccb1: Fixes lodash imports to use default exports of specific functions to reduce component's bundle size.
  • Updated dependencies [2bceccb1]
leafygreen-ui - @leafygreen-ui/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

  • 2bceccb1: Fixes lodash imports to use default exports of specific functions to reduce component's bundle size.
  • Updated dependencies [2bceccb1]
leafygreen-ui - @leafygreen-ui/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

  • 2bceccb1: Fixes lodash imports to use default exports of specific functions to reduce component's bundle size.
  • 49a550b3: - Changing menu month back to the month of the current value now shows the correct focus state. LG-3857
    • Rename internal function -- isMonthInValid to isMonthInvalid
  • ae0e3629: Dynamically update the aria-label for the year/month select to include the current selection, enabling screen readers to announce the current selection.
  • Updated dependencies [2bceccb1]
  • Updated dependencies [54eb3ce8]
  • Updated dependencies [2645cd50]
leafygreen-ui - @leafygreen-ui/[email protected]

Published by github-actions[bot] 9 months ago

Minor Changes

  • 0eba26c5: Combobox onChange callback now receives a 2nd argument. Use this argument to determine what value was inserted or deleted from a multiselect value.
    JIRA Ticket

    Example:

    <Combobox
      multiselect
      value={['apple', 'banana']}
      onChange={(val, diff) => {
        console.log(value); // ['apple']
        console.log(diff); // { diffType: 'delete', value: 'banana' }
      }}
    />
    
    interface DiffObject {
      diffType: 'insert' | 'delete';
      value: string | Array<string>;
    }
    

Patch Changes

leafygreen-ui - @leafygreen-ui/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

  • e4767683: Fixes disabled state styling when a button is focused or active
  • Updated dependencies [2bceccb1]
  • Updated dependencies [2645cd50]
leafygreen-ui - @leafygreen-ui/[email protected]

Published by github-actions[bot] 9 months ago

Minor Changes

  • bb8987d6: Adds contentClassName prop, applied to the inner div of the Cell
  • bb8987d6: Adds overflow prop to Cell component. By default there is no change. When overflow === 'truncate', the styling of the cell is updated (if necessary) to be aligned to the top, with an ellipsis after 2 lines of text.
  • bb8987d6: Nested rows now support animations for content taller than 40px
leafygreen-ui - @leafygreen-ui/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

  • daadacbe: Sets the CloseIconColor enum to be readonly (as const). Improves TypeScript Intellisense/autocomplete
leafygreen-ui - @leafygreen-ui/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

  • daadacbe: Sets the default closeIconColor to correctly be 'default' (CloseIconColor.Default)
  • Updated dependencies [daadacbe]
leafygreen-ui - @leafygreen-ui/[email protected]

Published by github-actions[bot] 9 months ago

Minor Changes

  • e0b4080c: Extends Popover props but omits the following props: usePortal, refEl, children, className, onClick, and active. LG-3930

Patch Changes

  • a8b717c7: Modify DatePickerMenu.stories.tsx to exclude the current date, as it caused daily chromatic changes.
  • ba76002f: Applies a CSS transition duration of 100ms to enhance the hover and focus styles on calendar cells.
Package Rankings
Top 1.98% on Npmjs.org
Badges
Extracted from project README
version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version version