@atlaskit/tokens 0.10.31 → 0.10.33

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.
Files changed (115) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/css/atlassian-dark.css +5 -1
  3. package/css/atlassian-legacy-dark.css +5 -1
  4. package/css/atlassian-legacy-light.css +17 -13
  5. package/css/atlassian-light.css +7 -3
  6. package/css/atlassian-spacing.css +77 -77
  7. package/dist/cjs/artifacts/palettes-raw/spacing-scale.js +25 -25
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +45 -3
  9. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +45 -3
  10. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +45 -3
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +49 -7
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +77 -77
  13. package/dist/cjs/artifacts/typescript/atlassian-dark-token-names.js +3 -1
  14. package/dist/cjs/artifacts/typescript/atlassian-legacy-dark-token-names.js +3 -1
  15. package/dist/cjs/artifacts/typescript/atlassian-legacy-light-token-names.js +3 -1
  16. package/dist/cjs/artifacts/typescript/atlassian-light-token-default-values.js +4 -2
  17. package/dist/cjs/artifacts/typescript/atlassian-light-token-names.js +3 -1
  18. package/dist/cjs/artifacts/typescript/atlassian-spacing-token-default-values.js +77 -77
  19. package/dist/cjs/get-token.js +1 -1
  20. package/dist/cjs/palettes/spacing-scale.js +12 -12
  21. package/dist/cjs/tokens/atlassian-dark/elevation/shadow.js +31 -21
  22. package/dist/cjs/tokens/atlassian-legacy-dark/elevation/shadow.js +31 -21
  23. package/dist/cjs/tokens/atlassian-legacy-light/elevation/shadow.js +27 -17
  24. package/dist/cjs/tokens/atlassian-light/elevation/shadow.js +27 -17
  25. package/dist/cjs/tokens/default/elevation/shadow.js +23 -5
  26. package/dist/cjs/version.json +1 -1
  27. package/dist/es2019/artifacts/palettes-raw/spacing-scale.js +25 -25
  28. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +45 -3
  29. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +45 -3
  30. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +45 -3
  31. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +49 -7
  32. package/dist/es2019/artifacts/tokens-raw/atlassian-spacing.js +77 -77
  33. package/dist/es2019/artifacts/typescript/atlassian-dark-token-names.js +3 -1
  34. package/dist/es2019/artifacts/typescript/atlassian-legacy-dark-token-names.js +3 -1
  35. package/dist/es2019/artifacts/typescript/atlassian-legacy-light-token-names.js +3 -1
  36. package/dist/es2019/artifacts/typescript/atlassian-light-token-default-values.js +4 -2
  37. package/dist/es2019/artifacts/typescript/atlassian-light-token-names.js +3 -1
  38. package/dist/es2019/artifacts/typescript/atlassian-spacing-token-default-values.js +77 -77
  39. package/dist/es2019/get-token.js +1 -1
  40. package/dist/es2019/palettes/spacing-scale.js +12 -12
  41. package/dist/es2019/tokens/atlassian-dark/elevation/shadow.js +31 -21
  42. package/dist/es2019/tokens/atlassian-legacy-dark/elevation/shadow.js +31 -21
  43. package/dist/es2019/tokens/atlassian-legacy-light/elevation/shadow.js +27 -17
  44. package/dist/es2019/tokens/atlassian-light/elevation/shadow.js +27 -17
  45. package/dist/es2019/tokens/default/elevation/shadow.js +23 -5
  46. package/dist/es2019/version.json +1 -1
  47. package/dist/esm/artifacts/palettes-raw/spacing-scale.js +25 -25
  48. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +45 -3
  49. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +45 -3
  50. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +45 -3
  51. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +49 -7
  52. package/dist/esm/artifacts/tokens-raw/atlassian-spacing.js +77 -77
  53. package/dist/esm/artifacts/typescript/atlassian-dark-token-names.js +3 -1
  54. package/dist/esm/artifacts/typescript/atlassian-legacy-dark-token-names.js +3 -1
  55. package/dist/esm/artifacts/typescript/atlassian-legacy-light-token-names.js +3 -1
  56. package/dist/esm/artifacts/typescript/atlassian-light-token-default-values.js +4 -2
  57. package/dist/esm/artifacts/typescript/atlassian-light-token-names.js +3 -1
  58. package/dist/esm/artifacts/typescript/atlassian-spacing-token-default-values.js +77 -77
  59. package/dist/esm/get-token.js +1 -1
  60. package/dist/esm/palettes/spacing-scale.js +12 -12
  61. package/dist/esm/tokens/atlassian-dark/elevation/shadow.js +31 -21
  62. package/dist/esm/tokens/atlassian-legacy-dark/elevation/shadow.js +31 -21
  63. package/dist/esm/tokens/atlassian-legacy-light/elevation/shadow.js +27 -17
  64. package/dist/esm/tokens/atlassian-light/elevation/shadow.js +27 -17
  65. package/dist/esm/tokens/default/elevation/shadow.js +23 -5
  66. package/dist/esm/version.json +1 -1
  67. package/dist/types/artifacts/palettes-raw/spacing-scale.d.ts +1 -1
  68. package/dist/types/artifacts/token-default-values.d.ts +79 -77
  69. package/dist/types/artifacts/token-names.d.ts +2 -0
  70. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  71. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  72. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  73. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  74. package/dist/types/artifacts/tokens-raw/atlassian-spacing.d.ts +1 -1
  75. package/dist/types/artifacts/typescript/atlassian-dark-token-names.d.ts +5 -1
  76. package/dist/types/artifacts/typescript/atlassian-dark-types-internal.d.ts +2 -2
  77. package/dist/types/artifacts/typescript/atlassian-dark-types.d.ts +2 -2
  78. package/dist/types/artifacts/typescript/atlassian-legacy-dark-token-names.d.ts +5 -1
  79. package/dist/types/artifacts/typescript/atlassian-legacy-dark-types-internal.d.ts +2 -2
  80. package/dist/types/artifacts/typescript/atlassian-legacy-dark-types.d.ts +2 -2
  81. package/dist/types/artifacts/typescript/atlassian-legacy-light-token-names.d.ts +5 -1
  82. package/dist/types/artifacts/typescript/atlassian-legacy-light-types-internal.d.ts +2 -2
  83. package/dist/types/artifacts/typescript/atlassian-legacy-light-types.d.ts +2 -2
  84. package/dist/types/artifacts/typescript/atlassian-light-token-default-values.d.ts +4 -2
  85. package/dist/types/artifacts/typescript/atlassian-light-token-names.d.ts +5 -1
  86. package/dist/types/artifacts/typescript/atlassian-light-types-internal.d.ts +2 -2
  87. package/dist/types/artifacts/typescript/atlassian-light-types.d.ts +2 -2
  88. package/dist/types/artifacts/typescript/atlassian-spacing-token-default-values.d.ts +77 -77
  89. package/dist/types/types.d.ts +5 -1
  90. package/dist/types-ts4.0/artifacts/palettes-raw/spacing-scale.d.ts +1 -1
  91. package/dist/types-ts4.0/artifacts/token-default-values.d.ts +79 -77
  92. package/dist/types-ts4.0/artifacts/token-names.d.ts +2 -0
  93. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  94. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  95. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  96. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  97. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-spacing.d.ts +1 -1
  98. package/dist/types-ts4.0/artifacts/typescript/atlassian-dark-token-names.d.ts +5 -1
  99. package/dist/types-ts4.0/artifacts/typescript/atlassian-dark-types-internal.d.ts +2 -2
  100. package/dist/types-ts4.0/artifacts/typescript/atlassian-dark-types.d.ts +2 -2
  101. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-dark-token-names.d.ts +5 -1
  102. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-dark-types-internal.d.ts +2 -2
  103. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-dark-types.d.ts +2 -2
  104. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-light-token-names.d.ts +5 -1
  105. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-light-types-internal.d.ts +2 -2
  106. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-light-types.d.ts +2 -2
  107. package/dist/types-ts4.0/artifacts/typescript/atlassian-light-token-default-values.d.ts +4 -2
  108. package/dist/types-ts4.0/artifacts/typescript/atlassian-light-token-names.d.ts +5 -1
  109. package/dist/types-ts4.0/artifacts/typescript/atlassian-light-types-internal.d.ts +2 -2
  110. package/dist/types-ts4.0/artifacts/typescript/atlassian-light-types.d.ts +2 -2
  111. package/dist/types-ts4.0/artifacts/typescript/atlassian-spacing-token-default-values.d.ts +77 -77
  112. package/dist/types-ts4.0/types.d.ts +5 -1
  113. package/package.json +1 -1
  114. package/report.api.md +4 -0
  115. package/tmp/api-report-tmp.d.ts +4 -0
