@atlaskit/css 0.18.0 → 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,13 @@
|
|
|
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
|
+
|
|
3
11
|
## 0.18.0
|
|
4
12
|
|
|
5
13
|
### Minor 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::
|
|
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::
|
|
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