@momentum-design/tokens 0.7.3 → 0.8.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 (124) hide show
  1. package/dist/css/components/complete.css +30 -18
  2. package/dist/css/core/complete.css +1 -1
  3. package/dist/css/effect/complete.css +1 -1
  4. package/dist/css/elevation/complete.css +1 -1
  5. package/dist/css/theme/aaos/day-complete.css +1 -1
  6. package/dist/css/theme/aaos/night-complete.css +1 -1
  7. package/dist/css/theme/webex/dark-bronze-stable.css +4 -3
  8. package/dist/css/theme/webex/dark-indigo-stable.css +4 -3
  9. package/dist/css/theme/webex/dark-jade-stable.css +4 -3
  10. package/dist/css/theme/webex/dark-lavender-stable.css +4 -3
  11. package/dist/css/theme/webex/dark-rose-stable.css +4 -3
  12. package/dist/css/theme/webex/dark-stable.css +4 -3
  13. package/dist/css/theme/webex/hc-dark-stable.css +2 -1
  14. package/dist/css/theme/webex/hc-light-stable.css +2 -1
  15. package/dist/css/theme/webex/light-bronze-stable.css +3 -2
  16. package/dist/css/theme/webex/light-indigo-stable.css +3 -2
  17. package/dist/css/theme/webex/light-jade-stable.css +3 -2
  18. package/dist/css/theme/webex/light-lavender-stable.css +3 -2
  19. package/dist/css/theme/webex/light-rose-stable.css +3 -2
  20. package/dist/css/theme/webex/light-stable.css +3 -2
  21. package/dist/css/typography/complete.css +1 -1
  22. package/dist/ios/core/complete.swift +1 -1
  23. package/dist/ios/effect/complete.swift +1 -1
  24. package/dist/ios/elevation/complete.swift +1 -1
  25. package/dist/ios/theme/aaos/day-complete.swift +1 -1
  26. package/dist/ios/theme/aaos/night-complete.swift +1 -1
  27. package/dist/ios/theme/webex/dark-bronze-stable.swift +4 -3
  28. package/dist/ios/theme/webex/dark-indigo-stable.swift +4 -3
  29. package/dist/ios/theme/webex/dark-jade-stable.swift +4 -3
  30. package/dist/ios/theme/webex/dark-lavender-stable.swift +4 -3
  31. package/dist/ios/theme/webex/dark-rose-stable.swift +4 -3
  32. package/dist/ios/theme/webex/dark-stable.swift +4 -3
  33. package/dist/ios/theme/webex/hc-dark-stable.swift +2 -1
  34. package/dist/ios/theme/webex/hc-light-stable.swift +2 -1
  35. package/dist/ios/theme/webex/light-bronze-stable.swift +3 -2
  36. package/dist/ios/theme/webex/light-indigo-stable.swift +3 -2
  37. package/dist/ios/theme/webex/light-jade-stable.swift +3 -2
  38. package/dist/ios/theme/webex/light-lavender-stable.swift +3 -2
  39. package/dist/ios/theme/webex/light-rose-stable.swift +3 -2
  40. package/dist/ios/theme/webex/light-stable.swift +3 -2
  41. package/dist/ios/typography/complete.swift +1 -1
  42. package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +2 -1
  43. package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +2 -1
  44. package/dist/ios-webex/theme/webex/dark-jade-stable.swift +2 -1
  45. package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +2 -1
  46. package/dist/ios-webex/theme/webex/dark-rose-stable.swift +2 -1
  47. package/dist/ios-webex/theme/webex/dark-stable.swift +2 -1
  48. package/dist/ios-webex/theme/webex/hc-dark-stable.swift +1 -0
  49. package/dist/ios-webex/theme/webex/hc-light-stable.swift +3 -0
  50. package/dist/ios-webex/theme/webex/light-bronze-stable.swift +3 -0
  51. package/dist/ios-webex/theme/webex/light-indigo-stable.swift +3 -0
  52. package/dist/ios-webex/theme/webex/light-jade-stable.swift +3 -0
  53. package/dist/ios-webex/theme/webex/light-lavender-stable.swift +3 -0
  54. package/dist/ios-webex/theme/webex/light-rose-stable.swift +3 -0
  55. package/dist/ios-webex/theme/webex/light-stable.swift +3 -0
  56. package/dist/json/theme/webex/dark-bronze-stable.json +35 -6
  57. package/dist/json/theme/webex/dark-indigo-stable.json +35 -6
  58. package/dist/json/theme/webex/dark-jade-stable.json +35 -6
  59. package/dist/json/theme/webex/dark-lavender-stable.json +35 -6
  60. package/dist/json/theme/webex/dark-rose-stable.json +35 -6
  61. package/dist/json/theme/webex/dark-stable.json +35 -6
  62. package/dist/json/theme/webex/hc-dark-stable.json +25 -0
  63. package/dist/json/theme/webex/hc-light-stable.json +25 -0
  64. package/dist/json/theme/webex/light-bronze-stable.json +31 -4
  65. package/dist/json/theme/webex/light-indigo-stable.json +31 -4
  66. package/dist/json/theme/webex/light-jade-stable.json +31 -4
  67. package/dist/json/theme/webex/light-lavender-stable.json +31 -4
  68. package/dist/json/theme/webex/light-rose-stable.json +31 -4
  69. package/dist/json/theme/webex/light-stable.json +31 -4
  70. package/dist/json-minimal/theme/webex/dark-bronze-stable.json +4 -3
  71. package/dist/json-minimal/theme/webex/dark-indigo-stable.json +4 -3
  72. package/dist/json-minimal/theme/webex/dark-jade-stable.json +4 -3
  73. package/dist/json-minimal/theme/webex/dark-lavender-stable.json +4 -3
  74. package/dist/json-minimal/theme/webex/dark-rose-stable.json +4 -3
  75. package/dist/json-minimal/theme/webex/dark-stable.json +4 -3
  76. package/dist/json-minimal/theme/webex/hc-dark-stable.json +2 -1
  77. package/dist/json-minimal/theme/webex/hc-light-stable.json +2 -1
  78. package/dist/json-minimal/theme/webex/light-bronze-stable.json +3 -2
  79. package/dist/json-minimal/theme/webex/light-indigo-stable.json +3 -2
  80. package/dist/json-minimal/theme/webex/light-jade-stable.json +3 -2
  81. package/dist/json-minimal/theme/webex/light-lavender-stable.json +3 -2
  82. package/dist/json-minimal/theme/webex/light-rose-stable.json +3 -2
  83. package/dist/json-minimal/theme/webex/light-stable.json +3 -2
  84. package/dist/resources/core/complete.xml +1 -1
  85. package/dist/resources/effect/complete.xml +1 -1
  86. package/dist/resources/elevation/complete.xml +1 -1
  87. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  88. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  89. package/dist/resources/theme/webex/dark-bronze-stable.xml +4 -3
  90. package/dist/resources/theme/webex/dark-indigo-stable.xml +4 -3
  91. package/dist/resources/theme/webex/dark-jade-stable.xml +4 -3
  92. package/dist/resources/theme/webex/dark-lavender-stable.xml +4 -3
  93. package/dist/resources/theme/webex/dark-rose-stable.xml +4 -3
  94. package/dist/resources/theme/webex/dark-stable.xml +4 -3
  95. package/dist/resources/theme/webex/hc-dark-stable.xml +2 -1
  96. package/dist/resources/theme/webex/hc-light-stable.xml +2 -1
  97. package/dist/resources/theme/webex/light-bronze-stable.xml +3 -2
  98. package/dist/resources/theme/webex/light-indigo-stable.xml +3 -2
  99. package/dist/resources/theme/webex/light-jade-stable.xml +3 -2
  100. package/dist/resources/theme/webex/light-lavender-stable.xml +3 -2
  101. package/dist/resources/theme/webex/light-rose-stable.xml +3 -2
  102. package/dist/resources/theme/webex/light-stable.xml +3 -2
  103. package/dist/resources/typography/complete.xml +1 -1
  104. package/dist/scss/core/complete.scss +1 -1
  105. package/dist/scss/effect/complete.scss +1 -1
  106. package/dist/scss/elevation/complete.scss +1 -1
  107. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  108. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  109. package/dist/scss/theme/webex/dark-bronze-stable.scss +4 -3
  110. package/dist/scss/theme/webex/dark-indigo-stable.scss +4 -3
  111. package/dist/scss/theme/webex/dark-jade-stable.scss +4 -3
  112. package/dist/scss/theme/webex/dark-lavender-stable.scss +4 -3
  113. package/dist/scss/theme/webex/dark-rose-stable.scss +4 -3
  114. package/dist/scss/theme/webex/dark-stable.scss +4 -3
  115. package/dist/scss/theme/webex/hc-dark-stable.scss +2 -1
  116. package/dist/scss/theme/webex/hc-light-stable.scss +2 -1
  117. package/dist/scss/theme/webex/light-bronze-stable.scss +3 -2
  118. package/dist/scss/theme/webex/light-indigo-stable.scss +3 -2
  119. package/dist/scss/theme/webex/light-jade-stable.scss +3 -2
  120. package/dist/scss/theme/webex/light-lavender-stable.scss +3 -2
  121. package/dist/scss/theme/webex/light-rose-stable.scss +3 -2
  122. package/dist/scss/theme/webex/light-stable.scss +3 -2
  123. package/dist/scss/typography/complete.scss +1 -1
  124. package/package.json +1 -1
@@ -2967,6 +2967,33 @@
2967
2967
  "secondary",
2968
2968
  "disabled"
2969
2969
  ]
2970
+ },
2971
+ "subtle": {
2972
+ "value": "#ffffff12",
2973
+ "type": "color",
2974
+ "description": "Used in the Agent/Supervisor Desktop",
2975
+ "filePath": "src/theme/stable/light.json",
2976
+ "isSource": true,
2977
+ "original": {
2978
+ "value": "{color.core.white-alpha.7}",
2979
+ "type": "color",
2980
+ "description": "Used in the Agent/Supervisor Desktop"
2981
+ },
2982
+ "name": "mds-color-theme-background-secondary-subtle",
2983
+ "attributes": {
2984
+ "category": "color",
2985
+ "type": "theme",
2986
+ "item": "background",
2987
+ "subitem": "secondary",
2988
+ "state": "subtle"
2989
+ },
2990
+ "path": [
2991
+ "color",
2992
+ "theme",
2993
+ "background",
2994
+ "secondary",
2995
+ "subtle"
2996
+ ]
2970
2997
  }
2971
2998
  },
2972
2999
  "accent": {
@@ -6572,15 +6599,15 @@
6572
6599
  },
6573
6600
  "ai": {
6574
6601
  "normal": {
6575
- "value": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);",
6602
+ "value": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)",
6576
6603
  "type": "color",
