@momentum-design/tokens 0.0.54 → 0.0.56

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 (51) hide show
  1. package/dist/css/core/complete.css +4 -3
  2. package/dist/css/theme/aaos/day-complete.css +1 -1
  3. package/dist/css/theme/aaos/night-complete.css +1 -1
  4. package/dist/css/theme/webex/common-stable.css +11 -2
  5. package/dist/css/theme/webex/dark-complete.css +3 -3
  6. package/dist/css/theme/webex/dark-stable.css +49 -30
  7. package/dist/css/theme/webex/hc-dark-stable.css +1 -1
  8. package/dist/css/theme/webex/hc-light-stable.css +1 -1
  9. package/dist/css/theme/webex/light-complete.css +1 -1
  10. package/dist/css/theme/webex/light-stable.css +49 -28
  11. package/dist/ios/core/complete.swift +4 -3
  12. package/dist/ios/theme/aaos/day-complete.swift +1 -1
  13. package/dist/ios/theme/aaos/night-complete.swift +1 -1
  14. package/dist/ios/theme/webex/common-stable.swift +11 -2
  15. package/dist/ios/theme/webex/dark-complete.swift +3 -3
  16. package/dist/ios/theme/webex/dark-stable.swift +49 -30
  17. package/dist/ios/theme/webex/hc-dark-stable.swift +1 -1
  18. package/dist/ios/theme/webex/hc-light-stable.swift +1 -1
  19. package/dist/ios/theme/webex/light-complete.swift +1 -1
  20. package/dist/ios/theme/webex/light-stable.swift +49 -28
  21. package/dist/json/core/complete.json +33 -4
  22. package/dist/json/theme/webex/common-stable.json +246 -1
  23. package/dist/json/theme/webex/dark-complete.json +2 -2
  24. package/dist/json/theme/webex/dark-stable.json +3614 -3104
  25. package/dist/json/theme/webex/light-stable.json +3612 -3053
  26. package/dist/json-minimal/core/complete.json +3 -2
  27. package/dist/json-minimal/theme/webex/common-stable.json +12 -1
  28. package/dist/json-minimal/theme/webex/dark-complete.json +2 -2
  29. package/dist/json-minimal/theme/webex/dark-stable.json +93 -58
  30. package/dist/json-minimal/theme/webex/light-stable.json +87 -54
  31. package/dist/resources/core/complete.xml +4 -3
  32. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  33. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  34. package/dist/resources/theme/webex/common-stable.xml +11 -2
  35. package/dist/resources/theme/webex/dark-complete.xml +3 -3
  36. package/dist/resources/theme/webex/dark-stable.xml +49 -30
  37. package/dist/resources/theme/webex/hc-dark-stable.xml +1 -1
  38. package/dist/resources/theme/webex/hc-light-stable.xml +1 -1
  39. package/dist/resources/theme/webex/light-complete.xml +1 -1
  40. package/dist/resources/theme/webex/light-stable.xml +49 -28
  41. package/dist/scss/core/complete.scss +4 -3
  42. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  43. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  44. package/dist/scss/theme/webex/common-stable.scss +12 -3
  45. package/dist/scss/theme/webex/dark-complete.scss +3 -3
  46. package/dist/scss/theme/webex/dark-stable.scss +49 -30
  47. package/dist/scss/theme/webex/hc-dark-stable.scss +1 -1
  48. package/dist/scss/theme/webex/hc-light-stable.scss +1 -1
  49. package/dist/scss/theme/webex/light-complete.scss +1 -1
  50. package/dist/scss/theme/webex/light-stable.scss +49 -28
  51. package/package.json +1 -1
@@ -724,7 +724,7 @@
724
724
  ]
725
725
  },
726
726
  "hover": {
727
- "value": "#0000012",
727
+ "value": "#00000012",
728
728
  "type": "color",
729
729
  "description": "",
730
730
  "filePath": "src/theme/stable/common.json",
@@ -1916,6 +1916,251 @@
1916
1916
  ]
1917
1917
  }
1918
1918
  }
