Socket
Socket
Sign inDemoInstall

@pap-it/button

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pap-it/button - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

dist/react/Button.d.ts

2

dist/src/component.d.ts

@@ -16,4 +16,4 @@ import { Size, Radius } from '@pap-it/system-utils';

variant: ButtonVariant;
tabIndex: number;
color: ButtonColorVariant;
constructor();
connectedCallback(): void;

@@ -20,0 +20,0 @@ disconnectedCallback(): void;

@@ -11,3 +11,3 @@ import { __decorate } from "tslib";

constructor() {
super(...arguments);
super();
this.type = "button";

@@ -21,3 +21,2 @@ this.size = "medium";

this.variant = "filled";
this.tabIndex = 0;
this.color = "primary";

@@ -45,2 +44,3 @@ // event handlers

};
this.tabIndex = 0;
}

@@ -97,6 +97,3 @@ connectedCallback() {

__decorate([
property({ rerender: false, type: Number })
], Button.prototype, "tabIndex", void 0);
__decorate([
property({ rerender: false })
], Button.prototype, "color", void 0);
{
"name": "@pap-it/button",
"version": "1.0.10",
"version": "1.0.11",
"scripts": {

@@ -16,3 +16,3 @@ "init": "sh .scripts/init.sh",

"isolate": "sh .scripts/isolate.sh",
"analyze": "sh .scripts/analyze.sh",
"analyse": "sh .scripts/analyse.sh",
"interactive": "sh .scripts/helper/build-interactive.sh",

@@ -25,4 +25,3 @@ "variations": "sh .scripts/helper/build-variations.sh",

"asset/",
"dist/",
"react/"
"dist/"
],

@@ -32,3 +31,3 @@ "exports": {

"./wc": "./dist/register.bundle.mjs",
"./react": "./react/index.ts"
"./react": "./dist/react/index.ts"
},

@@ -47,10 +46,11 @@ "author": "Henry Pap",

"dependencies": {
"@pap-it/system-utils": "1.0.9",
"@pap-it/templates-box": "1.0.10",
"@pap-it/templates-form-element": "1.0.10",
"@pap-it/templates-prefix-suffix": "1.0.10"
"@pap-it/system-utils": "1.0.10",
"@pap-it/system-react": "0.0.5",
"@pap-it/templates-box": "1.0.11",
"@pap-it/templates-form-element": "1.0.11",
"@pap-it/templates-prefix-suffix": "1.0.11"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@pap-it/system-doc": "1.0.15",
"@pap-it/system-doc": "1.0.16",
"esbuild": "^0.17.18",

@@ -57,0 +57,0 @@ "eslint": "^8.53.0",

@@ -5,5 +5,6 @@ # Button

Version: Version: 1.0.10
Version: Version: Version: 1.0.11
## Development

@@ -10,0 +11,0 @@

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