@iit/precision-ui 0.5.5 → 0.7.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 (144) hide show
  1. package/dist/Adapters.d.ts +1 -0
  2. package/dist/Adapters.d.ts.map +1 -1
  3. package/dist/components/ArticlePreviewTag.d.ts +11 -0
  4. package/dist/components/ArticlePreviewTag.d.ts.map +1 -0
  5. package/dist/components/GridIterator.d.ts +3 -2
  6. package/dist/components/GridIterator.d.ts.map +1 -1
  7. package/dist/components/cards/AdvantageWithAccordion.d.ts +12 -0
  8. package/dist/components/cards/AdvantageWithAccordion.d.ts.map +1 -0
  9. package/dist/components/cards/Connect.d.ts +19 -0
  10. package/dist/components/cards/Connect.d.ts.map +1 -0
  11. package/dist/components/cards/Doc.d.ts +11 -0
  12. package/dist/components/cards/Doc.d.ts.map +1 -0
  13. package/dist/components/cards/FAQ.d.ts +14 -0
  14. package/dist/components/cards/FAQ.d.ts.map +1 -0
  15. package/dist/components/cards/FeaturedCard.d.ts +1 -1
  16. package/dist/components/cards/FeaturedCard.d.ts.map +1 -1
  17. package/dist/components/cards/License.d.ts +10 -0
  18. package/dist/components/cards/License.d.ts.map +1 -0
  19. package/dist/components/cards/Package.d.ts +28 -0
  20. package/dist/components/cards/Package.d.ts.map +1 -0
  21. package/dist/components/pieces/ShowMoreAccordionTrigger.d.ts +8 -0
  22. package/dist/components/pieces/ShowMoreAccordionTrigger.d.ts.map +1 -0
  23. package/dist/components/ui/Link.d.ts +1 -1
  24. package/dist/components/ui/Link.d.ts.map +1 -1
  25. package/dist/components/ui/TagLink.d.ts +14 -0
  26. package/dist/components/ui/TagLink.d.ts.map +1 -0
  27. package/dist/components/ui/accordion.d.ts +15 -0
  28. package/dist/components/ui/accordion.d.ts.map +1 -0
  29. package/dist/components/ui/button/ButtonText.d.ts +1 -0
  30. package/dist/components/ui/button/ButtonText.d.ts.map +1 -1
  31. package/dist/components/ui/carousel.d.ts +5 -1
  32. package/dist/components/ui/carousel.d.ts.map +1 -1
  33. package/dist/components/ui/input/SearchInput.d.ts +1 -0
  34. package/dist/components/ui/input/SearchInput.d.ts.map +1 -1
  35. package/dist/components/ui/tabs.d.ts +8 -0
  36. package/dist/components/ui/tabs.d.ts.map +1 -0
  37. package/dist/decorators/CarouselWrapper.d.ts +3 -2
  38. package/dist/decorators/CarouselWrapper.d.ts.map +1 -1
  39. package/dist/icons/comet.svg +5 -0
  40. package/dist/index.d.ts +23 -2
  41. package/dist/index.d.ts.map +1 -1
  42. package/dist/index.es.js +105 -63
  43. package/dist/index.es.js.map +1 -1
  44. package/dist/index.es10.js +1 -1
  45. package/dist/index.es11.js +1 -1
  46. package/dist/index.es13.js +1 -1
  47. package/dist/index.es15.js +1 -1
  48. package/dist/index.es16.js +2 -2
  49. package/dist/index.es18.js +1 -1
  50. package/dist/index.es19.js +1 -1
  51. package/dist/index.es2.js +1 -1
  52. package/dist/index.es20.js +1 -1
  53. package/dist/index.es21.js +14 -23
  54. package/dist/index.es21.js.map +1 -1
  55. package/dist/index.es22.js +36 -173
  56. package/dist/index.es22.js.map +1 -1
  57. package/dist/index.es23.js +31 -46
  58. package/dist/index.es23.js.map +1 -1
  59. package/dist/index.es24.js +48 -52
  60. package/dist/index.es24.js.map +1 -1
  61. package/dist/index.es25.js +14 -61
  62. package/dist/index.es25.js.map +1 -1
  63. package/dist/index.es26.js +6 -20
  64. package/dist/index.es26.js.map +1 -1
  65. package/dist/index.es27.js +52 -18
  66. package/dist/index.es27.js.map +1 -1
  67. package/dist/index.es28.js +27 -91
  68. package/dist/index.es28.js.map +1 -1
  69. package/dist/index.es29.js +88 -81
  70. package/dist/index.es29.js.map +1 -1
  71. package/dist/index.es3.js +2 -2
  72. package/dist/index.es30.js +54 -31
  73. package/dist/index.es30.js.map +1 -1
  74. package/dist/index.es31.js +92 -6
  75. package/dist/index.es31.js.map +1 -1
  76. package/dist/index.es32.js +97 -21
  77. package/dist/index.es32.js.map +1 -1
  78. package/dist/index.es33.js +12 -19
  79. package/dist/index.es33.js.map +1 -1
  80. package/dist/index.es34.js +43 -18
  81. package/dist/index.es34.js.map +1 -1
  82. package/dist/index.es35.js +23 -10
  83. package/dist/index.es35.js.map +1 -1
  84. package/dist/index.es36.js +26 -83
  85. package/dist/index.es36.js.map +1 -1
  86. package/dist/index.es37.js +207 -16
  87. package/dist/index.es37.js.map +1 -1
  88. package/dist/index.es38.js +47 -41
  89. package/dist/index.es38.js.map +1 -1
  90. package/dist/index.es39.js +53 -40
  91. package/dist/index.es39.js.map +1 -1
  92. package/dist/index.es4.js +1 -1
  93. package/dist/index.es40.js +59 -35
  94. package/dist/index.es40.js.map +1 -1
  95. package/dist/index.es41.js +18 -54
  96. package/dist/index.es41.js.map +1 -1
  97. package/dist/index.es42.js +17 -90
  98. package/dist/index.es42.js.map +1 -1
  99. package/dist/index.es43.js +88 -95
  100. package/dist/index.es43.js.map +1 -1
  101. package/dist/index.es44.js +88 -25
  102. package/dist/index.es44.js.map +1 -1
  103. package/dist/index.es45.js +33 -45
  104. package/dist/index.es45.js.map +1 -1
  105. package/dist/index.es46.js +75 -14
  106. package/dist/index.es46.js.map +1 -1
  107. package/dist/index.es47.js +39 -212
  108. package/dist/index.es47.js.map +1 -1
  109. package/dist/index.es48.js +10 -3
  110. package/dist/index.es48.js.map +1 -1
  111. package/dist/index.es49.js +9 -0
  112. package/dist/index.es49.js.map +1 -0
  113. package/dist/index.es5.js +1 -1
  114. package/dist/index.es50.js +25 -0
  115. package/dist/index.es50.js.map +1 -0
  116. package/dist/index.es51.js +23 -0
  117. package/dist/index.es51.js.map +1 -0
  118. package/dist/index.es52.js +23 -0
  119. package/dist/index.es52.js.map +1 -0
  120. package/dist/index.es53.js +88 -0
  121. package/dist/index.es53.js.map +1 -0
  122. package/dist/index.es54.js +42 -0
  123. package/dist/index.es54.js.map +1 -0
  124. package/dist/index.es55.js +30 -0
  125. package/dist/index.es55.js.map +1 -0
  126. package/dist/index.es56.js +19 -0
  127. package/dist/index.es56.js.map +1 -0
  128. package/dist/index.es57.js +50 -0
  129. package/dist/index.es57.js.map +1 -0
  130. package/dist/index.es58.js +7 -0
  131. package/dist/index.es58.js.map +1 -0
  132. package/dist/index.es59.js +245 -0
  133. package/dist/index.es59.js.map +1 -0
  134. package/dist/index.es6.js +36 -31
  135. package/dist/index.es6.js.map +1 -1
  136. package/dist/index.es7.js +1 -1
  137. package/dist/index.es8.js +11 -10
  138. package/dist/index.es8.js.map +1 -1
  139. package/dist/index.es9.js.map +1 -1
  140. package/dist/sections/CardsGridSection.d.ts +2 -2
  141. package/dist/sections/Hero.d.ts +2 -0
  142. package/dist/sections/Hero.d.ts.map +1 -1
  143. package/dist/styles.css +336 -15
  144. package/package.json +5 -3
@@ -13,10 +13,10 @@ interface CardsGridSectionProps<T> {
13
13
  variant?: SectionProps['variant'];
14
14
  corners?: SectionProps['corners'];
15
15
  columns?: number;
16
- showControlsOnDesktop?: boolean;
16
+ hideControlsOnDesktop?: boolean;
17
17
  withoutCarousel?: boolean;
18
18
  footnote?: string;
19
19
  }
20
- declare const CardsGridSection: <T>({ title, sectionId, desc, items, component, withoutTopPadding, withTopMargin, withBottomMargin, withoutBottomPadding, variant, corners, columns, showControlsOnDesktop, withoutCarousel, footnote, }: CardsGridSectionProps<T>) => import("react/jsx-dev-runtime").JSX.Element;
20
+ declare const CardsGridSection: <T>({ title, sectionId, desc, items, component, withoutTopPadding, withTopMargin, withBottomMargin, withoutBottomPadding, variant, corners, columns, hideControlsOnDesktop, withoutCarousel, footnote, }: CardsGridSectionProps<T>) => import("react/jsx-dev-runtime").JSX.Element;
21
21
  export default CardsGridSection;
22
22
  //# sourceMappingURL=CardsGridSection.d.ts.map
@@ -13,7 +13,9 @@ export interface HeroProps {
13
13
  breadcrumbs?: BreadcrumbProps[];
14
14
  bottomButtons?: CommonButtonProps[];
15
15
  size?: 'default' | 'small' | 'medium';
16
+ contentContainerSize?: 'default' | 'medium' | 'large';
16
17
  imageSize?: 'default' | 'small' | 'medium';
18
+ linesImage?: string;
17
19
  }
18
20
  export declare const HeroButton: React.FC<CommonButtonProps>;
