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

@os-design/theming

Package Overview
Dependencies
Maintainers
0
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.52 to 1.0.53

dist/@types/emotion.d.js

17

package.json
{
"name": "@os-design/theming",
"version": "1.0.52",
"version": "1.0.53",
"license": "UNLICENSED",
"repository": "git@gitlab.com:os-team/libs/os-design.git",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [

@@ -23,5 +23,4 @@ "dist",

"clean": "rimraf dist",
"build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx --out-dir dist/esm --source-maps",
"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx --out-dir dist/cjs --source-maps",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
"build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx --out-dir dist",
"build:types": "tsc -p tsconfig.build.json --emitDeclarationOnly --declaration --declarationDir dist",
"build": "yarn clean && npm-run-all 'build:*'",

@@ -34,3 +33,3 @@ "ncu": "ncu -u"

"dependencies": {
"@os-design/theming-tools": "^1.0.22"
"@os-design/theming-tools": "^1.0.23"
},

@@ -41,3 +40,3 @@ "peerDependencies": {

},
"gitHead": "f9cb806c601f5118bb20331f1b785816c56d3af8"
"gitHead": "86a83e87297a07afe132782ca2c95023b7139276"
}

@@ -5,4 +5,4 @@ import '@emotion/react';

declare module '@emotion/react' {
// eslint-disable-next-line @typescript-eslint/no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
export interface Theme extends BaseTheme {}
}

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

import { Color } from '@os-design/theming-tools';
import type { Color } from '@os-design/theming-tools';

@@ -3,0 +3,0 @@ export interface Theme {

@@ -1,3 +0,7 @@

import { Color, overrideTheme, ThemeMap } from '@os-design/theming-tools';
import { Theme } from './theme-type';
import {
type Color,
overrideTheme,
type ThemeMap,
} from '@os-design/theming-tools';
import type { Theme } from './theme-type';

@@ -4,0 +8,0 @@ export const light: Theme = {

import {
ThemeContextProps as BaseThemeContextProps,
ThemeMap as BaseThemeMap,
ThemeOverriderProps as BaseThemeOverriderProps,
ThemeProviderProps as BaseThemeProviderProps,
type ThemeContextProps as BaseThemeContextProps,
type ThemeMap as BaseThemeMap,
type ThemeOverriderProps as BaseThemeOverriderProps,
type ThemeProviderProps as BaseThemeProviderProps,
createThemeContext,

@@ -11,3 +11,3 @@ createThemeOverrider,

} from '@os-design/theming-tools';
import { Theme } from './theme-type';
import type { Theme } from './theme-type';
import themes from './themes';

@@ -14,0 +14,0 @@

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