New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stenajs-webui/input-mask

Package Overview
Dependencies
Maintainers
3
Versions
476
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stenajs-webui/input-mask - npm Package Versions

0.0.34

Diff
mattias800
published 0.0.34 •

Changelog

Source

0.0.34

  • Add first version of @stenajs-webui/redux.
  • Add commit-reducer feature for Redux.
  • Add Drawer component.
  • Add useArraySet hook.
  • Update design of Spinner.
  • Add InputSpinner which is used in buttons and input fields.
  • Merge the two individual theme prop for calendar and text input into one common theme prop for DateTextInput.
  • Add fontWeight to ButtonTheme.
  • Remove letter spacing in buttons.
mattias800
published 0.0.33 •

Changelog

Source

0.0.33

  • Add first version of @stenajs-webui/tooltip.
  • Add WithTooltip component.
  • Add MultiDateCalendar component. User can select range as well as toggle individual dates.
  • Add standardized sizes to Progress, small, normal, large.
  • Add invalid prop to StandardTextInput with updated theme.
  • Progress size prop now sets height (previously only set width).
  • recompose is no longer a dependency on any of the packages.
  • calendar package has been refactored and no longer depends on recompose.
  • Clickable forwards DOM attribute props, such as id and className.
  • Build process includes imports checker, that checks that imported modules are specified as dependency in package.json.
  • Add useDomId hook to core. Generates a unique id, that is guaranteed to persist through component lifecycle.
  • Fix eslint in build process.
mattias800
published 0.0.32 •

Changelog

Source

0.0.32

  • Add first version of @stenajs-webui/input-mask.
  • Add MaskedStandardTextInput component, and useMaskedInput hook.
  • Box is now responsive. width and height props can take array of values.
    • See https://styled-system.com/responsive-styles for more info.
  • padding CSS rule is no longer set on Box div element, when spacing and indent are not set.
  • Add stories for responsive Box.
  • Add story for aria label on Box.
mattias800
published 0.0.31 •

Changelog

Source

0.0.31

  • Add first version of @stenajs-webui/modal
  • ThemeProvider now merges the provided theme with the theme from parent context
  • Add missing dependency for useCallback in Checkbox causing onValueChange to become outdated