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
1
Versions
489
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
49

2.3.0

Diff

Changelog

Source

2.3.0

New components

SidebarMenu

A menu with a title, links and collapsible menu components

  • SidebarMenuHeading - a title.
  • SidebarMenuLink - a link that can be selected and have an icon to the left.
  • SidebarMenuCollapsible - a component that expands and contracts sub menu items SidebarMenuCollapsibleLink.
  • SidebarMenuCollapsibleLink - a link that can be selected and is contained in a SidebarMenuCollapsible.

See stories for examples.

New features

StandardTable

  • Added option for having a sticky header row as option in StandardTable.
  • Added option for sticky first column in StandardTable.

Design fixes

  • Checkboxes inside text input fields no longer show a checkmark.
  • flex-shrink: 0 has been added to checkboxes to retain their size.

Breaking changes

  • --current-icon-color has been renamed to --current-checkbox-icon-color.
mattias800
published 2.2.0 •

Changelog

Source

2.2.0

New components

ResultListBanner

A banner that contains a list of results. Can be used when displaying multiple errors.

  • useResultListBannerState

A hook that contains all state needed for ResultListBanner.

It exposes functions for setting the state of the banner.

ResultList

A list of results, presented in ul tag.

Changes

  • Spinner has new size tiny.

  • Banner changed to have optional text.

To make room for arbitrary children under header if no text provided.

  • Banner children (i.e bottom content) is now in proper layout under header and text.
  • Added story for Banner with both header, text and bottom content.
mattias800
published 2.1.0 •

Changelog

Source

2.1.0

Breaking changes

  • Button components no longer has as prop.

To create links with button look, use PrimaryButtonLink, etc.

New components

  • TabMenu and Tab.

TabMenu can have Tab elements as children, creating a tab menu bar. Tab have mostly the same props as buttons.

  • CheckboxMenu in panels package.

A checkbox and a menu, with options to quick select checkboxes.

  • ActionMenuButton in panels package.

A flat button with ellipses icon that opens an action menu.

  • PrimaryButtonLink
  • FlatButtonLink
  • SecondaryButtonLink

They are a tags with same design and functionality as PrimaryButton, etc.

Improvements

  • Updated design of ActionMenu.
  • Fix issues in buttons where spinner was not aligned correctly.
mattias800
published 2.0.9 •

Changelog

Source

2.0.9

Bug fix

reducer-id-gate did not send action to inner reducer when state was undefined.

mattias800
published 2.0.8 •

Changelog

Source

2.0.8

Design changes

Increased contrast in Select light theme hover states.

New features

Banner component now has success & warning variants.

Bug fixes

DateTextInput popover content is now wrapped with a popupRef. This fixes a bug where useMultiOnClickOutside would cause the popover to close before being able trigger a change.

PrimaryButton is no longer larger than intended on some Windows browsers.

reducer-id-gate was calling internal reducer with the action when reducerId did not match, if state was undefined.

mattias800
published 2.0.7 •

Changelog

Source

2.0.7

New components

  • Label

Used to add a label to Chip, TextInput or any other component.

Improvements

  • Add commitEditableEntityToPersisted action to editable-entity-reducer.
  • Remove internal indent in TableCell which could break styling of cell.
mattias800
published 2.0.6 •

Changelog

Source

2.0.6

Hotfix

  • StandardTable did not apply minWidth to header.
mattias800
published 2.0.5 •

Changelog

Source

2.0.5

New features

  • Added minWidth field to StandardTable column config.

Fixes

  • Fix Collapsible, did not expand properly.

Other changes

  • Switch Collapsible collapse/expand arrows.
mattias800
published 2.0.4 •

Changelog

Source

2.0.4

New features

Popover

  • Added lazy prop to Popover. When enabled, the popover content is not rendered until popover is opened.

Calendar

  • All calendars in popups are now lazy rendered.
mattias800
published 2.0.3 •

Changelog

Source

2.0.3

Improvements

Calendar

  • Updated styling to look more like design system.

Fixes

DateRangeDualTextInput

  • Fix shadow in text inputs.
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