Socket
Socket
Sign inDemoInstall

polythene-theme

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polythene-theme - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

dist/.DS_Store

56

dist/polythene-theme.js

@@ -7,37 +7,37 @@ (function (global, factory) {

// Placeholder for custom theme config file
// In your app paths setup, change the current path to your custom config file; see the theme README.
// Placeholder for custom theme config file
// In your app paths setup, change the current path to your custom config file; see the theme README.
// Example:
// Example:
// export const componentConfig = {
// Button: vars => {
// const mainColor = '#e4521b';
// const textColor = '#fff';
// const newVars = Object.assign(
// {},
// vars,
// {
// border_radius: 0,
// color_light_raised_normal_background: mainColor,
// color_light_raised_normal_text: textColor,
// color_dark_raised_normal_background: mainColor,
// color_dark_raised_normal_text: textColor
// }
// );
// return [
// { '': vars }, // default vars for all pages
// { '.example-custom-theme ': newVars } // custom vars for this selector
// ];
// }
// };
// export const componentConfig = {
// Button: vars => {
// const mainColor = '#e4521b';
// const textColor = '#fff';
// const newVars = Object.assign(
// {},
// vars,
// {
// border_radius: 0,
// color_light_raised_normal_background: mainColor,
// color_light_raised_normal_text: textColor,
// color_dark_raised_normal_background: mainColor,
// color_dark_raised_normal_text: textColor
// }
// );
// return [
// { '': vars }, // default vars for all pages
// { '.example-custom-theme ': newVars } // custom vars for this selector
// ];
// }
// };
var componentConfig = {};
var componentConfig = {};
exports.vars = polytheneStyle.vars;
exports.componentConfig = componentConfig;
exports.vars = polytheneStyle.vars;
exports.componentConfig = componentConfig;
Object.defineProperty(exports, '__esModule', { value: true });
Object.defineProperty(exports, '__esModule', { value: true });
})));
//# sourceMappingURL=polythene-theme.js.map
{
"name": "polythene-theme",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "dist/polythene-theme.js",
"main": "dist/polythene-theme",
"module": "dist/polythene-theme.mjs",
"scripts": {
"clean": "rm -rf dist && mkdir dist",
"clean": "rm -rf dist/*",
"rollup": "../../node_modules/rollup/bin/rollup -c ../../scripts/rollup.umd.js && ../../node_modules/rollup/bin/rollup -c ../../scripts/rollup.es.js",
"build": "yarn run rollup"
"build": "yarn run clean && yarn run rollup"
},

@@ -17,3 +17,3 @@ "files": [

"dependencies": {
"polythene-style": "^1.0.0"
"polythene-style": "^1.1.0"
},

@@ -20,0 +20,0 @@ "author": "Arthur Clemens <arthurclemens@gmail.com> (http://arthurclemens.com)",

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