@progress/kendo-theme-bootstrap 6.5.0-dev.1 → 6.5.0

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.
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.5.0-dev.1",
6
+ "version": "6.5.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.5.0-dev.1",
6
+ "version": "6.5.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.5.0-dev.1",
6
+ "version": "6.5.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.5.0-dev.1",
6
+ "version": "6.5.0",
7
7
  "previewColors": [
8
8
  "#0275d8",
9
9
  "#5bc0de",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.5.0-dev.1",
6
+ "version": "6.5.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.5.0-dev.1",
6
+ "version": "6.5.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.5.0-dev.1",
6
+ "version": "6.5.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.5.0-dev.1",
6
+ "version": "6.5.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#292b2c",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.5.0-dev.1",
6
+ "version": "6.5.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2f2f2",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.5.0-dev.1",
6
+ "version": "6.5.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e3eef4",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Vintage",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.5.0-dev.1",
6
+ "version": "6.5.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2efe8",
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": "6.5.0-dev.1",
4
+ "version": "6.5.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -51,10 +51,10 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@progress/kendo-font-icons": "1.5.0",
54
- "@progress/kendo-theme-core": "6.5.0-dev.1",
55
- "@progress/kendo-theme-default": "6.5.0-dev.1",
56
- "@progress/kendo-theme-utils": "6.5.0-dev.1",
54
+ "@progress/kendo-theme-core": "6.5.0",
55
+ "@progress/kendo-theme-default": "6.5.0",
56
+ "@progress/kendo-theme-utils": "6.5.0",
57
57
  "bootstrap": "5.2.1"
58
58
  },
59
- "gitHead": "6669ee878325bbdc367a4efc94ce2315e2b680e5"
59
+ "gitHead": "c80605b2f31712cef967727baf59d1d2661cca79"
60
60
  }
@@ -1,8 +1,18 @@
1
1
  @import "./core/functions/index.import.scss";
2
- @import "./_bootstrap-overrides.scss";
3
2
  @import "bootstrap/scss/_functions.scss";
4
3
  @import "bootstrap/scss/_variables.scss";
5
4
 
5
+ /// The color white.
6
+ /// Note: you cannot change this value.
7
+ /// @type Color
8
+ /// @group color-system
9
+ $kendo-color-white: #ffffff; // stylelint-disable-line scss/dollar-variable-default
10
+
11
+ /// The color black.
12
+ /// Note: you cannot change this value.
13
+ /// @type Color
14
+ /// @group color-system
15
+ $kendo-color-black: #000000; // stylelint-disable-line scss/dollar-variable-default
6
16
 
7
17
  // Options
8
18
  $kendo-enable-rounded: true !default;
@@ -356,3 +366,7 @@ $kendo-invalid-bg: null !default;
356
366
  $kendo-invalid-text: $kendo-color-error !default;
357
367
  $kendo-invalid-border: $kendo-color-error !default;
358
368
  $kendo-invalid-shadow: 0 0 0 .25rem rgba( $kendo-invalid-border, .25 ) !default;
369
+
370
+ // Loading
371
+ $kendo-loading-opacity: .3 !default;
372
+ $kendo-zindex-loading: 100 !default;
@@ -72,6 +72,7 @@ $kendo-actionsheet-item-disabled-shadow: null !default;
72
72
 
73
73
 
74
74
  // Adaptive Actionsheet
75
+ $kendo-adaptive-actionsheet-font-size: $kendo-font-size-lg !default;
75
76
  $kendo-adaptive-actionsheet-titlebar-border-width: 1px !default;
76
77
  $kendo-adaptive-actionsheet-titlebar-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
77
78
  $kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-y !default;
@@ -1,232 +1,59 @@
1
1
  // Breadcrumb
2
2
 
3
- /// The width of the border around the Breadcrumb.
4
- /// @group breadcrumb
5
- $kendo-breadcrumb-border-width: 0px !default;
6
-
7
- /// The horizontal margin of the Breadcrumb.
8
- /// @group breadcrumb
9
3
  $kendo-breadcrumb-margin-x: null !default;
10
- /// The vertical margin of the Breadcrumb.
11
- /// @group breadcrumb
12
4
  $kendo-breadcrumb-margin-y: null !default;
13
-
14
- /// The horizontal padding of the Breadcrumb.
15
- /// @group breadcrumb
16
5
  $kendo-breadcrumb-padding-x: null !default;
17
- /// The vertical padding of the Breadcrumb.
18
- /// @group breadcrumb
19
6
  $kendo-breadcrumb-padding-y: null !default;
7
+ $kendo-breadcrumb-border-width: 0px !default;
20
8
 
