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

@stenajs-webui/grid-export

Package Overview
Dependencies
Maintainers
0
Versions
397
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stenajs-webui/grid-export - npm Package Versions

1
3840

8.1.0

Diff

Changelog

Source

8.1.0

Font changes

  • Default primary font is now Stena Sans, with Open Sans fallback.

Design changes

  • Increased contrast in Label, ValueTable and input placeholders.
  • Buttons now have a width prop which is responsive according to styled-system.

Fixes

Remove letter-spacing override done by setting text size.

Internal

  • Space now uses emotion for styling instead of inline styles.
mattias800
published 8.0.3 •

Changelog

Source

v18.0.3 (Mon Feb 27 2023)

🐛 Bug Fix
  • @stenajs-webui/panels
    • Add headingLevel to PageHeading, default being h1 #561 (@juiceit)
  • @stenajs-webui/grid
📝 Documentation
  • @stenajs-webui/panels
    • Use NavBarSearchField in center content story #503 (@juiceit)
Authors: 4

mattias800
published 8.0.2 •

Changelog

Source

8.0.2

DateTimeInput

Types now allow value=null. This makes sure that the component is control, while it has no value.

mattias800
published 8.0.1 •

Changelog

Source

8.0.1

DateTimeInput

Add onBlur prop. Triggered when the whole component loses focus. Add autoFocus props. Autofocuses on date part of the input.

DateRangeDualTextInput

Add autoFocus props. Autofocuses on date part of the input.

Link

Add variant bold.

mattias800
published 8.0.0 •

Changelog

Source

8.0.0

Box

The following props on Box are now responsive:

  • row
  • indent
  • spacing
  • background
  • border
  • borderColor
  • display
  • shadow

They can be used by passing an array or dictionary with values instead of a single value.

ToggleButton

Design has been updated to use design system colors.

Themes

Theming is no longer using React context. All theme variables are using CSS properties.

Breaking changes

Box no longer has property color. This also applies to components derived from Box, such as Row and Column.

mattias800
published 7.5.2 •

Changelog

Source

7.5.2

DateTimeInput

  • Fixed width of time input in DateTimeInput.
  • onEsc and onEnter are no longer required props.
mattias800
published 7.5.1 •

Changelog

Source

7.5.1

DateTimeInput

Add props onEsc and onEnter. They are invoked on both input fields.

TimePicker

Fix missing key in JSX.

mattias800
published 7.5.0 •

Changelog

Source

7.5.0

New component DateTimeInput

An input field with both date and time. When entering date, a popover with a calendar is showing. When entering time, a popover with time picker is showing.

New component TimePicker

A component for selecting hour and minute.

New util functions in core

  • parseFloatElseUndefined
  • parseIntElseUndefined

They return undefined if parse fails.

Updated Select

  • Select component now allows menu component to be wider than the input.

Breaking changes

  • Select options now has whiteSpace set to nowrap.
mattias800
published 7.4.0 •

Changelog

Source

7.4.0

grid-export

  • Add support for copy table content with default formatting (as well as other components) to clipboard.

DateRangeDualTextInput

Updated behaviour when selecting dates in popover.

  • Selecting startDate always moves to endDate.
  • Selecting endDate closes calendar except when date range is invalid or startDate has not been selected. Then it moves to start date.

New hook useDelayedFalse

A hook that takes a boolean as argument and returns that boolean. When boolean turns false, it returns false after a certain delay. When boolean turns true, it returns true immediately.

This is useful for delaying the removal of elements in the DOM.

mattias800
published 7.3.0 •

Changelog

Source

7.3.0

New component ValueTable

  • Table for displaying key/value pairs of data.
  • Available in elements package.
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