@useblu/ocean-core 1.57.0 → 1.58.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,16 @@
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.58.0](https://github.com/ocean-ds/ocean-web/compare/v1.57.1...v1.58.0) (2024-05-15)
7
+
8
+ ### Features
9
+
10
+ - alert button ([#1099](https://github.com/ocean-ds/ocean-web/issues/1099)) ([425e015](https://github.com/ocean-ds/ocean-web/commit/425e01503db7be486b9dbb0d43c631a891aca799))
11
+
12
+ ## [1.57.1](https://github.com/ocean-ds/ocean-web/compare/v1.57.0...v1.57.1) (2024-04-18)
13
+
14
+ **Note:** Version bump only for package @useblu/ocean-core
15
+
6
16
  # [1.57.0](https://github.com/ocean-ds/ocean-web/compare/v1.56.0...v1.57.0) (2024-04-18)
7
17
 
8
18
  ### 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;
@@ -1786,18 +1786,24 @@
1786
1786
  }
1787
1787
 
1788
1788
  .ods-alert {
1789
- align-items: center;
1789
+ align-items: flex-start;
1790
1790
  background-color: #f3f5fe;
1791
1791
  border-radius: 8px;
1792
1792
  color: #67697a;
1793
1793
  display: flex;
1794
+ flex-direction: column;
1794
1795
  font-family: "Nunito Sans";
1795
1796
  font-size: 12px;
1796
1797
  font-weight: 400;
1797
- justify-content: left;
1798
+ justify-content: center;
1798
1799
  line-height: 1.5;
1799
1800
  padding: 16px;
1800
1801
  }
1802
+ @media (min-width: 576px) {
1803
+ .ods-alert__button--mobile {
1804
+ display: none;
1805
+ }
1806
+ }
1801
1807
  .ods-alert--error {
1802
1808
  background-color: #fff1f4;
1803
1809
  }
@@ -1807,6 +1813,12 @@
1807
1813
  .ods-alert--error .ods-alert__title {
1808
1814
  color: #f5456e;
1809
1815
  }
1816
+ .ods-alert--error .ods-btn {
1817
+ background-color: #f5456e;
1818
+ }
1819
+ .ods-alert--error .ods-link {
1820
+ color: #f5456e;
1821
+ }
1810
1822
  .ods-alert--warning {
1811
1823
  background-color: #fff7f0;
1812
1824
  }
@@ -1816,6 +1828,12 @@
1816
1828
  .ods-alert--warning .ods-alert__title {
1817
1829
  color: #ff8a14;
1818
1830
  }
1831
+ .ods-alert--warning .ods-btn {
1832
+ background-color: #ff8a14;
1833
+ }
1834
+ .ods-alert--warning .ods-link {
1835
+ color: #ff8a14;
1836
+ }
1819
1837
  .ods-alert--success {
1820
1838
  background-color: #f2fdf5;
1821
1839
  }
@@ -1825,8 +1843,14 @@
1825
1843
  .ods-alert--success .ods-alert__title {
1826
1844
  color: #2da94f;
1827
1845
  }
1828
- .ods-alert--has-header {
1829
- align-items: flex-start;
1846
+ .ods-alert--success .ods-btn {
1847
+ background-color: #2da94f;
1848
+ }
1849
+ .ods-alert--success .ods-link {
1850
+ color: #2da94f;
1851
+ }
1852
+ .ods-alert__text {
1853
+ display: flex;
1830
1854
  flex-direction: column;
1831
1855
  }
1832
1856
  .ods-alert__icon {
@@ -1834,12 +1858,26 @@
1834
1858
  min-width: 24px;
1835
1859
  stroke: #5872f5;
1836
1860
  }
1861
+ @media (max-width: 575.98px) {
1862
+ .ods-alert__button {
1863
+ display: none;
1864
+ }
1865
+ }
1866
+ .ods-alert__button--mobile {
1867
+ margin-top: 8px;
1868
+ }
1869
+ .ods-alert__button .ods-btn {
1870
+ margin-left: 16px;
1871
+ min-width: 0;
1872
+ }
1837
1873
  .ods-alert__header {
1838
1874
  align-items: center;
1839
1875
  display: flex;
1840
- margin: 0 0 8px 0;
1841
1876
  width: 100%;
1842
1877
  }
1878
+ .ods-alert__header--margin {
1879
+ margin: 0 0 8px 0;
1880
+ }
1843
1881
  .ods-alert__title {
1844
1882
  color: #5872f5;
1845
1883
  font-size: 14px;
@@ -1974,10 +2012,10 @@
1974
2012
  color: #0025e0;
1975
2013
  }
1976
2014
  .ods-btn--secondary:hover {
1977
- background-color: #ebecf5;
2015
+ background-color: #e0e2ee;
1978
2016
  }
1979
2017
  .ods-btn--secondary:focus {
1980
- background-color: #ebecf5;
2018
+ background-color: #e0e2ee;
1981
2019
  }
1982
2020
  .ods-btn--secondary:active {
1983
2021
  background-color: #aaadc0;
@@ -1993,7 +2031,7 @@
1993
2031
  background-color: #f3f5fe;
1994
2032
  }
1995
2033
  .ods-btn--secondary-critical:active {
1996
- background-color: #ebecf5;
2034
+ background-color: #e0e2ee;
1997
2035
  }
1998
2036
  .ods-btn--text, .ods-btn--text-critical {
1999
2037
  background-color: transparent;
@@ -2005,7 +2043,7 @@
2005
2043
  background-color: #f3f5fe;
2006
2044
  }
2007
2045
  .ods-btn--text:active, .ods-btn--text-critical:active {
2008
- background-color: #ebecf5;
2046
+ background-color: #e0e2ee;
2009
2047
  }
2010
2048
  .ods-btn--text {
2011
2049
  color: #0025e0;
@@ -2068,7 +2106,7 @@
2068
2106
  visibility: hidden;
2069
2107
  }
2070
2108
  .ods-btn:disabled, .ods-btn:disabled .ods-btn:hover {
2071
- background-color: #ebecf5;
2109
+ background-color: #e0e2ee;
2072
2110
  color: #aaadc0;
2073
2111
  cursor: not-allowed;
2074
2112
  }
@@ -2155,7 +2193,7 @@
2155
2193
 
2156
2194
  .slick-next {
2157
2195
  background: white;
2158
- border: 1px solid #d8dae8;
2196
+ border: 1px solid #ced1e1;
2159
2197
  border-radius: 100%;
2160
2198
  color: #0025e0;
2161
2199
  font-size: 0;
@@ -2173,7 +2211,7 @@
2173
2211
 
2174
2212
  .slick-prev {
2175
2213
  background: white;
2176
- border: 1px solid #d8dae8;
2214
+ border: 1px solid #ced1e1;
2177
2215
  border-radius: 100%;
2178
2216
  color: #0025e0;
2179
2217
  font-size: 0;
@@ -2200,7 +2238,7 @@
2200
2238
 
2201
2239
  .slick-prev:active,
2202
2240
  .slick-next:active {
2203
- background: #ebecf5;
2241
+ background: #e0e2ee;
2204
2242
  }
2205
2243
 
2206
2244
  .slick-prev::before,
@@ -2269,7 +2307,7 @@
2269
2307
 
2270
2308
  .ods-carousel-dots li button::before {
2271
2309
  align-items: center;
2272
- background: #d8dae8;
2310
+ background: #ced1e1;
2273
2311
  border-radius: 16px;
2274
2312
  content: " ";
2275
2313
  display: flex;
@@ -2289,7 +2327,7 @@
2289
2327
 
2290
2328
  .ods-divider {
2291
2329
  border: 0;
2292
- border-top: 1px solid #ebecf5;
2330
+ border-top: 1px solid #e0e2ee;
2293
2331
  margin: 0;
2294
2332
  }
2295
2333
 
@@ -2312,7 +2350,7 @@
2312
2350
  color: #0025e0;
2313
2351
  }
2314
2352
  .ods-icon-btn:active {
2315
- background: #ebecf5;
2353
+ background: #e0e2ee;
2316
2354
  }
2317
2355
  .ods-icon-btn--sm {
2318
2356
  font-size: 16px;
@@ -2383,13 +2421,13 @@
2383
2421
 
2384
2422
  .ods-list {
2385
2423
  background: white;
2386
- border: 1px solid #ebecf5;
2424
+ border: 1px solid #e0e2ee;
2387
2425
  border-radius: 8px;
2388
2426
  box-sizing: border-box;
2389
2427
  overflow: hidden;
2390
2428
  }
2391
2429
  .ods-list .ods-transaction-list-item:not(:last-of-type) {
2392
- border-bottom: 1px solid #ebecf5;
2430
+ border-bottom: 1px solid #e0e2ee;
2393
2431
  }
2394
2432
  .ods-list .ods-transaction-list-item__sub-itens .ods-transaction-list-item {
2395
2433
  border: 0;
@@ -2423,13 +2461,13 @@
2423
2461
  background-color: #f3f5fe;
2424
2462
  }
2425
2463
  .ods-transaction-list-item:hover .ods-transaction-list-item__icon, .ods-transaction-list-item:focus .ods-transaction-list-item__icon {
2426
- background-color: #ebecf5;
2464
+ background-color: #e0e2ee;
2427
2465
  }
2428
2466
  .ods-transaction-list-item:active {
2429
- background-color: #d8dae8;
2467
+ background-color: #ced1e1;
2430
2468
  }
2431
2469
  .ods-transaction-list-item:active .ods-transaction-list-item__icon {
2432
- background-color: #ebecf5;
2470
+ background-color: #e0e2ee;
2433
2471
  }
2434
2472
  .ods-transaction-list-item .ods-transaction-list-item__sub-itens .ods-transaction-list-item {
2435
2473
  background-color: transparent;
@@ -2749,7 +2787,7 @@
2749
2787
  .ods-search {
2750
2788
  align-items: center;
2751
2789
  background-color: white;
2752
- border: 1px solid #d8dae8;
2790
+ border: 1px solid #ced1e1;
2753
2791
  border-radius: 4px;
2754
2792
  display: flex;
2755
2793
  height: 46px;
@@ -2769,15 +2807,15 @@
2769
2807
  width: 100%;
2770
2808
  }
2771
2809
  .ods-search input::-moz-placeholder {
2772
- color: #d8dae8;
2810
+ color: #ced1e1;
2773
2811
  font-weight: 400;
2774
2812
  }
2775
2813
  .ods-search input:-ms-input-placeholder {
2776
- color: #d8dae8;
2814
+ color: #ced1e1;
2777
2815
  font-weight: 400;
2778
2816
  }
2779
2817
  .ods-search input::placeholder {
2780
- color: #d8dae8;
2818
+ color: #ced1e1;
2781
2819
  font-weight: 400;
2782
2820
  }
2783
2821
  .ods-search:hover, .ods-search:focus, .ods-search:active, .ods-search:focus-within {
@@ -2787,8 +2825,8 @@
2787
2825
  border: 1px solid #b8c3ff;
2788
2826
  }
2789
2827
  .ods-search--disabled {
2790
- background-color: #ebecf5;
2791
- border-color: #ebecf5;
2828
+ background-color: #e0e2ee;
2829
+ border-color: #e0e2ee;
2792
2830
  cursor: not-allowed;
2793
2831
  }
2794
2832
  .ods-search--disabled input {
@@ -2796,7 +2834,7 @@
2796
2834
  cursor: not-allowed;
2797
2835
  }
2798
2836
  .ods-search--disabled:hover, .ods-search--disabled:focus, .ods-search--disabled:active {
2799
- border: #ebecf5;
2837
+ border: #e0e2ee;
2800
2838
  }
2801
2839
  .ods-search__adornment {
2802
2840
  line-height: 0;
@@ -3270,7 +3308,7 @@
3270
3308
  .ods-cross-sell-card__content {
3271
3309
  align-items: center;
3272
3310
  background-color: #0025e0;
3273
- border: 1px solid #ebecf5;
3311
+ border: 1px solid #e0e2ee;
3274
3312
  border-bottom: 0;
3275
3313
  border-radius: 8px 8px 0 0;
3276
3314
  display: flex;
@@ -3320,7 +3358,7 @@
3320
3358
  .ods-cross-sell-card__cta {
3321
3359
  align-items: center;
3322
3360
  background: white;
3323
- border: 1px solid #ebecf5;
3361
+ border: 1px solid #e0e2ee;
3324
3362
  border-radius: 0 0 8px 8px;
3325
3363
  border-top: 0;
3326
3364
  color: #0025e0;
@@ -3340,7 +3378,7 @@
3340
3378
  cursor: pointer;
3341
3379
  }
3342
3380
  .ods-cross-sell-card__cta:active {
3343
- background: #ebecf5;
3381
+ background: #e0e2ee;
3344
3382
  }
3345
3383
  .ods-cross-sell-card__cta:focus-visible {
3346
3384
  outline: #0025e0 auto 1px;
@@ -3416,7 +3454,7 @@
3416
3454
  }
3417
3455
  .ods-date__calendar {
3418
3456
  background-color: white;
3419
- border: 1px solid #ebecf5;
3457
+ border: 1px solid #e0e2ee;
3420
3458
  border-radius: 8px;
3421
3459
  box-shadow: 0 8px 16px rgba(12, 13, 20, 0.08);
3422
3460
  box-sizing: border-box;
@@ -3582,7 +3620,7 @@
3582
3620
  color: #0025e0;
3583
3621
  }
3584
3622
  .ods-date__disabled {
3585
- color: #d8dae8;
3623
+ color: #ced1e1;
3586
3624
  }
3587
3625
  .ods-date__selected {
3588
3626
  background-color: rgba(176, 245, 245, 0.24);
@@ -3736,7 +3774,7 @@
3736
3774
  width: 100%;
3737
3775
  }
3738
3776
  .ods-chart__legend__row:not(:last-child) {
3739
- border-bottom: 1px solid #ebecf5;
3777
+ border-bottom: 1px solid #e0e2ee;
3740
3778
  }
3741
3779
  .ods-chart__legend__row__description {
3742
3780
  align-items: center;
@@ -3912,8 +3950,8 @@
3912
3950
  animation-name: moveInDown, moveInDownBack;
3913
3951
  -webkit-animation-timing-function: ease-out forwards, ease-out forwards;
3914
3952
  animation-timing-function: ease-out forwards, ease-out forwards;
3915
- right: 40px;
3916
3953
  top: 40px;
3954
+ right: 40px;
3917
3955
  }
3918
3956
  .ods-snackbar__top-right-action {
3919
3957
  -webkit-animation-delay: 0s, 9.9s;
@@ -3924,8 +3962,8 @@
3924
3962
  animation-name: moveInDown, moveInDownBack;
3925
3963
  -webkit-animation-timing-function: ease-out forwards, ease-out forwards;
3926
3964
  animation-timing-function: ease-out forwards, ease-out forwards;
3927
- right: 40px;
3928
3965
  top: 40px;
3966
+ right: 40px;
3929
3967
  }
3930
3968
  .ods-snackbar__top-left-default {
3931
3969
  -webkit-animation-delay: 0s, 3.9s;
@@ -3936,8 +3974,8 @@
3936
3974
  animation-name: moveInDown, moveInDownBack;
3937
3975
  -webkit-animation-timing-function: ease-out forwards, ease-out forwards;
3938
3976
  animation-timing-function: ease-out forwards, ease-out forwards;
3939
- left: 40px;
3940
3977
  top: 40px;
3978
+ left: 40px;
3941
3979
  }
3942
3980
  .ods-snackbar__top-left-action {
3943
3981
  -webkit-animation-delay: 0s, 9.9s;
@@ -3948,8 +3986,8 @@
3948
3986
  animation-name: moveInDown, moveInDownBack;
3949
3987
  -webkit-animation-timing-function: ease-out forwards, ease-out forwards;
3950
3988
  animation-timing-function: ease-out forwards, ease-out forwards;
3951
- left: 40px;
3952
3989
  top: 40px;
3990
+ left: 40px;
3953
3991
  }
3954
3992
  .ods-snackbar__bottom-right-default {
3955
3993
  -webkit-animation-delay: 0s, 3.9s;
@@ -4185,7 +4223,7 @@
4185
4223
  .ods-shortcut {
4186
4224
  align-items: flex-start;
4187
4225
  background-color: white;
4188
- border: 1px solid #ebecf5;
4226
+ border: 1px solid #e0e2ee;
4189
4227
  border-radius: 8px;
4190
4228
  box-sizing: border-box;
4191
4229
  cursor: pointer;
@@ -4279,7 +4317,7 @@
4279
4317
 
4280
4318
  .ods-card-list-item {
4281
4319
  align-items: center;
4282
- border: 1px solid #ebecf5;
4320
+ border: 1px solid #e0e2ee;
4283
4321
  border-radius: 8px;
4284
4322
  box-sizing: border-box;
4285
4323
  cursor: pointer;
@@ -4360,7 +4398,7 @@
4360
4398
  }
4361
4399
  .ods-card-list-item--disabled .ods-card-list-item__leading-icon,
4362
4400
  .ods-card-list-item--disabled .ods-card-list-item__action {
4363
- color: #d8dae8;
4401
+ color: #ced1e1;
4364
4402
  }
4365
4403
  .ods-card-list-item--size-small .ods-card-list-item__content__title {
4366
4404
  font-size: 14px;
@@ -4393,7 +4431,7 @@
4393
4431
  padding: 8px 16px;
4394
4432
  }
4395
4433
  .ods-chips__button:hover, .ods-chips__button:focus {
4396
- background: #ebecf5;
4434
+ background: #e0e2ee;
4397
4435
  }
4398
4436
  .ods-chips__button:active {
4399
4437
  background: #0025e0;
@@ -4436,7 +4474,7 @@
4436
4474
  }
4437
4475
  .ods-chips__options {
4438
4476
  background: white;
4439
- border: 1px solid #ebecf5;
4477
+ border: 1px solid #e0e2ee;
4440
4478
  border-radius: 4px;
4441
4479
  box-shadow: 0 8px 16px rgba(12, 13, 20, 0.08);
4442
4480
  display: flex;
@@ -4499,7 +4537,7 @@
4499
4537
  color: #0025e0;
4500
4538
  }
4501
4539
  .ods-chips__options--footer {
4502
- border-top: 1px solid #ebecf5;
4540
+ border-top: 1px solid #e0e2ee;
4503
4541
  display: flex;
4504
4542
  flex-direction: row;
4505
4543
  justify-content: space-between;