21
- /// The font family of the Breadcrumb.
22
- /// @group breadcrumb
23
9
  $kendo-breadcrumb-font-family: $kendo-font-family !default;
24
-
25
- /// The font size of the Breadcrumb.
26
- /// @group breadcrumb
27
10
  $kendo-breadcrumb-font-size: $kendo-font-size-md !default;
28
- /// The font size of the small Breadcrumb.
29
- /// @group breadcrumb
30
- $kendo-breadcrumb-sm-font-size: $kendo-font-size-sm !default;
31
- /// The font size of the medium Breadcrumb.
32
- /// @group breadcrumb
33
- $kendo-breadcrumb-md-font-size: $kendo-breadcrumb-font-size !default;
34
- /// The font size of the large Breadcrumb.
35
- /// @group breadcrumb
36
- $kendo-breadcrumb-lg-font-size: $kendo-font-size-md !default;
37
-
38
- /// The line-height of the Breadcrumb.
39
- /// @group breadcrumb
40
11
  $kendo-breadcrumb-line-height: $kendo-line-height-md !default;
41
- /// The line-height of the small Breadcrumb.
42
- /// @group breadcrumb
43
- $kendo-breadcrumb-sm-line-height: k-math-div( 20, 14 ) !default;
44
- /// The line-height of the medium Breadcrumb.
45
- /// @group breadcrumb
46
- $kendo-breadcrumb-md-line-height: $kendo-breadcrumb-line-height !default;
47
- /// The line-height of the height Breadcrumb.
48
- /// @group breadcrumb
49
- $kendo-breadcrumb-lg-line-height: $kendo-line-height-md !default;
50
12
 
51
- /// The base background of the Breadcrumb.
52
- /// @group breadcrumb
53
13
  $kendo-breadcrumb-bg: $kendo-component-bg !default;
54
- /// The base text color of the Breadcrumb.
55
- /// @group breadcrumb
56
14
  $kendo-breadcrumb-text: $kendo-component-text !default;
57
- /// The base border color of the Breadcrumb.
58
- /// @group breadcrumb
59
15
  $kendo-breadcrumb-border: $kendo-component-border !default;
60
16
 
61
- /// The box shadow of the focused Breadcrumb.
62
- /// @group breadcrumb
63
- $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
64
-
65
- /// The horizontal padding of the Breadcrumb link.
66
- /// @group breadcrumb
67
17
  $kendo-breadcrumb-link-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
68
- /// The horizontal padding of the small Breadcrumb link.
69
- /// @group breadcrumb
70
- $kendo-breadcrumb-sm-link-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
71
- /// The horizontal padding of the medium Breadcrumb link.
72
- /// @group breadcrumb
73
- $kendo-breadcrumb-md-link-padding-x: $kendo-breadcrumb-link-padding-x !default;
74
- /// The horizontal padding of the large Breadcrumb link.
75
- /// @group breadcrumb
76
- $kendo-breadcrumb-lg-link-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
77
-
78
- /// The vertical padding of the Breadcrumb link.
79
- /// @group breadcrumb
80
18
  $kendo-breadcrumb-link-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
81
- /// The vertical padding of the small Breadcrumb link.
82
- /// @group breadcrumb
83
- $kendo-breadcrumb-sm-link-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
84
- /// The vertical padding of the medium Breadcrumb link.
85
- /// @group breadcrumb
86
- $kendo-breadcrumb-md-link-padding-y: $kendo-breadcrumb-link-padding-y !default;
87
- /// The vertical padding of the large Breadcrumb link.
88
- /// @group breadcrumb
89
- $kendo-breadcrumb-lg-link-padding-y: k-map-get( $kendo-spacing, 2.5 ) !default;
90
-
91
- /// The border-radius of the Breadcrumb link.
92
- /// @group breadcrumb
93
19
  $kendo-breadcrumb-link-border-radius: $kendo-border-radius-md !default;
94
20
 
95
- /// The vertical padding of the Breadcrumb link icon.
96
- /// @group breadcrumb
97
- $kendo-breadcrumb-icon-link-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
98
- /// The vertical padding of the small Breadcrumb link icon.
99
- /// @group breadcrumb
100
- $kendo-breadcrumb-sm-icon-link-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
101
- /// The vertical padding of the medium Breadcrumb link icon.
102
- /// @group breadcrumb
103
- $kendo-breadcrumb-md-icon-link-padding-y: $kendo-breadcrumb-icon-link-padding-y !default;
104
- /// The vertical padding of the large Breadcrumb link icon.
105
- /// @group breadcrumb
106
- $kendo-breadcrumb-lg-icon-link-padding-y: k-map-get( $kendo-spacing, 3.5 ) !default;
21
+ $kendo-breadcrumb-icon-link-padding-x: $kendo-breadcrumb-link-padding-x !default;
22
+ $kendo-breadcrumb-icon-link-padding-y: $kendo-breadcrumb-icon-link-padding-x !default;
107
23
 
