@momentum-design/tokens 0.2.8 → 0.3.1

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 (54) hide show
  1. package/dist/css/components/complete.css +16 -2
  2. package/dist/css/core/complete.css +1 -1
  3. package/dist/css/effect/complete.css +1 -1
  4. package/dist/css/elevation/complete.css +1 -1
  5. package/dist/css/theme/aaos/day-complete.css +1 -1
  6. package/dist/css/theme/aaos/night-complete.css +1 -1
  7. package/dist/css/theme/webex/dark-stable.css +9 -2
  8. package/dist/css/theme/webex/hc-dark-stable.css +8 -1
  9. package/dist/css/theme/webex/hc-light-stable.css +8 -1
  10. package/dist/css/theme/webex/light-stable.css +9 -2
  11. package/dist/css/typography/complete.css +1 -1
  12. package/dist/ios/core/complete.swift +1 -1
  13. package/dist/ios/effect/complete.swift +1 -1
  14. package/dist/ios/elevation/complete.swift +1 -1
  15. package/dist/ios/theme/aaos/day-complete.swift +1 -1
  16. package/dist/ios/theme/aaos/night-complete.swift +1 -1
  17. package/dist/ios/theme/webex/dark-stable.swift +9 -2
  18. package/dist/ios/theme/webex/hc-dark-stable.swift +8 -1
  19. package/dist/ios/theme/webex/hc-light-stable.swift +8 -1
  20. package/dist/ios/theme/webex/light-stable.swift +9 -2
  21. package/dist/ios/typography/complete.swift +1 -1
  22. package/dist/ios-webex/theme/webex/dark-stable.swift +8 -1
  23. package/dist/ios-webex/theme/webex/hc-dark-stable.swift +7 -0
  24. package/dist/ios-webex/theme/webex/hc-light-stable.swift +21 -0
  25. package/dist/ios-webex/theme/webex/light-stable.swift +22 -1
  26. package/dist/json/theme/webex/dark-stable.json +204 -2
  27. package/dist/json/theme/webex/hc-dark-stable.json +202 -0
  28. package/dist/json/theme/webex/hc-light-stable.json +202 -0
  29. package/dist/json/theme/webex/light-stable.json +204 -2
  30. package/dist/json-minimal/theme/webex/dark-stable.json +17 -2
  31. package/dist/json-minimal/theme/webex/hc-dark-stable.json +17 -2
  32. package/dist/json-minimal/theme/webex/hc-light-stable.json +17 -2
  33. package/dist/json-minimal/theme/webex/light-stable.json +17 -2
  34. package/dist/resources/core/complete.xml +1 -1
  35. package/dist/resources/effect/complete.xml +1 -1
  36. package/dist/resources/elevation/complete.xml +1 -1
  37. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  38. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  39. package/dist/resources/theme/webex/dark-stable.xml +9 -2
  40. package/dist/resources/theme/webex/hc-dark-stable.xml +8 -1
  41. package/dist/resources/theme/webex/hc-light-stable.xml +8 -1
  42. package/dist/resources/theme/webex/light-stable.xml +9 -2
  43. package/dist/resources/typography/complete.xml +1 -1
  44. package/dist/scss/core/complete.scss +1 -1
  45. package/dist/scss/effect/complete.scss +1 -1
  46. package/dist/scss/elevation/complete.scss +1 -1
  47. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  48. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  49. package/dist/scss/theme/webex/dark-stable.scss +9 -2
  50. package/dist/scss/theme/webex/hc-dark-stable.scss +8 -1
  51. package/dist/scss/theme/webex/hc-light-stable.scss +8 -1
  52. package/dist/scss/theme/webex/light-stable.scss +9 -2
  53. package/dist/scss/typography/complete.scss +1 -1
  54. package/package.json +1 -1
@@ -4713,6 +4713,64 @@
4713
4713
  "glass",
4714
4714
  "normal"
4715
4715
  ]
4716
+ },
4717
+ "overlay": {
4718
+ "normal": {
4719
+ "value": "#00009f",
4720
+ "type": "color",
4721
+ "description": "Used for operation pop: knocked-back effect when signle card is selected",
4722
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
4723
+ "isSource": true,
4724
+ "original": {
4725
+ "value": "{color.highcontrast.white.HotlightColor}",
4726
+ "type": "color",
4727
+ "description": "Used for operation pop: knocked-back effect when signle card is selected"
4728
+ },
4729
+ "name": "mds-color-theme-background-glass-overlay-normal",
4730
+ "attributes": {
4731
+ "category": "color",
4732
+ "type": "theme",
4733
+ "item": "background",
4734
+ "subitem": "glass",
4735
+ "state": "overlay"
4736
+ },
4737
+ "path": [
4738
+ "color",
4739
+ "theme",
4740
+ "background",
4741
+ "glass",
4742
+ "overlay",
4743
+ "normal"
4744
+ ]
4745
+ },
4746
+ "inactive": {
4747
+ "value": "#ffffff",
4748
+ "type": "color",
4749
+ "description": "Used for operation pop: knocked-back effect when signle card is selected",
4750
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
4751
+ "isSource": true,
4752
+ "original": {
4753
+ "value": "{color.highcontrast.white.WindowColor}",
4754
+ "type": "color",
4755
+ "description": "Used for operation pop: knocked-back effect when signle card is selected"
4756
+ },
4757
+ "name": "mds-color-theme-background-glass-overlay-inactive",
4758
+ "attributes": {
4759
+ "category": "color",
4760
+ "type": "theme",
4761
+ "item": "background",
4762
+ "subitem": "glass",
4763
+ "state": "overlay"
4764
+ },
4765
+ "path": [
4766
+ "color",
4767
+ "theme",
4768
+ "background",
4769
+ "glass",
4770
+ "overlay",
4771
+ "inactive"
4772
+ ]
4773
+ }
4716
4774
  }
4717
4775
  }
4718
4776
  },
@@ -5311,6 +5369,94 @@
5311
5369
  "pressed"
5312
5370
  ]
5313
5371
  }
5372
+ },
5373
+ "glass": {
5374
+ "primary": {
5375
+ "normal": {
5376
+ "value": "#ffffff",
5377
+ "type": "color",
5378
+ "description": "Used for Operation pop button",
5379
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
5380
+ "isSource": true,
5381
+ "original": {
5382
+ "value": "{color.highcontrast.white.ButtonFaceColor}",
5383
+ "type": "color",
5384
+ "description": "Used for Operation pop button"
5385
+ },
5386
+ "name": "mds-color-theme-button-glass-primary-normal",
5387
+ "attributes": {
5388
+ "category": "color",
5389
+ "type": "theme",
5390
+ "item": "button",
5391
+ "subitem": "glass",
5392
+ "state": "primary"
5393
+ },
5394
+ "path": [
5395
+ "color",
5396
+ "theme",
5397
+ "button",
5398
+ "glass",
5399
+ "primary",
5400
+ "normal"
5401
+ ]
5402
+ },
5403
+ "hover": {
5404
+ "value": "#37006e",
5405
+ "type": "color",
5406
+ "description": "Used for Operation pop button",
5407
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
5408
+ "isSource": true,
5409
+ "original": {
5410
+ "value": "{color.highcontrast.white.HighlightColor}",
5411
+ "type": "color",
5412
+ "description": "Used for Operation pop button"
5413
+ },
5414
+ "name": "mds-color-theme-button-glass-primary-hover",
5415
+ "attributes": {
5416
+ "category": "color",
5417
+ "type": "theme",
5418
+ "item": "button",
5419
+ "subitem": "glass",
5420
+ "state": "primary"
5421
+ },
5422
+ "path": [
5423
+ "color",
5424
+ "theme",
5425
+ "button",
5426
+ "glass",
5427
+ "primary",
5428
+ "hover"
5429
+ ]
5430
+ },
5431
+ "pressed": {
5432
+ "value": "#37006e",
5433
+ "type": "color",
5434
+ "description": "Used for Operation pop button",
5435
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
5436
+ "isSource": true,
5437
+ "original": {
5438
+ "value": "{color.highcontrast.white.HighlightColor}",
5439
+ "type": "color",
5440
+ "description": "Used for Operation pop button"
5441
+ },
5442
+ "name": "mds-color-theme-button-glass-primary-pressed",
5443
+ "attributes": {
5444
+ "category": "color",
5445
+ "type": "theme",
5446
+ "item": "button",
5447
+ "subitem": "glass",
5448
+ "state": "primary"
5449
+ },
5450
+ "path": [
5451
+ "color",
5452
+ "theme",
5453
+ "button",
5454
+ "glass",
5455
+ "primary",
5456
+ "pressed"
5457
+ ]
5458
+ }
5459
+ }
5314
5460
  }
