@progress/kendo-theme-default 6.1.1-dev.2 → 6.1.1-dev.3
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 -2
- package/dist/all.scss +6 -2
- 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/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
|
}
|
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 {
|
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.3",
|
|
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.3",
|
|
52
|
+
"@progress/kendo-theme-utils": "^6.1.1-dev.3"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "8a9ca80b8cb9e2cb175bcef8b5d96dc337e0db55"
|
|
55
55
|
}
|