@momentum-design/tokens 0.2.5 → 0.2.6
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/dark-stable.css +2 -2
- 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 +2 -2
- package/dist/css/typography/complete.css +1 -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/dark-stable.swift +2 -2
- 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 +2 -2
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/theme/webex/dark-stable.swift +1 -2
- package/dist/ios-webex/theme/webex/light-stable.swift +3 -6
- package/dist/json/theme/webex/dark-stable.json +2 -2
- package/dist/json/theme/webex/light-stable.json +2 -2
- package/dist/json-minimal/theme/webex/dark-stable.json +1 -1
- 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/dark-stable.xml +2 -2
- 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 +2 -2
- package/dist/resources/typography/complete.xml +1 -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/dark-stable.scss +2 -2
- 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 +2 -2
- package/dist/scss/typography/complete.scss +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 11 Nov 2024 10:56:24 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-darkWebex {
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
--mds-color-theme-outline-label-purple: #f294f1;
|
|
205
205
|
--mds-color-theme-outline-label-slate: #b0b4d9;
|
|
206
206
|
--mds-color-theme-outline-label-violet: #c7a5fa;
|
|
207
|
-
--mds-color-theme-outline-promotion-normal:
|
|
207
|
+
--mds-color-theme-outline-promotion-normal: #c233c4;
|
|
208
208
|
--mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%);
|
|
209
209
|
--mds-color-theme-outline-warning-normal: #f2990a;
|
|
210
210
|
--mds-color-theme-control-active-normal: #64b4fa;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 11 Nov 2024 10:56:24 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-lightWebex {
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
--mds-color-theme-outline-label-purple: #f294f1;
|
|
205
205
|
--mds-color-theme-outline-label-slate: #b0b4d9;
|
|
206
206
|
--mds-color-theme-outline-label-violet: #c7a5fa;
|
|
207
|
-
--mds-color-theme-outline-promotion-normal:
|
|
207
|
+
--mds-color-theme-outline-promotion-normal: #c233c4;
|
|
208
208
|
--mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
209
209
|
--mds-color-theme-outline-warning-normal: #7d4705;
|
|
210
210
|
--mds-color-theme-control-active-normal: #1170cf;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Mon, 11 Nov 2024 10:56:24 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -313,7 +313,7 @@ public class {
|
|
|
313
313
|
public static let mdsColorThemeOutlineOverlayNormal = #adadad
|
|
314
314
|
public static let mdsColorThemeOutlinePrimaryDisabled = #ffffff33
|
|
315
315
|
public static let mdsColorThemeOutlinePrimaryNormal = #ffffff66
|
|
316
|
-
public static let mdsColorThemeOutlinePromotionNormal =
|
|
316
|
+
public static let mdsColorThemeOutlinePromotionNormal = #c233c4
|
|
317
317
|
public static let mdsColorThemeOutlineSecondaryNormal = #ffffff33
|
|
318
318
|
public static let mdsColorThemeOutlineShareActive = #ec6400
|
|
319
319
|
public static let mdsColorThemeOutlineShareInactive = #8f8f8f
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Mon, 11 Nov 2024 10:56:24 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -312,7 +312,7 @@ public class {
|
|
|
312
312
|
public static let mdsColorThemeOutlineOverlayNormal = #707070
|
|
313
313
|
public static let mdsColorThemeOutlinePrimaryDisabled = #00000033
|
|
314
314
|
public static let mdsColorThemeOutlinePrimaryNormal = #00000075
|
|
315
|
-
public static let mdsColorThemeOutlinePromotionNormal =
|
|
315
|
+
public static let mdsColorThemeOutlinePromotionNormal = #c233c4
|
|
316
316
|
public static let mdsColorThemeOutlineSecondaryNormal = #00000033
|
|
317
317
|
public static let mdsColorThemeOutlineShareActive = #ec6400
|
|
318
318
|
public static let mdsColorThemeOutlineShareInactive = #8f8f8f
|
|
@@ -220,8 +220,7 @@ open class DarkMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPalett
|
|
|
220
220
|
open var labelPurple: UIColor { return UIColor(hex: 0xF294F1) }
|
|
221
221
|
open var labelSlate: UIColor { return UIColor(hex: 0xB0B4D9) }
|
|
222
222
|
open var labelViolet: UIColor { return UIColor(hex: 0xC7A5FA) }
|
|
223
|
-
open var
|
|
224
|
-
open var promotionNormal1: UIColor { return UIColor(hex: 0xD43B52) }
|
|
223
|
+
open var promotionNormal: UIColor { return UIColor(hex: 0xC233C4) }
|
|
225
224
|
open var gradientActive0: UIColor { return UIColor(hex: 0x3492EB) }
|
|
226
225
|
open var gradientActive1: UIColor { return UIColor(hex: 0x22C7D6) }
|
|
227
226
|
open var gradientActive2: UIColor { return UIColor(hex: 0x68DEBD) }
|
|
@@ -216,8 +216,7 @@ import UIKit
|
|
|
216
216
|
var labelPurple: UIColor { get }
|
|
217
217
|
var labelSlate: UIColor { get }
|
|
218
218
|
var labelViolet: UIColor { get }
|
|
219
|
-
var
|
|
220
|
-
var promotionNormal1: UIColor { get }
|
|
219
|
+
var promotionNormal: UIColor { get }
|
|
221
220
|
var gradientActive0: UIColor { get }
|
|
222
221
|
var gradientActive1: UIColor { get }
|
|
223
222
|
var gradientActive2: UIColor { get }
|
|
@@ -703,8 +702,7 @@ open class LightMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPalet
|
|
|
703
702
|
open var labelPurple: UIColor { return UIColor(hex: 0xF294F1) }
|
|
704
703
|
open var labelSlate: UIColor { return UIColor(hex: 0xB0B4D9) }
|
|
705
704
|
open var labelViolet: UIColor { return UIColor(hex: 0xC7A5FA) }
|
|
706
|
-
open var
|
|
707
|
-
open var promotionNormal1: UIColor { return UIColor(hex: 0xA12A3A) }
|
|
705
|
+
open var promotionNormal: UIColor { return UIColor(hex: 0xC233C4) }
|
|
708
706
|
open var gradientActive0: UIColor { return UIColor(hex: 0x3492EB) }
|
|
709
707
|
open var gradientActive1: UIColor { return UIColor(hex: 0x00A3B5) }
|
|
710
708
|
open var gradientActive2: UIColor { return UIColor(hex: 0x3CC29A) }
|
|
@@ -1269,8 +1267,7 @@ open class SystemMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPale
|
|
|
1269
1267
|
open var labelPurple: UIColor { return systemColor(light: light, dark: dark, keyPath: \.labelPurple) }
|
|
1270
1268
|
open var labelSlate: UIColor { return systemColor(light: light, dark: dark, keyPath: \.labelSlate) }
|
|
1271
1269
|
open var labelViolet: UIColor { return systemColor(light: light, dark: dark, keyPath: \.labelViolet) }
|
|
1272
|
-
open var
|
|
1273
|
-
open var promotionNormal1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.promotionNormal1) }
|
|
1270
|
+
open var promotionNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.promotionNormal) }
|
|
1274
1271
|
open var gradientActive0: UIColor { return systemColor(light: light, dark: dark, keyPath: \.gradientActive0) }
|
|
1275
1272
|
open var gradientActive1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.gradientActive1) }
|
|
1276
1273
|
open var gradientActive2: UIColor { return systemColor(light: light, dark: dark, keyPath: \.gradientActive2) }
|
|
@@ -6086,13 +6086,13 @@
|
|
|
6086
6086
|
"promotion": {
|
|
6087
6087
|
"normal": {
|
|
6088
6088
|
"type": "color",
|
|
6089
|
-
"value": "
|
|
6089
|
+
"value": "#c233c4",
|
|
6090
6090
|
"description": "Used for border of promotional banner",
|
|
6091
6091
|
"filePath": "src/theme/stable/dark.json",
|
|
6092
6092
|
"isSource": true,
|
|
6093
6093
|
"original": {
|
|
6094
6094
|
"type": "color",
|
|
6095
|
-
"value": "
|
|
6095
|
+
"value": "{color.decorative.purple.60}",
|
|
6096
6096
|
"description": "Used for border of promotional banner"
|
|
6097
6097
|
},
|
|
6098
6098
|
"name": "mds-color-theme-outline-promotion-normal",
|
|
@@ -6084,13 +6084,13 @@
|
|
|
6084
6084
|
"promotion": {
|
|
6085
6085
|
"normal": {
|
|
6086
6086
|
"type": "color",
|
|
6087
|
-
"value": "
|
|
6087
|
+
"value": "#c233c4",
|
|
6088
6088
|
"description": "Used for border of promotional banner",
|
|
6089
6089
|
"filePath": "src/theme/stable/light.json",
|
|
6090
6090
|
"isSource": true,
|
|
6091
6091
|
"original": {
|
|
6092
6092
|
"type": "color",
|
|
6093
|
-
"value": "
|
|
6093
|
+
"value": "{color.decorative.purple.60}",
|
|
6094
6094
|
"description": "Used for border of promotional banner"
|
|
6095
6095
|
},
|
|
6096
6096
|
"name": "mds-color-theme-outline-promotion-normal",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Mon, 11 Nov 2024 10:56:24 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#fffffff2</color>
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
<color name="mds-color-theme-outline-label-purple">#f294f1</color>
|
|
206
206
|
<color name="mds-color-theme-outline-label-slate">#b0b4d9</color>
|
|
207
207
|
<color name="mds-color-theme-outline-label-violet">#c7a5fa</color>
|
|
208
|
-
<color name="mds-color-theme-outline-promotion-normal"
|
|
208
|
+
<color name="mds-color-theme-outline-promotion-normal">#c233c4</color>
|
|
209
209
|
<color name="mds-color-theme-outline-gradient-active">linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)</color>
|
|
210
210
|
<color name="mds-color-theme-outline-warning-normal">#f2990a</color>
|
|
211
211
|
<color name="mds-color-theme-control-active-normal">#64b4fa</color>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Mon, 11 Nov 2024 10:56:24 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#000000f2</color>
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
<color name="mds-color-theme-outline-label-purple">#f294f1</color>
|
|
206
206
|
<color name="mds-color-theme-outline-label-slate">#b0b4d9</color>
|
|
207
207
|
<color name="mds-color-theme-outline-label-violet">#c7a5fa</color>
|
|
208
|
-
<color name="mds-color-theme-outline-promotion-normal"
|
|
208
|
+
<color name="mds-color-theme-outline-promotion-normal">#c233c4</color>
|
|
209
209
|
<color name="mds-color-theme-outline-gradient-active">linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%)</color>
|
|
210
210
|
<color name="mds-color-theme-outline-warning-normal">#7d4705</color>
|
|
211
211
|
<color name="mds-color-theme-control-active-normal">#1170cf</color>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 11 Nov 2024 10:56:24 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #fffffff2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #ffffff66;
|
|
@@ -202,7 +202,7 @@ $mds-color-theme-outline-label-pink: #fc97aa;
|
|
|
202
202
|
$mds-color-theme-outline-label-purple: #f294f1;
|
|
203
203
|
$mds-color-theme-outline-label-slate: #b0b4d9;
|
|
204
204
|
$mds-color-theme-outline-label-violet: #c7a5fa;
|
|
205
|
-
$mds-color-theme-outline-promotion-normal:
|
|
205
|
+
$mds-color-theme-outline-promotion-normal: #c233c4;
|
|
206
206
|
$mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%);
|
|
207
207
|
$mds-color-theme-outline-warning-normal: #f2990a;
|
|
208
208
|
$mds-color-theme-control-active-normal: #64b4fa;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 11 Nov 2024 10:56:24 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #000000f2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #00000066;
|
|
@@ -202,7 +202,7 @@ $mds-color-theme-outline-label-pink: #fc97aa;
|
|
|
202
202
|
$mds-color-theme-outline-label-purple: #f294f1;
|
|
203
203
|
$mds-color-theme-outline-label-slate: #b0b4d9;
|
|
204
204
|
$mds-color-theme-outline-label-violet: #c7a5fa;
|
|
205
|
-
$mds-color-theme-outline-promotion-normal:
|
|
205
|
+
$mds-color-theme-outline-promotion-normal: #c233c4;
|
|
206
206
|
$mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
207
207
|
$mds-color-theme-outline-warning-normal: #7d4705;
|
|
208
208
|
$mds-color-theme-control-active-normal: #1170cf;
|
package/package.json
CHANGED