Socket
Socket
Sign inDemoInstall

@looker/design-tokens

Package Overview
Dependencies
103
Maintainers
10
Versions
159
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.1 to 2.7.0

3

cjs/defaults/index.js

@@ -18,5 +18,6 @@ "use strict";

brandAnimation: false,
density: 0
density: 0,
externalLabel: true
};
exports.componentSettingsDefaults = componentSettingsDefaults;
//# sourceMappingURL=index.js.map

@@ -5,2 +5,3 @@ import type { ComponentSettingsDefaults } from './types';

density: import("..").DensityRamp;
externalLabel: boolean;
};
export { generateDefaults } from './generateDefaults';
export var componentSettingsDefaults = {
brandAnimation: false,
density: 0
density: 0,
externalLabel: true
};
//# sourceMappingURL=index.js.map

@@ -5,2 +5,3 @@ import type { DensityRamp } from '../system/density';

density: DensityRamp;
externalLabel: boolean;
};
{
"name": "@looker/design-tokens",
"license": "MIT",
"version": "2.6.1",
"version": "2.7.0",
"sideEffects": false,

@@ -6,0 +6,0 @@ "publishConfig": {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc