lion

Fundamental white label web component features for your design system.

MIT License

Downloads
208.3K
Stars
1.7K
Committers
158

Bot releases are visible (Hide)

lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 43e4bb81: Type fixes and enhancements:

    • all protected/private entries added to form-core type definitions, and their dependents were fixed
    • a lot @ts-expect-error and @ts-ignore (all get slots() and get modelValue() issues are fixed)
    • categorized @ts-expect-error / @ts-ignore into:
      • [external]: when a 3rd party didn't ship types (could also be browser specs)
      • [allow-protected]: when we are allowed to know about protected methods. For instance when code
        resides in the same package
      • [allow-private]: when we need to check a private value inside a test
      • [allow]: miscellaneous allows
      • [editor]: when the editor complains, but the cli/ci doesn't

Patch Changes

  • 97b8592c: Remove lion references in docs for easier extending
  • Updated dependencies [38297d07]
  • Updated dependencies [3b5ed322]
  • Updated dependencies [77a04245]
  • Updated dependencies [53167fd2]
  • Updated dependencies [181a1d45]
  • Updated dependencies [fb1522dd]
  • Updated dependencies [75af80be]
  • Updated dependencies [0e910e3f]
  • Updated dependencies [991f1f54]
  • Updated dependencies [cc02ae24]
  • Updated dependencies [43e4bb81]
  • Updated dependencies [6ae7a5e3]
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Patch Changes

lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Patch Changes

  • 77a04245: add protected and private type info
  • Updated dependencies [77a04245]
  • Updated dependencies [43e4bb81]
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 43e4bb81: Type fixes and enhancements:

    • all protected/private entries added to form-core type definitions, and their dependents were fixed
    • a lot @ts-expect-error and @ts-ignore (all get slots() and get modelValue() issues are fixed)
    • categorized @ts-expect-error / @ts-ignore into:
      • [external]: when a 3rd party didn't ship types (could also be browser specs)
      • [allow-protected]: when we are allowed to know about protected methods. For instance when code
        resides in the same package
      • [allow-private]: when we need to check a private value inside a test
      • [allow]: miscellaneous allows
      • [editor]: when the editor complains, but the cli/ci doesn't

Patch Changes

lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Patch Changes

lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 43e4bb81: Type fixes and enhancements:

    • all protected/private entries added to form-core type definitions, and their dependents were fixed
    • a lot @ts-expect-error and @ts-ignore (all get slots() and get modelValue() issues are fixed)
    • categorized @ts-expect-error / @ts-ignore into:
      • [external]: when a 3rd party didn't ship types (could also be browser specs)
      • [allow-protected]: when we are allowed to know about protected methods. For instance when code
        resides in the same package
      • [allow-private]: when we need to check a private value inside a test
      • [allow]: miscellaneous allows
      • [editor]: when the editor complains, but the cli/ci doesn't

Patch Changes

  • 77a04245: add protected and private type info
  • Updated dependencies [38297d07]
  • Updated dependencies [3b5ed322]
  • Updated dependencies [77a04245]
  • Updated dependencies [53167fd2]
  • Updated dependencies [181a1d45]
  • Updated dependencies [fb1522dd]
  • Updated dependencies [75af80be]
  • Updated dependencies [0e910e3f]
  • Updated dependencies [991f1f54]
  • Updated dependencies [cc02ae24]
  • Updated dependencies [43e4bb81]
  • Updated dependencies [6ae7a5e3]
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Patch Changes

  • 77a04245: add protected and private type info
  • Updated dependencies [77a04245]
  • Updated dependencies [43e4bb81]
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 43e4bb81: Type fixes and enhancements:

    • all protected/private entries added to form-core type definitions, and their dependents were fixed
    • a lot @ts-expect-error and @ts-ignore (all get slots() and get modelValue() issues are fixed)
    • categorized @ts-expect-error / @ts-ignore into:
      • [external]: when a 3rd party didn't ship types (could also be browser specs)
      • [allow-protected]: when we are allowed to know about protected methods. For instance when code
        resides in the same package
      • [allow-private]: when we need to check a private value inside a test
      • [allow]: miscellaneous allows
      • [editor]: when the editor complains, but the cli/ci doesn't