@@ -7,7 +7,7 @@ exports.default = void 0;
7
7
 
8
8
  /**
9
9
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
10
- * @codegen <<SignedSource::c82e43b67b045a60bb8a6c1dc11edd58>>
10
+ * @codegen <<SignedSource::38da2e03d7e98be680a4d8b094bc1094>>
11
11
  * @codegenCommand yarn build tokens
12
12
  */
13
13
  var tokens = [{
@@ -6572,8 +6572,50 @@ var tokens = [{
6572
6572
  "opacity": 0.5
6573
6573
  }]
6574
6574
  },
6575
- "name": "elevation.shadow.overflow",
6576
- "path": ["elevation", "shadow", "overflow"]
6575
+ "name": "elevation.shadow.overflow.[default]",
6576
+ "path": ["elevation", "shadow", "overflow", "[default]"]
6577
+ }, {
6578
+ "attributes": {
6579
+ "group": "paint",
6580
+ "state": "active",
6581
+ "introduced": "0.10.32",
6582
+ "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
6583
+ },
6584
+ "value": "#0304048f",
6585
+ "filePath": "src/tokens/atlassian-legacy-dark/elevation/shadow.tsx",
6586
+ "isSource": true,
6587
+ "original": {
6588
+ "attributes": {
6589
+ "group": "paint",
6590
+ "state": "active",
6591
+ "introduced": "0.10.32",
6592
+ "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
6593
+ },
6594
+ "value": "#0304048f"
6595
+ },
6596
+ "name": "elevation.shadow.overflow.spread",
6597
+ "path": ["elevation", "shadow", "overflow", "spread"]
6598
+ }, {
6599
+ "attributes": {
6600
+ "group": "paint",
6601
+ "state": "active",
6602
+ "introduced": "0.10.32",
6603
+ "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
6604
+ },
6605
+ "value": "#03040480",
6606
+ "filePath": "src/tokens/atlassian-legacy-dark/elevation/shadow.tsx",
6607
+ "isSource": true,
6608
+ "original": {
6609
+ "attributes": {
6610
+ "group": "paint",
6611
+ "state": "active",
6612
+ "introduced": "0.10.32",
6613
+ "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
6614
+ },
6615
+ "value": "#03040480"
6616
+ },
6617
+ "name": "elevation.shadow.overflow.perimeter",
6618
+ "path": ["elevation", "shadow", "overflow", "perimeter"]
6577
6619
  }, {
6578
6620
  "attributes": {
6579
6621
  "group": "shadow",
@@ -7,7 +7,7 @@ exports.default = void 0;
7
7
 
8
8
  /**
9
9
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
10
- * @codegen <<SignedSource::6f233e4b1b5be5c6a4c556fffa5fe40d>>
10
+ * @codegen <<SignedSource::cebe4ed5e9e0dc70bed7437dafe3c98c>>
11
11
  * @codegenCommand yarn build tokens
12
12
  */
13
13
  var tokens = [{
@@ -6532,8 +6532,50 @@ var tokens = [{
6532
6532
  "opacity": 0.12
6533
6533
  }]
6534
6534
  },
6535
- "name": "elevation.shadow.overflow",
6536
- "path": ["elevation", "shadow", "overflow"]
6535
+ "name": "elevation.shadow.overflow.[default]",
6536
+ "path": ["elevation", "shadow", "overflow", "[default]"]
6537
+ }, {
6538
+ "attributes": {
6539
+ "group": "paint",
6540
+ "state": "active",
6541
+ "introduced": "0.10.32",
6542
+ "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
6543
+ },
6544
+ "value": "#091e4229",
6545
+ "filePath": "src/tokens/atlassian-legacy-light/elevation/shadow.tsx",
6546
+ "isSource": true,
6547
+ "original": {
6548
+ "attributes": {
6549
+ "group": "paint",
6550
+ "state": "active",
6551
+ "introduced": "0.10.32",
6552
+ "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
6553
+ },
6554
+ "value": "#091e4229"
6555
+ },
6556
+ "name": "elevation.shadow.overflow.spread",
6557
+ "path": ["elevation", "shadow", "overflow", "spread"]
6558
+ }, {
6559
+ "attributes": {
6560
+ "group": "paint",
6561
+ "state": "active",
6562
+ "introduced": "0.10.32",
6563
+ "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
6564
+ },
6565
+ "value": "#091e421f",
6566
+ "filePath": "src/tokens/atlassian-legacy-light/elevation/shadow.tsx",
6567
+ "isSource": true,
6568
+ "original": {
6569
+ "attributes": {
6570
+ "group": "paint",
6571
+ "state": "active",
6572
+ "introduced": "0.10.32",
6573
+ "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
6574
+ },
6575
+ "value": "#091e421f"
6576
+ },
6577
+ "name": "elevation.shadow.overflow.perimeter",
6578
+ "path": ["elevation", "shadow", "overflow", "perimeter"]
6537
6579
  }, {
6538
6580
  "attributes": {
6539
6581
  "group": "shadow",
@@ -7,7 +7,7 @@ exports.default = void 0;
7
7
 
8
8
  /**
9
9
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
10
- * @codegen <<SignedSource::47205df5ad0c00f62bcd307009504921>>
10
+ * @codegen <<SignedSource::5a654d8b889b7fca74b9184ff6687882>>
11
11
  * @codegenCommand yarn build tokens
12
12
  */
13
13
  var tokens = [{
@@ -6492,10 +6492,10 @@ var tokens = [{
6492
6492
  "radius": 8,
6493
6493
  "offset": {
6494
6494
  "x": 0,
6495
- "y": 8
6495
+ "y": 0
6496
6496
  },
6497
6497
  "color": "#091E42",
6498
- "opacity": 0.08
6498
+ "opacity": 0.16
6499
6499
  }, {
6500
6500
  "radius": 1,
6501
6501
  "offset": {
@@ -6518,10 +6518,10 @@ var tokens = [{
6518
6518
  "radius": 8,
6519
6519
  "offset": {
6520
6520
  "x": 0,
6521
- "y": 8
6521
+ "y": 0
6522
6522
  },
6523
6523
  "color": "Neutral1100",
6524
- "opacity": 0.08
6524
+ "opacity": 0.16
6525
6525
  }, {
6526
6526
  "radius": 1,
6527
6527
  "offset": {
@@ -6532,8 +6532,50 @@ var tokens = [{
6532
6532
  "opacity": 0.12
6533
6533
  }]
6534
6534
  },
6535
- "name": "elevation.shadow.overflow",
6536
- "path": ["elevation", "shadow", "overflow"]
6535
+ "name": "elevation.shadow.overflow.[default]",
6536
+ "path": ["elevation", "shadow", "overflow", "[default]"]
6537
+ }, {
6538
+ "attributes": {
6539
+ "group": "paint",
6540
+ "state": "active",
6541
+ "introduced": "0.10.32",
6542
+ "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
6543
+ },
6544
+ "value": "#091e4229",
6545
+ "filePath": "src/tokens/atlassian-light/elevation/shadow.tsx",
6546
+ "isSource": true,
6547
+ "original": {
6548
+ "attributes": {
6549
+ "group": "paint",
6550
+ "state": "active",
6551
+ "introduced": "0.10.32",
6552
+ "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
6553
+ },
6554
+ "value": "#091e4229"
6555
+ },
6556
+ "name": "elevation.shadow.overflow.spread",
6557
+ "path": ["elevation", "shadow", "overflow", "spread"]
6558
+ }, {
6559
+ "attributes": {
6560
+ "group": "paint",
6561
+ "state": "active",
6562
+ "introduced": "0.10.32",
6563
+ "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
6564
+ },
6565
+ "value": "#091e421f",
6566
+ "filePath": "src/tokens/atlassian-light/elevation/shadow.tsx",
6567
+ "isSource": true,
6568
+ "original": {
6569
+ "attributes": {
6570
+ "group": "paint",
6571
+ "state": "active",
6572
+ "introduced": "0.10.32",
6573
+ "description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
6574
+ },
6575
+ "value": "#091e421f"
6576
+ },
6577
+ "name": "elevation.shadow.overflow.perimeter",
6578
+ "path": ["elevation", "shadow", "overflow", "perimeter"]
6537
6579
  }, {
6538
6580
  "attributes": {
6539
6581
  "group": "shadow",