@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
@@ -611,7 +611,7 @@ var color = {
611
611
  introduced: '0.0.15',
612
612
  deprecated: '0.6.0',
613
613
  deleted: '0.8.0',
614
- replacement: 'elevation.surface.raised',
614
+ replacement: 'elevation.surface.raised.[default]',
615
615
  description: 'Use for the background of raised cards, such as Jira cards on a Kanban board.\nCombine with shadow.card.'
616
616
  }
617
617
  },
@@ -622,7 +622,7 @@ var color = {
622
622
  introduced: '0.0.15',
623
623
  deprecated: '0.6.0',
624
624
  deleted: '0.8.0',
625
- replacement: 'elevation.surface.[default]',
625
+ replacement: 'elevation.surface.[default].[default]',
626
626
  description: 'Use as the primary background for the UI'
627
627
  }
628
628
  },
@@ -646,7 +646,7 @@ var color = {
646
646
  introduced: '0.0.15',
647
647
  deprecated: '0.6.0',
648
648
  deleted: '0.8.0',
649
- replacement: 'elevation.surface.overlay',
649
+ replacement: 'elevation.surface.overlay.[default]',
650
650
  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."
651
651
  }
652
652
  },
@@ -20,7 +20,7 @@ var shadow = {
20
20
  group: 'shadow',
21
21
  state: 'active',
22
22
  introduced: '0.6.0',
23
- description: "Use to create a shadow when content scolls under other content."
23
+ description: "Use to create a shadow when content scrolls under other content."
24
24
  }
25
25
  },