Patch Changes

  • 77a04245: add protected and private type info
  • Updated dependencies [38297d07]
  • Updated dependencies [3b5ed322]
  • Updated dependencies [77a04245]
  • Updated dependencies [53167fd2]
  • Updated dependencies [181a1d45]
  • Updated dependencies [fb1522dd]
  • Updated dependencies [75af80be]
  • Updated dependencies [0e910e3f]
  • Updated dependencies [991f1f54]
  • Updated dependencies [cc02ae24]
  • Updated dependencies [43e4bb81]
  • Updated dependencies [6ae7a5e3]
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 43e4bb81: Type fixes and enhancements:

    • all protected/private entries added to form-core type definitions, and their dependents were fixed
    • a lot @ts-expect-error and @ts-ignore (all get slots() and get modelValue() issues are fixed)
    • categorized @ts-expect-error / @ts-ignore into:
      • [external]: when a 3rd party didn't ship types (could also be browser specs)
      • [allow-protected]: when we are allowed to know about protected methods. For instance when code
        resides in the same package
      • [allow-private]: when we need to check a private value inside a test
      • [allow]: miscellaneous allows
      • [editor]: when the editor complains, but the cli/ci doesn't

Patch Changes

  • 97b8592c: Remove lion references in docs for easier extending
  • 77a04245: add protected and private type info
  • Updated dependencies [38297d07]
  • Updated dependencies [3b5ed322]
  • Updated dependencies [77a04245]
  • Updated dependencies [53167fd2]
  • Updated dependencies [181a1d45]
  • Updated dependencies [fb1522dd]
  • Updated dependencies [75af80be]
  • Updated dependencies [0e910e3f]
  • Updated dependencies [991f1f54]
  • Updated dependencies [cc02ae24]
  • Updated dependencies [43e4bb81]
  • Updated dependencies [6ae7a5e3]
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 43e4bb81: Type fixes and enhancements:

    • all protected/private entries added to form-core type definitions, and their dependents were fixed
    • a lot @ts-expect-error and @ts-ignore (all get slots() and get modelValue() issues are fixed)
    • categorized @ts-expect-error / @ts-ignore into:
      • [external]: when a 3rd party didn't ship types (could also be browser specs)
      • [allow-protected]: when we are allowed to know about protected methods. For instance when code
        resides in the same package
      • [allow-private]: when we need to check a private value inside a test
      • [allow]: miscellaneous allows
      • [editor]: when the editor complains, but the cli/ci doesn't

Patch Changes

lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 43e4bb81: Type fixes and enhancements:

    • all protected/private entries added to form-core type definitions, and their dependents were fixed
    • a lot @ts-expect-error and @ts-ignore (all get slots() and get modelValue() issues are fixed)
    • categorized @ts-expect-error / @ts-ignore into:
      • [external]: when a 3rd party didn't ship types (could also be browser specs)
      • [allow-protected]: when we are allowed to know about protected methods. For instance when code
        resides in the same package
      • [allow-private]: when we need to check a private value inside a test
      • [allow]: miscellaneous allows
      • [editor]: when the editor complains, but the cli/ci doesn't

Patch Changes

  • 77a04245: add protected and private type info
  • d4dcb7c1: switch: clicking label focuses button
  • 652f267b: - use ._showFeedbackConditionFor instead of .submitted
  • Updated dependencies [38297d07]
  • Updated dependencies [3b5ed322]
  • Updated dependencies [77a04245]
  • Updated dependencies [53167fd2]
  • Updated dependencies [181a1d45]
  • Updated dependencies [fb1522dd]
  • Updated dependencies [75af80be]
  • Updated dependencies [0e910e3f]
  • Updated dependencies [991f1f54]
  • Updated dependencies [cc02ae24]
  • Updated dependencies [43e4bb81]
  • Updated dependencies [6ae7a5e3]
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 43e4bb81: Type fixes and enhancements:

    • all protected/private entries added to form-core type definitions, and their dependents were fixed
    • a lot @ts-expect-error and @ts-ignore (all get slots() and get modelValue() issues are fixed)
    • categorized @ts-expect-error / @ts-ignore into:
      • [external]: when a 3rd party didn't ship types (could also be browser specs)
      • [allow-protected]: when we are allowed to know about protected methods. For instance when code
        resides in the same package
      • [allow-private]: when we need to check a private value inside a test
      • [allow]: miscellaneous allows
      • [editor]: when the editor complains, but the cli/ci doesn't

