Socket
Socket
Sign inDemoInstall

@hybridui/button

Package Overview
Dependencies
0
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.36 to 0.0.37

4

hy-button.component.js

@@ -14,4 +14,4 @@ /**

import { customElement, property, state } from 'lit/decorators.js';
import { EMPTY_STRING } from './hy-button.constats';
import { hostBlockStyle, styles } from './hy-button.style';
import { EMPTY_STRING } from './hy-button.constats.js';
import { hostBlockStyle, styles } from './hy-button.style.js';
/**

@@ -18,0 +18,0 @@ * `hy-button` is a LitElement that provides a customizable button.

{
"name": "@hybridui/button",
"version": "0.0.36",
"version": "0.0.37",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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

import { HyButtonElement } from './hy-button.component';
import { HyButtonElement } from './hy-button.component.js';
export declare const HyButton: import("@lit-labs/react").ReactWebComponent<HyButtonElement, {

@@ -3,0 +3,0 @@ click: string;

import { createComponent } from '@lit-labs/react';
import * as React from 'react';
import { HyButtonElement } from './hy-button.component';
import { HyButtonElement } from './hy-button.component.js';
export const HyButton = createComponent({

@@ -5,0 +5,0 @@ tagName: 'hy-button',

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc