@digital-b2c/coreui-kit 0.5.3 → 0.5.5

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.
package/dist/index.css CHANGED
@@ -482,6 +482,21 @@ a:hover {
482
482
  max-width: 295px;
483
483
  }
484
484
 
485
+ /* src/components/primitives/Container/Container.module.scss */
486
+ .Container_module_container {
487
+ width: 100%;
488
+ max-width: 1312px;
489
+ overflow: visible;
490
+ margin: 0 auto;
491
+ position: relative;
492
+ padding: var(--spacing-3xl) var(--spacing-md);
493
+ }
494
+ @media (max-width: 768px) {
495
+ .Container_module_container {
496
+ padding: var(--spacing-lg) var(--spacing-md);
497
+ }
498
+ }
499
+
485
500
  /* src/components/Card/Card.module.scss */
486
501
  .Card_module_card {
487
502
  display: flex;
@@ -502,6 +517,9 @@ a:hover {
502
517
  .Card_module_card .Card_module_subtitle {
503
518
  color: #cecece;
504
519
  }
520
+ a:hover.Card_module_card {
521
+ text-decoration: none;
522
+ }
505
523
 
506
524
  /* src/components/CountingCard/CountingCard.module.scss */
507
525
  .CountingCard_module_counting-card {
@@ -601,21 +619,6 @@ a:hover {
601
619
  width: 28px;
602
620
  }
603
621
 
604
- /* src/components/primitives/Container/Container.module.scss */
605
- .Container_module_container {
606
- width: 100%;
607
- max-width: 1312px;
608
- overflow: visible;
609
- margin: 0 auto;
610
- position: relative;
611
- padding: var(--spacing-3xl) var(--spacing-md);
612
- }
613
- @media (max-width: 768px) {
614
- .Container_module_container {
615
- padding: var(--spacing-lg) var(--spacing-md);
616
- }
617
- }
618
-
619
622
  /* src/components/PracticeCard/PracticeCard.module.scss */
620
623
  .PracticeCard_module_practice-card {
621
624
  color: var(--color-white);
@@ -720,6 +723,9 @@ a:hover {
720
723
  .CardCollection_module_card-collection.CardCollection_module_threeCols .CardCollection_module_cardWrapper {
721
724
  grid-template-columns: repeat(3, 1fr);
722
725
  }
726
+ .CardCollection_module_card-collection.CardCollection_module_fourCols .CardCollection_module_cardWrapper {
727
+ grid-template-columns: repeat(4, 1fr);
728
+ }
723
729
  .CardCollection_module_card-collection.CardCollection_module_examCard .CardCollection_module_wrapper .CardCollection_module_cardWrapper {
724
730
  position: relative;
725
731
  display: flex;
@@ -1618,103 +1624,61 @@ a:hover {
1618
1624
  }
1619
1625
 
1620
1626
  /* src/components/UpcomingEventCard/UpcomingEventCard.module.scss */
1621
- article {
1627
+ .UpcomingEventCard_module_event-card {
1622
1628
  display: flex;
1623
- flex-direction: row-reverse;
1624
- justify-content: space-between;
1625
1629
  border: 1px solid var(--color-extra-light-gray);
1626
1630
  overflow: hidden;
1627
1631
  border-radius: 0.5rem;
1628
- align-items: center;
1629
1632
  background-color: var(--color-white);
1630
1633
  flex: 1;
1631
1634
  height: 100%;
1632
1635
  }
1633
- article.grey {
1634
- flex-direction: column;
1635
- height: 100%;
1636
- }
1637
- @media (max-width: 768px) {
1638
- article {
1639
- flex-direction: column;
1640
- }
1641
- }
1642
- article button {
1643
- margin-right: 1rem;
1644
- min-width: 195px;
1645
- }
1646
- article button.UpcomingEventCard_module_show {
1647
- display: block !important;
1648
- }
1649
- article button.UpcomingEventCard_module_hidden {
1650
- display: none !important;
1636
+ .UpcomingEventCard_module_event-card .UpcomingEventCard_module_event-card-content {
1637
+ display: flex;
1651
1638
  }
1652
- article .UpcomingEventCard_module_image {
1653
- padding-right: 1rem;
1654
- height: 153px;
1655
- min-width: 346px;
1639
+ .UpcomingEventCard_module_event-card .UpcomingEventCard_module_event-card-content .UpcomingEventCard_module_event-card-image {
1656
1640
  object-position: center;
1657
1641
  object-fit: cover;
1658
1642
  }
1659
- article .UpcomingEventCard_module_image.grey {
1660
- padding: 0;
1661
- min-height: 277.26px;
1662
- padding: 0;
1663
- min-width: 100%;
1664
- }
1665
- @media (max-width: 768px) {
1666
- article .UpcomingEventCard_module_image {
1667
- padding: 0;
1668
- width: 100%;
1669
- height: 229px;
1670
- }
1671
- }
1672
- article .UpcomingEventCard_module_text-content {
1643
+ .UpcomingEventCard_module_event-card .UpcomingEventCard_module_event-card-content .UpcomingEventCard_module_event-card-text-content {
1673
1644
  display: flex;
1674
1645
  flex-direction: column;
1675
1646
  gap: 0.5rem;
1676
- padding: 1rem;
1677
- height: 100%;
1678
- }
1679
- article .UpcomingEventCard_module_text-content.grey {
1680
1647
  height: 100%;
1681
1648
  }
1682
- article .UpcomingEventCard_module_text-content.grey .UpcomingEventCard_module_cta {
1683
- margin-top: auto;
1684
- }
1685
- article .UpcomingEventCard_module_text-content h3 {
1649
+ .UpcomingEventCard_module_event-card .UpcomingEventCard_module_event-card-content .UpcomingEventCard_module_event-card-text-content h3 {
1686
1650
  line-height: 140%;
1687
1651
  color: var(--color-black);
1688
1652
  font-size: var(--font-size-xl);
1689
1653
  }
1690
1654
  @media (max-width: 768px) {
1691
- article .UpcomingEventCard_module_text-content h3 {
1655
+ .UpcomingEventCard_module_event-card .UpcomingEventCard_module_event-card-content .UpcomingEventCard_module_event-card-text-content h3 {
1692
1656
  line-height: 130%;
1693
1657
  font-size: var(--font-size-lg);
1694
1658
  }
1695
1659
  }
1696
- article .UpcomingEventCard_module_text-content .UpcomingEventCard_module_date {
1660
+ .UpcomingEventCard_module_event-card .UpcomingEventCard_module_event-card-content .UpcomingEventCard_module_event-card-text-content .UpcomingEventCard_module_date {
1697
1661
  color: var(--color-gray);
1698
1662
  line-height: 150%;
1699
1663
  font-size: var(--font-size-sm);
1700
1664
  }
1701
- article .UpcomingEventCard_module_text-content .UpcomingEventCard_module_location {
1665
+ .UpcomingEventCard_module_event-card .UpcomingEventCard_module_event-card-content .UpcomingEventCard_module_event-card-text-content .UpcomingEventCard_module_location {
1702
1666
  color: var(--color-black);
1703
1667
  line-height: 140%;
1704
1668
  font-size: var(--font-size-lg);
1705
1669
  }
1706
1670
  @media (max-width: 768px) {
1707
- article .UpcomingEventCard_module_text-content .UpcomingEventCard_module_location {
1671
+ .UpcomingEventCard_module_event-card .UpcomingEventCard_module_event-card-content .UpcomingEventCard_module_event-card-text-content .UpcomingEventCard_module_location {
1708
1672
  line-height: 130%;
1709
1673
  font-size: 18px;
1710
1674
  }
1711
1675
  }
1712
- article .UpcomingEventCard_module_text-content .UpcomingEventCard_module_description {
1676
+ .UpcomingEventCard_module_event-card .UpcomingEventCard_module_event-card-content .UpcomingEventCard_module_event-card-text-content .UpcomingEventCard_module_description {
1713
1677
  font-size: var(--font-size-md);
1714
1678
  line-height: 150%;
1715
1679
  }
1716
1680
  @media (max-width: 768px) {
1717
- article .UpcomingEventCard_module_text-content .UpcomingEventCard_module_description {
1681
+ .UpcomingEventCard_module_event-card .UpcomingEventCard_module_event-card-content .UpcomingEventCard_module_event-card-text-content .UpcomingEventCard_module_description {
1718
1682
  font-size: var(--font-size-sm);
1719
1683
  display: -webkit-box;
1720
1684
  line-clamp: 5;
@@ -1723,59 +1687,148 @@ article .UpcomingEventCard_module_text-content .UpcomingEventCard_module_descrip
1723
1687
  overflow: hidden;
1724
1688
  }
1725
1689
  }
1726
-
1727
- /* src/components/Carousel/Carousel.module.scss */
1728
- .Carousel_module_carousel-item {
1729
- display: flex;
1730
- flex-direction: row;
1690
+ .UpcomingEventCard_module_event-card .UpcomingEventCard_module_event-card-footer {
1691
+ padding: 1rem;
1731
1692
  }
1732
-
1733
- /* src/widgets/EventList/EventList.module.scss */
1734
- .EventList_module_section {
1735
- padding: 1.5rem 1rem;
1736
- max-width: 1440px;
1737
- margin: 0 auto;
1693
+ .UpcomingEventCard_module_event-card .UpcomingEventCard_module_event-card-footer button {
1694
+ margin-right: 1rem;
1695
+ min-width: 195px;
1738
1696
  }
1739
- .EventList_module_section h2 {
1740
- color: var(--color-black);
1741
- font-size: var(--font-size-3xl);
1697
+ .UpcomingEventCard_module_event-card.UpcomingEventCard_module_horizontal {
1698
+ flex-direction: row-reverse;
1699
+ align-items: center;
1742
1700
  }
1743
- @media (max-width: 768px) {
1744
- .EventList_module_section h2 {
1745
- font-size: var(--font-size-lg);
1746
- }
1701
+ .UpcomingEventCard_module_event-card.UpcomingEventCard_module_horizontal .UpcomingEventCard_module_event-card-content {
1702
+ flex-direction: row-reverse;
1703
+ align-items: center;
1704
+ gap: 1rem;
1705
+ padding: 1rem;
1747
1706
  }
1748
- .EventList_module_section ul {
1749
- display: flex;
1750
- flex-direction: column;
1751
- gap: var(--spacing-md);
1752
- list-style: none;
1707
+ .UpcomingEventCard_module_event-card.UpcomingEventCard_module_horizontal .UpcomingEventCard_module_event-card-content .UpcomingEventCard_module_event-card-image {
1708
+ min-width: 346px;
1709
+ height: 153px;
1753
1710
  }
1754
- .EventList_module_section ul.EventList_module_grey {
1711
+ .UpcomingEventCard_module_event-card.UpcomingEventCard_module_horizontal .UpcomingEventCard_module_event-card-content .UpcomingEventCard_module_event-card-text-content .UpcomingEventCard_module_event-card-cta {
1712
+ margin-top: auto;
1713
+ }
1714
+ .UpcomingEventCard_module_event-card.UpcomingEventCard_module_horizontal .UpcomingEventCard_module_event-card-content .UpcomingEventCard_module_event-card-text-content .UpcomingEventCard_module_event-card-cta.UpcomingEventCard_module_hidden {
1715
+ display: none;
1716
+ }
1717
+ .UpcomingEventCard_module_event-card.UpcomingEventCard_module_horizontal .UpcomingEventCard_module_event-card-content .UpcomingEventCard_module_event-card-cta.UpcomingEventCard_module_hidden {
1718
+ background-color: red;
1719
+ }
1720
+ .UpcomingEventCard_module_event-card.UpcomingEventCard_module_horizontal .UpcomingEventCard_module_event-card-footer.UpcomingEventCard_module_hidden {
1721
+ display: none;
1722
+ }
1723
+ .UpcomingEventCard_module_event-card.UpcomingEventCard_module_horizontal.UpcomingEventCard_module_cta-without-image {
1755
1724
  flex-direction: row;
1756
- flex: 1;
1757
1725
  }
1758
- .EventList_module_section .EventList_module_header-container {
1726
+ .UpcomingEventCard_module_event-card.UpcomingEventCard_module_horizontal.UpcomingEventCard_module_cta-without-image .UpcomingEventCard_module_event-card-footer {
1727
+ padding: 0;
1728
+ padding-right: 1rem;
1729
+ }
1730
+ .UpcomingEventCard_module_event-card.UpcomingEventCard_module_vertical {
1731
+ flex-direction: column;
1732
+ }
1733
+ .UpcomingEventCard_module_event-card.UpcomingEventCard_module_vertical .UpcomingEventCard_module_event-card-content {
1734
+ flex-direction: column;
1735
+ }
1736
+ .UpcomingEventCard_module_event-card.UpcomingEventCard_module_vertical .UpcomingEventCard_module_event-card-content .UpcomingEventCard_module_event-card-image {
1737
+ height: 228.61px;
1738
+ min-width: 346px;
1739
+ object-position: center;
1740
+ object-fit: cover;
1741
+ }
1742
+ .UpcomingEventCard_module_event-card.UpcomingEventCard_module_vertical .UpcomingEventCard_module_event-card-content .UpcomingEventCard_module_event-card-text-content {
1743
+ padding: 1rem;
1744
+ }
1745
+ .UpcomingEventCard_module_event-card.UpcomingEventCard_module_vertical .UpcomingEventCard_module_event-card-content .UpcomingEventCard_module_event-card-cta {
1746
+ display: none;
1747
+ }
1748
+
1749
+ /* src/components/Carousel/Carousel.module.scss */
1750
+
1751
+ /* src/widgets/EventList/EventList.module.scss */
1752
+ .EventList_module_event-list-module .EventList_module_event-list-header-container {
1759
1753
  display: flex;
1760
1754
  justify-content: space-between;
1761
1755
  align-items: center;
1762
1756
  gap: 12px var(--spacing-md);
1763
1757
  margin-bottom: var(--spacing-xl);
1764
1758
  }
1765
- .EventList_module_section li .grey {
1759
+ .EventList_module_event-list-module .EventList_module_event-list-wrapper {
1760
+ display: flex;
1761
+ gap: var(--spacing-md);
1762
+ list-style: none;
1763
+ }
1764
+ .EventList_module_event-list-module .EventList_module_event-list-wrapper.EventList_module_vertical {
1765
+ flex-direction: column;
1766
+ }
1767
+ .EventList_module_event-list-module .EventList_module_event-list-wrapper.EventList_module_vertical.EventList_module_grey .EventList_module_card-list-item .EventList_module_card-item {
1766
1768
  flex: 1;
1767
1769
  }
1768
- @media (max-width: 768px) {
1769
- .EventList_module_section li .grey {
1770
- flex: 1;
1771
- }
1770
+ .EventList_module_event-list-module .EventList_module_event-list-wrapper.EventList_module_vertical.EventList_module_grey .EventList_module_card-list-item .EventList_module_card-item .card-content {
1771
+ flex: 1;
1772
1772
  }
1773
- .EventList_module_section.EventList_module_grey {
1774
- background-color: #f3f3f3;
1773
+ .EventList_module_event-list-module .EventList_module_event-list-wrapper.EventList_module_vertical.EventList_module_grey .EventList_module_card-list-item .EventList_module_card-item .card-content .card-text-content {
1774
+ flex: 1;
1775
1775
  }
1776
- .EventList_module_section.EventList_module_grey .swiper-wrapper {
1776
+ .EventList_module_event-list-module .EventList_module_event-list-wrapper.EventList_module_vertical.EventList_module_grey .EventList_module_card-list-item .EventList_module_card-item .card-content .card-image {
1777
+ width: 346px;
1778
+ height: auto;
1779
+ max-height: 233px;
1780
+ }
1781
+ .EventList_module_event-list-module .EventList_module_event-list-wrapper.EventList_module_horizontal {
1777
1782
  flex-direction: row;
1778
1783
  }
1784
+ .EventList_module_event-list-module .EventList_module_event-list-wrapper.EventList_module_horizontal.EventList_module_grey .EventList_module_card-list-item {
1785
+ flex: 1;
1786
+ }
1787
+ .EventList_module_event-list-module .EventList_module_event-list-wrapper.EventList_module_horizontal.EventList_module_grey .EventList_module_card-list-item .EventList_module_card-item {
1788
+ justify-content: space-between;
1789
+ }
1790
+ .EventList_module_event-list-module .EventList_module_event-list-wrapper.EventList_module_horizontal.EventList_module_grey .EventList_module_card-list-item .EventList_module_card-item .card-image {
1791
+ min-width: auto;
1792
+ }
1793
+ .EventList_module_event-list-module .EventList_module_event-list-wrapper.EventList_module_horizontal.EventList_module_grey .EventList_module_card-list-item .EventList_module_card-item .card-text-title {
1794
+ display: -webkit-box;
1795
+ -webkit-line-clamp: 2;
1796
+ -webkit-box-orient: vertical;
1797
+ overflow: hidden;
1798
+ }
1799
+ .EventList_module_event-list-module .EventList_module_event-list-wrapper.EventList_module_horizontal.EventList_module_grey .EventList_module_card-list-item .EventList_module_card-item .card-text-description {
1800
+ display: -webkit-box;
1801
+ -webkit-line-clamp: 4;
1802
+ -webkit-box-orient: vertical;
1803
+ overflow: hidden;
1804
+ }
1805
+ .EventList_module_event-list-module.EventList_module_grey {
1806
+ background-color: #f3f3f3;
1807
+ }
1808
+ .EventList_module_event-list-module.EventList_module_grey .EventList_module_carousel-wrapper {
1809
+ display: flex !important;
1810
+ align-items: stretch !important;
1811
+ }
1812
+ .EventList_module_event-list-module.EventList_module_grey .EventList_module_carousel-wrapper .EventList_module_carousel-list-item {
1813
+ height: auto !important;
1814
+ display: flex !important;
1815
+ max-width: 258px !important;
1816
+ }
1817
+ .EventList_module_event-list-module.EventList_module_grey .EventList_module_carousel-wrapper .EventList_module_carousel-list-item .EventList_module_event-card .card-content {
1818
+ flex: 1;
1819
+ }
1820
+ .EventList_module_event-list-module.EventList_module_grey .EventList_module_carousel-wrapper .EventList_module_carousel-list-item .EventList_module_event-card .card-content .card-text-title {
1821
+ display: -webkit-box;
1822
+ -webkit-line-clamp: 2;
1823
+ -webkit-box-orient: vertical;
1824
+ overflow: hidden;
1825
+ }
1826
+ .EventList_module_event-list-module.EventList_module_grey .EventList_module_carousel-wrapper .EventList_module_carousel-list-item .EventList_module_event-card .card-content .card-text-description {
1827
+ display: -webkit-box;
1828
+ -webkit-line-clamp: 3;
1829
+ -webkit-box-orient: vertical;
1830
+ overflow: hidden;
1831
+ }
1779
1832
 
1780
1833
  /* src/widgets/TextEvent/TextEvent.module.scss */
1781
1834
  html,
@@ -2251,4 +2304,83 @@ a:hover {
2251
2304
  margin-left: 48px;
2252
2305
  list-style-type: lower-alpha;
2253
2306
  }
2307
+
2308
+ /* src/widgets/TextCenterCtaInBottom/TextCenterCtaInBottom.module.scss */
2309
+ .TextCenterCtaInBottom_module_textCenterCta {
2310
+ display: block;
2311
+ width: 100%;
2312
+ background-color: var(--color-white);
2313
+ }
2314
+ .TextCenterCtaInBottom_module_textCenterCta .TextCenterCtaInBottom_module_container {
2315
+ display: flex;
2316
+ flex-direction: column;
2317
+ align-items: center;
2318
+ justify-content: center;
2319
+ padding: var(--spacing-3xl) var(--spacing-7xl);
2320
+ gap: var(--spacing-xl);
2321
+ }
2322
+ .TextCenterCtaInBottom_module_textCenterCta .TextCenterCtaInBottom_module_content {
2323
+ display: flex;
2324
+ flex-direction: column;
2325
+ align-items: center;
2326
+ text-align: center;
2327
+ max-width: 866px;
2328
+ gap: var(--spacing-xl);
2329
+ }
2330
+ .TextCenterCtaInBottom_module_textCenterCta .TextCenterCtaInBottom_module_title {
2331
+ font-size: var(--font-size-xl);
2332
+ font-weight: 600;
2333
+ line-height: var(--line-height-tight-2);
2334
+ color: var(--color-black);
2335
+ }
2336
+ .TextCenterCtaInBottom_module_textCenterCta .TextCenterCtaInBottom_module_subtitle {
2337
+ font-size: var(--font-size-lg);
2338
+ font-weight: 500;
2339
+ line-height: var(--line-height-tight-1);
2340
+ color: var(--color-neutral-700);
2341
+ }
2342
+ .TextCenterCtaInBottom_module_textCenterCta .TextCenterCtaInBottom_module_ctaWrapper {
2343
+ display: flex;
2344
+ gap: var(--spacing-md);
2345
+ }
2346
+ @media (max-width: 768px) {
2347
+ .TextCenterCtaInBottom_module_textCenterCta .TextCenterCtaInBottom_module_ctaWrapper {
2348
+ display: grid;
2349
+ gap: var(--spacing-sm);
2350
+ }
2351
+ }
2352
+ @media (max-width: 768px) {
2353
+ .TextCenterCtaInBottom_module_textCenterCta .TextCenterCtaInBottom_module_ctaWrapper.TextCenterCtaInBottom_module_iconOnly {
2354
+ display: flex;
2355
+ justify-content: center;
2356
+ }
2357
+ }
2358
+ .TextCenterCtaInBottom_module_textCenterCta .TextCenterCtaInBottom_module_cta img {
2359
+ height: var(--font-size-xs);
2360
+ width: var(--font-size-xs);
2361
+ }
2362
+ @media (max-width: 768px) {
2363
+ .TextCenterCtaInBottom_module_textCenterCta .TextCenterCtaInBottom_module_container {
2364
+ padding: var(--spacing-lg) var(--spacing-md);
2365
+ gap: var(--spacing-md);
2366
+ }
2367
+ .TextCenterCtaInBottom_module_textCenterCta .TextCenterCtaInBottom_module_content {
2368
+ max-width: 343px;
2369
+ gap: var(--spacing-md);
2370
+ }
2371
+ .TextCenterCtaInBottom_module_textCenterCta .TextCenterCtaInBottom_module_title {
2372
+ font-size: var(--font-size-lg);
2373
+ line-height: var(--line-height-tight-3);
2374
+ }
2375
+ .TextCenterCtaInBottom_module_textCenterCta .TextCenterCtaInBottom_module_subtitle {
2376
+ font-size: 18px;
2377
+ line-height: var(--line-height-normal);
2378
+ }
2379
+ .TextCenterCtaInBottom_module_textCenterCta .TextCenterCtaInBottom_module_cta {
2380
+ width: 100%;
2381
+ }
2382
+ .TextCenterCtaInBottom_module_textCenterCta .TextCenterCtaInBottom_module_iconOnly .TextCenterCtaInBottom_module_cta {
2383
+ width: auto;
2384
+ }
2385
+ }
2254
2386
  /*# sourceMappingURL=index.css.map */