6577
- "description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature",
6604
+ "description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)\nUsed for AI assistant feature",
6578
6605
  "filePath": "src/theme/stable/light.json",
6579
6606
  "isSource": true,
6580
6607
  "original": {
6581
- "value": "linear-gradient(27deg, {color.ai.steelblue} 10.22%, {color.ai.skyblue} 88.93%, {color.ai.aquablue} 162.86%);",
6608
+ "value": "linear-gradient(27deg, {color.ai.steelblue} 10.22%, {color.ai.skyblue} 88.93%, {color.ai.aquablue} 162.86%)",
6582
6609
  "type": "color",
6583
- "description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature"
6610
+ "description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)\nUsed for AI assistant feature"
6584
6611
  },
6585
6612
  "name": "mds-color-theme-outline-ai-normal",
6586
6613
  "attributes": {
@@ -2967,6 +2967,33 @@
2967
2967
  "secondary",
2968
2968
  "disabled"
2969
2969
  ]
2970
+ },
2971
+ "subtle": {
2972
+ "value": "#ffffff12",
2973
+ "type": "color",
2974
+ "description": "Used in the Agent/Supervisor Desktop",
2975
+ "filePath": "src/theme/stable/light.json",
2976
+ "isSource": true,
2977
+ "original": {
2978
+ "value": "{color.core.white-alpha.7}",
2979
+ "type": "color",
2980
+ "description": "Used in the Agent/Supervisor Desktop"
2981
+ },
2982
+ "name": "mds-color-theme-background-secondary-subtle",
2983
+ "attributes": {
2984
+ "category": "color",
2985
+ "type": "theme",
2986
+ "item": "background",
2987
+ "subitem": "secondary",
2988
+ "state": "subtle"
2989
+ },
2990
+ "path": [
2991
+ "color",
2992
+ "theme",
2993
+ "background",
2994
+ "secondary",
2995
+ "subtle"
2996
+ ]
2970
2997
  }
