@epam/uui 5.0.0-alpha.4 → 5.0.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/styles.css CHANGED
@@ -1,38 +1,3 @@
1
- @font-face {
2
- font-family: "Sans Regular";
3
- src: url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/source-sans-pro/woff2/ttf/SourceSansPro-Regular.ttf.woff2") format("woff2"), url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/source-sans-pro/woff/otf/SourceSansPro-Regular.otf.woff") format("woff"), url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/source-sans-pro/otf/SourceSansPro-Regular.otf") format("opentype"), url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/source-sans-pro/ttf/SourceSansPro-Regular.ttf") format("truetype");
4
- font-weight: normal;
5
- font-style: normal;
6
- }
7
- @font-face {
8
- font-family: "Sans Semibold";
9
- src: url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/source-sans-pro/woff2/ttf/SourceSansPro-Semibold.ttf.woff2") format("woff2"), url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/source-sans-pro/woff/otf/SourceSansPro-Semibold.otf.woff") format("woff"), url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/source-sans-pro/otf/SourceSansPro-Semibold.otf") format("opentype"), url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/source-sans-pro/ttf/SourceSansPro-Semibold.ttf") format("truetype");
10
- font-weight: normal;
11
- font-style: normal;
12
- }
13
- @font-face {
14
- font-family: "Sans Italic";
15
- src: url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/source-sans-pro/woff2/ttf/SourceSansPro-It.ttf.woff2") format("woff2"), url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/source-sans-pro/woff/otf/SourceSansPro-It.otf.woff") format("woff"), url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/source-sans-pro/otf/SourceSansPro-It.otf") format("opentype"), url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/source-sans-pro/ttf/SourceSansPro-It.ttf") format("truetype");
16
- font-weight: normal;
17
- font-style: normal;
18
- }
19
- @font-face {
20
- font-family: "Redacted";
21
- src: url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/redacted/redacted-regular.eot");
22
- src: url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/redacted/redacted-regular.woff2") format("woff2"), url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/redacted/redacted-regular.woff") format("woff"), url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/redacted/redacted-regular.otf") format("opentype"), url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/redacted/redacted-regular.svg#filename") format("svg");
23
- }
24
- @font-face {
25
- font-family: "Roboto Mono";
26
- font-style: normal;
27
- font-weight: normal;
28
- src: url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/RobotoMono-Regular.ttf") format("truetype");
29
- }
30
- @font-face {
31
- font-family: "Roboto Slab";
32
- font-style: normal;
33
- font-weight: normal;
34
- src: url("https://static.cdn.epam.com/uploads/690afa39a93c88c4dd13758fe1d869d5/EPM-UUI/fonts/RobotoSlab-Regular.ttf") format("truetype");
35
- }
36
1
  .Button-module_root__4Qa5o.uui-button-box {
37
2
  border-style: solid;
38
3
  justify-content: center;
@@ -530,6 +495,9 @@
530
495
  box-shadow: 0 1px 8px 0 var(--uui-negative);
531
496
  border-radius: 50%;
532
497
  }
498
+ .TabButton-module_root__8Z4AH.uui-button-box {
499
+ min-width: min-content;
500
+ }
533
501
  .TabButton-module_root__8Z4AH .uui-count {
534
502
  line-height: 18px;
535
503
  font-size: 12px;
@@ -542,6 +510,7 @@
542
510
  margin-left: 6px;
543
511
  margin-right: 3px;
544
512
  border-radius: 9px;
513
+ flex-shrink: 0;
545
514
  }
546
515
  .TabButton-module_root__8Z4AH .uui-caption {
547
516
  line-height: 18px;
@@ -1691,110 +1660,121 @@
1691
1660
  -webkit-background-clip: text;
1692
1661
  animation: TextPlaceholder-module_skeleton_loading__jXXBE 1s ease infinite;
1693
1662
  }
