@atlaskit/css 0.19.1 → 0.19.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,17 @@
1
1
  # @atlaskit/css
2
2
 
3
+ ## 0.19.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.19.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 0.19.1
4
16
 
5
17
  ### Patch Changes
@@ -47,8 +47,11 @@ const styleMaps = {
47
47
  ...textWeightMap,
48
48
  };
49
49
 
50
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
51
- export default function transformer(fileInfo: FileInfo, { jscodeshift: j }: API, options: Options) {
50
+ export default function transformer(
51
+ fileInfo: FileInfo,
52
+ { jscodeshift: j }: API,
53
+ _options: Options,
54
+ ): string | undefined {
52
55
  const base = j(fileInfo.source);
53
56
 
54
57
  // replace xcss with cssMap