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.59.0 to 1.59.1

2

dist/types-ts4.5/theme-config.d.ts

@@ -165,3 +165,3 @@ /**

spacing: Extract<ThemeIds, 'spacing'>;
typography?: Extract<ThemeIds, 'typography' | 'typography-adg3' | 'typography-modernized'>;
typography?: Extract<ThemeIds, 'typography' | 'typography-adg3' | 'typography-modernized' | 'typography-refreshed'>;
UNSAFE_themeOptions?: ThemeOptionsSchema;

@@ -168,0 +168,0 @@ }

@@ -124,3 +124,3 @@ /**

spacing: Extract<ThemeIds, 'spacing'>;
typography?: Extract<ThemeIds, 'typography' | 'typography-adg3' | 'typography-modernized'>;
typography?: Extract<ThemeIds, 'typography' | 'typography-adg3' | 'typography-modernized' | 'typography-refreshed'>;
UNSAFE_themeOptions?: ThemeOptionsSchema;

@@ -127,0 +127,0 @@ }

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

@@ -35,3 +35,3 @@ "publishConfig": {

"check-clean-git": "git diff --exit-code -- packages/design-system/tokens/ || (echo 'tokens are out of date, run yarn build tokens' && false)",
"codegen-tokens": "ts-node --project $(npx repo-root)/tsconfig.node.json ./scripts/style-dictionary/build && cd $(npx repo-root)/packages/design-system/primitives && yarn codegen-styles && cd $(npx repo-root)/packages/design-system/ds-explorations && yarn codegen-styles && cd $(npx repo-root)/packages/design-system/heading && yarn codegen"
"codegen-tokens": "run-ts ./scripts/style-dictionary/build.tsx && cd $(npx repo-root)/packages/design-system/primitives && yarn codegen-styles && cd $(npx repo-root)/packages/design-system/ds-explorations && yarn codegen-styles && cd $(npx repo-root)/packages/design-system/heading && yarn codegen"
},

@@ -61,2 +61,3 @@ "dependencies": {

"@atlassian/feature-flags-test-utils": "*",
"@atlassian/ts-loader": "*",
"@babel/core": "^7.20.0",

@@ -85,3 +86,2 @@ "@emotion/react": "^11.7.1",

"style-dictionary": "^3.8.0",
"ts-node": "^10.9.1",
"typescript": "~5.4.2"

@@ -88,0 +88,0 @@ },

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

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