@ledgerhq/lumen-design-core 0.1.15 → 0.1.17

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 (41) hide show
  1. package/dist/lib/themes/css/enterprise/theme.dark-css.d.ts +18 -18
  2. package/dist/lib/themes/css/enterprise/theme.dark-css.js +18 -18
  3. package/dist/lib/themes/css/enterprise/theme.light-css.d.ts +28 -28
  4. package/dist/lib/themes/css/enterprise/theme.light-css.js +28 -28
  5. package/dist/lib/themes/css/index.d.ts +281 -277
  6. package/dist/lib/themes/css/index.d.ts.map +1 -1
  7. package/dist/lib/themes/css/ledger-live/theme.dark-css.d.ts +18 -18
  8. package/dist/lib/themes/css/ledger-live/theme.dark-css.js +18 -18
  9. package/dist/lib/themes/css/ledger-live/theme.light-css.d.ts +28 -28
  10. package/dist/lib/themes/css/ledger-live/theme.light-css.js +28 -28
  11. package/dist/lib/themes/css/primitives-css.d.ts +5 -1
  12. package/dist/lib/themes/css/primitives-css.d.ts.map +1 -1
  13. package/dist/lib/themes/css/primitives-css.js +5 -1
  14. package/dist/lib/themes/css/websites/theme.dark-css.d.ts +18 -18
  15. package/dist/lib/themes/css/websites/theme.dark-css.js +18 -18
  16. package/dist/lib/themes/css/websites/theme.light-css.d.ts +28 -28
  17. package/dist/lib/themes/css/websites/theme.light-css.js +28 -28
  18. package/dist/lib/themes/js/enterprise/theme.d.ts +46 -26
  19. package/dist/lib/themes/js/enterprise/theme.d.ts.map +1 -1
  20. package/dist/lib/themes/js/enterprise/theme.dark.d.ts +3 -3
  21. package/dist/lib/themes/js/enterprise/theme.dark.js +3 -3
  22. package/dist/lib/themes/js/enterprise/theme.light.d.ts +10 -10
  23. package/dist/lib/themes/js/enterprise/theme.light.js +10 -10
  24. package/dist/lib/themes/js/ledger-live/theme.d.ts +46 -26
  25. package/dist/lib/themes/js/ledger-live/theme.d.ts.map +1 -1
  26. package/dist/lib/themes/js/ledger-live/theme.dark.d.ts +3 -3
  27. package/dist/lib/themes/js/ledger-live/theme.dark.js +3 -3
  28. package/dist/lib/themes/js/ledger-live/theme.light.d.ts +10 -10
  29. package/dist/lib/themes/js/ledger-live/theme.light.js +10 -10
  30. package/dist/lib/themes/js/primitives/primitives.others.d.ts +4 -0
  31. package/dist/lib/themes/js/primitives/primitives.others.d.ts.map +1 -1
  32. package/dist/lib/themes/js/primitives/primitives.others.js +4 -0
  33. package/dist/lib/themes/js/websites/theme.d.ts +108 -88
  34. package/dist/lib/themes/js/websites/theme.d.ts.map +1 -1
  35. package/dist/lib/themes/js/websites/theme.dark.d.ts +17 -17
  36. package/dist/lib/themes/js/websites/theme.dark.js +17 -17
  37. package/dist/lib/themes/js/websites/theme.light.d.ts +27 -27
  38. package/dist/lib/themes/js/websites/theme.light.js +27 -27
  39. package/package.json +1 -1
  40. package/symbols/icons/downloadData.json +1 -1
  41. package/symbols/icons/lightbulb.svg +2 -2
@@ -1010,6 +1010,7 @@ export declare const enterpriseCoreTokens: {
1010
1010
  readonly s40: 40;
1011
1011
  readonly s48: 48;
1012
1012
  readonly s56: 56;
1013
+ readonly s72: 72;
1013
1014
  };
