@atlaskit/tokens 0.10.18 → 0.10.20

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 (112) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/css/atlassian-dark.css +10 -2
  3. package/css/atlassian-legacy-dark.css +10 -2
  4. package/css/atlassian-legacy-light.css +9 -1
  5. package/css/atlassian-light.css +9 -1
  6. package/dist/cjs/artifacts/palettes-raw/legacy-palette.js +35 -1
  7. package/dist/cjs/artifacts/palettes-raw/palette.js +35 -1
  8. package/dist/cjs/artifacts/rename-mapping.js +4 -4
  9. package/dist/cjs/artifacts/token-default-values.js +9 -1
  10. package/dist/cjs/artifacts/token-names.js +9 -1
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +207 -19
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +207 -19
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +187 -19
  14. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +187 -19
  15. package/dist/cjs/constants.js +5 -3
  16. package/dist/cjs/get-token.js +1 -1
  17. package/dist/cjs/palettes/legacy-palette.js +18 -0
  18. package/dist/cjs/palettes/palette.js +18 -0
  19. package/dist/cjs/tokens/atlassian-dark/elevation/shadow.js +12 -0
  20. package/dist/cjs/tokens/atlassian-dark/elevation/surface.js +27 -3
  21. package/dist/cjs/tokens/atlassian-dark/opacity/opacity.js +18 -0
  22. package/dist/cjs/tokens/atlassian-legacy-dark/elevation/shadow.js +12 -0
  23. package/dist/cjs/tokens/atlassian-legacy-dark/elevation/surface.js +27 -3
  24. package/dist/cjs/tokens/atlassian-legacy-dark/opacity/opacity.js +18 -0
  25. package/dist/cjs/tokens/atlassian-legacy-light/elevation/surface.js +27 -3
  26. package/dist/cjs/tokens/atlassian-legacy-light/opacity/opacity.js +18 -0
  27. package/dist/cjs/tokens/atlassian-light/elevation/surface.js +27 -3
  28. package/dist/cjs/tokens/atlassian-light/opacity/opacity.js +18 -0
  29. package/dist/cjs/tokens/default/deprecated/deprecated.js +3 -3
  30. package/dist/cjs/tokens/default/elevation/shadow.js +1 -1
  31. package/dist/cjs/tokens/default/elevation/surface.js +69 -15
  32. package/dist/cjs/tokens/default/opacity/opacity.js +28 -0
  33. package/dist/cjs/utils/token-ids.js +8 -5
  34. package/dist/cjs/version.json +1 -1
  35. package/dist/es2019/artifacts/palettes-raw/legacy-palette.js +35 -1
  36. package/dist/es2019/artifacts/palettes-raw/palette.js +35 -1
  37. package/dist/es2019/artifacts/rename-mapping.js +4 -4
  38. package/dist/es2019/artifacts/token-default-values.js +9 -1
  39. package/dist/es2019/artifacts/token-names.js +9 -1
  40. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +207 -19
  41. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +207 -19
  42. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +187 -19
  43. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +187 -19
  44. package/dist/es2019/constants.js +2 -1
  45. package/dist/es2019/get-token.js +1 -1
  46. package/dist/es2019/palettes/legacy-palette.js +18 -0
  47. package/dist/es2019/palettes/palette.js +18 -0
  48. package/dist/es2019/tokens/atlassian-dark/elevation/shadow.js +12 -0
  49. package/dist/es2019/tokens/atlassian-dark/elevation/surface.js +27 -3
  50. package/dist/es2019/tokens/atlassian-dark/opacity/opacity.js +11 -0
  51. package/dist/es2019/tokens/atlassian-legacy-dark/elevation/shadow.js +12 -0
  52. package/dist/es2019/tokens/atlassian-legacy-dark/elevation/surface.js +27 -3
  53. package/dist/es2019/tokens/atlassian-legacy-dark/opacity/opacity.js +11 -0
  54. package/dist/es2019/tokens/atlassian-legacy-light/elevation/surface.js +27 -3
  55. package/dist/es2019/tokens/atlassian-legacy-light/opacity/opacity.js +11 -0
  56. package/dist/es2019/tokens/atlassian-light/elevation/surface.js +27 -3
  57. package/dist/es2019/tokens/atlassian-light/opacity/opacity.js +11 -0
  58. package/dist/es2019/tokens/default/deprecated/deprecated.js +3 -3
  59. package/dist/es2019/tokens/default/elevation/shadow.js +1 -1
  60. package/dist/es2019/tokens/default/elevation/surface.js +69 -17
  61. package/dist/es2019/tokens/default/opacity/opacity.js +21 -0
  62. package/dist/es2019/utils/token-ids.js +6 -4
  63. package/dist/es2019/version.json +1 -1
  64. package/dist/esm/artifacts/palettes-raw/legacy-palette.js +35 -1
  65. package/dist/esm/artifacts/palettes-raw/palette.js +35 -1
  66. package/dist/esm/artifacts/rename-mapping.js +4 -4
  67. package/dist/esm/artifacts/token-default-values.js +9 -1
  68. package/dist/esm/artifacts/token-names.js +9 -1
  69. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +207 -19
  70. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +207 -19
  71. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +187 -19
  72. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +187 -19
  73. package/dist/esm/constants.js +2 -1
  74. package/dist/esm/get-token.js +1 -1
  75. package/dist/esm/palettes/legacy-palette.js +18 -0
  76. package/dist/esm/palettes/palette.js +18 -0
  77. package/dist/esm/tokens/atlassian-dark/elevation/shadow.js +12 -0
  78. package/dist/esm/tokens/atlassian-dark/elevation/surface.js +27 -3
  79. package/dist/esm/tokens/atlassian-dark/opacity/opacity.js +11 -0
  80. package/dist/esm/tokens/atlassian-legacy-dark/elevation/shadow.js +12 -0
  81. package/dist/esm/tokens/atlassian-legacy-dark/elevation/surface.js +27 -3
  82. package/dist/esm/tokens/atlassian-legacy-dark/opacity/opacity.js +11 -0
  83. package/dist/esm/tokens/atlassian-legacy-light/elevation/surface.js +27 -3
  84. package/dist/esm/tokens/atlassian-legacy-light/opacity/opacity.js +11 -0
  85. package/dist/esm/tokens/atlassian-light/elevation/surface.js +27 -3
  86. package/dist/esm/tokens/atlassian-light/opacity/opacity.js +11 -0
  87. package/dist/esm/tokens/default/deprecated/deprecated.js +3 -3
  88. package/dist/esm/tokens/default/elevation/shadow.js +1 -1
  89. package/dist/esm/tokens/default/elevation/surface.js +69 -15
  90. package/dist/esm/tokens/default/opacity/opacity.js +21 -0
  91. package/dist/esm/utils/token-ids.js +6 -4
  92. package/dist/esm/version.json +1 -1
  93. package/dist/types/artifacts/palettes-raw/legacy-palette.d.ts +20 -3
  94. package/dist/types/artifacts/palettes-raw/palette.d.ts +20 -3
  95. package/dist/types/artifacts/rename-mapping.d.ts +1 -1
  96. package/dist/types/artifacts/token-default-values.d.ts +9 -1
  97. package/dist/types/artifacts/token-names.d.ts +17 -1
  98. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +28 -1
  99. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +28 -1
  100. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +28 -1
  101. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +28 -1
  102. package/dist/types/artifacts/types-internal.d.ts +2 -2
  103. package/dist/types/artifacts/types.d.ts +2 -2
  104. package/dist/types/constants.d.ts +1 -0
  105. package/dist/types/tokens/atlassian-dark/opacity/opacity.d.ts +3 -0
  106. package/dist/types/tokens/atlassian-legacy-dark/opacity/opacity.d.ts +3 -0
  107. package/dist/types/tokens/atlassian-legacy-light/opacity/opacity.d.ts +3 -0
  108. package/dist/types/tokens/atlassian-light/opacity/opacity.d.ts +3 -0
  109. package/dist/types/tokens/default/opacity/opacity.d.ts +3 -0
  110. package/dist/types/types.d.ts +44 -11
  111. package/dist/types/utils/token-ids.d.ts +1 -3
  112. package/package.json +7 -6
