@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
@@ -1711,14 +1711,12 @@
1711
1711
  "parent": "theme/stable/dark",
1712
1712
  "type": "color",
1713
1713
  "value": "#00000066",
1714
- "description": "",
1715
1714
  "filePath": "src/theme/stable/dark.json",
1716
1715
  "isSource": true,
1717
1716
  "original": {
1718
1717
  "parent": "theme/stable/dark",
1719
1718
  "type": "color",
1720
- "value": "{color.core.black-alpha.40}",
1721
- "description": ""
1719
+ "value": "{color.core.black-alpha.40}"
1722
1720
  },
1723
1721
  "name": "mds-color-theme-inverted-text-primary-disabled",
1724
1722
  "attributes": {
@@ -4916,6 +4914,35 @@
4916
4914
  ]
4917
4915
  }
4918
4916
  }
4917
+ },
4918
+ "input": {
4919
+ "disabled": {
4920
+ "value": "#ffffff1c",
4921
+ "type": "color",
4922
+ "description": "Used for disabled/read-only/read-only focus states for input components. ",
4923
+ "filePath": "src/theme/stable/dark.json",
4924
+ "isSource": true,
4925
+ "original": {
4926
+ "value": "{color.core.white-alpha.11}",
4927
+ "type": "color",
4928
+ "description": "Used for disabled/read-only/read-only focus states for input components. "
4929
+ },
4930
+ "name": "mds-color-theme-background-input-disabled",
4931
+ "attributes": {
4932
+ "category": "color",
4933
+ "type": "theme",
4934
+ "item": "background",
4935
+ "subitem": "input",
4936
+ "state": "disabled"
4937
+ },
4938
+ "path": [
4939
+ "color",
4940
+ "theme",
4941
+ "background",
4942
+ "input",
4943
+ "disabled"
4944
+ ]
4945
+ }
4919
4946
  }
4920
4947
  },
4921
4948
  "button": {
@@ -7704,6 +7731,35 @@
7704
7731
  "primary",
7705
7732
  "normal"
7706
7733
  ]
7734
+ },
7735
+ "disabled": {
7736
+ "parent": "theme/stable/dark",
7737
+ "type": "color",
7738
+ "value": "#00000066",
7739
+ "filePath": "src/theme/stable/dark.json",
7740
+ "isSource": true,
7741
+ "original": {
7742
+ "parent": "theme/stable/dark",
7743
+ "type": "color",
7744
+ "value": "{color.core.black-alpha.40}"
7745
+ },
7746
+ "name": "mds-color-theme-common-inverted-text-primary-disabled",
7747
+ "attributes": {
7748
+ "category": "color",
7749
+ "type": "theme",
7750
+ "item": "common",
7751
+ "subitem": "inverted",
7752
+ "state": "text"
7753
+ },
7754
+ "path": [
7755
+ "color",
7756
+ "theme",
7757
+ "common",
7758
+ "inverted",
7759
+ "text",
7760
+ "primary",
7761
+ "disabled"
7762
+ ]
7707
7763
  }
7708
7764
  }
7709
7765
  },
@@ -4830,6 +4830,35 @@
4830
4830
  ]
4831
4831
  }
4832
4832
  }
4833
+ },
4834
+ "input": {
4835
+ "disabled": {
4836
+ "value": "#3ff23f",
4837
+ "type": "color",
4838
+ "description": "Used for disabled/read-only/read-only focus states for input components. ",
4839
+ "filePath": "src/theme/stable/highcontrast/hc_dark.json",
4840
+ "isSource": true,
4841
+ "original": {
4842
+ "value": "{color.highcontrast.black.GrayTextColor}",
4843
+ "type": "color",
4844
+ "description": "Used for disabled/read-only/read-only focus states for input components. "
4845
+ },
4846
+ "name": "mds-color-theme-background-input-disabled",
4847
+ "attributes": {
4848
+ "category": "color",
4849
+ "type": "theme",
4850
+ "item": "background",
4851
+ "subitem": "input",
4852
+ "state": "disabled"
4853
+ },
4854
+ "path": [
4855
+ "color",
4856
+ "theme",
4857
+ "background",
4858
+ "input",
4859
+ "disabled"
4860
+ ]
4861
+ }
4833
4862
  }
4834
4863
  },
4835
4864
  "button": {
@@ -9298,6 +9327,33 @@
9298
9327
  "primary",
9299
9328
  "normal"
9300
9329
  ]
9330
+ },
9331
+ "disabled": {
9332
+ "value": "#3ff23f",
9333
+ "type": "color",
9334
+ "filePath": "src/theme/stable/highcontrast/hc_dark.json",
9335
+ "isSource": true,
9336
+ "original": {
9337
+ "value": "{color.highcontrast.black.GrayTextColor}",
9338
+ "type": "color"
9339
+ },
9340
+ "name": "mds-color-theme-common-inverted-text-primary-disabled",
9341
+ "attributes": {
9342
+ "category": "color",
9343
+ "type": "theme",
9344
+ "item": "common",
9345
+ "subitem": "inverted",
9346
+ "state": "text"
9347
+ },
9348
+ "path": [
9349
+ "color",
9350
+ "theme",
9351
+ "common",
9352
+ "inverted",
9353
+ "text",
9354
+ "primary",
9355
+ "disabled"
9356
+ ]
9301
9357
  }
9302
9358
  },
9303
9359
  "secondary": {
@@ -4835,6 +4835,35 @@
4835
4835
  ]
4836
4836
  }
4837
4837
  }
4838
+ },
4839
+ "input": {
4840
+ "disabled": {
4841
+ "value": "#600000",
4842
+ "type": "color",
4843
+ "description": "Used for disabled/read-only/read-only focus states for input components. ",
4844
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
4845
+ "isSource": true,
4846
+ "original": {
4847
+ "value": "{color.highcontrast.white.GrayTextColor}",
4848
+ "type": "color",
4849
+ "description": "Used for disabled/read-only/read-only focus states for input components. "
4850
+ },
4851
+ "name": "mds-color-theme-background-input-disabled",
4852
+ "attributes": {
4853
+ "category": "color",
4854
+ "type": "theme",
4855
+ "item": "background",
4856
+ "subitem": "input",
4857
+ "state": "disabled"
4858
+ },
4859
+ "path": [
4860
+ "color",
4861
+ "theme",
4862
+ "background",
4863
+ "input",
4864
+ "disabled"
4865
+ ]
4866
+ }
4838
4867
  }
4839
4868
  },
4840
4869
  "button": {
@@ -8835,6 +8864,33 @@
8835
8864
  "primary",
8836
8865
  "normal"
8837
8866
  ]
8867
+ },
8868
+ "disabled": {
8869
+ "value": "#600000",
8870
+ "type": "color",
8871
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
8872
+ "isSource": true,
8873
+ "original": {
8874
+ "value": "{color.highcontrast.white.GrayTextColor}",
8875
+ "type": "color"
8876
+ },
8877
+ "name": "mds-color-theme-common-inverted-text-primary-disabled",
8878
+ "attributes": {
8879
+ "category": "color",
8880
+ "type": "theme",
8881
+ "item": "common",
8882
+ "subitem": "inverted",
8883
+ "state": "text"
8884
+ },
8885
+ "path": [
8886
+ "color",
8887
+ "theme",
8888
+ "common",
8889
+ "inverted",
8890
+ "text",
8891
+ "primary",
8892
+ "disabled"
8893
+ ]
8838
8894
  }
8839
8895
  },
8840
8896
  "secondary": {
@@ -4916,6 +4916,35 @@
4916
4916
  ]
4917
4917
  }
4918
4918
  }
4919
+ },
4920
+ "input": {
4921
+ "disabled": {
4922
+ "value": "#0000001c",
4923
+ "type": "color",
4924
+ "description": "Used for disabled/read-only/read-only focus states for input components. ",
4925
+ "filePath": "src/theme/stable/light.json",
4926
+ "isSource": true,
4927
+ "original": {
4928
+ "value": "{color.core.black-alpha.11}",
4929
+ "type": "color",
4930
+ "description": "Used for disabled/read-only/read-only focus states for input components. "
4931
+ },
4932
+ "name": "mds-color-theme-background-input-disabled",
4933
+ "attributes": {
4934
+ "category": "color",
4935
+ "type": "theme",
4936
+ "item": "background",
4937
+ "subitem": "input",
4938
+ "state": "disabled"
4939
+ },
4940
+ "path": [
4941
+ "color",
4942
+ "theme",
4943
+ "background",
4944
+ "input",
4945
+ "disabled"
4946
+ ]
4947
+ }
4919
4948
  }
