@momentum-design/tokens 0.5.0 → 0.5.2

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 +24 -0
  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 +3 -1
  8. package/dist/css/theme/webex/dark-indigo-stable.css +3 -1
  9. package/dist/css/theme/webex/dark-jade-stable.css +3 -1
  10. package/dist/css/theme/webex/dark-lavender-stable.css +3 -1
  11. package/dist/css/theme/webex/dark-rose-stable.css +3 -1
  12. package/dist/css/theme/webex/dark-stable.css +3 -1
  13. package/dist/css/theme/webex/hc-dark-stable.css +3 -1
  14. package/dist/css/theme/webex/hc-light-stable.css +3 -1
  15. package/dist/css/theme/webex/light-bronze-stable.css +3 -1
  16. package/dist/css/theme/webex/light-indigo-stable.css +3 -1
  17. package/dist/css/theme/webex/light-jade-stable.css +3 -1
  18. package/dist/css/theme/webex/light-lavender-stable.css +3 -1
  19. package/dist/css/theme/webex/light-rose-stable.css +3 -1
  20. package/dist/css/theme/webex/light-stable.css +3 -1
  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 +3 -1
  28. package/dist/ios/theme/webex/dark-indigo-stable.swift +3 -1
  29. package/dist/ios/theme/webex/dark-jade-stable.swift +3 -1
  30. package/dist/ios/theme/webex/dark-lavender-stable.swift +3 -1
  31. package/dist/ios/theme/webex/dark-rose-stable.swift +3 -1
  32. package/dist/ios/theme/webex/dark-stable.swift +3 -1
  33. package/dist/ios/theme/webex/hc-dark-stable.swift +3 -1
  34. package/dist/ios/theme/webex/hc-light-stable.swift +3 -1
  35. package/dist/ios/theme/webex/light-bronze-stable.swift +3 -1
  36. package/dist/ios/theme/webex/light-indigo-stable.swift +3 -1
  37. package/dist/ios/theme/webex/light-jade-stable.swift +3 -1
  38. package/dist/ios/theme/webex/light-lavender-stable.swift +3 -1
  39. package/dist/ios/theme/webex/light-rose-stable.swift +3 -1
  40. package/dist/ios/theme/webex/light-stable.swift +3 -1
  41. package/dist/ios/typography/complete.swift +1 -1
  42. package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +2 -0
  43. package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +2 -0
  44. package/dist/ios-webex/theme/webex/dark-jade-stable.swift +2 -0
  45. package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +2 -0
  46. package/dist/ios-webex/theme/webex/dark-rose-stable.swift +2 -0
  47. package/dist/ios-webex/theme/webex/dark-stable.swift +2 -0
  48. package/dist/ios-webex/theme/webex/hc-dark-stable.swift +2 -0
  49. package/dist/ios-webex/theme/webex/hc-light-stable.swift +6 -0
  50. package/dist/ios-webex/theme/webex/light-bronze-stable.swift +6 -0
  51. package/dist/ios-webex/theme/webex/light-indigo-stable.swift +6 -0
  52. package/dist/ios-webex/theme/webex/light-jade-stable.swift +6 -0
  53. package/dist/ios-webex/theme/webex/light-lavender-stable.swift +6 -0
  54. package/dist/ios-webex/theme/webex/light-rose-stable.swift +6 -0
  55. package/dist/ios-webex/theme/webex/light-stable.swift +6 -0
  56. package/dist/json/theme/webex/dark-bronze-stable.json +59 -3
  57. package/dist/json/theme/webex/dark-indigo-stable.json +59 -3
  58. package/dist/json/theme/webex/dark-jade-stable.json +59 -3
  59. package/dist/json/theme/webex/dark-lavender-stable.json +59 -3
  60. package/dist/json/theme/webex/dark-rose-stable.json +59 -3
  61. package/dist/json/theme/webex/dark-stable.json +59 -3
  62. package/dist/json/theme/webex/hc-dark-stable.json +56 -0
  63. package/dist/json/theme/webex/hc-light-stable.json +56 -0
  64. package/dist/json/theme/webex/light-bronze-stable.json +56 -0
  65. package/dist/json/theme/webex/light-indigo-stable.json +56 -0
  66. package/dist/json/theme/webex/light-jade-stable.json +56 -0
  67. package/dist/json/theme/webex/light-lavender-stable.json +56 -0
  68. package/dist/json/theme/webex/light-rose-stable.json +56 -0
  69. package/dist/json/theme/webex/light-stable.json +56 -0
  70. package/dist/json-minimal/theme/webex/dark-bronze-stable.json +5 -1
  71. package/dist/json-minimal/theme/webex/dark-indigo-stable.json +5 -1
  72. package/dist/json-minimal/theme/webex/dark-jade-stable.json +5 -1
  73. package/dist/json-minimal/theme/webex/dark-lavender-stable.json +5 -1
  74. package/dist/json-minimal/theme/webex/dark-rose-stable.json +5 -1
  75. package/dist/json-minimal/theme/webex/dark-stable.json +5 -1
  76. package/dist/json-minimal/theme/webex/hc-dark-stable.json +5 -1
  77. package/dist/json-minimal/theme/webex/hc-light-stable.json +5 -1
  78. package/dist/json-minimal/theme/webex/light-bronze-stable.json +5 -1
  79. package/dist/json-minimal/theme/webex/light-indigo-stable.json +5 -1
  80. package/dist/json-minimal/theme/webex/light-jade-stable.json +5 -1
  81. package/dist/json-minimal/theme/webex/light-lavender-stable.json +5 -1
  82. package/dist/json-minimal/theme/webex/light-rose-stable.json +5 -1
  83. package/dist/json-minimal/theme/webex/light-stable.json +5 -1
  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 +3 -1
  90. package/dist/resources/theme/webex/dark-indigo-stable.xml +3 -1
  91. package/dist/resources/theme/webex/dark-jade-stable.xml +3 -1
  92. package/dist/resources/theme/webex/dark-lavender-stable.xml +3 -1
  93. package/dist/resources/theme/webex/dark-rose-stable.xml +3 -1
  94. package/dist/resources/theme/webex/dark-stable.xml +3 -1
  95. package/dist/resources/theme/webex/hc-dark-stable.xml +3 -1
  96. package/dist/resources/theme/webex/hc-light-stable.xml +3 -1
  97. package/dist/resources/theme/webex/light-bronze-stable.xml +3 -1
  98. package/dist/resources/theme/webex/light-indigo-stable.xml +3 -1
  99. package/dist/resources/theme/webex/light-jade-stable.xml +3 -1
  100. package/dist/resources/theme/webex/light-lavender-stable.xml +3 -1
  101. package/dist/resources/theme/webex/light-rose-stable.xml +3 -1
  102. package/dist/resources/theme/webex/light-stable.xml +3 -1
  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 +3 -1
  110. package/dist/scss/theme/webex/dark-indigo-stable.scss +3 -1
  111. package/dist/scss/theme/webex/dark-jade-stable.scss +3 -1
  112. package/dist/scss/theme/webex/dark-lavender-stable.scss +3 -1
  113. package/dist/scss/theme/webex/dark-rose-stable.scss +3 -1
  114. package/dist/scss/theme/webex/dark-stable.scss +3 -1
  115. package/dist/scss/theme/webex/hc-dark-stable.scss +3 -1
  116. package/dist/scss/theme/webex/hc-light-stable.scss +3 -1
  117. package/dist/scss/theme/webex/light-bronze-stable.scss +3 -1
  118. package/dist/scss/theme/webex/light-indigo-stable.scss +3 -1
  119. package/dist/scss/theme/webex/light-jade-stable.scss +3 -1
  120. package/dist/scss/theme/webex/light-lavender-stable.scss +3 -1
  121. package/dist/scss/theme/webex/light-rose-stable.scss +3 -1
  122. package/dist/scss/theme/webex/light-stable.scss +3 -1
  123. package/dist/scss/typography/complete.scss +1 -1
  124. package/package.json +1 -1
