@useblu/ocean-core 1.131.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,12 @@
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
+
6
12
  # [1.131.0](https://github.com/ocean-ds/ocean-web/compare/v1.130.0...v1.131.0) (2026-03-03)
7
13
 
8
14
  ### 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,35 +4443,37 @@
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;
4447
4450
  }
4448
4451
  .ods-date__disabled-tooltip {
4449
4452
  background-color: #393b47;
4450
4453
  border-radius: 8px;
4451
4454
  box-shadow: 0 8px 16px rgba(12, 13, 20, 0.08);
4455
+ box-sizing: border-box;
4452
4456
  color: white;
4453
4457
  font-family: "Nunito Sans";
4454
- font-size: 12px;
4458
+ font-size: 14px;
4455
4459
  font-weight: 400;
4460
+ left: 0;
4456
4461
  line-height: 1.5;
4457
- margin: 0 16px;
4458
4462
  padding: 12px 16px;
4459
4463
  position: absolute;
4464
+ right: 0;
4460
4465
  text-align: center;
4461
- top: 68px;
4466
+ transform: translateY(-100%);
4462
4467
  z-index: 10;
4463
4468
  }
4464
- .ods-date__disabled-tooltip::after {
4469
+ .ods-date__disabled-tooltip__arrow {
4465
4470
  border: 7px solid transparent;
4466
4471
  border-top-color: #393b47;
4467
4472
  bottom: -14px;
4468
- content: "";
4469
- left: 50%;
4473
+ height: 0;
4470
4474
  position: absolute;
4471
4475
  transform: translateX(-50%);
4476
+ width: 0;
4472
4477
  }
4473
4478
  .ods-date__inline-calendar {
4474
4479
  background-color: white;