4920
4949
  },
4921
4950
  "button": {
@@ -7671,6 +7700,33 @@
7671
7700
  "primary",
7672
7701
  "normal"
7673
7702
  ]
7703
+ },
7704
+ "disabled": {
7705
+ "value": "#00000066",
7706
+ "type": "color",
7707
+ "filePath": "src/theme/stable/light.json",
7708
+ "isSource": true,
7709
+ "original": {
7710
+ "value": "{color.core.black-alpha.40}",
7711
+ "type": "color"
7712
+ },
7713
+ "name": "mds-color-theme-common-inverted-text-primary-disabled",
7714
+ "attributes": {
7715
+ "category": "color",
7716
+ "type": "theme",
7717
+ "item": "common",
7718
+ "subitem": "inverted",
7719
+ "state": "text"
7720
+ },
7721
+ "path": [
7722
+ "color",
7723
+ "theme",
7724
+ "common",
7725
+ "inverted",
7726
+ "text",
7727
+ "primary",
7728
+ "disabled"
7729
+ ]
7674
7730
  }
7675
7731
  },
7676
7732
  "secondary": {
@@ -4916,6 +4916,35 @@
4916
4916
  ]
4917
4917
  }
4918
4918
  }
4919
+ },
4920
+ "input": {
4921
+ "disabled": {
4922
+ "value": "#0000001c",
4923
+ "type": "color",
4924
+ "description": "Used for disabled/read-only/read-only focus states for input components. ",
4925
+ "filePath": "src/theme/stable/light.json",
4926
+ "isSource": true,
4927
+ "original": {
4928
+ "value": "{color.core.black-alpha.11}",
4929
+ "type": "color",
4930
+ "description": "Used for disabled/read-only/read-only focus states for input components. "
4931
+ },
4932
+ "name": "mds-color-theme-background-input-disabled",
4933
+ "attributes": {
4934
+ "category": "color",
4935
+ "type": "theme",
4936
+ "item": "background",
4937
+ "subitem": "input",
4938
+ "state": "disabled"
4939
+ },
4940
+ "path": [
4941
+ "color",
4942
+ "theme",
4943
+ "background",
4944
+ "input",
4945
+ "disabled"
4946
+ ]
4947
+ }
4919
4948
  }
4920
4949
  },
4921
4950
  "button": {
@@ -7671,6 +7700,33 @@
7671
7700
  "primary",
7672
7701
  "normal"
7673
7702
  ]
7703
+ },
7704
+ "disabled": {
7705
+ "value": "#00000066",
7706
+ "type": "color",
7707
+ "filePath": "src/theme/stable/light.json",
7708
+ "isSource": true,
7709
+ "original": {
7710
+ "value": "{color.core.black-alpha.40}",
7711
+ "type": "color"
7712
+ },
7713
+ "name": "mds-color-theme-common-inverted-text-primary-disabled",
7714
+ "attributes": {
7715
+ "category": "color",
7716
+ "type": "theme",
7717
+ "item": "common",
7718
+ "subitem": "inverted",
7719
+ "state": "text"
7720
+ },
7721
+ "path": [
7722
+ "color",
7723
+ "theme",
7724
+ "common",
7725
+ "inverted",
7726
+ "text",
7727
+ "primary",
7728
+ "disabled"
7729
+ ]
7674
7730
  }
7675
7731
  },
7676
7732
  "secondary": {
@@ -4916,6 +4916,35 @@
4916
4916
  ]
4917
4917
  }
4918
4918
  }
