Socket
Socket
Sign inDemoInstall

@rsmdc/button

Package Overview
Dependencies
0
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.31 to 1.1.33

dist/button/p-73nk0azl.entry.js

2

dist/button/button.esm.js

@@ -1,1 +0,1 @@

import{p as i,b as e}from"./p-22e4fc12.js";i().then(i=>e([["p-6pqmas48",[[1,"rs-button",{disabled:[4],exited:[4],fixed:[4],isDisabled:[64],isExited:[64],activateRipple:[64],isFixed:[64]}]]]],i));
import{p as i,b as e}from"./p-22e4fc12.js";i().then(i=>e([["p-73nk0azl",[[1,"rs-button",{disabled:[4],exited:[4],fixed:[4],isDisabled:[64],isExited:[64],activateRipple:[64],isFixed:[64]}]]]],i));

@@ -1,1 +0,1 @@

System.register(["./p-ab796af2.system.js"],(function(){"use strict";var e,t;return{setters:[function(i){e=i.p;t=i.b}],execute:function(){e().then((function(e){return t([["p-0z1yujwp.system",[[1,"rs-button",{disabled:[4],exited:[4],fixed:[4],isDisabled:[64],isExited:[64],activateRipple:[64],isFixed:[64]}]]]],e)}))}}}));
System.register(["./p-ab796af2.system.js"],(function(){"use strict";var e,t;return{setters:[function(i){e=i.p;t=i.b}],execute:function(){e().then((function(e){return t([["p-b6x7eck7.system",[[1,"rs-button",{disabled:[4],exited:[4],fixed:[4],isDisabled:[64],isExited:[64],activateRipple:[64],isFixed:[64]}]]]],e)}))}}}));

@@ -1038,3 +1038,3 @@ 'use strict';

render() {
return core.h(core.Host, null, core.h("button", { class: "rs-button" }, core.h("span", { class: "label" }, core.h("slot", null))));
return core.h(core.Host, null, core.h("button", { class: "rs-button", disabled: this.disabled }, core.h("span", { class: "label" }, core.h("slot", null))));
}

@@ -1041,0 +1041,0 @@ get el() { return core.getElement(this); }

@@ -64,3 +64,3 @@ import { Host, h } from "@stencil/core";

return h(Host, null,
h("button", { class: "rs-button" },
h("button", { class: "rs-button", disabled: this.disabled },
h("span", { class: "label" },

@@ -67,0 +67,0 @@ h("slot", null))));

@@ -1034,3 +1034,3 @@ import { r as registerInstance, h, H as Host, g as getElement } from './core-baf62d36.js';

render() {
return h(Host, null, h("button", { class: "rs-button" }, h("span", { class: "label" }, h("slot", null))));
return h(Host, null, h("button", { class: "rs-button", disabled: this.disabled }, h("span", { class: "label" }, h("slot", null))));
}

@@ -1037,0 +1037,0 @@ get el() { return getElement(this); }

{
"name": "@rsmdc/button",
"version": "1.1.31",
"version": "1.1.33",
"description": "Material design button component by custom elements.",

@@ -45,3 +45,3 @@ "main": "dist/index.js",

},
"gitHead": "20b952c60024b7d8d9d245e49d24ed0ee0321489"
"gitHead": "6807ea8bc5ed1d8de5f6c5af1680147d074422e3"
}

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc