@epam/uui 5.0.0-alpha.4 → 5.0.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/assets/styles/buttonLayout.scss +67 -67
- package/assets/styles/controlLayout.scss +28 -28
- package/assets/styles/dnd.scss +9 -0
- package/assets/styles/effects.scss +10 -10
- package/assets/styles/icons.scss +19 -19
- package/assets/styles/index.scss +8 -8
- package/assets/styles/inputs.scss +70 -70
- package/assets/styles/text-size.scss +37 -37
- package/assets/styles/{typography-mixins.scss → typography.scss} +163 -159
- package/components/buttons/LinkButton.d.ts +3 -0
- package/components/buttons/LinkButton.d.ts.map +1 -1
- package/components/buttons/TabButton.d.ts.map +1 -1
- package/components/filters/{FilterDataPickerBody.d.ts → FilterDatePickerBody.d.ts} +2 -2
- package/components/filters/{FilterDataPickerBody.d.ts.map → FilterDatePickerBody.d.ts.map} +1 -1
- package/components/filters/FilterPanelItemToggler.d.ts.map +1 -1
- package/components/filters/FilterPickerBody.d.ts +1 -0
- package/components/filters/FilterPickerBody.d.ts.map +1 -1
- package/components/filters/FilterRangeDatePickerBody.d.ts.map +1 -1
- package/components/filters/FiltersPanel.d.ts +1 -0
- package/components/filters/FiltersPanel.d.ts.map +1 -1
- package/components/filters/FiltersPanelItem.d.ts +1 -0
- package/components/filters/FiltersPanelItem.d.ts.map +1 -1
- package/components/forms/Form.d.ts.map +1 -1
- package/components/pickers/MobileDropdownWrapper.d.ts.map +1 -1
- package/components/tables/DataTableCell.d.ts.map +1 -1
- package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts.map +1 -1
- package/components/typography/RichTextView.d.ts +1 -2
- package/components/typography/RichTextView.d.ts.map +1 -1
- package/components/typography/Text.d.ts +2 -3
- package/components/typography/Text.d.ts.map +1 -1
- package/components/widgets/Badge.d.ts +1 -2
- package/components/widgets/Badge.d.ts.map +1 -1
- package/i18n.d.ts +1 -1
- package/index.d.ts +0 -1
- package/index.d.ts.map +1 -1
- package/index.esm.js +513 -473
- package/index.esm.js.map +1 -1
- package/index.js +513 -472
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/readme.md +4 -4
- package/stats.html +19 -1
- package/styles.css +98 -126
- package/styles.css.map +1 -1
- package/assets/styles/font-faces.scss +0 -52
- package/assets/styles/layout-mixins.scss +0 -9
- package/assets/styles/prettifyScrollBar.scss +0 -53
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;
|
|
@@ -273,7 +238,6 @@
|
|
|
273
238
|
}
|
|
274
239
|
.Button-module_size-42__KHTm0 .uui-caption {
|
|
275
240
|
font-family: var(--font-primary);
|
|
276
|
-
text-transform: uppercase;
|
|
277
241
|
}
|
|
278
242
|
|
|
279
243
|
.Button-module_size-48__zeJhh {
|
|
@@ -298,7 +262,6 @@
|
|
|
298
262
|
}
|
|
299
263
|
.Button-module_size-48__zeJhh .uui-caption {
|
|
300
264
|
font-family: var(--font-primary);
|
|
301
|
-
text-transform: uppercase;
|
|
302
265
|
}
|
|
303
266
|
.IconButton-module_root__M67sa {
|
|
304
267
|
fill: var(--uui-icon-btn);
|
|
@@ -530,6 +493,9 @@
|
|
|
530
493
|
box-shadow: 0 1px 8px 0 var(--uui-negative);
|
|
531
494
|
border-radius: 50%;
|
|
532
495
|
}
|
|
496
|
+
.TabButton-module_root__8Z4AH.uui-button-box {
|
|
497
|
+
min-width: min-content;
|
|
498
|
+
}
|
|
533
499
|
.TabButton-module_root__8Z4AH .uui-count {
|
|
534
500
|
line-height: 18px;
|
|
535
501
|
font-size: 12px;
|
|
@@ -542,6 +508,7 @@
|
|
|
542
508
|
margin-left: 6px;
|
|
543
509
|
margin-right: 3px;
|
|
544
510
|
border-radius: 9px;
|
|
511
|
+
flex-shrink: 0;
|
|
545
512
|
}
|
|
546
513
|
.TabButton-module_root__8Z4AH .uui-caption {
|
|
547
514
|
line-height: 18px;
|
|
@@ -1691,110 +1658,121 @@
|
|
|
1691
1658
|
-webkit-background-clip: text;
|
|
1692
1659
|
animation: TextPlaceholder-module_skeleton_loading__jXXBE 1s ease infinite;
|
|
1693
1660
|
}
|
|
1694
|
-
.RichTextView-module_typography-
|
|
1661
|
+
.RichTextView-module_typography-16__DrhKc {
|
|
1662
|
+
font-size: 16px;
|
|
1663
|
+
}
|
|
1664
|
+
|
|
1665
|
+
.RichTextView-module_typography-14__1oY8c {
|
|
1666
|
+
font-size: 14px;
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
.RichTextView-module_typography-12__4jZjv {
|
|
1670
|
+
font-size: 12px;
|
|
1671
|
+
}
|
|
1672
|
+
|
|
1673
|
+
.RichTextView-module_typography-uui__neFbE {
|
|
1674
|
+
font-family: var(--font-regular);
|
|
1675
|
+
color: var(--uui-text-primary);
|
|
1676
|
+
}
|
|
1677
|
+
.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
1678
|
margin: 0;
|
|
1696
1679
|
}
|
|
1697
|
-
.RichTextView-module_typography-
|
|
1680
|
+
.RichTextView-module_typography-uui__neFbE .hero-header {
|
|
1698
1681
|
font-family: var(--font-promo);
|
|
1699
1682
|
margin: 30px 0;
|
|
1700
1683
|
font-size: 66px;
|
|
1701
1684
|
line-height: 72px;
|
|
1702
1685
|
}
|
|
1703
|
-
.RichTextView-module_typography-
|
|
1686
|
+
.RichTextView-module_typography-uui__neFbE .hero-header, .RichTextView-module_typography-uui__neFbE .promo-header {
|
|
1704
1687
|
color: var(--uui-text-brand);
|
|
1705
1688
|
text-align: center;
|
|
1706
1689
|
}
|
|
1707
|
-
.RichTextView-module_typography-
|
|
1690
|
+
.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
1691
|
font-family: var(--font-primary);
|
|
1709
1692
|
}
|
|
1710
|
-
.RichTextView-module_typography-
|
|
1711
|
-
text-transform: uppercase;
|
|
1712
|
-
}
|
|
1713
|
-
.RichTextView-module_typography-header__nedzE h4, .RichTextView-module_typography-header__nedzE h5, .RichTextView-module_typography-header__nedzE h6 {
|
|
1693
|
+
.RichTextView-module_typography-uui__neFbE h4, .RichTextView-module_typography-uui__neFbE h5, .RichTextView-module_typography-uui__neFbE h6 {
|
|
1714
1694
|
font-family: var(--font-semibold);
|
|
1715
1695
|
}
|
|
1716
|
-
.RichTextView-module_typography-
|
|
1696
|
+
.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
1697
|
margin-bottom: 0.5em;
|
|
1718
1698
|
margin-top: 1.2em;
|
|
1719
1699
|
line-height: 1.35em;
|
|
1720
1700
|
}
|
|
1721
|
-
.RichTextView-module_typography-
|
|
1701
|
+
.RichTextView-module_typography-uui__neFbE h1 {
|
|
1722
1702
|
font-size: 42px;
|
|
1723
1703
|
}
|
|
1724
|
-
.RichTextView-module_typography-
|
|
1704
|
+
.RichTextView-module_typography-uui__neFbE h2 {
|
|
1725
1705
|
font-size: 30px;
|
|
1726
1706
|
letter-spacing: 0.1px;
|
|
1727
1707
|
}
|
|
1728
|
-
.RichTextView-module_typography-
|
|
1708
|
+
.RichTextView-module_typography-uui__neFbE h2.promo-header {
|
|
1729
1709
|
letter-spacing: 2px;
|
|
1730
1710
|
}
|
|
1731
|
-
.RichTextView-module_typography-
|
|
1711
|
+
.RichTextView-module_typography-uui__neFbE h3 {
|
|
1732
1712
|
font-size: 24px;
|
|
1733
1713
|
}
|
|
1734
|
-
.RichTextView-module_typography-
|
|
1714
|
+
.RichTextView-module_typography-uui__neFbE h4 {
|
|
1735
1715
|
font-size: 18px;
|
|
1736
1716
|
letter-spacing: 0.1px;
|
|
1737
1717
|
}
|
|
1738
|
-
.RichTextView-module_typography-
|
|
1718
|
+
.RichTextView-module_typography-uui__neFbE h5 {
|
|
1739
1719
|
font-size: 16px;
|
|
1740
1720
|
}
|
|
1741
|
-
.RichTextView-module_typography-
|
|
1721
|
+
.RichTextView-module_typography-uui__neFbE h6 {
|
|
1742
1722
|
font-size: 14px;
|
|
1743
1723
|
}
|
|
1744
|
-
|
|
1745
|
-
.RichTextView-module_typography-block__xgKmP ol, .RichTextView-module_typography-block__xgKmP ul {
|
|
1724
|
+
.RichTextView-module_typography-uui__neFbE ol, .RichTextView-module_typography-uui__neFbE ul {
|
|
1746
1725
|
padding: 0;
|
|
1747
1726
|
}
|
|
1748
|
-
.RichTextView-module_typography-
|
|
1727
|
+
.RichTextView-module_typography-uui__neFbE li {
|
|
1749
1728
|
margin-left: 1.25em;
|
|
1750
1729
|
line-height: 1.5;
|
|
1751
1730
|
}
|
|
1752
|
-
.RichTextView-module_typography-
|
|
1731
|
+
.RichTextView-module_typography-uui__neFbE pre {
|
|
1753
1732
|
padding: 1.25em;
|
|
1754
|
-
color: var(--
|
|
1733
|
+
color: var(--uui-text-contrast);
|
|
1755
1734
|
background-color: var(--uui-secondary-darkest);
|
|
1756
1735
|
font-family: monospace;
|
|
1757
1736
|
white-space: pre-wrap;
|
|
1758
1737
|
word-wrap: normal;
|
|
1759
1738
|
}
|
|
1760
|
-
.RichTextView-module_typography-
|
|
1739
|
+
.RichTextView-module_typography-uui__neFbE img {
|
|
1761
1740
|
max-width: 100%;
|
|
1762
1741
|
}
|
|
1763
|
-
.RichTextView-module_typography-
|
|
1742
|
+
.RichTextView-module_typography-uui__neFbE figure {
|
|
1764
1743
|
margin: 0;
|
|
1765
1744
|
}
|
|
1766
|
-
.RichTextView-module_typography-
|
|
1745
|
+
.RichTextView-module_typography-uui__neFbE figure figcaption {
|
|
1767
1746
|
font-size: 0.9em;
|
|
1768
1747
|
opacity: 0.9;
|
|
1769
1748
|
text-align: center;
|
|
1770
1749
|
}
|
|
1771
|
-
.RichTextView-module_typography-
|
|
1750
|
+
.RichTextView-module_typography-uui__neFbE p {
|
|
1772
1751
|
margin: 0.5em 0;
|
|
1773
1752
|
line-height: 1.5;
|
|
1774
1753
|
}
|
|
1775
|
-
|
|
1776
|
-
.RichTextView-module_typography-inline__tHxod b, .RichTextView-module_typography-inline__tHxod strong {
|
|
1754
|
+
.RichTextView-module_typography-uui__neFbE b, .RichTextView-module_typography-uui__neFbE strong {
|
|
1777
1755
|
font-family: var(--font-semibold);
|
|
1778
1756
|
}
|
|
1779
|
-
.RichTextView-module_typography-
|
|
1757
|
+
.RichTextView-module_typography-uui__neFbE i, .RichTextView-module_typography-uui__neFbE em {
|
|
1780
1758
|
font-family: var(--font-italic);
|
|
1781
1759
|
}
|
|
1782
|
-
.RichTextView-module_typography-
|
|
1760
|
+
.RichTextView-module_typography-uui__neFbE a {
|
|
1783
1761
|
display: inline-flex;
|
|
1784
1762
|
align-items: center;
|
|
1785
1763
|
color: var(--uui-primary);
|
|
1786
1764
|
text-decoration: underline;
|
|
1787
1765
|
}
|
|
1788
|
-
.RichTextView-module_typography-
|
|
1766
|
+
.RichTextView-module_typography-uui__neFbE a:visited {
|
|
1789
1767
|
color: #5214CC;
|
|
1790
1768
|
}
|
|
1791
|
-
.RichTextView-module_typography-
|
|
1769
|
+
.RichTextView-module_typography-uui__neFbE a:visited:hover {
|
|
1792
1770
|
color: #3F0F9E;
|
|
1793
1771
|
}
|
|
1794
|
-
.RichTextView-module_typography-
|
|
1772
|
+
.RichTextView-module_typography-uui__neFbE a:hover {
|
|
1795
1773
|
color: var(--uui-primary-dark);
|
|
1796
1774
|
}
|
|
1797
|
-
.RichTextView-module_typography-
|
|
1775
|
+
.RichTextView-module_typography-uui__neFbE code {
|
|
1798
1776
|
padding: 0.125em 0.25em;
|
|
1799
1777
|
color: var(--uui-text-primary);
|
|
1800
1778
|
background-color: var(--uui-secondary-light);
|
|
@@ -1802,23 +1780,6 @@
|
|
|
1802
1780
|
white-space: pre-wrap;
|
|
1803
1781
|
word-wrap: normal;
|
|
1804
1782
|
}
|
|
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
1783
|
.Modals-module_modal-blocker__Lwee9 {
|
|
1823
1784
|
animation-duration: 0.3s;
|
|
1824
1785
|
animation-name: Modals-module_animateModalBlocker__CY-CF;
|
|
@@ -2669,11 +2630,11 @@
|
|
|
2669
2630
|
font-family: var(--font-semibold);
|
|
2670
2631
|
font-size: 12px;
|
|
2671
2632
|
line-height: 18px;
|
|
2672
|
-
color: var(--uui-link
|
|
2633
|
+
color: var(--uui-link);
|
|
2673
2634
|
padding-bottom: 6px;
|
|
2674
2635
|
}
|
|
2675
2636
|
.CalendarPresets-module_root__wSJa2 .uui-presets-item:hover {
|
|
2676
|
-
color: var(--uui-link-
|
|
2637
|
+
color: var(--uui-link-hover);
|
|
2677
2638
|
cursor: pointer;
|
|
2678
2639
|
}
|
|
2679
2640
|
.RangeDatePicker-module_dropdown-container__EFIZT {
|
|
@@ -2886,6 +2847,7 @@
|
|
|
2886
2847
|
background-color: rgba(255, 255, 255, 0.5);
|
|
2887
2848
|
}
|
|
2888
2849
|
.DataPickerBody-module_body__CMMVY {
|
|
2850
|
+
--uui-dt-cell-border-width: 0;
|
|
2889
2851
|
display: flex;
|
|
2890
2852
|
flex-direction: column;
|
|
2891
2853
|
flex: 1 1 auto;
|
|
@@ -2966,7 +2928,7 @@
|
|
|
2966
2928
|
.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
2929
|
margin-top: 21px;
|
|
2968
2930
|
}
|
|
2969
|
-
.DataTableCell-module_cell__9v8pk.DataTableCell-module_align-widgets-center__l51gX {
|
|
2931
|
+
.DataTableCell-module_cell__9v8pk.DataTableCell-module_align-widgets-center__l51gX .uui-checkbox-container {
|
|
2970
2932
|
align-self: center;
|
|
2971
2933
|
}
|
|
2972
2934
|
.DataTableCell-module_cell__9v8pk.DataTableCell-module_padding-12__xRP39 {
|
|
@@ -3464,6 +3426,7 @@
|
|
|
3464
3426
|
padding-right: 6px;
|
|
3465
3427
|
min-width: 6px;
|
|
3466
3428
|
text-align: center;
|
|
3429
|
+
flex-shrink: 0;
|
|
3467
3430
|
}
|
|
3468
3431
|
.Badge-module_root__-W-nq .uui-count:not(:first-child) {
|
|
3469
3432
|
margin-left: 6px;
|
|
@@ -3740,12 +3703,13 @@
|
|
|
3740
3703
|
}
|
|
3741
3704
|
.Tag-module_root__sO4Qq.Tag-module_size-18__nCuL7 .uui-count {
|
|
3742
3705
|
height: 12px;
|
|
3743
|
-
min-width: 6px;
|
|
3744
3706
|
line-height: 12px;
|
|
3745
3707
|
font-size: 8px;
|
|
3746
3708
|
border-radius: 6px;
|
|
3747
3709
|
padding-left: 3px;
|
|
3748
3710
|
padding-right: 3px;
|
|
3711
|
+
min-width: 6px;
|
|
3712
|
+
flex-shrink: 0;
|
|
3749
3713
|
}
|
|
3750
3714
|
.Tag-module_root__sO4Qq.Tag-module_size-18__nCuL7 .uui-count:not(:first-child) {
|
|
3751
3715
|
margin-left: 3px;
|
|
@@ -3825,6 +3789,7 @@
|
|
|
3825
3789
|
font-size: 14px;
|
|
3826
3790
|
border-radius: 12px;
|
|
3827
3791
|
min-width: 12px;
|
|
3792
|
+
flex-shrink: 0;
|
|
3828
3793
|
}
|
|
3829
3794
|
.Tag-module_root__sO4Qq.Tag-module_size-48__ksVx2 {
|
|
3830
3795
|
min-width: 48px;
|
|
@@ -3848,6 +3813,7 @@
|
|
|
3848
3813
|
font-size: 14px;
|
|
3849
3814
|
border-radius: 12px;
|
|
3850
3815
|
min-width: 12px;
|
|
3816
|
+
flex-shrink: 0;
|
|
3851
3817
|
}
|
|
3852
3818
|
.Paginator-module_root__d1jwS {
|
|
3853
3819
|
display: flex;
|
|
@@ -4322,6 +4288,9 @@
|
|
|
4322
4288
|
border-color: var(--uui-filters-toggler-border-hover);
|
|
4323
4289
|
background-color: var(--uui-filters-toggler-bg-hover);
|
|
4324
4290
|
}
|
|
4291
|
+
.FilterPanelItemToggler-module_root__6HJLW.uui-input-box .uui-icon-dropdown {
|
|
4292
|
+
fill: var(--uui-filters-toggler-icon);
|
|
4293
|
+
}
|
|
4325
4294
|
.FilterPanelItemToggler-module_root__6HJLW.uui-input-box .FilterPanelItemToggler-module_title-wrapper__07dD8 {
|
|
4326
4295
|
font-family: var(--uui-filters-toggler-font);
|
|
4327
4296
|
font-weight: var(--uui-filters-toggler-font-weight, normal);
|
|
@@ -4331,6 +4300,8 @@
|
|
|
4331
4300
|
background: none;
|
|
4332
4301
|
cursor: pointer;
|
|
4333
4302
|
white-space: nowrap;
|
|
4303
|
+
padding-left: 6px;
|
|
4304
|
+
padding-right: 6px;
|
|
4334
4305
|
}
|
|
4335
4306
|
.FilterPanelItemToggler-module_root__6HJLW.uui-input-box .FilterPanelItemToggler-module_title-wrapper__07dD8 .FilterPanelItemToggler-module_title__JaXtY {
|
|
4336
4307
|
text-overflow: initial;
|
|
@@ -4370,64 +4341,55 @@
|
|
|
4370
4341
|
color: var(--uui-filters-toggler-text);
|
|
4371
4342
|
}
|
|
4372
4343
|
.FilterPanelItemToggler-module_root__6HJLW.uui-input-box.size-24 {
|
|
4373
|
-
|
|
4374
|
-
|
|
4375
|
-
|
|
4376
|
-
|
|
4377
|
-
font-size: 12px;
|
|
4378
|
-
padding-top: 2px;
|
|
4379
|
-
padding-bottom: 2px;
|
|
4344
|
+
padding-left: 5px;
|
|
4345
|
+
padding-right: 5px;
|
|
4346
|
+
padding-left: 2px;
|
|
4347
|
+
padding-right: 2px;
|
|
4380
4348
|
}
|
|
4381
4349
|
.FilterPanelItemToggler-module_root__6HJLW.uui-input-box.size-24.uui-button-box, .FilterPanelItemToggler-module_root__6HJLW.uui-input-box.size-24.uui-input-box {
|
|
4382
4350
|
min-height: 24px;
|
|
4383
4351
|
border-width: 1px;
|
|
4384
4352
|
}
|
|
4385
|
-
.FilterPanelItemToggler-module_root__6HJLW.uui-input-box.size-
|
|
4386
|
-
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
|
|
4353
|
+
.FilterPanelItemToggler-module_root__6HJLW.uui-input-box.size-24 .FilterPanelItemToggler-module_title-wrapper__07dD8 {
|
|
4354
|
+
padding-left: 3px;
|
|
4355
|
+
padding-right: 3px;
|
|
4356
|
+
}
|
|
4357
|
+
.FilterPanelItemToggler-module_root__6HJLW.uui-input-box.size-30 {
|
|
4358
|
+
padding-left: 5px;
|
|
4359
|
+
padding-right: 5px;
|
|
4390
4360
|
}
|
|
4391
4361
|
.FilterPanelItemToggler-module_root__6HJLW.uui-input-box.size-30.uui-button-box, .FilterPanelItemToggler-module_root__6HJLW.uui-input-box.size-30.uui-input-box {
|
|
4392
4362
|
min-height: 30px;
|
|
4393
4363
|
border-width: 1px;
|
|
4394
4364
|
}
|
|
4395
|
-
.FilterPanelItemToggler-module_root__6HJLW.uui-input-box.size-36
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
padding-top: 8px;
|
|
4399
|
-
padding-bottom: 8px;
|
|
4365
|
+
.FilterPanelItemToggler-module_root__6HJLW.uui-input-box.size-36 {
|
|
4366
|
+
padding-left: 5px;
|
|
4367
|
+
padding-right: 5px;
|
|
4400
4368
|
}
|
|
4401
4369
|
.FilterPanelItemToggler-module_root__6HJLW.uui-input-box.size-36.uui-button-box, .FilterPanelItemToggler-module_root__6HJLW.uui-input-box.size-36.uui-input-box {
|
|
4402
4370
|
min-height: 36px;
|
|
4403
4371
|
border-width: 1px;
|
|
4404
4372
|
}
|
|
4405
|
-
.FilterPanelItemToggler-module_root__6HJLW.uui-input-box.size-42
|
|
4406
|
-
|
|
4407
|
-
|
|
4408
|
-
padding-
|
|
4409
|
-
padding-
|
|
4373
|
+
.FilterPanelItemToggler-module_root__6HJLW.uui-input-box.size-42 {
|
|
4374
|
+
padding-left: 5px;
|
|
4375
|
+
padding-right: 5px;
|
|
4376
|
+
padding-left: 11px;
|
|
4377
|
+
padding-right: 11px;
|
|
4410
4378
|
}
|
|
4411
4379
|
.FilterPanelItemToggler-module_root__6HJLW.uui-input-box.size-42.uui-button-box, .FilterPanelItemToggler-module_root__6HJLW.uui-input-box.size-42.uui-input-box {
|
|
4412
4380
|
min-height: 42px;
|
|
4413
4381
|
border-width: 1px;
|
|
4414
4382
|
}
|
|
4415
|
-
.FilterPanelItemToggler-module_root__6HJLW.uui-input-box.size-48
|
|
4416
|
-
|
|
4417
|
-
|
|
4418
|
-
padding-
|
|
4419
|
-
padding-
|
|
4383
|
+
.FilterPanelItemToggler-module_root__6HJLW.uui-input-box.size-48 {
|
|
4384
|
+
padding-left: 5px;
|
|
4385
|
+
padding-right: 5px;
|
|
4386
|
+
padding-left: 11px;
|
|
4387
|
+
padding-right: 11px;
|
|
4420
4388
|
}
|
|
4421
4389
|
.FilterPanelItemToggler-module_root__6HJLW.uui-input-box.size-48.uui-button-box, .FilterPanelItemToggler-module_root__6HJLW.uui-input-box.size-48.uui-input-box {
|
|
4422
4390
|
min-height: 48px;
|
|
4423
4391
|
border-width: 1px;
|
|
4424
4392
|
}
|
|
4425
|
-
.FilterPanelItemToggler-module_root__6HJLW.uui-input-box .uui-icon-dropdown {
|
|
4426
|
-
fill: var(--uui-filters-toggler-icon);
|
|
4427
|
-
margin-top: auto;
|
|
4428
|
-
margin-bottom: auto;
|
|
4429
|
-
padding-left: 3px;
|
|
4430
|
-
}
|
|
4431
4393
|
.FilterRangeDatePickerBody-module_date-input__YCsN4 {
|
|
4432
4394
|
min-width: 0;
|
|
4433
4395
|
padding: 0 5px;
|
|
@@ -4566,10 +4528,17 @@
|
|
|
4566
4528
|
display: flex;
|
|
4567
4529
|
justify-content: space-between;
|
|
4568
4530
|
align-items: center;
|
|
4569
|
-
padding: 9px 12px
|
|
4531
|
+
padding: 9px 12px;
|
|
4570
4532
|
}
|
|
4571
4533
|
.FiltersPanelItem-module_header__hqSIh button.FiltersPanelItem-module_removeButton__dWD-9 {
|
|
4572
4534
|
padding-left: 24px;
|
|
4535
|
+
margin-left: auto;
|
|
4536
|
+
}
|
|
4537
|
+
.FiltersPanelItem-module_header__hqSIh button.FiltersPanelItem-module_removeButton__dWD-9 .uui-caption {
|
|
4538
|
+
font-size: 14px;
|
|
4539
|
+
}
|
|
4540
|
+
.FiltersPanelItem-module_header__hqSIh.FiltersPanelItem-module_with-search__sPAwy {
|
|
4541
|
+
padding-bottom: 0;
|
|
4573
4542
|
}
|
|
4574
4543
|
|
|
4575
4544
|
@media screen and (max-width: 720px) {
|
|
@@ -4577,6 +4546,9 @@
|
|
|
4577
4546
|
height: var(--app-mobile-height);
|
|
4578
4547
|
}
|
|
4579
4548
|
}
|
|
4549
|
+
.FiltersPanelItem-module_panel__EfHsL .-scrolled-top {
|
|
4550
|
+
border-top: 1px solid var(--uui-divider);
|
|
4551
|
+
}
|
|
4580
4552
|
.PresetsPanel-module_divider__vk5zN {
|
|
4581
4553
|
margin-right: 3px;
|
|
4582
4554
|
border-left: 1px solid var(--uui-divider);
|
|
@@ -4997,7 +4969,7 @@
|
|
|
4997
4969
|
.MainMenuButton-module_root__pJ8X7.uui-active {
|
|
4998
4970
|
background-color: var(--uui-main_menu-hover);
|
|
4999
4971
|
border-bottom: 3px solid var(--uui-main_menu-border-active);
|
|
5000
|
-
color: var(--uui-main_menu-text);
|
|
4972
|
+
color: var(--uui-main_menu-text-active);
|
|
5001
4973
|
fill: var(--uui-main_menu-icon-active);
|
|
5002
4974
|
}
|
|
5003
4975
|
.MainMenuDropdown-module_dropdown-body__H16cM {
|