Patch Changes

  • 97b8592c: Remove lion references in docs for easier extending
  • Updated dependencies [38297d07]
  • Updated dependencies [3b5ed322]
  • Updated dependencies [77a04245]
  • Updated dependencies [53167fd2]
  • Updated dependencies [181a1d45]
  • Updated dependencies [fb1522dd]
  • Updated dependencies [75af80be]
  • Updated dependencies [0e910e3f]
  • Updated dependencies [991f1f54]
  • Updated dependencies [cc02ae24]
  • Updated dependencies [43e4bb81]
  • Updated dependencies [6ae7a5e3]
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 43e4bb81: Type fixes and enhancements:

    • all protected/private entries added to form-core type definitions, and their dependents were fixed
    • a lot @ts-expect-error and @ts-ignore (all get slots() and get modelValue() issues are fixed)
    • categorized @ts-expect-error / @ts-ignore into:
      • [external]: when a 3rd party didn't ship types (could also be browser specs)
      • [allow-protected]: when we are allowed to know about protected methods. For instance when code
        resides in the same package
      • [allow-private]: when we need to check a private value inside a test
      • [allow]: miscellaneous allows
      • [editor]: when the editor complains, but the cli/ci doesn't

Patch Changes

lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 43e4bb81: Type fixes and enhancements:

    • all protected/private entries added to form-core type definitions, and their dependents were fixed
    • a lot @ts-expect-error and @ts-ignore (all get slots() and get modelValue() issues are fixed)
    • categorized @ts-expect-error / @ts-ignore into:
      • [external]: when a 3rd party didn't ship types (could also be browser specs)
      • [allow-protected]: when we are allowed to know about protected methods. For instance when code
        resides in the same package
      • [allow-private]: when we need to check a private value inside a test
      • [allow]: miscellaneous allows
      • [editor]: when the editor complains, but the cli/ci doesn't

Patch Changes

  • 77a04245: add protected and private type info
  • Updated dependencies [38297d07]
  • Updated dependencies [3b5ed322]
  • Updated dependencies [77a04245]
  • Updated dependencies [53167fd2]
  • Updated dependencies [181a1d45]
  • Updated dependencies [fb1522dd]
  • Updated dependencies [75af80be]
  • Updated dependencies [0e910e3f]
  • Updated dependencies [991f1f54]
  • Updated dependencies [cc02ae24]
  • Updated dependencies [43e4bb81]
  • Updated dependencies [6ae7a5e3]
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 0e910e3f: allow fine grained feedback visibility control via .showFeedConditionFor(type, meta, currentCondition) for Application Developers

  • 43e4bb81: Type fixes and enhancements:

    • all protected/private entries added to form-core type definitions, and their dependents were fixed
    • a lot @ts-expect-error and @ts-ignore (all get slots() and get modelValue() issues are fixed)
    • categorized @ts-expect-error / @ts-ignore into:
      • [external]: when a 3rd party didn't ship types (could also be browser specs)
      • [allow-protected]: when we are allowed to know about protected methods. For instance when code
        resides in the same package
      • [allow-private]: when we need to check a private value inside a test
      • [allow]: miscellaneous allows
      • [editor]: when the editor complains, but the cli/ci doesn't

Patch Changes

  • 38297d07: ## Bug fixes

    form-core: registrationComplete callback executed before initial interaction states are computed

  • 3b5ed322: ### Bug fixes

    fix(form-core): do not preprocess during composition

  • 77a04245: add protected and private type info

  • 53167fd2: - validation of form groups when child fires 'model-value-changed'

    • fire {feedbackType}StateChanged event when feedback type (like 'error'/'warning') changed
  • 181a1d45: - form-core: pending initialization values in order of execution

    • form-core: choiceGroup null and undefined values support
  • fb1522dd: form-core: fieldset label as child label suffix. Mimics native fieldset a11y

  • 75af80be: form-core:

    • cleanup group > child descriptions on disconnectedCallback
    • reenable tests
  • 991f1f54: combobox: enabled and fixed types

  • cc02ae24: aria-live is set to assertive on blur, so next focused input message will be read first by screen reader

  • 6ae7a5e3: Add clear() interface to choiceGroups

  • Updated dependencies [77a04245]

  • Updated dependencies [43e4bb81]

lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 43e4bb81: Type fixes and enhancements:

    • all protected/private entries added to form-core type definitions, and their dependents were fixed
    • a lot @ts-expect-error and @ts-ignore (all get slots() and get modelValue() issues are fixed)
    • categorized @ts-expect-error / @ts-ignore into:
      • [external]: when a 3rd party didn't ship types (could also be browser specs)
      • [allow-protected]: when we are allowed to know about protected methods. For instance when code
        resides in the same package
      • [allow-private]: when we need to check a private value inside a test
      • [allow]: miscellaneous allows
      • [editor]: when the editor complains, but the cli/ci doesn't

Patch Changes

  • 97b8592c: Remove lion references in docs for easier extending
  • 77a04245: add protected and private type info
  • Updated dependencies [38297d07]
  • Updated dependencies [3b5ed322]
  • Updated dependencies [77a04245]
  • Updated dependencies [53167fd2]
  • Updated dependencies [181a1d45]
  • Updated dependencies [fb1522dd]
  • Updated dependencies [75af80be]
  • Updated dependencies [0e910e3f]
  • Updated dependencies [991f1f54]
  • Updated dependencies [cc02ae24]
  • Updated dependencies [43e4bb81]
  • Updated dependencies [6ae7a5e3]
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Patch Changes

  • 97b8592c: Remove lion references in docs for easier extending
  • 77a04245: add protected and private type info
  • Updated dependencies [77a04245]
  • Updated dependencies [43e4bb81]
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 43e4bb81: Type fixes and enhancements:

    • all protected/private entries added to form-core type definitions, and their dependents were fixed
    • a lot @ts-expect-error and @ts-ignore (all get slots() and get modelValue() issues are fixed)
    • categorized @ts-expect-error / @ts-ignore into:
      • [external]: when a 3rd party didn't ship types (could also be browser specs)
      • [allow-protected]: when we are allowed to know about protected methods. For instance when code
        resides in the same package
      • [allow-private]: when we need to check a private value inside a test
      • [allow]: miscellaneous allows
      • [editor]: when the editor complains, but the cli/ci doesn't

Patch Changes

  • 77a04245: add protected and private type info
  • Updated dependencies [38297d07]
  • Updated dependencies [3b5ed322]
  • Updated dependencies [77a04245]
  • Updated dependencies [53167fd2]
  • Updated dependencies [181a1d45]
  • Updated dependencies [fb1522dd]
  • Updated dependencies [75af80be]
  • Updated dependencies [0e910e3f]
  • Updated dependencies [991f1f54]
  • Updated dependencies [cc02ae24]
  • Updated dependencies [43e4bb81]
  • Updated dependencies [6ae7a5e3]
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 43e4bb81: Type fixes and enhancements:

    • all protected/private entries added to form-core type definitions, and their dependents were fixed
    • a lot @ts-expect-error and @ts-ignore (all get slots() and get modelValue() issues are fixed)
    • categorized @ts-expect-error / @ts-ignore into:
      • [external]: when a 3rd party didn't ship types (could also be browser specs)
      • [allow-protected]: when we are allowed to know about protected methods. For instance when code
        resides in the same package
      • [allow-private]: when we need to check a private value inside a test
      • [allow]: miscellaneous allows
      • [editor]: when the editor complains, but the cli/ci doesn't

Patch Changes

  • 97b8592c: Remove lion references in docs for easier extending
  • 77a04245: add protected and private type info
  • Updated dependencies [38297d07]
  • Updated dependencies [3b5ed322]
  • Updated dependencies [97b8592c]
  • Updated dependencies [77a04245]
  • Updated dependencies [53167fd2]
  • Updated dependencies [181a1d45]
  • Updated dependencies [fb1522dd]
  • Updated dependencies [75af80be]
  • Updated dependencies [0e910e3f]
  • Updated dependencies [991f1f54]
  • Updated dependencies [cc02ae24]
  • Updated dependencies [43e4bb81]
  • Updated dependencies [6ae7a5e3]
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 43e4bb81: Type fixes and enhancements:

    • all protected/private entries added to form-core type definitions, and their dependents were fixed
    • a lot @ts-expect-error and @ts-ignore (all get slots() and get modelValue() issues are fixed)
    • categorized @ts-expect-error / @ts-ignore into:
      • [external]: when a 3rd party didn't ship types (could also be browser specs)
      • [allow-protected]: when we are allowed to know about protected methods. For instance when code
        resides in the same package
      • [allow-private]: when we need to check a private value inside a test
      • [allow]: miscellaneous allows
      • [editor]: when the editor complains, but the cli/ci doesn't

Patch Changes