@momentum-design/tokens 0.0.28 → 0.0.30

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 (37) hide show
  1. package/dist/css/core/complete.css +4 -1
  2. package/dist/css/theme/webex/common-stable.css +66 -0
  3. package/dist/css/theme/webex/dark-complete.css +7 -1
  4. package/dist/css/theme/webex/dark-stable.css +333 -0
  5. package/dist/css/theme/webex/light-complete.css +7 -1
  6. package/dist/css/theme/webex/light-stable.css +337 -0
  7. package/dist/ios/core/complete.swift +4 -1
  8. package/dist/ios/theme/webex/common-stable.swift +72 -0
  9. package/dist/ios/theme/webex/dark-complete.swift +7 -1
  10. package/dist/ios/theme/webex/dark-stable.swift +339 -0
  11. package/dist/ios/theme/webex/light-complete.swift +7 -1
  12. package/dist/ios/theme/webex/light-stable.swift +343 -0
  13. package/dist/json/core/complete.json +69 -8
  14. package/dist/json/theme/webex/common-stable.json +3043 -0
  15. package/dist/json/theme/webex/dark-complete.json +182 -0
  16. package/dist/json/theme/webex/dark-stable.json +16488 -0
  17. package/dist/json/theme/webex/light-complete.json +182 -0
  18. package/dist/json/theme/webex/light-stable.json +16688 -0
  19. package/dist/json-minimal/core/complete.json +3 -0
  20. package/dist/json-minimal/theme/webex/common-stable.json +491 -0
  21. package/dist/json-minimal/theme/webex/dark-complete.json +14 -0
  22. package/dist/json-minimal/theme/webex/dark-stable.json +2634 -0
  23. package/dist/json-minimal/theme/webex/light-complete.json +14 -0
  24. package/dist/json-minimal/theme/webex/light-stable.json +2666 -0
  25. package/dist/resources/core/complete.xml +4 -1
  26. package/dist/resources/theme/webex/common-stable.xml +68 -0
  27. package/dist/resources/theme/webex/dark-complete.xml +7 -1
  28. package/dist/resources/theme/webex/dark-stable.xml +335 -0
  29. package/dist/resources/theme/webex/light-complete.xml +7 -1
  30. package/dist/resources/theme/webex/light-stable.xml +339 -0
  31. package/dist/scss/core/complete.scss +4 -1
  32. package/dist/scss/theme/webex/common-stable.scss +63 -0
  33. package/dist/scss/theme/webex/dark-complete.scss +7 -1
  34. package/dist/scss/theme/webex/dark-stable.scss +330 -0
  35. package/dist/scss/theme/webex/light-complete.scss +7 -1
  36. package/dist/scss/theme/webex/light-stable.scss +334 -0
  37. package/package.json +1 -1
@@ -803,6 +803,97 @@
803
803
  }
804
804
  }
805
805
  },
806
+ "contrast": {
807
+ "neutral": {
808
+ "primary": {
809
+ "value": "#000000f2",
810
+ "type": "color",
811
+ "description": "Core Token: core.black-alpha.95\nHEX: 000000 95%\n---\nUsed for inverted text primary.",
812
+ "filePath": "src/theme/webex/dark.json",
813
+ "isSource": true,
814
+ "original": {
815
+ "value": "{color.core.black-alpha.95}",
816
+ "type": "color",
817
+ "description": "Core Token: core.black-alpha.95\nHEX: 000000 95%\n---\nUsed for inverted text primary."
818
+ },
819
+ "name": "md-color-theme-content-text-contrast-neutral-primary",
820
+ "attributes": {
821
+ "category": "color",
822
+ "type": "theme",
823
+ "item": "content",
824
+ "subitem": "text",
825
+ "state": "contrast"
826
+ },
827
+ "path": [
828
+ "color",
829
+ "theme",
830
+ "content",
831
+ "text",
832
+ "contrast",
833
+ "neutral",
834
+ "primary"
835
+ ]
836
+ },
837
+ "secondary": {
838
+ "value": "#00000099",
839
+ "type": "color",
840
+ "description": "Core Token: core.black-alpha.60\nHEX: 000000 60%\n---\nUsed for inverted text secondary.",
841
+ "filePath": "src/theme/webex/dark.json",
842
+ "isSource": true,
843
+ "original": {
844
+ "value": "{color.core.black-alpha.60}",
845
+ "type": "color",
846
+ "description": "Core Token: core.black-alpha.60\nHEX: 000000 60%\n---\nUsed for inverted text secondary."
847
+ },
848
+ "name": "md-color-theme-content-text-contrast-neutral-secondary",
849
+ "attributes": {
850
+ "category": "color",
851
+ "type": "theme",
852
+ "item": "content",
853
+ "subitem": "text",
854
+ "state": "contrast"
855
+ },
856
+ "path": [
857
+ "color",
858
+ "theme",
859
+ "content",
860
+ "text",
861
+ "contrast",
862
+ "neutral",
863
+ "secondary"
864
+ ]
865
+ },
866
+ "disabled": {
867
+ "value": "#00000066",
868
+ "type": "color",
869
+ "description": "Core Token: core.black-alpha.40\nHEX: 000000 40%\n---\nUsed for disabled inverted text.",
870
+ "filePath": "src/theme/webex/dark.json",
871
+ "isSource": true,
872
+ "original": {
873
+ "value": "{color.core.black-alpha.40}",
874
+ "type": "color",
875
+ "description": "Core Token: core.black-alpha.40\nHEX: 000000 40%\n---\nUsed for disabled inverted text."
876
+ },
877
+ "name": "md-color-theme-content-text-contrast-neutral-disabled",
878
+ "attributes": {
879
+ "category": "color",
880
+ "type": "theme",
881
+ "item": "content",
882
+ "subitem": "text",
883
+ "state": "contrast"
884
+ },
885
+ "path": [
886
+ "color",
887
+ "theme",
888
+ "content",
889
+ "text",
890
+ "contrast",
891
+ "neutral",
892
+ "disabled"
893
+ ]
894
+ }
895
+ }
896
+ },
806
897
  "positve": {
807
898
  "active": {
808
899
  "value": "#9fedd8",
@@ -2079,6 +2170,97 @@
2079
2170
  }
2080
2171
  }
