@useblu/ocean-core 1.55.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/ocean.css CHANGED
@@ -1074,7 +1074,7 @@
1074
1074
  left: -5px;
1075
1075
  }
1076
1076
  .ods-form-control__helper-text {
1077
- color: #b6b9cc;
1077
+ color: #aaadc0;
1078
1078
  font-size: 12px;
1079
1079
  font-weight: 600;
1080
1080
  line-height: 1;
@@ -1084,7 +1084,7 @@
1084
1084
  color: #f5456e;
1085
1085
  }
1086
1086
  .ods-form-control__helper-text--disabled {
1087
- color: #b6b9cc;
1087
+ color: #aaadc0;
1088
1088
  }
1089
1089
 
1090
1090
  .ods-form-label {
@@ -1097,7 +1097,7 @@
1097
1097
  margin-bottom: 8px;
1098
1098
  }
1099
1099
  .ods-form-label--disabled {
1100
- color: #b6b9cc;
1100
+ color: #aaadc0;
1101
1101
  }
1102
1102
 
1103
1103
  .ods-file-uploader {
@@ -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;
@@ -1128,7 +1128,7 @@
1128
1128
  width: 100%;
1129
1129
  }
1130
1130
  .ods-file-uploader__trigger--drag {
1131
- background: #f7f9ff;
1131
+ background: #f3f5fe;
1132
1132
  border: 1px dashed #0025e0;
1133
1133
  }
1134
1134
  .ods-file-uploader--error .ods-file-uploader__trigger {
@@ -1179,7 +1179,7 @@
1179
1179
  }
1180
1180
  .ods-file-uploader__subtitle {
1181
1181
  align-items: center;
1182
- color: #b6b9cc;
1182
+ color: #aaadc0;
1183
1183
  display: flex;
1184
1184
  font-size: 12px;
1185
1185
  font-weight: 400;
@@ -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;
@@ -1273,7 +1273,7 @@
1273
1273
  justify-content: center;
1274
1274
  }
1275
1275
  .ods-file-uploader__file-actions .ods-icon-btn {
1276
- color: #b6b9cc;
1276
+ color: #aaadc0;
1277
1277
  }