2971
2998
  },
2972
2999
  "accent": {
@@ -6572,15 +6599,15 @@
6572
6599
  },
6573
6600
  "ai": {
6574
6601
  "normal": {
6575
- "value": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);",
6602
+ "value": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)",
6576
6603
  "type": "color",
6577
- "description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature",
6604
+ "description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)\nUsed for AI assistant feature",
6578
6605
  "filePath": "src/theme/stable/light.json",
6579
6606
  "isSource": true,
6580
6607
  "original": {
6581
- "value": "linear-gradient(27deg, {color.ai.steelblue} 10.22%, {color.ai.skyblue} 88.93%, {color.ai.aquablue} 162.86%);",
6608
+ "value": "linear-gradient(27deg, {color.ai.steelblue} 10.22%, {color.ai.skyblue} 88.93%, {color.ai.aquablue} 162.86%)",
6582
6609
  "type": "color",
6583
- "description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature"
6610
+ "description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)\nUsed for AI assistant feature"
6584
6611
  },
6585
6612
  "name": "mds-color-theme-outline-ai-normal",
6586
6613
  "attributes": {
@@ -2967,6 +2967,33 @@
2967
2967
  "secondary",
2968
2968
  "disabled"
2969
2969
  ]
2970
+ },
2971
+ "subtle": {
2972
+ "value": "#ffffff12",
2973
+ "type": "color",
2974
+ "description": "Used in the Agent/Supervisor Desktop",
2975
+ "filePath": "src/theme/stable/light.json",
2976
+ "isSource": true,
2977
+ "original": {
2978
+ "value": "{color.core.white-alpha.7}",
2979
+ "type": "color",
2980
+ "description": "Used in the Agent/Supervisor Desktop"
2981
+ },
2982
+ "name": "mds-color-theme-background-secondary-subtle",
2983
+ "attributes": {
2984
+ "category": "color",
2985
+ "type": "theme",
2986
+ "item": "background",
2987
+ "subitem": "secondary",
2988
+ "state": "subtle"
2989
+ },
2990
+ "path": [
2991
+ "color",
2992
+ "theme",
2993
+ "background",
2994
+ "secondary",
2995
+ "subtle"
2996
+ ]
2970
2997
  }
2971
2998
  },
2972
2999
  "accent": {
@@ -6572,15 +6599,15 @@
6572
6599
  },
6573
6600
  "ai": {
6574
6601
  "normal": {
6575
- "value": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);",
6602
+ "value": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)",
6576
6603
  "type": "color",
6577
- "description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature",
6604
+ "description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)\nUsed for AI assistant feature",
6578
6605
  "filePath": "src/theme/stable/light.json",
6579
6606
  "isSource": true,
6580
6607
  "original": {
6581
- "value": "linear-gradient(27deg, {color.ai.steelblue} 10.22%, {color.ai.skyblue} 88.93%, {color.ai.aquablue} 162.86%);",
6608
+ "value": "linear-gradient(27deg, {color.ai.steelblue} 10.22%, {color.ai.skyblue} 88.93%, {color.ai.aquablue} 162.86%)",
6582
6609
  "type": "color",
6583
- "description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature"
6610
+ "description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)\nUsed for AI assistant feature"
6584
6611
  },
6585
6612
  "name": "mds-color-theme-outline-ai-normal",
