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

@atlaskit/tokens

Package Overview
Dependencies
Maintainers
1
Versions
222
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 0.8.0 to 0.8.1

dist/cjs/constants.js

6

CHANGELOG.md
# @atlaskit/tokens
## 0.8.1
### Patch Changes
- [`a66253fc6a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a66253fc6a5) - Export token ID utility functions with new entrypoint `@atlaskit/tokens/token-ids`
## 0.8.0

@@ -4,0 +10,0 @@

2

dist/cjs/get-token.js

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

var name = "@atlaskit/tokens";
var version = "0.8.0";
var version = "0.8.1";

@@ -18,0 +18,0 @@ function token(path, fallback) {

{
"name": "@atlaskit/tokens",
"version": "0.8.0",
"sideEffects": false
"version": "0.8.1",
"sideEffects": [
"**/*.css"
]
}
import warnOnce from '@atlaskit/ds-lib/warn-once';
import tokens from './artifacts/token-names';
const name = "@atlaskit/tokens";
const version = "0.8.0";
const version = "0.8.1";

@@ -6,0 +6,0 @@ function token(path, fallback) {

{
"name": "@atlaskit/tokens",
"version": "0.8.0",
"sideEffects": false
"version": "0.8.1",
"sideEffects": [
"**/*.css"
]
}
import warnOnce from '@atlaskit/ds-lib/warn-once';
import tokens from './artifacts/token-names';
var name = "@atlaskit/tokens";
var version = "0.8.0";
var version = "0.8.1";

@@ -6,0 +6,0 @@ function token(path, fallback) {

{
"name": "@atlaskit/tokens",
"version": "0.8.0",
"sideEffects": false
"version": "0.8.1",
"sideEffects": [
"**/*.css"
]
}
{
"name": "@atlaskit/tokens",
"version": "0.8.0",
"version": "0.8.1",
"author": "Atlassian Pty Ltd",

@@ -19,6 +19,9 @@ "description": "Tokens are a single source of truth to name and store Atlassian design decisions.",

"types": "dist/types/index.d.ts",
"sideEffects": false,
"sideEffects": [
"**/*.css"
],
"atlaskit:src": "src/index.tsx",
"af:exports": {
".": "./src/index.tsx",
"./token-ids": "./src/entry-points/token-ids.tsx",
"./token-names": "./src/entry-points/token-names.tsx",

@@ -25,0 +28,0 @@ "./rename-mapping": "./src/entry-points/rename-mapping.tsx",

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