1919
+ },
1920
+ "content": {
1921
+ "doc": {
1922
+ "value": "#4285f4",
1923
+ "type": "color",
1924
+ "description": "Core:#4285f4 \nHEX: #4285f4",
1925
+ "filePath": "src/theme/stable/common.json",
1926
+ "isSource": true,
1927
+ "original": {
1928
+ "value": "{color.partner.doc}",
1929
+ "type": "color",
1930
+ "description": "Core:{color.partner.doc} \nHEX: #4285f4"
1931
+ },
1932
+ "name": "mds-color-theme-common-content-doc",
1933
+ "attributes": {
1934
+ "category": "color",
1935
+ "type": "theme",
1936
+ "item": "common",
1937
+ "subitem": "content",
1938
+ "state": "doc"
1939
+ },
1940
+ "path": [
1941
+ "color",
1942
+ "theme",
1943
+ "common",
1944
+ "content",
1945
+ "doc"
1946
+ ]
1947
+ },
1948
+ "excel": {
1949
+ "value": "#00893E",
1950
+ "type": "color",
1951
+ "description": "Core:#00893E \nHEX: #00893E\n",
1952
+ "filePath": "src/theme/stable/common.json",
1953
+ "isSource": true,
1954
+ "original": {
1955
+ "value": "{color.partner.excel}",
1956
+ "type": "color",
1957
+ "description": "Core:{color.partner.excel} \nHEX: #00893E\n"
1958
+ },
1959
+ "name": "mds-color-theme-common-content-excel",
1960
+ "attributes": {
1961
+ "category": "color",
1962
+ "type": "theme",
1963
+ "item": "common",
1964
+ "subitem": "content",
1965
+ "state": "excel"
1966
+ },
1967
+ "path": [
1968
+ "color",
1969
+ "theme",
1970
+ "common",
1971
+ "content",
1972
+ "excel"
1973
+ ]
1974
+ },
1975
+ "keynote": {
1976
+ "value": "#029CFB",
1977
+ "type": "color",
1978
+ "description": "Core:#029CFB \nHEX: #029CFB",
1979
+ "filePath": "src/theme/stable/common.json",
1980
+ "isSource": true,
1981
+ "original": {
1982
+ "value": "{color.partner.keynote}",
1983
+ "type": "color",
1984
+ "description": "Core:{color.partner.keynote} \nHEX: #029CFB"
1985
+ },
1986
+ "name": "mds-color-theme-common-content-keynote",
1987
+ "attributes": {
1988
+ "category": "color",
1989
+ "type": "theme",
1990
+ "item": "common",
1991
+ "subitem": "content",
1992
+ "state": "keynote"
1993
+ },
1994
+ "path": [
1995
+ "color",
1996
+ "theme",
1997
+ "common",
1998
+ "content",
1999
+ "keynote"
2000
+ ]
2001
+ },
2002
+ "onenote": {
2003
+ "value": "#B839DB",
2004
+ "type": "color",
2005
+ "description": "Core:#B839DB \nHEX: #B839DB",
2006
+ "filePath": "src/theme/stable/common.json",
2007
+ "isSource": true,
2008
+ "original": {
2009
+ "value": "{color.partner.onenote}",
2010
+ "type": "color",
2011
+ "description": "Core:{color.partner.onenote} \nHEX: #B839DB"
2012
+ },
2013
+ "name": "mds-color-theme-common-content-onenote",
2014
+ "attributes": {
2015
+ "category": "color",
2016
+ "type": "theme",
2017
+ "item": "common",
2018
+ "subitem": "content",
2019
+ "state": "onenote"
2020
+ },
2021
+ "path": [
2022
+ "color",
2023
+ "theme",
2024
+ "common",
2025
+ "content",
2026
+ "onenote"
2027
+ ]
2028
+ },
2029
+ "pdf": {
2030
+ "value": "#EE0507",
2031
+ "type": "color",
2032
+ "description": "Core:#EE0507 \nHEX: #EE0507",
2033
+ "filePath": "src/theme/stable/common.json",
2034
+ "isSource": true,
2035
+ "original": {
2036
+ "value": "{color.partner.pdf}",
2037
+ "type": "color",
2038
+ "description": "Core:{color.partner.pdf} \nHEX: #EE0507"
2039
+ },
2040
+ "name": "mds-color-theme-common-content-pdf",
2041
+ "attributes": {
2042
+ "category": "color",
2043
+ "type": "theme",
2044
+ "item": "common",
2045
+ "subitem": "content",
2046
+ "state": "pdf"
2047
+ },
2048
+ "path": [
2049
+ "color",
2050
+ "theme",
2051
+ "common",
2052
+ "content",
2053
+ "pdf"
2054
+ ]
2055
+ },
2056
+ "powerpoint": {
2057
+ "value": "#D93E17",
2058
+ "type": "color",
2059
+ "description": "Core:#D93E17 \nHEX: #D93E17",
2060
+ "filePath": "src/theme/stable/common.json",
2061
+ "isSource": true,
2062
+ "original": {
2063
+ "value": "{color.partner.powerpoint}",
2064
+ "type": "color",
2065
+ "description": "Core:{color.partner.powerpoint} \nHEX: #D93E17"
2066
+ },
2067
+ "name": "mds-color-theme-common-content-powerpoint",
2068
+ "attributes": {
2069
+ "category": "color",
2070
+ "type": "theme",
2071
+ "item": "common",
2072
+ "subitem": "content",
2073
+ "state": "powerpoint"
2074
+ },
2075
+ "path": [
2076
+ "color",
2077
+ "theme",
2078
+ "common",
2079
+ "content",
2080
+ "powerpoint"
2081
+ ]
2082
+ },
2083
+ "sheets": {
2084
+ "value": "#F4B400",
2085
+ "type": "color",
2086
+ "description": "Core:#F4B400 \nHEX: #F4B400",
2087
+ "filePath": "src/theme/stable/common.json",
2088
+ "isSource": true,
2089
+ "original": {
2090
+ "value": "{color.partner.sheets}",
2091
+ "type": "color",
2092
+ "description": "Core:{color.partner.sheets} \nHEX: #F4B400"
2093
+ },
2094
+ "name": "mds-color-theme-common-content-sheets",
2095
+ "attributes": {
2096
+ "category": "color",
2097
+ "type": "theme",
2098
+ "item": "common",
2099
+ "subitem": "content",
2100
+ "state": "sheets"
2101
+ },
2102
+ "path": [
2103
+ "color",
2104
+ "theme",
2105
+ "common",
2106
+ "content",
2107
+ "sheets"
2108
+ ]
2109
+ },
2110
+ "slides": {
2111
+ "value": "#0F9D58",
2112
+ "type": "color",
2113
+ "description": "Core:#0F9D58 \nHEX: #0F9D58",
2114
+ "filePath": "src/theme/stable/common.json",
2115
+ "isSource": true,
2116
+ "original": {
2117
+ "value": "{color.partner.slides}",
2118
+ "type": "color",
2119
+ "description": "Core:{color.partner.slides} \nHEX: #0F9D58"
2120
+ },
2121
+ "name": "mds-color-theme-common-content-slides",
2122
+ "attributes": {
2123
+ "category": "color",
2124
+ "type": "theme",
2125
+ "item": "common",
2126
+ "subitem": "content",
2127
+ "state": "slides"
2128
+ },
2129
+ "path": [
2130
+ "color",
2131
+ "theme",
2132
+ "common",
2133
+ "content",
2134
+ "slides"
2135
+ ]
2136
+ },
2137
+ "word": {
2138
+ "value": "#0078D6",
2139
+ "type": "color",
2140
+ "description": "Core:#0078D6 \nHEX: #0078D6",
2141
+ "filePath": "src/theme/stable/common.json",
2142
+ "isSource": true,
2143
+ "original": {
2144
+ "value": "{color.partner.word}",
2145
+ "type": "color",
2146
+ "description": "Core:{color.partner.word} \nHEX: #0078D6"
2147
+ },
2148
+ "name": "mds-color-theme-common-content-word",
2149
+ "attributes": {
2150
+ "category": "color",
2151
+ "type": "theme",
2152
+ "item": "common",
2153
+ "subitem": "content",
2154
+ "state": "word"
2155
+ },
2156
+ "path": [
2157
+ "color",
2158
+ "theme",
2159
+ "common",
2160
+ "content",
2161
+ "word"
2162
+ ]
2163
+ }
1919
2164
  }
1920
2165
  }
1921
2166
  }
@@ -4729,7 +4729,7 @@
4729
4729
  ]
4730
4730
  },
4731
4731
  "hover": {
4732
- "value": "#0000012",
4732
+ "value": "#00000012",
4733
4733
  "type": "color",
4734
4734
  "description": "[Dark Theme]\nTheme Token: color.theme.inverse.neutral.btn.secondary.hover\nCore Token: color.core.black-alpha.7\nHEX: #000000 7%\nHover state of secondary inverted buttons.",
4735
4735
  "filePath": "src/theme/webex/dark.json",
@@ -4847,7 +4847,7 @@
4847
4847
  ]
4848
4848
  },
4849
4849
  "hover": {
4850
- "value": "#0000012",
4850
+ "value": "#00000012",
4851
4851
  "type": "color",
4852
4852
  "description": "[Dark Theme]\nTheme Token: color.theme.inverse.neutral.btn.tertiary.hover\nCore Token: color.core.black-alpha.7\nHEX: #000000 7%\nHover state of tertiary inverted buttons; tooltips",
4853
4853
  "filePath": "src/theme/webex/dark.json",