@sage/design-tokens 5.2.0 → 5.3.0

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 (165) hide show
  1. package/css/frozenproduct/all.css +7 -5
  2. package/css/frozenproduct/large/dark.css +6 -5
  3. package/css/frozenproduct/large/light.css +1 -0
  4. package/css/frozenproduct/small/dark.css +6 -5
  5. package/css/frozenproduct/small/light.css +1 -0
  6. package/css/marketing/all.css +38 -36
  7. package/css/marketing/large/dark.css +6 -5
  8. package/css/marketing/large/light.css +1 -0
  9. package/css/marketing/small/components/button.css +22 -22
  10. package/css/marketing/small/components/container.css +9 -9
  11. package/css/marketing/small/dark.css +6 -5
  12. package/css/marketing/small/light.css +1 -0
  13. package/css/product/all.css +7 -5
  14. package/css/product/large/components/status.css +3 -3
  15. package/css/product/large/dark.css +6 -5
  16. package/css/product/large/light.css +1 -0
  17. package/css/product/small/dark.css +6 -5
  18. package/css/product/small/light.css +1 -0
  19. package/ios/frozenproduct/large/dark/mode.h +6 -5
  20. package/ios/frozenproduct/large/light/mode.h +1 -0
  21. package/ios/frozenproduct/small/dark/mode.h +6 -5
  22. package/ios/frozenproduct/small/light/mode.h +1 -0
  23. package/ios/marketing/large/dark/mode.h +6 -5
  24. package/ios/marketing/large/light/mode.h +1 -0
  25. package/ios/marketing/small/dark/mode.h +6 -5
  26. package/ios/marketing/small/light/mode.h +1 -0
  27. package/ios/product/large/dark/mode.h +6 -5
  28. package/ios/product/large/light/mode.h +1 -0
  29. package/ios/product/small/dark/mode.h +6 -5
  30. package/ios/product/small/light/mode.h +1 -0
  31. package/js/common/frozenproduct/large/dark/mode.d.ts +10 -9
  32. package/js/common/frozenproduct/large/dark/mode.js +170 -89
  33. package/js/common/frozenproduct/large/light/mode.d.ts +1 -0
  34. package/js/common/frozenproduct/large/light/mode.js +31 -0
  35. package/js/common/frozenproduct/small/dark/mode.d.ts +10 -9
  36. package/js/common/frozenproduct/small/dark/mode.js +170 -89
  37. package/js/common/frozenproduct/small/light/mode.d.ts +1 -0
  38. package/js/common/frozenproduct/small/light/mode.js +31 -0
  39. package/js/common/marketing/large/dark/mode.d.ts +10 -9
  40. package/js/common/marketing/large/dark/mode.js +170 -89
  41. package/js/common/marketing/large/light/mode.d.ts +1 -0
  42. package/js/common/marketing/large/light/mode.js +31 -0
  43. package/js/common/marketing/small/dark/mode.d.ts +10 -9
  44. package/js/common/marketing/small/dark/mode.js +170 -89
  45. package/js/common/marketing/small/light/mode.d.ts +1 -0
  46. package/js/common/marketing/small/light/mode.js +31 -0
  47. package/js/common/product/large/dark/mode.d.ts +10 -9
  48. package/js/common/product/large/dark/mode.js +170 -89
  49. package/js/common/product/large/light/mode.d.ts +1 -0
  50. package/js/common/product/large/light/mode.js +31 -0
  51. package/js/common/product/small/dark/mode.d.ts +10 -9
  52. package/js/common/product/small/dark/mode.js +170 -89
  53. package/js/common/product/small/light/mode.d.ts +1 -0
  54. package/js/common/product/small/light/mode.js +31 -0
  55. package/js/es6/frozenproduct/large/dark/mode.d.ts +8 -6
  56. package/js/es6/frozenproduct/large/dark/mode.js +7 -6
  57. package/js/es6/frozenproduct/large/light/mode.d.ts +2 -0
  58. package/js/es6/frozenproduct/large/light/mode.js +1 -0
  59. package/js/es6/frozenproduct/small/dark/mode.d.ts +8 -6
  60. package/js/es6/frozenproduct/small/dark/mode.js +7 -6
  61. package/js/es6/frozenproduct/small/light/mode.d.ts +2 -0
  62. package/js/es6/frozenproduct/small/light/mode.js +1 -0
  63. package/js/es6/marketing/large/dark/mode.d.ts +8 -6
  64. package/js/es6/marketing/large/dark/mode.js +7 -6
  65. package/js/es6/marketing/large/light/mode.d.ts +2 -0
  66. package/js/es6/marketing/large/light/mode.js +1 -0
  67. package/js/es6/marketing/small/dark/mode.d.ts +8 -6
  68. package/js/es6/marketing/small/dark/mode.js +7 -6
  69. package/js/es6/marketing/small/light/mode.d.ts +2 -0
  70. package/js/es6/marketing/small/light/mode.js +1 -0
  71. package/js/es6/product/large/dark/mode.d.ts +8 -6
  72. package/js/es6/product/large/dark/mode.js +7 -6
  73. package/js/es6/product/large/light/mode.d.ts +2 -0
  74. package/js/es6/product/large/light/mode.js +1 -0
  75. package/js/es6/product/small/dark/mode.d.ts +8 -6
  76. package/js/es6/product/small/dark/mode.js +7 -6
  77. package/js/es6/product/small/light/mode.d.ts +2 -0
  78. package/js/es6/product/small/light/mode.js +1 -0
  79. package/js/umd/frozenproduct/large/dark/mode.js +177 -89
  80. package/js/umd/frozenproduct/large/light/mode.js +38 -0
  81. package/js/umd/frozenproduct/small/dark/mode.js +177 -89
  82. package/js/umd/frozenproduct/small/light/mode.js +38 -0
  83. package/js/umd/marketing/large/dark/mode.js +177 -89
  84. package/js/umd/marketing/large/light/mode.js +38 -0
  85. package/js/umd/marketing/small/dark/mode.js +177 -89
  86. package/js/umd/marketing/small/light/mode.js +38 -0
  87. package/js/umd/product/large/dark/mode.js +177 -89
  88. package/js/umd/product/large/light/mode.js +38 -0
  89. package/js/umd/product/small/dark/mode.js +177 -89
  90. package/js/umd/product/small/light/mode.js +38 -0
  91. package/json/flat/frozenproduct/large/dark/mode.json +6 -5
  92. package/json/flat/frozenproduct/large/light/mode.json +1 -0
  93. package/json/flat/frozenproduct/small/dark/mode.json +6 -5
  94. package/json/flat/frozenproduct/small/light/mode.json +1 -0
  95. package/json/flat/marketing/large/dark/mode.json +6 -5
  96. package/json/flat/marketing/large/light/mode.json +1 -0
  97. package/json/flat/marketing/small/dark/mode.json +6 -5
  98. package/json/flat/marketing/small/light/mode.json +1 -0
  99. package/json/flat/product/large/dark/mode.json +6 -5
  100. package/json/flat/product/large/light/mode.json +1 -0
  101. package/json/flat/product/small/dark/mode.json +6 -5
  102. package/json/flat/product/small/light/mode.json +1 -0
  103. package/json/nested/frozenproduct/large/dark/mode.json +11 -10
  104. package/json/nested/frozenproduct/large/light/mode.json +2 -1
  105. package/json/nested/frozenproduct/small/dark/mode.json +11 -10
  106. package/json/nested/frozenproduct/small/light/mode.json +2 -1
  107. package/json/nested/marketing/large/dark/mode.json +11 -10
  108. package/json/nested/marketing/large/light/mode.json +2 -1
  109. package/json/nested/marketing/small/dark/mode.json +11 -10
  110. package/json/nested/marketing/small/light/mode.json +2 -1
  111. package/json/nested/product/large/dark/mode.json +11 -10
  112. package/json/nested/product/large/light/mode.json +2 -1
  113. package/json/nested/product/small/dark/mode.json +11 -10
  114. package/json/nested/product/small/light/mode.json +2 -1
  115. package/package.json +1 -1
  116. package/sage-design-tokens-5.3.0.tgz +0 -0
  117. package/scss/frozenproduct/large/dark.scss +6 -5
  118. package/scss/frozenproduct/large/light.scss +1 -0
  119. package/scss/frozenproduct/small/components/button.scss +22 -22
  120. package/scss/frozenproduct/small/components/container.scss +9 -9
  121. package/scss/frozenproduct/small/components/form.scss +7 -7
  122. package/scss/frozenproduct/small/components/link.scss +2 -2
  123. package/scss/frozenproduct/small/components/logo.scss +4 -4
  124. package/scss/frozenproduct/small/components/nav.scss +3 -3
  125. package/scss/frozenproduct/small/components/page.scss +1 -1
  126. package/scss/frozenproduct/small/components/popover.scss +2 -2
  127. package/scss/frozenproduct/small/components/progress.scss +6 -6
  128. package/scss/frozenproduct/small/components/status.scss +3 -3
  129. package/scss/frozenproduct/small/components/tab.scss +7 -7
  130. package/scss/frozenproduct/small/components/table.scss +11 -11
  131. package/scss/frozenproduct/small/dark.scss +6 -5
  132. package/scss/frozenproduct/small/light.scss +1 -0
  133. package/scss/marketing/large/dark.scss +6 -5
  134. package/scss/marketing/large/light.scss +1 -0
  135. package/scss/marketing/small/dark.scss +6 -5
  136. package/scss/marketing/small/light.scss +1 -0
  137. package/scss/product/large/components/button.scss +22 -22
  138. package/scss/product/large/components/container.scss +9 -9
  139. package/scss/product/large/components/form.scss +7 -7
  140. package/scss/product/large/components/link.scss +2 -2
  141. package/scss/product/large/components/logo.scss +4 -4
  142. package/scss/product/large/components/nav.scss +3 -3
  143. package/scss/product/large/components/page.scss +1 -1
  144. package/scss/product/large/components/popover.scss +2 -2
  145. package/scss/product/large/components/progress.scss +6 -6
  146. package/scss/product/large/components/status.scss +3 -3
  147. package/scss/product/large/components/tab.scss +7 -7
  148. package/scss/product/large/components/table.scss +11 -11
  149. package/scss/product/large/dark.scss +6 -5
  150. package/scss/product/large/light.scss +1 -0
  151. package/scss/product/small/components/button.scss +22 -22
  152. package/scss/product/small/components/container.scss +9 -9
  153. package/scss/product/small/components/form.scss +7 -7
  154. package/scss/product/small/components/link.scss +2 -2
  155. package/scss/product/small/components/logo.scss +4 -4
  156. package/scss/product/small/components/nav.scss +3 -3
  157. package/scss/product/small/components/page.scss +1 -1
  158. package/scss/product/small/components/popover.scss +2 -2
  159. package/scss/product/small/components/progress.scss +6 -6
  160. package/scss/product/small/components/status.scss +3 -3
  161. package/scss/product/small/components/tab.scss +7 -7
  162. package/scss/product/small/components/table.scss +11 -11
  163. package/scss/product/small/dark.scss +6 -5
  164. package/scss/product/small/light.scss +1 -0
  165. package/sage-design-tokens-5.2.0.tgz +0 -0
