Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hafslundnett/hdd-style

Package Overview
Dependencies
Maintainers
7
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hafslundnett/hdd-style - npm Package Versions

23
10

10.0.2

Diff

jgh153
published 10.0.1 •

jgh153
published 10.0.0 •

jgh153
published 9.1.0 •

jgh153
published 9.0.0 •

Changelog

Source

Update [9.0.0]

In this update the default scrollbar is customized to look similar on both Windows and Mac. The new scrollbar will now be visible by default on all scrollable elements, having the same behavior on Mac as on Windows.

Breaking changes

The new scrollbar size has changed.

What can break!

Can affect the look of all elements with scroll.

How to fix!

Should not require any fix.

  • The scrollbar has become a bit thinner than the old one on Windows and about the same size as on a Mac. The scrollbar will also take up space all the time on Mac, not just when scrolling.
jgh153
published 8.1.2 •

jgh153
published 8.1.1 •

jgh153
published 8.1.0 •

jgh153
published 8.0.0 •

Changelog

Source

Update [8.0.0]

In this update the default forms-compoentent have some breaking changes that fixes some styling-bugs.

Breaking changes

Removed spacing below last element in form_fields, checkboxs and radiobuttons

What can break!

Can affect spacing between .hdd-form_field elements and other elements.

How to fix!

Add your own spacing between elements with the hdd-spacing standards!

  • .hdd-form_field - standard spacing between elements is the same, but spacing will not be added to the last element.
  • .hdd-form_checkbox - standard spacing between elements is the same, but spacing will not be added to the last element.
  • .hdd-form_radiobutton - standard spacing between elements is the same, but spacing will not be added to the last element.
  • With border-box as the new universal box-sizing all elements will inherit this style.
  • If style is breaking, either the box-sizing attribute can be set to content-box or the element itself needs to change.

Min + max width and height on the checkbox-mark

What can break!

Will affect the checkboxes if custom styling has been added to make the checkboxes smaller og bigger.

How to fix!

Overwrite the min + max width and height in your own component! Check with a designer if the change is needed.

  • .hdd-form_checkbox_mark has now min + max width and height set to same height so that the size will never change.

Bold title for checkboxs, radiobuttons in form_fields

  • .hdd-form_field_title has now the attribute font-weight: bold.
jgh153
published 7.3.0 •

23
10
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