@progress/kendo-theme-material 5.6.1-dev.3 → 5.6.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 +4 -4
- package/dist/all.scss +1 -1
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +3 -3
- package/scss/calendar/_variables.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -19360,9 +19360,9 @@ kendo-label > .k-label {
|
|
|
19360
19360
|
|
|
19361
19361
|
.k-calendar .k-calendar-cell-inner, .k-calendar .k-link {
|
|
19362
19362
|
border-radius: 100px;
|
|
19363
|
-
padding: 0.
|
|
19364
|
-
padding-inline: var(--INTERNAL--kendo-calendar-cell-padding-x, 0.
|
|
19365
|
-
padding-block: var(--INTERNAL--kendo-calendar-cell-padding-y, 0.
|
|
19363
|
+
padding: 0.25em 0.25em;
|
|
19364
|
+
padding-inline: var(--INTERNAL--kendo-calendar-cell-padding-x, 0.25em);
|
|
19365
|
+
padding-block: var(--INTERNAL--kendo-calendar-cell-padding-y, 0.25em);
|
|
19366
19366
|
width: 100%;
|
|
19367
19367
|
height: 100%;
|
|
19368
19368
|
box-sizing: border-box;
|
|
@@ -35337,7 +35337,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
35337
35337
|
}
|
|
35338
35338
|
|
|
35339
35339
|
.k-scheduler-yearview .k-day-indicator {
|
|
35340
|
-
margin-top: calc( 36px - (0.
|
|
35340
|
+
margin-top: calc( 36px - (0.25em * 2));
|
|
35341
35341
|
width: 3px;
|
|
35342
35342
|
height: 3px;
|
|
35343
35343
|
border-radius: 50%;
|
package/dist/all.scss
CHANGED
|
@@ -18475,7 +18475,7 @@ $calendar-today-nav-hover-text: $link-hover-text !default;
|
|
|
18475
18475
|
$calendar-footer-padding-x: map-get( $spacing, 4 ) !default;
|
|
18476
18476
|
$calendar-footer-padding-y: map-get( $spacing, 2 ) !default;
|
|
18477
18477
|
|
|
18478
|
-
$calendar-cell-padding-x: .
|
|
18478
|
+
$calendar-cell-padding-x: .25em !default;
|
|
18479
18479
|
$calendar-cell-padding-y: $calendar-cell-padding-x !default;
|
|
18480
18480
|
$calendar-cell-line-height: $calendar-line-height !default;
|
|
18481
18481
|
$calendar-cell-border-radius: 100px !default;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
4
|
-
"version": "5.6.1-dev.
|
|
4
|
+
"version": "5.6.1-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"postpublish": "echo 'no postpublish for material theme'"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@progress/kendo-theme-default": "^5.6.1-dev.
|
|
47
|
+
"@progress/kendo-theme-default": "^5.6.1-dev.4"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"sass-build": "^0.0.1"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "ec73820fbd707fe409e334e0c3aa29af1a23b963"
|
|
53
53
|
}
|
|
@@ -28,7 +28,7 @@ $calendar-today-nav-hover-text: $link-hover-text !default;
|
|
|
28
28
|
$calendar-footer-padding-x: map-get( $spacing, 4 ) !default;
|
|
29
29
|
$calendar-footer-padding-y: map-get( $spacing, 2 ) !default;
|
|
30
30
|
|
|
31
|
-
$calendar-cell-padding-x: .
|
|
31
|
+
$calendar-cell-padding-x: .25em !default;
|
|
32
32
|
$calendar-cell-padding-y: $calendar-cell-padding-x !default;
|
|
33
33
|
$calendar-cell-line-height: $calendar-line-height !default;
|
|
34
34
|
$calendar-cell-border-radius: 100px !default;
|