1014
1015
  readonly height: {
1015
1016
  readonly s12: 12;
@@ -1020,6 +1021,7 @@ export declare const enterpriseCoreTokens: {
1020
1021
  readonly s40: 40;
1021
1022
  readonly s48: 48;
1022
1023
  readonly s56: 56;
1024
+ readonly s72: 72;
1023
1025
  };
1024
1026
  readonly borderWidth: {
1025
1027
  readonly s12: 1;
@@ -1030,6 +1032,7 @@ export declare const enterpriseCoreTokens: {
1030
1032
  readonly s40: 2.200000047683716;
1031
1033
  readonly s48: 2.5;
1032
1034
  readonly s56: 2.799999952316284;
1035
+ readonly s72: 3.200000047683716;
1033
1036
  };
1034
1037
  };
1035
1038
  spot: {
@@ -1056,6 +1059,7 @@ export declare const enterpriseCoreTokens: {
1056
1059
  readonly s40: 3.200000047683716;
1057
1060
  readonly s48: 3.5999999046325684;
1058
1061
  readonly s56: 3.799999952316284;
1062
+ readonly s72: 4.199999809265137;
1059
1063
  };
1060
1064
  };
1061
1065
  sizes: {
@@ -1384,8 +1388,8 @@ declare const enterpriseDarkTheme: {
1384
1388
  readonly interactive: "#677ce7";
1385
1389
  readonly interactiveHover: "#8b9bec";
1386
1390
  readonly interactivePressed: "#afbaf2";
1387
- readonly error: "#fca6a7";
1388
- readonly warning: "#ffd373";
1391
+ readonly error: "#f87274";
1392
+ readonly warning: "#ffbd42";
1389
1393
  readonly success: "#6ec85c";
1390
1394
  readonly onAccent: "#ffffff";
1391
1395
  readonly onInteractive: "#000000";
@@ -1402,6 +1406,7 @@ declare const enterpriseDarkTheme: {
1402
1406
  readonly base: "#ffffff";
1403
1407
  readonly baseHover: "#e1e1e1";
1404
1408
  readonly basePressed: "#c3c3c3";
1409
+ readonly baseTransparent0: "#ffffff00";
1405
1410
  readonly baseInverted: "#000000";
1406
1411
  readonly disabled: "#3c3c3c";
1407
1412
  readonly muted: "#717070";
@@ -1410,7 +1415,6 @@ declare const enterpriseDarkTheme: {
1410
1415
  readonly mutedSubtle: "#3c3c3c";
1411
1416
  readonly mutedSubtleHover: "#565656";
1412
1417
  readonly mutedSubtlePressed: "#717070";
1413
- readonly mutedTransparent0: "#71707000";
1414
1418
  readonly mutedSubtleTransparent: "#3c3c3c80";
1415
1419
  readonly active: "#445ee1";
1416
1420
  readonly activeHover: "#677ce7";
@@ -2654,6 +2658,7 @@ declare const enterpriseDarkTheme: {
2654
2658
  readonly s40: 40;
2655
2659
  readonly s48: 48;
2656
2660
  readonly s56: 56;
2661
+ readonly s72: 72;
2657
2662
  };
2658
2663
  readonly height: {
2659
2664
  readonly s12: 12;
@@ -2664,6 +2669,7 @@ declare const enterpriseDarkTheme: {
2664
2669
  readonly s40: 40;
2665
2670
  readonly s48: 48;
2666
2671
  readonly s56: 56;
2672
+ readonly s72: 72;
2667
2673
  };
2668
2674
  readonly borderWidth: {
2669
2675
  readonly s12: 1;
@@ -2674,6 +2680,7 @@ declare const enterpriseDarkTheme: {
2674
2680
  readonly s40: 2.200000047683716;
2675
2681
  readonly s48: 2.5;
2676
2682
  readonly s56: 2.799999952316284;
2683
+ readonly s72: 3.200000047683716;
2677
2684
  };
2678
2685
  };
2679
2686
  spot: {
@@ -2700,6 +2707,7 @@ declare const enterpriseDarkTheme: {
2700
2707
  readonly s40: 3.200000047683716;
2701
2708
  readonly s48: 3.5999999046325684;
2702
2709
  readonly s56: 3.799999952316284;
2710
+ readonly s72: 4.199999809265137;
2703
2711
  };
2704
2712
  };
2705
2713
  sizes: {
@@ -2991,13 +2999,13 @@ declare const enterpriseLightTheme: {
2991
2999
  readonly error: "#c242441a";
2992
3000
  readonly errorHover: "#c2424433";
2993
3001
  readonly errorPressed: "#c242444d";
2994
- readonly errorStrong: "#c24244";
3002
+ readonly errorStrong: "#a43234";
2995
3003
  readonly errorTransparent: "#c2424400";
2996
3004
  readonly errorTransparent0: "#c2424400";
2997
3005
  readonly warning: "#d38b201a";
2998
- readonly warningStrong: "#d38b20";
3006
+ readonly warningStrong: "#ae731a";
2999
3007
  readonly success: "#47883a1a";
3000
- readonly successStrong: "#47883a";
3008
+ readonly successStrong: "#3b6c32";
3001
3009
  readonly successTransparent: "#47883a00";
3002
3010
  readonly successTransparent0: "#47883a00";
3003
3011
  readonly native: "#f7f7f7";
@@ -3030,7 +3038,7 @@ declare const enterpriseLightTheme: {
3030
3038
  readonly interactivePressed: "#0f1d66";
3031
3039
  readonly error: "#a43234";
3032
3040
  readonly warning: "#ae731a";
3033
- readonly success: "#47883a";
3041
+ readonly success: "#3b6c32";
3034
3042
  readonly onAccent: "#ffffff";
3035
3043
  readonly onInteractive: "#ffffff";
3036
3044
  readonly onErrorStrong: "#ffffff";
@@ -3046,6 +3054,7 @@ declare const enterpriseLightTheme: {
3046
3054
  readonly base: "#000000";
3047
3055
  readonly baseHover: "#272727";
3048
3056
  readonly basePressed: "#4d4d4d";
3057
+ readonly baseTransparent0: "#00000000";
3049
3058
  readonly baseInverted: "#ffffff";
3050
3059
  readonly disabled: "#e8e8e8";
3051
3060
  readonly muted: "#767676";
@@ -3054,18 +3063,17 @@ declare const enterpriseLightTheme: {
3054
3063
  readonly mutedSubtle: "#e8e8e8";
3055
3064
  readonly mutedSubtleHover: "#d5d5d5";
3056
3065
  readonly mutedSubtlePressed: "#c1c1c1";
3057
- readonly mutedTransparent0: "#76767600";
3058
3066
  readonly mutedSubtleTransparent: "#e8e8e880";
3059
3067
  readonly active: "#445ee1";
3060
3068
  readonly activeHover: "#203fdb";
3061
3069
  readonly activePressed: "#182ea1";
3062
3070
  readonly focus: "#182ea1";
3063
- readonly error: "#c24244";
3064
- readonly errorHover: "#a43234";
3065
- readonly errorPressed: "#852e2f";
3071
+ readonly error: "#a43234";
3072
+ readonly errorHover: "#852e2f";
3073
+ readonly errorPressed: "#702e2f";
3066
3074
  readonly errorTransparent: "#c2424480";
3067
- readonly warning: "#d38b20";
3068
- readonly success: "#47883a";
3075
+ readonly warning: "#ae731a";
3076
+ readonly success: "#3b6c32";
3069
3077
  readonly successTransparent: "#47883a80";
3070
3078
  readonly icon: "#0000000d";
3071
3079
  };
@@ -4298,6 +4306,7 @@ declare const enterpriseLightTheme: {
4298
4306
  readonly s40: 40;
4299
4307
  readonly s48: 48;
4300
4308
  readonly s56: 56;
4309
+ readonly s72: 72;
4301
4310
  };
4302
4311
  readonly height: {
4303
4312
  readonly s12: 12;
@@ -4308,6 +4317,7 @@ declare const enterpriseLightTheme: {
4308
4317
  readonly s40: 40;
4309
4318
  readonly s48: 48;
4310
4319
  readonly s56: 56;
4320
+ readonly s72: 72;
4311
4321
  };
4312
4322
  readonly borderWidth: {
4313
4323
  readonly s12: 1;
@@ -4318,6 +4328,7 @@ declare const enterpriseLightTheme: {
4318
4328
  readonly s40: 2.200000047683716;
4319
4329
  readonly s48: 2.5;
4320
4330
  readonly s56: 2.799999952316284;
4331
+ readonly s72: 3.200000047683716;
4321
4332
  };
4322
4333
  };
4323
4334
  spot: {
@@ -4344,6 +4355,7 @@ declare const enterpriseLightTheme: {
4344
4355
  readonly s40: 3.200000047683716;
4345
4356
  readonly s48: 3.5999999046325684;
4346
4357
  readonly s56: 3.799999952316284;
4358
+ readonly s72: 4.199999809265137;
4347
4359
  };
4348
4360
  };
4349
4361
  sizes: {
@@ -4673,8 +4685,8 @@ export declare const enterpriseThemes: {
4673
4685
  readonly interactive: "#677ce7";
4674
4686
  readonly interactiveHover: "#8b9bec";
4675
4687
  readonly interactivePressed: "#afbaf2";
4676
- readonly error: "#fca6a7";
4677
- readonly warning: "#ffd373";
4688
+ readonly error: "#f87274";
4689
+ readonly warning: "#ffbd42";
4678
4690
  readonly success: "#6ec85c";
4679
4691
  readonly onAccent: "#ffffff";
4680
4692
  readonly onInteractive: "#000000";
@@ -4691,6 +4703,7 @@ export declare const enterpriseThemes: {
4691
4703
  readonly base: "#ffffff";
4692
4704
  readonly baseHover: "#e1e1e1";
4693
4705
  readonly basePressed: "#c3c3c3";
4706
+ readonly baseTransparent0: "#ffffff00";
4694
4707
  readonly baseInverted: "#000000";
4695
4708
  readonly disabled: "#3c3c3c";
4696
4709
  readonly muted: "#717070";
@@ -4699,7 +4712,6 @@ export declare const enterpriseThemes: {
4699
4712
  readonly mutedSubtle: "#3c3c3c";
4700
4713
  readonly mutedSubtleHover: "#565656";
4701
4714
  readonly mutedSubtlePressed: "#717070";
4702
- readonly mutedTransparent0: "#71707000";
4703
4715
  readonly mutedSubtleTransparent: "#3c3c3c80";
4704
4716
  readonly active: "#445ee1";
4705
4717
  readonly activeHover: "#677ce7";
@@ -5943,6 +5955,7 @@ export declare const enterpriseThemes: {
5943
5955
  readonly s40: 40;
5944
5956
  readonly s48: 48;
5945
5957
  readonly s56: 56;
5958
+ readonly s72: 72;
5946
5959
  };
5947
5960
  readonly height: {
5948
5961
  readonly s12: 12;
@@ -5953,6 +5966,7 @@ export declare const enterpriseThemes: {
5953
5966
  readonly s40: 40;
5954
5967
  readonly s48: 48;
5955
5968
  readonly s56: 56;
5969
+ readonly s72: 72;
5956
5970
  };
5957
5971
  readonly borderWidth: {
5958
5972
  readonly s12: 1;
@@ -5963,6 +5977,7 @@ export declare const enterpriseThemes: {
5963
5977
  readonly s40: 2.200000047683716;
5964
5978
  readonly s48: 2.5;
5965
5979
  readonly s56: 2.799999952316284;
5980
+ readonly s72: 3.200000047683716;
5966
5981
  };
5967
5982
  };
5968
5983
  spot: {
@@ -5989,6 +6004,7 @@ export declare const enterpriseThemes: {
5989
6004
  readonly s40: 3.200000047683716;
5990
6005
  readonly s48: 3.5999999046325684;
5991
6006
  readonly s56: 3.799999952316284;
6007
+ readonly s72: 4.199999809265137;
5992
6008
  };
5993
6009
  };
5994
6010
  sizes: {
@@ -6280,13 +6296,13 @@ export declare const enterpriseThemes: {
6280
6296
  readonly error: "#c242441a";
6281
6297
  readonly errorHover: "#c2424433";
6282
6298
  readonly errorPressed: "#c242444d";
6283
- readonly errorStrong: "#c24244";
6299
+ readonly errorStrong: "#a43234";
6284
6300
  readonly errorTransparent: "#c2424400";
6285
6301
  readonly errorTransparent0: "#c2424400";
6286
6302
  readonly warning: "#d38b201a";
6287
- readonly warningStrong: "#d38b20";
6303
+ readonly warningStrong: "#ae731a";
6288
6304
  readonly success: "#47883a1a";
6289
- readonly successStrong: "#47883a";
6305
+ readonly successStrong: "#3b6c32";
6290
6306
  readonly successTransparent: "#47883a00";
6291
6307
  readonly successTransparent0: "#47883a00";
6292
6308
  readonly native: "#f7f7f7";
@@ -6319,7 +6335,7 @@ export declare const enterpriseThemes: {
6319
6335
  readonly interactivePressed: "#0f1d66";
6320
6336
  readonly error: "#a43234";
6321
6337
  readonly warning: "#ae731a";
6322
- readonly success: "#47883a";
6338
+ readonly success: "#3b6c32";
6323
6339
  readonly onAccent: "#ffffff";
6324
6340
  readonly onInteractive: "#ffffff";
6325
6341
  readonly onErrorStrong: "#ffffff";
@@ -6335,6 +6351,7 @@ export declare const enterpriseThemes: {
6335
6351
  readonly base: "#000000";
6336
6352
  readonly baseHover: "#272727";
6337
6353
  readonly basePressed: "#4d4d4d";
6354
+ readonly baseTransparent0: "#00000000";
6338
6355
  readonly baseInverted: "#ffffff";
6339
6356
  readonly disabled: "#e8e8e8";
6340
6357
  readonly muted: "#767676";
@@ -6343,18 +6360,17 @@ export declare const enterpriseThemes: {
6343
6360
  readonly mutedSubtle: "#e8e8e8";
6344
6361
  readonly mutedSubtleHover: "#d5d5d5";
6345
6362
  readonly mutedSubtlePressed: "#c1c1c1";
6346
- readonly mutedTransparent0: "#76767600";
6347
6363
  readonly mutedSubtleTransparent: "#e8e8e880";
6348
6364
  readonly active: "#445ee1";
6349
6365
  readonly activeHover: "#203fdb";
6350
6366
  readonly activePressed: "#182ea1";
6351
6367
  readonly focus: "#182ea1";
6352
- readonly error: "#c24244";
6353
- readonly errorHover: "#a43234";
6354
- readonly errorPressed: "#852e2f";
6368
+ readonly error: "#a43234";
6369
+ readonly errorHover: "#852e2f";
6370
+ readonly errorPressed: "#702e2f";
6355
6371
  readonly errorTransparent: "#c2424480";
6356
- readonly warning: "#d38b20";
6357
- readonly success: "#47883a";
6372
+ readonly warning: "#ae731a";
6373
+ readonly success: "#3b6c32";
6358
6374
  readonly successTransparent: "#47883a80";
6359
6375
  readonly icon: "#0000000d";
6360
6376
  };
@@ -7587,6 +7603,7 @@ export declare const enterpriseThemes: {
7587
7603
  readonly s40: 40;
7588
7604
  readonly s48: 48;
7589
7605
  readonly s56: 56;
7606
+ readonly s72: 72;
7590
7607
  };
7591
7608
  readonly height: {
7592
7609
  readonly s12: 12;
@@ -7597,6 +7614,7 @@ export declare const enterpriseThemes: {
7597
7614
  readonly s40: 40;
7598
7615
  readonly s48: 48;
7599
7616
  readonly s56: 56;
7617
+ readonly s72: 72;
7600
7618
  };
7601
7619
  readonly borderWidth: {
7602
7620
  readonly s12: 1;
@@ -7607,6 +7625,7 @@ export declare const enterpriseThemes: {
7607
7625
  readonly s40: 2.200000047683716;
7608
7626
  readonly s48: 2.5;
7609
7627
  readonly s56: 2.799999952316284;
7628
+ readonly s72: 3.200000047683716;
7610
7629
  };
7611
7630
  };
7612
7631
  spot: {
@@ -7633,6 +7652,7 @@ export declare const enterpriseThemes: {
7633
7652
  readonly s40: 3.200000047683716;
7634
7653
  readonly s48: 3.5999999046325684;
7635
7654
  readonly s56: 3.799999952316284;
7655
+ readonly s72: 4.199999809265137;
7636
7656
  };
7637
7657
  };
7638
7658
  sizes: {
@@ -1 +1 @@
1
- {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/enterprise/theme.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMN,CAAC;AAE5B,QAAA,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGxB,CAAC;AAEF,QAAA,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGzB,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG5B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC;AACvD,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC;AAC7D,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC"}
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../../src/lib/themes/js/enterprise/theme.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMN,CAAC;AAE5B,QAAA,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGxB,CAAC;AAEF,QAAA,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGzB,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG5B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC;AACvD,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC;AAC7D,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC"}
@@ -253,8 +253,8 @@ export declare const enterpriseDarkColorTokens: {
253
253
  readonly interactive: "#677ce7";
254
254
  readonly interactiveHover: "#8b9bec";
255
255
  readonly interactivePressed: "#afbaf2";
256
- readonly error: "#fca6a7";
257
- readonly warning: "#ffd373";
256
+ readonly error: "#f87274";
257
+ readonly warning: "#ffbd42";
258
258
  readonly success: "#6ec85c";
259
259
  readonly onAccent: "#ffffff";
260
260
  readonly onInteractive: "#000000";
@@ -271,6 +271,7 @@ export declare const enterpriseDarkColorTokens: {
271
271
  readonly base: "#ffffff";
272
272
  readonly baseHover: "#e1e1e1";
273
273
  readonly basePressed: "#c3c3c3";
274
+ readonly baseTransparent0: "#ffffff00";
274
275
  readonly baseInverted: "#000000";
275
276
  readonly disabled: "#3c3c3c";
276
277
  readonly muted: "#717070";
@@ -279,7 +280,6 @@ export declare const enterpriseDarkColorTokens: {
279
280
  readonly mutedSubtle: "#3c3c3c";
280
281
  readonly mutedSubtleHover: "#565656";
281
282
  readonly mutedSubtlePressed: "#717070";
282
- readonly mutedTransparent0: "#71707000";
283
283
  readonly mutedSubtleTransparent: "#3c3c3c80";
284
284
  readonly active: "#445ee1";
285
285
  readonly activeHover: "#677ce7";
@@ -255,8 +255,8 @@ export const enterpriseDarkColorTokens = {
255
255
  interactive: primitiveColorTokens.dark.blue['500'],
256
256
  interactiveHover: primitiveColorTokens.dark.blue['600'],
257
257
  interactivePressed: primitiveColorTokens.dark.blue['700'],
258
- error: primitiveColorTokens.dark.red['700'],
259
- warning: primitiveColorTokens.dark.yellow['700'],
258
+ error: primitiveColorTokens.dark.red['600'],
259
+ warning: primitiveColorTokens.dark.yellow['600'],
260
260
  success: primitiveColorTokens.dark.green['600'],
261
261
  onAccent: primitiveColorTokens.dark.grey['950'],
262
262
  onInteractive: primitiveColorTokens.dark.grey['050'],
@@ -273,6 +273,7 @@ export const enterpriseDarkColorTokens = {
273
273
  base: primitiveColorTokens.dark.grey['950'],
274
274
  baseHover: primitiveColorTokens.dark.grey['900'],
275
275
  basePressed: primitiveColorTokens.dark.grey['800'],
276
+ baseTransparent0: primitiveColorTokens.dark.grey['950-0'],
276
277
  baseInverted: primitiveColorTokens.dark.grey['050'], // Added missing token from CSS
277
278
  disabled: primitiveColorTokens.dark.grey['300'],
278
279
  muted: primitiveColorTokens.dark.grey['500'],
@@ -281,7 +282,6 @@ export const enterpriseDarkColorTokens = {
281
282
  mutedSubtle: primitiveColorTokens.dark.grey['300'],
282
283
  mutedSubtleHover: primitiveColorTokens.dark.grey['400'],
283
284
  mutedSubtlePressed: primitiveColorTokens.dark.grey['500'],
284
- mutedTransparent0: primitiveColorTokens.dark.grey['500-0'],
285
285
  mutedSubtleTransparent: primitiveColorTokens.dark.grey['300-50'],
286
286
  active: primitiveColorTokens.dark.blue['400'],
287
287
  activeHover: primitiveColorTokens.dark.blue['500'],
@@ -216,13 +216,13 @@ export declare const enterpriseLightColorTokens: {
216
216
  readonly error: "#c242441a";
217
217
  readonly errorHover: "#c2424433";
218
218
  readonly errorPressed: "#c242444d";
219
- readonly errorStrong: "#c24244";
219
+ readonly errorStrong: "#a43234";
220
220
  readonly errorTransparent: "#c2424400";
221
221
  readonly errorTransparent0: "#c2424400";
222
222
  readonly warning: "#d38b201a";
223
- readonly warningStrong: "#d38b20";
223
+ readonly warningStrong: "#ae731a";
224
224
  readonly success: "#47883a1a";
225
- readonly successStrong: "#47883a";
225
+ readonly successStrong: "#3b6c32";
226
226
  readonly successTransparent: "#47883a00";
227
227
  readonly successTransparent0: "#47883a00";
228
228
  readonly native: "#f7f7f7";
@@ -255,7 +255,7 @@ export declare const enterpriseLightColorTokens: {
255
255
  readonly interactivePressed: "#0f1d66";
256
256
  readonly error: "#a43234";
257
257
  readonly warning: "#ae731a";
258
- readonly success: "#47883a";
258
+ readonly success: "#3b6c32";
259
259
  readonly onAccent: "#ffffff";
260
260
  readonly onInteractive: "#ffffff";
261
261
  readonly onErrorStrong: "#ffffff";
@@ -271,6 +271,7 @@ export declare const enterpriseLightColorTokens: {
271
271
  readonly base: "#000000";
272
272
  readonly baseHover: "#272727";
273
273
  readonly basePressed: "#4d4d4d";
274
+ readonly baseTransparent0: "#00000000";
274
275
  readonly baseInverted: "#ffffff";
275
276
  readonly disabled: "#e8e8e8";
276
277
  readonly muted: "#767676";
@@ -279,18 +280,17 @@ export declare const enterpriseLightColorTokens: {
279
280
  readonly mutedSubtle: "#e8e8e8";
280
281
  readonly mutedSubtleHover: "#d5d5d5";
281
282
  readonly mutedSubtlePressed: "#c1c1c1";
282
- readonly mutedTransparent0: "#76767600";
283
283
  readonly mutedSubtleTransparent: "#e8e8e880";
284
284
  readonly active: "#445ee1";
285
285
  readonly activeHover: "#203fdb";
286
286
  readonly activePressed: "#182ea1";
287
287
  readonly focus: "#182ea1";
288
- readonly error: "#c24244";
289
- readonly errorHover: "#a43234";
290
- readonly errorPressed: "#852e2f";
288
+ readonly error: "#a43234";
289
+ readonly errorHover: "#852e2f";
290
+ readonly errorPressed: "#702e2f";
291
291
  readonly errorTransparent: "#c2424480";
292
- readonly warning: "#d38b20";
293
- readonly success: "#47883a";
292
+ readonly warning: "#ae731a";
293
+ readonly success: "#3b6c32";
294
294
  readonly successTransparent: "#47883a80";
295
295
  readonly icon: "#0000000d";
296
296
  };
@@ -218,13 +218,13 @@ export const enterpriseLightColorTokens = {
218
218
  error: primitiveColorTokens.light.red['600-10'],
219
219
  errorHover: primitiveColorTokens.light.red['600-20'],
220
220
  errorPressed: primitiveColorTokens.light.red['600-30'],
221
- errorStrong: primitiveColorTokens.light.red['600'],
221
+ errorStrong: primitiveColorTokens.light.red['700'],
222
222
  errorTransparent: primitiveColorTokens.light.red['600-0'],
223
223
  errorTransparent0: primitiveColorTokens.light.red['600-0'],
224
224
  warning: primitiveColorTokens.light.yellow['600-10'],
225
- warningStrong: primitiveColorTokens.light.yellow['600'],
225
+ warningStrong: primitiveColorTokens.light.yellow['700'],
226
226
  success: primitiveColorTokens.light.green['600-10'],
227
- successStrong: '#47883a',
227
+ successStrong: primitiveColorTokens.light.green['700'],
228
228
  successTransparent: primitiveColorTokens.light.green['600-0'],
229
229
  successTransparent0: primitiveColorTokens.light.green['600-0'],
230
230
  native: '#f7f7f7',
@@ -257,7 +257,7 @@ export const enterpriseLightColorTokens = {
257
257
  interactivePressed: primitiveColorTokens.light.blue['900'],
258
258
  error: primitiveColorTokens.light.red['700'],
259
259
  warning: primitiveColorTokens.light.yellow['700'],
260
- success: primitiveColorTokens.light.green['600'],
260
+ success: primitiveColorTokens.light.green['700'],
261
261
  onAccent: primitiveColorTokens.light.grey['050'],
262
262
  onInteractive: primitiveColorTokens.light.grey['050'],
263
263
  onErrorStrong: primitiveColorTokens.light.grey['050'],
@@ -273,6 +273,7 @@ export const enterpriseLightColorTokens = {
273
273
  base: primitiveColorTokens.light.grey['950'],
274
274
  baseHover: primitiveColorTokens.light.grey['900'],
275
275
  basePressed: primitiveColorTokens.light.grey['800'],
276
+ baseTransparent0: primitiveColorTokens.light.grey['950-0'],
276
277
  baseInverted: primitiveColorTokens.light.grey['050'], // Added missing token from CSS
277
278
  disabled: primitiveColorTokens.light.grey['300'],
278
279
  muted: primitiveColorTokens.light.grey['600'],
@@ -281,18 +282,17 @@ export const enterpriseLightColorTokens = {
281
282
  mutedSubtle: primitiveColorTokens.light.grey['300'],
282
283
  mutedSubtleHover: primitiveColorTokens.light.grey['400'],
283
284
  mutedSubtlePressed: primitiveColorTokens.light.grey['500'],
284
- mutedTransparent0: primitiveColorTokens.light.grey['600-0'],
285
285
  mutedSubtleTransparent: primitiveColorTokens.light.grey['300-50'],
286
286
  active: primitiveColorTokens.light.blue['600'],
287
287
  activeHover: primitiveColorTokens.light.blue['700'],
288
288
  activePressed: primitiveColorTokens.light.blue['800'],
289
289
  focus: primitiveColorTokens.light.blue['800'],
290
- error: primitiveColorTokens.light.red['600'],
291
- errorHover: primitiveColorTokens.light.red['700'],
292
- errorPressed: primitiveColorTokens.light.red['800'],
290
+ error: primitiveColorTokens.light.red['700'],
291
+ errorHover: primitiveColorTokens.light.red['800'],
292
+ errorPressed: primitiveColorTokens.light.red['900'],
293
293
  errorTransparent: primitiveColorTokens.light.red['600-50'],
294
- warning: primitiveColorTokens.light.yellow['600'],
295
- success: primitiveColorTokens.light.green['600'],
294
+ warning: primitiveColorTokens.light.yellow['700'],
295
+ success: primitiveColorTokens.light.green['700'],
296
296
  successTransparent: primitiveColorTokens.light.green['600-50'],
297
297
  icon: primitiveColorTokens.light.grey['950-5'],
298
298
  },