Socket
Socket
Sign inDemoInstall

@os-design/theming

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@os-design/theming - npm Package Compare versions

Comparing version 1.0.23 to 1.0.24

4

dist/cjs/index.js

@@ -60,5 +60,5 @@ "use strict";

function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; }
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
//# sourceMappingURL=theme-type.js.map

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

function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); }
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }

@@ -284,9 +284,2 @@ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }

// ------------------------
// Divider
// ------------------------
get dividerColor() {
return this.inputColorBorder;
},
// ------------------------
// Drawer

@@ -336,2 +329,9 @@ // ------------------------

// ------------------------
// FormDivider
// ------------------------
get formDividerColor() {
return this.inputColorBorder;
},
// ------------------------
// FormItem

@@ -474,3 +474,3 @@ // ------------------------

get menuDividerColor() {
return this.dividerColor;
return this.formDividerColor;
},

@@ -477,0 +477,0 @@

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

export {};
//# sourceMappingURL=theme-type.js.map

@@ -263,9 +263,2 @@ import { overrideTheme } from '@os-design/theming-tools';

// ------------------------
// Divider
// ------------------------
get dividerColor() {
return this.inputColorBorder;
},
// ------------------------
// Drawer

@@ -315,2 +308,9 @@ // ------------------------

// ------------------------
// FormDivider
// ------------------------
get formDividerColor() {
return this.inputColorBorder;
},
// ------------------------
// FormItem

@@ -453,3 +453,3 @@ // ------------------------

get menuDividerColor() {
return this.dividerColor;
return this.formDividerColor;
},

@@ -456,0 +456,0 @@

@@ -83,3 +83,2 @@ import { Color } from '@os-design/theming-tools';

datePickerSelectedDayColorText: Color;
dividerColor: Color;
drawerColorBoxShadow: Color;

@@ -98,2 +97,3 @@ editorMinHeight: number;

editorBlockImageMaxHeight: number;
formDividerColor: Color;
formItemColorOptional: Color;

@@ -100,0 +100,0 @@ formItemColorHelp: Color;

{
"name": "@os-design/theming",
"version": "1.0.23",
"version": "1.0.24",
"license": "UNLICENSED",

@@ -37,3 +37,3 @@ "repository": "git@gitlab.com:os-team/libs/os-design.git",

},
"gitHead": "ff3ab9d2b1e4c7387c51f1469e5df9b8d7b2b746"
"gitHead": "cf188e2ce3ba97f769e92154d8925c499d4e9def"
}

Sorry, the diff of this file is not supported yet

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