5315
5461
  },
5316
5462
  "outline": {
@@ -8272,6 +8418,62 @@
8272
8418
  "avatar",
8273
8419
  "pressed"
8274
8420
  ]
8421
+ },
8422
+ "glass": {
8423
+ "normal": {
8424
+ "value": "#000000",
8425
+ "type": "color",
8426
+ "description": "Used for Operation pop",
8427
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
8428
+ "isSource": true,
8429
+ "original": {
8430
+ "value": "{color.highcontrast.white.WindowTextColor}",
8431
+ "type": "color",
8432
+ "description": "Used for Operation pop"
8433
+ },
8434
+ "name": "mds-color-theme-avatar-glass-normal",
8435
+ "attributes": {
8436
+ "category": "color",
8437
+ "type": "theme",
8438
+ "item": "avatar",
8439
+ "subitem": "glass",
8440
+ "state": "normal"
8441
+ },
8442
+ "path": [
8443
+ "color",
8444
+ "theme",
8445
+ "avatar",
8446
+ "glass",
8447
+ "normal"
8448
+ ]
8449
+ },
8450
+ "active": {
8451
+ "value": "#000000",
8452
+ "type": "color",
8453
+ "description": "Used for Operation pop",
8454
+ "filePath": "src/theme/stable/highcontrast/hc_light.json",
8455
+ "isSource": true,
8456
+ "original": {
8457
+ "value": "{color.highcontrast.white.WindowTextColor}",
8458
+ "type": "color",
8459
+ "description": "Used for Operation pop"
8460
+ },
8461
+ "name": "mds-color-theme-avatar-glass-active",
8462
+ "attributes": {
8463
+ "category": "color",
8464
+ "type": "theme",
8465
+ "item": "avatar",
8466
+ "subitem": "glass",
8467
+ "state": "active"
8468
+ },
8469
+ "path": [
8470
+ "color",
8471
+ "theme",
8472
+ "avatar",
8473
+ "glass",
8474
+ "active"
8475
+ ]
8476
+ }
8275
8477
  }
8276
8478
  },
8277
8479
  "common": {
@@ -4769,13 +4769,13 @@
4769
4769
  },
4770
4770
  "glass": {
4771
4771
  "normal": {
4772
- "value": "#ffffff80",
4772
+ "value": "#ffffff99",
4773
4773
  "type": "color",
4774
4774
  "description": "Used for glass effect background for operation pop. ",
4775
4775
  "filePath": "src/theme/stable/light.json",
4776
4776
  "isSource": true,
4777
4777
  "original": {
4778
- "value": "{color.core.white-alpha.50}",
4778
+ "value": "{color.core.white-alpha.60}",
4779
4779
  "type": "color",
4780
4780
  "description": "Used for glass effect background for operation pop. "
4781
4781
  },
@@ -4794,6 +4794,64 @@
4794
4794
  "glass",
4795
4795
  "normal"
4796
4796
  ]
4797
+ },
4798
+ "overlay": {
4799
+ "normal": {
4800
+ "value": "#ffffffcc",
4801
+ "type": "color",
4802
+ "description": "Used for operation pop: knocked-back effect when signle card is selected",
4803
+ "filePath": "src/theme/stable/light.json",
4804
+ "isSource": true,
4805
+ "original": {
4806
+ "value": "{color.core.white-alpha.80}",
4807
+ "type": "color",
4808
+ "description": "Used for operation pop: knocked-back effect when signle card is selected"
4809
+ },
4810
+ "name": "mds-color-theme-background-glass-overlay-normal",
4811
+ "attributes": {
4812
+ "category": "color",
4813
+ "type": "theme",
4814
+ "item": "background",
4815
+ "subitem": "glass",
4816
+ "state": "overlay"
4817
+ },
4818
+ "path": [
4819
+ "color",
4820
+ "theme",
4821
+ "background",
4822
+ "glass",
4823
+ "overlay",
4824
+ "normal"
4825
+ ]
4826
+ },
4827
+ "inactive": {
4828
+ "value": "#ffffff66",
4829
+ "type": "color",
4830
+ "description": "Used for operation pop: knocked-back effect when signle card is selected",
4831
+ "filePath": "src/theme/stable/light.json",
4832
+ "isSource": true,
4833
+ "original": {
4834
+ "value": "{color.core.white-alpha.40}",
4835
+ "type": "color",
4836
+ "description": "Used for operation pop: knocked-back effect when signle card is selected"
4837
+ },
4838
+ "name": "mds-color-theme-background-glass-overlay-inactive",
4839
+ "attributes": {
4840
+ "category": "color",
4841
+ "type": "theme",
4842
+ "item": "background",
4843
+ "subitem": "glass",
4844
+ "state": "overlay"
4845
+ },
4846
+ "path": [
4847
+ "color",
4848
+ "theme",
4849
+ "background",
4850
+ "glass",
4851
+ "overlay",
4852
+ "inactive"
4853
+ ]
4854
+ }
4797
4855
  }
4798
4856
  }
4799
4857
  },
@@ -5420,6 +5478,94 @@
5420
5478
  "pressed"
5421
5479
  ]
5422
5480
  }
5481
+ },
5482
+ "glass": {
5483
+ "primary": {
5484
+ "normal": {
5485
+ "value": "#000000cc",
5486
+ "type": "color",
5487
+ "description": "Used for Operation pop button",
5488
+ "filePath": "src/theme/stable/light.json",
5489
+ "isSource": true,
5490
+ "original": {
5491
+ "value": "{color.core.black-alpha.80}",
5492
+ "type": "color",
5493
+ "description": "Used for Operation pop button"
5494
+ },
5495
+ "name": "mds-color-theme-button-glass-primary-normal",
5496
+ "attributes": {
5497
+ "category": "color",
5498
+ "type": "theme",
5499
+ "item": "button",
5500
+ "subitem": "glass",
5501
+ "state": "primary"
5502
+ },
5503
+ "path": [
5504
+ "color",
5505
+ "theme",
5506
+ "button",
5507
+ "glass",
5508
+ "primary",
5509
+ "normal"
5510
+ ]
5511
+ },
5512
+ "hover": {
5513
+ "value": "#000000b3",
5514
+ "type": "color",
5515
+ "description": "Used for Operation pop button",
5516
+ "filePath": "src/theme/stable/light.json",
5517
+ "isSource": true,
5518
+ "original": {
5519
+ "value": "{color.core.black-alpha.70}",
5520
+ "type": "color",
5521
+ "description": "Used for Operation pop button"
5522
+ },
5523
+ "name": "mds-color-theme-button-glass-primary-hover",
5524
+ "attributes": {
5525
+ "category": "color",
5526
+ "type": "theme",
5527
+ "item": "button",
5528
+ "subitem": "glass",
5529
+ "state": "primary"
5530
+ },
5531
+ "path": [
5532
+ "color",
5533
+ "theme",
5534
+ "button",
5535
+ "glass",
5536
+ "primary",
5537
+ "hover"
5538
+ ]
5539
+ },
5540
+ "pressed": {
5541
+ "value": "#00000099",
5542
+ "type": "color",
5543
+ "description": "Used for Operation pop button",
5544
+ "filePath": "src/theme/stable/light.json",
5545
+ "isSource": true,
5546
+ "original": {
5547
+ "value": "{color.core.black-alpha.60}",
5548
+ "type": "color",
5549
+ "description": "Used for Operation pop button"
5550
+ },
5551
+ "name": "mds-color-theme-button-glass-primary-pressed",
5552
+ "attributes": {
5553
+ "category": "color",
5554
+ "type": "theme",
5555
+ "item": "button",
5556
+ "subitem": "glass",
5557
+ "state": "primary"
5558
+ },
5559
+ "path": [
5560
+ "color",
5561
+ "theme",
5562
+ "button",
5563
+ "glass",
5564
+ "primary",
5565
+ "pressed"
5566
+ ]
5567
+ }
5568
+ }
5423
5569
  }