108
- /// The horizontal padding of the Breadcrumb link icon.
109
- /// @group breadcrumb
110
- $kendo-breadcrumb-icon-link-padding-x: $kendo-breadcrumb-icon-link-padding-y !default;
111
- /// The horizontal padding of the small Breadcrumb link icon.
112
- /// @group breadcrumb
113
- $kendo-breadcrumb-sm-icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-y !default;
114
- /// The horizontal padding of the medium Breadcrumb link icon.
115
- /// @group breadcrumb
116
- $kendo-breadcrumb-md-icon-link-padding-x: $kendo-breadcrumb-icon-link-padding-x !default;
117
- /// The horizontal padding of the large Breadcrumb link icon.
118
- /// @group breadcrumb
119
- $kendo-breadcrumb-lg-icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-y !default;
24
+ $kendo-breadcrumb-root-link-spacing: $kendo-breadcrumb-link-padding-x !default;
25
+ $kendo-breadcrumb-link-icon-spacing: $kendo-icon-spacing !default;
120
26
 
121
- /// The text color of the Breadcrumb link.
122
- /// @group breadcrumb
123
27
  $kendo-breadcrumb-link-initial-text: inherit !default;
124
- /// The spacing of the Breadcrumb link icon.
125
- /// @group breadcrumb
126
- $kendo-breadcrumb-link-icon-spacing: $kendo-icon-spacing !default;
127
28
 
128
- /// The background color of the Breadcrumb link.
129
- /// @group breadcrumb
130
29
  $kendo-breadcrumb-link-bg: null !default;
131
- /// The text color of the Breadcrumb link.
132
- /// @group breadcrumb
133
30
  $kendo-breadcrumb-link-text: $kendo-link-text !default;
134
- /// The border color of the Breadcrumb link.
135
- /// @group breadcrumb
136
31
  $kendo-breadcrumb-link-border: null !default;
137
32
 
138
- /// The background color of the hovered Breadcrumb link.
139
- /// @group breadcrumb
140
33
  $kendo-breadcrumb-link-hover-bg: null !default;
141
- /// The text color of the hovered Breadcrumb link.
142
- /// @group breadcrumb
143
34
  $kendo-breadcrumb-link-hover-text: $kendo-link-hover-text !default;
144
- /// The border color of the hovered Breadcrumb link.
145
- /// @group breadcrumb
146
35
  $kendo-breadcrumb-link-hover-border: null !default;
147
36
 
148
- /// The background color of the focused Breadcrumb link.
149
- /// @group breadcrumb
150
37
  $kendo-breadcrumb-link-focus-bg: null !default;
151
- /// The text color of the focused Breadcrumb link.
152
- /// @group breadcrumb
153
38
  $kendo-breadcrumb-link-focus-text: null !default;
154
- /// The border color of the focused Breadcrumb link.
155
- /// @group breadcrumb
156
39
  $kendo-breadcrumb-link-focus-border: null !default;
157
- /// The box shadow of the focused Breadcrumb link.
158
- /// @group breadcrumb
159
40
  $kendo-breadcrumb-link-focus-shadow: inset 0 0 0 3px rgba( $kendo-breadcrumb-text, .25 ) !default;
160
41
 
161
- /// The background color of the Breadcrumb root link.
162
- /// @group breadcrumb
163
42
  $kendo-breadcrumb-root-link-bg: null !default;
164
- /// The text color of the Breadcrumb root link.
165
- /// @group breadcrumb
166
43
  $kendo-breadcrumb-root-link-text: $kendo-link-text !default;
167
- /// The border color of the Breadcrumb root link.
168
- /// @group breadcrumb
169
44
  $kendo-breadcrumb-root-link-border: null !default;
170
45
 
171
- /// The background color of the hovered Breadcrumb root link.
172
- /// @group breadcrumb
173
46
  $kendo-breadcrumb-root-link-hover-bg: null !default;
174
- /// The text color of the hovered Breadcrumb root link.
175
- /// @group breadcrumb
176
47
  $kendo-breadcrumb-root-link-hover-text: $kendo-link-hover-text !default;
177
- /// The border color of the hovered Breadcrumb root link.
178
- /// @group breadcrumb
179
48
  $kendo-breadcrumb-root-link-hover-border: null !default;
180
49
 