26
26
  overlay: {
@@ -8,11 +8,29 @@ var shadow = {
8
8
  elevation: {
9
9
  surface: {
10
10
  '[default]': {
11
- attributes: {
12
- group: 'paint',
13
- state: 'active',
14
- introduced: '0.6.0',
15
- description: 'Use as the primary background for the UI.'
11
+ '[default]': {
12
+ attributes: {
13
+ group: 'paint',
14
+ state: 'active',
15
+ introduced: '0.6.0',
16
+ description: 'Use as the primary background for the UI.'
17
+ }
18
+ },
19
+ hovered: {
20
+ attributes: {
21
+ group: 'paint',
22
+ state: 'active',
23
+ introduced: '0.10.20',
24
+ description: 'Hovered state of elevation.surface'
25
+ }
26
+ },
27
+ pressed: {
28
+ attributes: {
29
+ group: 'paint',
30
+ state: 'active',
31
+ introduced: '0.10.20',
32
+ description: 'Pressed state of elevation.surface'
33
+ }
16
34
  }
17
35
  },
18
36
  sunken: {
@@ -24,19 +42,55 @@ var shadow = {
24
42
  }
25
43
  },
26
44
  raised: {
27
- attributes: {
28
- group: 'paint',
29
- state: 'active',
30
- introduced: '0.6.0',
31
- description: 'Use for the background of raised cards, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised'
45
+ '[default]': {
46
+ attributes: {
47
+ group: 'paint',
48
+ state: 'active',
49
+ introduced: '0.6.0',
50
+ description: 'Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised.'
51
+ }
52
+ },
53
+ hovered: {
54
+ attributes: {
55
+ group: 'paint',
56
+ state: 'active',
57
+ introduced: '0.10.20',
58
+ description: 'Hovered state of elevation.surface.raised'
59
+ }
60
+ },
61
+ pressed: {
62
+ attributes: {
63
+ group: 'paint',
64
+ state: 'active',
65
+ introduced: '0.10.20',
66
+ description: 'Pressed state of elevation.surface.raised'
67
+ }
32
68
  }
33
69
  },
34
70
  overlay: {
35
- attributes: {
36
- group: 'paint',
37
- state: 'active',
38
- introduced: '0.6.0',
39
- 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."
71
+ '[default]': {
72
+ attributes: {
73
+ group: 'paint',
74
+ state: 'active',
75
+ introduced: '0.6.0',
76
+ 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."
77
+ }
78
+ },
79
+ hovered: {
80
+ attributes: {
81
+ group: 'paint',
82
+ state: 'active',
83
+ introduced: '0.10.20',
84
+ description: "Hovered state of elevation.surface.overlay"
85
+ }
86
+ },
87
+ pressed: {
88
+ attributes: {
89
+ group: 'paint',
90
+ state: 'active',
91
+ introduced: '0.10.20',
92
+ description: "Pressed state of elevation.surface.overlay"
93
+ }
40
94
  }
41
95
  }
42
96
  }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var opacity = {
8
+ opacity: {
9
+ disabled: {
10
+ attributes: {
11
+ group: 'opacity',
12
+ state: 'active',
13
+ introduced: '0.10.13',
14
+ description: "Apply to images when in a disabled state."
15
+ }
16
+ },
17
+ loading: {
18
+ attributes: {
19
+ group: 'opacity',
20
+ state: 'active',
21
+ introduced: '0.10.13',
22
+ description: "Apply to content that sits under a loading spinner."
23
+ }
24
+ }
25
+ }
26
+ };
27
+ var _default = opacity;
28
+ exports.default = _default;
@@ -26,14 +26,13 @@ var _constants = require("../constants");
26
26
  * getCSSCustomProperty('color.background.bold.[default]')
27
27
  */
28
28
  var getCSSCustomProperty = function getCSSCustomProperty(path) {
29
- var normalizedPath = typeof path === 'string' ? path.split('.') : path;
30
- return "--".concat([_constants.CSS_PREFIX].concat((0, _toConsumableArray2.default)(normalizedPath.slice(1))).filter(function (el) {
29
+ var normalizedPath = typeof path === 'string' ? path.split('.') : path; // Opacity and other 'shallow' groups are more readable when not trimmed
30
+
31
+ var slice = _constants.CSS_VAR_FULL.includes(path[0]) ? 0 : 1;
32
+ return "--".concat([_constants.CSS_PREFIX].concat((0, _toConsumableArray2.default)(normalizedPath.slice(slice))).filter(function (el) {
31
33
  return el !== '[default]';
32
34
  }).join('-'));
33
35
  };
34
-
35
- exports.getCSSCustomProperty = getCSSCustomProperty;
36
-
37
36
  /**
38
37
  * Transforms a style dictionary token path to a shorthand token id
39
38
  * These ids will be typically be how tokens are interacted with via typescript and css
@@ -48,6 +47,10 @@ exports.getCSSCustomProperty = getCSSCustomProperty;
48
47
  * // Returns color.background.bold
49
48
  * getTokenId('color.background.bold.[default]')
50
49
  */
50
+
51
+
52
+ exports.getCSSCustomProperty = getCSSCustomProperty;
53
+
51
54
  var getTokenId = function getTokenId(path) {
52
55
  var normalizedPath = typeof path === 'string' ? path.split('.') : path;
53
56
  return normalizedPath.filter(function (el) {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.10.18",
3
+ "version": "0.10.20",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ]
@@ -1,9 +1,43 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::73a857568cd56494102a8abd48a3f08c>>
3
+ * @codegen <<SignedSource::91ca2bc33315a9a910c7ca93bcb63936>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
7
+ "value": 0.2,
8
+ "attributes": {
9
+ "group": "palette",
10
+ "category": "opacity"
11
+ },
12
+ "filePath": "src/palettes/legacy-palette.tsx",
13
+ "isSource": true,
14
+ "original": {
15
+ "value": 0.2,
16
+ "attributes": {
17
+ "group": "palette",
18
+ "category": "opacity"
19
+ }
20
+ },
21
+ "name": "value.opacity.Opacity20",
22
+ "path": ["value", "opacity", "Opacity20"]
23
+ }, {
24
+ "value": 0.4,
25
+ "attributes": {
26
+ "group": "palette",
27
+ "category": "opacity"
28
+ },
29
+ "filePath": "src/palettes/legacy-palette.tsx",
30
+ "isSource": true,
31
+ "original": {
32
+ "value": 0.4,
33
+ "attributes": {
34
+ "group": "palette",
35
+ "category": "opacity"
36
+ }
37
+ },
38
+ "name": "value.opacity.Opacity40",
39
+ "path": ["value", "opacity", "Opacity40"]
40
+ }, {
7
41
  "value": "transparent",
8
42
  "attributes": {
9
43
  "group": "palette",
@@ -1,9 +1,43 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::48a859c3e6fb79202e5702421d1b6254>>
3
+ * @codegen <<SignedSource::54a73caa5e11805075c57f698252b1e7>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
7
+ "value": 0.2,
8
+ "attributes": {
9
+ "group": "palette",
10
+ "category": "opacity"
11
+ },
12
+ "filePath": "src/palettes/palette.tsx",
13
+ "isSource": true,
14
+ "original": {
15
+ "value": 0.2,
16
+ "attributes": {
17
+ "group": "palette",
18
+ "category": "opacity"
19
+ }
20
+ },
21
+ "name": "value.opacity.Opacity20",
22
+ "path": ["value", "opacity", "Opacity20"]
23
+ }, {
24
+ "value": 0.4,
25
+ "attributes": {
26
+ "group": "palette",
27
+ "category": "opacity"
28
+ },
29
+ "filePath": "src/palettes/palette.tsx",
30
+ "isSource": true,
31
+ "original": {
32
+ "value": 0.4,
33
+ "attributes": {
34
+ "group": "palette",
35
+ "category": "opacity"
36
+ }
37
+ },
38
+ "name": "value.opacity.Opacity40",
39
+ "path": ["value", "opacity", "Opacity40"]
40
+ }, {
7
41
  "value": "#E9F2FF",
8
42
  "attributes": {
9
43
  "group": "palette",
@@ -12,7 +12,7 @@
12
12
  * These changes will then be picked up by our tooling which will attempt to
13
13
  * migrate as many of these renames as possible.
14
14
  *
15
- * @codegen <<SignedSource::afc1ce63c4571109e333891b70af2ae8>>
15
+ * @codegen <<SignedSource::785f21ff78f22bc07f51619e1add8ba9>>
16
16
  * @codegenCommand yarn build tokens
17
17
  */
18
18
  const renameMapper = [{
@@ -218,15 +218,15 @@ const renameMapper = [{
218
218
  }, {
219
219
  "path": "color.background.card",
220
220
  "state": "deleted",
221
- "replacement": "elevation.surface.raised"
221
+ "replacement": "elevation.surface.raised.[default]"
222
222
  }, {
223
223
  "path": "color.background.default",
224
224
  "state": "deleted",
225
- "replacement": "elevation.surface.[default]"
225
+ "replacement": "elevation.surface.[default].[default]"
226
226
  }, {
227
227
  "path": "color.background.overlay",
228
228
  "state": "deleted",
229
- "replacement": "elevation.surface.overlay"
229
+ "replacement": "elevation.surface.overlay.[default]"
230
230
  }, {
231
231
  "path": "color.background.subtleBorderedNeutral.pressed",
232
232
  "state": "deleted",
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Token names mapped to their value in the default Atlassian theme ('light')
5
5
  *
6
- * @codegen <<SignedSource::bf85c12f621d58ae427a6fd99c62fd24>>
6
+ * @codegen <<SignedSource::59a1a4aaa5f768efccaed2c726fc2b08>>
7
7
  * @codegenCommand yarn build tokens
8
8
  */
9
9
  const defaultTokenValues = {
@@ -285,9 +285,17 @@ const defaultTokenValues = {
285
285
  'elevation.shadow.overflow': '0px 8px 8px #091E4214, 0px 0px 1px #091E421F',
286
286
  'elevation.shadow.overlay': '0px 8px 12px #091E4226, 0px 0px 1px #091E424F',
287
287
  'elevation.surface': '#FFFFFF',
288
+ 'elevation.surface.hovered': '#F1F2F4',
289
+ 'elevation.surface.pressed': '#DCDFE4',
288
290
  'elevation.surface.sunken': '#F7F8F9',
289
291
  'elevation.surface.raised': '#FFFFFF',
292
+ 'elevation.surface.raised.hovered': '#F1F2F4',
293
+ 'elevation.surface.raised.pressed': '#DCDFE4',
290
294
  'elevation.surface.overlay': '#FFFFFF',
295
+ 'elevation.surface.overlay.hovered': '#F1F2F4',
296
+ 'elevation.surface.overlay.pressed': '#DCDFE4',
297
+ 'opacity.disabled': '0.4',
298
+ 'opacity.loading': '0.2',
291
299
  'utility.UNSAFE_util.transparent': 'transparent',
292
300
  'utility.UNSAFE_util.MISSING_TOKEN': '#FA11F2'
293
301
  };
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::3acc6507214a2d925fd75bce0549f0ab>>
3
+ * @codegen <<SignedSource::fc7198ce92b9604af441e36c1acb2075>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = {
@@ -282,9 +282,17 @@ const tokens = {
282
282
  'elevation.shadow.overflow': '--ds-shadow-overflow',
283
283
  'elevation.shadow.overlay': '--ds-shadow-overlay',
284
284
  'elevation.surface': '--ds-surface',
285
+ 'elevation.surface.hovered': '--ds-surface-hovered',
286
+ 'elevation.surface.pressed': '--ds-surface-pressed',
285
287
  'elevation.surface.sunken': '--ds-surface-sunken',
286
288
  'elevation.surface.raised': '--ds-surface-raised',
289
+ 'elevation.surface.raised.hovered': '--ds-surface-raised-hovered',
290
+ 'elevation.surface.raised.pressed': '--ds-surface-raised-pressed',
287
291
  'elevation.surface.overlay': '--ds-surface-overlay',
292
+ 'elevation.surface.overlay.hovered': '--ds-surface-overlay-hovered',
293
+ 'elevation.surface.overlay.pressed': '--ds-surface-overlay-pressed',
294
+ 'opacity.disabled': '--ds-opacity-disabled',
295
+ 'opacity.loading': '--ds-opacity-loading',
288
296
  'utility.UNSAFE_util.transparent': '--ds-UNSAFE_util-transparent',
289
297
  'utility.UNSAFE_util.MISSING_TOKEN': '--ds-UNSAFE_util-MISSING_TOKEN'
290
298
  };