@atlaskit/primitives 1.11.0 → 1.11.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,11 @@
1
1
  # @atlaskit/primitives
2
2
 
3
+ ## 1.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#43455](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43455) [`16586bd07a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/16586bd07a0) - Updated `font.body.small` line height to 16px (1rem).
8
+
3
9
  ## 1.11.0
4
10
 
5
11
  ### Minor Changes
@@ -493,7 +493,7 @@ var borderRadiusMap = exports.borderRadiusMap = {
493
493
 
494
494
  /**
495
495
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
496
- * @codegen <<SignedSource::fc5fa2e6300ad8cc69d2ab1af222c4f5>>
496
+ * @codegen <<SignedSource::739812ebd4363d1b1782332b2ebffd2c>>
497
497
  * @codegenId typography
498
498
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
499
499
  * @codegenParams ["fontSize", "fontWeight", "fontFamily", "lineHeight", "body", "ui"]
@@ -536,7 +536,7 @@ var lineHeightMap = exports.lineHeightMap = {
536
536
  var bodyTextMap = exports.bodyTextMap = {
537
537
  body: "var(--ds-font-body, normal 400 14px/20px var(--ds-font-family-body))",
538
538
  'body.large': "var(--ds-font-body-large, normal 400 16px/24px var(--ds-font-family-body))",
539
- 'body.small': "var(--ds-font-body-small, normal 400 11px/20px var(--ds-font-family-body))"
539
+ 'body.small': "var(--ds-font-body-small, normal 400 11px/16px var(--ds-font-family-body))"
540
540
  };
541
541
  var uiTextMap = exports.uiTextMap = {
542
542
  ui: "var(--ds-font-ui, normal 400 14px/1 var(--ds-font-family-body))",
@@ -480,7 +480,7 @@ export const borderRadiusMap = {
480
480
  */
481
481
  /**
482
482
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
483
- * @codegen <<SignedSource::fc5fa2e6300ad8cc69d2ab1af222c4f5>>
483
+ * @codegen <<SignedSource::739812ebd4363d1b1782332b2ebffd2c>>
484
484
  * @codegenId typography
485
485
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
486
486
  * @codegenParams ["fontSize", "fontWeight", "fontFamily", "lineHeight", "body", "ui"]
@@ -523,7 +523,7 @@ export const lineHeightMap = {
523
523
  export const bodyTextMap = {
524
524
  body: "var(--ds-font-body, normal 400 14px/20px var(--ds-font-family-body))",
525
525
  'body.large': "var(--ds-font-body-large, normal 400 16px/24px var(--ds-font-family-body))",
526
- 'body.small': "var(--ds-font-body-small, normal 400 11px/20px var(--ds-font-family-body))"
526
+ 'body.small': "var(--ds-font-body-small, normal 400 11px/16px var(--ds-font-family-body))"
527
527
  };
528
528
  export const uiTextMap = {
529
529
  ui: "var(--ds-font-ui, normal 400 14px/1 var(--ds-font-family-body))",
@@ -481,7 +481,7 @@ export var borderRadiusMap = {
481
481
  */
482
482
  /**
483
483
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
484
- * @codegen <<SignedSource::fc5fa2e6300ad8cc69d2ab1af222c4f5>>
484
+ * @codegen <<SignedSource::739812ebd4363d1b1782332b2ebffd2c>>
485
485
  * @codegenId typography
486
486
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
487
487
  * @codegenParams ["fontSize", "fontWeight", "fontFamily", "lineHeight", "body", "ui"]
@@ -524,7 +524,7 @@ export var lineHeightMap = {
524
524
  export var bodyTextMap = {
525
525
  body: "var(--ds-font-body, normal 400 14px/20px var(--ds-font-family-body))",
526
526
  'body.large': "var(--ds-font-body-large, normal 400 16px/24px var(--ds-font-family-body))",
527
- 'body.small': "var(--ds-font-body-small, normal 400 11px/20px var(--ds-font-family-body))"
527
+ 'body.small': "var(--ds-font-body-small, normal 400 11px/16px var(--ds-font-family-body))"
528
528
  };
529
529
  export var uiTextMap = {
530
530
  ui: "var(--ds-font-ui, normal 400 14px/1 var(--ds-font-family-body))",
@@ -489,7 +489,7 @@ export type BorderRadius = keyof typeof borderRadiusMap;
489
489
  */
490
490
  /**
491
491
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
492
- * @codegen <<SignedSource::fc5fa2e6300ad8cc69d2ab1af222c4f5>>
492
+ * @codegen <<SignedSource::739812ebd4363d1b1782332b2ebffd2c>>
493
493
  * @codegenId typography
494
494
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
495
495
  * @codegenParams ["fontSize", "fontWeight", "fontFamily", "lineHeight", "body", "ui"]
@@ -489,7 +489,7 @@ export type BorderRadius = keyof typeof borderRadiusMap;
489
489
  */
490
490
  /**
491
491
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
492
- * @codegen <<SignedSource::fc5fa2e6300ad8cc69d2ab1af222c4f5>>
492
+ * @codegen <<SignedSource::739812ebd4363d1b1782332b2ebffd2c>>
493
493
  * @codegenId typography
494
494
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
495
495
  * @codegenParams ["fontSize", "fontWeight", "fontFamily", "lineHeight", "body", "ui"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/primitives",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "Primitives are token-backed low-level building blocks.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"