1694
- .RichTextView-module_typography-header__nedzE .hero-header, .RichTextView-module_typography-header__nedzE h1, .RichTextView-module_typography-header__nedzE h2, .RichTextView-module_typography-header__nedzE h3, .RichTextView-module_typography-header__nedzE h4, .RichTextView-module_typography-header__nedzE h5, .RichTextView-module_typography-header__nedzE h6 {
1663
+ .RichTextView-module_typography-16__DrhKc {
1664
+ font-size: 16px;
1665
+ }
1666
+
1667
+ .RichTextView-module_typography-14__1oY8c {
1668
+ font-size: 14px;
1669
+ }
1670
+
1671
+ .RichTextView-module_typography-12__4jZjv {
1672
+ font-size: 12px;
1673
+ }
1674
+
1675
+ .RichTextView-module_typography-uui__neFbE {
1676
+ font-family: var(--font-regular);
1677
+ color: var(--uui-text-primary);
1678
+ }
1679
+ .RichTextView-module_typography-uui__neFbE .hero-header, .RichTextView-module_typography-uui__neFbE h1, .RichTextView-module_typography-uui__neFbE h2, .RichTextView-module_typography-uui__neFbE h3, .RichTextView-module_typography-uui__neFbE h4, .RichTextView-module_typography-uui__neFbE h5, .RichTextView-module_typography-uui__neFbE h6 {
1695
1680
  margin: 0;
1696
1681
  }
1697
- .RichTextView-module_typography-header__nedzE .hero-header {
1682
+ .RichTextView-module_typography-uui__neFbE .hero-header {
1698
1683
  font-family: var(--font-promo);
1699
1684
  margin: 30px 0;
1700
1685
  font-size: 66px;
1701
1686
  line-height: 72px;
1702
1687
  }
1703
- .RichTextView-module_typography-header__nedzE .hero-header, .RichTextView-module_typography-header__nedzE .promo-header {
1688
+ .RichTextView-module_typography-uui__neFbE .hero-header, .RichTextView-module_typography-uui__neFbE .promo-header {
1704
1689
  color: var(--uui-text-brand);
1705
1690
  text-align: center;
1706
1691
  }
1707
- .RichTextView-module_typography-header__nedzE .promo-header, .RichTextView-module_typography-header__nedzE h1, .RichTextView-module_typography-header__nedzE h2, .RichTextView-module_typography-header__nedzE h3 {
1692
+ .RichTextView-module_typography-uui__neFbE .promo-header, .RichTextView-module_typography-uui__neFbE h1, .RichTextView-module_typography-uui__neFbE h2, .RichTextView-module_typography-uui__neFbE h3 {
1708
1693
  font-family: var(--font-primary);
1709
1694
  }
1710
- .RichTextView-module_typography-header__nedzE .promo-header {
1711
- text-transform: uppercase;
1712
- }
1713
- .RichTextView-module_typography-header__nedzE h4, .RichTextView-module_typography-header__nedzE h5, .RichTextView-module_typography-header__nedzE h6 {
1695
+ .RichTextView-module_typography-uui__neFbE h4, .RichTextView-module_typography-uui__neFbE h5, .RichTextView-module_typography-uui__neFbE h6 {
1714
1696
  font-family: var(--font-semibold);
1715
1697
  }
1716
- .RichTextView-module_typography-header__nedzE h1, .RichTextView-module_typography-header__nedzE h2, .RichTextView-module_typography-header__nedzE h3, .RichTextView-module_typography-header__nedzE h4, .RichTextView-module_typography-header__nedzE h5, .RichTextView-module_typography-header__nedzE h6 {
1698
+ .RichTextView-module_typography-uui__neFbE h1, .RichTextView-module_typography-uui__neFbE h2, .RichTextView-module_typography-uui__neFbE h3, .RichTextView-module_typography-uui__neFbE h4, .RichTextView-module_typography-uui__neFbE h5, .RichTextView-module_typography-uui__neFbE h6 {
1717
1699
  margin-bottom: 0.5em;
1718
1700
  margin-top: 1.2em;
1719
1701
  line-height: 1.35em;
1720
1702
  }
1721
- .RichTextView-module_typography-header__nedzE h1 {
1703
+ .RichTextView-module_typography-uui__neFbE h1 {
1722
1704
  font-size: 42px;
1723
1705
  }
1724
- .RichTextView-module_typography-header__nedzE h2 {
1706
+ .RichTextView-module_typography-uui__neFbE h2 {
1725
1707
  font-size: 30px;
1726
1708
  letter-spacing: 0.1px;
1727
1709
  }
1728
- .RichTextView-module_typography-header__nedzE h2.promo-header {
1710
+ .RichTextView-module_typography-uui__neFbE h2.promo-header {
1729
1711
  letter-spacing: 2px;
1730
1712
  }
1731
- .RichTextView-module_typography-header__nedzE h3 {
1713
+ .RichTextView-module_typography-uui__neFbE h3 {
1732
1714
  font-size: 24px;
1733
1715
  }
1734
- .RichTextView-module_typography-header__nedzE h4 {
1716
+ .RichTextView-module_typography-uui__neFbE h4 {
1735
1717
  font-size: 18px;
1736
1718
  letter-spacing: 0.1px;
1737
1719
  }
1738
- .RichTextView-module_typography-header__nedzE h5 {
1720
+ .RichTextView-module_typography-uui__neFbE h5 {
1739
1721
  font-size: 16px;
1740
1722
  }
1741
- .RichTextView-module_typography-header__nedzE h6 {
1723
+ .RichTextView-module_typography-uui__neFbE h6 {
1742
1724
  font-size: 14px;
1743
1725
  }
1744
-
1745
- .RichTextView-module_typography-block__xgKmP ol, .RichTextView-module_typography-block__xgKmP ul {
1726
+ .RichTextView-module_typography-uui__neFbE ol, .RichTextView-module_typography-uui__neFbE ul {
1746
1727
  padding: 0;
1747
1728
  }
1748
- .RichTextView-module_typography-block__xgKmP li {
1729
+ .RichTextView-module_typography-uui__neFbE li {
1749
1730
  margin-left: 1.25em;
1750
1731
  line-height: 1.5;
1751
1732
  }
1752
- .RichTextView-module_typography-block__xgKmP pre {
1733
+ .RichTextView-module_typography-uui__neFbE pre {
1753
1734
  padding: 1.25em;
1754
- color: var(--gray10);
1735
+ color: var(--uui-text-contrast);
1755
1736
  background-color: var(--uui-secondary-darkest);
1756
1737
  font-family: monospace;
1757
1738
  white-space: pre-wrap;
1758
1739
  word-wrap: normal;
1759
1740
  }
1760
- .RichTextView-module_typography-block__xgKmP img {
1741
+ .RichTextView-module_typography-uui__neFbE img {
1761
1742
  max-width: 100%;
1762
1743
  }
1763
- .RichTextView-module_typography-block__xgKmP figure {
1744
+ .RichTextView-module_typography-uui__neFbE figure {
1764
1745
  margin: 0;
1765
1746
  }
1766
- .RichTextView-module_typography-block__xgKmP figure figcaption {
1747
+ .RichTextView-module_typography-uui__neFbE figure figcaption {
1767
1748
  font-size: 0.9em;
1768
1749
  opacity: 0.9;
1769
1750
  text-align: center;
1770
1751
  }
1771
- .RichTextView-module_typography-block__xgKmP p {
1752
+ .RichTextView-module_typography-uui__neFbE p {
1772
1753
  margin: 0.5em 0;
1773
1754
  line-height: 1.5;
1774
1755
  }
1775
-
1776
- .RichTextView-module_typography-inline__tHxod b, .RichTextView-module_typography-inline__tHxod strong {
1756
+ .RichTextView-module_typography-uui__neFbE b, .RichTextView-module_typography-uui__neFbE strong {
1777
1757
  font-family: var(--font-semibold);
1778
1758
  }
1779
- .RichTextView-module_typography-inline__tHxod i, .RichTextView-module_typography-inline__tHxod em {
1759
+ .RichTextView-module_typography-uui__neFbE i, .RichTextView-module_typography-uui__neFbE em {
1780
1760
  font-family: var(--font-italic);
1781
1761
  }
1782
- .RichTextView-module_typography-inline__tHxod a {
1762
+ .RichTextView-module_typography-uui__neFbE a {
1783
1763
  display: inline-flex;
1784
1764
  align-items: center;
1785
1765
  color: var(--uui-primary);
1786
1766
  text-decoration: underline;
1787
1767
  }
1788
- .RichTextView-module_typography-inline__tHxod a:visited {
1768
+ .RichTextView-module_typography-uui__neFbE a:visited {
1789
1769
  color: #5214CC;
1790
1770
  }
1791
- .RichTextView-module_typography-inline__tHxod a:visited:hover {
1771
+ .RichTextView-module_typography-uui__neFbE a:visited:hover {
1792
1772
  color: #3F0F9E;
1793
1773
  }
1794
- .RichTextView-module_typography-inline__tHxod a:hover {
1774
+ .RichTextView-module_typography-uui__neFbE a:hover {
1795
1775
  color: var(--uui-primary-dark);
1796
1776
  }
1797
- .RichTextView-module_typography-inline__tHxod code {
1777
+ .RichTextView-module_typography-uui__neFbE code {
1798
1778
  padding: 0.125em 0.25em;
1799
1779
  color: var(--uui-text-primary);
1800
1780
  background-color: var(--uui-secondary-light);
@@ -1802,23 +1782,6 @@
1802
1782
  white-space: pre-wrap;
1803
1783
  word-wrap: normal;
1804
1784
  }
1805
-
1806
- .RichTextView-module_typography-16__DrhKc {
1807
- font-size: 16px;
1808
- }
1809
-
1810
- .RichTextView-module_typography-14__1oY8c {
1811
- font-size: 14px;
1812
- }
1813
-
1814
- .RichTextView-module_typography-12__4jZjv {
1815
- font-size: 12px;
1816
- }
1817
-
1818
- .RichTextView-module_typography-promo__fga1O {
1819
- font-family: var(--font-regular);
1820
- color: var(--uui-text-primary);
1821
- }
1822
1785
  .Modals-module_modal-blocker__Lwee9 {
1823
1786
  animation-duration: 0.3s;
1824
1787
  animation-name: Modals-module_animateModalBlocker__CY-CF;
@@ -2669,11 +2632,11 @@
2669
2632
  font-family: var(--font-semibold);
2670
2633
  font-size: 12px;
2671
2634
  line-height: 18px;
2672
- color: var(--uui-link-button-text);
2635
+ color: var(--uui-link);
2673
2636
  padding-bottom: 6px;
2674
2637
  }
2675
2638
  .CalendarPresets-module_root__wSJa2 .uui-presets-item:hover {
2676
- color: var(--uui-link-button-text-active);
2639
+ color: var(--uui-link-hover);
2677
2640
  cursor: pointer;
2678
2641
  }
2679
2642
  .RangeDatePicker-module_dropdown-container__EFIZT {
@@ -2966,7 +2929,7 @@
2966
2929
  .DataTableCell-module_cell__9v8pk.DataTableCell-module_align-widgets-top__-ZRCt.DataTableCell-module_size-60__O0Mmg .uui-checkbox, .DataTableCell-module_cell__9v8pk.DataTableCell-module_align-widgets-top__-ZRCt.DataTableCell-module_size-60__O0Mmg .DataTableCell-module_folding-arrow__M3UXW {
2967
2930
  margin-top: 21px;
2968
2931
  }
2969
- .DataTableCell-module_cell__9v8pk.DataTableCell-module_align-widgets-center__l51gX {
2932
+ .DataTableCell-module_cell__9v8pk.DataTableCell-module_align-widgets-center__l51gX .uui-checkbox-container {
2970
2933
  align-self: center;
2971
2934
  }
2972
2935
  .DataTableCell-module_cell__9v8pk.DataTableCell-module_padding-12__xRP39 {
@@ -3464,6 +3427,7 @@
3464
3427
  padding-right: 6px;
3465
3428
  min-width: 6px;
3466
3429
  text-align: center;
3430
+ flex-shrink: 0;
3467
3431
  }
3468
3432
  .Badge-module_root__-W-nq .uui-count:not(:first-child) {
3469
3433
  margin-left: 6px;
@@ -3740,12 +3704,13 @@
3740
3704
  }
3741
3705
  .Tag-module_root__sO4Qq.Tag-module_size-18__nCuL7 .uui-count {
3742
3706
  height: 12px;
3743
- min-width: 6px;
3744
3707
  line-height: 12px;
3745
3708
  font-size: 8px;
3746
3709
  border-radius: 6px;
3747
3710
  padding-left: 3px;
3748
3711
  padding-right: 3px;
3712
+ min-width: 6px;
3713
+ flex-shrink: 0;
3749
3714
  }
3750
3715
  .Tag-module_root__sO4Qq.Tag-module_size-18__nCuL7 .uui-count:not(:first-child) {
3751
3716
  margin-left: 3px;
@@ -3825,6 +3790,7 @@
3825
3790
  font-size: 14px;
3826
3791
  border-radius: 12px;
3827
3792
  min-width: 12px;
3793
+ flex-shrink: 0;
3828
3794
  }
3829
3795
  .Tag-module_root__sO4Qq.Tag-module_size-48__ksVx2 {
3830
3796
  min-width: 48px;
@@ -3848,6 +3814,7 @@
3848
3814
  font-size: 14px;
3849
3815
  border-radius: 12px;
3850
3816
  min-width: 12px;
3817
+ flex-shrink: 0;
3851
3818
  }
3852
3819
  .Paginator-module_root__d1jwS {
3853
3820
  display: flex;
@@ -4997,7 +4964,7 @@
4997
4964
  .MainMenuButton-module_root__pJ8X7.uui-active {
4998
4965
  background-color: var(--uui-main_menu-hover);
4999
4966
  border-bottom: 3px solid var(--uui-main_menu-border-active);
5000
- color: var(--uui-main_menu-text);
4967
+ color: var(--uui-main_menu-text-active);
5001
4968
  fill: var(--uui-main_menu-icon-active);
5002
4969
  }
5003
4970
  .MainMenuDropdown-module_dropdown-body__H16cM {