New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jb-input

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jb-input - npm Package Compare versions

Comparing version 2.7.0 to 2.8.0

dist/utils.d.ts

5

dist/JBInput.d.ts

@@ -28,7 +28,2 @@ import './inbox-element/inbox-element';

standardValue(valueString: string | number): JBInputStandardValueObject;
/**
*
* @param {String} inputValueString
* @return {String} standard value
*/
standardValueForNumberInput(inputValueString: string): JBInputStandardValueObject;

@@ -35,0 +30,0 @@ registerEventListener(): void;

2

dist/JBInput.js

@@ -37,3 +37,3 @@ /*! *****************************************************************************

var css_248z = ".jb-input-inbox-element-web-component {\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n max-height: 100%;\n overflow-y: hidden;\n background-color: transparent;\n padding: 0 8px;\n width: auto; }\n";
var css_248z = ".jb-input-inbox-element-web-component {\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n max-height: 100%;\n overflow-y: hidden;\n background-color: transparent;\n padding: var(--jb-input-box-indicator-padding, 8px 16px);\n width: auto; }\n";

@@ -40,0 +40,0 @@ class JBInputInboxElementWebComponent extends HTMLElement {

@@ -43,3 +43,3 @@ (function (global, factory) {

var css_248z = ".jb-input-inbox-element-web-component {\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n max-height: 100%;\n overflow-y: hidden;\n background-color: transparent;\n padding: 0 8px;\n width: auto; }\n";
var css_248z = ".jb-input-inbox-element-web-component {\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n max-height: 100%;\n overflow-y: hidden;\n background-color: transparent;\n padding: var(--jb-input-box-indicator-padding, 8px 16px);\n width: auto; }\n";

@@ -46,0 +46,0 @@ class JBInputInboxElementWebComponent extends HTMLElement {

@@ -20,2 +20,3 @@ export declare type ElementsObject = {

showButtons: boolean;
showPersianNumber: boolean;
};

@@ -22,0 +23,0 @@ declare type Paritial<T> = {

@@ -17,3 +17,3 @@ {

],
"version": "2.7.0",
"version": "2.8.0",
"bugs": "https://github.com/javadbat/jb-input/issues",

@@ -20,0 +20,0 @@ "license": "MIT",

@@ -211,2 +211,8 @@ # jb-input

</jb-input>
```
```
#### number input inbox element style
| css variable name | description |
| ------------- | ------------- |
| --jb-input-box-indicator-padding | padding of jb-input-inbox-element, the value default is `8px16px` |

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