@atlaskit/css 0.17.1 → 0.18.1

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,24 @@
1
1
  # @atlaskit/css
2
2
 
3
+ ## 0.18.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`8f904ca860b20`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8f904ca860b20) -
8
+ Fixed codegen script not respecting manual changes in partially codegen'd files.
9
+ - Updated dependencies
10
+
11
+ ## 0.18.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`762b79e21f96a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/762b79e21f96a) -
16
+ Migrated and cleaned up legacy iconography usage.
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+
3
22
  ## 0.17.1
4
23
 
5
24
  ### Patch Changes
@@ -1326,11 +1326,11 @@ export type Layer = keyof typeof layerMap;
1326
1326
 
1327
1327
  /**
1328
1328
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
1329
- * @codegen <<SignedSource::042e960cffbaf7b7d1022ee02c3c6cbb>>
1329
+ * @codegen <<SignedSource::2db762824a4c50f25f7829537dee1f49>>
1330
1330
  * @codegenId border
1331
1331
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
1332
1332
  * @codegenParams ["width", "radius"]
1333
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-shape.tsx <<SignedSource::a98e95106b856526c36bec8851e84348>>
1333
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-shape.tsx <<SignedSource::6683952932c4ad145144ebc086a2548e>>
1334
1334
  */
1335
1335
  export const borderWidthMap: {
1336
1336
  'border.width': 'var(--ds-border-width)';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/css",
3
- "version": "0.17.1",
3
+ "version": "0.18.1",
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": "^8.4.0",
47
+ "@atlaskit/tokens": "^8.6.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@compiled/react": "^0.18.6"
50
50
  },
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "devDependencies": {
55
55
  "@af/visual-regression": "workspace:^",
56
- "@atlaskit/button": "^23.6.0",
56
+ "@atlaskit/button": "^23.8.0",
57
57
  "@atlaskit/ds-lib": "^5.3.0",
58
58
  "@atlaskit/primitives": "^16.4.0",
59
59
  "@emotion/react": "^11.7.1",