@@ -4435,95 +4435,6 @@ module.exports = {
4435
4435
  },
4436
4436
  },
4437
4437
  status: {
4438
- ai: {
4439
- default: {
4440
- value: "#000000",
4441
- type: "color",
4442
- filePath: "data/tokens/modes/dark.json",
4443
- isSource: true,
4444
- original: {
4445
- value: "{modes.color.generic.bg.nought}",
4446
- type: "color",
4447
- },
4448
- name: "modesColorStatusAiDefault",
4449
- attributes: {},
4450
- path: ["modes", "color", "status", "ai", "default"],
4451
- },
4452
- defaultAlt: {
4453
- value: "#FFFFFF",
4454
- type: "color",
4455
- description: "bg for contextual message comp",
4456
- filePath: "data/tokens/modes/dark.json",
4457
- isSource: true,
4458
- original: {
4459
- value: "{modes.color.generic.bg.extreme}",
4460
- type: "color",
4461
- description: "bg for contextual message comp",
4462
- },
4463
- name: "modesColorStatusAiDefaultAlt",
4464
- attributes: {
4465
- value: "#FFFFFF",
4466
- type: "color",
4467
- description: "bg for contextual message comp",
4468
- filePath: "data/tokens/modes/dark.json",
4469
- isSource: true,
4470
- original: {
4471
- value: "{modes.color.generic.bg.extreme}",
4472
- type: "color",
4473
- description: "bg for contextual message comp",
4474
- },
4475
- name: "defaultAlt",
4476
- attributes: {},
4477
- path: ["modes", "color", "status", "ai", "defaultAlt"],
4478
- comment: "bg for contextual message comp",
4479
- },
4480
- path: ["modes", "color", "status", "ai", "defaultAlt"],
4481
- comment: "bg for contextual message comp",
4482
- },
4483
- "default-horizontal": {
4484
- value:
4485
- "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
4486
- type: "color",
4487
- filePath: "data/tokens/modes/dark.json",
4488
- isSource: true,
4489
- original: {
4490
- value: "{primitives.colors.lightAiH}",
4491
- type: "color",
4492
- },
4493
- name: "modesColorStatusAiDefaultHorizontal",
4494
- attributes: {},
4495
- path: ["modes", "color", "status", "ai", "default-horizontal"],
4496
- },
4497
- "default-vertical": {
4498
- value:
4499
- "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
4500
- type: "color",
4501
- filePath: "data/tokens/modes/dark.json",
4502
- isSource: true,
4503
- original: {
4504
- value: "{primitives.colors.lightAiV}",
4505
- type: "color",
4506
- },
4507
- name: "modesColorStatusAiDefaultVertical",
4508
- attributes: {},
4509
- path: ["modes", "color", "status", "ai", "default-vertical"],
4510
- },
4511
- },
4512
- generic: {
4513
- default: {
4514
- value: "#008a89",
4515
- type: "color",
4516
- filePath: "data/tokens/modes/dark.json",
4517
- isSource: true,
4518
- original: {
4519
- value: "{primitives.colors.petrol}",
4520
- type: "color",
4521
- },
4522
- name: "modesColorStatusGenericDefault",
4523
- attributes: {},
4524
- path: ["modes", "color", "status", "generic", "default"],
4525
- },
4526
- },
4527
4438
  caution: {
4528
4439
  default: {
4529
4440
  value: "#E04500",
@@ -4865,6 +4776,176 @@ module.exports = {
4865
4776
  ],
4866
4777
  comment: "Global message bg",
4867
4778
  },
4779
+ icon: {
4780
+ value: "#e75b23",
4781
+ type: "color",
4782
+ $extensions: {
4783
+ "studio.tokens": {
4784
+ modify: {
4785
+ type: "mix",
4786
+ value: "0.10",
4787
+ space: "lch",
4788
+ color: "#FFFFFF",
4789
+ filePath: "data/tokens/modes/dark.json",
4790
+ isSource: true,
4791
+ format: "hex",
4792
+ },
4793
+ },
4794
+ },
4795
+ description: "Global message icon.",
4796
+ filePath: "data/tokens/modes/dark.json",
4797
+ isSource: true,
4798
+ original: {
4799
+ value: "{primitives.colors.tangerine}",
4800
+ type: "color",
4801
+ $extensions: {
4802
+ "studio.tokens": {
4803
+ modify: {
4804
+ type: "mix",
4805
+ value: "0.10",
4806
+ space: "lch",
4807
+ color: "{modes.color.modifier.contrastMore}",
4808
+ filePath: "data/tokens/modes/dark.json",
4809
+ isSource: true,
4810
+ },
4811
+ },
4812
+ },
4813
+ description: "Global message icon.",
4814
+ },
4815
+ name: "modesColorStatusCautionFrozenIcon",
4816
+ attributes: {
4817
+ value: "#E04500",
4818
+ type: "color",
4819
+ $extensions: {
4820
+ "studio.tokens": {
4821
+ modify: {
4822
+ type: "mix",
4823
+ value: "0.10",
4824
+ space: "lch",
4825
+ color: "#FFFFFF",
4826
+ filePath: "data/tokens/modes/dark.json",
4827
+ isSource: true,
4828
+ format: "hex",
4829
+ },
4830
+ },
4831
+ },
4832
+ description: "Global message icon.",
4833
+ filePath: "data/tokens/modes/dark.json",
4834
+ isSource: true,
4835
+ original: {
4836
+ value: "{primitives.colors.tangerine}",
4837
+ type: "color",
4838
+ $extensions: {
4839
+ "studio.tokens": {
4840
+ modify: {
4841
+ type: "mix",
4842
+ value: "0.10",
4843
+ space: "lch",
4844
+ color: "{modes.color.modifier.contrastMore}",
4845
+ filePath: "data/tokens/modes/dark.json",
4846
+ isSource: true,
4847
+ },
4848
+ },
4849
+ },
4850
+ description: "Global message icon.",
4851
+ },
4852
+ name: "icon",
4853
+ attributes: {},
4854
+ path: ["modes", "color", "status", "caution", "frozen", "icon"],
4855
+ comment: "Global message icon.",
4856
+ },
4857
+ path: ["modes", "color", "status", "caution", "frozen", "icon"],
4858
+ comment: "Global message icon.",
4859
+ },
4860
+ },
4861
+ },
4862
+ ai: {
4863
+ default: {
4864
+ value: "#000000",
4865
+ type: "color",
4866
+ filePath: "data/tokens/modes/dark.json",
4867
+ isSource: true,
4868
+ original: {
4869
+ value: "{modes.color.generic.bg.nought}",
4870
+ type: "color",
4871
+ },
4872
+ name: "modesColorStatusAiDefault",
4873
+ attributes: {},
4874
+ path: ["modes", "color", "status", "ai", "default"],
4875
+ },
4876
+ defaultAlt: {
4877
+ value: "#FFFFFF",
4878
+ type: "color",
4879
+ description: "bg for contextual message comp",
4880
+ filePath: "data/tokens/modes/dark.json",
4881
+ isSource: true,
4882
+ original: {
4883
+ value: "{modes.color.generic.bg.extreme}",
4884
+ type: "color",
4885
+ description: "bg for contextual message comp",
4886
+ },
4887
+ name: "modesColorStatusAiDefaultAlt",
4888
+ attributes: {
4889
+ value: "#FFFFFF",
4890
+ type: "color",
4891
+ description: "bg for contextual message comp",
4892
+ filePath: "data/tokens/modes/dark.json",
4893
+ isSource: true,
4894
+ original: {
4895
+ value: "{modes.color.generic.bg.extreme}",
4896
+ type: "color",
4897
+ description: "bg for contextual message comp",
4898
+ },
4899
+ name: "defaultAlt",
4900
+ attributes: {},
4901
+ path: ["modes", "color", "status", "ai", "defaultAlt"],
4902
+ comment: "bg for contextual message comp",
4903
+ },
4904
+ path: ["modes", "color", "status", "ai", "defaultAlt"],
4905
+ comment: "bg for contextual message comp",
4906
+ },
4907
+ "default-horizontal": {
4908
+ value:
4909
+ "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
4910
+ type: "color",
4911
+ filePath: "data/tokens/modes/dark.json",
4912
+ isSource: true,
4913
+ original: {
4914
+ value: "{primitives.colors.lightAiH}",
4915
+ type: "color",
4916
+ },
4917
+ name: "modesColorStatusAiDefaultHorizontal",
4918
+ attributes: {},
4919
+ path: ["modes", "color", "status", "ai", "default-horizontal"],
4920
+ },
4921
+ "default-vertical": {
4922
+ value:
4923
+ "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
4924
+ type: "color",
4925
+ filePath: "data/tokens/modes/dark.json",
4926
+ isSource: true,
4927
+ original: {
4928
+ value: "{primitives.colors.lightAiV}",
4929
+ type: "color",
4930
+ },
4931
+ name: "modesColorStatusAiDefaultVertical",
4932
+ attributes: {},
4933
+ path: ["modes", "color", "status", "ai", "default-vertical"],
4934
+ },
4935
+ },
4936
+ generic: {
4937
+ default: {
4938
+ value: "#008a89",
4939
+ type: "color",
4940
+ filePath: "data/tokens/modes/dark.json",
4941
+ isSource: true,
4942
+ original: {
4943
+ value: "{primitives.colors.petrol}",
4944
+ type: "color",
4945
+ },
4946
+ name: "modesColorStatusGenericDefault",
4947
+ attributes: {},
4948
+ path: ["modes", "color", "status", "generic", "default"],
4868
4949
  },
4869
4950
  },
