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.56.1 to 1.56.2

dist/cjs/artifacts/themes/atlassian-typography-modernized.js

8

dist/cjs/artifacts/theme-import-map.js

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

*
* @codegen <<SignedSource::22d7bb0d6046d2d20f2a8f82afc0acb7>>
* @codegen <<SignedSource::1178d8004df8fd52edec31241e55e33a>>
* @codegenCommand yarn build tokens

@@ -91,6 +91,6 @@ */

},
'typography-minor3': function typographyMinor3() {
'typography-modernized': function typographyModernized() {
return Promise.resolve().then(function () {
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_atlassian-typography-minor3" */
'./themes/atlassian-typography-minor3'));
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_atlassian-typography-modernized" */
'./themes/atlassian-typography-modernized'));
});

@@ -97,0 +97,0 @@ },

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

get: function get() {
return _atlassianTypographyMinor.default;
return _atlassianTypographyModernized.default;
}

@@ -54,4 +54,4 @@ });

var _atlassianSpacing = _interopRequireDefault(require("../artifacts/tokens-raw/atlassian-spacing"));
var _atlassianTypographyMinor = _interopRequireDefault(require("../artifacts/tokens-raw/atlassian-typography-minor3"));
var _atlassianTypographyModernized = _interopRequireDefault(require("../artifacts/tokens-raw/atlassian-typography-modernized"));
var _atlassianTypographyAdg = _interopRequireDefault(require("../artifacts/tokens-raw/atlassian-typography-adg3"));
var _atlassianShape = _interopRequireDefault(require("../artifacts/tokens-raw/atlassian-shape"));

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

*/
var themeIds = exports.themeIds = ['light-increased-contrast', 'light', 'light-future', 'light-brand-refresh', 'dark', 'dark-future', 'dark-increased-contrast', 'dark-brand-refresh', 'legacy-light', 'legacy-dark', 'spacing', 'shape', 'typography-adg3', 'typography-minor3'];
var themeIds = exports.themeIds = ['light-increased-contrast', 'light', 'light-future', 'light-brand-refresh', 'dark', 'dark-future', 'dark-increased-contrast', 'dark-brand-refresh', 'legacy-light', 'legacy-dark', 'spacing', 'shape', 'typography-adg3', 'typography-modernized'];
/**

@@ -176,5 +176,5 @@ * Theme override ids: the equivalent of themeIds for theme overrides.

},
'atlassian-typography-minor3': {
id: 'typography-minor3',
displayName: 'Atlassian Typography (Minor Third)',
'atlassian-typography-modernized': {
id: 'typography-modernized',
displayName: 'Atlassian Typography (Modernized)',
palette: 'typographyPalette',

@@ -181,0 +181,0 @@ attributes: {

@@ -9,3 +9,3 @@ /**

*
* @codegen <<SignedSource::22d7bb0d6046d2d20f2a8f82afc0acb7>>
* @codegen <<SignedSource::1178d8004df8fd52edec31241e55e33a>>
* @codegenCommand yarn build tokens

@@ -37,4 +37,4 @@ */

'./themes/atlassian-shape'),
'typography-minor3': () => import( /* webpackChunkName: "@atlaskit-internal_atlassian-typography-minor3" */
'./themes/atlassian-typography-minor3'),
'typography-modernized': () => import( /* webpackChunkName: "@atlaskit-internal_atlassian-typography-modernized" */
'./themes/atlassian-typography-modernized'),
'light-brand-refresh': () => import( /* webpackChunkName: "@atlaskit-internal_atlassian-light-brand-refresh" */

@@ -41,0 +41,0 @@ './themes/atlassian-light-brand-refresh'),

@@ -5,4 +5,4 @@ export { default as light } from '../artifacts/tokens-raw/atlassian-light';

export { default as spacing } from '../artifacts/tokens-raw/atlassian-spacing';
export { default as typography } from '../artifacts/tokens-raw/atlassian-typography-minor3';
export { default as typography } from '../artifacts/tokens-raw/atlassian-typography-modernized';
export { default as typographyAdg3 } from '../artifacts/tokens-raw/atlassian-typography-adg3';
export { default as shape } from '../artifacts/tokens-raw/atlassian-shape';

