@momentum-design/tokens 0.0.43 → 0.0.45
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.
- package/dist/css/core/complete.css +1 -1
- package/dist/css/theme/aaos/day-complete.css +1 -1
- package/dist/css/theme/aaos/night-complete.css +1 -1
- package/dist/css/theme/webex/common-stable.css +2 -2
- package/dist/css/theme/webex/dark-complete.css +288 -172
- package/dist/css/theme/webex/dark-stable.css +2 -2
- package/dist/css/theme/webex/light-complete.css +285 -172
- package/dist/css/theme/webex/light-stable.css +2 -2
- package/dist/ios/core/complete.swift +1 -1
- package/dist/ios/theme/aaos/day-complete.swift +1 -1
- package/dist/ios/theme/aaos/night-complete.swift +1 -1
- package/dist/ios/theme/webex/common-stable.swift +2 -2
- package/dist/ios/theme/webex/dark-complete.swift +288 -172
- package/dist/ios/theme/webex/dark-stable.swift +2 -2
- package/dist/ios/theme/webex/light-complete.swift +285 -172
- package/dist/ios/theme/webex/light-stable.swift +2 -2
- package/dist/json/theme/webex/common-stable.json +2 -2
- package/dist/json/theme/webex/dark-complete.json +6399 -3029
- package/dist/json/theme/webex/dark-stable.json +2 -2
- package/dist/json/theme/webex/light-complete.json +6266 -3001
- package/dist/json/theme/webex/light-stable.json +2 -2
- package/dist/json-minimal/theme/webex/common-stable.json +1 -1
- package/dist/json-minimal/theme/webex/dark-complete.json +547 -269
- package/dist/json-minimal/theme/webex/dark-stable.json +1 -1
- package/dist/json-minimal/theme/webex/light-complete.json +549 -274
- package/dist/json-minimal/theme/webex/light-stable.json +1 -1
- package/dist/resources/core/complete.xml +1 -1
- package/dist/resources/theme/aaos/day-complete.xml +1 -1
- package/dist/resources/theme/aaos/night-complete.xml +1 -1
- package/dist/resources/theme/webex/common-stable.xml +2 -2
- package/dist/resources/theme/webex/dark-complete.xml +288 -172
- package/dist/resources/theme/webex/dark-stable.xml +2 -2
- package/dist/resources/theme/webex/light-complete.xml +285 -172
- package/dist/resources/theme/webex/light-stable.xml +2 -2
- package/dist/scss/core/complete.scss +1 -1
- package/dist/scss/theme/aaos/day-complete.scss +1 -1
- package/dist/scss/theme/aaos/night-complete.scss +1 -1
- package/dist/scss/theme/webex/common-stable.scss +2 -2
- package/dist/scss/theme/webex/dark-complete.scss +288 -172
- package/dist/scss/theme/webex/dark-stable.scss +2 -2
- package/dist/scss/theme/webex/light-complete.scss +285 -172
- package/dist/scss/theme/webex/light-stable.scss +2 -2
- package/package.json +1 -1
|
@@ -375,13 +375,13 @@
|
|
|
375
375
|
},
|
|
376
376
|
"meeting": {
|
|
377
377
|
"normal": {
|
|
378
|
-
"value": "linear-gradient(180deg, #000000cc 0%, #0000004d 50.23%, #00000000 100%)
|
|
378
|
+
"value": "linear-gradient(180deg, #000000cc 0%, #0000004d 50.23%, #00000000 100%)",
|
|
379
379
|
"type": "color",
|
|
380
380
|
"description": "Core: linear-gradient(180deg, #000000cc 0%, #0000004d 50.23%, #00000000 100%)\n\nUsed for interstitial preview header.",
|
|
381
381
|
"filePath": "src/theme/stable/common.json",
|
|
382
382
|
"isSource": true,
|
|
383
383
|
"original": {
|
|
384
|
-
"value": "linear-gradient(180deg, {color.core.black-alpha.80} 0%, {color.core.black-alpha.30} 50.23%, {color.core.black-alpha.0} 100%)
|
|
384
|
+
"value": "linear-gradient(180deg, {color.core.black-alpha.80} 0%, {color.core.black-alpha.30} 50.23%, {color.core.black-alpha.0} 100%)",
|
|
385
385
|
"type": "color",
|
|
386
386
|
"description": "Core: linear-gradient(180deg, {color.core.black-alpha.80} 0%, {color.core.black-alpha.30} 50.23%, {color.core.black-alpha.0} 100%)\n\nUsed for interstitial preview header."
|
|
387
387
|
},
|