New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

es-components-wtw-legacy-theme

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es-components-wtw-legacy-theme - npm Package Compare versions

Comparing version 21.9.0-canary.77 to 21.9.0-canary.78

4

dist/packages/es-components-wtw-legacy-theme/src/index.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
var es_components_shared_types_1 = __importDefault(require("../../../shared/types/src"));
// grayscale

@@ -4,0 +8,0 @@ var white = '#fff';

2

dist/shared/types/src/ESTheme.d.ts
import * as CSS from 'csstype';
import { IconName } from './IconNames';
import { IconName } from "./IconNames";
export declare const buttonSizes: readonly ["lg", "sm", "xs", "default"];

@@ -4,0 +4,0 @@ export type ButtonSize = (typeof buttonSizes)[number];

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

import type ESTheme from './ESTheme';
export * from './IconNames';
export * from './ESTheme';
import type ESTheme from "./ESTheme";
export * from "./IconNames";
export * from "./ESTheme";
export default ESTheme;
//# sourceMappingURL=index.d.ts.map

@@ -16,4 +16,8 @@ "use strict";

};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
var ESTheme_1 = __importDefault(require("./ESTheme"));
__exportStar(require("./IconNames"), exports);
__exportStar(require("./ESTheme"), exports);
{
"name": "es-components-wtw-legacy-theme",
"version": "21.9.0-canary.77+2e64bc5c",
"version": "21.9.0-canary.78+57d81d3e",
"main": "dist/packages/es-components-wtw-legacy-theme/src/index.js",

@@ -8,3 +8,4 @@ "author": "Willis Towers Watson - Individual Marketplace",

"scripts": {
"build": "tsc --build"
"build": "tsc --build",
"prepublishOnly": "npm run build"
},

@@ -14,3 +15,3 @@ "devDependencies": {

},
"gitHead": "2e64bc5c7375f9397c3334e71052d37c044a3161"
"gitHead": "57d81d3ee3b53c2591286fabca459f57db32d30c"
}

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