@@ -41,3 +41,3 @@ /**

*/
export const themeIds = ['light-increased-contrast', 'light', 'light-future', 'light-brand-refresh', 'dark', 'dark-future', 'dark-increased-contrast', 'dark-brand-refresh', 'legacy-light', 'legacy-dark', 'spacing', 'shape', 'typography-adg3', 'typography-minor3'];
export const themeIds = ['light-increased-contrast', 'light', 'light-future', 'light-brand-refresh', 'dark', 'dark-future', 'dark-increased-contrast', 'dark-brand-refresh', 'legacy-light', 'legacy-dark', 'spacing', 'shape', 'typography-adg3', 'typography-modernized'];
/**

@@ -170,5 +170,5 @@ * Theme override ids: the equivalent of themeIds for theme overrides.

},
'atlassian-typography-minor3': {
id: 'typography-minor3',
displayName: 'Atlassian Typography (Minor Third)',
'atlassian-typography-modernized': {
id: 'typography-modernized',
displayName: 'Atlassian Typography (Modernized)',
palette: 'typographyPalette',

@@ -175,0 +175,0 @@ attributes: {

@@ -9,3 +9,3 @@ /**

*
* @codegen <<SignedSource::22d7bb0d6046d2d20f2a8f82afc0acb7>>
* @codegen <<SignedSource::1178d8004df8fd52edec31241e55e33a>>
* @codegenCommand yarn build tokens

@@ -59,5 +59,5 @@ */

},
'typography-minor3': function typographyMinor3() {
return import( /* webpackChunkName: "@atlaskit-internal_atlassian-typography-minor3" */
'./themes/atlassian-typography-minor3');
'typography-modernized': function typographyModernized() {
return import( /* webpackChunkName: "@atlaskit-internal_atlassian-typography-modernized" */
'./themes/atlassian-typography-modernized');
},

@@ -64,0 +64,0 @@ 'light-brand-refresh': function lightBrandRefresh() {

@@ -5,4 +5,4 @@ export { default as light } from '../artifacts/tokens-raw/atlassian-light';

export { default as spacing } from '../artifacts/tokens-raw/atlassian-spacing';
export { default as typography } from '../artifacts/tokens-raw/atlassian-typography-minor3';
export { default as typography } from '../artifacts/tokens-raw/atlassian-typography-modernized';
export { default as typographyAdg3 } from '../artifacts/tokens-raw/atlassian-typography-adg3';
export { default as shape } from '../artifacts/tokens-raw/atlassian-shape';

@@ -41,3 +41,3 @@ /**

*/
export var themeIds = ['light-increased-contrast', 'light', 'light-future', 'light-brand-refresh', 'dark', 'dark-future', 'dark-increased-contrast', 'dark-brand-refresh', 'legacy-light', 'legacy-dark', 'spacing', 'shape', 'typography-adg3', 'typography-minor3'];
export var themeIds = ['light-increased-contrast', 'light', 'light-future', 'light-brand-refresh', 'dark', 'dark-future', 'dark-increased-contrast', 'dark-brand-refresh', 'legacy-light', 'legacy-dark', 'spacing', 'shape', 'typography-adg3', 'typography-modernized'];
/**

@@ -170,5 +170,5 @@ * Theme override ids: the equivalent of themeIds for theme overrides.

},
'atlassian-typography-minor3': {
id: 'typography-minor3',
displayName: 'Atlassian Typography (Minor Third)',
'atlassian-typography-modernized': {
id: 'typography-modernized',
displayName: 'Atlassian Typography (Modernized)',
palette: 'typographyPalette',

@@ -175,0 +175,0 @@ attributes: {

@@ -9,3 +9,3 @@ /**

*
* @codegen <<SignedSource::22d7bb0d6046d2d20f2a8f82afc0acb7>>
* @codegen <<SignedSource::1178d8004df8fd52edec31241e55e33a>>
* @codegenCommand yarn build tokens

@@ -12,0 +12,0 @@ */

@@ -5,4 +5,4 @@ export { default as light } from '../artifacts/tokens-raw/atlassian-light';

export { default as spacing } from '../artifacts/tokens-raw/atlassian-spacing';
export { default as typography } from '../artifacts/tokens-raw/atlassian-typography-minor3';
export { default as typography } from '../artifacts/tokens-raw/atlassian-typography-modernized';
export { default as typographyAdg3 } from '../artifacts/tokens-raw/atlassian-typography-adg3';
export { default as shape } from '../artifacts/tokens-raw/atlassian-shape';

@@ -9,3 +9,3 @@ /**

*/
export type Themes = 'atlassian-light' | 'atlassian-light-future' | 'atlassian-light-increased-contrast' | 'atlassian-light-brand-refresh' | 'atlassian-dark' | 'atlassian-dark-future' | 'atlassian-dark-increased-contrast' | 'atlassian-dark-brand-refresh' | 'atlassian-legacy-light' | 'atlassian-legacy-dark' | 'atlassian-shape' | 'atlassian-spacing' | 'atlassian-typography-minor3' | 'atlassian-typography-adg3';
export type Themes = 'atlassian-light' | 'atlassian-light-future' | 'atlassian-light-increased-contrast' | 'atlassian-light-brand-refresh' | 'atlassian-dark' | 'atlassian-dark-future' | 'atlassian-dark-increased-contrast' | 'atlassian-dark-brand-refresh' | 'atlassian-legacy-light' | 'atlassian-legacy-dark' | 'atlassian-shape' | 'atlassian-spacing' | 'atlassian-typography-modernized' | 'atlassian-typography-adg3';
export type ThemeFileNames = Themes;

@@ -68,3 +68,3 @@ /**

"typography-adg3",
"typography-minor3"
"typography-modernized"
];

@@ -93,3 +93,3 @@ export type ThemeIds = (typeof themeIds)[number];

"typography-adg3",
"typography-minor3"
"typography-modernized"
];

@@ -166,3 +166,3 @@ export type ThemeIdsWithOverrides = (typeof themeIdsWithOverrides)[number];

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

@@ -169,0 +169,0 @@ }

@@ -9,3 +9,3 @@ /**

*
* @codegen <<SignedSource::22d7bb0d6046d2d20f2a8f82afc0acb7>>
* @codegen <<SignedSource::1178d8004df8fd52edec31241e55e33a>>
* @codegenCommand yarn build tokens

@@ -12,0 +12,0 @@ */

@@ -5,4 +5,4 @@ export { default as light } from '../artifacts/tokens-raw/atlassian-light';

export { default as spacing } from '../artifacts/tokens-raw/atlassian-spacing';
export { default as typography } from '../artifacts/tokens-raw/atlassian-typography-minor3';
export { default as typography } from '../artifacts/tokens-raw/atlassian-typography-modernized';
export { default as typographyAdg3 } from '../artifacts/tokens-raw/atlassian-typography-adg3';
export { default as shape } from '../artifacts/tokens-raw/atlassian-shape';

@@ -9,3 +9,3 @@ /**

*/
export type Themes = 'atlassian-light' | 'atlassian-light-future' | 'atlassian-light-increased-contrast' | 'atlassian-light-brand-refresh' | 'atlassian-dark' | 'atlassian-dark-future' | 'atlassian-dark-increased-contrast' | 'atlassian-dark-brand-refresh' | 'atlassian-legacy-light' | 'atlassian-legacy-dark' | 'atlassian-shape' | 'atlassian-spacing' | 'atlassian-typography-minor3' | 'atlassian-typography-adg3';
export type Themes = 'atlassian-light' | 'atlassian-light-future' | 'atlassian-light-increased-contrast' | 'atlassian-light-brand-refresh' | 'atlassian-dark' | 'atlassian-dark-future' | 'atlassian-dark-increased-contrast' | 'atlassian-dark-brand-refresh' | 'atlassian-legacy-light' | 'atlassian-legacy-dark' | 'atlassian-shape' | 'atlassian-spacing' | 'atlassian-typography-modernized' | 'atlassian-typography-adg3';
export type ThemeFileNames = Themes;

@@ -46,3 +46,3 @@ /**

*/
export declare const themeIds: readonly ["light-increased-contrast", "light", "light-future", "light-brand-refresh", "dark", "dark-future", "dark-increased-contrast", "dark-brand-refresh", "legacy-light", "legacy-dark", "spacing", "shape", "typography-adg3", "typography-minor3"];
export declare const themeIds: readonly ["light-increased-contrast", "light", "light-future", "light-brand-refresh", "dark", "dark-future", "dark-increased-contrast", "dark-brand-refresh", "legacy-light", "legacy-dark", "spacing", "shape", "typography-adg3", "typography-modernized"];
export type ThemeIds = (typeof themeIds)[number];

@@ -55,3 +55,3 @@ /**

export type ThemeOverrideIds = (typeof themeOverrideIds)[number];
export declare const themeIdsWithOverrides: readonly ["light-increased-contrast", "light", "light-future", "light-brand-refresh", "dark", "dark-future", "dark-increased-contrast", "dark-brand-refresh", "legacy-light", "legacy-dark", "spacing", "shape", "typography-adg3", "typography-minor3"];
export declare const themeIdsWithOverrides: readonly ["light-increased-contrast", "light", "light-future", "light-brand-refresh", "dark", "dark-future", "dark-increased-contrast", "dark-brand-refresh", "legacy-light", "legacy-dark", "spacing", "shape", "typography-adg3", "typography-modernized"];
export type ThemeIdsWithOverrides = (typeof themeIdsWithOverrides)[number];

@@ -127,3 +127,3 @@ /**

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

@@ -130,0 +130,0 @@ }

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

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

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