@atlaskit/css 0.15.1 → 0.15.2
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
CHANGED
|
@@ -124,10 +124,10 @@ export type AllSpace = keyof typeof allSpaceMap;
|
|
|
124
124
|
|
|
125
125
|
/**
|
|
126
126
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
127
|
-
* @codegen <<SignedSource::
|
|
127
|
+
* @codegen <<SignedSource::391876b08f98d21b153df0b42a122d9a>>
|
|
128
128
|
* @codegenId inverse-colors
|
|
129
129
|
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
|
|
130
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
130
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::b763fb6c355b33e6fbf23afb996f817f>>
|
|
131
131
|
*/
|
|
132
132
|
export const inverseColorMap: {
|
|
133
133
|
'color.background.neutral.bold': 'color.text.inverse';
|
|
@@ -193,11 +193,11 @@ export const inverseColorMap: {
|
|
|
193
193
|
|
|
194
194
|
/**
|
|
195
195
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
196
|
-
* @codegen <<SignedSource::
|
|
196
|
+
* @codegen <<SignedSource::4407d5eb027cc933eed726fed33ad1ad>>
|
|
197
197
|
* @codegenId elevation
|
|
198
198
|
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
|
|
199
199
|
* @codegenParams ["opacity", "shadow", "surface"]
|
|
200
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
200
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::b763fb6c355b33e6fbf23afb996f817f>>
|
|
201
201
|
*/
|
|
202
202
|
export const opacityMap: {
|
|
203
203
|
'opacity.disabled': 'var(--ds-opacity-disabled)';
|
|
@@ -266,11 +266,11 @@ export type SurfaceColor = keyof typeof surfaceColorMap;
|
|
|
266
266
|
|
|
267
267
|
/**
|
|
268
268
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
269
|
-
* @codegen <<SignedSource::
|
|
269
|
+
* @codegen <<SignedSource::81e488bd12e67b8ac3ac65c71e50e967>>
|
|
270
270
|
* @codegenId colors
|
|
271
271
|
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
|
|
272
272
|
* @codegenParams ["border", "background", "text", "fill"]
|
|
273
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
273
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::b763fb6c355b33e6fbf23afb996f817f>>
|
|
274
274
|
*/
|
|
275
275
|
export const borderColorMap: {
|
|
276
276
|
'color.border': 'var(--ds-border)';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/css",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.2",
|
|
4
4
|
"description": "Style components backed by Atlassian Design System design tokens powered by Compiled CSS-in-JS.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
],
|
|
45
45
|
"atlaskit:src": "src/index.tsx",
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@atlaskit/tokens": "^
|
|
47
|
+
"@atlaskit/tokens": "^8.0.0",
|
|
48
48
|
"@babel/runtime": "^7.0.0",
|
|
49
49
|
"@compiled/react": "^0.18.6"
|
|
50
50
|
},
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@af/visual-regression": "workspace:^",
|
|
56
|
-
"@atlaskit/button": "^23.
|
|
57
|
-
"@atlaskit/ds-lib": "^5.
|
|
58
|
-
"@atlaskit/primitives": "^
|
|
56
|
+
"@atlaskit/button": "^23.6.0",
|
|
57
|
+
"@atlaskit/ds-lib": "^5.2.0",
|
|
58
|
+
"@atlaskit/primitives": "^16.1.0",
|
|
59
59
|
"@emotion/react": "^11.7.1",
|
|
60
60
|
"@testing-library/react": "^13.4.0",
|
|
61
61
|
"@types/jscodeshift": "^0.11.0",
|