2081
2172
  },
2173
+ "contrast": {
2174
+ "neutral": {
2175
+ "default": {
2176
+ "value": "#0f0f0f",
2177
+ "type": "color",
2178
+ "description": "Core Token: core.gray.100\nHEX 0f0f0f\n-----------------------------------\nRest state of inverted buttons. ",
2179
+ "filePath": "src/theme/webex/dark.json",
2180
+ "isSource": true,
2181
+ "original": {
2182
+ "value": "{color.core.gray.100}",
2183
+ "type": "color",
2184
+ "description": "Core Token: core.gray.100\nHEX 0f0f0f\n-----------------------------------\nRest state of inverted buttons. "
2185
+ },
2186
+ "name": "md-color-theme-content-btn-contrast-neutral-default",
2187
+ "attributes": {
2188
+ "category": "color",
2189
+ "type": "theme",
2190
+ "item": "content",
2191
+ "subitem": "btn",
2192
+ "state": "contrast"
2193
+ },
2194
+ "path": [
2195
+ "color",
2196
+ "theme",
2197
+ "content",
2198
+ "btn",
2199
+ "contrast",
2200
+ "neutral",
2201
+ "default"
2202
+ ]
2203
+ },
2204
+ "hover": {
2205
+ "value": "#262626",
2206
+ "type": "color",
2207
+ "description": "Core Token: core.gray.90\nHEX 262626\n-----------------------------------\nHover state of inverted buttons. ",
2208
+ "filePath": "src/theme/webex/dark.json",
2209
+ "isSource": true,
2210
+ "original": {
2211
+ "value": "{color.core.gray.90}",
2212
+ "type": "color",
2213
+ "description": "Core Token: core.gray.90\nHEX 262626\n-----------------------------------\nHover state of inverted buttons. "
2214
+ },
2215
+ "name": "md-color-theme-content-btn-contrast-neutral-hover",
2216
+ "attributes": {
2217
+ "category": "color",
2218
+ "type": "theme",
2219
+ "item": "content",
2220
+ "subitem": "btn",
2221
+ "state": "contrast"
2222
+ },
2223
+ "path": [
2224
+ "color",
2225
+ "theme",
2226
+ "content",
2227
+ "btn",
2228
+ "contrast",
2229
+ "neutral",
2230
+ "hover"
2231
+ ]
2232
+ },
2233
+ "pressed": {
2234
+ "value": "#3b3b3b",
2235
+ "type": "color",
2236
+ "description": "Core Token: core.gray.80\nHEX 3b3b3b\n-----------------------------------\nPressed state of inverted buttons. ",
2237
+ "filePath": "src/theme/webex/dark.json",
2238
+ "isSource": true,
2239
+ "original": {
2240
+ "value": "{color.core.gray.80}",
2241
+ "type": "color",
2242
+ "description": "Core Token: core.gray.80\nHEX 3b3b3b\n-----------------------------------\nPressed state of inverted buttons. "
2243
+ },
2244
+ "name": "md-color-theme-content-btn-contrast-neutral-pressed",
2245
+ "attributes": {
2246
+ "category": "color",
2247
+ "type": "theme",
2248
+ "item": "content",
2249
+ "subitem": "btn",
2250
+ "state": "contrast"
2251
+ },
2252
+ "path": [
2253
+ "color",
2254
+ "theme",
2255
+ "content",
2256
+ "btn",
2257
+ "contrast",
2258
+ "neutral",
2259
+ "pressed"
2260
+ ]
2261
+ }
2262
+ }
2263
+ },
2082
2264
  "positive": {
2083
2265
  "default": {
2084
2266
  "value": "#1d805f",