@momentum-design/tokens 0.0.44 → 0.0.46
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 +1 -1
- package/dist/css/theme/webex/dark-complete.css +288 -172
- package/dist/css/theme/webex/dark-stable.css +2 -1
- package/dist/css/theme/webex/light-complete.css +285 -172
- package/dist/css/theme/webex/light-stable.css +2 -1
- 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 +1 -1
- package/dist/ios/theme/webex/dark-complete.swift +288 -172
- package/dist/ios/theme/webex/dark-stable.swift +2 -1
- package/dist/ios/theme/webex/light-complete.swift +285 -172
- package/dist/ios/theme/webex/light-stable.swift +2 -1
- package/dist/json/theme/webex/dark-complete.json +6410 -3040
- package/dist/json/theme/webex/dark-stable.json +29 -0
- package/dist/json/theme/webex/light-complete.json +6266 -3001
- package/dist/json/theme/webex/light-stable.json +29 -0
- package/dist/json-minimal/theme/webex/dark-complete.json +548 -270
- package/dist/json-minimal/theme/webex/dark-stable.json +3 -0
- package/dist/json-minimal/theme/webex/light-complete.json +549 -274
- package/dist/json-minimal/theme/webex/light-stable.json +3 -0
- 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 +1 -1
- package/dist/resources/theme/webex/dark-complete.xml +288 -172
- package/dist/resources/theme/webex/dark-stable.xml +2 -1
- package/dist/resources/theme/webex/light-complete.xml +285 -172
- package/dist/resources/theme/webex/light-stable.xml +2 -1
- 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 +1 -1
- package/dist/scss/theme/webex/dark-complete.scss +288 -172
- package/dist/scss/theme/webex/dark-stable.scss +2 -1
- package/dist/scss/theme/webex/light-complete.scss +285 -172
- package/dist/scss/theme/webex/light-stable.scss +2 -1
- package/package.json +1 -1
|
@@ -5346,6 +5346,35 @@
|
|
|
5346
5346
|
"normal"
|
|
5347
5347
|
]
|
|
5348
5348
|
}
|
|
5349
|
+
},
|
|
5350
|
+
"skeleton": {
|
|
5351
|
+
"normal": {
|
|
5352
|
+
"value": "linear-gradient(123deg, #00000033 14.98%, #0000004d 38.98%, #00000066 64.82%, #00000080);",
|
|
5353
|
+
"type": "color",
|
|
5354
|
+
"description": "Core Token: black-alpha.20, black-alpha.30, black-alpha.40,black-alpha.50 \nTheme Token: BackgroundSkeleton-noamrl\nlinear-gradient(123deg, #00000033 14.98%, #0000004d 38.98%, #00000066 64.82%, #00000080);",
|
|
5355
|
+
"filePath": "src/theme/stable/light.json",
|
|
5356
|
+
"isSource": true,
|
|
5357
|
+
"original": {
|
|
5358
|
+
"value": "linear-gradient(123deg, {color.core.black-alpha.20} 14.98%, {color.core.black-alpha.30} 38.98%, {color.core.black-alpha.40} 64.82%, {color.core.black-alpha.50});",
|
|
5359
|
+
"type": "color",
|
|
5360
|
+
"description": "Core Token: black-alpha.20, black-alpha.30, black-alpha.40,black-alpha.50 \nTheme Token: BackgroundSkeleton-noamrl\nlinear-gradient(123deg, {color.core.black-alpha.20} 14.98%, {color.core.black-alpha.30} 38.98%, {color.core.black-alpha.40} 64.82%, {color.core.black-alpha.50});"
|
|
5361
|
+
},
|
|
5362
|
+
"name": "mds-color-theme-background-skeleton-normal",
|
|
5363
|
+
"attributes": {
|
|
5364
|
+
"category": "color",
|
|
5365
|
+
"type": "theme",
|
|
5366
|
+
"item": "background",
|
|
5367
|
+
"subitem": "skeleton",
|
|
5368
|
+
"state": "normal"
|
|
5369
|
+
},
|
|
5370
|
+
"path": [
|
|
5371
|
+
"color",
|
|
5372
|
+
"theme",
|
|
5373
|
+
"background",
|
|
5374
|
+
"skeleton",
|
|
5375
|
+
"normal"
|
|
5376
|
+
]
|
|
5377
|
+
}
|
|
5349
5378
|
}
|
|
5350
5379
|
},
|
|
5351
5380
|
"button": {
|