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

blockbuster-design-system

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockbuster-design-system - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

4

dist/index.js

@@ -36,3 +36,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

function _templateObject() {
var data = _taggedTemplateLiteralLoose(["\n align-self: ", ";\n background: ", ";\n background-size: ", ";\n background-color: ", ";\n background-position: ", ";\n background-repeat: ", ";\n border: ", ";\n border-radius: var(--border-radius);\n box-sizing: border-box;\n display: ", ";\n flex-direction: ", ";\n flex-wrap: ", ";\n height: ", ";\n justify-content: ", ";\n margin: ", ";\n max-height: ", ";\n max-width: ", ";\n min-height: ", ";\n overflow: hidden;\n overflow-x: ", ";\n padding: ", ";\n width: 100%;\n"]);
var data = _taggedTemplateLiteralLoose(["\n align-self: ", ";\n background: ", ";\n background-size: ", ";\n background-color: ", ";\n background-position: ", ";\n background-repeat: ", ";\n border: ", ";\n border-radius: var(--border-radius);\n box-sizing: border-box;\n display: ", ";\n flex-direction: ", ";\n flex-wrap: ", ";\n height: ", ";\n justify-content: ", ";\n margin: ", ";\n max-height: ", ";\n max-width: ", ";\n min-height: ", ";\n overflow: hidden;\n overflow-x: ", ";\n padding: ", ";\n width: ", ";\n"]);

@@ -81,2 +81,4 @@ _templateObject = function _templateObject() {

return props.padding ? props.padding : '0';
}, function (props) {
return props.width ? props.width : '100%';
});

@@ -83,0 +85,0 @@

@@ -33,3 +33,3 @@ import React from 'react';

function _templateObject() {
var data = _taggedTemplateLiteralLoose(["\n align-self: ", ";\n background: ", ";\n background-size: ", ";\n background-color: ", ";\n background-position: ", ";\n background-repeat: ", ";\n border: ", ";\n border-radius: var(--border-radius);\n box-sizing: border-box;\n display: ", ";\n flex-direction: ", ";\n flex-wrap: ", ";\n height: ", ";\n justify-content: ", ";\n margin: ", ";\n max-height: ", ";\n max-width: ", ";\n min-height: ", ";\n overflow: hidden;\n overflow-x: ", ";\n padding: ", ";\n width: 100%;\n"]);
var data = _taggedTemplateLiteralLoose(["\n align-self: ", ";\n background: ", ";\n background-size: ", ";\n background-color: ", ";\n background-position: ", ";\n background-repeat: ", ";\n border: ", ";\n border-radius: var(--border-radius);\n box-sizing: border-box;\n display: ", ";\n flex-direction: ", ";\n flex-wrap: ", ";\n height: ", ";\n justify-content: ", ";\n margin: ", ";\n max-height: ", ";\n max-width: ", ";\n min-height: ", ";\n overflow: hidden;\n overflow-x: ", ";\n padding: ", ";\n width: ", ";\n"]);

@@ -78,2 +78,4 @@ _templateObject = function _templateObject() {

return props.padding ? props.padding : '0';
}, function (props) {
return props.width ? props.width : '100%';
});

@@ -80,0 +82,0 @@

{
"name": "blockbuster-design-system",
"version": "1.2.6",
"version": "1.2.7",
"description": "Blockbuster but 2020",

@@ -5,0 +5,0 @@ "author": "carbonology",

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