6586
6613
  "attributes": {
@@ -2967,6 +2967,33 @@
2967
2967
  "secondary",
2968
2968
  "disabled"
2969
2969
  ]
2970
+ },
2971
+ "subtle": {
2972
+ "value": "#ffffff12",
2973
+ "type": "color",
2974
+ "description": "Used in the Agent/Supervisor Desktop",
2975
+ "filePath": "src/theme/stable/light.json",
2976
+ "isSource": true,
2977
+ "original": {
2978
+ "value": "{color.core.white-alpha.7}",
2979
+ "type": "color",
2980
+ "description": "Used in the Agent/Supervisor Desktop"
2981
+ },
2982
+ "name": "mds-color-theme-background-secondary-subtle",
2983
+ "attributes": {
2984
+ "category": "color",
2985
+ "type": "theme",
2986
+ "item": "background",
2987
+ "subitem": "secondary",
2988
+ "state": "subtle"
2989
+ },
2990
+ "path": [
2991
+ "color",
2992
+ "theme",
2993
+ "background",
2994
+ "secondary",
2995
+ "subtle"
2996
+ ]
2970
2997
  }
2971
2998
  },
2972
2999
  "accent": {
@@ -6572,15 +6599,15 @@
6572
6599
  },
6573
6600
  "ai": {
6574
6601
  "normal": {
6575
- "value": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);",
6602
+ "value": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)",
6576
6603
  "type": "color",
6577
- "description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature",
6604
+ "description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)\nUsed for AI assistant feature",
6578
6605
  "filePath": "src/theme/stable/light.json",
6579
6606
  "isSource": true,
6580
6607
  "original": {
6581
- "value": "linear-gradient(27deg, {color.ai.steelblue} 10.22%, {color.ai.skyblue} 88.93%, {color.ai.aquablue} 162.86%);",
6608
+ "value": "linear-gradient(27deg, {color.ai.steelblue} 10.22%, {color.ai.skyblue} 88.93%, {color.ai.aquablue} 162.86%)",
6582
6609
  "type": "color",
6583
- "description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature"
6610
+ "description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)\nUsed for AI assistant feature"
6584
6611
  },
6585
6612
  "name": "mds-color-theme-outline-ai-normal",
6586
6613
  "attributes": {
@@ -2967,6 +2967,33 @@
2967
2967
  "secondary",
2968
2968
  "disabled"
2969
2969
  ]
2970
+ },
2971
+ "subtle": {
2972
+ "value": "#ffffff12",
2973
+ "type": "color",
2974
+ "description": "Used in the Agent/Supervisor Desktop",
2975
+ "filePath": "src/theme/stable/light.json",
2976
+ "isSource": true,
2977
+ "original": {
2978
+ "value": "{color.core.white-alpha.7}",
2979
+ "type": "color",
2980
+ "description": "Used in the Agent/Supervisor Desktop"
2981
+ },
2982
+ "name": "mds-color-theme-background-secondary-subtle",
2983
+ "attributes": {
2984
+ "category": "color",
2985
+ "type": "theme",
2986
+ "item": "background",
2987
+ "subitem": "secondary",
2988
+ "state": "subtle"
2989
+ },
2990
+ "path": [
2991
+ "color",
2992
+ "theme",
2993
+ "background",
2994
+ "secondary",
2995
+ "subtle"
2996
+ ]
2970
2997
  }
2971
2998
  },
2972
2999
  "accent": {
@@ -6572,15 +6599,15 @@
6572
6599
  },
6573
6600
  "ai": {
6574
6601
  "normal": {
6575
- "value": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);",
6602
+ "value": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)",
6576
6603
  "type": "color",
6577
- "description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature",
6604
+ "description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)\nUsed for AI assistant feature",
6578
6605
  "filePath": "src/theme/stable/light.json",
6579
6606
  "isSource": true,
