@useblu/ocean-core 1.139.0 → 1.139.2

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.139.2](https://github.com/ocean-ds/ocean-web/compare/v1.139.1...v1.139.2) (2026-09-18)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **tag:** tipografia definida só pelo size e highlight neutral em brandPrimaryPure (MR-802) ([#1258](https://github.com/ocean-ds/ocean-web/issues/1258)) ([2167d99](https://github.com/ocean-ds/ocean-web/commit/2167d99da9383c40e1499d24dcb18648f50ab6a6))
11
+
12
+ ## [1.139.1](https://github.com/ocean-ds/ocean-web/compare/v1.139.0...v1.139.1) (2026-09-18)
13
+
14
+ ### Bug Fixes
15
+
16
+ - **core:** MR-772 calendário do DateRange/DatePicker na largura dos dois campos ([#1257](https://github.com/ocean-ds/ocean-web/issues/1257)) ([0e533a5](https://github.com/ocean-ds/ocean-web/commit/0e533a55eed990e8a0bdd9f9c871934825362d3e))
17
+
6
18
  # [1.139.0](https://github.com/ocean-ds/ocean-web/compare/v1.138.0...v1.139.0) (2026-09-17)
7
19
 
8
20
  ### Features
package/ocean.css CHANGED
@@ -3777,19 +3777,13 @@
3777
3777
  }
3778
3778
  .ods-tag--highlight__important {
3779
3779
  color: white;
3780
- font-size: 10px;
3781
- font-weight: 800;
3782
- line-height: 10px;
3783
3780
  padding: 4px 8px;
3784
3781
  background-color: #ff726e;
3785
3782
  }
3786
3783
  .ods-tag--highlight__neutral {
3787
3784
  color: white;
3788
- font-size: 10px;
3789
- font-weight: 800;
3790
- line-height: 10px;
3791
3785
  padding: 4px 8px;
3792
- background-color: #5872f5;
3786
+ background-color: #0025e0;
3793
3787
  }
3794
3788
  .ods-tag--negative {
3795
3789
  background-color: #fff1f4;
@@ -4452,7 +4446,17 @@
4452
4446
  width: 100%;
4453
4447
  }
4454
4448
  .ods-date__calendar-container {
4449
+ left: 0;
4450
+ position: absolute;
4451
+ right: 0;
4452
+ top: 100%;
4453
+ width: 100%;
4454
+ z-index: 1;
4455
+ }
4456
+ .ods-date__calendar-container--inline {
4455
4457
  position: relative;
4458
+ top: auto;
4459
+ z-index: auto;
4456
4460
  }
4457
4461
  .ods-date:active, .ods-date:focus,
4458
4462
  .ods-date *:active,
@@ -4463,9 +4467,11 @@
4463
4467
  display: grid;
4464
4468
  gap: 8px;
4465
4469
  grid-template-columns: repeat(2, 1fr);
4470
+ position: relative;
4466
4471
  width: 100%;
4467
4472
  }
4468
4473
  .ods-date__form-row-datepicker {
4474
+ position: relative;
4469
4475
  width: 100%;
4470
4476
  }
4471
4477
  .ods-date__form-controls {
@@ -4473,12 +4479,15 @@
4473
4479
  margin: 0;
4474
4480
  }
4475
4481
  .ods-date__form-controls > label {
4482
+ align-items: center;
4476
4483
  color: #67697a;
4484
+ display: flex;
4477
4485
  font-family: "Nunito Sans";
4478
4486
  font-size: 14px;
4479
4487
  font-weight: 400;
4480
4488
  line-height: 15px;
4481
- margin: 0 0 8px;
4489
+ margin: 0 4px 8px 0;
4490
+ min-height: 22px;
4482
4491
  padding: 0;
4483
4492
  text-transform: none;
4484
4493
  }
@@ -4506,19 +4515,18 @@
4506
4515
  border-radius: 12px;
4507
4516
  box-shadow: 0 8px 16px rgba(12, 13, 20, 0.08);
4508
4517
  box-sizing: border-box;
4509
- margin: 0;
4518
+ left: 0;
4519
+ margin: 4px 0 0;
4510
4520
  padding: 0 0 16px;
4511
4521
  position: absolute;
4522
+ right: 0;
4512
4523
  width: 100%;
4513
4524
  }
4514
4525
  .ods-date__calendar .rdp-vhidden {
4515
4526
  display: none;
4516
4527
  }
4517
- .ods-date_calendar_m1 {
4518
- top: 4px;
4519
- }
4520
- .ods-date_calendar_m2 {
4521
- top: 4px;
4528
+ .ods-date_calendar_m1, .ods-date_calendar_m2 {
4529
+ top: 0;
4522
4530
  }
4523
4531
  .ods-date__disabled-tooltip {
4524
4532
  background-color: #393b47;
@@ -4558,11 +4566,6 @@
4558
4566
  .ods-date__inline-calendar .rdp-vhidden {
4559
4567
  display: none;
4560
4568
  }
4561
- @media (max-width: 321px) {
4562
- .ods-date_calendar_m2 {
4563
- top: 150px;
4564
- }
4565
- }
4566
4569
  .ods-date__caption {
4567
4570
  align-items: center;
4568
4571
  color: #393b47;