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

@convertkit/design

Package Overview
Dependencies
Maintainers
3
Versions
655
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@convertkit/design - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

full-screen-dialog/full-screen-dialog.js

4

buttons/button.js

@@ -22,3 +22,3 @@ "use strict";

var DEFAULT = "inline-block rounded border border-solid";
var DEFAULT = "inline-block rounded-sm border border-solid leading-tight";
var COLORS = {

@@ -30,3 +30,3 @@ gray: "text-black bg-gray-200 border-gray-200 hover:bg-gray-300 hover:border-gray-300",

var SIZES = {
md: "text-sm px-2 py-1",
md: "text-sm px-2 py-2",
lg: "text-lg px-4 py-2"

@@ -33,0 +33,0 @@ };

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

function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { keys.push.apply(keys, Object.getOwnPropertySymbols(object)); } if (enumerableOnly) keys = keys.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); return keys; }
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }

@@ -19,0 +19,0 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(source, true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(source).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }

@@ -335,3 +335,11 @@ "use strict";

iconName: 'cabinet-filing'
}, {
title: 'Snippets',
prefix: 'fal',
iconName: 'box'
}, {
title: 'Bonus',
prefix: 'fal',
iconName: 'gift'
}];
exports.icons = icons;
{
"name": "@convertkit/design",
"version": "0.0.1",
"version": "0.0.2",
"description": "Design System for ConvertKit",

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

"build:es": "NODE_ENV=production BABEL_ENV=es babel ./src --out-dir ./dist/ --ignore **.test.js,**/__tests__/**",
"build": "yarn build:es && yarn build:package-json"
"build:tailwind": "npx tailwind build src/styles.css -o dist/styles.css && cp tailwind.config.js dist/tailwind.config.js",
"build": "yarn build:es && yarn build:package-json && yarn build:tailwind"
},

@@ -51,6 +52,8 @@ "author": "",

"/buttons/link-button.js": "/buttons/link-button.js",
"/icon/index.js": "/icon/index.js",
"/icon/icons.js": "/icon/icons.js",
"/icon/index.js": "/icon/index.js",
"/icon/library.js": "/icon/library.js"
"/icon/library.js": "/icon/library.js",
"/full-screen-dialog/full-screen-dialog.js": "/full-screen-dialog/full-screen-dialog.js",
"/full-screen-dialog/index.js": "/full-screen-dialog/index.js"
}
}
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