@progress/kendo-theme-default 5.1.2-dev.4 → 5.2.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.
Files changed (67) hide show
  1. package/dist/all.css +492 -227
  2. package/dist/all.scss +301 -155
  3. package/lib/swatches/default-blue.json +2 -1
  4. package/lib/swatches/default-dataviz-v4.json +2 -1
  5. package/lib/swatches/default-green.json +2 -1
  6. package/lib/swatches/default-main-dark.json +2 -1
  7. package/lib/swatches/default-main.json +2 -1
  8. package/lib/swatches/default-nordic.json +2 -1
  9. package/lib/swatches/default-orange.json +2 -1
  10. package/lib/swatches/default-purple.json +2 -1
  11. package/lib/swatches/default-turquoise.json +2 -1
  12. package/lib/swatches/default-urban.json +2 -1
  13. package/package.json +3 -3
  14. package/scss/_variables.scss +5 -4
  15. package/scss/badge/_variables.scss +3 -3
  16. package/scss/bottom-navigation/_variables.scss +1 -1
  17. package/scss/breadcrumb/_variables.scss +1 -1
  18. package/scss/button/_layout.scss +13 -0
  19. package/scss/button/_variables.scss +11 -0
  20. package/scss/calendar/_layout.scss +3 -0
  21. package/scss/calendar/_variables.scss +1 -1
  22. package/scss/card/_variables.scss +1 -1
  23. package/scss/chip/_layout.scss +2 -0
  24. package/scss/color-preview/_variables.scss +1 -1
  25. package/scss/coloreditor/_variables.scss +1 -1
  26. package/scss/colorgradient/_layout.scss +4 -0
  27. package/scss/colorgradient/_variables.scss +2 -2
  28. package/scss/common/_base.scss +2 -2
  29. package/scss/dataviz/_layout.scss +3 -3
  30. package/scss/editor/_layout.scss +2 -2
  31. package/scss/fab/_variables.scss +1 -1
  32. package/scss/filemanager/_layout.scss +3 -0
  33. package/scss/forms/_layout.scss +0 -5
  34. package/scss/gantt/_layout.scss +39 -7
  35. package/scss/gantt/_theme.scss +16 -1
  36. package/scss/gantt/_variables.scss +5 -0
  37. package/scss/grid/_layout.scss +1 -1
  38. package/scss/imageeditor/_layout.scss +5 -0
  39. package/scss/input/_layout.scss +8 -4
  40. package/scss/list/_layout.scss +8 -0
  41. package/scss/listgroup/_variables.scss +1 -1
  42. package/scss/loader/_variables.scss +1 -1
  43. package/scss/notification/_theme.scss +7 -5
  44. package/scss/notification/_variables.scss +15 -13
  45. package/scss/orgchart/_variables.scss +1 -1
  46. package/scss/pager/_layout.scss +5 -0
  47. package/scss/pivotgrid/_layout.scss +1 -0
  48. package/scss/pivotgrid/_variables.scss +2 -1
  49. package/scss/popup/_layout.scss +1 -1
  50. package/scss/popup/_theme.scss +1 -1
  51. package/scss/progressbar/_layout.scss +1 -1
  52. package/scss/scheduler/_layout.scss +1 -1
  53. package/scss/scheduler/_variables.scss +2 -2
  54. package/scss/skeleton/_variables.scss +1 -1
  55. package/scss/slider/_theme.scss +1 -1
  56. package/scss/spreadsheet/_layout.scss +1 -5
  57. package/scss/spreadsheet/_variables.scss +3 -3
  58. package/scss/stepper/_layout.scss +2 -1
  59. package/scss/tabstrip/_variables.scss +1 -1
  60. package/scss/taskboard/_variables.scss +2 -2
  61. package/scss/textarea/_layout.scss +1 -3
  62. package/scss/tilelayout/_variables.scss +1 -1
  63. package/scss/timeline/_layout.scss +3 -3
  64. package/scss/tooltip/_variables.scss +1 -1
  65. package/scss/treeview/_variables.scss +1 -1
  66. package/scss/utils/_border.scss +4 -4
  67. package/scss/utils/_flex.scss +98 -59
package/dist/all.css CHANGED
@@ -139,7 +139,7 @@ kendo-sortable {
139
139
 
140
140
  .k-block,
141
141
  .k-panel {
142
- border-radius: 2px;
142
+ border-radius: 4px;
143
143
  border-color: rgba(0, 0, 0, 0.08);
144
144
  color: #424242;
145
145
  background-color: #ffffff;
@@ -151,8 +151,8 @@ kendo-sortable {
151
151
 
152
152
  .k-block > .k-header,
153
153
  .k-panel > .k-header {
154
- border-top-left-radius: 2px;
155
- border-top-right-radius: 2px;
154
+ border-top-left-radius: 4px;
155
+ border-top-right-radius: 4px;
156
156
  border-color: rgba(0, 0, 0, 0.08);
157
157
  color: #424242;
158
158
  background-color: #fafafa;
@@ -902,7 +902,7 @@ kendo-sortable {
902
902
  }
903
903
 
904
904
  .k-drag-clue {
905
- border-radius: 2px;
905
+ border-radius: 4px;
906
906
  padding: 4px 8px;
907
907
  border-width: 1px;
908
908
  border-style: solid;
@@ -1546,27 +1546,27 @@ kendo-sortable {
1546
1546
  }
1547
1547
 
1548
1548
  .k-rounded-sm {
1549
- border-radius: 1px;
1549
+ border-radius: 2px;
1550
1550
  }
1551
1551
 
1552
1552
  .\!k-rounded-sm {
1553
- border-radius: 1px !important;
1553
+ border-radius: 2px !important;
1554
1554
  }
1555
1555
 
1556
1556
  .k-rounded-md {
1557
- border-radius: 2px;
1557
+ border-radius: 4px;
1558
1558
  }
1559
1559
 
1560
1560
  .\!k-rounded-md {
1561
- border-radius: 2px !important;
1561
+ border-radius: 4px !important;
1562
1562
  }
1563
1563
 
1564
1564
  .k-rounded-lg {
1565
- border-radius: 4px;
1565
+ border-radius: 6px;
1566
1566
  }
1567
1567
 
1568
1568
  .\!k-rounded-lg {
1569
- border-radius: 4px !important;
1569
+ border-radius: 6px !important;
1570
1570
  }
1571
1571
 
1572
1572
  .k-rounded-full {
@@ -1598,33 +1598,33 @@ kendo-sortable {
1598
1598
  }
1599
1599
 
1600
1600
  .k-rounded-top-sm {
1601
- border-top-left-radius: 1px;
1602
- border-top-right-radius: 1px;
1601
+ border-top-left-radius: 2px;
1602
+ border-top-right-radius: 2px;
1603
1603
  }
1604
1604
 
1605
1605
  .\!k-rounded-top-sm {
1606
- border-top-left-radius: 1px !important;
1607
- border-top-right-radius: 1px !important;
1606
+ border-top-left-radius: 2px !important;
1607
+ border-top-right-radius: 2px !important;
1608
1608
  }
1609
1609
 
1610
1610
  .k-rounded-top-md {
1611
- border-top-left-radius: 2px;
1612
- border-top-right-radius: 2px;
1611
+ border-top-left-radius: 4px;
1612
+ border-top-right-radius: 4px;
1613
1613
  }
1614
1614
 
1615
1615
  .\!k-rounded-top-md {
1616
- border-top-left-radius: 2px !important;
1617
- border-top-right-radius: 2px !important;
1616
+ border-top-left-radius: 4px !important;
1617
+ border-top-right-radius: 4px !important;
1618
1618
  }
1619
1619
 
1620
1620
  .k-rounded-top-lg {
1621
- border-top-left-radius: 4px;
1622
- border-top-right-radius: 4px;
1621
+ border-top-left-radius: 6px;
1622
+ border-top-right-radius: 6px;
1623
1623
  }
1624
1624
 
1625
1625
  .\!k-rounded-top-lg {
1626
- border-top-left-radius: 4px !important;
1627
- border-top-right-radius: 4px !important;
1626
+ border-top-left-radius: 6px !important;
1627
+ border-top-right-radius: 6px !important;
1628
1628
  }
1629
1629
 
1630
1630
  .k-rounded-top-full {
@@ -1658,33 +1658,33 @@ kendo-sortable {
1658
1658
  }
1659
1659
 
1660
1660
  .k-rounded-right-sm {
1661
- border-top-right-radius: 1px;
1662
- border-bottom-right-radius: 1px;
1661
+ border-top-right-radius: 2px;
1662
+ border-bottom-right-radius: 2px;
1663
1663
  }
1664
1664
 
1665
1665
  .\!k-rounded-right-sm {
1666
- border-top-right-radius: 1px !important;
1667
- border-bottom-right-radius: 1px !important;
1666
+ border-top-right-radius: 2px !important;
1667
+ border-bottom-right-radius: 2px !important;
1668
1668
  }
1669
1669
 
1670
1670
  .k-rounded-right-md {
1671
- border-top-right-radius: 2px;
1672
- border-bottom-right-radius: 2px;
1671
+ border-top-right-radius: 4px;
1672
+ border-bottom-right-radius: 4px;
1673
1673
  }
1674
1674
 
1675
1675
  .\!k-rounded-right-md {
1676
- border-top-right-radius: 2px !important;
1677
- border-bottom-right-radius: 2px !important;
1676
+ border-top-right-radius: 4px !important;
1677
+ border-bottom-right-radius: 4px !important;
1678
1678
  }
1679
1679
 
1680
1680
  .k-rounded-right-lg {
1681
- border-top-right-radius: 4px;
1682
- border-bottom-right-radius: 4px;
1681
+ border-top-right-radius: 6px;
1682
+ border-bottom-right-radius: 6px;
1683
1683
  }
1684
1684
 
1685
1685
  .\!k-rounded-right-lg {
1686
- border-top-right-radius: 4px !important;
1687
- border-bottom-right-radius: 4px !important;
1686
+ border-top-right-radius: 6px !important;
1687
+ border-bottom-right-radius: 6px !important;
1688
1688
  }
1689
1689
 
1690
1690
  .k-rounded-right-full {
@@ -1718,33 +1718,33 @@ kendo-sortable {
1718
1718
  }
1719
1719
 
1720
1720
  .k-rounded-bottom-sm {
1721
- border-bottom-left-radius: 1px;
1722
- border-bottom-right-radius: 1px;
1721
+ border-bottom-left-radius: 2px;
1722
+ border-bottom-right-radius: 2px;
1723
1723
  }
1724
1724
 
1725
1725
  .\!k-rounded-bottom-sm {
1726
- border-bottom-left-radius: 1px !important;
1727
- border-bottom-right-radius: 1px !important;
1726
+ border-bottom-left-radius: 2px !important;
1727
+ border-bottom-right-radius: 2px !important;
1728
1728
  }
1729
1729
 
1730
1730
  .k-rounded-bottom-md {
1731
- border-bottom-left-radius: 2px;
1732
- border-bottom-right-radius: 2px;
1731
+ border-bottom-left-radius: 4px;
1732
+ border-bottom-right-radius: 4px;
1733
1733
  }
1734
1734
 
1735
1735
  .\!k-rounded-bottom-md {
1736
- border-bottom-left-radius: 2px !important;
1737
- border-bottom-right-radius: 2px !important;
1736
+ border-bottom-left-radius: 4px !important;
1737
+ border-bottom-right-radius: 4px !important;
1738
1738
  }
1739
1739
 
1740
1740
  .k-rounded-bottom-lg {
1741
- border-bottom-left-radius: 4px;
1742
- border-bottom-right-radius: 4px;
1741
+ border-bottom-left-radius: 6px;
1742
+ border-bottom-right-radius: 6px;
1743
1743
  }
1744
1744
 
1745
1745
  .\!k-rounded-bottom-lg {
1746
- border-bottom-left-radius: 4px !important;
1747
- border-bottom-right-radius: 4px !important;
1746
+ border-bottom-left-radius: 6px !important;
1747
+ border-bottom-right-radius: 6px !important;
1748
1748
  }
1749
1749
 
1750
1750
  .k-rounded-bottom-full {
@@ -1778,33 +1778,33 @@ kendo-sortable {
1778
1778
  }
1779
1779
 
1780
1780
  .k-rounded-left-sm {
1781
- border-bottom-left-radius: 1px;
1782
- border-top-left-radius: 1px;
1781
+ border-bottom-left-radius: 2px;
1782
+ border-top-left-radius: 2px;
1783
1783
  }
1784
1784
 
1785
1785
  .\!k-rounded-left-sm {
1786
- border-bottom-left-radius: 1px !important;
1787
- border-top-left-radius: 1px !important;
1786
+ border-bottom-left-radius: 2px !important;
1787
+ border-top-left-radius: 2px !important;
1788
1788
  }
1789
1789
 
1790
1790
  .k-rounded-left-md {
1791
- border-bottom-left-radius: 2px;
1792
- border-top-left-radius: 2px;
1791
+ border-bottom-left-radius: 4px;
1792
+ border-top-left-radius: 4px;
1793
1793
  }
1794
1794
 
1795
1795
  .\!k-rounded-left-md {
1796
- border-bottom-left-radius: 2px !important;
1797
- border-top-left-radius: 2px !important;
1796
+ border-bottom-left-radius: 4px !important;
1797
+ border-top-left-radius: 4px !important;
1798
1798
  }
1799
1799
 
1800
1800
  .k-rounded-left-lg {
1801
- border-bottom-left-radius: 4px;
1802
- border-top-left-radius: 4px;
1801
+ border-bottom-left-radius: 6px;
1802
+ border-top-left-radius: 6px;
1803
1803
  }
1804
1804
 
1805
1805
  .\!k-rounded-left-lg {
1806
- border-bottom-left-radius: 4px !important;
1807
- border-top-left-radius: 4px !important;
1806
+ border-bottom-left-radius: 6px !important;
1807
+ border-top-left-radius: 6px !important;
1808
1808
  }
1809
1809
 
1810
1810
  .k-rounded-left-full {
@@ -1834,27 +1834,27 @@ kendo-sortable {
1834
1834
  }
1835
1835
 
1836
1836
  .k-rounded-top-left-sm {
1837
- border-top-left-radius: 1px;
1837
+ border-top-left-radius: 2px;
1838
1838
  }
1839
1839
 
1840
1840
  .\!k-rounded-top-left-sm {
1841
- border-top-left-radius: 1px !important;
1841
+ border-top-left-radius: 2px !important;
1842
1842
  }
1843
1843
 
1844
1844
  .k-rounded-top-left-md {
1845
- border-top-left-radius: 2px;
1845
+ border-top-left-radius: 4px;
1846
1846
  }
1847
1847
 
1848
1848
  .\!k-rounded-top-left-md {
1849
- border-top-left-radius: 2px !important;
1849
+ border-top-left-radius: 4px !important;
1850
1850
  }
1851
1851
 
1852
1852
  .k-rounded-top-left-lg {
1853
- border-top-left-radius: 4px;
1853
+ border-top-left-radius: 6px;
1854
1854
  }
1855
1855
 
1856
1856
  .\!k-rounded-top-left-lg {
1857
- border-top-left-radius: 4px !important;
1857
+ border-top-left-radius: 6px !important;
1858
1858
  }
1859
1859
 
1860
1860
  .k-rounded-top-left-full {
@@ -1882,27 +1882,27 @@ kendo-sortable {
1882
1882
  }
1883
1883
 
1884
1884
  .k-rounded-top-right-sm {
1885
- border-top-right-radius: 1px;
1885
+ border-top-right-radius: 2px;
1886
1886
  }
1887
1887
 
1888
1888
  .\!k-rounded-top-right-sm {
1889
- border-top-right-radius: 1px !important;
1889
+ border-top-right-radius: 2px !important;
1890
1890
  }
1891
1891
 
1892
1892
  .k-rounded-top-right-md {
1893
- border-top-right-radius: 2px;
1893
+ border-top-right-radius: 4px;
1894
1894
  }
1895
1895
 
1896
1896
  .\!k-rounded-top-right-md {
1897
- border-top-right-radius: 2px !important;
1897
+ border-top-right-radius: 4px !important;
1898
1898
  }
1899
1899
 
1900
1900
  .k-rounded-top-right-lg {
1901
- border-top-right-radius: 4px;
1901
+ border-top-right-radius: 6px;
1902
1902
  }
1903
1903
 
1904
1904
  .\!k-rounded-top-right-lg {
1905
- border-top-right-radius: 4px !important;
1905
+ border-top-right-radius: 6px !important;
1906
1906
  }
1907
1907
 
1908
1908
  .k-rounded-top-right-full {
@@ -1930,27 +1930,27 @@ kendo-sortable {
1930
1930
  }
1931
1931
 
1932
1932
  .k-rounded-bottom-left-sm {
1933
- border-bottom-left-radius: 1px;
1933
+ border-bottom-left-radius: 2px;
1934
1934
  }
1935
1935
 
1936
1936
  .\!k-rounded-bottom-left-sm {
1937
- border-bottom-left-radius: 1px !important;
1937
+ border-bottom-left-radius: 2px !important;
1938
1938
  }
1939
1939
 
1940
1940
  .k-rounded-bottom-left-md {
1941
- border-bottom-left-radius: 2px;
1941
+ border-bottom-left-radius: 4px;
1942
1942
  }
1943
1943
 
1944
1944
  .\!k-rounded-bottom-left-md {
1945
- border-bottom-left-radius: 2px !important;
1945
+ border-bottom-left-radius: 4px !important;
1946
1946
  }
1947
1947
 
1948
1948
  .k-rounded-bottom-left-lg {
1949
- border-bottom-left-radius: 4px;
1949
+ border-bottom-left-radius: 6px;
1950
1950
  }
1951
1951
 
1952
1952
  .\!k-rounded-bottom-left-lg {
1953
- border-bottom-left-radius: 4px !important;
1953
+ border-bottom-left-radius: 6px !important;
1954
1954
  }
1955
1955
 
1956
1956
  .k-rounded-bottom-left-full {
@@ -1978,27 +1978,27 @@ kendo-sortable {
1978
1978
  }
1979
1979
 
1980
1980
  .k-rounded-bottom-right-sm {
1981
- border-bottom-right-radius: 1px;
1981
+ border-bottom-right-radius: 2px;
1982
1982
  }
1983
1983
 
1984
1984
  .\!k-rounded-bottom-right-sm {
1985
- border-bottom-right-radius: 1px !important;
1985
+ border-bottom-right-radius: 2px !important;
1986
1986
  }
1987
1987
 
1988
1988
  .k-rounded-bottom-right-md {
1989
- border-bottom-right-radius: 2px;
1989
+ border-bottom-right-radius: 4px;
1990
1990
  }
1991
1991
 
1992
1992
  .\!k-rounded-bottom-right-md {
1993
- border-bottom-right-radius: 2px !important;
1993
+ border-bottom-right-radius: 4px !important;
1994
1994
  }
1995
1995
 
1996
1996
  .k-rounded-bottom-right-lg {
1997
- border-bottom-right-radius: 4px;
1997
+ border-bottom-right-radius: 6px;
1998
1998
  }
1999
1999
 
2000
2000
  .\!k-rounded-bottom-right-lg {
2001
- border-bottom-right-radius: 4px !important;
2001
+ border-bottom-right-radius: 6px !important;
2002
2002
  }
2003
2003
 
2004
2004
  .k-rounded-bottom-right-full {
@@ -2086,165 +2086,321 @@ kendo-sortable {
2086
2086
  }
2087
2087
 
2088
2088
  .\!k-flex-col-reverse {
2089
- flex-direction: column-reverse;
2089
+ flex-direction: column-reverse !important;
2090
2090
  }
2091
2091
 
2092
2092
  .k-flex-wrap {
2093
2093
  flex-wrap: wrap;
2094
2094
  }
2095
2095
 
2096
+ .\!k-flex-wrap {
2097
+ flex-wrap: wrap !important;
2098
+ }
2099
+
2096
2100
  .k-flex-nowrap {
2097
2101
  flex-wrap: nowrap;
2098
2102
  }
2099
2103
 
2104
+ .\!k-flex-nowrap {
2105
+ flex-wrap: nowrap !important;
2106
+ }
2107
+
2100
2108
  .k-flex-wrap-reverse {
2101
2109
  flex-wrap: wrap-reverse;
2102
2110
  }
2103
2111
 
2112
+ .\!k-flex-wrap-reverse {
2113
+ flex-wrap: wrap-reverse !important;
2114
+ }
2115
+
2104
2116
  .k-flex-initial {
2105
2117
  flex: 0 1 auto;
2106
2118
  }
2107
2119
 
2120
+ .\!k-flex-initial {
2121
+ flex: 0 1 auto !important;
2122
+ }
2123
+
2108
2124
  .k-flex-1 {
2109
2125
  flex: 1 1 0%;
2110
2126
  }
2111
2127
 
2128
+ .\!k-flex-1 {
2129
+ flex: 1 1 0% !important;
2130
+ }
2131
+
2112
2132
  .k-flex-auto {
2113
2133
  flex: 1 1 auto;
2114
2134
  }
2115
2135
 
2136
+ .\!k-flex-auto {
2137
+ flex: 1 1 auto !important;
2138
+ }
2139
+
2116
2140
  .k-flex-none {
2117
2141
  flex: none;
2118
2142
  }
2119
2143
 
2144
+ .\!k-flex-none {
2145
+ flex: none !important;
2146
+ }
2147
+
2120
2148
  .k-flex-grow {
2121
2149
  flex-grow: 1;
2122
2150
  }
2123
2151
 
2152
+ .\!k-flex-grow {
2153
+ flex-grow: 1 !important;
2154
+ }
2155
+
2124
2156
  .k-flex-grow-0 {
2125
2157
  flex-grow: 0;
2126
2158
  }
2127
2159
 
2160
+ .\!k-flex-grow-0 {
2161
+ flex-grow: 0 !important;
2162
+ }
2163
+
2128
2164
  .k-flex-shrink {
2129
2165
  flex-shrink: 1;
2130
2166
  }
2131
2167
 
2168
+ .\!k-flex-shrink {
2169
+ flex-shrink: 1 !important;
2170
+ }
2171
+
2132
2172
  .k-flex-shrink-0 {
2133
2173
  flex-shrink: 0;
2134
2174
  }
2135
2175
 
2176
+ .\!k-flex-shrink-0 {
2177
+ flex-shrink: 0 !important;
2178
+ }
2179
+
2136
2180
  .k-flex-basis-auto {
2137
2181
  flex-basis: auto;
2138
2182
  }
2139
2183
 
2184
+ .\!k-flex-basis-auto {
2185
+ flex-basis: auto !important;
2186
+ }
2187
+
2140
2188
  .k-flex-basis-0 {
2141
2189
  flex-basis: 0%;
2142
2190
  }
2143
2191
 
2192
+ .\!k-flex-basis-0 {
2193
+ flex-basis: 0% !important;
2194
+ }
2195
+
2144
2196
  .k-align-items-start {
2145
2197
  align-items: flex-start;
2146
2198
  }
2147
2199
 
2200
+ .\!k-align-items-start {
2201
+ align-items: flex-start !important;
2202
+ }
2203
+
2148
2204
  .k-align-items-end {
2149
2205
  align-items: flex-end;
2150
2206
  }
2151
2207
 
2208
+ .\!k-align-items-end {
2209
+ align-items: flex-end !important;
2210
+ }
2211
+
2152
2212
  .k-align-items-center {
2153
2213
  align-items: center;
2154
2214
  }
2155
2215
 
2216
+ .\!k-align-items-center {
2217
+ align-items: center !important;
2218
+ }
2219
+
2156
2220
  .k-align-items-stretch {
2157
2221
  align-items: stretch;
2158
2222
  }
2159
2223
 
2224
+ .\!k-align-items-stretch {
2225
+ align-items: stretch !important;
2226
+ }
2227
+
2160
2228
  .k-align-items-baseline {
2161
2229
  align-items: baseline;
2162
2230
  }
2163
2231
 
2232
+ .\!k-align-items-baseline {
2233
+ align-items: baseline !important;
2234
+ }
2235
+
2164
2236
  .k-align-content-start {
2165
2237
  align-content: flex-start;
2166
2238
  }
2167
2239
 
2240
+ .\!k-align-content-start {
2241
+ align-content: flex-start !important;
2242
+ }
2243
+
2168
2244
  .k-align-content-end {
2169
2245
  align-content: flex-end;
2170
2246
  }
2171
2247
 
2248
+ .\!k-align-content-end {
2249
+ align-content: flex-end !important;
2250
+ }
2251
+
2172
2252
  .k-align-content-center {
2173
2253
  align-content: center;
2174
2254
  }
2175
2255
 
2256
+ .\!k-align-content-center {
2257
+ align-content: center !important;
2258
+ }
2259
+
2176
2260
  .k-align-content-stretch {
2177
2261
  align-content: stretch;
2178
2262
  }
2179
2263
 
2264
+ .\!k-align-content-stretch {
2265
+ align-content: stretch !important;
2266
+ }
2267
+
2180
2268
  .k-align-content-baseline {
2181
2269
  align-content: baseline;
2182
2270
  }
2183
2271
 
2272
+ .\!k-align-content-baseline {
2273
+ align-content: baseline !important;
2274
+ }
2275
+
2184
2276
  .k-align-self-start {
2185
2277
  align-self: flex-start;
2186
2278
  }
2187
2279
 
2280
+ .\!k-align-self-start {
2281
+ align-self: flex-start !important;
2282
+ }
2283
+
2188
2284
  .k-align-self-end {
2189
2285
  align-self: flex-end;
2190
2286
  }
2191
2287
 
2288
+ .\!k-align-self-end {
2289
+ align-self: flex-end !important;
2290
+ }
2291
+
2192
2292
  .k-align-self-center {
2193
2293
  align-self: center;
2194
2294
  }
2195
2295
 
2296
+ .\!k-align-self-center {
2297
+ align-self: center !important;
2298
+ }
2299
+
2196
2300
  .k-align-self-stretch {
2197
2301
  align-self: stretch;
2198
2302
  }
2199
2303
 
2304
+ .\!k-align-self-stretch {
2305
+ align-self: stretch !important;
2306
+ }
2307
+
2200
2308
  .k-align-self-baseline {
2201
2309
  align-self: baseline;
2202
2310
  }
2203
2311
 
2312
+ .\!k-align-self-baseline {
2313
+ align-self: baseline !important;
2314
+ }
2315
+
2204
2316
  .k-justify-content-start {
2205
2317
  justify-content: flex-start;
2206
2318
  }
2207
2319
 
2320
+ .\!k-justify-content-start {
2321
+ justify-content: flex-start !important;
2322
+ }
2323
+
2208
2324
  .k-justify-content-end {
2209
2325
  justify-content: flex-end;
2210
2326
  }
2211
2327
 
2328
+ .\!k-justify-content-end {
2329
+ justify-content: flex-end !important;
2330
+ }
2331
+
2212
2332
  .k-justify-content-center {
2213
2333
  justify-content: center;
2214
2334
  }
2215
2335
 
2336
+ .\!k-justify-content-center {
2337
+ justify-content: center !important;
2338
+ }
2339
+
2216
2340
  .k-justify-content-between {
2217
2341
  justify-content: space-between;
2218
2342
  }
2219
2343
 
2344
+ .\!k-justify-content-between {
2345
+ justify-content: space-between !important;
2346
+ }
2347
+
2220
2348
  .k-justify-content-around {
2221
2349
  justify-content: space-around;
2222
2350
  }
2223
2351
 
2352
+ .\!k-justify-content-around {
2353
+ justify-content: space-around !important;
2354
+ }
2355
+
2224
2356
  .k-justify-content-evenly {
2225
2357
  justify-content: space-evenly;
2226
2358
  }
2227
2359
 
2360
+ .\!k-justify-content-evenly {
2361
+ justify-content: space-evenly !important;
2362
+ }
2363
+
2228
2364
  .k-justify-content-stretch > * {
2229
2365
  flex: 1 0 0%;
2230
2366
  }
2231
2367
 
2368
+ .\!k-justify-content-stretch > * {
2369
+ flex: 1 0 0% !important;
2370
+ }
2371
+
2232
2372
  .k-justify-items-start {
2233
2373
  justify-items: flex-start;
2234
2374
  }
2235
2375
 
2376
+ .\!k-justify-items-start {
2377
+ justify-items: flex-start !important;
2378
+ }
2379
+
2236
2380
  .k-justify-items-end {
2237
2381
  justify-items: flex-end;
2238
2382
  }
2239
2383
 
2384
+ .\!k-justify-items-end {
2385
+ justify-items: flex-end !important;
2386
+ }
2387
+
2240
2388
  .k-justify-items-center {
2241
2389
  justify-items: center;
2242
2390
  }
2243
2391
 
2392
+ .\!k-justify-items-center {
2393
+ justify-items: center !important;
2394
+ }
2395
+
2244
2396
  .k-justify-items-stretch {
2245
2397
  justify-items: stretch;
2246
2398
  }
2247
2399
 
2400
+ .\!k-justify-items-stretch {
2401
+ justify-items: stretch !important;
2402
+ }
2403
+
2248
2404
  .k-float-left {
2249
2405
  float: left !important;
2250
2406
  }
@@ -10977,6 +11133,13 @@ kendo-sortable {
10977
11133
  right: 0;
10978
11134
  }
10979
11135
 
11136
+ .k-list-item-text::before,
11137
+ .k-list-optionlabel::before {
11138
+ content: "\200b";
11139
+ width: 0px;
11140
+ overflow: hidden;
11141
+ }
11142
+
10980
11143
  .k-list-group-item {
10981
11144
  border-width: 0;
10982
11145
  border-width: 1px 0 0;
@@ -11143,7 +11306,7 @@ kendo-sortable {
11143
11306
  }
11144
11307
 
11145
11308
  .k-listgroup {
11146
- border-radius: 2px;
11309
+ border-radius: 4px;
11147
11310
  margin: 0;
11148
11311
  padding: 0;
11149
11312
  border-width: 1px;
@@ -11389,7 +11552,7 @@ kendo-sortable {
11389
11552
  }
11390
11553
 
11391
11554
  .k-animation-container {
11392
- border-radius: 0 0 2px 2px;
11555
+ border-radius: 0 0 4px 4px;
11393
11556
  }
11394
11557
 
11395
11558
  .k-animation-container-shown {
@@ -11426,7 +11589,7 @@ kendo-sortable {
11426
11589
  }
11427
11590
 
11428
11591
  .k-animation-container {
11429
- border-radius: 0 0 2px 2px;
11592
+ border-radius: 0 0 4px 4px;
11430
11593
  }
11431
11594
 
11432
11595
  .k-ripple-target {
@@ -11560,15 +11723,15 @@ a.k-badge:hover,
11560
11723
  }
11561
11724
 
11562
11725
  .k-badge-rounded.k-badge-sm {
11563
- border-radius: 1px;
11726
+ border-radius: 2px;
11564
11727
  }
11565
11728
 
11566
11729
  .k-badge-rounded.k-badge-md {
11567
- border-radius: 2px;
11730
+ border-radius: 4px;
11568
11731
  }
11569
11732
 
11570
11733
  .k-badge-rounded.k-badge-lg {
11571
- border-radius: 4px;
11734
+ border-radius: 6px;
11572
11735
  }
11573
11736
 
11574
11737
  .k-badge-pill {
@@ -12039,6 +12202,18 @@ kendo-badge-container {
12039
12202
  flex: none;
12040
12203
  }
12041
12204
 
12205
+ .k-split-button .k-split-button-arrow.k-button-sm {
12206
+ padding: 2px 2px;
12207
+ }
12208
+
12209
+ .k-split-button .k-split-button-arrow.k-button-md {
12210
+ padding: 4px 4px;
12211
+ }
12212
+
12213
+ .k-split-button .k-split-button-arrow.k-button-lg {
12214
+ padding: 6px 6px;
12215
+ }
12216
+
12042
12217
  .k-split-button .k-split-button-arrow .k-button-icon {
12043
12218
  min-width: 0;
12044
12219
  }
@@ -13200,7 +13375,7 @@ select.k-picker {
13200
13375
  position: relative;
13201
13376
  z-index: 1;
13202
13377
  overflow: hidden;
13203
- text-overflow: clip;
13378
+ text-overflow: ellipsis;
13204
13379
  -webkit-appearance: none;
13205
13380
  }
13206
13381
 
@@ -13249,7 +13424,7 @@ textarea.k-input-inner {
13249
13424
  .k-input-value-text {
13250
13425
  flex: 1;
13251
13426
  overflow: hidden;
13252
- text-overflow: clip;
13427
+ text-overflow: ellipsis;
13253
13428
  }
13254
13429
 
13255
13430
  .k-input-value-text::before {
@@ -13303,7 +13478,9 @@ textarea.k-input-inner {
13303
13478
 
13304
13479
  .k-input-icon,
13305
13480
  .k-input-validation-icon,
13306
- .k-input-loading-icon {
13481
+ .k-input-loading-icon,
13482
+ .k-input-prefix > .k-icon,
13483
+ .k-input-suffix > .k-icon {
13307
13484
  flex: none;
13308
13485
  align-self: center;
13309
13486
  display: inline-flex;
@@ -13468,10 +13645,14 @@ textarea.k-input-inner {
13468
13645
  .k-input-sm .k-input-validation-icon,
13469
13646
  .k-input-sm .k-input-loading-icon,
13470
13647
  .k-input-sm .k-clear-value,
13648
+ .k-input-sm .k-input-prefix > .k-icon,
13649
+ .k-input-sm .k-input-suffix > .k-icon,
13471
13650
  .k-picker-sm .k-input-icon,
13472
13651
  .k-picker-sm .k-input-validation-icon,
13473
13652
  .k-picker-sm .k-input-loading-icon,
13474
- .k-picker-sm .k-clear-value {
13653
+ .k-picker-sm .k-clear-value,
13654
+ .k-picker-sm .k-input-prefix > .k-icon,
13655
+ .k-picker-sm .k-input-suffix > .k-icon {
13475
13656
  width: 20px;
13476
13657
  height: 20px;
13477
13658
  }
@@ -13527,10 +13708,14 @@ textarea.k-input-inner {
13527
13708
  .k-input-md .k-input-validation-icon,
13528
13709
  .k-input-md .k-input-loading-icon,
13529
13710
  .k-input-md .k-clear-value,
13711
+ .k-input-md .k-input-prefix > .k-icon,
13712
+ .k-input-md .k-input-suffix > .k-icon,
13530
13713
  .k-picker-md .k-input-icon,
13531
13714
  .k-picker-md .k-input-validation-icon,
13532
13715
  .k-picker-md .k-input-loading-icon,
13533
- .k-picker-md .k-clear-value {
13716
+ .k-picker-md .k-clear-value,
13717
+ .k-picker-md .k-input-prefix > .k-icon,
13718
+ .k-picker-md .k-input-suffix > .k-icon {
13534
13719
  width: 24px;
13535
13720
  height: 24px;
13536
13721
  }
@@ -13586,10 +13771,14 @@ textarea.k-input-inner {
13586
13771
  .k-input-lg .k-input-validation-icon,
13587
13772
  .k-input-lg .k-input-loading-icon,
13588
13773
  .k-input-lg .k-clear-value,
13774
+ .k-input-lg .k-input-prefix > .k-icon,
13775
+ .k-input-lg .k-input-suffix > .k-icon,
13589
13776
  .k-picker-lg .k-input-icon,
13590
13777
  .k-picker-lg .k-input-validation-icon,
13591
13778
  .k-picker-lg .k-input-loading-icon,
13592
- .k-picker-lg .k-clear-value {
13779
+ .k-picker-lg .k-clear-value,
13780
+ .k-picker-lg .k-input-prefix > .k-icon,
13781
+ .k-picker-lg .k-input-suffix > .k-icon {
13593
13782
  width: 28px;
13594
13783
  height: 28px;
13595
13784
  }
@@ -14366,6 +14555,8 @@ textarea.k-input-inner {
14366
14555
  }
14367
14556
 
14368
14557
  .k-chip-content {
14558
+ padding: .5em 0;
14559
+ margin: -.5em 0;
14369
14560
  min-width: 0;
14370
14561
  display: flex;
14371
14562
  flex-flow: row nowrap;
@@ -14708,7 +14899,7 @@ textarea.k-input-inner {
14708
14899
  width: 100%;
14709
14900
  height: 100%;
14710
14901
  border-width: 1px;
14711
- border-radius: 2px;
14902
+ border-radius: 4px;
14712
14903
  box-sizing: border-box;
14713
14904
  border-style: solid;
14714
14905
  display: inline-flex;
@@ -15114,7 +15305,7 @@ textarea.k-input-inner {
15114
15305
  .k-loader-container-panel {
15115
15306
  border-width: 1px;
15116
15307
  border-style: solid;
15117
- border-radius: 2px;
15308
+ border-radius: 4px;
15118
15309
  }
15119
15310
 
15120
15311
  .k-loader-container-sm .k-loader-container-inner {
@@ -15207,7 +15398,7 @@ textarea.k-input-inner {
15207
15398
  }
15208
15399
 
15209
15400
  .k-skeleton-text {
15210
- border-radius: 2px;
15401
+ border-radius: 4px;
15211
15402
  transform: scale(1, 0.6);
15212
15403
  }
15213
15404
 
@@ -16112,12 +16303,6 @@ kendo-label > .k-label {
16112
16303
  width: 100%;
16113
16304
  }
16114
16305
 
16115
- .k-form .k-daterangepicker {
16116
- width: 100%;
16117
- flex-flow: column nowrap;
16118
- gap: 0;
16119
- }
16120
-
16121
16306
  .k-form-buttons {
16122
16307
  margin-top: 2em;
16123
16308
  padding: 0;
@@ -16366,7 +16551,7 @@ kendo-label > .k-label {
16366
16551
  }
16367
16552
 
16368
16553
  .k-tooltip {
16369
- border-radius: 2px;
16554
+ border-radius: 4px;
16370
16555
  margin: 0;
16371
16556
  padding: 4px 8px;
16372
16557
  border-width: 0px;
@@ -16539,10 +16724,6 @@ kendo-label > .k-label {
16539
16724
  max-width: 300px;
16540
16725
  }
16541
16726
 
16542
- .k-textarea {
16543
- display: flex;
16544
- }
16545
-
16546
16727
  .k-listbox {
16547
16728
  width: 10em;
16548
16729
  height: 200px;
@@ -16665,7 +16846,7 @@ kendo-label > .k-label {
16665
16846
  }
16666
16847
 
16667
16848
  .k-progressbar {
16668
- border-radius: 2px;
16849
+ border-radius: 4px;
16669
16850
  --kendo-progressbar-progress: 0;
16670
16851
  border-width: 0px;
16671
16852
  border-style: solid;
@@ -17668,7 +17849,7 @@ kendo-label > .k-label {
17668
17849
 
17669
17850
  .k-slider .k-slider-track,
17670
17851
  .k-slider .k-slider-selection {
17671
- border-radius: 2px;
17852
+ border-radius: 4px;
17672
17853
  }
17673
17854
 
17674
17855
  .k-slider .k-slider-track {
@@ -17789,7 +17970,7 @@ kendo-label > .k-label {
17789
17970
  }
17790
17971
 
17791
17972
  .k-calendar-td {
17792
- border-radius: 2px;
17973
+ border-radius: 4px;
17793
17974
  border-color: transparent;
17794
17975
  }
17795
17976
 
@@ -17854,7 +18035,7 @@ kendo-label > .k-label {
17854
18035
  }
17855
18036
 
17856
18037
  .k-calendar-view .k-link {
17857
- border-radius: 2px;
18038
+ border-radius: 4px;
17858
18039
  padding: 0.5em 0.5em;
17859
18040
  box-sizing: border-box;
17860
18041
  display: flex;
@@ -18039,6 +18220,9 @@ kendo-label > .k-label {
18039
18220
  line-height: 2em;
18040
18221
  cursor: pointer;
18041
18222
  padding: 0 1em;
18223
+ overflow: hidden;
18224
+ white-space: nowrap;
18225
+ text-overflow: clip;
18042
18226
  }
18043
18227
 
18044
18228
  .k-calendar-navigation .k-calendar-navigation-marker {
@@ -18650,7 +18834,7 @@ kendo-label > .k-label {
18650
18834
  }
18651
18835
 
18652
18836
  .k-colorgradient {
18653
- border-radius: 2px;
18837
+ border-radius: 4px;
18654
18838
  width: 272px;
18655
18839
  padding: 12px 12px;
18656
18840
  border-style: solid;
@@ -18679,7 +18863,7 @@ kendo-label > .k-label {
18679
18863
  }
18680
18864
 
18681
18865
  .k-colorgradient-canvas .k-hsv-rectangle {
18682
- border-radius: 2px;
18866
+ border-radius: 4px;
18683
18867
  position: relative;
18684
18868
  flex: 1 1 auto;
18685
18869
  -webkit-user-select: none;
@@ -18689,7 +18873,7 @@ kendo-label > .k-label {
18689
18873
  }
18690
18874
 
18691
18875
  .k-colorgradient-canvas .k-hsv-gradient {
18692
- border-radius: 2px;
18876
+ border-radius: 4px;
18693
18877
  height: 180px;
18694
18878
  }
18695
18879
 
@@ -18781,6 +18965,10 @@ kendo-label > .k-label {
18781
18965
  width: 46px;
18782
18966
  }
18783
18967
 
18968
+ .k-colorgradient-inputs .k-input-inner {
18969
+ text-overflow: clip;
18970
+ }
18971
+
18784
18972
  .k-colorgradient-color-contrast > div {
18785
18973
  display: flex;
18786
18974
  flex-flow: row nowrap;
@@ -18879,7 +19067,7 @@ kendo-label > .k-label {
18879
19067
  }
18880
19068
 
18881
19069
  .k-coloreditor {
18882
- border-radius: 2px;
19070
+ border-radius: 4px;
18883
19071
  min-width: 272px;
18884
19072
  border-width: 1px;
18885
19073
  border-style: solid;
@@ -19416,7 +19604,7 @@ kendo-label > .k-label {
19416
19604
  }
19417
19605
 
19418
19606
  .k-treeview-leaf {
19419
- border-radius: 2px;
19607
+ border-radius: 4px;
19420
19608
  padding: 4px 8px;
19421
19609
  border: 0px solid transparent;
19422
19610
  text-decoration: none;
@@ -21931,7 +22119,7 @@ kendo-drawer .k-drawer-wrapper {
21931
22119
  }
21932
22120
 
21933
22121
  .k-notification {
21934
- border-radius: 2px;
22122
+ border-radius: 4px;
21935
22123
  padding: 4px 8px;
21936
22124
  border-width: 1px;
21937
22125
  border-style: solid;
@@ -22000,34 +22188,28 @@ kendo-drawer .k-drawer-wrapper {
22000
22188
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
22001
22189
  }
22002
22190
 
22003
- .k-notification-primary {
22004
- border-color: #ff6358;
22005
- color: white;
22006
- background-color: #ff6358;
22007
- }
22008
-
22009
- .k-notification-secondary {
22010
- border-color: #666666;
22191
+ .k-notification-inverse {
22192
+ border-color: #424242;
22011
22193
  color: white;
22012
- background-color: #666666;
22194
+ background-color: #424242;
22013
22195
  }
22014
22196
 
22015
- .k-notification-tertiary {
22016
- border-color: #03a9f4;
22017
- color: white;
22018
- background-color: #03a9f4;
22197
+ .k-notification-light {
22198
+ border-color: #ebebeb;
22199
+ color: black;
22200
+ background-color: #ebebeb;
22019
22201
  }
22020
22202
 
22021
- .k-notification-info {
22022
- border-color: #0058e9;
22203
+ .k-notification-dark {
22204
+ border-color: #424242;
22023
22205
  color: white;
22024
- background-color: #0058e9;
22206
+ background-color: #424242;
22025
22207
  }
22026
22208
 
22027
- .k-notification-success {
22028
- border-color: #37b400;
22209
+ .k-notification-error {
22210
+ border-color: #f31700;
22029
22211
  color: white;
22030
- background-color: #37b400;
22212
+ background-color: #f31700;
22031
22213
  }
22032
22214
 
22033
22215
  .k-notification-warning {
@@ -22036,28 +22218,34 @@ kendo-drawer .k-drawer-wrapper {
22036
22218
  background-color: #ffc000;
22037
22219
  }
22038
22220
 
22039
- .k-notification-error {
22040
- border-color: #f31700;
22221
+ .k-notification-success {
22222
+ border-color: #37b400;
22041
22223
  color: white;
22042
- background-color: #f31700;
22224
+ background-color: #37b400;
22043
22225
  }
22044
22226
 
22045
- .k-notification-dark {
22046
- border-color: #424242;
22227
+ .k-notification-info {
22228
+ border-color: #0058e9;
22047
22229
  color: white;
22048
- background-color: #424242;
22230
+ background-color: #0058e9;
22049
22231
  }
22050
22232
 
22051
- .k-notification-light {
22052
- border-color: #ebebeb;
22053
- color: black;
22054
- background-color: #ebebeb;
22233
+ .k-notification-tertiary {
22234
+ border-color: #03a9f4;
22235
+ color: white;
22236
+ background-color: #03a9f4;
22055
22237
  }
22056
22238
 
22057
- .k-notification-inverse {
22058
- border-color: #424242;
22239
+ .k-notification-secondary {
22240
+ border-color: #666666;
22059
22241
  color: white;
22060
- background-color: #424242;
22242
+ background-color: #666666;
22243
+ }
22244
+
22245
+ .k-notification-primary {
22246
+ border-color: #ff6358;
22247
+ color: white;
22248
+ background-color: #ff6358;
22061
22249
  }
22062
22250
 
22063
22251
  kendo-card,
@@ -22069,7 +22257,7 @@ kendo-card-footer {
22069
22257
  }
22070
22258
 
22071
22259
  .k-card {
22072
- border-radius: 4px;
22260
+ border-radius: 6px;
22073
22261
  border-width: 1px;
22074
22262
  border-style: solid;
22075
22263
  box-sizing: border-box;
@@ -22092,7 +22280,7 @@ kendo-card-footer {
22092
22280
  }
22093
22281
 
22094
22282
  .k-card > .k-card-inner {
22095
- border-radius: 3px;
22283
+ border-radius: 5px;
22096
22284
  display: flex;
22097
22285
  flex-direction: inherit;
22098
22286
  overflow: hidden;
@@ -22338,17 +22526,17 @@ kendo-card-footer {
22338
22526
  }
22339
22527
 
22340
22528
  .k-card-group .k-card.k-first {
22341
- border-top-left-radius: 4px;
22342
- border-bottom-left-radius: 4px;
22529
+ border-top-left-radius: 6px;
22530
+ border-bottom-left-radius: 6px;
22343
22531
  }
22344
22532
 
22345
22533
  .k-card-group .k-card.k-last {
22346
- border-top-right-radius: 4px;
22347
- border-bottom-right-radius: 4px;
22534
+ border-top-right-radius: 6px;
22535
+ border-bottom-right-radius: 6px;
22348
22536
  }
22349
22537
 
22350
22538
  .k-card-group .k-card.k-only {
22351
- border-radius: 4px;
22539
+ border-radius: 6px;
22352
22540
  }
22353
22541
 
22354
22542
  .k-card-with-callout {
@@ -22566,7 +22754,7 @@ kendo-card-footer {
22566
22754
  }
22567
22755
 
22568
22756
  .k-popover {
22569
- border-radius: 4px;
22757
+ border-radius: 6px;
22570
22758
  padding: 0;
22571
22759
  border-width: 1px;
22572
22760
  border-style: solid;
@@ -22589,8 +22777,8 @@ kendo-card-footer {
22589
22777
  }
22590
22778
 
22591
22779
  .k-popover-header {
22592
- border-top-left-radius: 4px;
22593
- border-top-right-radius: 4px;
22780
+ border-top-left-radius: 6px;
22781
+ border-top-right-radius: 6px;
22594
22782
  padding: 12px 16px;
22595
22783
  border-width: 0 0 1px;
22596
22784
  border-style: solid;
@@ -22750,7 +22938,7 @@ kendo-card-footer {
22750
22938
  min-width: 72px;
22751
22939
  min-height: 48px;
22752
22940
  border-width: 0;
22753
- border-radius: 2px;
22941
+ border-radius: 4px;
22754
22942
  box-sizing: border-box;
22755
22943
  font: inherit;
22756
22944
  display: inline-flex;
@@ -23074,7 +23262,7 @@ kendo-card-footer {
23074
23262
 
23075
23263
  .k-breadcrumb-link,
23076
23264
  .k-breadcrumb-root-link {
23077
- border-radius: 2px;
23265
+ border-radius: 4px;
23078
23266
  padding: 6px 8px;
23079
23267
  color: inherit;
23080
23268
  text-decoration: none;
@@ -23305,6 +23493,11 @@ kendo-card-footer {
23305
23493
  width: 5em;
23306
23494
  }
23307
23495
 
23496
+ .k-pager-sizes .k-input-inner,
23497
+ .k-pager-sizes .k-input-value-text {
23498
+ text-overflow: clip;
23499
+ }
23500
+
23308
23501
  .k-rtl .k-pager-sizes .k-dropdown-list, .k-rtl .k-pager-sizes .k-dropdown,
23309
23502
  .k-rtl .k-pager-sizes .k-dropdownlist,
23310
23503
  .k-rtl .k-pager-sizes > select,
@@ -23500,6 +23693,7 @@ kendo-card-footer {
23500
23693
  display: flex;
23501
23694
  align-items: center;
23502
23695
  justify-content: center;
23696
+ flex: none;
23503
23697
  position: relative;
23504
23698
  z-index: 1;
23505
23699
  overflow: visible;
@@ -23530,7 +23724,7 @@ kendo-card-footer {
23530
23724
  }
23531
23725
 
23532
23726
  .k-stepper .k-step-label {
23533
- max-width: 10em;
23727
+ max-width: clamp(100%, 10em, 100%);
23534
23728
  display: inline-flex;
23535
23729
  flex-wrap: wrap;
23536
23730
  align-items: center;
@@ -23938,8 +24132,8 @@ kendo-card-footer {
23938
24132
  }
23939
24133
 
23940
24134
  .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
23941
- border-top-left-radius: 2px;
23942
- border-top-right-radius: 2px;
24135
+ border-top-left-radius: 4px;
24136
+ border-top-right-radius: 4px;
23943
24137
  margin-bottom: -1px;
23944
24138
  }
23945
24139
 
@@ -23953,8 +24147,8 @@ kendo-card-footer {
23953
24147
 
23954
24148
  .k-tabstrip-top > .k-content,
23955
24149
  .k-tabstrip-top > .k-tabstrip-content {
23956
- border-bottom-right-radius: 2px;
23957
- border-bottom-left-radius: 2px;
24150
+ border-bottom-right-radius: 4px;
24151
+ border-bottom-left-radius: 4px;
23958
24152
  border-top-color: transparent !important;
23959
24153
  }
23960
24154
 
@@ -23968,8 +24162,8 @@ kendo-card-footer {
23968
24162
  }
23969
24163
 
23970
24164
  .k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item {
23971
- border-bottom-right-radius: 2px;
23972
- border-bottom-left-radius: 2px;
24165
+ border-bottom-right-radius: 4px;
24166
+ border-bottom-left-radius: 4px;
23973
24167
  margin-top: -1px;
23974
24168
  }
23975
24169
 
@@ -23983,8 +24177,8 @@ kendo-card-footer {
23983
24177
 
23984
24178
  .k-tabstrip-bottom > .k-content,
23985
24179
  .k-tabstrip-bottom > .k-tabstrip-content {
23986
- border-top-left-radius: 2px;
23987
- border-top-right-radius: 2px;
24180
+ border-top-left-radius: 4px;
24181
+ border-top-right-radius: 4px;
23988
24182
  border-bottom-color: transparent !important;
23989
24183
  }
23990
24184
 
@@ -24004,8 +24198,8 @@ kendo-card-footer {
24004
24198
  }
24005
24199
 
24006
24200
  .k-tabstrip-left > .k-tabstrip-items-wrapper .k-item {
24007
- border-top-left-radius: 2px;
24008
- border-bottom-left-radius: 2px;
24201
+ border-top-left-radius: 4px;
24202
+ border-bottom-left-radius: 4px;
24009
24203
  margin-right: -1px;
24010
24204
  }
24011
24205
 
@@ -24019,8 +24213,8 @@ kendo-card-footer {
24019
24213
 
24020
24214
  .k-tabstrip-left > .k-content,
24021
24215
  .k-tabstrip-left > .k-tabstrip-content {
24022
- border-top-right-radius: 2px;
24023
- border-bottom-right-radius: 2px;
24216
+ border-top-right-radius: 4px;
24217
+ border-bottom-right-radius: 4px;
24024
24218
  margin: 0 !important;
24025
24219
  border-left-color: transparent !important;
24026
24220
  }
@@ -24041,8 +24235,8 @@ kendo-card-footer {
24041
24235
  }
24042
24236
 
24043
24237
  .k-tabstrip-right > .k-tabstrip-items-wrapper .k-item {
24044
- border-top-right-radius: 2px;
24045
- border-bottom-right-radius: 2px;
24238
+ border-top-right-radius: 4px;
24239
+ border-bottom-right-radius: 4px;
24046
24240
  margin-left: -1px;
24047
24241
  }
24048
24242
 
@@ -24056,8 +24250,8 @@ kendo-card-footer {
24056
24250
 
24057
24251
  .k-tabstrip-right > .k-content,
24058
24252
  .k-tabstrip-right > .k-tabstrip-content {
24059
- border-top-left-radius: 2px;
24060
- border-bottom-left-radius: 2px;
24253
+ border-top-left-radius: 4px;
24254
+ border-bottom-left-radius: 4px;
24061
24255
  margin: 0 !important;
24062
24256
  border-right-color: transparent !important;
24063
24257
  }
@@ -24867,7 +25061,7 @@ kendo-card-footer {
24867
25061
  }
24868
25062
 
24869
25063
  .k-layout-item-hint {
24870
- border-radius: 4px;
25064
+ border-radius: 6px;
24871
25065
  border-width: 1px;
24872
25066
  border-style: solid;
24873
25067
  position: relative;
@@ -25892,7 +26086,7 @@ kendo-card-footer {
25892
26086
  }
25893
26087
 
25894
26088
  .k-group-indicator {
25895
- border-radius: 2px;
26089
+ border-radius: 4px;
25896
26090
  margin: 0;
25897
26091
  padding: 4px 8px;
25898
26092
  border-width: 1px;
@@ -27470,11 +27664,6 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
27470
27664
  min-width: 1.4285714286em;
27471
27665
  }
27472
27666
 
27473
- .k-spreadsheet-toolbar .k-input,
27474
- .k-spreadsheet-toolbar .k-picker {
27475
- width: 5em;
27476
- }
27477
-
27478
27667
  .k-spreadsheet-toolbar .k-color-picker, .k-spreadsheet-toolbar .k-colorpicker {
27479
27668
  width: min-content;
27480
27669
  }
@@ -27938,7 +28127,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
27938
28127
  }
27939
28128
 
27940
28129
  .k-spreadsheet-filter {
27941
- border-radius: 2px;
28130
+ border-radius: 4px;
27942
28131
  line-height: 1;
27943
28132
  position: absolute;
27944
28133
  cursor: pointer;
@@ -28147,7 +28336,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
28147
28336
  }
28148
28337
 
28149
28338
  .k-spreadsheet-insert-image-dialog {
28150
- border-radius: 2px;
28339
+ border-radius: 4px;
28151
28340
  border-style: dashed;
28152
28341
  border-width: 2px;
28153
28342
  }
@@ -28219,7 +28408,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
28219
28408
  height: 6px;
28220
28409
  border-style: solid;
28221
28410
  border-width: 1px;
28222
- border-radius: 4px;
28411
+ border-radius: 6px;
28223
28412
  position: absolute;
28224
28413
  transform: translate(-50%, -50%);
28225
28414
  }
@@ -28273,7 +28462,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
28273
28462
  }
28274
28463
 
28275
28464
  .k-spreadsheet-drawing .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover, .k-spreadsheet-drawing .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered {
28276
- border-radius: 2px;
28465
+ border-radius: 4px;
28277
28466
  }
28278
28467
 
28279
28468
  .k-rtl .k-spreadsheet .k-dirty,
@@ -28597,6 +28786,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
28597
28786
 
28598
28787
  .k-pivotgrid-cell .k-icon {
28599
28788
  cursor: pointer;
28789
+ padding-inline-end: 8px;
28600
28790
  }
28601
28791
 
28602
28792
  .k-pivotgrid-total {
@@ -28757,7 +28947,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
28757
28947
  .k-calculated-field {
28758
28948
  padding: 16px 16px;
28759
28949
  border-width: 1px;
28760
- border-radius: 2px;
28950
+ border-radius: 4px;
28761
28951
  border-style: solid;
28762
28952
  box-sizing: border-box;
28763
28953
  display: flex;
@@ -29685,6 +29875,9 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
29685
29875
  flex-shrink: 0;
29686
29876
  display: inline-flex;
29687
29877
  position: relative;
29878
+ border-width: 0 1px;
29879
+ border-style: solid;
29880
+ border-color: inherit;
29688
29881
  }
29689
29882
 
29690
29883
  .k-filemanager-upload-dialog .k-upload-files {
@@ -29769,7 +29962,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
29769
29962
  .k-taskboard-column {
29770
29963
  width: 320px;
29771
29964
  border-width: 1px;
29772
- border-radius: 2px;
29965
+ border-radius: 4px;
29773
29966
  border-style: solid;
29774
29967
  outline: none;
29775
29968
  display: flex;
@@ -29867,7 +30060,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
29867
30060
  }
29868
30061
 
29869
30062
  .k-taskboard-card {
29870
- border-radius: 2px;
30063
+ border-radius: 4px;
29871
30064
  border-width: 1px;
29872
30065
  }
29873
30066
 
@@ -29900,7 +30093,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
29900
30093
  }
29901
30094
 
29902
30095
  .k-taskboard-drag-placeholder {
29903
- border-radius: 2px;
30096
+ border-radius: 4px;
29904
30097
  border-width: 1px;
29905
30098
  border-style: solid;
29906
30099
  position: relative;
@@ -30053,7 +30246,7 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
30053
30246
  }
30054
30247
 
30055
30248
  .k-editor-inline {
30056
- border-radius: 2px;
30249
+ border-radius: 4px;
30057
30250
  padding: 2px 4px;
30058
30251
  border: 1px solid transparent;
30059
30252
  word-wrap: break-word;
@@ -30453,7 +30646,7 @@ td.k-editor-content {
30453
30646
  white-space: nowrap;
30454
30647
  overflow: hidden;
30455
30648
  cursor: pointer;
30456
- border-radius: 2px;
30649
+ border-radius: 4px;
30457
30650
  }
30458
30651
 
30459
30652
  .k-filebrowser .k-tile .k-i-file,
@@ -30780,6 +30973,11 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
30780
30973
  overflow-y: auto;
30781
30974
  }
30782
30975
 
30976
+ .k-imageeditor-action-pane .k-input-inner,
30977
+ .k-imageeditor-action-pane .k-input-value-text {
30978
+ text-overflow: clip;
30979
+ }
30980
+
30783
30981
  .k-imageeditor-crop-overlay {
30784
30982
  width: 100%;
30785
30983
  height: 100%;
@@ -31389,7 +31587,7 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
31389
31587
  }
31390
31588
 
31391
31589
  .k-task-single {
31392
- border-radius: 2px;
31590
+ border-radius: 4px;
31393
31591
  border-width: 0px;
31394
31592
  border-style: solid;
31395
31593
  box-sizing: border-box;
@@ -31432,7 +31630,7 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
31432
31630
  }
31433
31631
 
31434
31632
  .k-task-complete {
31435
- border-radius: 2px;
31633
+ border-radius: 4px;
31436
31634
  width: 20%;
31437
31635
  position: absolute;
31438
31636
  z-index: 1;
@@ -31598,6 +31796,37 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
31598
31796
  visibility: visible;
31599
31797
  }
31600
31798
 
31799
+ .k-gantt-tooltip-validation {
31800
+ max-width: 200px;
31801
+ display: block;
31802
+ }
31803
+
31804
+ .k-gantt-tooltip-validation::before {
31805
+ content: "";
31806
+ width: 4px;
31807
+ height: 100%;
31808
+ position: absolute;
31809
+ top: 0;
31810
+ left: 0;
31811
+ }
31812
+
31813
+ .k-gantt-tooltip-validation-row {
31814
+ display: flex;
31815
+ flex-direction: row;
31816
+ justify-content: space-between;
31817
+ }
31818
+
31819
+ .k-gantt-tooltip-validation-label {
31820
+ display: inline-flex;
31821
+ white-space: nowrap;
31822
+ overflow: hidden;
31823
+ text-overflow: ellipsis;
31824
+ }
31825
+
31826
+ .k-gantt-tooltip-validation-value {
31827
+ font-weight: 700;
31828
+ }
31829
+
31601
31830
  .k-pdf-export-shadow .k-gantt {
31602
31831
  float: left;
31603
31832
  }
@@ -31623,80 +31852,104 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
31623
31852
  }
31624
31853
 
31625
31854
  .k-rtl .k-gantt-rows,
31626
- .k-rtl .k-gantt-columns {
31855
+ .k-rtl .k-gantt-columns,
31856
+ [dir="rtl"] .k-gantt-rows,
31857
+ [dir="rtl"] .k-gantt-columns {
31627
31858
  left: auto;
31628
31859
  right: 0;
31629
31860
  }
31630
31861
 
31631
- .k-rtl .k-task-wrap:not(.k-milestone-wrap) {
31862
+ .k-rtl .k-task-wrap:not(.k-milestone-wrap),
31863
+ [dir="rtl"] .k-task-wrap:not(.k-milestone-wrap) {
31632
31864
  margin: 0 -26px;
31633
31865
  }
31634
31866
 
31635
- .k-rtl .k-gantt-timeline .k-gantt-tasks tbody {
31867
+ .k-rtl .k-gantt-timeline .k-gantt-tasks tbody,
31868
+ [dir="rtl"] .k-gantt-timeline .k-gantt-tasks tbody {
31636
31869
  text-align: left;
31637
31870
  }
31638
31871
 
31639
- .k-rtl .k-gantt-timeline .k-header {
31872
+ .k-rtl .k-gantt-timeline .k-header,
31873
+ [dir="rtl"] .k-gantt-timeline .k-header {
31640
31874
  border-width: 0 1px 1px 0;
31641
31875
  }
31642
31876
 
31643
- .k-rtl .k-gantt-timeline .k-header:first-child {
31877
+ .k-rtl .k-gantt-timeline .k-header:first-child,
31878
+ [dir="rtl"] .k-gantt-timeline .k-header:first-child {
31644
31879
  border-right-width: 0;
31645
31880
  }
31646
31881
 
31647
- .k-rtl .k-gantt-timeline .k-task-start {
31882
+ .k-rtl .k-gantt-timeline .k-task-start,
31883
+ [dir="rtl"] .k-gantt-timeline .k-task-start {
31648
31884
  left: auto;
31649
31885
  right: 0;
31650
31886
  }
31651
31887
 
31652
- .k-rtl .k-gantt-timeline .k-task-end {
31888
+ .k-rtl .k-gantt-timeline .k-task-end,
31889
+ [dir="rtl"] .k-gantt-timeline .k-task-end {
31653
31890
  right: auto;
31654
31891
  left: 0;
31655
31892
  }
31656
31893
 
31657
- .k-rtl .k-task-content {
31894
+ .k-rtl .k-task-content,
31895
+ [dir="rtl"] .k-task-content {
31658
31896
  text-align: right;
31659
31897
  }
31660
31898
 
31661
- .k-rtl .k-task-complete {
31899
+ .k-rtl .k-task-complete,
31900
+ [dir="rtl"] .k-task-complete {
31662
31901
  left: auto;
31663
31902
  right: 0;
31664
31903
  }
31665
31904
 
31666
- .k-rtl .k-task-draghandle {
31905
+ .k-rtl .k-task-draghandle,
31906
+ [dir="rtl"] .k-task-draghandle {
31667
31907
  margin-left: 0;
31668
31908
  margin-right: 16px;
31669
31909
  }
31670
31910
 
31671
- .k-rtl .k-gantt-dependencies {
31911
+ .k-rtl .k-gantt-dependencies,
31912
+ [dir="rtl"] .k-gantt-dependencies {
31672
31913
  left: auto;
31673
31914
  right: 0;
31674
31915
  }
31675
31916
 
31676
- .k-rtl .k-gantt-delete {
31917
+ .k-rtl .k-gantt-delete,
31918
+ [dir="rtl"] .k-gantt-delete {
31677
31919
  float: right;
31678
31920
  }
31679
31921
 
31680
- .k-rtl .k-task-offset-wrap .k-task-content .k-resize-e {
31922
+ .k-rtl .k-task-offset-wrap .k-task-content .k-resize-e,
31923
+ [dir="rtl"] .k-task-offset-wrap .k-task-content .k-resize-e {
31681
31924
  display: block;
31682
31925
  }
31683
31926
 
31684
- .k-rtl .k-task-offset-wrap .k-task-content .k-resize-w {
31927
+ .k-rtl .k-task-offset-wrap .k-task-content .k-resize-w,
31928
+ [dir="rtl"] .k-task-offset-wrap .k-task-content .k-resize-w {
31685
31929
  display: none;
31686
31930
  }
31687
31931
 
31688
- .k-rtl .k-milestone-wrap {
31932
+ .k-rtl .k-milestone-wrap,
31933
+ [dir="rtl"] .k-milestone-wrap {
31689
31934
  margin-left: -2.4em;
31690
31935
  }
31691
31936
 
31692
- .k-rtl .k-milestone-wrap .k-task-moment {
31937
+ .k-rtl .k-milestone-wrap .k-task-moment,
31938
+ [dir="rtl"] .k-milestone-wrap .k-task-moment {
31693
31939
  margin-right: 0.2em;
31694
31940
  }
31695
31941
 
31696
- .k-rtl .k-gantt-timeline .k-milestone-wrap .k-task-start {
31942
+ .k-rtl .k-gantt-timeline .k-milestone-wrap .k-task-start,
31943
+ [dir="rtl"] .k-gantt-timeline .k-milestone-wrap .k-task-start {
31697
31944
  right: -0.1em;
31698
31945
  }
31699
31946
 
31947
+ .k-rtl .k-gantt-tooltip-validation::before,
31948
+ [dir="rtl"] .k-gantt-tooltip-validation::before {
31949
+ left: auto;
31950
+ right: 0;
31951
+ }
31952
+
31700
31953
  .k-gantt {
31701
31954
  border-color: rgba(0, 0, 0, 0.08);
31702
31955
  color: #424242;
@@ -31879,6 +32132,18 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
31879
32132
  background-color: #ff6358;
31880
32133
  }
31881
32134
 
32135
+ .k-gantt-tooltip-validation::before {
32136
+ background-color: #656565;
32137
+ }
32138
+
32139
+ .k-gantt-tooltip-valid::before {
32140
+ background-color: #37b400;
32141
+ }
32142
+
32143
+ .k-gantt-tooltip-invalid::before {
32144
+ background-color: #f31700;
32145
+ }
32146
+
31882
32147
  .k-scheduler {
31883
32148
  border-width: 1px;
31884
32149
  border-style: solid;
@@ -32258,12 +32523,12 @@ kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
32258
32523
 
32259
32524
  kendo-scheduler .k-event,
32260
32525
  .k-event {
32261
- border-radius: 2px;
32526
+ border-radius: 4px;
32262
32527
  min-height: 25px;
32263
32528
  box-sizing: border-box;
32264
32529
  border-width: 0;
32265
32530
  border-style: solid;
32266
- border-radius: 2px;
32531
+ border-radius: 4px;
32267
32532
  text-align: left;
32268
32533
  outline: 0;
32269
32534
  cursor: default;
@@ -32729,7 +32994,7 @@ kendo-scheduler .k-recurrence-editor {
32729
32994
 
32730
32995
  .k-scheduler-tooltip .k-tooltip-event {
32731
32996
  padding: 4px 8px;
32732
- border-radius: 2px;
32997
+ border-radius: 4px;
32733
32998
  box-sizing: border-box;
32734
32999
  display: flex;
32735
33000
  flex-direction: row;
@@ -33767,7 +34032,7 @@ kendo-scheduler .k-recurrence-editor {
33767
34032
  display: inline-block;
33768
34033
  text-align: center;
33769
34034
  padding: 4px 8px;
33770
- border-radius: 2px;
34035
+ border-radius: 4px;
33771
34036
  line-height: 1.4285714286;
33772
34037
  min-width: 80px;
33773
34038
  max-width: 160px;
@@ -33824,7 +34089,7 @@ kendo-scheduler .k-recurrence-editor {
33824
34089
  }
33825
34090
 
33826
34091
  .k-timeline-card .k-card .k-card-body::-webkit-scrollbar-thumb {
33827
- border-radius: 2px;
34092
+ border-radius: 4px;
33828
34093
  }
33829
34094
 
33830
34095
  .k-timeline-card .k-timeline-card-callout.k-callout-w, .k-timeline-card .k-timeline-card-callout.k-callout-e {
@@ -33861,7 +34126,7 @@ kendo-scheduler .k-recurrence-editor {
33861
34126
  height: 100%;
33862
34127
  width: 6px;
33863
34128
  transform: translateX(-50%);
33864
- border-radius: 4px;
34129
+ border-radius: 6px;
33865
34130
  }
33866
34131
 
33867
34132
  .k-timeline-vertical .k-timeline-flag-wrap {
@@ -33903,7 +34168,7 @@ kendo-scheduler .k-recurrence-editor {
33903
34168
  }
33904
34169
 
33905
34170
  .k-timeline-vertical .k-timeline-card .k-card .k-card-header {
33906
- border-radius: 4px;
34171
+ border-radius: 6px;
33907
34172
  }
33908
34173
 
33909
34174
  .k-timeline-vertical .k-timeline-card .k-card .k-card-title {
@@ -34800,7 +35065,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
34800
35065
  }
34801
35066
 
34802
35067
  .k-chart-tooltip {
34803
- border-radius: 2px;
35068
+ border-radius: 4px;
34804
35069
  font-size: 13.006px;
34805
35070
  line-height: 1.4285714286;
34806
35071
  padding: 4px 8px;
@@ -34906,7 +35171,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
34906
35171
  }
34907
35172
 
34908
35173
  .k-navigator-hint .k-scroll {
34909
- border-radius: 2px;
35174
+ border-radius: 4px;
34910
35175
  position: absolute;
34911
35176
  height: 4px;
34912
35177
  }
@@ -35113,7 +35378,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
35113
35378
  }
35114
35379
 
35115
35380
  .k-var--border-radius {
35116
- margin-top: 2px;
35381
+ margin-top: 4px;
35117
35382
  }
35118
35383
 
35119
35384
  .k-var--normal-background {
@@ -35620,7 +35885,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
35620
35885
  }
35621
35886
 
35622
35887
  .k-orgchart-node-group-container {
35623
- border-radius: 2px;
35888
+ border-radius: 4px;
35624
35889
  padding: 24px 24px;
35625
35890
  border-width: 1px;
35626
35891
  border-style: solid;