@atlaskit/tokens 13.3.1 → 13.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/cjs/artifacts/generated-pairs.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +5 -1
- package/dist/cjs/artifacts/token-names.js +5 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +89 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +89 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +89 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +89 -1
- package/dist/cjs/entry-points/token-metadata.codegen.js +37 -1
- package/dist/cjs/utils/token-order.js +1 -1
- package/dist/cjs/utils/token-usage-guidelines.js +3 -0
- package/dist/es2019/artifacts/generated-pairs.js +2 -2
- package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +5 -1
- package/dist/es2019/artifacts/themes/atlassian-dark.js +5 -1
- package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +5 -1
- package/dist/es2019/artifacts/themes/atlassian-light.js +5 -1
- package/dist/es2019/artifacts/token-default-values.js +5 -1
- package/dist/es2019/artifacts/token-names.js +5 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +89 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +89 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +89 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +89 -1
- package/dist/es2019/entry-points/token-metadata.codegen.js +37 -1
- package/dist/es2019/utils/token-order.js +1 -1
- package/dist/es2019/utils/token-usage-guidelines.js +3 -0
- package/dist/esm/artifacts/generated-pairs.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +5 -1
- package/dist/esm/artifacts/token-names.js +5 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +89 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +89 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +89 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +89 -1
- package/dist/esm/entry-points/token-metadata.codegen.js +37 -1
- package/dist/esm/utils/token-order.js +1 -1
- package/dist/esm/utils/token-usage-guidelines.js +3 -0
- package/dist/types/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +5 -1
- package/dist/types/artifacts/token-names.d.ts +9 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/entry-points/css-type-schema.codegen.d.ts +4 -4
- package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types/types.d.ts +24 -6
- package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +5 -1
- package/dist/types-ts4.5/artifacts/token-names.d.ts +9 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +4 -4
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +24 -6
- package/figma/atlassian-dark-increased-contrast.json +36 -0
- package/figma/atlassian-dark.json +36 -0
- package/figma/atlassian-light-increased-contrast.json +36 -0
- package/figma/atlassian-light.json +36 -0
- package/package.json +5 -5
|
@@ -3826,6 +3826,15 @@
|
|
|
3826
3826
|
},
|
|
3827
3827
|
"value": "#DDDEE1"
|
|
3828
3828
|
},
|
|
3829
|
+
"Light/elevation.surface.container": {
|
|
3830
|
+
"attributes": {
|
|
3831
|
+
"group": "paint",
|
|
3832
|
+
"state": "active",
|
|
3833
|
+
"introduced": "13.3.0",
|
|
3834
|
+
"description": "Use as a neutral container surface background."
|
|
3835
|
+
},
|
|
3836
|
+
"value": "#F0F1F2"
|
|
3837
|
+
},
|
|
3829
3838
|
"Light/elevation.surface.overlay": {
|
|
3830
3839
|
"attributes": {
|
|
3831
3840
|
"group": "paint",
|
|
@@ -3889,6 +3898,33 @@
|
|
|
3889
3898
|
},
|
|
3890
3899
|
"value": "#F8F8F8"
|
|
3891
3900
|
},
|
|
3901
|
+
"Light/elevation.rovo.surface.overlay": {
|
|
3902
|
+
"attributes": {
|
|
3903
|
+
"group": "paint",
|
|
3904
|
+
"state": "active",
|
|
3905
|
+
"introduced": "13.3.0",
|
|
3906
|
+
"description": "Use for Rovo overlay surface backgrounds."
|
|
3907
|
+
},
|
|
3908
|
+
"value": "#F8F8F8"
|
|
3909
|
+
},
|
|
3910
|
+
"Light/elevation.rovo.surface.overlay.hovered": {
|
|
3911
|
+
"attributes": {
|
|
3912
|
+
"group": "paint",
|
|
3913
|
+
"state": "active",
|
|
3914
|
+
"introduced": "13.3.0",
|
|
3915
|
+
"description": "Hovered state of elevation.rovo.surface.overlay."
|
|
3916
|
+
},
|
|
3917
|
+
"value": "#F0F1F2"
|
|
3918
|
+
},
|
|
3919
|
+
"Light/elevation.rovo.surface.overlay.pressed": {
|
|
3920
|
+
"attributes": {
|
|
3921
|
+
"group": "paint",
|
|
3922
|
+
"state": "active",
|
|
3923
|
+
"introduced": "13.3.0",
|
|
3924
|
+
"description": "Pressed state of elevation.rovo.surface.overlay."
|
|
3925
|
+
},
|
|
3926
|
+
"value": "#DDDEE1"
|
|
3927
|
+
},
|
|
3892
3928
|
"Light/elevation.shadow.overflow": {
|
|
3893
3929
|
"attributes": {
|
|
3894
3930
|
"group": "shadow",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tokens",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.4.0",
|
|
4
4
|
"description": "Design tokens are the single source of truth to name and store design decisions.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -64,13 +64,13 @@
|
|
|
64
64
|
"@atlaskit/icon": "^35.4.0",
|
|
65
65
|
"@atlaskit/inline-message": "^15.6.0",
|
|
66
66
|
"@atlaskit/link": "^3.4.0",
|
|
67
|
-
"@atlaskit/lozenge": "^13.
|
|
68
|
-
"@atlaskit/popup": "^4.
|
|
67
|
+
"@atlaskit/lozenge": "^13.9.0",
|
|
68
|
+
"@atlaskit/popup": "^4.24.0",
|
|
69
69
|
"@atlaskit/primitives": "^19.0.0",
|
|
70
70
|
"@atlaskit/radio": "^8.6.0",
|
|
71
71
|
"@atlaskit/section-message": "^8.13.0",
|
|
72
72
|
"@atlaskit/select": "^21.12.0",
|
|
73
|
-
"@atlaskit/tag": "^14.
|
|
73
|
+
"@atlaskit/tag": "^14.16.0",
|
|
74
74
|
"@atlaskit/textarea": "^8.3.0",
|
|
75
75
|
"@atlaskit/textfield": "^8.3.0",
|
|
76
76
|
"@atlaskit/theme": "^25.0.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
82
82
|
"@atlassian/ts-loader": "^0.1.0",
|
|
83
83
|
"@babel/core": "7.24.9",
|
|
84
|
-
"@compiled/react": "
|
|
84
|
+
"@compiled/react": "^0.20.0",
|
|
85
85
|
"@hypermod/utils": "^0.4.2",
|
|
86
86
|
"@testing-library/react": "^16.3.0",
|
|
87
87
|
"color-blend": "^4.0.0",
|