@salutejs/sdds-themes 0.67.0-next-insol.0 → 0.67.0

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 (40) hide show
  1. package/css/sdds_platform_ai.module.css +38 -8
  2. package/css/sdds_platform_ai__dark.css +22 -7
  3. package/css/sdds_platform_ai__light.css +16 -1
  4. package/es/themes/index.js +0 -2
  5. package/es/themes/index.js.map +1 -1
  6. package/es/themes/sdds_platform_ai__dark.js +1 -1
  7. package/es/themes/sdds_platform_ai__dark.js.map +1 -1
  8. package/es/themes/sdds_platform_ai__light.js +1 -1
  9. package/es/themes/sdds_platform_ai__light.js.map +1 -1
  10. package/es/tokens/sdds_platform_ai/index.js +40 -10
  11. package/es/tokens/sdds_platform_ai/index.js.map +1 -1
  12. package/package.json +3 -3
  13. package/themes/index.d.ts +0 -2
  14. package/themes/index.js +1 -5
  15. package/themes/index.js.map +1 -1
  16. package/themes/sdds_platform_ai__dark.js +1 -1
  17. package/themes/sdds_platform_ai__dark.js.map +1 -1
  18. package/themes/sdds_platform_ai__light.js +1 -1
  19. package/themes/sdds_platform_ai__light.js.map +1 -1
  20. package/tokens/sdds_platform_ai/index.d.ts +38 -8
  21. package/tokens/sdds_platform_ai/index.js +51 -21
  22. package/tokens/sdds_platform_ai/index.js.map +1 -1
  23. package/css/sdds_insol_next.module.css +0 -2785
  24. package/css/sdds_insol_next__dark.css +0 -1857
  25. package/css/sdds_insol_next__light.css +0 -1857
  26. package/es/themes/sdds_insol_next__dark.js +0 -3
  27. package/es/themes/sdds_insol_next__dark.js.map +0 -1
  28. package/es/themes/sdds_insol_next__light.js +0 -3
  29. package/es/themes/sdds_insol_next__light.js.map +0 -1
  30. package/es/tokens/sdds_insol_next/index.js +0 -2427
  31. package/es/tokens/sdds_insol_next/index.js.map +0 -1
  32. package/themes/sdds_insol_next__dark.d.ts +0 -1
  33. package/themes/sdds_insol_next__dark.js +0 -6
  34. package/themes/sdds_insol_next__dark.js.map +0 -1
  35. package/themes/sdds_insol_next__light.d.ts +0 -1
  36. package/themes/sdds_insol_next__light.js +0 -6
  37. package/themes/sdds_insol_next__light.js.map +0 -1
  38. package/tokens/sdds_insol_next/index.d.ts +0 -2425
  39. package/tokens/sdds_insol_next/index.js +0 -2450
  40. package/tokens/sdds_insol_next/index.js.map +0 -1
@@ -528,11 +528,14 @@
528
528
  --inverse-surface-transparent-negative-minor-active: #FA5F0517;
529
529
  --background-primary: #080808;
530
530
  --background-primary-brightness: #171717FF;
531
- --background-secondary: #FFFFFFFF;
531
+ --background-secondary: #0D0D0DFF;
532
532
  --dark-background-primary: #080808;
533
+ --dark-background-secondary: #0D0D0DFF;
533
534
  --light-background-primary: #F9F9F9;
535
+ --light-background-secondary: #F5F5F5;
534
536
  --inverse-background-primary: #F9F9F9;
535
537
  --inverse-background-primary-brightness: #F9F9F9FF;
538
+ --inverse-background-secondary: #F5F5F5;
536
539
  --overlay-soft: #0808088F;
537
540
  --overlay-hard: #080808F5;
538
541
  --overlay-blur: #08080847;
@@ -612,9 +615,12 @@
612
615
  --outline-transparent-primary: #FFFFFF1F;
613
616
  --outline-transparent-secondary: #FFFFFF47;