4919
+ },
4920
+ "input": {
4921
+ "disabled": {
4922
+ "value": "#0000001c",
4923
+ "type": "color",
4924
+ "description": "Used for disabled/read-only/read-only focus states for input components. ",
4925
+ "filePath": "src/theme/stable/light.json",
4926
+ "isSource": true,
4927
+ "original": {
4928
+ "value": "{color.core.black-alpha.11}",
4929
+ "type": "color",
4930
+ "description": "Used for disabled/read-only/read-only focus states for input components. "
4931
+ },
4932
+ "name": "mds-color-theme-background-input-disabled",
4933
+ "attributes": {
4934
+ "category": "color",
4935
+ "type": "theme",
4936
+ "item": "background",
4937
+ "subitem": "input",
4938
+ "state": "disabled"
4939
+ },
4940
+ "path": [
4941
+ "color",
4942
+ "theme",
4943
+ "background",
4944
+ "input",
4945
+ "disabled"
4946
+ ]
4947
+ }
4919
4948
  }
4920
4949
  },
4921
4950
  "button": {
@@ -7671,6 +7700,33 @@
7671
7700
  "primary",
7672
7701
  "normal"
7673
7702
  ]
7703
+ },
7704
+ "disabled": {
7705
+ "value": "#00000066",
7706
+ "type": "color",
7707
+ "filePath": "src/theme/stable/light.json",
7708
+ "isSource": true,
7709
+ "original": {
7710
+ "value": "{color.core.black-alpha.40}",
7711
+ "type": "color"
7712
+ },
7713
+ "name": "mds-color-theme-common-inverted-text-primary-disabled",
7714
+ "attributes": {
7715
+ "category": "color",
7716
+ "type": "theme",
7717
+ "item": "common",
7718
+ "subitem": "inverted",
7719
+ "state": "text"
7720
+ },
7721
+ "path": [
7722
+ "color",
7723
+ "theme",
7724
+ "common",
7725
+ "inverted",
7726
+ "text",
7727
+ "primary",
7728
+ "disabled"
7729
+ ]
7674
7730
  }
7675
7731
  },
7676
7732
  "secondary": {
@@ -4916,6 +4916,35 @@
4916
4916
  ]
4917
4917
  }
4918
4918
  }
4919
+ },
4920
+ "input": {
4921
+ "disabled": {
4922
+ "value": "#0000001c",
4923
+ "type": "color",
4924
+ "description": "Used for disabled/read-only/read-only focus states for input components. ",
4925
+ "filePath": "src/theme/stable/light.json",
4926
+ "isSource": true,
4927
+ "original": {
4928
+ "value": "{color.core.black-alpha.11}",
4929
+ "type": "color",
4930
+ "description": "Used for disabled/read-only/read-only focus states for input components. "
4931
+ },
4932
+ "name": "mds-color-theme-background-input-disabled",
4933
+ "attributes": {
4934
+ "category": "color",
4935
+ "type": "theme",
4936
+ "item": "background",
4937
+ "subitem": "input",
4938
+ "state": "disabled"
4939
+ },
4940
+ "path": [
4941
+ "color",
4942
+ "theme",
4943
+ "background",
4944
+ "input",
4945
+ "disabled"
4946
+ ]
4947
+ }
4919
4948
  }
4920
4949
  },
4921
4950
  "button": {
@@ -7671,6 +7700,33 @@
7671
7700
  "primary",
7672
7701
  "normal"
7673
7702
  ]
7703
+ },
7704
+ "disabled": {
7705
+ "value": "#00000066",
7706
+ "type": "color",
7707
+ "filePath": "src/theme/stable/light.json",
7708
+ "isSource": true,
7709
+ "original": {
7710
+ "value": "{color.core.black-alpha.40}",
7711
+ "type": "color"
7712
+ },
7713
+ "name": "mds-color-theme-common-inverted-text-primary-disabled",
7714
+ "attributes": {
7715
+ "category": "color",
7716
+ "type": "theme",
7717
+ "item": "common",
7718
+ "subitem": "inverted",
7719
+ "state": "text"
7720
+ },
7721
+ "path": [
7722
+ "color",
7723
+ "theme",
7724
+ "common",
7725
+ "inverted",
7726
+ "text",
7727
+ "primary",
7728
+ "disabled"
7729
+ ]
7674
7730
  }
7675
7731
  },
7676
7732
  "secondary": {
@@ -4916,6 +4916,35 @@
4916
4916
  ]
4917
4917
  }
4918
4918
  }