@@ -318,6 +318,9 @@
318
318
  "normal": "#000000cc",
319
319
  "inactive": "#00000066"
320
320
  }
321
+ },
322
+ "input": {
323
+ "disabled": "#ffffff1c"
321
324
  }
322
325
  },
323
326
  "button": {
@@ -504,7 +507,8 @@
504
507
  "normal": "#00000099"
505
508
  },
506
509
  "primary": {
507
- "normal": "#000000f2"
510
+ "normal": "#000000f2",
511
+ "disabled": "#00000066"
508
512
  }
509
513
  },
510
514
  "button": {
@@ -318,6 +318,9 @@
318
318
  "normal": "#000000cc",
319
319
  "inactive": "#00000066"
320
320
  }
321
+ },
322
+ "input": {
323
+ "disabled": "#ffffff1c"
321
324
  }
322
325
  },
323
326
  "button": {
@@ -504,7 +507,8 @@
504
507
  "normal": "#00000099"
505
508
  },
506
509
  "primary": {
507
- "normal": "#000000f2"
510
+ "normal": "#000000f2",
511
+ "disabled": "#00000066"
508
512
  }
509
513
  },
510
514
  "button": {
@@ -318,6 +318,9 @@
318
318
  "normal": "#000000cc",
319
319
  "inactive": "#00000066"
320
320
  }
