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

@stenajs-webui/calendar

Package Overview
Dependencies
Maintainers
0
Versions
478
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stenajs-webui/calendar - npm Package Versions

1
48

0.0.38

Diff

Changelog

Source

0.0.38

  • New theme for calendar travelCalendarTheme.

  • Add unit tests for hooks.

  • Add more flexbox props to Box.

  • Add intrinsic div element types to Box props type.

  • Add selected item hover colors in select.

  • Calendar

    • Add cellSpacing to CalendarMonthTheme.
    • Add HeaderLeftIcon and HeaderRightIcon to CalendarMonthTheme to be able to use custom icons in month switcher buttons.
    • Add borderColor, borderRadius and rangeBorderRadius to CalendarDay's wrapperStyle.
    • Add rangeBackground, verticalExpand and horizontalExpand to CalendarDay's innerWrapperStyle.
mattias800
published 0.0.37 •

Changelog

Source

0.0.37

  • Add color in theme for multiValue in Select.
  • Fix typings for useBooleanhook.
  • Add innerRef to all buttons.
  • Fix a bug in textInput that caused console to log error for MozAppearance.
mattias800
published 0.0.36 •

Changelog

Source

0.0.36

  • Add ActionMenu and ActionDropdown component to elements.
  • Add useElementFocus hook to core.
  • Add useMouseIsEntered hook to core.
mattias800
published 0.0.35 •

Changelog

Source

0.0.35

  • Upgrade date-fns to 2.0.1.
  • Add show option to WeekNumber config used in CalenderMonth
  • Add new highlight states to DayStateHighlight: selectedStart and selectedEnd. For compatibility reasons the selected days hove both the old selected AND selectedStart and/or selectedEnd
  • Add rangeTextColor to CalendarDay's textProps
  • Add borderColor (and borderColorDisabled) to ButtonTheme.
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.
lindskogen
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
lindskogen
published 0.0.30 •

Changelog

Source

0.0.30

  • Set box-sizing: border-box on Box
  • Fix centering for Icon
    • This also centers Checkbox icon
lindskogen
published 0.0.29 •

Changelog

Source

0.0.29

  • Fix hard dependency on fontawesome-common-types
  • Fix warning for babel emotion plugin
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc