@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.
Files changed (39) hide show
  1. package/dist/css/core/complete.css +1 -1
  2. package/dist/css/theme/aaos/day-complete.css +1 -1
  3. package/dist/css/theme/aaos/night-complete.css +1 -1
  4. package/dist/css/theme/webex/dark-stable.css +2 -2
  5. package/dist/css/theme/webex/hc-dark-stable.css +1 -1
  6. package/dist/css/theme/webex/hc-light-stable.css +1 -1
  7. package/dist/css/theme/webex/light-stable.css +2 -2
  8. package/dist/css/typography/complete.css +1 -1
  9. package/dist/ios/core/complete.swift +1 -1
  10. package/dist/ios/theme/aaos/day-complete.swift +1 -1
  11. package/dist/ios/theme/aaos/night-complete.swift +1 -1
  12. package/dist/ios/theme/webex/dark-stable.swift +2 -2
  13. package/dist/ios/theme/webex/hc-dark-stable.swift +1 -1
  14. package/dist/ios/theme/webex/hc-light-stable.swift +1 -1
  15. package/dist/ios/theme/webex/light-stable.swift +2 -2
  16. package/dist/ios/typography/complete.swift +1 -1
  17. package/dist/ios-webex/theme/webex/dark-stable.swift +1 -2
  18. package/dist/ios-webex/theme/webex/light-stable.swift +3 -6
  19. package/dist/json/theme/webex/dark-stable.json +2 -2
  20. package/dist/json/theme/webex/light-stable.json +2 -2
  21. package/dist/json-minimal/theme/webex/dark-stable.json +1 -1
  22. package/dist/json-minimal/theme/webex/light-stable.json +1 -1
  23. package/dist/resources/core/complete.xml +1 -1
  24. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  25. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  26. package/dist/resources/theme/webex/dark-stable.xml +2 -2
  27. package/dist/resources/theme/webex/hc-dark-stable.xml +1 -1
  28. package/dist/resources/theme/webex/hc-light-stable.xml +1 -1
  29. package/dist/resources/theme/webex/light-stable.xml +2 -2
  30. package/dist/resources/typography/complete.xml +1 -1
  31. package/dist/scss/core/complete.scss +1 -1
  32. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  33. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  34. package/dist/scss/theme/webex/dark-stable.scss +2 -2
  35. package/dist/scss/theme/webex/hc-dark-stable.scss +1 -1
  36. package/dist/scss/theme/webex/hc-light-stable.scss +1 -1
  37. package/dist/scss/theme/webex/light-stable.scss +2 -2
  38. package/dist/scss/typography/complete.scss +1 -1
  39. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 05 Nov 2024 08:58:38 GMT
3
+ * Generated on Mon, 11 Nov 2024 10:56:23 GMT
4
4
  */
5
5
 