181
- /// The background color of the focused Breadcrumb root link.
182
- /// @group breadcrumb
183
50
  $kendo-breadcrumb-root-link-focus-bg: null !default;
184
- /// The text color of the focused Breadcrumb root link.
185
- /// @group breadcrumb
186
51
  $kendo-breadcrumb-root-link-focus-text: null !default;
187
- /// The border color of the focused Breadcrumb root link.
188
- /// @group breadcrumb
189
52
  $kendo-breadcrumb-root-link-focus-border: null !default;
190
- /// The box shadow of the focused Breadcrumb root link.
191
- /// @group breadcrumb
192
53
  $kendo-breadcrumb-root-link-focus-shadow: $kendo-breadcrumb-link-focus-shadow !default;
193
54
 
194
- /// The background color of the current Breadcrumb root link.
195
- /// @group breadcrumb
196
55
  $kendo-breadcrumb-current-item-bg: null !default;
197
- /// The text color of the current Breadcrumb root link.
198
- /// @group breadcrumb
199
56
  $kendo-breadcrumb-current-item-text: $kendo-color-secondary !default;
200
- /// The border color of the current Breadcrumb root link.
201
- /// @group breadcrumb
202
57
  $kendo-breadcrumb-current-item-border: null !default;
203
58
 
204
-
205
- /// The sizes map for the Breadcrumb.
206
- /// @group breadcrumb
207
- $kendo-breadcrumb-sizes: (
208
- sm: (
209
- link-padding-x: $kendo-breadcrumb-sm-link-padding-x,
210
- link-padding-y: $kendo-breadcrumb-sm-link-padding-y,
211
- icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-x,
212
- icon-link-padding-y: $kendo-breadcrumb-sm-icon-link-padding-y,
213
- font-size: $kendo-breadcrumb-sm-font-size,
214
- line-height: $kendo-breadcrumb-sm-line-height
215
- ),
216
- md: (
217
- link-padding-x: $kendo-breadcrumb-md-link-padding-x,
218
- link-padding-y: $kendo-breadcrumb-md-link-padding-y,
219
- icon-link-padding-x: $kendo-breadcrumb-md-icon-link-padding-x,
220
- icon-link-padding-y: $kendo-breadcrumb-md-icon-link-padding-y,
221
- font-size: $kendo-breadcrumb-md-font-size,
222
- line-height: $kendo-breadcrumb-md-line-height
223
- ),
224
- lg: (
225
- link-padding-x: $kendo-breadcrumb-lg-link-padding-x,
226
- link-padding-y: $kendo-breadcrumb-lg-link-padding-y,
227
- icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-x,
228
- icon-link-padding-y: $kendo-breadcrumb-lg-icon-link-padding-y,
229
- font-size: $kendo-breadcrumb-lg-font-size,
230
- line-height: $kendo-breadcrumb-lg-line-height
231
- )
232
- ) !default;
59
+ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
@@ -2,4 +2,3 @@
2
2
  @import "./_animations.scss";
3
3
  @import "./_resizing.scss";
4
4
  @import "./_scrollbar.scss";
5
- @import "./_selection.scss";
@@ -1,22 +1,10 @@
1
1
  $wcag-min-contrast-ratio: 4.5 !default;
2
2
 
3
- // Functions
4
- @import "./functions/index.import.scss";
5
-
6
- // Color system
7
- @import "./color-system/index.import.scss";
8
-
9
- // Mixins
10
- @import "./mixins/index.import.scss";
11
-
12
- // Module system
13
- @import "./module-system/index.import.scss";
14
-
15
- // Common styles
16
- @import "./styles/index.import.scss";
17
-
18
3
  // Variables
19
4
  @import "../_variables.scss";
5
+ @import "../_bootstrap-overrides.scss";
6
+
7
+ @import "@progress/kendo-theme-core/scss/index.import.scss";
20
8
 
21
9
  // Expose
22
10
  @include exports("kendo-core-styles") {
@@ -63,7 +63,7 @@ $kendo-menu-popup-border-width: $kendo-popup-border-width !default;
63
63
  $kendo-menu-popup-font-size: $kendo-font-size-md !default;
64
64
  $kendo-menu-popup-sm-font-size: $kendo-font-size-md !default;
65
65
  $kendo-menu-popup-md-font-size: $kendo-font-size-md !default;
66
- $kendo-menu-popup-lg-font-size: $kendo-font-size-md !default;
66
+ $kendo-menu-popup-lg-font-size: $kendo-font-size-lg !default;
67
67
 
68
68
  /// Line heights used along with $kendo-font-size.
69
69
  /// @group menu
@@ -1 +0,0 @@
1
- @import "@progress/kendo-theme-default/scss/common/_selection.scss";