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

@stenajs-webui/theme

Package Overview
Dependencies
Maintainers
1
Versions
474
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stenajs-webui/theme - npm Package Versions

1
48

1.0.0-alpha.1

Diff

Changelog

Source

1.0.0-alpha.1

  • Hover and focus combined with variants in TextInput have been updated according to design system.
  • Added Link focus highlight.
  • Improved focus highlight on Chip.
mattias800
published 1.0.0-alpha.0 •

Changelog

Source

1.0.0-alpha.0

PSA

  • We are moving from React context based theme to CSS variables.
  • We are also starting to implement components using HTML elements and CSS modules, instead of core components.

New components

  • Link
  • PrimaryButton
  • Collapsible

Updated components

These components have new implementations, built with HTML and CSS modules.

  • TextInput
  • Badge
  • Checkbox
  • RadioButton
  • Chip
  • Modal

Breaking changes

RadioButton

  • RadioButton no longer extends value/onChange interface. Instead, it is a normal HTML input field with type radio.

Badge

  • Badge props changed. color and textColor have been removed, and type has been added.
  • Badge now uses CSS vars.

TextInput

  • StandardTextInput has been renamed to TextInput.
  • focusOnMount prop removed. Use autoFocus instead.
  • selectAllOnMount no longer autofocuses field. Add autoFocus as well.
  • Icon colors and background can no longer be set. Use variant prop instead.

Calendars

  • Calendar inputs no longer support themes, since text input uses CSS properties.
  • Calendar inputs have calendarTheme prop which is passed to the calendar.
lindskogen
published 0.0.51 •

Changelog

Source

0.0.51

  • Revert
    • Bump react-storybook from ^5.2.5 to ^5.3.9.
    • Add fsevents dependency to lower CPU usage on macOS.
lindskogen
published 0.0.50 •

Changelog

Source

0.0.50

  • Fix Typescript errors in calendar package.
lindskogen
published 0.0.49 •

Changelog

Source

0.0.49

  • Modals are now draggable. Off by default, enable with prop draggable.

Fixes

  • Make it possible to change height of StandardTextInput.
  • GroupedMultiSelect, add group heading font family styling.
  • BaseModal now has draggable prop and can be used by setting DRAGGABLE_HANDLE_CLASSNAME as className on your drag handle.

Internal

  • Bump react-storybook from ^5.2.5 to ^5.3.9.
  • Add fsevents dependency to lower CPU usage on macOS.
mattias800
published 0.0.48 •

Changelog

Source

0.0.48

Bug fix release.

Fixes

  • GroupedMultiSelect, fix bug when removing the last item in a group.
  • BaseModal max width is set to 100%.
  • Button height is applied to wrapping Clickable, instead of inner Box.
mattias800
published 0.0.47 •

Changelog

Source

0.0.47

Fixes

  • NumericTextInput passes disabled prop down to child StandardTextInput.
  • StandardTextInput uses prop backgroundColor when getting one.
mattias800
published 0.0.46 •

Changelog

Source

0.0.46

Fixes

  • NumericTextInput correctly shows contentRight without padding when stepper buttons are hidden.
  • Text inputs no longer use setSelectionRange when type is number.

Internal

  • Upgrade to Typescript 3.7.2, including eslint, rollup and other dependencies.
  • Upgrade madge, now supports Typescript 3.7.
mattias800
published 0.0.45 •

Changelog

Source

0.0.45

Breaking changes

  • ActionMenu is no longer position absolute.

New features

  • Add z-index prop to ActionDropdown.

Fixes

  • Button component spreads props down to HTML button element.
mattias800
published 0.0.44 •

Changelog

Source

0.0.44

Breaking changes

  • Resolve correct theme color for Select.
  • Upgrade Select from v2 to v3.
  • Uniform heights for text input and select. ​

New features

  • Add possibility to set active color for options in Select menu.
  • Add onKeyDown event for Checkbox. ​

Storybook

  • Add all story for Form-section in storybook. ​

Internal

  • Upgrade storybook to latest version, 5.2.5.
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