@@ -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::1db540cf97cd7f307fc628bbb5346972>>
10
+ * @codegen <<SignedSource::c82e43b67b045a60bb8a6c1dc11edd58>>
11
11
  * @codegenCommand yarn build tokens
12
12
  */
13
13
  var tokens = [{
@@ -4832,7 +4832,7 @@ var tokens = [{
4832
4832
  "introduced": "0.0.15",
4833
4833
  "deprecated": "0.6.0",
4834
4834
  "deleted": "0.8.0",
4835
- "replacement": "elevation.surface.raised",
4835
+ "replacement": "elevation.surface.raised.[default]",
4836
4836
  "description": "Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card."
4837
4837
  },
4838
4838
  "value": "#FA11F2",
@@ -4845,7 +4845,7 @@ var tokens = [{
4845
4845
  "introduced": "0.0.15",
4846
4846
  "deprecated": "0.6.0",
4847
4847
  "deleted": "0.8.0",
4848
- "replacement": "elevation.surface.raised",
4848
+ "replacement": "elevation.surface.raised.[default]",
4849
4849
  "description": "Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card."
4850
4850
  },
4851
4851
  "value": "#FA11F2"
@@ -4859,7 +4859,7 @@ var tokens = [{
4859
4859
  "introduced": "0.0.15",
4860
4860
  "deprecated": "0.6.0",
4861
4861
  "deleted": "0.8.0",
4862
- "replacement": "elevation.surface.[default]",
4862
+ "replacement": "elevation.surface.[default].[default]",
4863
4863
  "description": "Use as the primary background for the UI"
4864
4864
  },
4865
4865
  "value": "#FA11F2",
@@ -4872,7 +4872,7 @@ var tokens = [{
4872
4872
  "introduced": "0.0.15",
4873
4873
  "deprecated": "0.6.0",
4874
4874
  "deleted": "0.8.0",
4875
- "replacement": "elevation.surface.[default]",
4875
+ "replacement": "elevation.surface.[default].[default]",
4876
4876
  "description": "Use as the primary background for the UI"
4877
4877
  },
4878
4878
  "value": "#FA11F2"
@@ -4886,7 +4886,7 @@ var tokens = [{
4886
4886
  "introduced": "0.0.15",
4887
4887
  "deprecated": "0.6.0",
4888
4888
  "deleted": "0.8.0",
4889
- "replacement": "elevation.surface.overlay",
4889
+ "replacement": "elevation.surface.overlay.[default]",
4890
4890
  "description": "\nUse for the background of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the background of raised cards in a dragged state.\n\nCombine with shadow.overlay."
4891
4891
  },
4892
4892
  "value": "#FA11F2",
@@ -4899,7 +4899,7 @@ var tokens = [{
4899
4899
  "introduced": "0.0.15",
4900
4900
  "deprecated": "0.6.0",
4901
4901
  "deleted": "0.8.0",
4902
- "replacement": "elevation.surface.overlay",
4902
+ "replacement": "elevation.surface.overlay.[default]",
4903
4903
  "description": "\nUse for the background of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the background of raised cards in a dragged state.\n\nCombine with shadow.overlay."
4904
4904
  },
4905
4905
  "value": "#FA11F2"
@@ -6456,6 +6456,16 @@ var tokens = [{
6456
6456
  "description": "Use for the box shadow of raised card elements, such as Jira cards on a Kanban board. Combine with elevation.surface.raised"
6457
6457
  },
6458
6458
  "value": [{
6459
+ "radius": 0,
6460
+ "spread": 1,
6461
+ "color": "#000000",
6462
+ "offset": {
6463
+ "x": 0,
6464
+ "y": 0
6465
+ },
6466
+ "opacity": 0,
6467
+ "inset": true
6468
+ }, {
6459
6469
  "radius": 1,
6460
6470
  "offset": {
6461
6471
  "x": 0,
@@ -6482,6 +6492,16 @@ var tokens = [{
6482
6492
  "description": "Use for the box shadow of raised card elements, such as Jira cards on a Kanban board. Combine with elevation.surface.raised"
6483
6493
  },
6484
6494
  "value": [{
6495
+ "radius": 0,
6496
+ "spread": 1,
6497
+ "color": "#000000",
6498
+ "offset": {
6499
+ "x": 0,
6500
+ "y": 0
6501
+ },
6502
+ "opacity": 0,
6503
+ "inset": true
6504
+ }, {
6485
6505
  "radius": 1,
6486
6506
  "offset": {
6487
6507
  "x": 0,
@@ -6506,7 +6526,7 @@ var tokens = [{
6506
6526
  "group": "shadow",
6507
6527
  "state": "active",
6508
6528
  "introduced": "0.6.0",
6509
- "description": "Use to create a shadow when content scolls under other content."
6529
+ "description": "Use to create a shadow when content scrolls under other content."
6510
6530
  },
6511
6531
  "value": [{
6512
6532
  "radius": 12,
@@ -6532,7 +6552,7 @@ var tokens = [{
6532
6552
  "group": "shadow",
6533
6553
  "state": "active",
6534
6554
  "introduced": "0.6.0",
6535
- "description": "Use to create a shadow when content scolls under other content."
6555
+ "description": "Use to create a shadow when content scrolls under other content."
6536
6556
  },
6537
6557
  "value": [{
6538
6558
  "radius": 12,
@@ -6646,8 +6666,50 @@ var tokens = [{
6646
6666
  },
6647
6667
  "value": "DN30"
6648
6668
  },
6649
- "name": "elevation.surface.[default]",
6650
- "path": ["elevation", "surface", "[default]"]
6669
+ "name": "elevation.surface.[default].[default]",
6670
+ "path": ["elevation", "surface", "[default]", "[default]"]
6671
+ }, {
6672
+ "attributes": {
6673
+ "group": "paint",
6674
+ "state": "active",
6675
+ "introduced": "0.10.20",
6676
+ "description": "Hovered state of elevation.surface"
6677
+ },
6678
+ "value": "#202B3D",
6679
+ "filePath": "src/tokens/atlassian-legacy-dark/elevation/surface.tsx",
6680
+ "isSource": true,
6681
+ "original": {
6682
+ "attributes": {
6683
+ "group": "paint",
6684
+ "state": "active",
6685
+ "introduced": "0.10.20",
6686
+ "description": "Hovered state of elevation.surface"
6687
+ },
6688
+ "value": "DN40"
6689
+ },
6690
+ "name": "elevation.surface.[default].hovered",
6691
+ "path": ["elevation", "surface", "[default]", "hovered"]
6692
+ }, {
6693
+ "attributes": {
6694
+ "group": "paint",
6695
+ "state": "active",
6696
+ "introduced": "0.10.20",
6697
+ "description": "Pressed state of elevation.surface"
6698
+ },
6699
+ "value": "#283447",
6700
+ "filePath": "src/tokens/atlassian-legacy-dark/elevation/surface.tsx",
6701
+ "isSource": true,
6702
+ "original": {
6703
+ "attributes": {
6704
+ "group": "paint",
6705
+ "state": "active",
6706
+ "introduced": "0.10.20",
6707
+ "description": "Pressed state of elevation.surface"
6708
+ },
6709
+ "value": "DN50"
6710
+ },
6711
+ "name": "elevation.surface.[default].pressed",
6712
+ "path": ["elevation", "surface", "[default]", "pressed"]
6651
6713
  }, {
6652
6714
  "attributes": {
6653
6715
  "group": "paint",
@@ -6674,7 +6736,7 @@ var tokens = [{
6674
6736
  "group": "paint",
6675
6737
  "state": "active",
6676
6738
  "introduced": "0.6.0",
6677
- "description": "Use for the background of raised cards, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised"
6739
+ "description": "Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised."
6678
6740
  },
6679
6741
  "value": "#455166",
6680
6742
  "filePath": "src/tokens/atlassian-legacy-dark/elevation/surface.tsx",
@@ -6684,18 +6746,60 @@ var tokens = [{
6684
6746
  "group": "paint",
6685
6747
  "state": "active",
6686
6748
  "introduced": "0.6.0",
6687
- "description": "Use for the background of raised cards, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised"
6749
+ "description": "Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised."
6688
6750
  },
6689
6751
  "value": "DN80"
6690
6752
  },
6691
- "name": "elevation.surface.raised",
6692
- "path": ["elevation", "surface", "raised"]
6753
+ "name": "elevation.surface.raised.[default]",
6754
+ "path": ["elevation", "surface", "raised", "[default]"]
6755
+ }, {
6756
+ "attributes": {
6757
+ "group": "paint",
6758
+ "state": "active",
6759
+ "introduced": "0.10.20",
6760
+ "description": "Hovered state of elevation.surface.raised"
6761
+ },
6762
+ "value": "#56637A",
6763
+ "filePath": "src/tokens/atlassian-legacy-dark/elevation/surface.tsx",
6764
+ "isSource": true,
6765
+ "original": {
6766
+ "attributes": {
6767
+ "group": "paint",
6768
+ "state": "active",
6769
+ "introduced": "0.10.20",
6770
+ "description": "Hovered state of elevation.surface.raised"
6771
+ },
6772
+ "value": "DN90"
6773
+ },
6774
+ "name": "elevation.surface.raised.hovered",
6775
+ "path": ["elevation", "surface", "raised", "hovered"]
6776
+ }, {
6777
+ "attributes": {
6778
+ "group": "paint",
6779
+ "state": "active",
6780
+ "introduced": "0.10.20",
6781
+ "description": "Pressed state of elevation.surface.raised"
6782
+ },
6783
+ "value": "#67758F",
6784
+ "filePath": "src/tokens/atlassian-legacy-dark/elevation/surface.tsx",
6785
+ "isSource": true,
6786
+ "original": {
6787
+ "attributes": {
6788
+ "group": "paint",
6789
+ "state": "active",
6790
+ "introduced": "0.10.20",
6791
+ "description": "Pressed state of elevation.surface.raised"
6792
+ },
6793
+ "value": "DN100"
6794
+ },
6795
+ "name": "elevation.surface.raised.pressed",
6796
+ "path": ["elevation", "surface", "raised", "pressed"]
6693
6797
  }, {
6694
6798
  "attributes": {
6695
6799
  "group": "paint",
6696
6800
  "state": "active",
6697
6801
  "introduced": "0.6.0",
6698
- "description": "Use for the background of elements that sit on top of they UI, such as modals, dropdown menus, flags, and inline dialogs. Combine with elevation.shadow.overlay\n\nAlso use for the background of raised cards in a dragged state."
6802
+ "description": "Use for the background of elements that sit on top of they UI, such as modals, dialogs, dropdown menus, floating toolbars, and floating single-action buttons. Also use for the background of raised cards in a dragged state. Combine with elevation.shadow.overlay."
6699
6803
  },
6700
6804
  "value": "#7988A3",
6701
6805
  "filePath": "src/tokens/atlassian-legacy-dark/elevation/surface.tsx",
@@ -6705,12 +6809,96 @@ var tokens = [{
6705
6809
  "group": "paint",
6706
6810
  "state": "active",
6707
6811
  "introduced": "0.6.0",
6708
- "description": "Use for the background of elements that sit on top of they UI, such as modals, dropdown menus, flags, and inline dialogs. Combine with elevation.shadow.overlay\n\nAlso use for the background of raised cards in a dragged state."
6812
+ "description": "Use for the background of elements that sit on top of they UI, such as modals, dialogs, dropdown menus, floating toolbars, and floating single-action buttons. Also use for the background of raised cards in a dragged state. Combine with elevation.shadow.overlay."
6709
6813
  },
6710
6814
  "value": "DN200"
6711
6815
  },
6712
- "name": "elevation.surface.overlay",
6713
- "path": ["elevation", "surface", "overlay"]
6816
+ "name": "elevation.surface.overlay.[default]",
6817
+ "path": ["elevation", "surface", "overlay", "[default]"]
6818
+ }, {
6819
+ "attributes": {
6820
+ "group": "paint",
6821
+ "state": "active",
6822
+ "introduced": "0.10.20",
6823
+ "description": "Hovered state of elevation.surface.overlay"
6824
+ },
6825
+ "value": "#8C9CB8",
6826
+ "filePath": "src/tokens/atlassian-legacy-dark/elevation/surface.tsx",
6827
+ "isSource": true,
6828
+ "original": {
6829
+ "attributes": {
6830
+ "group": "paint",
6831
+ "state": "active",
6832
+ "introduced": "0.10.20",
6833
+ "description": "Hovered state of elevation.surface.overlay"
6834
+ },
6835
+ "value": "DN300"
6836
+ },
6837
+ "name": "elevation.surface.overlay.hovered",
6838
+ "path": ["elevation", "surface", "overlay", "hovered"]
6839
+ }, {
6840
+ "attributes": {
6841
+ "group": "paint",
6842
+ "state": "active",
6843
+ "introduced": "0.10.20",
6844
+ "description": "Pressed state of elevation.surface.overlay"
6845
+ },
6846
+ "value": "#9FB0CC",
6847
+ "filePath": "src/tokens/atlassian-legacy-dark/elevation/surface.tsx",
6848
+ "isSource": true,
6849
+ "original": {
6850
+ "attributes": {
6851
+ "group": "paint",
6852
+ "state": "active",
6853
+ "introduced": "0.10.20",
6854
+ "description": "Pressed state of elevation.surface.overlay"
6855
+ },
6856
+ "value": "DN400"
6857
+ },
6858
+ "name": "elevation.surface.overlay.pressed",
6859
+ "path": ["elevation", "surface", "overlay", "pressed"]
6860
+ }, {
6861
+ "attributes": {
6862
+ "group": "opacity",
6863
+ "state": "active",
6864
+ "introduced": "0.10.13",
6865
+ "description": "Apply to images when in a disabled state."
6866
+ },
6867
+ "value": 0.4,
6868
+ "filePath": "src/tokens/atlassian-legacy-dark/opacity/opacity.tsx",
6869
+ "isSource": true,
6870
+ "original": {
6871
+ "attributes": {
6872
+ "group": "opacity",
6873
+ "state": "active",
6874
+ "introduced": "0.10.13",
6875
+ "description": "Apply to images when in a disabled state."
6876
+ },
6877
+ "value": "Opacity40"
6878
+ },
6879
+ "name": "opacity.disabled",
6880
+ "path": ["opacity", "disabled"]
6881
+ }, {
6882
+ "attributes": {
6883
+ "group": "opacity",
6884
+ "state": "active",
6885
+ "introduced": "0.10.13",
6886
+ "description": "Apply to content that sits under a loading spinner."
6887
+ },
6888
+ "value": 0.2,
6889
+ "filePath": "src/tokens/atlassian-legacy-dark/opacity/opacity.tsx",
6890
+ "isSource": true,
6891
+ "original": {
6892
+ "attributes": {
6893
+ "group": "opacity",
6894
+ "state": "active",
6895
+ "introduced": "0.10.13",
6896
+ "description": "Apply to content that sits under a loading spinner."
6897
+ },
6898
+ "value": "Opacity20"
6899
+ },
6900
+ "name": "opacity.loading",
6901
+ "path": ["opacity", "loading"]
6714
6902
  }, {
6715
6903
  "attributes": {
6716
6904
  "group": "raw",
@@ -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::6a9c9852352020740a85fbffbcc447e3>>
10
+ * @codegen <<SignedSource::de3cdd57ab11cc9e909f280b3ea720f0>>
11
11
  * @codegenCommand yarn build tokens
12
12
  */
13
13
  var tokens = [{
@@ -4832,7 +4832,7 @@ var tokens = [{
4832
4832
  "introduced": "0.0.15",
4833
4833
  "deprecated": "0.6.0",
4834
4834
  "deleted": "0.8.0",
4835
- "replacement": "elevation.surface.raised",
4835
+ "replacement": "elevation.surface.raised.[default]",
4836
4836
  "description": "Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card."
4837
4837
  },
4838
4838
  "value": "#FA11F2",
@@ -4845,7 +4845,7 @@ var tokens = [{
4845
4845
  "introduced": "0.0.15",
4846
4846
  "deprecated": "0.6.0",
4847
4847
  "deleted": "0.8.0",
4848
- "replacement": "elevation.surface.raised",
4848
+ "replacement": "elevation.surface.raised.[default]",
4849
4849
  "description": "Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card."
4850
4850
  },
4851
4851
  "value": "#FA11F2"
@@ -4859,7 +4859,7 @@ var tokens = [{
4859
4859
  "introduced": "0.0.15",
4860
4860
  "deprecated": "0.6.0",
4861
4861
  "deleted": "0.8.0",
4862
- "replacement": "elevation.surface.[default]",
4862
+ "replacement": "elevation.surface.[default].[default]",
4863
4863
  "description": "Use as the primary background for the UI"
4864
4864
  },
4865
4865
  "value": "#FA11F2",
@@ -4872,7 +4872,7 @@ var tokens = [{
4872
4872
  "introduced": "0.0.15",
4873
4873
  "deprecated": "0.6.0",
4874
4874
  "deleted": "0.8.0",
4875
- "replacement": "elevation.surface.[default]",
4875
+ "replacement": "elevation.surface.[default].[default]",
4876
4876
  "description": "Use as the primary background for the UI"
4877
4877
  },
4878
4878
  "value": "#FA11F2"
@@ -4886,7 +4886,7 @@ var tokens = [{
4886
4886
  "introduced": "0.0.15",
4887
4887
  "deprecated": "0.6.0",
4888
4888
  "deleted": "0.8.0",
4889
- "replacement": "elevation.surface.overlay",
4889
+ "replacement": "elevation.surface.overlay.[default]",
4890
4890
  "description": "\nUse for the background of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the background of raised cards in a dragged state.\n\nCombine with shadow.overlay."
4891
4891
  },
4892
4892
  "value": "#FA11F2",
@@ -4899,7 +4899,7 @@ var tokens = [{
4899
4899
  "introduced": "0.0.15",
4900
4900
  "deprecated": "0.6.0",
4901
4901
  "deleted": "0.8.0",
4902
- "replacement": "elevation.surface.overlay",
4902
+ "replacement": "elevation.surface.overlay.[default]",
4903
4903
  "description": "\nUse for the background of overlay elements, such as modals, dropdown menus, flags, and inline dialogs (i.e. elements that sit on top of the UI).\n\nAlso use for the background of raised cards in a dragged state.\n\nCombine with shadow.overlay."
4904
4904
  },
4905
4905
  "value": "#FA11F2"
@@ -6486,7 +6486,7 @@ var tokens = [{
6486
6486
  "group": "shadow",
6487
6487
  "state": "active",
6488
6488
  "introduced": "0.6.0",
6489
- "description": "Use to create a shadow when content scolls under other content."
6489
+ "description": "Use to create a shadow when content scrolls under other content."
6490
6490
  },
6491
6491
  "value": [{
6492
6492
  "radius": 8,
@@ -6512,7 +6512,7 @@ var tokens = [{
6512
6512
  "group": "shadow",
6513
6513
  "state": "active",
6514
6514
  "introduced": "0.6.0",
6515
- "description": "Use to create a shadow when content scolls under other content."
6515
+ "description": "Use to create a shadow when content scrolls under other content."
6516
6516
  },
6517
6517
  "value": [{
6518
6518
  "radius": 8,
@@ -6606,8 +6606,50 @@ var tokens = [{
6606
6606
  },
6607
6607
  "value": "N0"
6608
6608
  },
6609
- "name": "elevation.surface.[default]",
6610
- "path": ["elevation", "surface", "[default]"]
6609
+ "name": "elevation.surface.[default].[default]",
6610
+ "path": ["elevation", "surface", "[default]", "[default]"]
6611
+ }, {
6612
+ "attributes": {
6613
+ "group": "paint",
6614
+ "state": "active",
6615
+ "introduced": "0.10.20",
6616
+ "description": "Hovered state of elevation.surface"
6617
+ },
6618
+ "value": "#FAFBFC",
6619
+ "filePath": "src/tokens/atlassian-legacy-light/elevation/surface.tsx",
6620
+ "isSource": true,
6621
+ "original": {
6622
+ "attributes": {
6623
+ "group": "paint",
6624
+ "state": "active",
6625
+ "introduced": "0.10.20",
6626
+ "description": "Hovered state of elevation.surface"
6627
+ },
6628
+ "value": "N10"
6629
+ },
6630
+ "name": "elevation.surface.[default].hovered",
6631
+ "path": ["elevation", "surface", "[default]", "hovered"]
6632
+ }, {
6633
+ "attributes": {
6634
+ "group": "paint",
6635
+ "state": "active",
6636
+ "introduced": "0.10.20",
6637
+ "description": "Pressed state of elevation.surface"
6638
+ },
6639
+ "value": "#F4F5F7",
6640
+ "filePath": "src/tokens/atlassian-legacy-light/elevation/surface.tsx",
6641
+ "isSource": true,
6642
+ "original": {
6643
+ "attributes": {
6644
+ "group": "paint",
6645
+ "state": "active",
6646
+ "introduced": "0.10.20",
6647
+ "description": "Pressed state of elevation.surface"
6648
+ },
6649
+ "value": "N20"
6650
+ },
6651
+ "name": "elevation.surface.[default].pressed",
6652
+ "path": ["elevation", "surface", "[default]", "pressed"]
6611
6653
  }, {
6612
6654
  "attributes": {
6613
6655
  "group": "paint",
@@ -6634,7 +6676,7 @@ var tokens = [{
6634
6676
  "group": "paint",
6635
6677
  "state": "active",
6636
6678
  "introduced": "0.6.0",
6637
- "description": "Use for the background of raised cards, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised"
6679
+ "description": "Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised."
6638
6680
  },
6639
6681
  "value": "#FFFFFF",
6640
6682
  "filePath": "src/tokens/atlassian-legacy-light/elevation/surface.tsx",
@@ -6644,18 +6686,60 @@ var tokens = [{
6644
6686
  "group": "paint",
6645
6687
  "state": "active",
6646
6688
  "introduced": "0.6.0",
6647
- "description": "Use for the background of raised cards, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised"
6689
+ "description": "Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised."
6648
6690
  },
6649
6691
  "value": "N0"
6650
6692
  },
6651
- "name": "elevation.surface.raised",
6652
- "path": ["elevation", "surface", "raised"]
6693
+ "name": "elevation.surface.raised.[default]",
6694
+ "path": ["elevation", "surface", "raised", "[default]"]
6695
+ }, {
6696
+ "attributes": {
6697
+ "group": "paint",
6698
+ "state": "active",
6699
+ "introduced": "0.10.20",
6700
+ "description": "Hovered state of elevation.surface.raised"
6701
+ },
6702
+ "value": "#FAFBFC",
6703
+ "filePath": "src/tokens/atlassian-legacy-light/elevation/surface.tsx",
6704
+ "isSource": true,
6705
+ "original": {
6706
+ "attributes": {
6707
+ "group": "paint",
6708
+ "state": "active",
6709
+ "introduced": "0.10.20",
6710
+ "description": "Hovered state of elevation.surface.raised"
6711
+ },
6712
+ "value": "N10"
6713
+ },
6714
+ "name": "elevation.surface.raised.hovered",
6715
+ "path": ["elevation", "surface", "raised", "hovered"]
6716
+ }, {
6717
+ "attributes": {
6718
+ "group": "paint",
6719
+ "state": "active",
6720
+ "introduced": "0.10.20",
6721
+ "description": "Pressed state of elevation.surface.raised"
6722
+ },
6723
+ "value": "#F4F5F7",
6724
+ "filePath": "src/tokens/atlassian-legacy-light/elevation/surface.tsx",
6725
+ "isSource": true,
6726
+ "original": {
6727
+ "attributes": {
6728
+ "group": "paint",
6729
+ "state": "active",
6730
+ "introduced": "0.10.20",
6731
+ "description": "Pressed state of elevation.surface.raised"
6732
+ },
6733
+ "value": "N20"
6734
+ },
6735
+ "name": "elevation.surface.raised.pressed",
6736
+ "path": ["elevation", "surface", "raised", "pressed"]
6653
6737
  }, {
6654
6738
  "attributes": {
6655
6739
  "group": "paint",
6656
6740
  "state": "active",
6657
6741
  "introduced": "0.6.0",
6658
- "description": "Use for the background of elements that sit on top of they UI, such as modals, dropdown menus, flags, and inline dialogs. Combine with elevation.shadow.overlay\n\nAlso use for the background of raised cards in a dragged state."
6742
+ "description": "Use for the background of elements that sit on top of they UI, such as modals, dialogs, dropdown menus, floating toolbars, and floating single-action buttons. Also use for the background of raised cards in a dragged state. Combine with elevation.shadow.overlay."
6659
6743
  },
6660
6744
  "value": "#FFFFFF",
6661
6745
  "filePath": "src/tokens/atlassian-legacy-light/elevation/surface.tsx",
@@ -6665,12 +6749,96 @@ var tokens = [{
6665
6749
  "group": "paint",
6666
6750
  "state": "active",
6667
6751
  "introduced": "0.6.0",
6668
- "description": "Use for the background of elements that sit on top of they UI, such as modals, dropdown menus, flags, and inline dialogs. Combine with elevation.shadow.overlay\n\nAlso use for the background of raised cards in a dragged state."
6752
+ "description": "Use for the background of elements that sit on top of they UI, such as modals, dialogs, dropdown menus, floating toolbars, and floating single-action buttons. Also use for the background of raised cards in a dragged state. Combine with elevation.shadow.overlay."
6669
6753
  },
6670
6754
  "value": "N0"
6671
6755
  },
6672
- "name": "elevation.surface.overlay",
6673
- "path": ["elevation", "surface", "overlay"]
6756
+ "name": "elevation.surface.overlay.[default]",
6757
+ "path": ["elevation", "surface", "overlay", "[default]"]
6758
+ }, {
6759
+ "attributes": {
6760
+ "group": "paint",
6761
+ "state": "active",
6762
+ "introduced": "0.10.20",
6763
+ "description": "Hovered state of elevation.surface.overlay"
6764
+ },
6765
+ "value": "#FAFBFC",
6766
+ "filePath": "src/tokens/atlassian-legacy-light/elevation/surface.tsx",
6767
+ "isSource": true,
6768
+ "original": {
6769
+ "attributes": {
6770
+ "group": "paint",
6771
+ "state": "active",
6772
+ "introduced": "0.10.20",
6773
+ "description": "Hovered state of elevation.surface.overlay"
6774
+ },
6775
+ "value": "N10"
6776
+ },
6777
+ "name": "elevation.surface.overlay.hovered",
6778
+ "path": ["elevation", "surface", "overlay", "hovered"]
6779
+ }, {
6780
+ "attributes": {
6781
+ "group": "paint",
6782
+ "state": "active",
6783
+ "introduced": "0.10.20",
6784
+ "description": "Pressed state of elevation.surface.overlay"
6785
+ },
6786
+ "value": "#F4F5F7",
6787
+ "filePath": "src/tokens/atlassian-legacy-light/elevation/surface.tsx",
6788
+ "isSource": true,
6789
+ "original": {
6790
+ "attributes": {
6791
+ "group": "paint",
6792
+ "state": "active",
6793
+ "introduced": "0.10.20",
6794
+ "description": "Pressed state of elevation.surface.overlay"
6795
+ },
6796
+ "value": "N20"
6797
+ },
6798
+ "name": "elevation.surface.overlay.pressed",
6799
+ "path": ["elevation", "surface", "overlay", "pressed"]
6800
+ }, {
6801
+ "attributes": {
6802
+ "group": "opacity",
6803
+ "state": "active",
6804
+ "introduced": "0.10.13",
6805
+ "description": "Apply to images when in a disabled state."
6806
+ },
6807
+ "value": 0.4,
6808
+ "filePath": "src/tokens/atlassian-legacy-light/opacity/opacity.tsx",
6809
+ "isSource": true,
6810
+ "original": {
6811
+ "attributes": {
6812
+ "group": "opacity",
6813
+ "state": "active",
6814
+ "introduced": "0.10.13",
6815
+ "description": "Apply to images when in a disabled state."
6816
+ },
6817
+ "value": "Opacity40"
6818
+ },
6819
+ "name": "opacity.disabled",
6820
+ "path": ["opacity", "disabled"]
6821
+ }, {
6822
+ "attributes": {
6823
+ "group": "opacity",
6824
+ "state": "active",
6825
+ "introduced": "0.10.13",
6826
+ "description": "Apply to content that sits under a loading spinner."
6827
+ },
6828
+ "value": 0.2,
6829
+ "filePath": "src/tokens/atlassian-legacy-light/opacity/opacity.tsx",
6830
+ "isSource": true,
6831
+ "original": {
6832
+ "attributes": {
6833
+ "group": "opacity",
6834
+ "state": "active",
6835
+ "introduced": "0.10.13",
6836
+ "description": "Apply to content that sits under a loading spinner."
6837
+ },
6838
+ "value": "Opacity20"
6839
+ },
6840
+ "name": "opacity.loading",
6841
+ "path": ["opacity", "loading"]
6674
6842
  }, {
6675
6843
  "attributes": {
6676
6844
  "group": "raw",