Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@forter/button

Package Overview
Dependencies
Maintainers
3
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/button - npm Package Compare versions

Comparing version 1.0.0-alpha.0 to 1.0.0-alpha.1

3

FcButton.js

@@ -8,2 +8,3 @@ import { decorate as _decorate } from './_virtual/_rollupPluginBabelHelpers.js';

import '@forter/icon/fc-icon';
import theme from '@forter/styles/forter-theme.css';
import shared from './fc-button-shared.css';

@@ -145,3 +146,3 @@ import style from './fc-button.css';

value() {
return [shared, style, alignFlex, layoutFlex];
return [theme, shared, style, alignFlex, layoutFlex];
}

@@ -148,0 +149,0 @@

{
"name": "@forter/button",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Button from Forter Components",

@@ -21,3 +21,4 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/forter/web-components.git"
"url": "git+https://github.com/forter/web-components.git",
"directory": "packages/button"
},

@@ -53,7 +54,7 @@ "publishConfig": {

"@forter/helpers": "^1.0.0-alpha.0",
"@forter/icon": "^1.0.0-alpha.0",
"@forter/styles": "^1.0.0-alpha.0",
"@forter/icon": "^1.0.0-alpha.1",
"@forter/styles": "^1.0.0-alpha.1",
"@polymer/paper-tooltip": "^3.0.1"
},
"gitHead": "8f10a43ebb7d05fa2cd442c9142cf5eb8e9179c5"
"gitHead": "6d6ec347a0594813ee22014440e8cbc18ffc7141"
}

@@ -10,2 +10,3 @@ import { LitElement, html, property } from 'lit-element';

import theme from '@forter/styles/forter-theme.css';
import shared from './fc-button-shared.css';

@@ -53,2 +54,3 @@ import style from './fc-button.css';

static styles = [
theme,
shared,

@@ -55,0 +57,0 @@ style,

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