Socket
Socket
Sign inDemoInstall

@entur/form

Package Overview
Dependencies
Maintainers
13
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.1.0 to 1.2.0

11

CHANGELOG.md

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

# [1.2.0](https://bitbucket.org/enturas/design-system/compare/@entur/form@1.1.0...@entur/form@1.2.0) (2019-11-22)
### Bug Fixes
- fixing potential duplication of props naming ([6efd896](https://bitbucket.org/enturas/design-system/commits/6efd896d381bca09bc047dbdaec6d2629a9571db))
- **InputGroup:** increase the size of the feedback icon ([fc543b0](https://bitbucket.org/enturas/design-system/commits/fc543b01fb9365140b6ee23e0031cde746155b44))
### Features
- **types:** exporting all public types for public components ([4a277ab](https://bitbucket.org/enturas/design-system/commits/4a277ab266fdb32a6760821a07b1c6cc716bac85))
# [1.1.0](https://bitbucket.org/enturas/design-system/compare/@entur/form@1.0.3...@entur/form@1.1.0) (2019-11-18)

@@ -8,0 +19,0 @@

6

dist/index.d.ts

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

declare const DropdownItem: React.FC<DropdownItemProps>;
declare type Props_$0 = {
declare type FieldsetProps = {
/** Innholdet i felt-gruppen. */

@@ -79,3 +79,3 @@ children: React.ReactNode;

} & React.HTMLProps<HTMLFieldSetElement>;
declare const Fieldset: React.FC<Props_$0>;
declare const Fieldset: React.FC<FieldsetProps>;
declare type CheckboxProps = {

@@ -113,2 +113,2 @@ /** Ekstra klassenavn */

declare const RadioGroup: React.FC<RadioGroupProps>;
export { TextField, useVariant, InputGroup, TextArea, Dropdown, DropdownItem, Fieldset, Checkbox, Radio, RadioGroup };
export { TextFieldProps, TextField, useVariant, InputGroupProps, InputGroup, TextAreaProps, TextArea, DropdownProps, Dropdown, DropdownItemProps, DropdownItem, FieldsetProps, Fieldset, CheckboxProps, Checkbox, RadioProps, Radio, RadioGroupProps, RadioGroup };
{
"name": "@entur/form",
"version": "1.1.0",
"version": "1.2.0",
"license": "EUPL-1.2",

@@ -30,8 +30,7 @@ "main": "dist/index.js",

"dependencies": {
"@entur/icons": "^0.4.1",
"@entur/tokens": "^1.0.1",
"@entur/typography": "^0.4.5",
"@entur/icons": "^0.4.2",
"@entur/tokens": "^1.0.2",
"@entur/typography": "^0.5.0",
"classnames": "^2.2.6"
},
"gitHead": "636c2b374cdfcd69a5faa02224b85616bc4aca2b"
}
}

@@ -5,3 +5,3 @@ # Form

> 💡 Looking for the [documentation](https://design.entur.org/komponenter/skjemaelementer/inputgroup)?
> 💡 Looking for the [documentation](https://design.entur.org/komponenter/inputs/textfields)?

@@ -18,2 +18,2 @@ ## Installation

Please refer to the [documentation](https://design.entur.org/komponenter/skjemaelementer/inputgroup) for further usage information.
Please refer to the [documentation](https://design.entur.org/komponenter/inputs/textfields) for further usage information.

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