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

@looker/design-tokens

Package Overview
Dependencies
Maintainers
10
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@looker/design-tokens - npm Package Compare versions

Comparing version 2.7.3 to 2.7.4

cjs/theme/dashboardAppearance.js

13

cjs/theme/index.js

@@ -7,2 +7,15 @@ "use strict";

var _dashboardAppearance = require("./dashboardAppearance");
Object.keys(_dashboardAppearance).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _dashboardAppearance[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _dashboardAppearance[key];
}
});
});
var _theme = require("./theme");

@@ -9,0 +22,0 @@

3

cjs/theme/theme.js

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

var _generateDashboardAppearance = require("./utils/generateDashboardAppearance");
const theme = {
breakpoints: _tokens.breakpoints,
colors: _color.colors,
dashboardAppearance: (0, _generateDashboardAppearance.generateDashboardAppearance)(_color.colors),
defaults: _defaults.componentSettingsDefaults,

@@ -23,0 +26,0 @@ easings: _tokens.easings,

2

package.json
{
"name": "@looker/design-tokens",
"license": "MIT",
"version": "2.7.3",
"version": "2.7.4",
"sideEffects": false,

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

@@ -0,3 +1,4 @@

export * from './dashboardAppearance';
export * from './theme';
export * from './utils';
export type { ThemeCustomizations } from './ThemeCustomizations';

@@ -0,3 +1,4 @@

export * from './dashboardAppearance';
export * from './theme';
export * from './utils';
//# sourceMappingURL=index.js.map

@@ -7,5 +7,7 @@ import type { DefaultTheme } from 'styled-components';

import type { ComponentSettingsDefaults } from '../defaults';
import type { DashboardAppearance } from './dashboardAppearance';
export interface Theme {
breakpoints: string[];
colors: Colors;
dashboardAppearance: DashboardAppearance;
defaults: ComponentSettingsDefaults;

@@ -12,0 +14,0 @@ easings: Easings;

@@ -6,5 +6,7 @@ import { colors } from '../color';

import { breakpoints, easings, fontFamilies, fontSizes, fontWeights, lineHeights, radii, sizes, shadows, transitions } from '../tokens';
import { generateDashboardAppearance } from './utils/generateDashboardAppearance';
export var theme = {
breakpoints: breakpoints,
colors: colors,
dashboardAppearance: generateDashboardAppearance(colors),
defaults: componentSettingsDefaults,

@@ -11,0 +13,0 @@ easings: easings,

import type { PaddingProps } from '../system';
export declare const paddingDefaultsHelper: (props: PaddingProps, defaults: PaddingProps) => {
pb: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
pl: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
pr: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
pt: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
px: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
py: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
readonly pb: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
readonly pl: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
readonly pr: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
readonly pt: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
readonly px: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
readonly py: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
} | {
p: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
};

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