6580
6607
  "original": {
6581
- "value": "linear-gradient(27deg, {color.ai.steelblue} 10.22%, {color.ai.skyblue} 88.93%, {color.ai.aquablue} 162.86%);",
6608
+ "value": "linear-gradient(27deg, {color.ai.steelblue} 10.22%, {color.ai.skyblue} 88.93%, {color.ai.aquablue} 162.86%)",
6582
6609
  "type": "color",
6583
- "description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature"
6610
+ "description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)\nUsed for AI assistant feature"
6584
6611
  },
6585
6612
  "name": "mds-color-theme-outline-ai-normal",
6586
6613
  "attributes": {
@@ -194,8 +194,9 @@
194
194
  "secondary": {
195
195
  "normal": "#ffffff1c",
196
196
  "hover": "#ffffff33",
197
- "active": "#ffffff33",
198
- "disabled": "#ffffff00"
197
+ "active": "#ffffff4d",
198
+ "disabled": "#ffffff00",
199
+ "subtle": "#00000012"
199
200
  },
200
201
  "accent": {
201
202
  "normal": "#1170cf",
@@ -428,7 +429,7 @@
428
429
  "normal": "linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)"
429
430
  },
430
431
  "ai": {
431
- "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);"
432
+ "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)"
432
433
  }
433
434
  },
434
435
  "control": {
@@ -194,8 +194,9 @@
194
194
  "secondary": {
195
195
  "normal": "#ffffff1c",
196
196
  "hover": "#ffffff33",
197
- "active": "#ffffff33",
198
- "disabled": "#ffffff00"
197
+ "active": "#ffffff4d",
198
+ "disabled": "#ffffff00",
199
+ "subtle": "#00000012"
199
200
  },
200
201
  "accent": {
201
202
  "normal": "#1170cf",
@@ -428,7 +429,7 @@
428
429
  "normal": "linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)"
429
430
  },
430
431
  "ai": {
431
- "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);"
432
+ "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)"
432
433
  }
433
434
  },
434
435
  "control": {
@@ -194,8 +194,9 @@
194
194
  "secondary": {
195
195
  "normal": "#ffffff1c",
196
196
  "hover": "#ffffff33",
197
- "active": "#ffffff33",
198
- "disabled": "#ffffff00"
197
+ "active": "#ffffff4d",
198
+ "disabled": "#ffffff00",
199
+ "subtle": "#00000012"
199
200
  },
200
201
  "accent": {
201
202
  "normal": "#1170cf",
@@ -428,7 +429,7 @@
428
429
  "normal": "linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)"
429
430
  },
430
431
  "ai": {
431
- "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);"
432
+ "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)"
432
433
  }
433
434
  },
434
435
  "control": {
@@ -194,8 +194,9 @@
194
194
  "secondary": {
195
195
  "normal": "#ffffff1c",
196
196
  "hover": "#ffffff33",
197
- "active": "#ffffff33",
198
- "disabled": "#ffffff00"
197
+ "active": "#ffffff4d",
198
+ "disabled": "#ffffff00",
199
+ "subtle": "#00000012"
199
200
  },
200
201
  "accent": {
201
202
  "normal": "#1170cf",
@@ -428,7 +429,7 @@
428
429
  "normal": "linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)"
429
430
  },
430
431
  "ai": {
431
- "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);"
432
+ "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)"
432
433
  }
433
434
  },
434
435
  "control": {
@@ -194,8 +194,9 @@
194
194
  "secondary": {
195
195
  "normal": "#ffffff1c",
196
196
  "hover": "#ffffff33",
197
- "active": "#ffffff33",
198
- "disabled": "#ffffff00"
197
+ "active": "#ffffff4d",
198
+ "disabled": "#ffffff00",
199
+ "subtle": "#00000012"
199
200
  },
200
201
  "accent": {
201
202
  "normal": "#1170cf",
@@ -428,7 +429,7 @@
428
429
  "normal": "linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)"
429
430
  },
430
431
  "ai": {
431
- "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);"
432
+ "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)"
432
433
  }
433
434
  },
434
435
  "control": {
@@ -194,8 +194,9 @@
194
194
  "secondary": {
195
195
  "normal": "#ffffff1c",
196
196
  "hover": "#ffffff33",
197
- "active": "#ffffff33",
198
- "disabled": "#ffffff00"
197
+ "active": "#ffffff4d",
198
+ "disabled": "#ffffff00",
199
+ "subtle": "#00000012"
199
200
  },
200
201
  "accent": {
201
202
  "normal": "#1170cf",
@@ -428,7 +429,7 @@
428
429
  "normal": "linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)"
429
430
  },
430
431
  "ai": {
431
- "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);"
432
+ "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)"
432
433
  }
433
434
  },
434
435
  "control": {
@@ -191,7 +191,8 @@
191
191
  "normal": "#000000",
192
192
  "hover": "#1aebff",
193
193
  "active": "#1aebff",
194
- "disabled": "#3ff23f"
194
+ "disabled": "#3ff23f",
195
+ "subtle": "#000000"
195
196
  },
196
197
  "accent": {
197
198
  "normal": "#000000",
@@ -193,7 +193,8 @@
193
193
  "normal": "#ffffff",
194
194
  "hover": "#37006e",
195
195
  "active": "#37006e",
196
- "disabled": "#600000"
196
+ "disabled": "#600000",
197
+ "subtle": "#ffffff"
197
198
  },
198
199
  "accent": {
199
200
  "normal": "#37006e",
@@ -195,7 +195,8 @@
195
195
  "normal": "#0000001c",
196
196
  "hover": "#00000033",
197
197
  "active": "#0000004d",
198
- "disabled": "#00000000"
198
+ "disabled": "#00000000",
199
+ "subtle": "#ffffff12"
199
200
  },
200
201
  "accent": {
201
202
  "normal": "#1170cf",
@@ -428,7 +429,7 @@
428
429
  "normal": "linear-gradient(180deg, #00000012 0%, #00000033 100%)"
429
430
  },
430
431
  "ai": {
431
- "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);"
432
+ "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)"
432
433
  }
433
434
  },
434
435
  "control": {
@@ -195,7 +195,8 @@
195
195
  "normal": "#0000001c",
196
196
  "hover": "#00000033",
197
197
  "active": "#0000004d",
198
- "disabled": "#00000000"
198
+ "disabled": "#00000000",
199
+ "subtle": "#ffffff12"
199
200
  },
200
201
  "accent": {
201
202
  "normal": "#1170cf",
@@ -428,7 +429,7 @@
428
429
  "normal": "linear-gradient(180deg, #00000012 0%, #00000033 100%)"
429
430
  },
430
431
  "ai": {
431
- "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);"
432
+ "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)"
432
433
  }
433
434
  },
434
435
  "control": {
@@ -195,7 +195,8 @@
195
195
  "normal": "#0000001c",
196
196
  "hover": "#00000033",
197
197
  "active": "#0000004d",
198
- "disabled": "#00000000"
198
+ "disabled": "#00000000",
199
+ "subtle": "#ffffff12"
199
200
  },
200
201
  "accent": {
201
202
  "normal": "#1170cf",
@@ -428,7 +429,7 @@
428
429
  "normal": "linear-gradient(180deg, #00000012 0%, #00000033 100%)"
429
430
  },
430
431
  "ai": {
431
- "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);"
432
+ "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)"
432
433
  }
433
434
  },
434
435
  "control": {
@@ -195,7 +195,8 @@
195
195
  "normal": "#0000001c",
196
196
  "hover": "#00000033",
197
197
  "active": "#0000004d",
198
- "disabled": "#00000000"
198
+ "disabled": "#00000000",
199
+ "subtle": "#ffffff12"
199
200
  },
200
201
  "accent": {
201
202
  "normal": "#1170cf",
@@ -428,7 +429,7 @@
428
429
  "normal": "linear-gradient(180deg, #00000012 0%, #00000033 100%)"
429
430
  },
430
431
  "ai": {
431
- "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);"
432
+ "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)"
432
433
  }
433
434
  },
434
435
  "control": {
@@ -195,7 +195,8 @@
195
195
  "normal": "#0000001c",
196
196
  "hover": "#00000033",
197
197
  "active": "#0000004d",
198
- "disabled": "#00000000"
198
+ "disabled": "#00000000",
199
+ "subtle": "#ffffff12"
199
200
  },
