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-rc.9 to 1.0.0-rc.10

42

dist/polythene-theme.js

@@ -1,2 +0,42 @@

!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("polythene-style")):"function"==typeof define&&define.amd?define(["exports","polythene-style"],t):t(e.polythene={},e["polythene-style"])}(this,function(e,t){"use strict";var o={};e.vars=t.vars,e.componentConfig=o,Object.defineProperty(e,"__esModule",{value:!0})});
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('polythene-style')) :
typeof define === 'function' && define.amd ? define(['exports', 'polythene-style'], factory) :
(factory((global.polythene = {}),global['polythene-style']));
}(this, (function (exports,polytheneStyle) { 'use strict';
// 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:
// 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 = {};
exports.vars = polytheneStyle.vars;
exports.componentConfig = componentConfig;
Object.defineProperty(exports, '__esModule', { value: true });
})));
//# sourceMappingURL=polythene-theme.js.map

4

package.json
{
"name": "polythene-theme",
"version": "1.0.0-rc.9",
"version": "1.0.0-rc.10",
"description": "",

@@ -17,3 +17,3 @@ "main": "dist/polythene-theme.js",

"dependencies": {
"polythene-style": "^1.0.0-rc.9"
"polythene-style": "^1.0.0-rc.10"
},

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

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