@momentum-design/tokens 0.3.2 → 0.3.3
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/components/complete.css +1 -1
- package/dist/css/core/complete.css +1 -1
- package/dist/css/effect/complete.css +2 -2
- package/dist/css/elevation/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/dark-stable.css +1 -1
- package/dist/css/theme/webex/hc-dark-stable.css +1 -1
- package/dist/css/theme/webex/hc-light-stable.css +1 -1
- package/dist/css/theme/webex/light-stable.css +1 -1
- package/dist/css/typography/complete.css +1 -1
- package/dist/ios/core/complete.swift +1 -1
- package/dist/ios/effect/complete.swift +2 -2
- package/dist/ios/elevation/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/dark-stable.swift +1 -1
- package/dist/ios/theme/webex/hc-dark-stable.swift +1 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +1 -1
- package/dist/ios/theme/webex/light-stable.swift +1 -1
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/json/effect/complete.json +20 -16
- package/dist/json-minimal/effect/complete.json +3 -1
- package/dist/resources/core/complete.xml +1 -1
- package/dist/resources/effect/complete.xml +2 -2
- package/dist/resources/elevation/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/dark-stable.xml +1 -1
- package/dist/resources/theme/webex/hc-dark-stable.xml +1 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +1 -1
- package/dist/resources/theme/webex/light-stable.xml +1 -1
- package/dist/resources/typography/complete.xml +1 -1
- package/dist/scss/core/complete.scss +1 -1
- package/dist/scss/effect/complete.scss +2 -2
- package/dist/scss/elevation/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/dark-stable.scss +1 -1
- package/dist/scss/theme/webex/hc-dark-stable.scss +1 -1
- package/dist/scss/theme/webex/hc-light-stable.scss +1 -1
- package/dist/scss/theme/webex/light-stable.scss +1 -1
- package/dist/scss/typography/complete.scss +1 -1
- package/package.json +1 -1
|
@@ -984,7 +984,7 @@
|
|
|
984
984
|
--mds-font-apps-headline-small-regular-text-case: none;
|
|
985
985
|
}
|
|
986
986
|
.mds-effect {
|
|
987
|
-
--mds-backdrop-filter: blur(10px);
|
|
987
|
+
--mds-effect-backdrop-filter: blur(10px);
|
|
988
988
|
}
|
|
989
989
|
.mds-elevation {
|
|
990
990
|
--mds-elevation-1: drop-shadow(0px 2px 8px rgba(0,0,0,0.2));
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Mon, 27 Jan 2025 19:03:41 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
11
11
|
|
|
12
12
|
public class {
|
|
13
|
-
public static let
|
|
13
|
+
public static let mdsEffectBackdropFilter = blur(10px)
|
|
14
14
|
}
|
|
@@ -1,21 +1,25 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"type": "other",
|
|
5
|
-
"description": "Used for background blur effect glass effect",
|
|
6
|
-
"filePath": "src/core/effect.json",
|
|
7
|
-
"isSource": true,
|
|
8
|
-
"original": {
|
|
2
|
+
"effect": {
|
|
3
|
+
"backdrop-filter": {
|
|
9
4
|
"value": "blur(10px)",
|
|
10
5
|
"type": "other",
|
|
11
|
-
"description": "Used for background blur effect glass effect"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
6
|
+
"description": "Used for background blur effect glass effect",
|
|
7
|
+
"filePath": "src/core/effect.json",
|
|
8
|
+
"isSource": true,
|
|
9
|
+
"original": {
|
|
10
|
+
"value": "blur(10px)",
|
|
11
|
+
"type": "other",
|
|
12
|
+
"description": "Used for background blur effect glass effect"
|
|
13
|
+
},
|
|
14
|
+
"name": "mds-effect-backdrop-filter",
|
|
15
|
+
"attributes": {
|
|
16
|
+
"category": "effect",
|
|
17
|
+
"type": "backdrop-filter"
|
|
18
|
+
},
|
|
19
|
+
"path": [
|
|
20
|
+
"effect",
|
|
21
|
+
"backdrop-filter"
|
|
22
|
+
]
|
|
23
|
+
}
|
|
20
24
|
}
|
|
21
25
|
}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Mon, 27 Jan 2025 19:03:41 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
|
-
<string name="mds-backdrop-filter">blur(10px)</string>
|
|
8
|
+
<string name="mds-effect-backdrop-filter">blur(10px)</string>
|
|
9
9
|
|
|
10
10
|
</resources>
|
package/package.json
CHANGED