@useblu/ocean-core 1.25.1 → 1.27.1
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 +22 -0
- package/ocean.css +83 -17
- package/ocean.css.map +1 -1
- package/ocean.min.css +1 -1
- package/ocean.min.css.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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.1](https://github.com/ocean-ds/ocean-web/compare/v1.27.0...v1.27.1) (2022-02-11)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **carosel:** layout adjustments ([#906](https://github.com/ocean-ds/ocean-web/issues/906)) ([c6f258b](https://github.com/ocean-ds/ocean-web/commit/c6f258b74589c4eb448473fcf414111ed265ec28))
|
|
11
|
+
|
|
12
|
+
## [1.26.2](https://github.com/ocean-ds/ocean-web/compare/v1.26.1...v1.26.2) (2022-01-24)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- scroll modal mobile ([#889](https://github.com/ocean-ds/ocean-web/issues/889)) ([4bb34f7](https://github.com/ocean-ds/ocean-web/commit/4bb34f7e3b72892f5d4b84c64b94d39a113189f5))
|
|
17
|
+
|
|
18
|
+
## [1.26.1](https://github.com/ocean-ds/ocean-web/compare/v1.26.0...v1.26.1) (2022-01-18)
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @useblu/ocean-core
|
|
21
|
+
|
|
22
|
+
# [1.26.0](https://github.com/ocean-ds/ocean-web/compare/v1.25.2...v1.26.0) (2021-12-17)
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
- new component topbar ([#863](https://github.com/ocean-ds/ocean-web/issues/863)) ([4fd2beb](https://github.com/ocean-ds/ocean-web/commit/4fd2beb1d6fe0f556f11a0876ac1e37d6f2ae4fa))
|
|
27
|
+
|
|
6
28
|
## [1.25.1](https://github.com/ocean-ds/ocean-web/compare/v1.25.0...v1.25.1) (2021-11-16)
|
|
7
29
|
|
|
8
30
|
**Note:** Version bump only for package @useblu/ocean-core
|
package/ocean.css
CHANGED
|
@@ -1639,6 +1639,10 @@
|
|
|
1639
1639
|
line-height: 1.5;
|
|
1640
1640
|
}
|
|
1641
1641
|
|
|
1642
|
+
.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
|
+
gap: 8px;
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1642
1646
|
.slick-slider {
|
|
1643
1647
|
box-sizing: border-box;
|
|
1644
1648
|
display: block;
|
|
@@ -1651,6 +1655,12 @@
|
|
|
1651
1655
|
-ms-user-select: none;
|
|
1652
1656
|
user-select: none;
|
|
1653
1657
|
}
|
|
1658
|
+
.slick-slider .slick-arrow {
|
|
1659
|
+
display: none !important;
|
|
1660
|
+
}
|
|
1661
|
+
.slick-slider:hover .slick-arrow {
|
|
1662
|
+
display: block !important;
|
|
1663
|
+
}
|
|
1654
1664
|
|
|
1655
1665
|
.slick-list {
|
|
1656
1666
|
display: block;
|
|
@@ -1675,20 +1685,6 @@
|
|
|
1675
1685
|
top: 0;
|
|
1676
1686
|
}
|
|
1677
1687
|
|
|
1678
|
-
.slick-track > div:not(:first-child) {
|
|
1679
|
-
margin-left: 8px;
|
|
1680
|
-
margin-right: 8px;
|
|
1681
|
-
}
|
|
1682
|
-
|
|
1683
|
-
.slick-track > div:first-child {
|
|
1684
|
-
margin-left: 4px;
|
|
1685
|
-
margin-right: 8px;
|
|
1686
|
-
}
|
|
1687
|
-
|
|
1688
|
-
.slick-track > div:last-child {
|
|
1689
|
-
margin-right: 8px;
|
|
1690
|
-
}
|
|
1691
|
-
|
|
1692
1688
|
.slick-slide {
|
|
1693
1689
|
display: block;
|
|
1694
1690
|
float: left;
|
|
@@ -1696,6 +1692,9 @@
|
|
|
1696
1692
|
min-height: 1px;
|
|
1697
1693
|
}
|
|
1698
1694
|
|
|
1695
|
+
.slick-arrow {
|
|
1696
|
+
box-shadow: 0 4px 8px rgba(12, 13, 20, 0.08);
|
|
1697
|
+
}
|
|
1699
1698
|
@media (max-width: 767.98px) {
|
|
1700
1699
|
.slick-arrow {
|
|
1701
1700
|
display: none !important;
|
|
@@ -1714,7 +1713,7 @@
|
|
|
1714
1713
|
outline: none;
|
|
1715
1714
|
padding: 0;
|
|
1716
1715
|
position: absolute;
|
|
1717
|
-
right:
|
|
1716
|
+
right: 8px;
|
|
1718
1717
|
top: 45%;
|
|
1719
1718
|
transform: translate(0, -50%);
|
|
1720
1719
|
width: 30px;
|
|
@@ -1727,7 +1726,7 @@
|
|
|
1727
1726
|
color: #0025e0;
|
|
1728
1727
|
font-size: 0;
|
|
1729
1728
|
height: 30px;
|
|
1730
|
-
left:
|
|
1729
|
+
left: 8px;
|
|
1731
1730
|
line-height: 0;
|
|
1732
1731
|
margin-top: -10px;
|
|
1733
1732
|
outline: none;
|
|
@@ -1813,7 +1812,7 @@
|
|
|
1813
1812
|
line-height: 0;
|
|
1814
1813
|
outline: none;
|
|
1815
1814
|
padding: 5px;
|
|
1816
|
-
width:
|
|
1815
|
+
width: 8px;
|
|
1817
1816
|
}
|
|
1818
1817
|
|
|
1819
1818
|
.ods-carousel-dots li button::before {
|
|
@@ -2184,6 +2183,7 @@
|
|
|
2184
2183
|
}
|
|
2185
2184
|
.ods-progress__primary svg {
|
|
2186
2185
|
display: block;
|
|
2186
|
+
stroke-width: 8px;
|
|
2187
2187
|
}
|
|
2188
2188
|
.ods-progress__primary svg circle {
|
|
2189
2189
|
stroke: rgba(255, 255, 255, 0.4);
|
|
@@ -2202,6 +2202,7 @@
|
|
|
2202
2202
|
stroke: white;
|
|
2203
2203
|
stroke-dasharray: 80px, 200px;
|
|
2204
2204
|
stroke-dashoffset: 0;
|
|
2205
|
+
stroke-width: 8px;
|
|
2205
2206
|
}
|
|
2206
2207
|
.ods-progress--md {
|
|
2207
2208
|
height: 24px;
|
|
@@ -2315,6 +2316,7 @@
|
|
|
2315
2316
|
@media (max-width: 767.98px) {
|
|
2316
2317
|
.ods-modal__content--after-open {
|
|
2317
2318
|
max-height: 80%;
|
|
2319
|
+
overflow: auto;
|
|
2318
2320
|
top: auto;
|
|
2319
2321
|
}
|
|
2320
2322
|
}
|
|
@@ -2528,4 +2530,68 @@
|
|
|
2528
2530
|
.ods-search__clean svg {
|
|
2529
2531
|
color: #393b47;
|
|
2530
2532
|
}
|
|
2533
|
+
|
|
2534
|
+
.ods-topbar {
|
|
2535
|
+
align-items: center;
|
|
2536
|
+
display: grid;
|
|
2537
|
+
flex-wrap: wrap;
|
|
2538
|
+
font-family: "Avenir";
|
|
2539
|
+
font-size: 20px;
|
|
2540
|
+
grid-template-columns: 3rem auto 3rem;
|
|
2541
|
+
padding: 10px 5px;
|
|
2542
|
+
width: 100%;
|
|
2543
|
+
}
|
|
2544
|
+
.ods-topbar-scroll-bar {
|
|
2545
|
+
box-shadow: 0 4px 8px rgba(12, 13, 20, 0.08);
|
|
2546
|
+
}
|
|
2547
|
+
.ods-topbar-light {
|
|
2548
|
+
color: #fff;
|
|
2549
|
+
}
|
|
2550
|
+
.ods-topbar-light .ods-topbar-title span {
|
|
2551
|
+
color: #fff;
|
|
2552
|
+
}
|
|
2553
|
+
.ods-topbar-default {
|
|
2554
|
+
color: #0025e0;
|
|
2555
|
+
}
|
|
2556
|
+
.ods-topbar-default .ods-topbar-title {
|
|
2557
|
+
padding-top: 0;
|
|
2558
|
+
}
|
|
2559
|
+
.ods-topbar-default .ods-topbar-title span {
|
|
2560
|
+
color: #67697a;
|
|
2561
|
+
}
|
|
2562
|
+
.ods-topbar-extend {
|
|
2563
|
+
display: flex;
|
|
2564
|
+
grid-template-columns: 50% 50% auto;
|
|
2565
|
+
}
|
|
2566
|
+
.ods-topbar-extend .ods-topbar-title {
|
|
2567
|
+
padding-top: 4rem;
|
|
2568
|
+
}
|
|
2569
|
+
.ods-topbar-extend .ods-topbar-search {
|
|
2570
|
+
width: 50%;
|
|
2571
|
+
}
|
|
2572
|
+
.ods-topbar-prev {
|
|
2573
|
+
line-height: 0;
|
|
2574
|
+
width: 50%;
|
|
2575
|
+
}
|
|
2576
|
+
.ods-topbar-prev svg {
|
|
2577
|
+
cursor: pointer;
|
|
2578
|
+
}
|
|
2579
|
+
.ods-topbar-title {
|
|
2580
|
+
font-weight: 800;
|
|
2581
|
+
line-height: 1.1;
|
|
2582
|
+
width: 100%;
|
|
2583
|
+
}
|
|
2584
|
+
.ods-topbar-title span {
|
|
2585
|
+
color: #67697a;
|
|
2586
|
+
display: block;
|
|
2587
|
+
font-size: 12px;
|
|
2588
|
+
font-weight: 600;
|
|
2589
|
+
}
|
|
2590
|
+
.ods-topbar-search {
|
|
2591
|
+
line-height: 0;
|
|
2592
|
+
text-align: right;
|
|
2593
|
+
}
|
|
2594
|
+
.ods-topbar-search svg {
|
|
2595
|
+
cursor: pointer;
|
|
2596
|
+
}
|
|
2531
2597
|
/*# sourceMappingURL=ocean.css.map */
|