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

@helsenorge/form

Package Overview
Dependencies
Maintainers
5
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helsenorge/form - npm Package Compare versions

Comparing version 26.7.1 to 26.9.0

1

components/form/index.d.ts

@@ -34,2 +34,3 @@ import * as React from 'react';

pauseButtonClasses?: string;
pauseButtonLeft?: boolean;
pauseButtonType?: 'action' | 'display' | 'function';

@@ -36,0 +37,0 @@ pauseButtonLevel?: 'primary' | 'secondary' | 'tertiary';

@@ -166,3 +166,3 @@ import * as React from 'react';

}
if (this.props.cancelButtonRight) {
if (this.props.cancelButtonRight && !this.props.pauseButtonLeft) {
return (React.createElement("span", { className: buttonSpanClass },

@@ -174,2 +174,9 @@ submitButton,

}
if (this.props.pauseButtonLeft) {
return (React.createElement("span", { className: buttonSpanClass },
pauseButton,
submitButton,
draftButton,
cancelButton));
}
return (React.createElement("span", { className: buttonSpanClass },

@@ -176,0 +183,0 @@ submitButton,

2

package.json
{
"name": "@helsenorge/form",
"author": "Helsenorge",
"version": "26.7.1",
"version": "26.9.0",
"main": "./index.js",

@@ -6,0 +6,0 @@ "license": "ISC",

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