200
201
  "accent": {
201
202
  "normal": "#1170cf",
@@ -428,7 +429,7 @@
428
429
  "normal": "linear-gradient(180deg, #00000012 0%, #00000033 100%)"
429
430
  },
430
431
  "ai": {
431
- "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);"
432
+ "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)"
432
433
  }
433
434
  },
434
435
  "control": {
@@ -195,7 +195,8 @@
195
195
  "normal": "#0000001c",
196
196
  "hover": "#00000033",
197
197
  "active": "#0000004d",
198
- "disabled": "#00000000"
198
+ "disabled": "#00000000",
199
+ "subtle": "#ffffff12"
199
200
  },
200
201
  "accent": {
201
202
  "normal": "#1170cf",
@@ -428,7 +429,7 @@
428
429
  "normal": "linear-gradient(180deg, #00000012 0%, #00000033 100%)"
429
430
  },
430
431
  "ai": {
431
- "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);"
432
+ "normal": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)"
432
433
  }
433
434
  },
434
435
  "control": {
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 22 Sep 2025 13:37:22 GMT
5
+ Generated on Thu, 16 Oct 2025 15:44:49 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-core-white-alpha-0">#ffffff00</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 22 Sep 2025 13:37:22 GMT
5
+ Generated on Thu, 16 Oct 2025 15:44:50 GMT
6
6
  -->
7
7
  <resources>
8
8
  <string name="mds-effect-backdrop-filter">blur(10px)</string>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 22 Sep 2025 13:37:32 GMT
5
+ Generated on Thu, 16 Oct 2025 15:44:59 GMT
6
6
  -->
7
7
  <resources>
8
8
  <string name="mds-elevation-1">drop-shadow(0px 2px 8px rgba(0,0,0,0.2))</string>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 22 Sep 2025 13:37:24 GMT
5
+ Generated on Thu, 16 Oct 2025 15:44:51 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-surface-neutral-0-default">#17181b</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 22 Sep 2025 13:37:24 GMT
5
+ Generated on Thu, 16 Oct 2025 15:44:51 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-surface-neutral-0-default">#0e1013</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 22 Sep 2025 13:37:27 GMT
5
+ Generated on Thu, 16 Oct 2025 15:44:54 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#fffffff2</color>
@@ -100,8 +100,9 @@
100
100
  <color name="mds-color-theme-background-solid-quaternary-normal">#3b3b3b</color>
101
101
  <color name="mds-color-theme-background-secondary-normal">#ffffff1c</color>
102
102
  <color name="mds-color-theme-background-secondary-hover">#ffffff33</color>
103
- <color name="mds-color-theme-background-secondary-active">#ffffff33</color>
103
+ <color name="mds-color-theme-background-secondary-active">#ffffff4d</color>
104
104
  <color name="mds-color-theme-background-secondary-disabled">#ffffff00</color>
105
+ <color name="mds-color-theme-background-secondary-subtle">#00000012</color>
105
106
  <color name="mds-color-theme-background-accent-normal">#1170cf</color>
106
107
  <color name="mds-color-theme-background-accent-active">#64b4fa</color>
107
108
  <color name="mds-color-theme-background-alert-default-normal">#3b3b3b</color>
@@ -222,7 +223,7 @@
222
223
  <color name="mds-color-theme-outline-gradient-active">linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)</color>
223
224
  <color name="mds-color-theme-outline-warning-normal">#f2990a</color>
224
225
  <color name="mds-color-theme-outline-glass-normal">linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)</color>
225
- <color name="mds-color-theme-outline-ai-normal">linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);</color>
226
+ <color name="mds-color-theme-outline-ai-normal">linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%)</color>
226
227
  <color name="mds-color-theme-control-active-normal">#64b4fa</color>
227
228
  <color name="mds-color-theme-control-active-hover">#3492eb</color>
228
229
  <color name="mds-color-theme-control-active-pressed">#1170cf</color>