Socket
Socket
Sign inDemoInstall

@assecosolutions/fox-button

Package Overview
Dependencies
Maintainers
4
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assecosolutions/fox-button - npm Package Compare versions

Comparing version 1.11.0-next.26-beta.0 to 1.11.0-next.30-beta.0

8

package.json
{
"name": "@assecosolutions/fox-button",
"version": "1.11.0-next.26-beta.0",
"version": "1.11.0-next.30-beta.0",
"public": true,

@@ -20,5 +20,5 @@ "publishConfig": {

"dependencies": {
"@assecosolutions/fox-common-utils": "~1.11.0-next.26-beta.0",
"@assecosolutions/fox-icon": "~1.11.0-next.26-beta.0",
"@assecosolutions/fox-progress": "~1.11.0-next.26-beta.0"
"@assecosolutions/fox-common-utils": "~1.11.0-next.30-beta.0",
"@assecosolutions/fox-icon": "~1.11.0-next.30-beta.0",
"@assecosolutions/fox-progress": "~1.11.0-next.30-beta.0"
},

@@ -25,0 +25,0 @@ "peerDependencies": {

@@ -17,8 +17,8 @@ import { LitElement } from 'lit';

*
* @cssprop [--fox-button-font-weight=600]
* @cssprop [--fox-button-font-size=14px]
* @cssprop [--fox-button-font-family="Nunito, Roboto, sans-serif"]
* @cssprop [--fox-button-text-color-rgb="15, 19, 16"]
* @cssprop [--fox-button-primary-color-rgb="231, 236, 240"]
* @cssprop [--fox-button-text-on-primary-color-rgb="15, 19, 16"]
* @cssprop [--fox-button-font-weight=600]
* @cssprop [--fox-button-text-color="var(--fox-base-grey-100-color, #0f1310)"]
* @cssprop [--fox-button-primary-color="var(--fox-base-grey-30-color, #e7ecf0)"]
* @cssprop [--fox-button-text-on-primary-color="var(--fox-base-grey-100-color, #0f1310)"]
*/

@@ -25,0 +25,0 @@ export declare class FoxButton extends LitElement {

@@ -5,3 +5,10 @@ import './FoxButton';

title: string;
component: string;
parameters: {
component: string;
controls: {
matchers: {
color: RegExp;
};
};
};
};

@@ -28,1 +35,9 @@ export default _default;

export declare const Icon: () => import("lit-html").TemplateResult<1>;
export declare const CustomColor: {
(args: Record<string, string>): import("lit-html").TemplateResult<1>;
args: {
'--fox-button-primary-color': string;
'--fox-button-text-on-primary-color': string;
'--fox-button-text-color': string;
};
};

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

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