5424
5570
  },
5425
5571
  "outline": {
@@ -11063,6 +11209,62 @@
11063
11209
  "avatar",
11064
11210
  "pressed"
11065
11211
  ]
11212
+ },
11213
+ "glass": {
11214
+ "normal": {
11215
+ "value": "#00000012",
11216
+ "type": "color",
11217
+ "description": "Used for Operation pop",
11218
+ "filePath": "src/theme/stable/light.json",
11219
+ "isSource": true,
11220
+ "original": {
11221
+ "value": "{color.core.black-alpha.7}",
11222
+ "type": "color",
11223
+ "description": "Used for Operation pop"
11224
+ },
11225
+ "name": "mds-color-theme-avatar-glass-normal",
11226
+ "attributes": {
11227
+ "category": "color",
11228
+ "type": "theme",
11229
+ "item": "avatar",
11230
+ "subitem": "glass",
11231
+ "state": "normal"
11232
+ },
11233
+ "path": [
11234
+ "color",
11235
+ "theme",
11236
+ "avatar",
11237
+ "glass",
11238
+ "normal"
11239
+ ]
11240
+ },
11241
+ "active": {
11242
+ "value": "#ffffffcc",
11243
+ "type": "color",
11244
+ "description": "Used for Operation pop",
11245
+ "filePath": "src/theme/stable/light.json",
11246
+ "isSource": true,
11247
+ "original": {
11248
+ "value": "{color.core.white-alpha.80}",
11249
+ "type": "color",
11250
+ "description": "Used for Operation pop"
11251
+ },
11252
+ "name": "mds-color-theme-avatar-glass-active",
11253
+ "attributes": {
11254
+ "category": "color",
11255
+ "type": "theme",
11256
+ "item": "avatar",
11257
+ "subitem": "glass",
11258
+ "state": "active"
11259
+ },
11260
+ "path": [
11261
+ "color",
11262
+ "theme",
11263
+ "avatar",
11264
+ "glass",
11265
+ "active"
11266
+ ]
11267
+ }
11066
11268
  }
11067
11269
  },
11068
11270
  "gradientdivider": {
@@ -305,7 +305,11 @@
305
305
  "normal": "linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%)"
306
306
  },
307
307
  "glass": {
308
- "normal": "#00000080"
308
+ "normal": "#00000099",
309
+ "overlay": {
310
+ "normal": "#000000cc",
311
+ "inactive": "#00000066"
312
+ }
309
313
  }
310
314
  },
311
315
  "button": {
@@ -341,6 +345,13 @@
341
345
  "normal": "#1170cf",
342
346
  "hover": "#0353a8",
343
347
  "pressed": "#063a75"
348
+ },
349
+ "glass": {
350
+ "primary": {
351
+ "normal": "#ffffffcc",
352
+ "hover": "#ffffffb3",
353
+ "pressed": "#ffffff99"
354
+ }
344
355
  }
345
356
  },
346
357
  "outline": {
@@ -769,7 +780,11 @@
769
780
  "purple": "#932099",
770
781
  "slate": "#535573",
771
782
  "violet": "#643abd",
772
- "yellow": "#7d4705"
783
+ "yellow": "#7d4705",
784
+ "glass": {
785
+ "normal": "#ffffff12",
786
+ "active": "#ffffffcc"
787
+ }
773
788
  },
774
789
  "focus": {
775
790
  "default": {
@@ -303,7 +303,11 @@
303
303
  "normal": "#000000"
304
304
  },
305
305
  "glass": {
306
- "normal": "#000000"
306
+ "normal": "#000000",
307
+ "overlay": {
308
+ "normal": "#ffff00",
309
+ "inactive": "#000000"
310
+ }
307
311
  }
308
312
  },
309
313
  "button": {
@@ -338,6 +342,13 @@
338
342
  "normal": "#000000",
339
343
  "hover": "#1aebff",
340
344
  "pressed": "#1aebff"
345
+ },
346
+ "glass": {
347
+ "primary": {
348
+ "normal": "#000000",
349
+ "hover": "#1aebff",
350
+ "pressed": "#1aebff"
351
+ }
341
352
  }
