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
398
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

9.1.0

Diff

Changelog

Source

9.1.0

Select

  • Updated design to look more like design system.

StandardTableHtmlCopyToClipboardButton

  • When exporting to clipboard, all horizontal column alignments will be rendered according to the table config.

Spinner

  • Spinner only has one color now.
  • Removed Spinner variant large.

Banner

  • Banner icon has fixed width and will no longer be compressed by long content.

Buttons

  • Button variants look good for SecondaryButton and FlatButton.
  • Border color matches background color for PrimaryButton.
  • Disabled text and icon color for PrimaryButton is the same as for SecondaryButton.

Breaking changes

  • Removed Spinner variant large.
mattias800
published 9.0.0 •

Changelog

Source

9.0.0

Breaking changes

  • Removed ActionDropdown and ActionDropdownTheme
  • Removed theme prop from ActionMenuItem, replacing it with a variant prop that can be set to danger
  • ActionMenuButton is no longer exported. Instead, there are three new components:
    • ActionMenuPrimaryButton
    • ActionMenuSecondaryButton
    • ActionMenuFlatButton

Design changes

  • The icon for SecondaryButton is now blue.
  • New variant outlined added to Popover. It is used for the Action menu, Checkbox menu, and Table head popover.
  • Padding changes for ActionMenu, ActionMenuItem, ActionMenuSeparator.
  • Expanded rows in StandardTable have a blue background with a border on the left.

Bug fixes

  • Fixed bug in Popover where arrow could not be removed.
  • The top checkbox in StandardTable deselects all if some are selected, as opposed to selecting all.

Additions

  • Add htmlFor prop to Label component.
mattias800
published 8.1.0 •

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.
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