6
6
  .mds-core {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 05 Nov 2024 08:58:40 GMT
3
+ * Generated on Mon, 11 Nov 2024 10:56:25 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-aaos-day {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 05 Nov 2024 08:58:40 GMT
3
+ * Generated on Mon, 11 Nov 2024 10:56:25 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-aaos-night {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 05 Nov 2024 08:58:39 GMT
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: linear-gradient(46deg, #c233c4 0%, #d43b52 100%);
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 Tue, 05 Nov 2024 08:58:40 GMT
3
+ * Generated on Mon, 11 Nov 2024 10:56:24 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-hcDarkWebex {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 05 Nov 2024 08:58:40 GMT
3
+ * Generated on Mon, 11 Nov 2024 10:56:25 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-hcLightWebex {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 05 Nov 2024 08:58:39 GMT
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: linear-gradient(46deg, #251329 0%, #a12a3a 100%);
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;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 05 Nov 2024 08:58:42 GMT
3
+ * Generated on Mon, 11 Nov 2024 10:56:27 GMT
4
4
  */
5
5
 
6
6
  .mds-typography {
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 05 Nov 2024 08:58:38 GMT
7
+ // Generated on Mon, 11 Nov 2024 10:56:23 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 05 Nov 2024 08:58:40 GMT
7
+ // Generated on Mon, 11 Nov 2024 10:56:25 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 05 Nov 2024 08:58:40 GMT
7
+ // Generated on Mon, 11 Nov 2024 10:56:25 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 05 Nov 2024 08:58:39 GMT
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 = linear-gradient(46deg, #c233c4 0%, #d43b52 100%)
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 Tue, 05 Nov 2024 08:58:40 GMT
7
+ // Generated on Mon, 11 Nov 2024 10:56:25 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 05 Nov 2024 08:58:40 GMT
7
+ // Generated on Mon, 11 Nov 2024 10:56:25 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 05 Nov 2024 08:58:39 GMT
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 = linear-gradient(46deg, #251329 0%, #a12a3a 100%)
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
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 05 Nov 2024 08:58:42 GMT
7
+ // Generated on Mon, 11 Nov 2024 10:56:27 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -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 promotionNormal0: UIColor { return UIColor(hex: 0xC233C4) }
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 promotionNormal0: UIColor { get }
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 promotionNormal0: UIColor { return UIColor(hex: 0x251329) }
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 promotionNormal0: UIColor { return systemColor(light: light, dark: dark, keyPath: \.promotionNormal0) }
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": "linear-gradient(46deg, #c233c4 0%, #d43b52 100%)",
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": "linear-gradient(46deg, {color.decorative.purple.60} 0%, {color.decorative.pink.60} 100%)",
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": "linear-gradient(46deg, #251329 0%, #a12a3a 100%)",
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": "linear-gradient(46deg, {color.decorative.purple.100} 0%, {color.decorative.pink.70} 100%)",
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",
@@ -387,7 +387,7 @@
387
387
  "violet": "#c7a5fa"
388
388
  },
389
389
  "promotion": {
390
- "normal": "linear-gradient(46deg, #c233c4 0%, #d43b52 100%)"
390
+ "normal": "#c233c4"
391
391
  },
392
392
  "gradient": {
393
393
  "active": "linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)"
@@ -387,7 +387,7 @@
387
387
  "violet": "#c7a5fa"
388
388
  },
389
389
  "promotion": {
390
- "normal": "linear-gradient(46deg, #251329 0%, #a12a3a 100%)"
390
+ "normal": "#c233c4"
391
391
  },
392
392
  "gradient": {
393
393
  "active": "linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%)"
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 05 Nov 2024 08:58:38 GMT
5
+ Generated on Mon, 11 Nov 2024 10:56:23 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-core-white-alpha-0">#ffffff00</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 05 Nov 2024 08:58:40 GMT
5
+ Generated on Mon, 11 Nov 2024 10:56:25 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-surface-neutral-0-default">#17181b</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 05 Nov 2024 08:58:40 GMT
5
+ Generated on Mon, 11 Nov 2024 10:56:25 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-surface-neutral-0-default">#0e1013</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 05 Nov 2024 08:58:39 GMT
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">linear-gradient(46deg, #c233c4 0%, #d43b52 100%)</color>
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 Tue, 05 Nov 2024 08:58:40 GMT
5
+ Generated on Mon, 11 Nov 2024 10:56:25 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#ffffff</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 05 Nov 2024 08:58:40 GMT
5
+ Generated on Mon, 11 Nov 2024 10:56:25 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#000000</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 05 Nov 2024 08:58:39 GMT
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">linear-gradient(46deg, #251329 0%, #a12a3a 100%)</color>
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>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 05 Nov 2024 08:58:42 GMT
5
+ Generated on Mon, 11 Nov 2024 10:56:27 GMT
6
6
  -->
7
7
  <resources>
8
8
  <string name="mds-font-lineheight-base">16px</string>
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 05 Nov 2024 08:58:38 GMT
3
+ // Generated on Mon, 11 Nov 2024 10:56:23 GMT
4
4
 
5
5
  $mds-color-core-white-alpha-0: #ffffff00;
6
6
  $mds-color-core-white-alpha-5: #ffffff0d;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 05 Nov 2024 08:58:40 GMT
3
+ // Generated on Mon, 11 Nov 2024 10:56:25 GMT
4
4
 
5
5
  $mds-color-theme-surface-neutral-0-default: #17181b;
6
6
  $mds-color-theme-surface-neutral-1-default: #202124;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 05 Nov 2024 08:58:40 GMT
3
+ // Generated on Mon, 11 Nov 2024 10:56:25 GMT
4
4
 
5
5
  $mds-color-theme-surface-neutral-0-default: #0e1013;
6
6
  $mds-color-theme-surface-neutral-1-default: #17181b;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 05 Nov 2024 08:58:39 GMT
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: linear-gradient(46deg, #c233c4 0%, #d43b52 100%);
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 Tue, 05 Nov 2024 08:58:40 GMT
3
+ // Generated on Mon, 11 Nov 2024 10:56:25 GMT
4
4
 
5
5
  $mds-color-theme-text-primary-normal: #ffffff;
6
6
  $mds-color-theme-text-primary-disabled: #3ff23f;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 05 Nov 2024 08:58:40 GMT
3
+ // Generated on Mon, 11 Nov 2024 10:56:25 GMT
4
4
 
5
5
  $mds-color-theme-text-primary-normal: #000000;
6
6
  $mds-color-theme-text-primary-disabled: #600000;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 05 Nov 2024 08:58:39 GMT
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: linear-gradient(46deg, #251329 0%, #a12a3a 100%);
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;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 05 Nov 2024 08:58:42 GMT
3
+ // Generated on Mon, 11 Nov 2024 10:56:27 GMT
4
4
 
5
5
  $mds-font-lineheight-base: 16px;
6
6
  $mds-font-lineheight-body-small: 16px;
package/package.json CHANGED
@@ -29,5 +29,5 @@
29
29
  "rimraf": "^6.0.1",
30
30
  "ts-jest": "^29.2.4"
31
31
  },
32
- "version": "0.2.5"
32
+ "version": "0.2.6"
33
33
  }