4919
+ },
4920
+ "input": {
4921
+ "disabled": {
4922
+ "value": "#0000001c",
4923
+ "type": "color",
4924
+ "description": "Used for disabled/read-only/read-only focus states for input components. ",
4925
+ "filePath": "src/theme/stable/light.json",
4926
+ "isSource": true,
4927
+ "original": {
4928
+ "value": "{color.core.black-alpha.11}",
4929
+ "type": "color",
4930
+ "description": "Used for disabled/read-only/read-only focus states for input components. "
4931
+ },
4932
+ "name": "mds-color-theme-background-input-disabled",
4933
+ "attributes": {
4934
+ "category": "color",
4935
+ "type": "theme",
4936
+ "item": "background",
4937
+ "subitem": "input",
4938
+ "state": "disabled"
4939
+ },
4940
+ "path": [
4941
+ "color",
4942
+ "theme",
4943
+ "background",
4944
+ "input",
4945
+ "disabled"
4946
+ ]
4947
+ }
4919
4948
  }
4920
4949
  },
4921
4950
  "button": {
@@ -7671,6 +7700,33 @@
7671
7700
  "primary",
7672
7701
  "normal"
7673
7702
  ]
7703
+ },
7704
+ "disabled": {
7705
+ "value": "#00000066",
7706
+ "type": "color",
7707
+ "filePath": "src/theme/stable/light.json",
7708
+ "isSource": true,
7709
+ "original": {
7710
+ "value": "{color.core.black-alpha.40}",
7711
+ "type": "color"
7712
+ },
7713
+ "name": "mds-color-theme-common-inverted-text-primary-disabled",
7714
+ "attributes": {
7715
+ "category": "color",
7716
+ "type": "theme",
7717
+ "item": "common",
7718
+ "subitem": "inverted",
7719
+ "state": "text"
7720
+ },
7721
+ "path": [
7722
+ "color",
7723
+ "theme",
7724
+ "common",
7725
+ "inverted",
7726
+ "text",
7727
+ "primary",
7728
+ "disabled"
7729
+ ]
7674
7730
  }
7675
7731
  },
7676
7732
  "secondary": {
@@ -4916,6 +4916,35 @@
4916
4916
  ]
4917
4917
  }
4918
4918
  }
4919
+ },
4920
+ "input": {
4921
+ "disabled": {
4922
+ "value": "#0000001c",
4923
+ "type": "color",
4924
+ "description": "Used for disabled/read-only/read-only focus states for input components. ",
4925
+ "filePath": "src/theme/stable/light.json",
4926
+ "isSource": true,
4927
+ "original": {
4928
+ "value": "{color.core.black-alpha.11}",
4929
+ "type": "color",
4930
+ "description": "Used for disabled/read-only/read-only focus states for input components. "
4931
+ },
4932
+ "name": "mds-color-theme-background-input-disabled",
4933
+ "attributes": {
4934
+ "category": "color",
4935
+ "type": "theme",
4936
+ "item": "background",
4937
+ "subitem": "input",
4938
+ "state": "disabled"
4939
+ },
4940
+ "path": [
4941
+ "color",
4942
+ "theme",
4943
+ "background",
4944
+ "input",
4945
+ "disabled"
4946
+ ]
4947
+ }
4919
4948
  }
4920
4949
  },
4921
4950
  "button": {
@@ -7671,6 +7700,33 @@
7671
7700
  "primary",
7672
7701
  "normal"
7673
7702
  ]
7703
+ },
7704
+ "disabled": {
7705
+ "value": "#00000066",
7706
+ "type": "color",
7707
+ "filePath": "src/theme/stable/light.json",
7708
+ "isSource": true,
7709
+ "original": {
7710
+ "value": "{color.core.black-alpha.40}",
7711
+ "type": "color"
7712
+ },
7713
+ "name": "mds-color-theme-common-inverted-text-primary-disabled",
7714
+ "attributes": {
7715
+ "category": "color",
7716
+ "type": "theme",
7717
+ "item": "common",
7718
+ "subitem": "inverted",
7719
+ "state": "text"
7720
+ },
7721
+ "path": [
7722
+ "color",
7723
+ "theme",
7724
+ "common",
7725
+ "inverted",
7726
+ "text",
7727
+ "primary",
7728
+ "disabled"
7729
+ ]
7674
7730
  }
7675
7731
  },
7676
7732
  "secondary": {
@@ -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": {