@atlaskit/tokens
Advanced tools
Comparing version 0.9.0 to 0.9.1
# @atlaskit/tokens | ||
## 0.9.1 | ||
### Patch Changes | ||
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4 | ||
## 0.9.0 | ||
@@ -4,0 +10,0 @@ |
@@ -15,3 +15,3 @@ "use strict"; | ||
var name = "@atlaskit/tokens"; | ||
var version = "0.9.0"; | ||
var version = "0.9.1"; | ||
@@ -18,0 +18,0 @@ function token(path, fallback) { |
{ | ||
"name": "@atlaskit/tokens", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"sideEffects": [ | ||
@@ -5,0 +5,0 @@ "**/*.css" |
import warnOnce from '@atlaskit/ds-lib/warn-once'; | ||
import tokens from './artifacts/token-names'; | ||
const name = "@atlaskit/tokens"; | ||
const version = "0.9.0"; | ||
const version = "0.9.1"; | ||
@@ -6,0 +6,0 @@ function token(path, fallback) { |
{ | ||
"name": "@atlaskit/tokens", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"sideEffects": [ | ||
@@ -5,0 +5,0 @@ "**/*.css" |
import warnOnce from '@atlaskit/ds-lib/warn-once'; | ||
import tokens from './artifacts/token-names'; | ||
var name = "@atlaskit/tokens"; | ||
var version = "0.9.0"; | ||
var version = "0.9.1"; | ||
@@ -6,0 +6,0 @@ function token(path, fallback) { |
{ | ||
"name": "@atlaskit/tokens", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"sideEffects": [ | ||
@@ -5,0 +5,0 @@ "**/*.css" |
@@ -0,13 +1,5 @@ | ||
import type { UtilTokenSchema, ValueSchema } from '../../../types'; | ||
declare const _default: { | ||
utility: Pick<{ | ||
UNSAFE_util: { | ||
transparent: { | ||
value: string; | ||
}; | ||
MISSING_TOKEN: { | ||
value: string; | ||
}; | ||
}; | ||
}, "UNSAFE_util">; | ||
utility: ValueSchema<UtilTokenSchema>; | ||
}; | ||
export default _default; |
@@ -0,13 +1,5 @@ | ||
import type { UtilTokenSchema, ValueSchema } from '../../../types'; | ||
declare const _default: { | ||
utility: Pick<{ | ||
UNSAFE_util: { | ||
transparent: { | ||
value: string; | ||
}; | ||
MISSING_TOKEN: { | ||
value: string; | ||
}; | ||
}; | ||
}, "UNSAFE_util">; | ||
utility: ValueSchema<UtilTokenSchema>; | ||
}; | ||
export default _default; |
{ | ||
"name": "@atlaskit/tokens", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"author": "Atlassian Pty Ltd", | ||
@@ -44,3 +44,3 @@ "description": "Tokens are a single source of truth to name and store Atlassian design decisions.", | ||
"devDependencies": { | ||
"@atlaskit/button": "^16.2.0", | ||
"@atlaskit/button": "^16.3.0", | ||
"@atlaskit/code": "^14.3.0", | ||
@@ -67,3 +67,3 @@ "@atlaskit/focus-ring": "^1.0.0", | ||
"ts-node": "^10.0.0", | ||
"typescript": "3.9.10" | ||
"typescript": "4.2.4" | ||
}, | ||
@@ -70,0 +70,0 @@ "techstack": { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1959868
60749