green

Green is an open-source design system built by SEB.

APACHE-2.0 License

Downloads
71.1K
Stars
34
Committers
59

Bot releases are visible (Hide)

green - @sebgroup/[email protected]

Published by green-design-system-bot[bot] 23 days ago

Minor Changes

  • 916a2ef: Update & Release Input
    Closes: #1541

Patch Changes

  • 69f1894: style expression value template css var fallback
green - @sebgroup/[email protected]

Published by green-design-system-bot[bot] 23 days ago

Patch Changes

  • 05c1eab: rename ngv to nggv
  • 05c1eab: updated v-angular exports
  • Updated dependencies [69f1894]
  • Updated dependencies [916a2ef]
green - @sebgroup/[email protected]

Published by green-design-system-bot[bot] 26 days ago

Patch Changes

  • 0ace1ed: pagination size fix
    Fixes #1481
green - @sebgroup/[email protected]

Published by green-design-system-bot[bot] 26 days ago

Minor Changes

  • fbecda4: Declarative Layout: Add support for pseudo sub-selectors, like :hover, ':focus', etc.
green - @sebgroup/[email protected]

Published by green-design-system-bot[bot] 26 days ago

Patch Changes

green - @sebgroup/[email protected]

Published by green-design-system-bot[bot] about 1 month ago

Patch Changes

  • 70e8855: Adding V-Angular components to Green: breadcrumbs, button, card, checkbox,dropdown-list,dropdown,info-circle,input-mask,input,modal,radio,textarea,tooltip,typeahead.
green - @sebgroup/[email protected]

Published by green-design-system-bot[bot] about 1 month ago

Minor Changes

  • 70e8855: Adding V-Angular components to Green: breadcrumbs, button, card, checkbox,dropdown-list,dropdown,info-circle,input-mask,input,modal,radio,textarea,tooltip,typeahead.

Patch Changes

green - @sebgroup/[email protected]

Published by green-design-system-bot[bot] about 1 month ago

Patch Changes

  • 63e0c36: Calendar: Fix jumping height when changing months. Fixes #1441
green - @sebgroup/[email protected]

Published by green-design-system-bot[bot] about 1 month ago

Minor Changes

  • 7b503d8: Adding forwardrefs to form components

Patch Changes

  • Updated dependencies [a7f217e]
  • Updated dependencies [6e5f2a9]
  • Updated dependencies [6e5f2a9]
green - @sebgroup/[email protected]

Published by green-design-system-bot[bot] about 1 month ago

Patch Changes

  • a7f217e: Grid: Now correctly extends GdsContainer
  • 6e5f2a9: Dropdown: Fix overflow issue when there is too little space in the viewport. Fixes #1276
  • 6e5f2a9: Popover: Fix close on click outside issue in Firefox. Fixes #1503
green - @sebgroup/[email protected]

Published by green-design-system-bot[bot] about 1 month ago

Minor Changes

  • 4457554: Code splitting

    @sebgroup/green-react now supports code sub-imports for producing leaner output bundles.

    Old version:

    import { Dropdown } from '@sebgroup/green-react'
    

    New version:

    import { Dropdown } from '@sebgroup/green-react/src/lib/dropdown'
    

    By specifying the exact module you want to import, you won't be adding any extra non-treeshakable weight to your bundle.

Patch Changes

green - @sebgroup/[email protected]

Published by green-design-system-bot[bot] about 1 month ago

Patch Changes

  • eb3fbc7: Join transformIgnorePatterns with AND
green - @sebgroup/[email protected]

Published by green-design-system-bot[bot] about 1 month ago

Patch Changes

  • 5c5234e: Option: Use scoped html template tag
green - @sebgroup/[email protected]

Published by green-design-system-bot[bot] about 1 month ago

Minor Changes

  • b5605be: Add brand icons and rename, container and flex improvements

Patch Changes

  • Updated dependencies [b5605be]
  • Updated dependencies [a5e3c8e]
  • Updated dependencies [a5e3c8e]
green - @sebgroup/[email protected]

Published by green-design-system-bot[bot] about 1 month ago

Minor Changes

  • b5605be: Add brand icons and rename, container and flex improvements

Patch Changes

  • a5e3c8e: Dropdown: Enable overflow scroll in 2023 version
  • a5e3c8e: Dropdown: Fix missing checkmark in multi-select
green - @sebgroup/[email protected]

Published by green-design-system-bot[bot] about 1 month ago

Patch Changes

  • 32f256b: Fix compatibility with newer SASS versions
green - @sebgroup/[email protected]

Published by green-design-system-bot[bot] about 1 month ago

Minor Changes

  • 26fdbeb: Refactor Colors
    Introducing the new color system with a new naming convention and structure

    Fixes: #1557

  • 26fdbeb: Refactor colors

    Fixes: #1557

green - @sebgroup/[email protected]

Published by green-design-system-bot[bot] about 1 month ago

Minor Changes

  • d1c3f31: Added background scroll lock for modal component

Patch Changes

green - @sebgroup/[email protected] Latest Release

Published by green-design-system-bot[bot] about 1 month ago

Minor Changes

  • 7508dcd: Input: Add input component (beta)
green - @sebgroup/[email protected]

Published by green-design-system-bot[bot] about 2 months ago

Patch Changes

  • 3d8cbea: Popover: Fix incorrect scoping applied internally in Popover