@useblu/ocean-core 1.27.2 → 1.27.3

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/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.27.3](https://github.com/ocean-ds/ocean-web/compare/v1.27.2...v1.27.3) (2022-02-15)
7
+
8
+ **Note:** Version bump only for package @useblu/ocean-core
9
+
6
10
  ## [1.27.2](https://github.com/ocean-ds/ocean-web/compare/v1.27.1...v1.27.2) (2022-02-11)
7
11
 
8
12
  ### Bug Fixes
package/ocean.css CHANGED
@@ -1639,9 +1639,20 @@
1639
1639
  line-height: 1.5;
1640
1640
  }
1641
1641
 
1642
+ .ods-carousel.columns-5, .ods-carousel.columns-4, .ods-carousel.columns-3, .ods-carousel.columns-2 {
1643
+ overflow: hidden;
1644
+ }
1642
1645
  .ods-carousel.columns-5 .slick-track, .ods-carousel.columns-4 .slick-track, .ods-carousel.columns-3 .slick-track, .ods-carousel.columns-2 .slick-track {
1643
1646
  gap: 8px;
1644
1647
  }
1648
+ .ods-carousel.columns-5 .slick-list, .ods-carousel.columns-4 .slick-list, .ods-carousel.columns-3 .slick-list, .ods-carousel.columns-2 .slick-list {
1649
+ box-shadow: none;
1650
+ overflow: inherit;
1651
+ }
1652
+ .ods-carousel.columns-5 .slick-slide, .ods-carousel.columns-4 .slick-slide, .ods-carousel.columns-3 .slick-slide, .ods-carousel.columns-2 .slick-slide {
1653
+ border-radius: 8px;
1654
+ box-shadow: 0 4px 8px rgba(12, 13, 20, 0.08);
1655
+ }
1645
1656
 
1646
1657
  .slick-slider {
1647
1658
  box-sizing: border-box;
@@ -1661,6 +1672,11 @@
1661
1672
  .slick-slider:hover .slick-arrow {
1662
1673
  display: block !important;
1663
1674
  }
1675
+ @media (max-width: 767.98px) {
1676
+ .slick-slider:hover .slick-arrow {
1677
+ display: none !important;
1678
+ }
1679
+ }
1664
1680
 
1665
1681
  .slick-list {
1666
1682
  border-radius: 8px;
@@ -2535,12 +2551,12 @@
2535
2551
 
2536
2552
  .ods-topbar {
2537
2553
  align-items: center;
2538
- display: grid;
2539
- flex-wrap: wrap;
2554
+ display: flex;
2555
+ flex-direction: row;
2540
2556
  font-family: "Avenir";
2541
2557
  font-size: 20px;
2542
2558
  grid-template-columns: 3rem auto 3rem;
2543
- padding: 10px 5px;
2559
+ height: 56px;
2544
2560
  width: 100%;
2545
2561
  }
2546
2562
  .ods-topbar-scroll-bar {
@@ -2562,25 +2578,42 @@
2562
2578
  color: #67697a;
2563
2579
  }
2564
2580
  .ods-topbar-extend {
2581
+ box-sizing: border-box;
2565
2582
  display: flex;
2566
- grid-template-columns: 50% 50% auto;
2583
+ flex-direction: column;
2584
+ height: 128px;
2585
+ justify-content: space-between;
2586
+ padding: 16px 16px 8px;
2567
2587
  }
2568
- .ods-topbar-extend .ods-topbar-title {
2569
- padding-top: 4rem;
2588
+ .ods-topbar-extend .ods-topbar-actions {
2589
+ display: flex;
2590
+ flex-direction: row;
2591
+ height: 72px;
2592
+ justify-content: space-between;
2593
+ width: 100%;
2594
+ }
2595
+ .ods-topbar-extend .ods-topbar-left {
2596
+ margin-left: 0;
2570
2597
  }
2571
- .ods-topbar-extend .ods-topbar-search {
2572
- width: 50%;
2598
+ .ods-topbar-extend .ods-topbar-right {
2599
+ margin-right: 0;
2573
2600
  }
2574
- .ods-topbar-prev {
2601
+ .ods-topbar-left {
2575
2602
  line-height: 0;
2576
- width: 50%;
2603
+ margin-left: 16px;
2604
+ width: 24px;
2577
2605
  }
2578
- .ods-topbar-prev svg {
2606
+ .ods-topbar-left span {
2607
+ align-items: center;
2579
2608
  cursor: pointer;
2609
+ display: flex;
2610
+ justify-content: center;
2580
2611
  }
2581
2612
  .ods-topbar-title {
2582
2613
  font-weight: 800;
2583
2614
  line-height: 1.1;
2615
+ margin-left: 16px;
2616
+ margin-right: 16px;
2584
2617
  width: 100%;
2585
2618
  }
2586
2619
  .ods-topbar-title span {
@@ -2589,11 +2622,15 @@
2589
2622
  font-size: 12px;
2590
2623
  font-weight: 600;
2591
2624
  }
2592
- .ods-topbar-search {
2625
+ .ods-topbar-right {
2593
2626
  line-height: 0;
2594
- text-align: right;
2627
+ margin-right: 16px;
2628
+ width: 24px;
2595
2629
  }
2596
- .ods-topbar-search svg {
2630
+ .ods-topbar-right span {
2631
+ align-items: center;
2597
2632
  cursor: pointer;
2633
+ display: flex;
2634
+ justify-content: center;
2598
2635
  }
2599
2636
  /*# sourceMappingURL=ocean.css.map */