342
353
  },
343
354
  "outline": {
@@ -578,7 +589,11 @@
578
589
  "violet": "#ffffff",
579
590
  "yellow": "#ffffff",
580
591
  "hover": "#ffffff",
581
- "pressed": "#ffffff"
592
+ "pressed": "#ffffff",
593
+ "glass": {
594
+ "normal": "#ffffff",
595
+ "active": "#ffffff"
596
+ }
582
597
  },
583
598
  "common": {
584
599
  "text": {
@@ -303,7 +303,11 @@
303
303
  "normal": "#ffffff"
304
304
  },
305
305
  "glass": {
306
- "normal": "#ffffff"
306
+ "normal": "#ffffff",
307
+ "overlay": {
308
+ "normal": "#00009f",
309
+ "inactive": "#ffffff"
310
+ }
307
311
  }
308
312
  },
309
313
  "button": {
@@ -338,6 +342,13 @@
338
342
  "normal": "#ffffff",
339
343
  "hover": "#37006e",
340
344
  "pressed": "#37006e"
345
+ },
346
+ "glass": {
347
+ "primary": {
348
+ "normal": "#ffffff",
349
+ "hover": "#37006e",
350
+ "pressed": "#37006e"
351
+ }
341
352
  }
342
353
  },
343
354
  "outline": {
@@ -544,7 +555,11 @@
544
555
  "violet": "#000000",
545
556
  "yellow": "#000000",
546
557
  "hover": "#000000",
547
- "pressed": "#000000"
558
+ "pressed": "#000000",
559
+ "glass": {
560
+ "normal": "#000000",
561
+ "active": "#000000"
562
+ }
548
563
  },
549
564
  "common": {
550
565
  "text": {
@@ -305,7 +305,11 @@
305
305
  "normal": "linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%)"
306
306
  },
307
307
  "glass": {
308
- "normal": "#ffffff80"
308
+ "normal": "#ffffff99",
309
+ "overlay": {
310
+ "normal": "#ffffffcc",
311
+ "inactive": "#ffffff66"
312
+ }
309
313
  }
310
314
  },
311
315
  "button": {
@@ -341,6 +345,13 @@
341
345
  "normal": "#1170cf",
342
346
  "hover": "#0353a8",
343
347
  "pressed": "#063a75"
348
+ },
349
+ "glass": {
350
+ "primary": {
351
+ "normal": "#000000cc",
352
+ "hover": "#000000b3",
353
+ "pressed": "#00000099"
354
+ }
344
355
  }
345
356
  },
346
357
  "outline": {
@@ -735,7 +746,11 @@
735
746
  "violet": "#643abd",
736
747
  "yellow": "#7d4705",
737
748
  "hover": "#00000012",
738
- "pressed": "#00000033"
749
+ "pressed": "#00000033",
750
+ "glass": {
751
+ "normal": "#00000012",
752
+ "active": "#ffffffcc"
753
+ }
739
754
  },
740
755
  "gradientdivider": {
741
756
  "default": {
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 10 Dec 2024 15:56:51 GMT
5
+ Generated on Fri, 20 Dec 2024 17:04:07 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, 10 Dec 2024 15:56:51 GMT
5
+ Generated on Fri, 20 Dec 2024 17:04:07 GMT
6
6
  -->
7
7
  <resources>
8
8
  <string name="mds-backdrop-filter">blur(10px)</string>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 10 Dec 2024 15:56:56 GMT
5
+ Generated on Fri, 20 Dec 2024 17:04:12 GMT
6
6
  -->
7
7
  <resources>
8
8
  <string name="mds-elevation-1">drop-shadow(0px 2px 8px rgba(0,0,0,0.2))</string>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 10 Dec 2024 15:56:53 GMT
5
+ Generated on Fri, 20 Dec 2024 17:04:09 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, 10 Dec 2024 15:56:53 GMT
5
+ Generated on Fri, 20 Dec 2024 17:04:09 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-surface-neutral-0-default">#0e1013</color>