614
617
  --outline-transparent-tertiary: #FFFFFF8F;
615
- --outline-solid-default-hover: #808080FF;
616
- --outline-solid-default-active: #616161FF;
617
- --outline-solid-default: #F9F9F9;
618
+ --outline-solid-default-hover: #F5F5F593;
619
+ --outline-solid-default-active: #F5F5F562;
620
+ --outline-primary-white-hover: #ABABABFF;
621
+ --outline-primary-white-active: #363636FF;
622
+ --outline-primary-white: #4E4E4E;
623
+ --outline-solid-default: #F5F5F5F5;
618
624
  --on-dark-outline-solid-primary-hover: #545454FF;
619
625
  --on-dark-outline-solid-primary-active: #171717FF;
620
626
  --on-dark-outline-solid-secondary-hover: #ABABABFF;
@@ -681,9 +687,12 @@
681
687
  --on-dark-outline-transparent-tertiary: #FFFFFF8F;
682
688
  --on-dark-outline-solid-secondary: #4E4E4E;
683
689
  --on-dark-outline-solid-tertiary: #858585;
684
- --on-dark-outline-solid-default: #F9F9F9;
685
- --on-dark-outline-solid-default-hover: #808080FF;
686
- --on-dark-outline-solid-default-active: #616161FF;
690
+ --on-dark-outline-solid-default-hover: #F5F5F593;
691
+ --on-dark-outline-solid-default-active: #F5F5F562;
692
+ --on-dark-outline-primary-white: #4E4E4E;
693
+ --on-dark-outline-primary-white-hover: #ABABABFF;
694
+ --on-dark-outline-primary-white-active: #363636FF;
695
+ --on-dark-outline-solid-default: #F5F5F5F5;
687
696
  --on-light-outline-solid-primary-hover: #ABABABFF;
688
697
  --on-light-outline-solid-primary-active: #C4C4C4FF;
689
698
  --on-light-outline-solid-secondary-hover: #DBDBDBFF;
@@ -753,6 +762,9 @@
753
762
  --on-light-outline-solid-default: #080808;
754
763
  --on-light-outline-solid-default-hover: #969696FF;
755
764
  --on-light-outline-solid-default-active: #080808FF;
765
+ --on-light-outline-primary-white: #FFFFFFFF;
766
+ --on-light-outline-primary-white-hover: #CCCCCCFF;
767
+ --on-light-outline-primary-white-active: #E6E6E6FF;
756
768
  --inverse-outline-solid-primary-hover: #ABABABFF;
757
769
  --inverse-outline-solid-primary-active: #C4C4C4FF;
758
770
  --inverse-outline-solid-secondary-hover: #DBDBDBFF;
@@ -822,6 +834,9 @@
822
834
  --inverse-outline-solid-default-hover: #969696FF;
823
835
  --inverse-outline-solid-default-active: #080808FF;
824
836
  --inverse-outline-solid-default: #080808;
837
+ --inverse-outline-primary-white: #FFFFFFFF;
838
+ --inverse-outline-primary-white-hover: #CCCCCCFF;
839
+ --inverse-outline-primary-white-active: #E6E6E6FF;
825
840
  --data-yellow: #F3A912;
826
841
  --data-yellow-hover: #F4B22FFF;
827
842
  --data-yellow-active: #EDA20CFF;
@@ -1457,11 +1472,14 @@
1457
1472
  --inverse-surface-transparent-negative-minor-active: #FA5F0508;
1458
1473
  --background-primary-brightness: #F9F9F9FF;
1459
1474
  --background-primary: #FFFFFFFF;
1460
- --background-secondary: #EFEFF5FF;
1475
+ --background-secondary: #F5F5F5;
1461
1476
  --dark-background-primary: #080808;
1477
+ --dark-background-secondary: #0D0D0DFF;
1462
1478
  --light-background-primary: #F9F9F9;
1479
+ --light-background-secondary: #F5F5F5;
1463
1480
  --inverse-background-primary: #080808;
1464
1481
  --inverse-background-primary-brightness: #171717FF;
1482
+ --inverse-background-secondary: #0D0D0DFF;
1465
1483
  --overlay-soft: #F9F9F98F;
1466
1484
  --overlay-hard: #F9F9F9F5;
1467
1485
  --overlay-blur: #F9F9F947;
@@ -1544,6 +1562,9 @@
1544
1562
  --outline-info: #118CDF;
1545
1563
  --outline-negative: #F31B31;
1546
1564
  --outline-solid-default: #080808;
1565
+ --outline-primary-white: #FFFFFFFF;
1566
+ --outline-primary-white-hover: #CCCCCCFF;
1567
+ --outline-primary-white-active: #E6E6E6FF;
1547
1568
  --on-dark-outline-solid-primary-hover: #545454FF;
1548
1569
  --on-dark-outline-solid-primary-active: #171717FF;
1549
1570
  --on-dark-outline-solid-secondary-hover: #ABABABFF;
@@ -1613,6 +1634,9 @@
1613
1634
  --on-dark-outline-solid-default-active: #616161FF;
1614
1635
  --on-dark-outline-info: #118CDF;
1615
1636
  --on-dark-outline-negative: #F31B31;
1637
+ --on-dark-outline-primary-white: #4E4E4E;
1638
+ --on-dark-outline-primary-white-hover: #ABABABFF;
1639
+ --on-dark-outline-primary-white-active: #363636FF;
1616
1640
  --on-light-outline-solid-primary-hover: #ABABABFF;
1617
1641
  --on-light-outline-solid-primary-active: #C4C4C4FF;
1618
1642
  --on-light-outline-solid-secondary-hover: #DBDBDBFF;
@@ -1682,6 +1706,9 @@
1682
1706
  --on-light-outline-solid-default-active: #080808FF;
1683
1707
  --on-light-outline-info: #118CDF;
1684
1708
  --on-light-outline-negative: #F31B31;
1709
+ --on-light-outline-primary-white: #FFFFFFFF;
1710
+ --on-light-outline-primary-white-hover: #CCCCCCFF;
1711
+ --on-light-outline-primary-white-active: #E6E6E6FF;
1685
1712
  --inverse-outline-solid-primary-hover: #545454FF;
1686
1713
  --inverse-outline-solid-primary-active: #171717FF;
1687
1714
  --inverse-outline-solid-secondary-hover: #ABABABFF;
@@ -1751,6 +1778,9 @@
1751
1778
  --inverse-outline-solid-default-active: #616161FF;
1752
1779
  --inverse-outline-info: #118CDF;
1753
1780
  --inverse-outline-negative: #F31B31;
1781
+ --inverse-outline-primary-white: #4E4E4E;
1782
+ --inverse-outline-primary-white-hover: #ABABABFF;
1783
+ --inverse-outline-primary-white-active: #363636FF;
1754
1784
  --data-yellow: #F3A912;
1755
1785
  --data-yellow-hover: #F5B638FF;
1756
1786
  --data-yellow-active: #E49C0CFF;
@@ -528,11 +528,14 @@
528
528
  --inverse-surface-transparent-negative-minor-active: #FA5F0517;
529
529
  --background-primary: #080808;
530
530
  --background-primary-brightness: #171717FF;
531
- --background-secondary: #FFFFFFFF;
531
+ --background-secondary: #0D0D0DFF;
532
532
  --dark-background-primary: #080808;
533
+ --dark-background-secondary: #0D0D0DFF;
533
534
  --light-background-primary: #F9F9F9;
535
+ --light-background-secondary: #F5F5F5;
534
536
  --inverse-background-primary: #F9F9F9;
535
537
  --inverse-background-primary-brightness: #F9F9F9FF;
538
+ --inverse-background-secondary: #F5F5F5;
536
539
  --overlay-soft: #0808088F;
537
540
  --overlay-hard: #080808F5;
538
541
  --overlay-blur: #08080847;
@@ -612,9 +615,12 @@
612
615
  --outline-transparent-primary: #FFFFFF1F;
613
616
  --outline-transparent-secondary: #FFFFFF47;
614
617
  --outline-transparent-tertiary: #FFFFFF8F;
615
- --outline-solid-default-hover: #808080FF;
616
- --outline-solid-default-active: #616161FF;
617
- --outline-solid-default: #F9F9F9;
618
+ --outline-solid-default-hover: #F5F5F593;
619
+ --outline-solid-default-active: #F5F5F562;
620
+ --outline-primary-white-hover: #ABABABFF;
621
+ --outline-primary-white-active: #363636FF;
622
+ --outline-primary-white: #4E4E4E;
623
+ --outline-solid-default: #F5F5F5F5;
618
624
  --on-dark-outline-solid-primary-hover: #545454FF;
619
625
  --on-dark-outline-solid-primary-active: #171717FF;
620
626
  --on-dark-outline-solid-secondary-hover: #ABABABFF;
@@ -681,9 +687,12 @@
681
687
  --on-dark-outline-transparent-tertiary: #FFFFFF8F;
682
688
  --on-dark-outline-solid-secondary: #4E4E4E;
683
689
  --on-dark-outline-solid-tertiary: #858585;
684
- --on-dark-outline-solid-default: #F9F9F9;
685
- --on-dark-outline-solid-default-hover: #808080FF;
686
- --on-dark-outline-solid-default-active: #616161FF;
690
+ --on-dark-outline-solid-default-hover: #F5F5F593;
691
+ --on-dark-outline-solid-default-active: #F5F5F562;
692
+ --on-dark-outline-primary-white: #4E4E4E;
693
+ --on-dark-outline-primary-white-hover: #ABABABFF;
694
+ --on-dark-outline-primary-white-active: #363636FF;
695
+ --on-dark-outline-solid-default: #F5F5F5F5;
687
696
  --on-light-outline-solid-primary-hover: #ABABABFF;
688
697
  --on-light-outline-solid-primary-active: #C4C4C4FF;
689
698
  --on-light-outline-solid-secondary-hover: #DBDBDBFF;
@@ -753,6 +762,9 @@
753
762
  --on-light-outline-solid-default: #080808;
754
763
  --on-light-outline-solid-default-hover: #969696FF;
755
764
  --on-light-outline-solid-default-active: #080808FF;
765
+ --on-light-outline-primary-white: #FFFFFFFF;
766
+ --on-light-outline-primary-white-hover: #CCCCCCFF;
767
+ --on-light-outline-primary-white-active: #E6E6E6FF;
756
768
  --inverse-outline-solid-primary-hover: #ABABABFF;
757
769
  --inverse-outline-solid-primary-active: #C4C4C4FF;
758
770
  --inverse-outline-solid-secondary-hover: #DBDBDBFF;
@@ -822,6 +834,9 @@
822
834
  --inverse-outline-solid-default-hover: #969696FF;
823
835
  --inverse-outline-solid-default-active: #080808FF;
824
836
  --inverse-outline-solid-default: #080808;
837
+ --inverse-outline-primary-white: #FFFFFFFF;
838
+ --inverse-outline-primary-white-hover: #CCCCCCFF;
839
+ --inverse-outline-primary-white-active: #E6E6E6FF;
825
840
  --data-yellow: #F3A912;
826
841
  --data-yellow-hover: #F4B22FFF;
827
842
  --data-yellow-active: #EDA20CFF;
@@ -532,11 +532,14 @@
532
532
  --inverse-surface-transparent-negative-minor-active: #FA5F0508;
533
533
  --background-primary-brightness: #F9F9F9FF;
534
534
  --background-primary: #FFFFFFFF;
535
- --background-secondary: #EFEFF5FF;
535
+ --background-secondary: #F5F5F5;
536
536
  --dark-background-primary: #080808;
