Socket
Socket
Sign inDemoInstall

@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.6.0 to 2.6.1

6

cjs/utils/helpers.js

@@ -6,3 +6,3 @@ "use strict";

});
exports.disabledSwatchColor = exports.calendarMixColor = exports.tabShadowColor = exports.iconButtonColorDerivation = exports.buttonShadow = void 0;
exports.calendarMixColor = exports.tabShadowColor = exports.iconButtonColorDerivation = exports.buttonShadow = void 0;

@@ -44,6 +44,2 @@ var _rgba = _interopRequireDefault(require("polished/lib/color/rgba"));

exports.calendarMixColor = calendarMixColor;
const disabledSwatchColor = color => color && color !== 'transparent' ? (0, _rgba.default)(color, 0.85) : undefined;
exports.disabledSwatchColor = disabledSwatchColor;
//# sourceMappingURL=helpers.js.map

2

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

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

@@ -6,2 +6,1 @@ import type { ExtendedStatefulColor } from '../color/types/stateful';

export declare const calendarMixColor: () => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
export declare const disabledSwatchColor: (color?: string | undefined) => string | undefined;

@@ -30,5 +30,2 @@ import rgba from 'polished/lib/color/rgba';

};
export var disabledSwatchColor = function disabledSwatchColor(color) {
return color && color !== 'transparent' ? rgba(color, 0.85) : undefined;
};
//# sourceMappingURL=helpers.js.map

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