@atlaskit/css 0.14.2 → 0.14.3

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
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/css
2
2
 
3
+ ## 0.14.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`c72a8190e4e4f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c72a8190e4e4f) -
8
+ add types to generated code for tokens
9
+ - Updated dependencies
10
+
3
11
  ## 0.14.2
4
12
 
5
13
  ### Patch Changes
@@ -29,10 +29,10 @@ export type Dimension = keyof typeof dimensionMap;
29
29
 
30
30
  /**
31
31
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
32
- * @codegen <<SignedSource::f62f00a8bb1e658389b8878b668fcfd1>>
32
+ * @codegen <<SignedSource::513f6a7e264ea3f9fe56eda322a28f64>>
33
33
  * @codegenId spacing
34
34
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
35
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::55622b91aca9b3afac4bce440f222b71>>
35
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-spacing.tsx <<SignedSource::07b9c29f8d9f95e43d59a7b7ad4ce7a2>>
36
36
  */
37
37
  export const positiveSpaceMap: {
38
38
  'space.0': 'var(--ds-space-0)';
@@ -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::4965497f0b36c04fd6da39c956d1afd9>>
127
+ * @codegen <<SignedSource::1c92990a9f8f6ea7c2266ff81a97ee55>>
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::d227fb20aa75533eb903b15ddcb61e67>>
130
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::2271390eb3f104f20bb791b00250b316>>
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::6aacaedfda6806fa55bfa683125d8717>>
196
+ * @codegen <<SignedSource::cb5e26bf46386ea628fc6bd6d213201e>>
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::d227fb20aa75533eb903b15ddcb61e67>>
200
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::2271390eb3f104f20bb791b00250b316>>
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::be24024fbe022ef5c1df8228e137d9be>>
269
+ * @codegen <<SignedSource::60e520432f6fbc9ef443877d79df9307>>
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::d227fb20aa75533eb903b15ddcb61e67>>
273
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::2271390eb3f104f20bb791b00250b316>>
274
274
  */
275
275
  export const borderColorMap: {
276
276
  'color.border': 'var(--ds-border)';
@@ -1256,11 +1256,11 @@ export type Layer = keyof typeof layerMap;
1256
1256
 
1257
1257
  /**
1258
1258
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
1259
- * @codegen <<SignedSource::dea9cf58b8eaaad9590d4ca8b842832b>>
1259
+ * @codegen <<SignedSource::40c35869c30222d21da9e9024ecf3fe4>>
1260
1260
  * @codegenId border
1261
1261
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
1262
1262
  * @codegenParams ["width", "radius"]
1263
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-shape.tsx <<SignedSource::4713f1e2c0d199b832b10fd3c9dd214b>>
1263
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-shape.tsx <<SignedSource::d47449bd9713a33fe95c6a84d3134308>>
1264
1264
  */
1265
1265
  export const borderWidthMap: {
1266
1266
  'border.width': 'var(--ds-border-width)';
package/dist/cjs/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* index.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* index.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* index.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* index.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import * as React from 'react';
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import { createStrictAPI } from '@compiled/react';
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* index.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* index.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import * as React from 'react';
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import { createStrictAPI } from '@compiled/react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/css",
3
- "version": "0.14.2",
3
+ "version": "0.14.3",
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",
@@ -54,7 +54,7 @@
54
54
  "devDependencies": {
55
55
  "@af/visual-regression": "workspace:^",
56
56
  "@atlaskit/button": "^23.4.0",
57
- "@atlaskit/ds-lib": "^5.0.0",
57
+ "@atlaskit/ds-lib": "^5.1.0",
58
58
  "@atlaskit/primitives": "^14.15.0",
59
59
  "@emotion/react": "^11.7.1",
60
60
  "@testing-library/react": "^13.4.0",