537
+ --dark-background-secondary: #0D0D0DFF;
537
538
  --light-background-primary: #F9F9F9;
539
+ --light-background-secondary: #F5F5F5;
538
540
  --inverse-background-primary: #080808;
539
541
  --inverse-background-primary-brightness: #171717FF;
542
+ --inverse-background-secondary: #0D0D0DFF;
540
543
  --overlay-soft: #F9F9F98F;
541
544
  --overlay-hard: #F9F9F9F5;
542
545
  --overlay-blur: #F9F9F947;
@@ -619,6 +622,9 @@
619
622
  --outline-info: #118CDF;
620
623
  --outline-negative: #F31B31;
621
624
  --outline-solid-default: #080808;
625
+ --outline-primary-white: #FFFFFFFF;
626
+ --outline-primary-white-hover: #CCCCCCFF;
627
+ --outline-primary-white-active: #E6E6E6FF;
622
628
  --on-dark-outline-solid-primary-hover: #545454FF;
623
629
  --on-dark-outline-solid-primary-active: #171717FF;
624
630
  --on-dark-outline-solid-secondary-hover: #ABABABFF;
@@ -688,6 +694,9 @@
688
694
  --on-dark-outline-solid-default-active: #616161FF;
689
695
  --on-dark-outline-info: #118CDF;
690
696
  --on-dark-outline-negative: #F31B31;
697
+ --on-dark-outline-primary-white: #4E4E4E;
698
+ --on-dark-outline-primary-white-hover: #ABABABFF;
699
+ --on-dark-outline-primary-white-active: #363636FF;
691
700
  --on-light-outline-solid-primary-hover: #ABABABFF;
692
701
  --on-light-outline-solid-primary-active: #C4C4C4FF;
693
702
  --on-light-outline-solid-secondary-hover: #DBDBDBFF;
@@ -757,6 +766,9 @@
757
766
  --on-light-outline-solid-default-active: #080808FF;
758
767
  --on-light-outline-info: #118CDF;
759
768
  --on-light-outline-negative: #F31B31;
769
+ --on-light-outline-primary-white: #FFFFFFFF;
770
+ --on-light-outline-primary-white-hover: #CCCCCCFF;
771
+ --on-light-outline-primary-white-active: #E6E6E6FF;
760
772
  --inverse-outline-solid-primary-hover: #545454FF;
761
773
  --inverse-outline-solid-primary-active: #171717FF;
762
774
  --inverse-outline-solid-secondary-hover: #ABABABFF;
@@ -826,6 +838,9 @@
826
838
  --inverse-outline-solid-default-active: #616161FF;
827
839
  --inverse-outline-info: #118CDF;
828
840
  --inverse-outline-negative: #F31B31;
841
+ --inverse-outline-primary-white: #4E4E4E;
842
+ --inverse-outline-primary-white-hover: #ABABABFF;
843
+ --inverse-outline-primary-white-active: #363636FF;
829
844
  --data-yellow: #F3A912;
830
845
  --data-yellow-hover: #F5B638FF;
831
846
  --data-yellow-active: #E49C0CFF;
@@ -11,8 +11,6 @@ export { sdds_os__dark } from './sdds_os__dark';
11
11
  export { sdds_os__light } from './sdds_os__light';
12
12
  export { sdds_insol__dark } from './sdds_insol__dark';
13
13
  export { sdds_insol__light } from './sdds_insol__light';
14
- export { sdds_insol_next__dark } from './sdds_insol_next__dark';
15
- export { sdds_insol_next__light } from './sdds_insol_next__light';
16
14
  export { sdds_scan__dark } from './sdds_scan__dark';
17
15
  export { sdds_scan__light } from './sdds_scan__light';
18
16
  export { sdds_bizcom__dark } from './sdds_bizcom__dark';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/themes/index.ts"],"names":[],"mappings":"AAAA,oDAAoD;AAEpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/themes/index.ts"],"names":[],"mappings":"AAAA,oDAAoD;AAEpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}