@convertkit/design
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
325060
11
17579
1