4870
4951
  content: {
@@ -217,6 +217,7 @@ declare const tokens: {
217
217
  text: DesignToken;
218
218
  frozen: {
219
219
  default: DesignToken;
220
+ icon: DesignToken;
220
221
  };
221
222
  };
222
223
  content: {
@@ -5252,6 +5252,37 @@ module.exports = {
5252
5252
  ],
5253
5253
  comment: "used on global message bg",
5254
5254
  },
5255
+ icon: {
5256
+ value: "#000000",
5257
+ type: "color",
5258
+ description: "used on global message icon",
5259
+ filePath: "data/tokens/modes/light.json",
5260
+ isSource: true,
5261
+ original: {
5262
+ value: "{primitives.colors.black}",
5263
+ type: "color",
5264
+ description: "used on global message icon",
5265
+ },
5266
+ name: "modesColorStatusCautionFrozenIcon",
5267
+ attributes: {
5268
+ value: "#000000",
5269
+ type: "color",
5270
+ description: "used on global message icon",
5271
+ filePath: "data/tokens/modes/light.json",
5272
+ isSource: true,
5273
+ original: {
5274
+ value: "{primitives.colors.black}",
5275
+ type: "color",
5276
+ description: "used on global message icon",
5277
+ },
5278
+ name: "icon",
5279
+ attributes: {},
5280
+ path: ["modes", "color", "status", "caution", "frozen", "icon"],
5281
+ comment: "used on global message icon",
5282
+ },
5283
+ path: ["modes", "color", "status", "caution", "frozen", "icon"],
5284
+ comment: "used on global message icon",
5285
+ },
5255
5286
  },
