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

@pismo/bolt-core

Package Overview
Dependencies
Maintainers
6
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pismo/bolt-core - npm Package Compare versions

Comparing version 1.2.3 to 1.3.0

5

dist/icons/index.d.ts
/// <reference types="react" />
import { SvgIconProps } from '@material-ui/core/SvgIcon';
export declare const MenuIcon: (props: SvgIconProps) => JSX.Element;
export declare const DashboardIcon: (props: SvgIconProps) => JSX.Element;
export declare const SellerIcon: (props: SvgIconProps) => JSX.Element;
export declare const CreditorsIcon: (props: SvgIconProps) => JSX.Element;
export declare const ExampleIcon: (props: SvgIconProps) => JSX.Element;

9

dist/icons/index.js

@@ -16,10 +16,3 @@ "use strict";

var SvgIcon_1 = require("@material-ui/core/SvgIcon");
exports.MenuIcon = function (props) { return (React.createElement(SvgIcon_1.default, __assign({}, props, { viewBox: '0 0 16 16' }),
React.createElement("path", { d: 'M0 4H4V0H0V4ZM6 16H10V12H6V16ZM4 16H0V12H4V16ZM0 10H4V6H0V10ZM10 10H6V6H10V10ZM12 0V4H16V0H12ZM10 4H6V0H10V4ZM12 10H16V6H12V10ZM16 16H12V12H16V16Z', fill: 'currentColor' }))); };
exports.DashboardIcon = function (props) { return (React.createElement(SvgIcon_1.default, __assign({}, props, { viewBox: '0 0 18 18' }),
React.createElement("path", { d: 'M0 0H8V10H0V0ZM18 0H10V6H18V0ZM6 8V2H2V8H6ZM16 4V2H12V4H16ZM16 10V16H12V10H16ZM6 16V14H2V16H6ZM18 8H10V18H18V8ZM0 12H8V18H0V12Z', fill: 'currentColor' }))); };
exports.SellerIcon = function (props) { return (React.createElement(SvgIcon_1.default, __assign({}, props, { viewBox: '0 0 18 16' }),
React.createElement("path", { d: 'M1 0H17V2H1V0ZM15.96 8L15.36 5H2.64L2.04 8H15.96ZM17 3H1L0 8V10H1V16H11V10H15V16H17V10H18V8L17 3ZM3 10V14H9V10H3Z', fill: 'currentColor' }))); };
exports.CreditorsIcon = function (props) { return (React.createElement(SvgIcon_1.default, __assign({}, props, { viewBox: '0 0 20 20' }),
React.createElement("path", { d: 'M0.5 5L10 0L19.5 5V7H0.5V5ZM10 2.26L15.21 5H4.79L10 2.26ZM3 9H5V16H3V9ZM11 9V16H9V9H11ZM0.5 18V20H19.5V18H0.5ZM15 9H17V16H15V9Z', fill: 'currentColor' }))); };
exports.ExampleIcon = function (props) { return React.createElement(SvgIcon_1.default, __assign({}, props)); };
//# sourceMappingURL=index.js.map

@@ -195,2 +195,3 @@ export declare const paletteExtra: {

boxShadow: string;
color: string;
'&$expanded': {

@@ -197,0 +198,0 @@ margin: number;

@@ -186,4 +186,5 @@ "use strict";

'&.ExpansionMenu': {
background: exports.paletteExtra.textField.backgroundColor,
background: 'transparent',
boxShadow: 'none',
color: '#fff',
'&$expanded': {

@@ -206,3 +207,5 @@ margin: 0

'&:hover': {
backgroundColor: exports.paletteExtra.background.special,
backgroundColor: ColorJ(exports.paletteExtra.background.main)
.lighten(0.5)
.hex(),
color: '#fff'

@@ -228,3 +231,5 @@ },

'&:hover': {
backgroundColor: exports.paletteExtra.background.special,
backgroundColor: ColorJ(exports.paletteExtra.background.main)
.lighten(0.5)
.hex(),
color: '#fff'

@@ -231,0 +236,0 @@ }

{
"name": "@pismo/bolt-core",
"version": "1.2.3",
"version": "1.3.0",
"description": "Bolt component core",

@@ -5,0 +5,0 @@ "author": "Pismo <hello@pismo.io>",

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