1278
1278
  .ods-file-uploader__file-actions .ods-icon-btn:hover {
1279
1279
  color: #0025e0;
@@ -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,12 +1372,12 @@
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 {
1380
- color: #b6b9cc;
1380
+ color: #aaadc0;
1381
1381
  cursor: not-allowed;
1382
1382
  }
1383
1383
  .ods-input--disabled:hover, .ods-input--disabled:focus, .ods-input--disabled:active {
@@ -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;
1468
- color: #b6b9cc;
1466
+ background-color: #e0e2ee;
1467
+ border-color: #e0e2ee;
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;
@@ -1492,8 +1492,8 @@
1492
1492
  user-select: none;
1493
1493
  }
1494
1494
  .ods-checkbox__root:hover .ods-checkbox__checkmark {
1495
- background-color: #f7f9ff;
1496
- border-color: #b6b9cc;
1495
+ background-color: #f3f5fe;
1496
+ border-color: #aaadc0;
1497
1497
  }
1498
1498
  .ods-checkbox__label {
1499
1499
  cursor: pointer;
@@ -1501,7 +1501,7 @@
1501
1501
  }
1502
1502
  .ods-checkbox__checkmark {
1503
1503
  background-color: white;
1504
- border: solid 1px #b6b9cc;
1504
+ border: solid 1px #aaadc0;
1505
1505
  border-radius: 4px;
1506
1506
  box-sizing: border-box;
1507
1507
  cursor: pointer;
@@ -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 {
@@ -1574,8 +1574,8 @@
1574
1574
  user-select: none;
1575
1575
  }
1576
1576
  .ods-radio__root:hover .ods-radio__checkmark {
1577
- background-color: #f7f9ff;
1578
- border-color: #b6b9cc;
1577
+ background-color: #f3f5fe;
1578
+ border-color: #aaadc0;
1579
1579
  }
1580
1580
  .ods-radio__label {
1581
1581
  cursor: pointer;
@@ -1583,7 +1583,7 @@
1583
1583
  }
1584
1584
  .ods-radio__checkmark {
1585
1585
  background-color: white;
1586
- border: solid 1px #b6b9cc;
1586
+ border: solid 1px #aaadc0;
1587
1587
  border-radius: 50%;
1588
1588
  box-sizing: border-box;
1589
1589
  cursor: pointer;
@@ -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 {
@@ -1620,12 +1620,12 @@
1620
1620
  width: 40px;
1621
1621
  }
1622
1622
  .ods-switch__root:hover .ods-switch__slider {
1623
- background-color: #f7f9ff;
1624
- border-color: #b6b9cc;
1623
+ background-color: #f3f5fe;
1624
+ border-color: #aaadc0;
1625
1625
  }
1626
1626
  .ods-switch__slider {
1627
1627
  background-color: white;
1628
- border: solid 1px #b6b9cc;
1628
+ border: solid 1px #aaadc0;
1629
1629
  border-radius: 500px;
1630
1630
  bottom: 0;
1631
1631
  box-sizing: border-box;
@@ -1638,7 +1638,7 @@
1638
1638
  transition: all 0.2s ease;
1639
1639
  }
1640
1640
  .ods-switch__slider::before {
1641
- background-color: #b6b9cc;
1641
+ background-color: #aaadc0;
1642
1642
  border-radius: 50%;
1643
1643
  content: "";
1644
1644
  display: block;
@@ -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,9 +1698,9 @@
1698
1698
  padding-right: 15px;
1699
1699
  }
1700
1700
  .ods-select__control:disabled {
1701
- background-color: #ebecf5;
1702
- border-color: #ebecf5;
1703
- color: #b6b9cc;
1701
+ background-color: #e0e2ee;
1702
+ border-color: #e0e2ee;
1703
+ color: #aaadc0;
1704
1704
  cursor: not-allowed;
1705
1705
  }
1706
1706
  .ods-select__control--filled {
@@ -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;
@@ -1731,7 +1731,7 @@
1731
1731
  transform: rotate(0);
1732
1732
  }
1733
1733
  .ods-select__arrow--disabled {
1734
- color: #b6b9cc;
1734
+ color: #aaadc0;
1735
1735
  }
1736
1736
  .ods-select__listbox-wrapper {
1737
1737
  position: relative;
@@ -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;
@@ -1777,7 +1777,7 @@
1777
1777
  white-space: nowrap;
1778
1778
  }
1779
1779
  .ods-select__option--selected, .ods-select__option:hover, .ods-select__option:focus, .ods-select__option:active {
1780
- background-color: #f7f9ff;
1780
+ background-color: #f3f5fe;
1781
1781
  color: #0025e0;
1782
1782
  font-weight: 700;
1783
1783
  }
@@ -1787,7 +1787,7 @@
1787
1787
 
1788
1788
  .ods-alert {
1789
1789
  align-items: center;
1790
- background-color: #f7f9ff;
1790
+ background-color: #f3f5fe;
1791
1791
  border-radius: 8px;
1792
1792
  color: #67697a;
1793
1793
  display: flex;
@@ -1908,7 +1908,7 @@
1908
1908
  background-color: #ff8a14;
1909
1909
  }
1910
1910
  .ods-badge--neutral .ods-badge__content {
1911
- background-color: #b6b9cc;
1911
+ background-color: #aaadc0;
1912
1912
  }
1913
1913
 
1914
1914
  .ods-btn {
@@ -1970,42 +1970,42 @@
1970
1970
  background-color: #d31441;
1971
1971
  }
1972
1972
  .ods-btn--secondary {
1973
- background-color: #f7f9ff;
1973
+ background-color: #f3f5fe;
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
- background-color: #b6b9cc;
1983
+ background-color: #aaadc0;
1984
1984
  }
1985
1985
  .ods-btn--secondary-critical {
1986
1986
  background-color: #fff1f4;
1987
1987
  color: #f5456e;
1988
1988
  }
1989
1989
  .ods-btn--secondary-critical:hover {
1990
- background-color: #f7f9ff;
1990
+ background-color: #f3f5fe;
1991
1991
  }
1992
1992
  .ods-btn--secondary-critical:focus {
1993
- background-color: #f7f9ff;
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;
2000
2000
  }
2001
2001
  .ods-btn--text:hover, .ods-btn--text-critical:hover {
2002
- background-color: #f7f9ff;
2002
+ background-color: #f3f5fe;
2003
2003
  }
2004
2004
  .ods-btn--text:focus, .ods-btn--text-critical:focus {
2005
- background-color: #f7f9ff;
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,8 +2068,8 @@
2068
2068
  visibility: hidden;
2069
2069
  }
2070
2070
  .ods-btn:disabled, .ods-btn:disabled .ods-btn:hover {
2071
- background-color: #ebecf5;
2072
- color: #b6b9cc;
2071
+ background-color: #e0e2ee;
2072
+ color: #aaadc0;
2073
2073
  cursor: not-allowed;
2074
2074
  }
2075
2075
 
@@ -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;
@@ -2193,14 +2193,14 @@
2193
2193
 
2194
2194
  .slick-prev:hover,
2195
2195
  .slick-next:hover {
2196
- background: #f7f9ff;
2196
+ background: #f3f5fe;
2197
2197
  cursor: pointer;
2198
2198
  outline: none;
2199
2199
  }
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
 
@@ -2308,11 +2308,11 @@
2308
2308
  width: 48px;
2309
2309
  }
2310
2310
  .ods-icon-btn:hover {
2311
- background: #f7f9ff;
2311
+ background: #f3f5fe;
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;
@@ -2331,12 +2331,12 @@
2331
2331
  width: 48px;
2332
2332
  }
2333
2333
  .ods-icon-btn--disabled {
2334
- color: #b6b9cc;
2334
+ color: #aaadc0;
2335
2335
  cursor: not-allowed;
2336
2336
  }
2337
2337
  .ods-icon-btn--disabled:hover {
2338
2338
  background-color: inherit;
2339
- color: #b6b9cc;
2339
+ color: #aaadc0;
2340
2340
  }
2341
2341
 
2342
2342
  .ods-link {
@@ -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;
@@ -2397,9 +2397,9 @@
2397
2397
 
2398
2398
  .ods-transaction-list-item__icon {
2399
2399
  align-items: center;
2400
- background-color: #f7f9ff;
2400
+ background-color: #f3f5fe;
2401
2401
  border-radius: 40px;
2402
- color: #b6b9cc;
2402
+ color: #aaadc0;
2403
2403
  display: flex;
2404
2404
  height: 40px;
2405
2405
  justify-content: center;
@@ -2420,16 +2420,16 @@
2420
2420
  width: 100%;
2421
2421
  }
2422
2422
  .ods-transaction-list-item:hover, .ods-transaction-list-item:focus {
2423
- background-color: #f7f9ff;
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;
@@ -2519,7 +2519,7 @@
2519
2519
  }
2520
2520
 
2521
2521
  .ods-transaction-list-item__level3 {
2522
- color: #b6b9cc;
2522
+ color: #aaadc0;
2523
2523
  font-family: "Nunito Sans";
2524
2524
  font-size: 12px;
2525
2525
  font-weight: 600;
@@ -2554,7 +2554,7 @@
2554
2554
  }
2555
2555
 
2556
2556
  .ods-transaction-list-item__time {
2557
- color: #b6b9cc;
2557
+ color: #aaadc0;
2558
2558
  font-family: "Nunito Sans";
2559
2559
  font-size: 12px;
2560
2560
  font-weight: 600;
@@ -2583,7 +2583,7 @@
2583
2583
  .ods-modal__header-close {
2584
2584
  background: transparent;
2585
2585
  border: 0;
2586
- color: #b6b9cc;
2586
+ color: #aaadc0;
2587
2587
  cursor: pointer;
2588
2588
  display: flex;
2589
2589
  margin-left: auto;
@@ -2724,7 +2724,7 @@
2724
2724
 
2725
2725
  .ods-sub-header {
2726
2726
  align-items: center;
2727
- background-color: #f7f9ff;
2727
+ background-color: #f3f5fe;
2728
2728
  box-sizing: border-box;
2729
2729
  display: flex;
2730
2730
  justify-content: space-between;
@@ -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,16 +2787,16 @@
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 {
2795
- color: #b6b9cc;
2795
+ color: #aaadc0;
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;
@@ -2806,7 +2806,7 @@
2806
2806
  color: #d8dae8;
2807
2807
  }
2808
2808
  .ods-search__clean {
2809
- color: #b6b9cc;
2809
+ color: #aaadc0;
2810
2810
  margin-right: 4px;
2811
2811
  }
2812
2812
  .ods-search__clean:hover {
@@ -2815,7 +2815,7 @@
2815
2815
 
2816
2816
  .ods-tag {
2817
2817
  align-items: center;
2818
- background-color: #f7f9ff;
2818
+ background-color: #f3f5fe;
2819
2819
  border-radius: 16px;
2820
2820
  color: #67697a;
2821
2821
  display: flex;
@@ -2857,16 +2857,16 @@
2857
2857
  color: #2da94f;
2858
2858
  }
2859
2859
  .ods-tag--neutral {
2860
- background-color: #f7f9ff;
2860
+ background-color: #f3f5fe;
2861
2861
  }
2862
2862
  .ods-tag--neutral .ods-tag__icon {
2863
- fill: #b6b9cc;
2863
+ fill: #aaadc0;
2864
2864
  }
2865
2865
  .ods-tag--neutral .ods-tag__content {
2866
- color: #b6b9cc;
2866
+ color: #aaadc0;
2867
2867
  }
2868
2868
  .ods-tag--neutral-02 {
2869
- background-color: #f7f9ff;
2869
+ background-color: #f3f5fe;
2870
2870
  }
2871
2871
  .ods-tag--neutral-02 .ods-tag__icon {
2872
2872
  fill: #5872f5;
@@ -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;
@@ -3336,11 +3336,11 @@
3336
3336
  width: 100%;
3337
3337
  }
3338
3338
  .ods-cross-sell-card__cta:hover {
3339
- background: #f7f9ff;
3339
+ background: #f3f5fe;
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;
@@ -3469,7 +3469,7 @@
3469
3469
  top: 0;
3470
3470
  }
3471
3471
  .ods-date__navButtons:hover {
3472
- background: #f7f9ff;
3472
+ background: #f3f5fe;
3473
3473
  }
3474
3474
  .ods-date__navButtonPrev {
3475
3475
  left: 17px;
@@ -3506,7 +3506,7 @@
3506
3506
  padding: 0 8px;
3507
3507
  }
3508
3508
  .ods-date__headRow {
3509
- color: #b6b9cc;
3509
+ color: #aaadc0;
3510
3510
  display: grid;
3511
3511
  font-family: "Nunito Sans";
3512
3512
  font-size: 12px;
@@ -3564,7 +3564,7 @@
3564
3564
  }
3565
3565
  .ods-date__day:hover::after {
3566
3566
  align-items: center;
3567
- border: 1px solid #b6b9cc;
3567
+ border: 1px solid #aaadc0;
3568
3568
  border-radius: 20px;
3569
3569
  box-sizing: border-box;
3570
3570
  content: "";
@@ -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);
@@ -3590,7 +3590,7 @@
3590
3590
  }
3591
3591
  .ods-date__selected:hover::after {
3592
3592
  align-items: center;
3593
- border: 1px solid #b6b9cc;
3593
+ border: 1px solid #aaadc0;
3594
3594
  border-radius: 20px;
3595
3595
  content: "";
3596
3596
  display: flex;
@@ -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;
@@ -3760,7 +3760,7 @@
3760
3760
  line-height: 1.5;
3761
3761
  }
3762
3762
  .ods-chart__legend__row__description-level-2 {
3763
- color: #b6b9cc;
3763
+ color: #aaadc0;
3764
3764
  margin-left: 16px;
3765
3765
  }
3766
3766
 
@@ -3771,7 +3771,7 @@
3771
3771
  padding: 6px 0;
3772
3772
  }
3773
3773
  .ods-breadcrumb svg {
3774
- color: #b6b9cc;
3774
+ color: #aaadc0;
3775
3775
  }
3776
3776
  .ods-breadcrumb__item {
3777
3777
  align-items: center;
@@ -3780,7 +3780,7 @@
3780
3780
  }
3781
3781
  .ods-breadcrumb span,
3782
3782
  .ods-breadcrumb a {
3783
- color: #b6b9cc;
3783
+ color: #aaadc0;
3784
3784
  font-family: "Nunito Sans";
3785
3785
  font-size: 12px;
3786
3786
  font-weight: 600;
@@ -3870,7 +3870,7 @@
3870
3870
  .ods-drawer__content--header .ods-btn--primary {
3871
3871
  background: transparent;
3872
3872
  border: 0;
3873
- color: #b6b9cc;
3873
+ color: #aaadc0;
3874
3874
  cursor: pointer;
3875
3875
  height: 100%;
3876
3876
  min-width: 0;
@@ -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;
@@ -4197,7 +4197,7 @@
4197
4197
  transition: 200ms ease-in;
4198
4198
  }
4199
4199
  .ods-shortcut:is(:hover, :focus) {
4200
- background-color: #f7f9ff;
4200
+ background-color: #f3f5fe;
4201
4201
  }
4202
4202
  .ods-shortcut--disabled {
4203
4203
  background-color: rgba(235, 236, 245, 0.64);
@@ -4207,7 +4207,7 @@
4207
4207
  .ods-shortcut--disabled .ods-shortcut__icon,
4208
4208
  .ods-shortcut--disabled .ods-shortcut__label,
4209
4209
  .ods-shortcut--disabled .ods-shortcut__description {
4210
- color: #b6b9cc;
4210
+ color: #aaadc0;
4211
4211
  }
4212
4212
  .ods-shortcut--tiny {
4213
4213
  min-width: 80px;
@@ -4265,7 +4265,7 @@
4265
4265
  top: 8px;
4266
4266
  }
4267
4267
  .ods-shortcut__blocked {
4268
- color: #b6b9cc;
4268
+ color: #aaadc0;
4269
4269
  height: 16px;
4270
4270
  position: absolute;
4271
4271
  right: 8px;
@@ -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;
@@ -4291,7 +4291,7 @@
4291
4291
  width: 320px;
4292
4292
  }
4293
4293
  .ods-card-list-item__leading-icon {
4294
- background-color: #f7f9ff;
4294
+ background-color: #f3f5fe;
4295
4295
  border-radius: 50%;
4296
4296
  box-sizing: content-box;
4297
4297
  color: #5872f5;
@@ -4333,7 +4333,7 @@
4333
4333
  }
4334
4334
  .ods-card-list-item__action {
4335
4335
  background-color: transparent;
4336
- color: #b6b9cc;
4336
+ color: #aaadc0;
4337
4337
  height: 20px;
4338
4338
  width: 20px;
4339
4339
  }
@@ -4345,7 +4345,7 @@
4345
4345
  width: 20px;
4346
4346
  }
4347
4347
  .ods-card-list-item:hover:not(.ods-card-list-item--disabled) {
4348
- background-color: #f7f9ff;
4348
+ background-color: #f3f5fe;
4349
4349
  }
4350
4350
  .ods-card-list-item:hover:not(.ods-card-list-item--disabled):not(.ods-card-list-item--size-small) .ods-card-list-item__leading-icon {
4351
4351
  background-color: rgba(184, 195, 255, 0.16);
@@ -4356,11 +4356,11 @@
4356
4356
  .ods-card-list-item--disabled .ods-card-list-item__content__title,
4357
4357
  .ods-card-list-item--disabled .ods-card-list-item__content__description,
4358
4358
  .ods-card-list-item--disabled .ods-card-list-item__content__caption {
4359
- color: #b6b9cc;
4359
+ color: #aaadc0;
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;
@@ -4381,7 +4381,7 @@
4381
4381
  position: relative;
4382
4382
  }
4383
4383
  .ods-chips__button {
4384
- background: #f7f9ff;
4384
+ background: #f3f5fe;
4385
4385
  border: 0;
4386
4386
  border-radius: 24px;
4387
4387
  color: #0025e0;
@@ -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;
@@ -4408,17 +4408,17 @@
4408
4408
  width: 16px;
4409
4409
  }
4410
4410
  .ods-chips__button--disabled {
4411
- background: #f7f9ff;
4411
+ background: #f3f5fe;
4412
4412
  pointer-events: none;
4413
4413
  }
4414
4414
  .ods-chips__button--disabled .ods-chips__label {
4415
- color: #b6b9cc;
4415
+ color: #aaadc0;
4416
4416
  }
4417
4417
  .ods-chips__button--disabled .ods-chips__badge > .ods-badge__content {
4418
- background: #b6b9cc;
4418
+ background: #aaadc0;
4419
4419
  }
4420
4420
  .ods-chips__button--disabled > svg {
4421
- color: #b6b9cc;
4421
+ color: #aaadc0;
4422
4422
  }
4423
4423
  .ods-chips__button--active {
4424
4424
  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;
@@ -4488,21 +4488,67 @@
4488
4488
  width: 100%;
4489
4489
  }
4490
4490
  .ods-chips__options--option--selected {
4491
- background-color: #f7f9ff;
4491
+ background-color: #f3f5fe;
4492
4492
  border-radius: 4px;
4493
4493
  color: #0025e0;
4494
4494
  font-weight: 700;
4495
4495
  }
4496
4496
  .ods-chips__options--option:hover {
4497
- background-color: #f7f9ff;
4497
+ background-color: #f3f5fe;
4498
4498
  border-radius: 4px;
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;
4506
4506
  padding: 16px 16px 16px 8px;
4507
4507
  }
4508
+
4509
+ .ods-unordered-list-item {
4510
+ align-items: flex-start;
4511
+ display: flex;
4512
+ gap: 8px;
4513
+ list-style-type: none;
4514
+ }
4515
+ .ods-unordered-list-item__icon {
4516
+ height: 24px;
4517
+ min-height: 24px;
4518
+ min-width: 24px;
4519
+ width: 24px;
4520
+ }
4521
+ .ods-unordered-list-item__icon--solid {
4522
+ height: 20px;
4523
+ min-height: 20px;
4524
+ min-width: 20px;
4525
+ width: 20px;
4526
+ }
4527
+ .ods-unordered-list-item__icon-container {
4528
+ align-items: center;
4529
+ background-color: #f3f5fe;
4530
+ border-radius: 50%;
4531
+ display: flex;
4532
+ gap: 8px;
4533
+ height: 24px;
4534
+ justify-content: center;
4535
+ min-height: 24px;
4536
+ min-width: 24px;
4537
+ width: 24px;
4538
+ }
4539
+ .ods-unordered-list-item__icon-container svg {
4540
+ fill: #5872f5;
4541
+ }
4542
+ .ods-unordered-list-item__title {
4543
+ color: #0c0d14;
4544
+ margin-bottom: 4px;
4545
+ }
4546
+ .ods-unordered-list-item__title--with-solid-icon {
4547
+ font-size: 14px;
4548
+ }
4549
+ .ods-unordered-list-item__description {
4550
+ align-items: center;
4551
+ display: flex;
4552
+ min-height: 24px;
4553
+ }
4508
4554
  /*# sourceMappingURL=ocean.css.map */