5256
5287
  },
5257
5288
  content: {
@@ -200,15 +200,6 @@ declare const tokens: {
200
200
  };
201
201
  };
202
202
  status: {
203
- ai: {
204
- default: DesignToken;
205
- defaultAlt: DesignToken;
206
- "default-horizontal": DesignToken;
207
- "default-vertical": DesignToken;
208
- };
209
- generic: {
210
- default: DesignToken;
211
- };
212
203
  caution: {
213
204
  default: DesignToken;
214
205
  defaultAlt: DesignToken;
@@ -217,8 +208,18 @@ declare const tokens: {
217
208
  text: DesignToken;
218
209
  frozen: {
219
210
  default: DesignToken;
211
+ icon: DesignToken;
220
212
  };
221
213
  };
214
+ ai: {
215
+ default: DesignToken;
216
+ defaultAlt: DesignToken;
217
+ "default-horizontal": DesignToken;
218
+ "default-vertical": DesignToken;
219
+ };
220
+ generic: {
221
+ default: DesignToken;
222
+ };
222
223
  content: {
223
224
  withDefault: DesignToken;
224
225
  withDefaultAlt: DesignToken;
@@ -4435,95 +4435,6 @@ module.exports = {
4435
4435
  },
4436
4436
  },
4437
4437
  status: {
4438
- ai: {
4439
- default: {
4440
- value: "#000000",
4441
- type: "color",
4442
- filePath: "data/tokens/modes/dark.json",
4443
- isSource: true,
4444
- original: {
4445
- value: "{modes.color.generic.bg.nought}",
4446
- type: "color",
4447
- },
4448
- name: "modesColorStatusAiDefault",
4449
- attributes: {},
4450
- path: ["modes", "color", "status", "ai", "default"],
4451
- },
4452
- defaultAlt: {
4453
- value: "#FFFFFF",
4454
- type: "color",
4455
- description: "bg for contextual message comp",
4456
- filePath: "data/tokens/modes/dark.json",
4457
- isSource: true,
4458
- original: {
4459
- value: "{modes.color.generic.bg.extreme}",
4460
- type: "color",
4461
- description: "bg for contextual message comp",
4462
- },
4463
- name: "modesColorStatusAiDefaultAlt",
4464
- attributes: {
4465
- value: "#FFFFFF",
4466
- type: "color",
4467
- description: "bg for contextual message comp",
4468
- filePath: "data/tokens/modes/dark.json",
4469
- isSource: true,
4470
- original: {
4471
- value: "{modes.color.generic.bg.extreme}",
4472
- type: "color",
4473
- description: "bg for contextual message comp",
4474
- },
4475
- name: "defaultAlt",
4476
- attributes: {},
4477
- path: ["modes", "color", "status", "ai", "defaultAlt"],
4478
- comment: "bg for contextual message comp",
4479
- },
4480
- path: ["modes", "color", "status", "ai", "defaultAlt"],
4481
- comment: "bg for contextual message comp",
4482
- },
4483
- "default-horizontal": {
4484
- value:
4485
- "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
4486
- type: "color",
4487
- filePath: "data/tokens/modes/dark.json",
4488
- isSource: true,
4489
- original: {
4490
- value: "{primitives.colors.lightAiH}",
4491
- type: "color",
4492
- },
4493
- name: "modesColorStatusAiDefaultHorizontal",
4494
- attributes: {},
4495
- path: ["modes", "color", "status", "ai", "default-horizontal"],
4496
- },
4497
- "default-vertical": {
4498
- value:
4499
- "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
4500
- type: "color",
4501
- filePath: "data/tokens/modes/dark.json",
4502
- isSource: true,
4503
- original: {
4504
- value: "{primitives.colors.lightAiV}",
4505
- type: "color",
4506
- },
4507
- name: "modesColorStatusAiDefaultVertical",
4508
- attributes: {},
4509
- path: ["modes", "color", "status", "ai", "default-vertical"],
4510
- },
4511
- },
4512
- generic: {
4513
- default: {
4514
- value: "#008a89",
4515
- type: "color",
4516
- filePath: "data/tokens/modes/dark.json",
4517
- isSource: true,
4518
- original: {
4519
- value: "{primitives.colors.petrol}",
4520
- type: "color",
4521
- },
4522
- name: "modesColorStatusGenericDefault",
4523
- attributes: {},
4524
- path: ["modes", "color", "status", "generic", "default"],
4525
- },
4526
- },
4527
4438
  caution: {
4528
4439
  default: {
4529
4440
  value: "#E04500",
@@ -4865,6 +4776,176 @@ module.exports = {
4865
4776
  ],
4866
4777
  comment: "Global message bg",
4867
4778
  },
4779
+ icon: {
4780
+ value: "#e75b23",
4781
+ type: "color",
4782
+ $extensions: {
4783
+ "studio.tokens": {
4784
+ modify: {
4785
+ type: "mix",
4786
+ value: "0.10",
4787
+ space: "lch",
4788
+ color: "#FFFFFF",
4789
+ filePath: "data/tokens/modes/dark.json",
4790
+ isSource: true,
4791
+ format: "hex",
4792
+ },
4793
+ },
4794
+ },
4795
+ description: "Global message icon.",
4796
+ filePath: "data/tokens/modes/dark.json",
4797
+ isSource: true,
4798
+ original: {
4799
+ value: "{primitives.colors.tangerine}",
4800
+ type: "color",
4801
+ $extensions: {
4802
+ "studio.tokens": {
4803
+ modify: {
4804
+ type: "mix",
4805
+ value: "0.10",
4806
+ space: "lch",
4807
+ color: "{modes.color.modifier.contrastMore}",
4808
+ filePath: "data/tokens/modes/dark.json",
4809
+ isSource: true,
4810
+ },
4811
+ },
4812
+ },
4813
+ description: "Global message icon.",
4814
+ },
4815
+ name: "modesColorStatusCautionFrozenIcon",
4816
+ attributes: {
4817
+ value: "#E04500",
4818
+ type: "color",
4819
+ $extensions: {
4820
+ "studio.tokens": {
4821
+ modify: {
4822
+ type: "mix",
4823
+ value: "0.10",
4824
+ space: "lch",
4825
+ color: "#FFFFFF",
4826
+ filePath: "data/tokens/modes/dark.json",
4827
+ isSource: true,
4828
+ format: "hex",
4829
+ },
4830
+ },
4831
+ },
4832
+ description: "Global message icon.",
4833
+ filePath: "data/tokens/modes/dark.json",
4834
+ isSource: true,
4835
+ original: {
4836
+ value: "{primitives.colors.tangerine}",
4837
+ type: "color",
4838
+ $extensions: {
4839
+ "studio.tokens": {
4840
+ modify: {
4841
+ type: "mix",
4842
+ value: "0.10",
4843
+ space: "lch",
4844
+ color: "{modes.color.modifier.contrastMore}",
4845
+ filePath: "data/tokens/modes/dark.json",
4846
+ isSource: true,
4847
+ },
4848
+ },
4849
+ },
4850
+ description: "Global message icon.",
4851
+ },
4852
+ name: "icon",
4853
+ attributes: {},
4854
+ path: ["modes", "color", "status", "caution", "frozen", "icon"],
4855
+ comment: "Global message icon.",
4856
+ },
4857
+ path: ["modes", "color", "status", "caution", "frozen", "icon"],
4858
+ comment: "Global message icon.",
4859
+ },
4860
+ },
4861
+ },
4862
+ ai: {
4863
+ default: {
4864
+ value: "#000000",
4865
+ type: "color",
4866
+ filePath: "data/tokens/modes/dark.json",
4867
+ isSource: true,
4868
+ original: {
4869
+ value: "{modes.color.generic.bg.nought}",
4870
+ type: "color",
4871
+ },
4872
+ name: "modesColorStatusAiDefault",
4873
+ attributes: {},
4874
+ path: ["modes", "color", "status", "ai", "default"],
4875
+ },
4876
+ defaultAlt: {
4877
+ value: "#FFFFFF",
4878
+ type: "color",
4879
+ description: "bg for contextual message comp",
4880
+ filePath: "data/tokens/modes/dark.json",
4881
+ isSource: true,
4882
+ original: {
4883
+ value: "{modes.color.generic.bg.extreme}",
4884
+ type: "color",
4885
+ description: "bg for contextual message comp",
4886
+ },
4887
+ name: "modesColorStatusAiDefaultAlt",
4888
+ attributes: {
4889
+ value: "#FFFFFF",
4890
+ type: "color",
4891
+ description: "bg for contextual message comp",
4892
+ filePath: "data/tokens/modes/dark.json",
4893
+ isSource: true,
4894
+ original: {
4895
+ value: "{modes.color.generic.bg.extreme}",
4896
+ type: "color",
4897
+ description: "bg for contextual message comp",
4898
+ },
4899
+ name: "defaultAlt",
4900
+ attributes: {},
4901
+ path: ["modes", "color", "status", "ai", "defaultAlt"],
4902
+ comment: "bg for contextual message comp",
4903
+ },
4904
+ path: ["modes", "color", "status", "ai", "defaultAlt"],
4905
+ comment: "bg for contextual message comp",
4906
+ },
4907
+ "default-horizontal": {
4908
+ value:
4909
+ "linear-gradient(90deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
4910
+ type: "color",
4911
+ filePath: "data/tokens/modes/dark.json",
4912
+ isSource: true,
4913
+ original: {
4914
+ value: "{primitives.colors.lightAiH}",
4915
+ type: "color",
4916
+ },
4917
+ name: "modesColorStatusAiDefaultHorizontal",
4918
+ attributes: {},
4919
+ path: ["modes", "color", "status", "ai", "default-horizontal"],
4920
+ },
4921
+ "default-vertical": {
4922
+ value:
4923
+ "linear-gradient(180deg, #00D639 0%, #00D6DE 40%, #9D60FF 90%)",
4924
+ type: "color",
4925
+ filePath: "data/tokens/modes/dark.json",
4926
+ isSource: true,
4927
+ original: {
4928
+ value: "{primitives.colors.lightAiV}",
4929
+ type: "color",
4930
+ },
4931
+ name: "modesColorStatusAiDefaultVertical",
4932
+ attributes: {},
4933
+ path: ["modes", "color", "status", "ai", "default-vertical"],
4934
+ },
4935
+ },
4936
+ generic: {
4937
+ default: {
4938
+ value: "#008a89",
4939
+ type: "color",
4940
+ filePath: "data/tokens/modes/dark.json",
4941
+ isSource: true,
4942
+ original: {
4943
+ value: "{primitives.colors.petrol}",
4944
+ type: "color",
4945
+ },
4946
+ name: "modesColorStatusGenericDefault",
4947
+ attributes: {},
4948
+ path: ["modes", "color", "status", "generic", "default"],
4868
4949
  },
4869
4950
  },
4870
4951
  content: {
@@ -217,6 +217,7 @@ declare const tokens: {
217
217
  text: DesignToken;
218
218
  frozen: {
219
219
  default: DesignToken;
220
+ icon: DesignToken;
220
221
  };
221
222
  };
222
223
  content: {
@@ -5252,6 +5252,37 @@ module.exports = {
5252
5252
  ],
5253
5253
  comment: "used on global message bg",
5254
5254
  },
5255
+ icon: {
5256
+ value: "#000000",
5257
+ type: "color",
5258
+ description: "used on global message icon",
5259
+ filePath: "data/tokens/modes/light.json",
5260
+ isSource: true,
5261
+ original: {
5262
+ value: "{primitives.colors.black}",
5263
+ type: "color",
5264
+ description: "used on global message icon",
5265
+ },
5266
+ name: "modesColorStatusCautionFrozenIcon",
5267
+ attributes: {
5268
+ value: "#000000",
5269
+ type: "color",
5270
+ description: "used on global message icon",
5271
+ filePath: "data/tokens/modes/light.json",
5272
+ isSource: true,
5273
+ original: {
5274
+ value: "{primitives.colors.black}",
5275
+ type: "color",
5276
+ description: "used on global message icon",
5277
+ },
5278
+ name: "icon",
5279
+ attributes: {},
5280
+ path: ["modes", "color", "status", "caution", "frozen", "icon"],
5281
+ comment: "used on global message icon",
5282
+ },
5283
+ path: ["modes", "color", "status", "caution", "frozen", "icon"],
5284
+ comment: "used on global message icon",
5285
+ },
5255
5286
  },
5256
5287
  },
5257
5288
  content: {