@momentum-design/tokens 0.0.33 → 0.0.34
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/webex/common-stable.css +1 -1
- package/dist/css/theme/webex/dark-complete.css +1 -1
- package/dist/css/theme/webex/dark-stable.css +1 -1
- package/dist/css/theme/webex/light-complete.css +1 -1
- package/dist/css/theme/webex/light-stable.css +1 -1
- package/dist/ios/core/complete.swift +1 -1
- package/dist/ios/theme/webex/common-stable.swift +1 -1
- package/dist/ios/theme/webex/dark-complete.swift +1 -1
- package/dist/ios/theme/webex/dark-stable.swift +1 -1
- package/dist/ios/theme/webex/light-complete.swift +1 -1
- package/dist/ios/theme/webex/light-stable.swift +1 -1
- package/dist/resources/core/complete.xml +1 -1
- package/dist/resources/theme/webex/common-stable.xml +1 -1
- package/dist/resources/theme/webex/dark-complete.xml +1 -1
- package/dist/resources/theme/webex/dark-stable.xml +1 -1
- package/dist/resources/theme/webex/light-complete.xml +1 -1
- package/dist/resources/theme/webex/light-stable.xml +1 -1
- package/dist/scss/core/complete.scss +1 -1
- package/dist/scss/theme/webex/common-stable.scss +1 -1
- package/dist/scss/theme/webex/dark-complete.scss +1 -1
- package/dist/scss/theme/webex/dark-stable.scss +1 -1
- package/dist/scss/theme/webex/light-complete.scss +1 -1
- package/dist/scss/theme/webex/light-stable.scss +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Tue, 13 Dec 2022 14:
|
|
3
|
+
// Generated on Tue, 13 Dec 2022 14:55:43 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-bg-primary: linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%);
|
|
6
6
|
$mds-color-theme-bg-secondary: linear-gradient(180deg, #262626 0%, #0f0f0f 100%);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Tue, 13 Dec 2022 14:
|
|
3
|
+
// Generated on Tue, 13 Dec 2022 14:55:43 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-bg-primary: linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%);
|
|
6
6
|
$mds-color-theme-bg-secondary: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
|
package/package.json
CHANGED