@progress/kendo-theme-default 6.1.1-dev.2 → 6.1.1-dev.4
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/dist/all.css +5 -6
- package/dist/all.scss +6 -4
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_layout.scss +1 -2
- package/scss/action-sheet/_theme.scss +5 -0
- package/scss/grid/_layout.scss +0 -2
package/dist/all.css
CHANGED
|
@@ -36376,9 +36376,8 @@ select.k-picker-lg {
|
|
|
36376
36376
|
font-size: 0.875em;
|
|
36377
36377
|
}
|
|
36378
36378
|
|
|
36379
|
-
.k-actionsheet
|
|
36379
|
+
.k-actionsheet .k-hr {
|
|
36380
36380
|
margin: 0;
|
|
36381
|
-
border-color: inherit;
|
|
36382
36381
|
flex: none;
|
|
36383
36382
|
}
|
|
36384
36383
|
|
|
@@ -36573,6 +36572,10 @@ select.k-picker-lg {
|
|
|
36573
36572
|
color: #666666;
|
|
36574
36573
|
}
|
|
36575
36574
|
|
|
36575
|
+
.k-actionsheet .k-hr {
|
|
36576
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
36577
|
+
}
|
|
36578
|
+
|
|
36576
36579
|
.k-adaptive-actionsheet .k-actionsheet-titlebar, .k-adaptive-actionsheet .k-actionsheet-jq .k-actionsheet-header, .k-actionsheet-jq .k-adaptive-actionsheet .k-actionsheet-header {
|
|
36577
36580
|
border-color: rgba(0, 0, 0, 0.08);
|
|
36578
36581
|
}
|
|
@@ -41697,10 +41700,6 @@ div.k-grid-norecords {
|
|
|
41697
41700
|
|
|
41698
41701
|
.k-column-menu-popup.k-popup,
|
|
41699
41702
|
.k-grid-columnmenu-popup.k-popup {
|
|
41700
|
-
}
|
|
41701
|
-
|
|
41702
|
-
.k-popup > .k-column-menu-popup, .k-popup >
|
|
41703
|
-
.k-grid-columnmenu-popup {
|
|
41704
41703
|
max-width: 100%;
|
|
41705
41704
|
}
|
|
41706
41705
|
|
package/dist/all.scss
CHANGED
|
@@ -25591,9 +25591,8 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
|
|
|
25591
25591
|
|
|
25592
25592
|
|
|
25593
25593
|
// Actionsheet separator
|
|
25594
|
-
.k-actionsheet
|
|
25594
|
+
.k-actionsheet .k-hr {
|
|
25595
25595
|
margin: 0;
|
|
25596
|
-
border-color: inherit;
|
|
25597
25596
|
flex: none;
|
|
25598
25597
|
}
|
|
25599
25598
|
|
|
@@ -25858,6 +25857,11 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
|
|
|
25858
25857
|
// Actionsheet action
|
|
25859
25858
|
.k-actionsheet-action {}
|
|
25860
25859
|
|
|
25860
|
+
// Actionsheet separator
|
|
25861
|
+
.k-actionsheet .k-hr {
|
|
25862
|
+
border-color: $kendo-actionsheet-border;
|
|
25863
|
+
}
|
|
25864
|
+
|
|
25861
25865
|
|
|
25862
25866
|
// Adaptive Actionsheet
|
|
25863
25867
|
.k-adaptive-actionsheet .k-actionsheet-titlebar {
|
|
@@ -33221,8 +33225,6 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
33221
33225
|
|
|
33222
33226
|
&.k-popup {
|
|
33223
33227
|
padding: $kendo-grid-column-menu-popup-padding-y $kendo-grid-column-menu-popup-padding-x;
|
|
33224
|
-
}
|
|
33225
|
-
.k-popup > & {
|
|
33226
33228
|
max-width: 100%;
|
|
33227
33229
|
}
|
|
33228
33230
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "6.1.1-dev.
|
|
4
|
+
"version": "6.1.1-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@progress/kendo-font-icons": "1.4.0",
|
|
51
|
-
"@progress/kendo-theme-core": "^6.1.1-dev.
|
|
52
|
-
"@progress/kendo-theme-utils": "^6.1.1-dev.
|
|
51
|
+
"@progress/kendo-theme-core": "^6.1.1-dev.4",
|
|
52
|
+
"@progress/kendo-theme-utils": "^6.1.1-dev.4"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "7ebd1ea8443604e84851d505d81be33088fa0057"
|
|
55
55
|
}
|