Socket
Socket
Sign inDemoInstall

@draftbit/types

Package Overview
Dependencies
Maintainers
3
Versions
1214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@draftbit/types - npm Package Compare versions

Comparing version 41.0.1 to 41.0.2-dc7218.6

10

lib/commonjs/component-types.js

@@ -463,2 +463,12 @@ "use strict";

},
disabled: {
group: GROUPS.basic,
label: "Disabled",
description: "Whether the input should be disabled. Will prevent input and show a greyed out state.",
formType: FORM_TYPES.boolean,
propType: PROP_TYPES.BOOLEAN,
defaultValue: null,
editable: true,
required: false
},
editable: {

@@ -465,0 +475,0 @@ group: GROUPS.advanced,

@@ -382,2 +382,12 @@ // @ts-nocheck

},
disabled: {
group: GROUPS.basic,
label: "Disabled",
description: "Whether the input should be disabled. Will prevent input and show a greyed out state.",
formType: FORM_TYPES.boolean,
propType: PROP_TYPES.BOOLEAN,
defaultValue: null,
editable: true,
required: false
},
editable: {

@@ -384,0 +394,0 @@ group: GROUPS.advanced,

@@ -382,2 +382,12 @@ export declare const PROP_TYPES: {

};
disabled: {
group: string;
label: string;
description: string;
formType: string;
propType: string;
defaultValue: null;
editable: boolean;
required: boolean;
};
editable: {

@@ -384,0 +394,0 @@ group: string;

4

package.json
{
"name": "@draftbit/types",
"version": "41.0.1",
"version": "41.0.2-dc7218.6+dc72180",
"description": "Shared constants and types between native and core components",

@@ -53,3 +53,3 @@ "main": "lib/commonjs/index.js",

},
"gitHead": "0943816c9df31045a2ca946579ab73313b2d28c5"
"gitHead": "dc721806e85f514f28c9ed8e643c4e772d528254"
}

@@ -343,2 +343,12 @@ export declare const PROP_TYPES: {

};
disabled: {
group: string;
label: string;
description: string;
editable: boolean;
required: boolean;
defaultValue: null;
formType: string;
propType: string;
};
editable: {

@@ -345,0 +355,0 @@ group: string;

@@ -420,2 +420,13 @@ // @ts-nocheck

},
disabled: {
group: GROUPS.basic,
label: "Disabled",
description:
"Whether the input should be disabled. Will prevent input and show a greyed out state.",
formType: FORM_TYPES.boolean,
propType: PROP_TYPES.BOOLEAN,
defaultValue: null,
editable: true,
required: false,
},
editable: {

@@ -422,0 +433,0 @@ group: GROUPS.advanced,

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