@useblu/ocean-core 1.57.0 → 1.57.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 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.57.1](https://github.com/ocean-ds/ocean-web/compare/v1.57.0...v1.57.1) (2024-04-18)
7
+
8
+ **Note:** Version bump only for package @useblu/ocean-core
9
+
6
10
  # [1.57.0](https://github.com/ocean-ds/ocean-web/compare/v1.56.0...v1.57.0) (2024-04-18)
7
11
 
8
12
  ### Features
package/ocean.css CHANGED
@@ -1117,7 +1117,7 @@
1117
1117
  .ods-file-uploader__trigger {
1118
1118
  align-items: center;
1119
1119
  background: white;
1120
- border: 1px dashed #d8dae8;
1120
+ border: 1px dashed #ced1e1;
1121
1121
  border-radius: 8px;
1122
1122
  box-sizing: border-box;
1123
1123
  display: flex;
@@ -1224,7 +1224,7 @@
1224
1224
  -webkit-animation: ods-file-animation 0.2s linear;
1225
1225
  animation: ods-file-animation 0.2s linear;
1226
1226
  background: white;
1227
- border: 1px solid #d8dae8;
1227
+ border: 1px solid #ced1e1;
1228
1228
  border-radius: 8px;
1229
1229
  box-sizing: border-box;
1230
1230
  display: flex;
@@ -1246,10 +1246,10 @@
1246
1246
  border: 1px solid #b8c3ff;
1247
1247
  }
1248
1248
  .ods-file-uploader__file--idle {
1249
- border: 1px solid #ebecf5;
1249
+ border: 1px solid #e0e2ee;
1250
1250
  }
1251
1251
  .ods-file-uploader__file--loading {
1252
- border: 1px solid #ebecf5;
1252
+ border: 1px solid #e0e2ee;
1253
1253
  }
1254
1254
  .ods-file-uploader__file--idle .ods-file-uploader__file-status {
1255
1255
  color: #b8c3ff;
@@ -1323,7 +1323,7 @@
1323
1323
  .ods-input {
1324
1324
  align-items: center;
1325
1325
  background-color: white;
1326
- border: 1px solid #d8dae8;
1326
+ border: 1px solid #ced1e1;
1327
1327
  border-radius: 4px;
1328
1328
  box-sizing: border-box;
1329
1329
  display: flex;
@@ -1344,15 +1344,15 @@
1344
1344
  width: 100%;
1345
1345
  }
1346
1346
  .ods-input input::-moz-placeholder {
1347
- color: #d8dae8;
1347
+ color: #ced1e1;
1348
1348
  font-weight: 400;
1349
1349
  }
1350
1350
  .ods-input input:-ms-input-placeholder {
1351
- color: #d8dae8;
1351
+ color: #ced1e1;
1352
1352
  font-weight: 400;
1353
1353
  }
1354
1354
  .ods-input input::placeholder {
1355
- color: #d8dae8;
1355
+ color: #ced1e1;
1356
1356
  font-weight: 400;
1357
1357
  }
1358
1358
  .ods-input__number-controls {
@@ -1372,8 +1372,8 @@
1372
1372
  border-color: #f5456e;
1373
1373
  }
1374
1374
  .ods-input--disabled {
1375
- background-color: #ebecf5;
1376
- border-color: #ebecf5;
1375
+ background-color: #e0e2ee;
1376
+ border-color: #e0e2ee;
1377
1377
  cursor: not-allowed;
1378
1378
  }
1379
1379
  .ods-input--disabled input {
@@ -1391,7 +1391,7 @@
1391
1391
  padding-right: 16px;
1392
1392
  }
1393
1393
  .ods-input__adornment--placeholder {
1394
- color: #d8dae8;
1394
+ color: #ced1e1;
1395
1395
  }
1396
1396
  .ods-input__adornment input {
1397
1397
  padding: 0 4px;
@@ -1437,7 +1437,7 @@
1437
1437
 
1438
1438
  .ods-textarea {
1439
1439
  background-color: white;
1440
- border: 1px solid #d8dae8;
1440
+ border: 1px solid #ced1e1;
1441
1441
  border-radius: 4px;
1442
1442
  box-sizing: border-box;
1443
1443
  color: #393b47;
@@ -1451,25 +1451,25 @@
1451
1451
  width: 100%;
1452
1452
  }
1453
1453
  .ods-textarea::-moz-placeholder {
1454
- color: #d8dae8;
1454
+ color: #ced1e1;
1455
1455
  }
1456
1456
  .ods-textarea:-ms-input-placeholder {
1457
- color: #d8dae8;
1457
+ color: #ced1e1;
1458
1458
  }
1459
1459
  .ods-textarea::placeholder {
1460
- color: #d8dae8;
1460
+ color: #ced1e1;
1461
1461
  }
1462
1462
  .ods-textarea:hover, .ods-textarea:focus, .ods-textarea:active, .ods-textarea:focus-within {
1463
1463
  border: 2px solid #5872f5;
1464
1464
  }
1465
1465
  .ods-textarea:disabled {
1466
- background-color: #ebecf5;
1467
- border-color: #ebecf5;
1466
+ background-color: #e0e2ee;
1467
+ border-color: #e0e2ee;
1468
1468
  color: #aaadc0;
1469
1469
  cursor: not-allowed;
1470
1470
  }
1471
1471
  .ods-textarea:disabled:active {
1472
- border-color: #ebecf5;
1472
+ border-color: #e0e2ee;
1473
1473
  }
1474
1474
  .ods-textarea--filled {
1475
1475
  border: 1px solid #b8c3ff;
@@ -1548,16 +1548,16 @@
1548
1548
  border-color: #13bdbd;
1549
1549
  }
1550
1550
  .ods-checkbox:checked:disabled ~ .ods-checkbox__checkmark {
1551
- background-color: #ebecf5;
1552
- border-color: #ebecf5;
1551
+ background-color: #e0e2ee;
1552
+ border-color: #e0e2ee;
1553
1553
  }
1554
1554
  .ods-checkbox:disabled ~ .ods-checkbox__checkmark, .ods-checkbox:disabled ~ .ods-checkbox__label {
1555
- color: #d8dae8;
1555
+ color: #ced1e1;
1556
1556
  cursor: not-allowed;
1557
1557
  }
1558
1558
  .ods-checkbox:disabled:not(:checked) ~ .ods-checkbox__checkmark {
1559
1559
  background-color: white;
1560
- border-color: #ebecf5;
1560
+ border-color: #e0e2ee;
1561
1561
  }
1562
1562
 
1563
1563
  .ods-radio {
@@ -1597,14 +1597,14 @@
1597
1597
  border-color: #13bdbd;
1598
1598
  }
1599
1599
  .ods-radio:checked:disabled ~ .ods-radio__checkmark {
1600
- border-color: #d8dae8;
1600
+ border-color: #ced1e1;
1601
1601
  }
1602
1602
  .ods-radio:disabled ~ .ods-radio__checkmark, .ods-radio:disabled ~ .ods-radio__label {
1603
- color: #d8dae8;
1603
+ color: #ced1e1;
1604
1604
  cursor: not-allowed;
1605
1605
  }
1606
1606
  .ods-radio:disabled:not(:checked) ~ .ods-radio__checkmark {
1607
- border-color: #d8dae8;
1607
+ border-color: #ced1e1;
1608
1608
  }
1609
1609
 
1610
1610
  .ods-switch {
@@ -1655,18 +1655,18 @@
1655
1655
  border-color: #13bdbd;
1656
1656
  }
1657
1657
  .ods-switch:checked:disabled + .ods-switch__slider {
1658
- background-color: #ebecf5;
1659
- border-color: #ebecf5;
1658
+ background-color: #e0e2ee;
1659
+ border-color: #e0e2ee;
1660
1660
  }
1661
1661
  .ods-switch:disabled + .ods-switch__slider {
1662
1662
  cursor: not-allowed;
1663
1663
  }
1664
1664
  .ods-switch:disabled:not(:checked) + .ods-switch__slider {
1665
1665
  background-color: white;
1666
- border-color: #ebecf5;
1666
+ border-color: #e0e2ee;
1667
1667
  }
1668
1668
  .ods-switch:disabled:not(:checked) + .ods-switch__slider::before {
1669
- background-color: #ebecf5;
1669
+ background-color: #e0e2ee;
1670
1670
  }
1671
1671
 
1672
1672
  .ods-select__root {
@@ -1676,7 +1676,7 @@
1676
1676
  .ods-select__control {
1677
1677
  align-items: center;
1678
1678
  background-color: white;
1679
- border: solid 1px #d8dae8;
1679
+ border: solid 1px #ced1e1;
1680
1680
  border-radius: 4px;
1681
1681
  color: #393b47;
1682
1682
  cursor: pointer;
@@ -1698,8 +1698,8 @@
1698
1698
  padding-right: 15px;
1699
1699
  }
1700
1700
  .ods-select__control:disabled {
1701
- background-color: #ebecf5;
1702
- border-color: #ebecf5;
1701
+ background-color: #e0e2ee;
1702
+ border-color: #e0e2ee;
1703
1703
  color: #aaadc0;
1704
1704
  cursor: not-allowed;
1705
1705
  }
@@ -1718,7 +1718,7 @@
1718
1718
  white-space: nowrap;
1719
1719
  }
1720
1720
  .ods-select__value--empty {
1721
- color: #d8dae8;
1721
+ color: #ced1e1;
1722
1722
  }
1723
1723
  .ods-select__arrow {
1724
1724
  display: flex;
@@ -1739,7 +1739,7 @@
1739
1739
  }
1740
1740
  .ods-select__listbox {
1741
1741
  background-color: white;
1742
- border: solid 1px #d8dae8;
1742
+ border: solid 1px #ced1e1;
1743
1743
  border-radius: 4px;
1744
1744
  box-shadow: 0 8px 16px rgba(12, 13, 20, 0.08);
1745
1745
  list-style: none;
@@ -1974,10 +1974,10 @@
1974
1974
  color: #0025e0;
1975
1975
  }
1976
1976
  .ods-btn--secondary:hover {
1977
- background-color: #ebecf5;
1977
+ background-color: #e0e2ee;
1978
1978
  }
1979
1979
  .ods-btn--secondary:focus {
1980
- background-color: #ebecf5;
1980
+ background-color: #e0e2ee;
1981
1981
  }
1982
1982
  .ods-btn--secondary:active {
1983
1983
  background-color: #aaadc0;
@@ -1993,7 +1993,7 @@
1993
1993
  background-color: #f3f5fe;
1994
1994
  }
1995
1995
  .ods-btn--secondary-critical:active {
1996
- background-color: #ebecf5;
1996
+ background-color: #e0e2ee;
1997
1997
  }
1998
1998
  .ods-btn--text, .ods-btn--text-critical {
1999
1999
  background-color: transparent;
@@ -2005,7 +2005,7 @@
2005
2005
  background-color: #f3f5fe;
2006
2006
  }
2007
2007
  .ods-btn--text:active, .ods-btn--text-critical:active {
2008
- background-color: #ebecf5;
2008
+ background-color: #e0e2ee;
2009
2009
  }
2010
2010
  .ods-btn--text {
2011
2011
  color: #0025e0;
@@ -2068,7 +2068,7 @@
2068
2068
  visibility: hidden;
2069
2069
  }
2070
2070
  .ods-btn:disabled, .ods-btn:disabled .ods-btn:hover {
2071
- background-color: #ebecf5;
2071
+ background-color: #e0e2ee;
2072
2072
  color: #aaadc0;
2073
2073
  cursor: not-allowed;
2074
2074
  }
@@ -2155,7 +2155,7 @@
2155
2155
 
2156
2156
  .slick-next {
2157
2157
  background: white;
2158
- border: 1px solid #d8dae8;
2158
+ border: 1px solid #ced1e1;
2159
2159
  border-radius: 100%;
2160
2160
  color: #0025e0;
2161
2161
  font-size: 0;
@@ -2173,7 +2173,7 @@
2173
2173
 
2174
2174
  .slick-prev {
2175
2175
  background: white;
2176
- border: 1px solid #d8dae8;
2176
+ border: 1px solid #ced1e1;
2177
2177
  border-radius: 100%;
2178
2178
  color: #0025e0;
2179
2179
  font-size: 0;
@@ -2200,7 +2200,7 @@
2200
2200
 
2201
2201
  .slick-prev:active,
2202
2202
  .slick-next:active {
2203
- background: #ebecf5;
2203
+ background: #e0e2ee;
2204
2204
  }
2205
2205
 
2206
2206
  .slick-prev::before,
@@ -2269,7 +2269,7 @@
2269
2269
 
2270
2270
  .ods-carousel-dots li button::before {
2271
2271
  align-items: center;
2272
- background: #d8dae8;
2272
+ background: #ced1e1;
2273
2273
  border-radius: 16px;
2274
2274
  content: " ";
2275
2275
  display: flex;
@@ -2289,7 +2289,7 @@
2289
2289
 
2290
2290
  .ods-divider {
2291
2291
  border: 0;
2292
- border-top: 1px solid #ebecf5;
2292
+ border-top: 1px solid #e0e2ee;
2293
2293
  margin: 0;
2294
2294
  }
2295
2295
 
@@ -2312,7 +2312,7 @@
2312
2312
  color: #0025e0;
2313
2313
  }
2314
2314
  .ods-icon-btn:active {
2315
- background: #ebecf5;
2315
+ background: #e0e2ee;
2316
2316
  }
2317
2317
  .ods-icon-btn--sm {
2318
2318
  font-size: 16px;
@@ -2383,13 +2383,13 @@
2383
2383
 
2384
2384
  .ods-list {
2385
2385
  background: white;
2386
- border: 1px solid #ebecf5;
2386
+ border: 1px solid #e0e2ee;
2387
2387
  border-radius: 8px;
2388
2388
  box-sizing: border-box;
2389
2389
  overflow: hidden;
2390
2390
  }
2391
2391
  .ods-list .ods-transaction-list-item:not(:last-of-type) {
2392
- border-bottom: 1px solid #ebecf5;
2392
+ border-bottom: 1px solid #e0e2ee;
2393
2393
  }
2394
2394
  .ods-list .ods-transaction-list-item__sub-itens .ods-transaction-list-item {
2395
2395
  border: 0;
@@ -2423,13 +2423,13 @@
2423
2423
  background-color: #f3f5fe;
2424
2424
  }
2425
2425
  .ods-transaction-list-item:hover .ods-transaction-list-item__icon, .ods-transaction-list-item:focus .ods-transaction-list-item__icon {
2426
- background-color: #ebecf5;
2426
+ background-color: #e0e2ee;
2427
2427
  }
2428
2428
  .ods-transaction-list-item:active {
2429
- background-color: #d8dae8;
2429
+ background-color: #ced1e1;
2430
2430
  }
2431
2431
  .ods-transaction-list-item:active .ods-transaction-list-item__icon {
2432
- background-color: #ebecf5;
2432
+ background-color: #e0e2ee;
2433
2433
  }
2434
2434
  .ods-transaction-list-item .ods-transaction-list-item__sub-itens .ods-transaction-list-item {
2435
2435
  background-color: transparent;
@@ -2749,7 +2749,7 @@
2749
2749
  .ods-search {
2750
2750
  align-items: center;
2751
2751
  background-color: white;
2752
- border: 1px solid #d8dae8;
2752
+ border: 1px solid #ced1e1;
2753
2753
  border-radius: 4px;
2754
2754
  display: flex;
2755
2755
  height: 46px;
@@ -2769,15 +2769,15 @@
2769
2769
  width: 100%;
2770
2770
  }
2771
2771
  .ods-search input::-moz-placeholder {
2772
- color: #d8dae8;
2772
+ color: #ced1e1;
2773
2773
  font-weight: 400;
2774
2774
  }
2775
2775
  .ods-search input:-ms-input-placeholder {
2776
- color: #d8dae8;
2776
+ color: #ced1e1;
2777
2777
  font-weight: 400;
2778
2778
  }
2779
2779
  .ods-search input::placeholder {
2780
- color: #d8dae8;
2780
+ color: #ced1e1;
2781
2781
  font-weight: 400;
2782
2782
  }
2783
2783
  .ods-search:hover, .ods-search:focus, .ods-search:active, .ods-search:focus-within {
@@ -2787,8 +2787,8 @@
2787
2787
  border: 1px solid #b8c3ff;
2788
2788
  }
2789
2789
  .ods-search--disabled {
2790
- background-color: #ebecf5;
2791
- border-color: #ebecf5;
2790
+ background-color: #e0e2ee;
2791
+ border-color: #e0e2ee;
2792
2792
  cursor: not-allowed;
2793
2793
  }
2794
2794
  .ods-search--disabled input {
@@ -2796,7 +2796,7 @@
2796
2796
  cursor: not-allowed;
2797
2797
  }
2798
2798
  .ods-search--disabled:hover, .ods-search--disabled:focus, .ods-search--disabled:active {
2799
- border: #ebecf5;
2799
+ border: #e0e2ee;
2800
2800
  }
2801
2801
  .ods-search__adornment {
2802
2802
  line-height: 0;
@@ -3270,7 +3270,7 @@
3270
3270
  .ods-cross-sell-card__content {
3271
3271
  align-items: center;
3272
3272
  background-color: #0025e0;
3273
- border: 1px solid #ebecf5;
3273
+ border: 1px solid #e0e2ee;
3274
3274
  border-bottom: 0;
3275
3275
  border-radius: 8px 8px 0 0;
3276
3276
  display: flex;
@@ -3320,7 +3320,7 @@
3320
3320
  .ods-cross-sell-card__cta {
3321
3321
  align-items: center;
3322
3322
  background: white;
3323
- border: 1px solid #ebecf5;
3323
+ border: 1px solid #e0e2ee;
3324
3324
  border-radius: 0 0 8px 8px;
3325
3325
  border-top: 0;
3326
3326
  color: #0025e0;
@@ -3340,7 +3340,7 @@
3340
3340
  cursor: pointer;
3341
3341
  }
3342
3342
  .ods-cross-sell-card__cta:active {
3343
- background: #ebecf5;
3343
+ background: #e0e2ee;
3344
3344
  }
3345
3345
  .ods-cross-sell-card__cta:focus-visible {
3346
3346
  outline: #0025e0 auto 1px;
@@ -3416,7 +3416,7 @@
3416
3416
  }
3417
3417
  .ods-date__calendar {
3418
3418
  background-color: white;
3419
- border: 1px solid #ebecf5;
3419
+ border: 1px solid #e0e2ee;
3420
3420
  border-radius: 8px;
3421
3421
  box-shadow: 0 8px 16px rgba(12, 13, 20, 0.08);
3422
3422
  box-sizing: border-box;
@@ -3582,7 +3582,7 @@
3582
3582
  color: #0025e0;
3583
3583
  }
3584
3584
  .ods-date__disabled {
3585
- color: #d8dae8;
3585
+ color: #ced1e1;
3586
3586
  }
3587
3587
  .ods-date__selected {
3588
3588
  background-color: rgba(176, 245, 245, 0.24);
@@ -3736,7 +3736,7 @@
3736
3736
  width: 100%;
3737
3737
  }
3738
3738
  .ods-chart__legend__row:not(:last-child) {
3739
- border-bottom: 1px solid #ebecf5;
3739
+ border-bottom: 1px solid #e0e2ee;
3740
3740
  }
3741
3741
  .ods-chart__legend__row__description {
3742
3742
  align-items: center;
@@ -4185,7 +4185,7 @@
4185
4185
  .ods-shortcut {
4186
4186
  align-items: flex-start;
4187
4187
  background-color: white;
4188
- border: 1px solid #ebecf5;
4188
+ border: 1px solid #e0e2ee;
4189
4189
  border-radius: 8px;
4190
4190
  box-sizing: border-box;
4191
4191
  cursor: pointer;
@@ -4279,7 +4279,7 @@
4279
4279
 
4280
4280
  .ods-card-list-item {
4281
4281
  align-items: center;
4282
- border: 1px solid #ebecf5;
4282
+ border: 1px solid #e0e2ee;
4283
4283
  border-radius: 8px;
4284
4284
  box-sizing: border-box;
4285
4285
  cursor: pointer;
@@ -4360,7 +4360,7 @@
4360
4360
  }
4361
4361
  .ods-card-list-item--disabled .ods-card-list-item__leading-icon,
4362
4362
  .ods-card-list-item--disabled .ods-card-list-item__action {
4363
- color: #d8dae8;
4363
+ color: #ced1e1;
4364
4364
  }
4365
4365
  .ods-card-list-item--size-small .ods-card-list-item__content__title {
4366
4366
  font-size: 14px;
@@ -4393,7 +4393,7 @@
4393
4393
  padding: 8px 16px;
4394
4394
  }
4395
4395
  .ods-chips__button:hover, .ods-chips__button:focus {
4396
- background: #ebecf5;
4396
+ background: #e0e2ee;
4397
4397
  }
4398
4398
  .ods-chips__button:active {
4399
4399
  background: #0025e0;
@@ -4436,7 +4436,7 @@
4436
4436
  }
4437
4437
  .ods-chips__options {
4438
4438
  background: white;
4439
- border: 1px solid #ebecf5;
4439
+ border: 1px solid #e0e2ee;
4440
4440
  border-radius: 4px;
4441
4441
  box-shadow: 0 8px 16px rgba(12, 13, 20, 0.08);
4442
4442
  display: flex;
@@ -4499,7 +4499,7 @@
4499
4499
  color: #0025e0;
4500
4500
  }
4501
4501
  .ods-chips__options--footer {
4502
- border-top: 1px solid #ebecf5;
4502
+ border-top: 1px solid #e0e2ee;
4503
4503
  display: flex;
4504
4504
  flex-direction: row;
4505
4505
  justify-content: space-between;