Socket
Socket
Sign inDemoInstall

@entur/form

Package Overview
Dependencies
Maintainers
12
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@entur/form - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

LICENSE.md

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [1.0.1](https://bitbucket.org/enturas/design-system/compare/@entur/form@1.0.0...@entur/form@1.0.1) (2019-11-06)
**Note:** Version bump only for package @entur/form
# [1.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/form@0.4.0...@entur/form@1.0.0) (2019-11-04)

@@ -8,0 +12,0 @@

6

dist/index.d.ts

@@ -40,3 +40,3 @@ import React from "react";

declare type DropdownProps = {
/** Klasse som sendes til komponenten. Bruk denne om du vil endre style */
/** Ekstra klassenavn */
className?: string;

@@ -75,3 +75,3 @@ /** Settes for å style komponenten basert på state/validering */

declare type CheckboxProps = {
/** Klasse som sendes til komponenten. Bruk denne om du vil endre style */
/** Ekstra klassenavn */
className?: string;

@@ -84,3 +84,3 @@ /** Label for checkboxen, som vises ved høyre side. */

declare type RadioProps = {
/** Klasse som sendes til komponenten. Bruk denne om du vil endre styling */
/** Ekstra klassenavn */
className?: string;

@@ -87,0 +87,0 @@ /** Label til radio-button. Vises ved høyre side. */

{
"name": "@entur/form",
"version": "1.0.0",
"version": "1.0.1",
"license": "EUPL-1.2",

@@ -32,5 +32,6 @@ "main": "dist/index.js",

"@entur/tokens": "^1.0.0",
"@entur/typography": "^0.4.1",
"@entur/typography": "^0.4.2",
"classnames": "^2.2.6"
}
},
"gitHead": "503145cd96541c19639d64cac19f36531bb44904"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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