Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@os-design/theming

Package Overview
Dependencies
Maintainers
1
Versions
68
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.30 to 1.0.31

5

dist/types/utils/tools.d.ts

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

/// <reference types="react" />
import { ThemeMap as BaseThemeMap, ThemeContextProps as BaseThemeContextProps, ThemeOverriderProps as BaseThemeOverriderProps, ThemeProviderProps as BaseThemeProviderProps } from '@os-design/theming-tools';

@@ -11,5 +10,5 @@ import { Theme } from './theme-type';

export declare type ThemeOverriderProps = BaseThemeOverriderProps<Theme>;
export declare const ThemeOverrider: import("react").FC<BaseThemeOverriderProps<Theme>>;
export declare const ThemeOverrider: import("@os-design/theming-tools").ThemeOverrider<Theme>;
export declare type ThemeProviderProps = BaseThemeProviderProps<Theme>;
export declare const ThemeProvider: import("react").FC<BaseThemeProviderProps<Theme>>;
export declare const ThemeProvider: import("@os-design/theming-tools").ThemeProvider<Theme>;
//# sourceMappingURL=tools.d.ts.map

6

package.json
{
"name": "@os-design/theming",
"version": "1.0.30",
"version": "1.0.31",
"license": "UNLICENSED",

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

"dependencies": {
"@os-design/theming-tools": "^1.0.4"
"@os-design/theming-tools": "^1.0.5"
},

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

},
"gitHead": "990fa0eb8e38bbb94ebea1ba0c825574ff11fe5e"
"gitHead": "d68e1f41705b52f8a0c5d2fbf7846839c2176a5d"
}

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

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