19
21
  declare const Hero: React.FC<HeroProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"Hero.d.ts","sourceRoot":"","sources":["../../src/sections/Hero.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAe,MAAM,0BAA0B,CAAA;AAGvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAE5C,OAAO,KAAK,MAAM,OAAO,CAAA;AAiDzB,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,iBAAiB,EAAE,CAAA;IAC7B,qBAAqB,CAAC,EAAE,aAAa,CAAA;IACrC,WAAW,CAAC,EAAE,eAAe,EAAE,CAAA;IAC/B,aAAa,CAAC,EAAE,iBAAiB,EAAE,CAAA;IACnC,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAA;IACrC,SAAS,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAA;CAC3C;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAgDlD,CAAA;AA0BD,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA2I7B,CAAA;AAED,eAAe,IAAI,CAAA"}
1
+ {"version":3,"file":"Hero.d.ts","sourceRoot":"","sources":["../../src/sections/Hero.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAe,MAAM,0BAA0B,CAAA;AAGvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAE5C,OAAO,KAAK,MAAM,OAAO,CAAA;AAgEzB,MAAM,WAAW,SAAS;IACxB,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,iBAAiB,EAAE,CAAA;IAC7B,qBAAqB,CAAC,EAAE,aAAa,CAAA;IACrC,WAAW,CAAC,EAAE,eAAe,EAAE,CAAA;IAC/B,aAAa,CAAC,EAAE,iBAAiB,EAAE,CAAA;IACnC,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAA;IACrC,oBAAoB,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAA;IACrD,SAAS,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAA;IAC1C,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAgDlD,CAAA;AA0BD,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA4J7B,CAAA;AAED,eAAe,IAAI,CAAA"}
package/dist/styles.css CHANGED
@@ -147,6 +147,7 @@ meter {
147
147
  /* above not in Figma, for checked checkbox hover */
148
148
  --precision-ui-tw-grey-1: 0, 0%, 95%;
149
149
  --precision-ui-tw-grey-2: 0, 0%, 97%;
150
+ --precision-ui-tw-grey-3: 0, 0%, 85.1%;
150
151
  --precision-ui-tw-danger: 1, 88%, 50%;
151
152
  --precision-ui-tw-primary: 222.2 47.4% 11.2%;
152
153
  --precision-ui-tw-primary-foreground: 210 40% 98%;
@@ -199,6 +200,7 @@ meter {
199
200
  --precision-ui-tw-whitish-opacity-80: 0, 0%, 0%, 0.8;
200
201
  --precision-ui-tw-grey-1: 0, 0%, 10%;
201
202
  --precision-ui-tw-grey-2: 0, 0%, 5%;
203
+ --precision-ui-tw-grey-3: 0, 0%, 3%;
202
204
  --precision-ui-tw-danger: 1, 88%, 80%;
203
205
  --precision-ui-tw-primary: 222.2 47.4% 90%;
204
206
  --precision-ui-tw-primary-foreground: 210 40% 10%;
@@ -430,6 +432,9 @@ body{
430
432
  white-space: nowrap;
431
433
  border-width: 0;
432
434
  }
435
+ .visible{
436
+ visibility: visible;
437
+ }
433
438
  .fixed{
434
439
  position: fixed;
435
440
  }
@@ -511,6 +516,12 @@ body{
511
516
  .top-4{
512
517
  top: 1rem;
513
518
  }
519
+ .top-6{
520
+ top: 1.5rem;
521
+ }
522
+ .top-\[1px\]{
523
+ top: 1px;
524
+ }
514
525
  .top-\[50\%\]{
515
526
  top: 50%;
516
527
  }
@@ -551,9 +562,16 @@ body{
551
562
  margin-left: auto;
552
563
  margin-right: auto;
553
564
  }
565
+ .my-4{
566
+ margin-top: 1rem;
567
+ margin-bottom: 1rem;
568
+ }
554
569
  .-ml-4{
555
570
  margin-left: -1rem;
556
571
  }
572
+ .-mt-3{
573
+ margin-top: -0.75rem;
574
+ }
557
575
  .-mt-4{
558
576
  margin-top: -1rem;
559
577
  }
@@ -590,6 +608,12 @@ body{
590
608
  .mt-6{
591
609
  margin-top: 1.5rem;
592
610
  }
611
+ .mt-7{
612
+ margin-top: 1.75rem;
613
+ }
614
+ .mt-8{
615
+ margin-top: 2rem;
616
+ }
593
617
  .mt-\[128px\]{
594
618
  margin-top: 128px;
595
619
  }
@@ -620,8 +644,11 @@ body{
620
644
  .hidden{
621
645
  display: none;
622
646
  }
623
- .h-1{
624
- height: 0.25rem;
647
+ .h-0{
648
+ height: 0px;
649
+ }
650
+ .h-0\.5{
651
+ height: 0.125rem;
625
652
  }
626
653
  .h-10{
627
654
  height: 2.5rem;
@@ -656,6 +683,9 @@ body{
656
683
  .h-\[10px\]{
657
684
  height: 10px;
658
685
  }
686
+ .h-\[180px\]{
687
+ height: 180px;
688
+ }
659
689
  .h-\[18px\]{
660
690
  height: 18px;
661
691
  }
@@ -665,6 +695,10 @@ body{
665
695
  .h-\[606px\]{
666
696
  height: 606px;
667
697
  }
698
+ .h-fit{
699
+ height: -moz-fit-content;
700
+ height: fit-content;
701
+ }
668
702
  .h-full{
669
703
  height: 100%;
670
704
  }
@@ -674,6 +708,9 @@ body{
674
708
  .max-h-\[calc\(100dvh-1rem\)\]{
675
709
  max-height: calc(100dvh - 1rem);
676
710
  }
711
+ .min-h-\[150px\]{
712
+ min-height: 150px;
713
+ }
677
714
  .min-h-\[190px\]{
678
715
  min-height: 190px;
679
716
  }
@@ -686,6 +723,9 @@ body{
686
723
  .min-h-\[80px\]{
687
724
  min-height: 80px;
688
725
  }
726
+ .w-1\/3{
727
+ width: 33.333333%;
728
+ }
689
729
  .w-10{
690
730
  width: 2.5rem;
691
731
  }
@@ -710,6 +750,9 @@ body{
710
750
  .w-\[10px\]{
711
751
  width: 10px;
712
752
  }
753
+ .w-\[130px\]{
754
+ width: 130px;
755
+ }
713
756
  .w-\[18px\]{
714
757
  width: 18px;
715
758
  }
@@ -737,21 +780,18 @@ body{
737
780
  .max-w-2xl{
738
781
  max-width: 42rem;
739
782
  }
783
+ .max-w-32{
784
+ max-width: 8rem;
785
+ }
740
786
  .max-w-6xl{
741
787
  max-width: 72rem;
742
788
  }
743
- .max-w-\[460px\]{
744
- max-width: 460px;
745
- }
746
- .max-w-\[694px\]{
747
- max-width: 694px;
748
- }
749
- .max-w-\[800px\]{
750
- max-width: 800px;
751
- }
752
789
  .max-w-\[900px\]{
753
790
  max-width: 900px;
754
791
  }
792
+ .max-w-full{
793
+ max-width: 100%;
794
+ }
755
795
  .max-w-lg{
756
796
  max-width: 32rem;
757
797
  }
@@ -764,6 +804,9 @@ body{
764
804
  .flex-1{
765
805
  flex: 1 1 0%;
766
806
  }
807
+ .flex-initial{
808
+ flex: 0 1 auto;
809
+ }
767
810
  .shrink-0{
768
811
  flex-shrink: 0;
769
812
  }
@@ -901,6 +944,11 @@ body{
901
944
  margin-top: calc(0.5rem * calc(1 - var(--precision-ui-tw-space-y-reverse)));
902
945
  margin-bottom: calc(0.5rem * var(--precision-ui-tw-space-y-reverse));
903
946
  }
947
+ .space-y-3 > :not([hidden]) ~ :not([hidden]){
948
+ --precision-ui-tw-space-y-reverse: 0;
949
+ margin-top: calc(0.75rem * calc(1 - var(--precision-ui-tw-space-y-reverse)));
950
+ margin-bottom: calc(0.75rem * var(--precision-ui-tw-space-y-reverse));
951
+ }
904
952
  .space-y-4 > :not([hidden]) ~ :not([hidden]){
905
953
  --precision-ui-tw-space-y-reverse: 0;
906
954
  margin-top: calc(1rem * calc(1 - var(--precision-ui-tw-space-y-reverse)));
@@ -938,6 +986,9 @@ body{
938
986
  .rounded-sm{
939
987
  border-radius: calc(var(--precision-ui-tw-radius) - 4px);
940
988
  }
989
+ .rounded-xl{
990
+ border-radius: 0.75rem;
991
+ }
941
992
  .rounded-b-2xl{
942
993
  border-bottom-right-radius: 1rem;
943
994
  border-bottom-left-radius: 1rem;
@@ -1017,6 +1068,9 @@ body{
1017
1068
  .border-b-navy-opacity-32{
1018
1069
  border-bottom-color: hsl(var(--precision-ui-tw-navy-opacity-32));
1019
1070
  }
1071
+ .border-b-transparent{
1072
+ border-bottom-color: transparent;
1073
+ }
1020
1074
  .border-b-whitish-opacity-32{
1021
1075
  border-bottom-color: hsl(var(--precision-ui-tw-whitish-opacity-32));
1022
1076
  }
@@ -1046,12 +1100,19 @@ body{
1046
1100
  --precision-ui-tw-bg-opacity: 1;
1047
1101
  background-color: rgb(229 231 235 / var(--precision-ui-tw-bg-opacity));
1048
1102
  }
1103
+ .bg-gray-300{
1104
+ --precision-ui-tw-bg-opacity: 1;
1105
+ background-color: rgb(209 213 219 / var(--precision-ui-tw-bg-opacity));
1106
+ }
1049
1107
  .bg-grey-1{
1050
1108
  background-color: hsl(var(--precision-ui-tw-grey-1));
1051
1109
  }
1052
1110
  .bg-grey-2{
1053
1111
  background-color: hsl(var(--precision-ui-tw-grey-2));
1054
1112
  }
1113
+ .bg-grey-3{
1114
+ background-color: hsl(var(--precision-ui-tw-grey-3));
1115
+ }
1055
1116
  .bg-navy{
1056
1117
  background-color: hsl(var(--precision-ui-tw-navy));
1057
1118
  }
@@ -1099,6 +1160,9 @@ body{
1099
1160
  .bg-whitish-opacity-8{
1100
1161
  background-color: hsl(var(--precision-ui-tw-whitish-opacity-8));
1101
1162
  }
1163
+ .bg-\[url\(\'\/licenses\/license-1\.png\'\)\]{
1164
+ background-image: url('/licenses/license-1.png');
1165
+ }
1102
1166
  .bg-gradient-to-b{
1103
1167
  background-image: linear-gradient(to bottom, var(--precision-ui-tw-gradient-stops));
1104
1168
  }
@@ -1110,6 +1174,12 @@ body{
1110
1174
  .to-sapphire{
1111
1175
  --precision-ui-tw-gradient-to: hsl(var(--precision-ui-tw-sapphire)) var(--precision-ui-tw-gradient-to-position);
1112
1176
  }
1177
+ .bg-cover{
1178
+ background-size: cover;
1179
+ }
1180
+ .bg-no-repeat{
1181
+ background-repeat: no-repeat;
1182
+ }
1113
1183
  .object-contain{
1114
1184
  -o-object-fit: contain;
1115
1185
  object-fit: contain;
@@ -1117,20 +1187,32 @@ body{
1117
1187
  .p-0{
1118
1188
  padding: 0px;
1119
1189
  }
1190
+ .p-1{
1191
+ padding: 0.25rem;
1192
+ }
1193
+ .p-2{
1194
+ padding: 0.5rem;
1195
+ }
1196
+ .p-3{
1197
+ padding: 0.75rem;
1198
+ }
1120
1199
  .p-4{
1121
1200
  padding: 1rem;
1122
1201
  }
1123
1202
  .p-6{
1124
1203
  padding: 1.5rem;
1125
1204
  }
1205
+ .p-8{
1206
+ padding: 2rem;
1207
+ }
1126
1208
  .p-\[10px\]{
1127
1209
  padding: 10px;
1128
1210
  }
1129
1211
  .p-\[1px\]{
1130
1212
  padding: 1px;
1131
1213
  }
1132
- .p-\[5px\]{
1133
- padding: 5px;
1214
+ .p-\[8px\]{
1215
+ padding: 8px;
1134
1216
  }
1135
1217
  .px-3{
1136
1218
  padding-left: 0.75rem;
@@ -1160,6 +1242,10 @@ body{
1160
1242
  padding-left: 18px;
1161
1243
  padding-right: 18px;
1162
1244
  }
1245
+ .px-\[45px\]{
1246
+ padding-left: 45px;
1247
+ padding-right: 45px;
1248
+ }
1163
1249
  .py-1{
1164
1250
  padding-top: 0.25rem;
1165
1251
  padding-bottom: 0.25rem;
@@ -1205,6 +1291,9 @@ body{
1205
1291
  .pb-4{
1206
1292
  padding-bottom: 1rem;
1207
1293
  }
1294
+ .pb-6{
1295
+ padding-bottom: 1.5rem;
1296
+ }
1208
1297
  .pb-\[11px\]{
1209
1298
  padding-bottom: 11px;
1210
1299
  }
@@ -1223,12 +1312,18 @@ body{
1223
1312
  .pr-10{
1224
1313
  padding-right: 2.5rem;
1225
1314
  }
1315
+ .pr-16{
1316
+ padding-right: 4rem;
1317
+ }
1226
1318
  .pr-2{
1227
1319
  padding-right: 0.5rem;
1228
1320
  }
1229
1321
  .pr-20{
1230
1322
  padding-right: 5rem;
1231
1323
  }
1324
+ .pr-3{
1325
+ padding-right: 0.75rem;
1326
+ }
1232
1327
  .pr-4{
1233
1328
  padding-right: 1rem;
1234
1329
  }
@@ -1241,15 +1336,27 @@ body{
1241
1336
  .pt-10{
1242
1337
  padding-top: 2.5rem;
1243
1338
  }
1339
+ .pt-3{
1340
+ padding-top: 0.75rem;
1341
+ }
1244
1342
  .pt-4{
1245
1343
  padding-top: 1rem;
1246
1344
  }
1345
+ .pt-6{
1346
+ padding-top: 1.5rem;
1347
+ }
1348
+ .pt-7{
1349
+ padding-top: 1.75rem;
1350
+ }
1247
1351
  .pt-\[14px\]{
1248
1352
  padding-top: 14px;
1249
1353
  }
1250
1354
  .pt-\[9px\]{
1251
1355
  padding-top: 9px;
1252
1356
  }
1357
+ .text-left{
1358
+ text-align: left;
1359
+ }
1253
1360
  .text-center{
1254
1361
  text-align: center;
1255
1362
  }
@@ -1350,12 +1457,18 @@ body{
1350
1457
  .underline-offset-4{
1351
1458
  text-underline-offset: 4px;
1352
1459
  }
1460
+ .opacity-40{
1461
+ opacity: 0.4;
1462
+ }
1353
1463
  .opacity-50{
1354
1464
  opacity: 0.5;
1355
1465
  }
1356
1466
  .opacity-70{
1357
1467
  opacity: 0.7;
1358
1468
  }
1469
+ .mix-blend-luminosity{
1470
+ mix-blend-mode: luminosity;
1471
+ }
1359
1472
  .shadow-lg{
1360
1473
  --precision-ui-tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1361
1474
  --precision-ui-tw-shadow-colored: 0 10px 15px -3px var(--precision-ui-tw-shadow-color), 0 4px 6px -4px var(--precision-ui-tw-shadow-color);
@@ -1677,6 +1790,54 @@ ol li:last-child {
1677
1790
  margin-top: 1.2rem;
1678
1791
  margin-bottom: 0.3rem;
1679
1792
  }
1793
+ .content blockquote {
1794
+ color: hsla(var(--precision-ui-tw-sapphire));
1795
+ position: relative;
1796
+ padding-left: 40px;
1797
+ }
1798
+ .content blockquote::before {
1799
+ content: "";
1800
+ position: absolute;
1801
+ left: 0px;
1802
+ top: 0;
1803
+ height: 100%;
1804
+ width: 1px;
1805
+ background: hsla(var(--precision-ui-tw-sapphire));
1806
+ background: hsla(var(--precision-ui-tw-navy));
1807
+ }
1808
+ .content .no-content-rules div {
1809
+ margin-top: 0;
1810
+ }
1811
+ .content .no-content-rules div + div {
1812
+ margin-top: 0;
1813
+ }
1814
+ .content .text-center {
1815
+ text-align: center;
1816
+ }
1817
+ .content .color_white {
1818
+ color: #fff;
1819
+ }
1820
+ .content .iit-tt-content_type_quote blockquote {
1821
+ color: hsla(var(--precision-ui-tw-navy));
1822
+ }
1823
+ .content .table_type_full-width {
1824
+ width: 100%;
1825
+ }
1826
+ .content .simple-table {
1827
+ border: 1px solid #ebebeb;
1828
+ margin-bottom: 40px;
1829
+ }
1830
+ .content .simple-table td,
1831
+ .content .simple-table th {
1832
+ padding: 15px;
1833
+ }
1834
+ .content .simple-table tr td,
1835
+ .content .simple-table tr th {
1836
+ border-bottom: 1px solid #ebebeb;
1837
+ }
1838
+ .content .simple-table thead {
1839
+ font-weight: 600;
1840
+ }
1680
1841
  html {
1681
1842
  font-size: 16px;
1682
1843
  /* FIXME: it was 20, explore and fix if needed */
@@ -2046,10 +2207,67 @@ html {
2046
2207
  transform: translatey(0px) perspective(400px) rotate3d(1, -1, 0, -8deg);
2047
2208
  }
2048
2209
  }
2210
+ @keyframes float2 {
2211
+ 0% {
2212
+ transform: translatey(0px) perspective(400px) scale(1.2);
2213
+ }
2214
+ 50% {
2215
+ transform: translatey(-15px) perspective(400px) scale(1.2);
2216
+ }
2217
+ 100% {
2218
+ transform: translatey(0px) perspective(400px) scale(1.2);
2219
+ }
2220
+ 0%, 100% {
2221
+ opacity: 0;
2222
+ }
2223
+ 30%, 70% {
2224
+ opacity: 1;
2225
+ }
2226
+ 50% {
2227
+ opacity: 1;
2228
+ }
2229
+ 0% {
2230
+ transform: translateX(-50px);
2231
+ }
2232
+ 100% {
2233
+ transform: translateX(50px);
2234
+ }
2235
+ }
2049
2236
  .floating {
2050
2237
  animation: float 6s ease-in-out infinite;
2051
2238
  /* animation-delay: 1s; */
2052
2239
  }
2240
+ @keyframes slowBlinkFadeAndSoar {
2241
+ 0%, 100% {
2242
+ opacity: 0;
2243
+ }
2244
+ 30%, 70% {
2245
+ opacity: 1;
2246
+ }
2247
+ 50% {
2248
+ opacity: 1;
2249
+ }
2250
+ 0% {
2251
+ transform: translateX(-20px);
2252
+ }
2253
+ 100% {
2254
+ transform: translateX(20px);
2255
+ }
2256
+ }
2257
+ .fadeLines {
2258
+ /* animation: slowBlinkFadeAndSoar 6s infinite ease-in-out alternate; */
2259
+ /* animation: slowBlinkFadeAndSoar 6s infinite ease-in-out alternate-reverse; */
2260
+ animation: float2 6s infinite ease-in-out alternate;
2261
+ }
2262
+ @keyframes blink {
2263
+ 75%, 100% {
2264
+ transform: scale(2);
2265
+ opacity: 0;
2266
+ }
2267
+ }
2268
+ .animate-blink {
2269
+ animation: blink 3s infinite;
2270
+ }
2053
2271
  .file\:border-0::file-selector-button{
2054
2272
  border-width: 0px;
2055
2273
  }
@@ -2081,6 +2299,9 @@ html {
2081
2299
  .hover\:rounded-\[24px\]:hover{
2082
2300
  border-radius: 24px;
2083
2301
  }
2302
+ .hover\:border-navy-opacity-16:hover{
2303
+ border-color: hsl(var(--precision-ui-tw-navy-opacity-16));
2304
+ }
2084
2305
  .hover\:bg-accent:hover{
2085
2306
  background-color: hsl(var(--precision-ui-tw-accent));
2086
2307
  }
@@ -2102,16 +2323,25 @@ html {
2102
2323
  .hover\:bg-sapphire-hover:hover{
2103
2324
  background-color: hsl(var(--precision-ui-tw-sapphire-hover));
2104
2325
  }
2326
+ .hover\:bg-turquoise:hover{
2327
+ background-color: hsl(var(--precision-ui-tw-turquoise));
2328
+ }
2105
2329
  .hover\:bg-white:hover{
2106
2330
  --precision-ui-tw-bg-opacity: 1;
2107
2331
  background-color: rgb(255 255 255 / var(--precision-ui-tw-bg-opacity));
2108
2332
  }
2333
+ .hover\:bg-whitish:hover{
2334
+ background-color: hsl(var(--precision-ui-tw-whitish));
2335
+ }
2109
2336
  .hover\:bg-whitish-opacity-16:hover{
2110
2337
  background-color: hsl(var(--precision-ui-tw-whitish-opacity-16));
2111
2338
  }
2112
2339
  .hover\:bg-whitish-opacity-24:hover{
2113
2340
  background-color: hsl(var(--precision-ui-tw-whitish-opacity-24));
2114
2341
  }
2342
+ .hover\:bg-whitish-opacity-32:hover{
2343
+ background-color: hsl(var(--precision-ui-tw-whitish-opacity-32));
2344
+ }
2115
2345
  .hover\:bg-whitish-opacity-80:hover{
2116
2346
  background-color: hsl(var(--precision-ui-tw-whitish-opacity-80));
2117
2347
  }
@@ -2129,6 +2359,10 @@ html {
2129
2359
  .hover\:text-navy:hover{
2130
2360
  color: hsl(var(--precision-ui-tw-navy));
2131
2361
  }
2362
+ .hover\:text-white:hover{
2363
+ --precision-ui-tw-text-opacity: 1;
2364
+ color: rgb(255 255 255 / var(--precision-ui-tw-text-opacity));
2365
+ }
2132
2366
  .hover\:text-whitish-opacity-60:hover{
2133
2367
  color: hsl(var(--precision-ui-tw-whitish-opacity-60));
2134
2368
  }
@@ -2138,6 +2372,9 @@ html {
2138
2372
  .hover\:opacity-100:hover{
2139
2373
  opacity: 1;
2140
2374
  }
2375
+ .hover\:opacity-60:hover{
2376
+ opacity: 0.6;
2377
+ }
2141
2378
  .focus\:border-navy:focus{
2142
2379
  border-color: hsl(var(--precision-ui-tw-navy));
2143
2380
  }
@@ -2227,6 +2464,31 @@ html {
2227
2464
  .peer:disabled ~ .peer-disabled\:opacity-70{
2228
2465
  opacity: 0.7;
2229
2466
  }
2467
+ @keyframes accordion-up{
2468
+ from{
2469
+ height: var(--radix-accordion-content-height);
2470
+ }
2471
+ to{
2472
+ height: 0;
2473
+ }
2474
+ }
2475
+ .data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{
2476
+ animation: accordion-up 0.2s ease-out;
2477
+ }
2478
+ @keyframes accordion-down{
2479
+ from{
2480
+ height: 0;
2481
+ }
2482
+ to{
2483
+ height: var(--radix-accordion-content-height);
2484
+ }
2485
+ }
2486
+ .data-\[state\=open\]\:animate-accordion-down[data-state=open]{
2487
+ animation: accordion-down 0.2s ease-out;
2488
+ }
2489
+ .data-\[state\=active\]\:bg-background[data-state=active]{
2490
+ background-color: hsl(var(--precision-ui-tw-background));
2491
+ }
2230
2492
  .data-\[state\=checked\]\:bg-navy[data-state=checked]{
2231
2493
  background-color: hsl(var(--precision-ui-tw-navy));
2232
2494
  }
@@ -2236,6 +2498,9 @@ html {
2236
2498
  .data-\[state\=open\]\:bg-accent[data-state=open]{
2237
2499
  background-color: hsl(var(--precision-ui-tw-accent));
2238
2500
  }
2501
+ .data-\[state\=active\]\:text-navy[data-state=active]{
2502
+ color: hsl(var(--precision-ui-tw-navy));
2503
+ }
2239
2504
  .data-\[state\=checked\]\:text-navy[data-state=checked]{
2240
2505
  color: hsl(var(--precision-ui-tw-navy));
2241
2506
  }
@@ -2245,6 +2510,11 @@ html {
2245
2510
  .data-\[state\=open\]\:text-muted-foreground[data-state=open]{
2246
2511
  color: hsl(var(--precision-ui-tw-muted-foreground));
2247
2512
  }
2513
+ .data-\[state\=active\]\:shadow-sm[data-state=active]{
2514
+ --precision-ui-tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
2515
+ --precision-ui-tw-shadow-colored: 0 1px 2px 0 var(--precision-ui-tw-shadow-color);
2516
+ box-shadow: var(--precision-ui-tw-ring-offset-shadow, 0 0 #0000), var(--precision-ui-tw-ring-shadow, 0 0 #0000), var(--precision-ui-tw-shadow);
2517
+ }
2248
2518
  .data-\[state\=open\]\:animate-in[data-state=open]{
2249
2519
  animation-name: enter;
2250
2520
  animation-duration: 150ms;
@@ -2326,6 +2596,9 @@ html {
2326
2596
  .sm\:col-span-3{
2327
2597
  grid-column: span 3 / span 3;
2328
2598
  }
2599
+ .sm\:col-span-4{
2600
+ grid-column: span 4 / span 4;
2601
+ }
2329
2602
  .sm\:mt-6{
2330
2603
  margin-top: 1.5rem;
2331
2604
  }
@@ -2335,6 +2608,9 @@ html {
2335
2608
  .sm\:min-h-\[264px\]{
2336
2609
  min-height: 264px;
2337
2610
  }
2611
+ .sm\:max-w-\[480px\]{
2612
+ max-width: 480px;
2613
+ }
2338
2614
  .sm\:max-w-xs{
2339
2615
  max-width: 20rem;
2340
2616
  }
@@ -2394,8 +2670,8 @@ html {
2394
2670
  }
2395
2671
  }
2396
2672
  @media (min-width: 768px){
2397
- .md\:max-w-3xl{
2398
- max-width: 48rem;
2673
+ .md\:max-w-2xl{
2674
+ max-width: 42rem;
2399
2675
  }
2400
2676
  .md\:basis-1\/2{
2401
2677
  flex-basis: 50%;
@@ -2405,6 +2681,27 @@ html {
2405
2681
  .lg\:block{
2406
2682
  display: block;
2407
2683
  }
2684
+ .lg\:hidden{
2685
+ display: none;
2686
+ }
2687
+ .lg\:max-w-2xl{
2688
+ max-width: 42rem;
2689
+ }
2690
+ .lg\:max-w-5xl{
2691
+ max-width: 64rem;
2692
+ }
2693
+ .lg\:max-w-\[370px\]{
2694
+ max-width: 370px;
2695
+ }
2696
+ .lg\:max-w-\[460px\]{
2697
+ max-width: 460px;
2698
+ }
2699
+ .lg\:max-w-\[590px\]{
2700
+ max-width: 590px;
2701
+ }
2702
+ .lg\:max-w-\[700px\]{
2703
+ max-width: 700px;
2704
+ }
2408
2705
  .lg\:max-w-sm{
2409
2706
  max-width: 24rem;
2410
2707
  }
@@ -2443,6 +2740,9 @@ html {
2443
2740
  .xl\:min-h-\[500px\]{
2444
2741
  min-height: 500px;
2445
2742
  }
2743
+ .xl\:min-w-\[224px\]{
2744
+ min-width: 224px;
2745
+ }
2446
2746
  .xl\:max-w-md{
2447
2747
  max-width: 28rem;
2448
2748
  }
@@ -2453,6 +2753,15 @@ html {
2453
2753
  padding-right: 7rem;
2454
2754
  }
2455
2755
  }
2756
+ .\[\&\>\.icon-wrapper\>svg\]\:rounded-3xl>.icon-wrapper>svg{
2757
+ border-radius: 1.5rem;
2758
+ }
2759
+ .\[\&\>\.icon-wrapper\>svg\]\:hover\:bg-navy-opacity-8:hover>.icon-wrapper>svg{
2760
+ background-color: hsl(var(--precision-ui-tw-navy-opacity-8));
2761
+ }
2762
+ .\[\&\>\.icon-wrapper\>svg\]\:hover\:bg-whitish:hover>.icon-wrapper>svg{
2763
+ background-color: hsl(var(--precision-ui-tw-whitish));
2764
+ }
2456
2765
  .\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{
2457
2766
  --precision-ui-tw-translate-y: -3px;
2458
2767
  transform: translate(var(--precision-ui-tw-translate-x), var(--precision-ui-tw-translate-y)) rotate(var(--precision-ui-tw-rotate)) skewX(var(--precision-ui-tw-skew-x)) skewY(var(--precision-ui-tw-skew-y)) scaleX(var(--precision-ui-tw-scale-x)) scaleY(var(--precision-ui-tw-scale-y));
@@ -2475,6 +2784,18 @@ html {
2475
2784
  .\[\&\>svg\~\*\]\:pl-7>svg~*{
2476
2785
  padding-left: 1.75rem;
2477
2786
  }
2787
+ .\[\&\[data-state\=open\]\>\.icon-wrapper\>\.minus\]\:block[data-state=open]>.icon-wrapper>.minus{
2788
+ display: block;
2789
+ }
2790
+ .\[\&\[data-state\=open\]\>\.icon-wrapper\>\.plus\]\:hidden[data-state=open]>.icon-wrapper>.plus{
2791
+ display: none;
2792
+ }
2793
+ .\[\&\[data-state\=open\]\]\:bg-navy-opacity-4[data-state=open]{
2794
+ background-color: hsl(var(--precision-ui-tw-navy-opacity-4));
2795
+ }
2796
+ .\[\&\[data-state\=open\]\]\:bg-transparent[data-state=open]{
2797
+ background-color: transparent;
2798
+ }
2478
2799
  .\[\&_p\]\:leading-relaxed p{
2479
2800
  line-height: 1.625;
2480
2801
  }