Socket
Socket
Sign inDemoInstall

@atlaskit/tokens

Package Overview
Dependencies
Maintainers
1
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/tokens - npm Package Compare versions

Comparing version 1.39.0 to 1.39.1

2

dist/cjs/get-token-value.js

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

var name = "@atlaskit/tokens";
var version = "1.39.0";
var version = "1.39.1";
/**

@@ -14,0 +14,0 @@ * Takes a dot-separated token name and and an optional fallback, and returns the current computed CSS value for the

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

var name = "@atlaskit/tokens";
var version = "1.39.0";
var version = "1.39.1";
/**

@@ -15,0 +15,0 @@ * Takes a dot-separated token name and an optional fallback, and returns the CSS custom property for the corresponding token.

import warnOnce from '@atlaskit/ds-lib/warn-once';
import tokens from './artifacts/token-names';
const name = "@atlaskit/tokens";
const version = "1.39.0";
const version = "1.39.1";
/**

@@ -6,0 +6,0 @@ * Takes a dot-separated token name and and an optional fallback, and returns the current computed CSS value for the

@@ -5,3 +5,3 @@ import warnOnce from '@atlaskit/ds-lib/warn-once';

const name = "@atlaskit/tokens";
const version = "1.39.0";
const version = "1.39.1";
/**

@@ -8,0 +8,0 @@ * Takes a dot-separated token name and an optional fallback, and returns the CSS custom property for the corresponding token.

import warnOnce from '@atlaskit/ds-lib/warn-once';
import tokens from './artifacts/token-names';
var name = "@atlaskit/tokens";
var version = "1.39.0";
var version = "1.39.1";
/**

@@ -6,0 +6,0 @@ * Takes a dot-separated token name and and an optional fallback, and returns the current computed CSS value for the

@@ -5,3 +5,3 @@ import warnOnce from '@atlaskit/ds-lib/warn-once';

var name = "@atlaskit/tokens";
var version = "1.39.0";
var version = "1.39.1";
/**

@@ -8,0 +8,0 @@ * Takes a dot-separated token name and an optional fallback, and returns the CSS custom property for the corresponding token.

{
"name": "@atlaskit/tokens",
"version": "1.39.0",
"version": "1.39.1",
"description": "Design tokens are the single source of truth to name and store design decisions.",

@@ -93,2 +93,9 @@ "publishConfig": {

},
"hypermod": {
"dependencies": [
"@hypermod/utils",
"postcss",
"postcss-less"
]
},
"typesVersions": {

@@ -95,0 +102,0 @@ ">=4.5 <4.9": {

Sorry, the diff of this file is too big to display

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