@useblu/ocean-core 1.130.0 → 1.132.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.132.0](https://github.com/ocean-ds/ocean-web/compare/v1.131.0...v1.132.0) (2026-03-03)
7
+
8
+ ### Features
9
+
10
+ - update data picker adding tooltip list ([#1230](https://github.com/ocean-ds/ocean-web/issues/1230)) ([e0d2fc6](https://github.com/ocean-ds/ocean-web/commit/e0d2fc63ad1a3f592db66155276a147a77bca3b1))
11
+
12
+ # [1.131.0](https://github.com/ocean-ds/ocean-web/compare/v1.130.0...v1.131.0) (2026-03-03)
13
+
14
+ ### Features
15
+
16
+ - update data picker ([#1229](https://github.com/ocean-ds/ocean-web/issues/1229)) ([ac6c26c](https://github.com/ocean-ds/ocean-web/commit/ac6c26cd1199f556c0bc3d48f94408b8916c09cd))
17
+
6
18
  # [1.130.0](https://github.com/ocean-ds/ocean-web/compare/v1.129.0...v1.130.0) (2026-02-12)
7
19
 
8
20
  ### Features
package/ocean.css CHANGED
@@ -4379,6 +4379,9 @@
4379
4379
  user-select: none;
4380
4380
  width: 100%;
4381
4381
  }
4382
+ .ods-date__calendar-container {
4383
+ position: relative;
4384
+ }
4382
4385
  .ods-date:active, .ods-date:focus,
4383
4386
  .ods-date *:active,
4384
4387
  .ods-date *:focus {
@@ -4440,10 +4443,48 @@
4440
4443
  display: none;
4441
4444
  }
4442
4445
  .ods-date_calendar_m1 {
4443
- top: 72px;
4446
+ top: 4px;
4444
4447
  }
4445
4448
  .ods-date_calendar_m2 {
4446
- top: 72px;
4449
+ top: 4px;
4450
+ }
4451
+ .ods-date__disabled-tooltip {
4452
+ background-color: #393b47;
4453
+ border-radius: 8px;
4454
+ box-shadow: 0 8px 16px rgba(12, 13, 20, 0.08);
4455
+ box-sizing: border-box;
4456
+ color: white;
4457
+ font-family: "Nunito Sans";
4458
+ font-size: 14px;
4459
+ font-weight: 400;
4460
+ left: 0;
4461
+ line-height: 1.5;
4462
+ padding: 12px 16px;
4463
+ position: absolute;
4464
+ right: 0;
4465
+ text-align: center;
4466
+ transform: translateY(-100%);
4467
+ z-index: 10;
4468
+ }
4469
+ .ods-date__disabled-tooltip__arrow {
4470
+ border: 7px solid transparent;
4471
+ border-top-color: #393b47;
4472
+ bottom: -14px;
4473
+ height: 0;
4474
+ position: absolute;
4475
+ transform: translateX(-50%);
4476
+ width: 0;
4477
+ }
4478
+ .ods-date__inline-calendar {
4479
+ background-color: white;
4480
+ border-radius: 12px;
4481
+ box-sizing: border-box;
4482
+ margin: 0;
4483
+ padding: 0 0 16px;
4484
+ width: 100%;
4485
+ }
4486
+ .ods-date__inline-calendar .rdp-vhidden {
4487
+ display: none;
4447
4488
  }
4448
4489
  @media (max-width: 321px) {
4449
4490
  .ods-date_calendar_m2 {