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

@formkit/inputs

Package Overview
Dependencies
Maintainers
4
Versions
464
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formkit/inputs - npm Package Compare versions

Comparing version 1.7.0-26a2858 to 1.7.0-2d07d58

2

dist/exports/checkbox.js

@@ -97,3 +97,3 @@ import {

icons: {
decorator: 'check',
checkboxDecorator: 'check',
},

@@ -100,0 +100,0 @@ /**

@@ -99,3 +99,3 @@ import type { FormKitTypeDefinition } from '@formkit/core'

icons: {
decorator: 'check',
checkboxDecorator: 'check',
},

@@ -102,0 +102,0 @@ /**

@@ -73,2 +73,23 @@ import {

/**
* Default icons for the input.
*/
icons: {
/**
* The icon to show when there are no files selected.
*/
noFiles: 'noFiles',
/**
* The icon to show when a file is selected.
*/
fileItem: 'fileItem',
/**
* The icon to show when a file is removed.
*/
fileRemove: 'fileRemove',
},
/**
* An array of messages to create and expose to props to accept for this input.
*/
localize: ['remove', 'removeAll', 'noFiles'],
/**
* Additional features that should be added to your input

@@ -75,0 +96,0 @@ */

@@ -75,2 +75,23 @@ import type { FormKitTypeDefinition } from '@formkit/core'

/**
* Default icons for the input.
*/
icons: {
/**
* The icon to show when there are no files selected.
*/
noFiles: 'noFiles',
/**
* The icon to show when a file is selected.
*/
fileItem: 'fileItem',
/**
* The icon to show when a file is removed.
*/
fileRemove: 'fileRemove',
},
/**
* An array of messages to create and expose to props to accept for this input.
*/
localize: ['remove', 'removeAll', 'noFiles'],
/**
* Additional features that should be added to your input

@@ -77,0 +98,0 @@ */

@@ -28,2 +28,6 @@ import {

/**
* An array of messages to create and expose to props to accept for this input.
*/
localize: ['submit', 'incomplete'],
/**
* An array of extra props to accept for this input.

@@ -30,0 +34,0 @@ */

@@ -30,2 +30,6 @@ import type { FormKitTypeDefinition } from '@formkit/core'

/**
* An array of messages to create and expose to props to accept for this input.
*/
localize: ['submit', 'incomplete'],
/**
* An array of extra props to accept for this input.

@@ -32,0 +36,0 @@ */

@@ -93,3 +93,3 @@ import {

icons: {
decorator: 'circle',
radioDecorator: 'circle',
},

@@ -96,0 +96,0 @@ /**

@@ -95,3 +95,3 @@ import type { FormKitTypeDefinition } from '@formkit/core'

icons: {
decorator: 'circle',
radioDecorator: 'circle',
},

@@ -98,0 +98,0 @@ /**

{
"name": "@formkit/inputs",
"type": "module",
"version": "1.7.0-26a2858",
"version": "1.7.0-2d07d58",
"description": "Commonly shared types for FormKit",

@@ -39,4 +39,4 @@ "main": "dist/index.cjs",

"dependencies": {
"@formkit/core": "1.7.0-26a2858",
"@formkit/utils": "1.7.0-26a2858"
"@formkit/core": "1.7.0-2d07d58",
"@formkit/utils": "1.7.0-2d07d58"
},

@@ -43,0 +43,0 @@ "scripts": {

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

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