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.41 to 1.0.42

4

dist/cjs/utils/theme-type.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
//# sourceMappingURL=theme-type.js.map

2

dist/cjs/utils/themes.js

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

function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
var light = {

@@ -16,0 +16,0 @@ name: 'light',

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

import { createThemeContext, createUseTheme, createThemeOverrider, createThemeProvider } from '@os-design/theming-tools';
import { createThemeContext, createThemeOverrider, createThemeProvider, createUseTheme } from '@os-design/theming-tools';
import themes from './themes';

@@ -3,0 +3,0 @@ export { clr, overrideTheme } from '@os-design/theming-tools';

@@ -1,5 +0,5 @@

import { ThemeMap as BaseThemeMap, ThemeContextProps as BaseThemeContextProps, ThemeOverriderProps as BaseThemeOverriderProps, ThemeProviderProps as BaseThemeProviderProps } from '@os-design/theming-tools';
import { ThemeContextProps as BaseThemeContextProps, ThemeMap as BaseThemeMap, ThemeOverriderProps as BaseThemeOverriderProps, ThemeProviderProps as BaseThemeProviderProps } from '@os-design/theming-tools';
import { Theme } from './theme-type';
export type { HSLColor, HSLAColor, Color } from '@os-design/theming-tools';
export { clr, overrideTheme } from '@os-design/theming-tools';
export type { Color, HSLAColor, HSLColor } from '@os-design/theming-tools';
export type ThemeMap = BaseThemeMap<Theme>;

@@ -6,0 +6,0 @@ export type ThemeContextProps = BaseThemeContextProps<Theme, ThemeMap>;

{
"name": "@os-design/theming",
"version": "1.0.41",
"version": "1.0.42",
"license": "UNLICENSED",

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

"dependencies": {
"@os-design/theming-tools": "^1.0.12"
"@os-design/theming-tools": "^1.0.13"
},

@@ -39,3 +39,3 @@ "peerDependencies": {

},
"gitHead": "88df07f5c7c0c5534a24b84689854528fa514153"
"gitHead": "0e88d3afc41e36cee61222a039ef1aa4d08115b5"
}

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

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

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