@progress/kendo-theme-bootstrap 5.6.1-dev.4 → 5.6.1-dev.7
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 +529 -380
- package/dist/all.scss +284 -192
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +4 -4
- package/scss/badge/_variables.scss +70 -35
- package/scss/card/_variables.scss +0 -10
- package/scss/grid/_theme.scss +2 -0
- package/scss/pdf-viewer/_index.scss +3 -0
- package/scss/pdf-viewer/_variables.scss +14 -1
- package/scss/popover/_variables.scss +0 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap theme for Kendo UI",
|
|
4
|
-
"version": "5.6.1-dev.
|
|
4
|
+
"version": "5.6.1-dev.7",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"postpublish": "echo 'no postpublish for bootstrap theme'"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@progress/kendo-theme-default": "^5.6.1-dev.
|
|
46
|
+
"@progress/kendo-theme-default": "^5.6.1-dev.7",
|
|
47
47
|
"bootstrap": "^5.2.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"sass-build": "^0.0
|
|
50
|
+
"sass-build": "^1.0.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "cdbab1b2ebcaadb86f256c2d8d9cb8ffe2fef23b"
|
|
53
53
|
}
|
|
@@ -1,36 +1,71 @@
|
|
|
1
1
|
// Badge
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
$badge-border-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
$badge-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
$badge-
|
|
15
|
-
|
|
16
|
-
$badge-padding-x-
|
|
17
|
-
$badge-padding-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
$badge-
|
|
22
|
-
|
|
23
|
-
$badge-
|
|
24
|
-
$badge-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
$badge-
|
|
29
|
-
$badge-
|
|
30
|
-
$
|
|
31
|
-
$badge-
|
|
32
|
-
|
|
33
|
-
$
|
|
34
|
-
|
|
35
|
-
$badge-
|
|
36
|
-
$badge-
|
|
2
|
+
|
|
3
|
+
/// Width of the border around the badge.
|
|
4
|
+
/// @group badge
|
|
5
|
+
$kendo-badge-border-width: 1px !default;
|
|
6
|
+
|
|
7
|
+
/// Border radius of the badge.
|
|
8
|
+
/// @group badge
|
|
9
|
+
$kendo-badge-border-radius: $badge-border-radius !default;
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
/// Horizontal padding of the badge.
|
|
13
|
+
/// @group badge
|
|
14
|
+
$kendo-badge-padding-x: $badge-padding-x !default;
|
|
15
|
+
$kendo-badge-padding-x-sm: ( $badge-padding-x / 2 ) !default;
|
|
16
|
+
$kendo-badge-padding-x-md: $badge-padding-x !default;
|
|
17
|
+
$kendo-badge-padding-x-lg: ( $badge-padding-x * 1.5 ) !default;
|
|
18
|
+
|
|
19
|
+
/// Vertical padding of the badge.
|
|
20
|
+
/// @group badge
|
|
21
|
+
$kendo-badge-padding-y: $badge-padding-y !default;
|
|
22
|
+
$kendo-badge-padding-y-sm: ( $badge-padding-y / 2 ) !default;
|
|
23
|
+
$kendo-badge-padding-y-md: $badge-padding-y !default;
|
|
24
|
+
$kendo-badge-padding-y-lg: ( $badge-padding-y * 1.5 ) !default;
|
|
25
|
+
|
|
26
|
+
/// Font sizes of the badge.
|
|
27
|
+
/// @group badge
|
|
28
|
+
$kendo-badge-font-size: $badge-font-size !default;
|
|
29
|
+
$kendo-badge-font-size-sm: $badge-font-size !default;
|
|
30
|
+
$kendo-badge-font-size-md: $badge-font-size !default;
|
|
31
|
+
$kendo-badge-font-size-lg: $badge-font-size !default;
|
|
32
|
+
|
|
33
|
+
/// Line heights used along with $font-size.
|
|
34
|
+
/// @group badge
|
|
35
|
+
$kendo-badge-line-height: 1 !default;
|
|
36
|
+
$kendo-badge-line-height-sm: $kendo-badge-line-height !default;
|
|
37
|
+
$kendo-badge-line-height-md: $kendo-badge-line-height !default;
|
|
38
|
+
$kendo-badge-line-height-lg: $kendo-badge-line-height !default;
|
|
39
|
+
|
|
40
|
+
/// Badge min width used for circle badge.
|
|
41
|
+
/// @group badge
|
|
42
|
+
$kendo-badge-min-width: calc( #{$kendo-badge-line-height * 1em} + #{$kendo-badge-padding-y * 2} + #{$kendo-badge-border-width * 2}) !default;
|
|
43
|
+
$kendo-badge-min-width-sm: calc( #{$kendo-badge-line-height-sm * 1em} + #{$kendo-badge-padding-y-sm * 2} + #{$kendo-badge-border-width * 2} ) !default;
|
|
44
|
+
$kendo-badge-min-width-md: calc( #{$kendo-badge-line-height-md * 1em} + #{$kendo-badge-padding-y-md * 2} + #{$kendo-badge-border-width * 2} ) !default;
|
|
45
|
+
$kendo-badge-min-width-lg: calc( #{$kendo-badge-line-height-lg * 1em} + #{$kendo-badge-padding-y-lg * 2} + #{$kendo-badge-border-width * 2} ) !default;
|
|
46
|
+
|
|
47
|
+
/// Sizes map for the badge.
|
|
48
|
+
/// @group badge
|
|
49
|
+
$kendo-badge-sizes: (
|
|
50
|
+
sm: (
|
|
51
|
+
padding-x: $kendo-badge-padding-x-sm,
|
|
52
|
+
padding-y: $kendo-badge-padding-y-sm,
|
|
53
|
+
font-size: $kendo-badge-font-size-sm,
|
|
54
|
+
line-height: $kendo-badge-line-height-sm,
|
|
55
|
+
min-width: $kendo-badge-min-width-sm
|
|
56
|
+
),
|
|
57
|
+
md: (
|
|
58
|
+
padding-x: $kendo-badge-padding-x-md,
|
|
59
|
+
padding-y: $kendo-badge-padding-y-md,
|
|
60
|
+
font-size: $kendo-badge-font-size-md,
|
|
61
|
+
line-height: $kendo-badge-line-height-md,
|
|
62
|
+
min-width: $kendo-badge-min-width-md
|
|
63
|
+
),
|
|
64
|
+
lg: (
|
|
65
|
+
padding-x: $kendo-badge-padding-x-lg,
|
|
66
|
+
padding-y: $kendo-badge-padding-y-lg,
|
|
67
|
+
font-size: $kendo-badge-font-size-lg,
|
|
68
|
+
line-height: $kendo-badge-line-height-lg,
|
|
69
|
+
min-width: $kendo-badge-min-width-lg
|
|
70
|
+
)
|
|
71
|
+
) !default;
|
|
@@ -66,13 +66,3 @@ $card-deck-scroll-button-offset: -$kendo-button-border-width !default;
|
|
|
66
66
|
|
|
67
67
|
$card-callout-width: 1.3em !default;
|
|
68
68
|
$card-callout-height: 1.3em !default;
|
|
69
|
-
|
|
70
|
-
$card-callout-box-shadow-n: null !default;
|
|
71
|
-
$card-callout-box-shadow-e: null !default;
|
|
72
|
-
$card-callout-box-shadow-s: null !default;
|
|
73
|
-
$card-callout-box-shadow-w: null !default;
|
|
74
|
-
|
|
75
|
-
$card-focus-callout-box-shadow-n: $card-focus-shadow !default;
|
|
76
|
-
$card-focus-callout-box-shadow-e: $card-focus-shadow !default;
|
|
77
|
-
$card-focus-callout-box-shadow-s: 3px -3px 0 0 rgba( $card-border, .5 ) !default;
|
|
78
|
-
$card-focus-callout-box-shadow-w: $card-focus-shadow !default;
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -3,11 +3,14 @@
|
|
|
3
3
|
|
|
4
4
|
// Dependencies
|
|
5
5
|
@import "../common/_index.scss";
|
|
6
|
+
@import "../button/_variables.scss";
|
|
6
7
|
@import "../combobox/_index.scss";
|
|
7
8
|
@import "../toolbar/_index.scss";
|
|
8
9
|
@import "../dialog/_index.scss";
|
|
9
10
|
@import "../pager/_index.scss";
|
|
10
11
|
@import "../icons/_index.scss";
|
|
12
|
+
@import "../dropzone/_index.scss";
|
|
13
|
+
@import "../window/_index.scss";
|
|
11
14
|
|
|
12
15
|
|
|
13
16
|
// Component
|
|
@@ -24,9 +24,22 @@ $pdf-viewer-page-text: $component-text !default;
|
|
|
24
24
|
$pdf-viewer-page-border: $component-border !default;
|
|
25
25
|
$pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing / 2) $pdf-viewer-page-border !default;
|
|
26
26
|
|
|
27
|
-
$pdf-viewer-search-dialog-padding: $toolbar-padding-x !default;
|
|
27
|
+
$pdf-viewer-search-dialog-padding-x: $toolbar-padding-x !default;
|
|
28
|
+
$pdf-viewer-search-dialog-padding-y: calc( #{$toolbar-padding-x} * 2 ) !default;
|
|
28
29
|
$pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
|
|
29
30
|
|
|
31
|
+
$pdf-viewer-search-panel-border-width: 1px !default;
|
|
32
|
+
$pdf-viewer-search-panel-border-radius: map-get( $spacing, 1 ) !default;
|
|
33
|
+
$pdf-viewer-search-panel-bg: $component-bg !default;
|
|
34
|
+
$pdf-viewer-search-panel-text: $component-text !default;
|
|
35
|
+
$pdf-viewer-search-panel-border: $component-border !default;
|
|
36
|
+
$pdf-viewer-search-panel-shadow: null !default;
|
|
37
|
+
$pdf-viewer-search-panel-matches-spacing: $padding-x-sm !default;
|
|
38
|
+
|
|
30
39
|
$pdf-viewer-selection-line-height: 1.2 !default;
|
|
31
40
|
|
|
32
41
|
$pdf-viewer-search-highlight-bg: $body-text !default;
|
|
42
|
+
$pdf-viewer-search-highlight-mark-bg: yellow !default;
|
|
43
|
+
|
|
44
|
+
$pdf-viewer-icon-text: $dropzone-icon-text !default;
|
|
45
|
+
$pdf-viewer-icon-size: calc( #{$icon-size} * 3 ) !default;
|
|
@@ -31,7 +31,3 @@ $popover-callout-border-width: $popover-border-width !default;
|
|
|
31
31
|
$popover-callout-border-style: $popover-border-style !default;
|
|
32
32
|
$popover-callout-bg: $popover-bg !default;
|
|
33
33
|
$popover-callout-border: $popover-border !default;
|
|
34
|
-
$popover-callout-shadow-n: null !default;
|
|
35
|
-
$popover-callout-shadow-e: null !default;
|
|
36
|
-
$popover-callout-shadow-s: null !default;
|
|
37
|
-
$popover-callout-shadow-w: null !default;
|