321
+ },
322
+ "input": {
323
+ "disabled": "#ffffff1c"
321
324
  }
322
325
  },
323
326
  "button": {
@@ -504,7 +507,8 @@
504
507
  "normal": "#00000099"
505
508
  },
506
509
  "primary": {
507
- "normal": "#000000f2"
510
+ "normal": "#000000f2",
511
+ "disabled": "#00000066"
508
512
  }
509
513
  },
510
514
  "button": {
@@ -318,6 +318,9 @@
318
318
  "normal": "#000000cc",
319
319
  "inactive": "#00000066"
320
320
  }
321
+ },
322
+ "input": {
323
+ "disabled": "#ffffff1c"
321
324
  }
322
325
  },
323
326
  "button": {
@@ -504,7 +507,8 @@
504
507
  "normal": "#00000099"
505
508
  },
506
509
  "primary": {
507
- "normal": "#000000f2"
510
+ "normal": "#000000f2",
511
+ "disabled": "#00000066"
508
512
  }
509
513
  },
510
514
  "button": {
@@ -318,6 +318,9 @@
318
318
  "normal": "#000000cc",
319
319
  "inactive": "#00000066"
320
320
  }
321
+ },
322
+ "input": {
323
+ "disabled": "#ffffff1c"
321
324
  }
322
325
  },
323
326
  "button": {
@@ -504,7 +507,8 @@
504
507
  "normal": "#00000099"
505
508
  },
506
509
  "primary": {
507
- "normal": "#000000f2"
510
+ "normal": "#000000f2",
511
+ "disabled": "#00000066"
508
512
  }
509
513
  },
510
514
  "button": {
@@ -314,6 +314,9 @@
314
314
  "normal": "#ffff00",
315
315
  "inactive": "#000000"
316
316
  }
317
+ },
318
+ "input": {
319
+ "disabled": "#3ff23f"
317
320
  }
318
321
  },
