@atlaskit/css 0.19.3 → 0.19.4

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/css
2
2
 
3
+ ## 0.19.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 0.19.3
4
10
 
5
11
  ### Patch Changes
@@ -1373,7 +1373,7 @@ export type BorderRadius = keyof typeof borderRadiusMap;
1373
1373
 
1374
1374
  /**
1375
1375
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
1376
- * @codegen <<SignedSource::64331f0b8b5e2f090a3aad153d92deb6>>
1376
+ * @codegen <<SignedSource::6dffa08c1104af4093361cb0f7e37996>>
1377
1377
  * @codegenId typography
1378
1378
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
1379
1379
  * @codegenParams ["fontSize", "fontWeight", "fontFamily", "lineHeight", "body", "ui"]
@@ -1382,7 +1382,6 @@ export type BorderRadius = keyof typeof borderRadiusMap;
1382
1382
  */
1383
1383
  export const fontMap: {
1384
1384
  'font.body': 'var(--ds-font-body)';
1385
- 'font.body.UNSAFE_small': 'var(--ds-font-body-UNSAFE_small)';
1386
1385
  'font.body.large': 'var(--ds-font-body-large)';
1387
1386
  'font.body.small': 'var(--ds-font-body-small)';
1388
1387
  'font.code': 'var(--ds-font-code)';
@@ -1401,11 +1400,6 @@ export const fontMap: {
1401
1400
  'font.body',
1402
1401
  'normal 400 14px/20px "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
1403
1402
  ),
1404
- // @deprecated
1405
- 'font.body.UNSAFE_small': token(
1406
- 'font.body.UNSAFE_small',
1407
- 'normal 400 12px/16px "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
1408
- ),
1409
1403
  'font.body.large': token(
1410
1404
  'font.body.large',
1411
1405
  'normal 400 16px/24px "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
@@ -1513,7 +1507,7 @@ export type FontFamily = keyof typeof fontFamilyMap;
1513
1507
 
1514
1508
  /**
1515
1509
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
1516
- * @codegen <<SignedSource::aeebc24b95e2189021f1d98f1715a6a0>>
1510
+ * @codegen <<SignedSource::b67a50fa5abb078032598ba819a6f691>>
1517
1511
  * @codegenId text
1518
1512
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
1519
1513
  * @codegenDependency ../../../primitives/scripts/codegen-file-templates/dimensions.tsx <<SignedSource::cc9b3f12104c6ede803da6a42daac0b0>>
@@ -1521,7 +1515,6 @@ export type FontFamily = keyof typeof fontFamilyMap;
1521
1515
  */
1522
1516
  export const textSizeMap: {
1523
1517
  medium: 'var(--ds-font-body)';
1524
- UNSAFE_small: 'var(--ds-font-body-UNSAFE_small)';
1525
1518
  large: 'var(--ds-font-body-large)';
1526
1519
  small: 'var(--ds-font-body-small)';
1527
1520
  } = {
@@ -1529,10 +1522,6 @@ export const textSizeMap: {
1529
1522
  'font.body',
1530
1523
  'normal 400 14px/20px "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
1531
1524
  ),
1532
- UNSAFE_small: token(
1533
- 'font.body.UNSAFE_small',
1534
- 'normal 400 12px/16px "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
1535
- ),
1536
1525
  large: token(
1537
1526
  'font.body.large',
1538
1527
  'normal 400 16px/24px "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/css",
3
- "version": "0.19.3",
3
+ "version": "0.19.4",
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": "^12.0.0",
47
+ "@atlaskit/tokens": "^13.0.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@compiled/react": "^0.20.0"
50
50
  },
@@ -55,7 +55,7 @@
55
55
  "@af/visual-regression": "workspace:^",
56
56
  "@atlaskit/button": "^23.11.0",
57
57
  "@atlaskit/ds-lib": "^7.0.0",
58
- "@atlaskit/primitives": "^18.1.0",
58
+ "@atlaskit/primitives": "^19.0.0",
59
59
  "@atlassian/structured-docs-types": "workspace:^",
60
60
  "@emotion/react": "^11.7.1",
61
61
  "@testing-library/react": "^16.3.0",