@progress/kendo-theme-default 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/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.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 +2 -2
- package/scss/calendar/_variables.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -18336,9 +18336,9 @@ kendo-label > .k-label {
|
|
|
18336
18336
|
|
|
18337
18337
|
.k-calendar .k-calendar-cell-inner, .k-calendar .k-link {
|
|
18338
18338
|
border-radius: 4px;
|
|
18339
|
-
padding: 0.
|
|
18340
|
-
padding-inline: var(--INTERNAL--kendo-calendar-cell-padding-x, 0.
|
|
18341
|
-
padding-block: var(--INTERNAL--kendo-calendar-cell-padding-y, 0.
|
|
18339
|
+
padding: 0.25em 0.25em;
|
|
18340
|
+
padding-inline: var(--INTERNAL--kendo-calendar-cell-padding-x, 0.25em);
|
|
18341
|
+
padding-block: var(--INTERNAL--kendo-calendar-cell-padding-y, 0.25em);
|
|
18342
18342
|
width: 100%;
|
|
18343
18343
|
height: 100%;
|
|
18344
18344
|
box-sizing: border-box;
|
|
@@ -33557,7 +33557,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33557
33557
|
}
|
|
33558
33558
|
|
|
33559
33559
|
.k-scheduler-yearview .k-day-indicator {
|
|
33560
|
-
margin-top: calc( 32px - (0.
|
|
33560
|
+
margin-top: calc( 32px - (0.25em * 2));
|
|
33561
33561
|
width: 3px;
|
|
33562
33562
|
height: 3px;
|
|
33563
33563
|
border-radius: 50%;
|
package/dist/all.scss
CHANGED
|
@@ -16452,7 +16452,7 @@ $calendar-today-nav-hover-text: $link-hover-text !default;
|
|
|
16452
16452
|
$calendar-footer-padding-x: map-get( $spacing, 4 ) !default;
|
|
16453
16453
|
$calendar-footer-padding-y: map-get( $spacing, 2 ) !default;
|
|
16454
16454
|
|
|
16455
|
-
$calendar-cell-padding-x: .
|
|
16455
|
+
$calendar-cell-padding-x: .25em !default;
|
|
16456
16456
|
$calendar-cell-padding-y: $calendar-cell-padding-x !default;
|
|
16457
16457
|
$calendar-cell-line-height: $calendar-line-height !default;
|
|
16458
16458
|
$calendar-cell-border-radius: $kendo-border-radius-md !default;
|
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": "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,5 +44,5 @@
|
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"sass-build": "^0.0.1"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "ec73820fbd707fe409e334e0c3aa29af1a23b963"
|
|
48
48
|
}
|
|
@@ -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: $kendo-border-radius-md !default;
|