319
322
  "button": {
@@ -626,7 +629,8 @@
626
629
  "inverted": {
627
630
  "text": {
628
631
  "primary": {
629
- "normal": "#000000"
632
+ "normal": "#000000",
633
+ "disabled": "#3ff23f"
630
634
  },
631
635
  "secondary": {
632
636
  "normal": "#000000"
@@ -316,6 +316,9 @@
316
316
  "normal": "#00009f",
317
317
  "inactive": "#ffffff"
318
318
  }
319
+ },
320
+ "input": {
321
+ "disabled": "#600000"
319
322
  }
320
323
  },
321
324
  "button": {
@@ -594,7 +597,8 @@
594
597
  "inverted": {
595
598
  "text": {
596
599
  "primary": {
597
- "normal": "#ffffff"
600
+ "normal": "#ffffff",
601
+ "disabled": "#600000"
598
602
  },
599
603
  "secondary": {
600
604
  "normal": "#ffffff"
@@ -318,6 +318,9 @@
318
318
  "normal": "#ffffffcc",
319
319
  "inactive": "#ffffff66"
320
320
  }
321
+ },
322
+ "input": {
323
+ "disabled": "#0000001c"
321
324
  }
322
325
  },
323
326
  "button": {
@@ -501,7 +504,8 @@
501
504
  "inverted": {
502
505
  "text": {
503
506
  "primary": {
504
- "normal": "#000000f2"
507
+ "normal": "#000000f2",
508
+ "disabled": "#00000066"
505
509
  },
506
510
  "secondary": {
507
511
  "normal": "#00000099"
@@ -318,6 +318,9 @@
318
318
  "normal": "#ffffffcc",
319
319
  "inactive": "#ffffff66"
320
320
  }
321
+ },
322
+ "input": {
323
+ "disabled": "#0000001c"
321
324
  }
322
325
  },
323
326
  "button": {
@@ -501,7 +504,8 @@
501
504
  "inverted": {
502
505
  "text": {
503
506
  "primary": {
504
- "normal": "#000000f2"
507
+ "normal": "#000000f2",
508
+ "disabled": "#00000066"
505
509
  },
506
510
  "secondary": {
507
511
  "normal": "#00000099"
@@ -318,6 +318,9 @@
318
318
  "normal": "#ffffffcc",
319
319
  "inactive": "#ffffff66"
320
320
  }
321
+ },
322
+ "input": {
323
+ "disabled": "#0000001c"
321
324
  }
322
325
  },
323
326
  "button": {
@@ -501,7 +504,8 @@
501
504
  "inverted": {
502
505
  "text": {
503
506
  "primary": {
504
- "normal": "#000000f2"
507
+ "normal": "#000000f2",
508
+ "disabled": "#00000066"
505
509
  },
506
510
  "secondary": {
507
511
  "normal": "#00000099"
@@ -318,6 +318,9 @@
318
318
  "normal": "#ffffffcc",
319
319
  "inactive": "#ffffff66"
320
320
  }
321
+ },
322
+ "input": {
323
+ "disabled": "#0000001c"
321
324
  }
322
325
  },
323
326
  "button": {
@@ -501,7 +504,8 @@
501
504
  "inverted": {
502
505
  "text": {
503
506
  "primary": {
504
- "normal": "#000000f2"
507
+ "normal": "#000000f2",
508
+ "disabled": "#00000066"
505
509
  },
506
510
  "secondary": {
507
511
  "normal": "#00000099"
@@ -318,6 +318,9 @@
318
318
  "normal": "#ffffffcc",
319
319
  "inactive": "#ffffff66"
320
320
  }
321
+ },
322
+ "input": {
323
+ "disabled": "#0000001c"
321
324
  }
322
325
  },
323
326
  "button": {
@@ -501,7 +504,8 @@
501
504
  "inverted": {
502
505
  "text": {
503
506
  "primary": {
504
- "normal": "#000000f2"
507
+ "normal": "#000000f2",
508
+ "disabled": "#00000066"
505
509
  },
506
510
  "secondary": {
507
511
  "normal": "#00000099"
@@ -318,6 +318,9 @@
318
318
  "normal": "#ffffffcc",
319
319
  "inactive": "#ffffff66"
320
320
  }
321
+ },
322
+ "input": {
323
+ "disabled": "#0000001c"
321
324
  }
322
325
  },
323
326
  "button": {
@@ -501,7 +504,8 @@
501
504
  "inverted": {
502
505
  "text": {
503
506
  "primary": {
504
- "normal": "#000000f2"
507
+ "normal": "#000000f2",
508
+ "disabled": "#00000066"
505
509
  },
506
510
  "secondary": {
507
511
  "normal": "#00000099"
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 06 Mar 2025 17:27:07 GMT
5
+ Generated on Fri, 04 Apr 2025 18:42:34 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 Thu, 06 Mar 2025 17:27:07 GMT
5
+ Generated on Fri, 04 Apr 2025 18:42:34 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 Thu, 06 Mar 2025 17:27:17 GMT
5
+ Generated on Fri, 04 Apr 2025 18:42:45 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 Thu, 06 Mar 2025 17:27:08 GMT
5
+ Generated on Fri, 04 Apr 2025 18:42:36 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 Thu, 06 Mar 2025 17:27:09 GMT
5
+ Generated on Fri, 04 Apr 2025 18:42:36 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 Thu, 06 Mar 2025 17:27:11 GMT
5
+ Generated on Fri, 04 Apr 2025 18:42:39 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#fffffff2</color>
@@ -166,6 +166,7 @@
166
166
  <color name="mds-color-theme-background-glass-normal">#00000066</color>
167
167
  <color name="mds-color-theme-background-glass-overlay-normal">#000000cc</color>
168
168
  <color name="mds-color-theme-background-glass-overlay-inactive">#00000066</color>
169
+ <color name="mds-color-theme-background-input-disabled">#ffffff1c</color>
169
170
  <color name="mds-color-theme-button-primary-normal">#fffffff2</color>
170
171
  <color name="mds-color-theme-button-primary-hover">#ffffffcc</color>
171
172
  <color name="mds-color-theme-button-primary-pressed">#ffffffb3</color>
@@ -259,6 +260,7 @@
259
260
  <color name="mds-color-theme-common-text-warning-hover">#ffda94</color>
260
261
  <color name="mds-color-theme-common-inverted-text-secondary-normal">#00000099</color>
261
262
  <color name="mds-color-theme-common-inverted-text-primary-normal">#000000f2</color>
263
+ <color name="mds-color-theme-common-inverted-text-primary-disabled">#00000066</color>
262
264
  <color name="mds-color-theme-common-inverted-button-secondary-normal">#00000000</color>
263
265
  <color name="mds-color-theme-common-inverted-button-secondary-hover">#00000012</color>
264
266
  <color name="mds-color-theme-common-inverted-button-secondary-pressed">#00000033</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 06 Mar 2025 17:27:10 GMT
5
+ Generated on Fri, 04 Apr 2025 18:42:38 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#fffffff2</color>
@@ -166,6 +166,7 @@
166
166
  <color name="mds-color-theme-background-glass-normal">#00000066</color>
167
167
  <color name="mds-color-theme-background-glass-overlay-normal">#000000cc</color>
168
168
  <color name="mds-color-theme-background-glass-overlay-inactive">#00000066</color>
169
+ <color name="mds-color-theme-background-input-disabled">#ffffff1c</color>
169
170
  <color name="mds-color-theme-button-primary-normal">#fffffff2</color>
170
171
  <color name="mds-color-theme-button-primary-hover">#ffffffcc</color>
171
172
  <color name="mds-color-theme-button-primary-pressed">#ffffffb3</color>
@@ -259,6 +260,7 @@
259
260
  <color name="mds-color-theme-common-text-warning-hover">#ffda94</color>
260
261
  <color name="mds-color-theme-common-inverted-text-secondary-normal">#00000099</color>
261
262
  <color name="mds-color-theme-common-inverted-text-primary-normal">#000000f2</color>
263
+ <color name="mds-color-theme-common-inverted-text-primary-disabled">#00000066</color>
262
264
  <color name="mds-color-theme-common-inverted-button-secondary-normal">#00000000</color>
263
265
  <color name="mds-color-theme-common-inverted-button-secondary-hover">#00000012</color>
264
266
  <color name="mds-color-theme-common-inverted-button-secondary-pressed">#00000033</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 06 Mar 2025 17:27:11 GMT
5
+ Generated on Fri, 04 Apr 2025 18:42:39 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#fffffff2</color>
@@ -166,6 +166,7 @@
166
166
  <color name="mds-color-theme-background-glass-normal">#00000066</color>
167
167
  <color name="mds-color-theme-background-glass-overlay-normal">#000000cc</color>
168
168
  <color name="mds-color-theme-background-glass-overlay-inactive">#00000066</color>
169
+ <color name="mds-color-theme-background-input-disabled">#ffffff1c</color>
169
170
  <color name="mds-color-theme-button-primary-normal">#fffffff2</color>
170
171
  <color name="mds-color-theme-button-primary-hover">#ffffffcc</color>
171
172
  <color name="mds-color-theme-button-primary-pressed">#ffffffb3</color>
@@ -259,6 +260,7 @@
259
260
  <color name="mds-color-theme-common-text-warning-hover">#ffda94</color>
260
261
  <color name="mds-color-theme-common-inverted-text-secondary-normal">#00000099</color>
261
262
  <color name="mds-color-theme-common-inverted-text-primary-normal">#000000f2</color>
263
+ <color name="mds-color-theme-common-inverted-text-primary-disabled">#00000066</color>
262
264
  <color name="mds-color-theme-common-inverted-button-secondary-normal">#00000000</color>
263
265
  <color name="mds-color-theme-common-inverted-button-secondary-hover">#00000012</color>
264
266
  <color name="mds-color-theme-common-inverted-button-secondary-pressed">#00000033</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 06 Mar 2025 17:27:12 GMT
5
+ Generated on Fri, 04 Apr 2025 18:42:40 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#fffffff2</color>
@@ -166,6 +166,7 @@
166
166
  <color name="mds-color-theme-background-glass-normal">#00000066</color>
167
167
  <color name="mds-color-theme-background-glass-overlay-normal">#000000cc</color>
168
168
  <color name="mds-color-theme-background-glass-overlay-inactive">#00000066</color>
169
+ <color name="mds-color-theme-background-input-disabled">#ffffff1c</color>
169
170
  <color name="mds-color-theme-button-primary-normal">#fffffff2</color>
170
171
  <color name="mds-color-theme-button-primary-hover">#ffffffcc</color>
171
172
  <color name="mds-color-theme-button-primary-pressed">#ffffffb3</color>
@@ -259,6 +260,7 @@
259
260
  <color name="mds-color-theme-common-text-warning-hover">#ffda94</color>
260
261
  <color name="mds-color-theme-common-inverted-text-secondary-normal">#00000099</color>
261
262
  <color name="mds-color-theme-common-inverted-text-primary-normal">#000000f2</color>
263
+ <color name="mds-color-theme-common-inverted-text-primary-disabled">#00000066</color>
262
264
  <color name="mds-color-theme-common-inverted-button-secondary-normal">#00000000</color>
263
265
  <color name="mds-color-theme-common-inverted-button-secondary-hover">#00000012</color>
264
266
  <color name="mds-color-theme-common-inverted-button-secondary-pressed">#00000033</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 06 Mar 2025 17:27:12 GMT
5
+ Generated on Fri, 04 Apr 2025 18:42:40 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#fffffff2</color>
@@ -166,6 +166,7 @@
166
166
  <color name="mds-color-theme-background-glass-normal">#00000066</color>
167
167
  <color name="mds-color-theme-background-glass-overlay-normal">#000000cc</color>
168
168
  <color name="mds-color-theme-background-glass-overlay-inactive">#00000066</color>
169
+ <color name="mds-color-theme-background-input-disabled">#ffffff1c</color>
169
170
  <color name="mds-color-theme-button-primary-normal">#fffffff2</color>
170
171
  <color name="mds-color-theme-button-primary-hover">#ffffffcc</color>
171
172
  <color name="mds-color-theme-button-primary-pressed">#ffffffb3</color>
@@ -259,6 +260,7 @@
259
260
  <color name="mds-color-theme-common-text-warning-hover">#ffda94</color>
260
261
  <color name="mds-color-theme-common-inverted-text-secondary-normal">#00000099</color>
261
262
  <color name="mds-color-theme-common-inverted-text-primary-normal">#000000f2</color>
263
+ <color name="mds-color-theme-common-inverted-text-primary-disabled">#00000066</color>
262
264
  <color name="mds-color-theme-common-inverted-button-secondary-normal">#00000000</color>
263
265
  <color name="mds-color-theme-common-inverted-button-secondary-hover">#00000012</color>
264
266
  <color name="mds-color-theme-common-inverted-button-secondary-pressed">#00000033</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 06 Mar 2025 17:27:07 GMT
5
+ Generated on Fri, 04 Apr 2025 18:42:35 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#fffffff2</color>
@@ -166,6 +166,7 @@
166
166
  <color name="mds-color-theme-background-glass-normal">#00000066</color>
167
167
  <color name="mds-color-theme-background-glass-overlay-normal">#000000cc</color>
168
168
  <color name="mds-color-theme-background-glass-overlay-inactive">#00000066</color>
169
+ <color name="mds-color-theme-background-input-disabled">#ffffff1c</color>
169
170
  <color name="mds-color-theme-button-primary-normal">#fffffff2</color>
170
171
  <color name="mds-color-theme-button-primary-hover">#ffffffcc</color>
171
172
  <color name="mds-color-theme-button-primary-pressed">#ffffffb3</color>
@@ -259,6 +260,7 @@
259
260
  <color name="mds-color-theme-common-text-warning-hover">#ffda94</color>
260
261
  <color name="mds-color-theme-common-inverted-text-secondary-normal">#00000099</color>
261
262
  <color name="mds-color-theme-common-inverted-text-primary-normal">#000000f2</color>
263
+ <color name="mds-color-theme-common-inverted-text-primary-disabled">#00000066</color>
262
264
  <color name="mds-color-theme-common-inverted-button-secondary-normal">#00000000</color>
263
265
  <color name="mds-color-theme-common-inverted-button-secondary-hover">#00000012</color>
264
266
  <color name="mds-color-theme-common-inverted-button-secondary-pressed">#00000033</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 06 Mar 2025 17:27:08 GMT
5
+ Generated on Fri, 04 Apr 2025 18:42:36 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#ffffff</color>
@@ -166,6 +166,7 @@
166
166
  <color name="mds-color-theme-background-glass-normal">#000000</color>
167
167
  <color name="mds-color-theme-background-glass-overlay-normal">#ffff00</color>
168
168
  <color name="mds-color-theme-background-glass-overlay-inactive">#000000</color>
169
+ <color name="mds-color-theme-background-input-disabled">#3ff23f</color>
169
170
  <color name="mds-color-theme-button-primary-normal">#000000</color>
170
171
  <color name="mds-color-theme-button-primary-hover">#1aebff</color>
171
172
  <color name="mds-color-theme-button-primary-pressed">#1aebff</color>
@@ -317,6 +318,7 @@
317
318
  <color name="mds-color-theme-common-text-warning-normal">#ffffff</color>
318
319
  <color name="mds-color-theme-common-text-warning-hover">#ffffff</color>
319
320
  <color name="mds-color-theme-common-inverted-text-primary-normal">#000000</color>
321
+ <color name="mds-color-theme-common-inverted-text-primary-disabled">#3ff23f</color>
320
322
  <color name="mds-color-theme-common-inverted-text-secondary-normal">#000000</color>
321
323
  <color name="mds-color-theme-common-inverted-button-secondary-normal">#000000</color>
322
324
  <color name="mds-color-theme-common-inverted-button-secondary-hover">#1aebff</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 06 Mar 2025 17:27:08 GMT
5
+ Generated on Fri, 04 Apr 2025 18:42:36 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#000000</color>
@@ -166,6 +166,7 @@
166
166
  <color name="mds-color-theme-background-glass-normal">#ffffff</color>
167
167
  <color name="mds-color-theme-background-glass-overlay-normal">#00009f</color>
168
168
  <color name="mds-color-theme-background-glass-overlay-inactive">#ffffff</color>
169
+ <color name="mds-color-theme-background-input-disabled">#600000</color>
169
170
  <color name="mds-color-theme-button-primary-normal">#ffffff</color>
170
171
  <color name="mds-color-theme-button-primary-hover">#37006e</color>
171
172
  <color name="mds-color-theme-button-primary-pressed">#37006e</color>
@@ -301,6 +302,7 @@
301
302
  <color name="mds-color-theme-common-text-warning-normal">#000000</color>
302
303
  <color name="mds-color-theme-common-text-warning-hover">#000000</color>
303
304
  <color name="mds-color-theme-common-inverted-text-primary-normal">#ffffff</color>
305
+ <color name="mds-color-theme-common-inverted-text-primary-disabled">#600000</color>
304
306
  <color name="mds-color-theme-common-inverted-text-secondary-normal">#ffffff</color>
305
307
  <color name="mds-color-theme-common-inverted-button-secondary-normal">#ffffff</color>
306
308
  <color name="mds-color-theme-common-inverted-button-secondary-hover">#37006e</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 06 Mar 2025 17:27:13 GMT
5
+ Generated on Fri, 04 Apr 2025 18:42:41 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#000000f2</color>
@@ -166,6 +166,7 @@
166
166
  <color name="mds-color-theme-background-glass-normal">#ffffff99</color>
167
167
  <color name="mds-color-theme-background-glass-overlay-normal">#ffffffcc</color>
168
168
  <color name="mds-color-theme-background-glass-overlay-inactive">#ffffff66</color>
169
+ <color name="mds-color-theme-background-input-disabled">#0000001c</color>
169
170
  <color name="mds-color-theme-button-primary-normal">#000000f2</color>
170
171
  <color name="mds-color-theme-button-primary-hover">#000000cc</color>
171
172
  <color name="mds-color-theme-button-primary-pressed">#000000b3</color>
@@ -258,6 +259,7 @@
258
259
  <color name="mds-color-theme-common-text-warning-normal">#f2990a</color>
259
260
  <color name="mds-color-theme-common-text-warning-hover">#ffda94</color>
260
261
  <color name="mds-color-theme-common-inverted-text-primary-normal">#000000f2</color>
262
+ <color name="mds-color-theme-common-inverted-text-primary-disabled">#00000066</color>
261
263
  <color name="mds-color-theme-common-inverted-text-secondary-normal">#00000099</color>
262
264
  <color name="mds-color-theme-common-inverted-button-secondary-normal">#00000000</color>
263
265
  <color name="mds-color-theme-common-inverted-button-secondary-hover">#00000012</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 06 Mar 2025 17:27:12 GMT
5
+ Generated on Fri, 04 Apr 2025 18:42:40 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#000000f2</color>
@@ -166,6 +166,7 @@
166
166
  <color name="mds-color-theme-background-glass-normal">#ffffff99</color>
167
167
  <color name="mds-color-theme-background-glass-overlay-normal">#ffffffcc</color>
168
168
  <color name="mds-color-theme-background-glass-overlay-inactive">#ffffff66</color>
169
+ <color name="mds-color-theme-background-input-disabled">#0000001c</color>
169
170
  <color name="mds-color-theme-button-primary-normal">#000000f2</color>
170
171
  <color name="mds-color-theme-button-primary-hover">#000000cc</color>
171
172
  <color name="mds-color-theme-button-primary-pressed">#000000b3</color>
@@ -258,6 +259,7 @@
258
259
  <color name="mds-color-theme-common-text-warning-normal">#f2990a</color>
259
260
  <color name="mds-color-theme-common-text-warning-hover">#ffda94</color>
260
261
  <color name="mds-color-theme-common-inverted-text-primary-normal">#000000f2</color>
262
+ <color name="mds-color-theme-common-inverted-text-primary-disabled">#00000066</color>
261
263
  <color name="mds-color-theme-common-inverted-text-secondary-normal">#00000099</color>
262
264
  <color name="mds-color-theme-common-inverted-button-secondary-normal">#00000000</color>
263
265
  <color name="mds-color-theme-common-inverted-button-secondary-hover">#00000012</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 06 Mar 2025 17:27:13 GMT
5
+ Generated on Fri, 04 Apr 2025 18:42:41 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#000000f2</color>
@@ -166,6 +166,7 @@
166
166
  <color name="mds-color-theme-background-glass-normal">#ffffff99</color>
167
167
  <color name="mds-color-theme-background-glass-overlay-normal">#ffffffcc</color>
168
168
  <color name="mds-color-theme-background-glass-overlay-inactive">#ffffff66</color>
169
+ <color name="mds-color-theme-background-input-disabled">#0000001c</color>
169
170
  <color name="mds-color-theme-button-primary-normal">#000000f2</color>
170
171
  <color name="mds-color-theme-button-primary-hover">#000000cc</color>
171
172
  <color name="mds-color-theme-button-primary-pressed">#000000b3</color>
@@ -258,6 +259,7 @@
258
259
  <color name="mds-color-theme-common-text-warning-normal">#f2990a</color>
259
260
  <color name="mds-color-theme-common-text-warning-hover">#ffda94</color>
260
261
  <color name="mds-color-theme-common-inverted-text-primary-normal">#000000f2</color>
262
+ <color name="mds-color-theme-common-inverted-text-primary-disabled">#00000066</color>
261
263
  <color name="mds-color-theme-common-inverted-text-secondary-normal">#00000099</color>
262
264
  <color name="mds-color-theme-common-inverted-button-secondary-normal">#00000000</color>
263
265
  <color name="mds-color-theme-common-inverted-button-secondary-hover">#00000012</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 06 Mar 2025 17:27:14 GMT
5
+ Generated on Fri, 04 Apr 2025 18:42:42 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#000000f2</color>
@@ -166,6 +166,7 @@
166
166
  <color name="mds-color-theme-background-glass-normal">#ffffff99</color>
167
167
  <color name="mds-color-theme-background-glass-overlay-normal">#ffffffcc</color>
168
168
  <color name="mds-color-theme-background-glass-overlay-inactive">#ffffff66</color>
169
+ <color name="mds-color-theme-background-input-disabled">#0000001c</color>
169
170
  <color name="mds-color-theme-button-primary-normal">#000000f2</color>
170
171
  <color name="mds-color-theme-button-primary-hover">#000000cc</color>
171
172
  <color name="mds-color-theme-button-primary-pressed">#000000b3</color>
@@ -258,6 +259,7 @@
258
259
  <color name="mds-color-theme-common-text-warning-normal">#f2990a</color>
259
260
  <color name="mds-color-theme-common-text-warning-hover">#ffda94</color>
260
261
  <color name="mds-color-theme-common-inverted-text-primary-normal">#000000f2</color>
262
+ <color name="mds-color-theme-common-inverted-text-primary-disabled">#00000066</color>
261
263
  <color name="mds-color-theme-common-inverted-text-secondary-normal">#00000099</color>
262
264
  <color name="mds-color-theme-common-inverted-button-secondary-normal">#00000000</color>
263
265
  <color name="mds-color-theme-common-inverted-button-secondary-hover">#00000012</color>