@progress/kendo-theme-bootstrap 7.0.1-dev.0 → 7.0.1-dev.1
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 +11 -90
- package/dist/all.scss +12 -94
- 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 +5 -5
package/dist/all.css
CHANGED
|
@@ -279,6 +279,14 @@ kendo-sortable {
|
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
.k-i-loading {
|
|
282
|
+
width: 1em;
|
|
283
|
+
height: 1em;
|
|
284
|
+
line-height: 1;
|
|
285
|
+
display: inline-flex;
|
|
286
|
+
flex-flow: row nowrap;
|
|
287
|
+
align-items: center;
|
|
288
|
+
justify-content: center;
|
|
289
|
+
vertical-align: middle;
|
|
282
290
|
position: relative;
|
|
283
291
|
background-color: transparent;
|
|
284
292
|
box-sizing: border-box;
|
|
@@ -26321,7 +26329,9 @@ kendo-sortable {
|
|
|
26321
26329
|
margin: .25em;
|
|
26322
26330
|
}
|
|
26323
26331
|
|
|
26324
|
-
.k-icon-modifier {
|
|
26332
|
+
.k-icon.k-icon-modifier {
|
|
26333
|
+
width: 1em;
|
|
26334
|
+
height: 1em;
|
|
26325
26335
|
position: absolute;
|
|
26326
26336
|
font-size: .5em;
|
|
26327
26337
|
bottom: 0;
|
|
@@ -26329,11 +26339,6 @@ kendo-sortable {
|
|
|
26329
26339
|
margin: 0 -.5em -.5em 0;
|
|
26330
26340
|
}
|
|
26331
26341
|
|
|
26332
|
-
.k-icon.k-icon-modifier {
|
|
26333
|
-
width: 1em;
|
|
26334
|
-
height: 1em;
|
|
26335
|
-
}
|
|
26336
|
-
|
|
26337
26342
|
.k-i-none::before {
|
|
26338
26343
|
content: "";
|
|
26339
26344
|
display: none;
|
|
@@ -29158,90 +29163,6 @@ kendo-badge-container {
|
|
|
29158
29163
|
opacity: 0.3;
|
|
29159
29164
|
}
|
|
29160
29165
|
|
|
29161
|
-
.k-i-loading {
|
|
29162
|
-
position: relative;
|
|
29163
|
-
background-color: transparent;
|
|
29164
|
-
box-sizing: border-box;
|
|
29165
|
-
color: currentColor;
|
|
29166
|
-
}
|
|
29167
|
-
|
|
29168
|
-
.k-i-loading::before, .k-i-loading::after {
|
|
29169
|
-
box-sizing: border-box;
|
|
29170
|
-
}
|
|
29171
|
-
|
|
29172
|
-
.k-i-loading::before,
|
|
29173
|
-
.k-i-loading::after,
|
|
29174
|
-
.k-loading-image::before,
|
|
29175
|
-
.k-loading-image::after {
|
|
29176
|
-
position: absolute;
|
|
29177
|
-
top: 50%;
|
|
29178
|
-
left: 50%;
|
|
29179
|
-
display: inline-block;
|
|
29180
|
-
content: "";
|
|
29181
|
-
box-sizing: inherit;
|
|
29182
|
-
border-radius: 50%;
|
|
29183
|
-
border-width: .05em;
|
|
29184
|
-
border-style: solid;
|
|
29185
|
-
border-color: currentColor;
|
|
29186
|
-
border-top-color: transparent;
|
|
29187
|
-
border-bottom-color: transparent;
|
|
29188
|
-
background-color: transparent;
|
|
29189
|
-
}
|
|
29190
|
-
|
|
29191
|
-
.k-icon.k-i-loading::before,
|
|
29192
|
-
.k-icon.k-i-loading::after {
|
|
29193
|
-
content: "";
|
|
29194
|
-
}
|
|
29195
|
-
|
|
29196
|
-
.k-i-loading::before,
|
|
29197
|
-
.k-loading-image::before {
|
|
29198
|
-
margin-top: -.5em;
|
|
29199
|
-
margin-left: -.5em;
|
|
29200
|
-
width: 1em;
|
|
29201
|
-
height: 1em;
|
|
29202
|
-
animation: k-loading-animation .7s linear infinite;
|
|
29203
|
-
}
|
|
29204
|
-
|
|
29205
|
-
.k-i-loading::after,
|
|
29206
|
-
.k-loading-image::after {
|
|
29207
|
-
margin-top: -.25em;
|
|
29208
|
-
margin-left: -.25em;
|
|
29209
|
-
width: .5em;
|
|
29210
|
-
height: .5em;
|
|
29211
|
-
animation: k-loading-animation reverse 1.4s linear infinite;
|
|
29212
|
-
}
|
|
29213
|
-
|
|
29214
|
-
.k-loading-image::before,
|
|
29215
|
-
.k-loading-image::after {
|
|
29216
|
-
content: "";
|
|
29217
|
-
border-width: 1px;
|
|
29218
|
-
border-width: clamp(0.015em, 1px, 1px);
|
|
29219
|
-
font-size: 4em;
|
|
29220
|
-
}
|
|
29221
|
-
|
|
29222
|
-
@keyframes loading {
|
|
29223
|
-
0% {
|
|
29224
|
-
stroke-dasharray: 0 251;
|
|
29225
|
-
stroke-dashoffset: 502;
|
|
29226
|
-
}
|
|
29227
|
-
50% {
|
|
29228
|
-
stroke-dasharray: 250 1;
|
|
29229
|
-
}
|
|
29230
|
-
100% {
|
|
29231
|
-
stroke-dasharray: 0 251;
|
|
29232
|
-
stroke-dashoffset: 0;
|
|
29233
|
-
}
|
|
29234
|
-
}
|
|
29235
|
-
|
|
29236
|
-
@keyframes k-loading-animation {
|
|
29237
|
-
0% {
|
|
29238
|
-
transform: rotate(0deg);
|
|
29239
|
-
}
|
|
29240
|
-
100% {
|
|
29241
|
-
transform: rotate(360deg);
|
|
29242
|
-
}
|
|
29243
|
-
}
|
|
29244
|
-
|
|
29245
29166
|
.k-i-loading::before,
|
|
29246
29167
|
.k-loading-image::before {
|
|
29247
29168
|
border-color: currentColor;
|
package/dist/all.scss
CHANGED
|
@@ -6740,6 +6740,14 @@ $_imported: () !default;
|
|
|
6740
6740
|
|
|
6741
6741
|
// Loading indicator
|
|
6742
6742
|
.k-i-loading {
|
|
6743
|
+
width: 1em;
|
|
6744
|
+
height: 1em;
|
|
6745
|
+
line-height: 1;
|
|
6746
|
+
display: inline-flex;
|
|
6747
|
+
flex-flow: row nowrap;
|
|
6748
|
+
align-items: center;
|
|
6749
|
+
justify-content: center;
|
|
6750
|
+
vertical-align: middle;
|
|
6743
6751
|
position: relative;
|
|
6744
6752
|
background-color: transparent;
|
|
6745
6753
|
box-sizing: border-box;
|
|
@@ -6812,6 +6820,7 @@ $_imported: () !default;
|
|
|
6812
6820
|
}
|
|
6813
6821
|
}
|
|
6814
6822
|
}
|
|
6823
|
+
|
|
6815
6824
|
// #endregion
|
|
6816
6825
|
// #region @import "./_selection.scss"; -> node_modules/@progress/kendo-theme-core/scss/styles/_selection.scss
|
|
6817
6826
|
@mixin kendo-core--styles--selection() {
|
|
@@ -16635,17 +16644,15 @@ $ki-rotate-map: (
|
|
|
16635
16644
|
margin: .25em;
|
|
16636
16645
|
}
|
|
16637
16646
|
|
|
16638
|
-
.k-icon-modifier {
|
|
16647
|
+
.k-icon.k-icon-modifier {
|
|
16648
|
+
width: 1em;
|
|
16649
|
+
height: 1em;
|
|
16639
16650
|
position: absolute;
|
|
16640
16651
|
font-size: .5em;
|
|
16641
16652
|
bottom: 0;
|
|
16642
16653
|
right: 0;
|
|
16643
16654
|
margin: 0 -.5em -.5em 0;
|
|
16644
16655
|
}
|
|
16645
|
-
.k-icon.k-icon-modifier {
|
|
16646
|
-
width: 1em;
|
|
16647
|
-
height: 1em;
|
|
16648
|
-
}
|
|
16649
16656
|
|
|
16650
16657
|
.k-i-none::before {
|
|
16651
16658
|
content: "";
|
|
@@ -22116,95 +22123,6 @@ $kendo-loading-opacity: .3 !default;
|
|
|
22116
22123
|
opacity: $kendo-loading-opacity;
|
|
22117
22124
|
}
|
|
22118
22125
|
|
|
22119
|
-
// Loading indicator
|
|
22120
|
-
.k-i-loading {
|
|
22121
|
-
position: relative;
|
|
22122
|
-
background-color: transparent;
|
|
22123
|
-
box-sizing: border-box;
|
|
22124
|
-
color: $kendo-loading-text;
|
|
22125
|
-
|
|
22126
|
-
&::before,
|
|
22127
|
-
&::after {
|
|
22128
|
-
box-sizing: border-box;
|
|
22129
|
-
}
|
|
22130
|
-
}
|
|
22131
|
-
|
|
22132
|
-
.k-i-loading::before,
|
|
22133
|
-
.k-i-loading::after,
|
|
22134
|
-
.k-loading-image::before,
|
|
22135
|
-
.k-loading-image::after {
|
|
22136
|
-
position: absolute;
|
|
22137
|
-
top: 50%;
|
|
22138
|
-
left: 50%;
|
|
22139
|
-
display: inline-block;
|
|
22140
|
-
content: "";
|
|
22141
|
-
box-sizing: inherit;
|
|
22142
|
-
border-radius: 50%;
|
|
22143
|
-
border-width: .05em;
|
|
22144
|
-
border-style: solid;
|
|
22145
|
-
border-color: currentColor;
|
|
22146
|
-
border-top-color: transparent;
|
|
22147
|
-
border-bottom-color: transparent;
|
|
22148
|
-
background-color: transparent;
|
|
22149
|
-
}
|
|
22150
|
-
|
|
22151
|
-
.k-icon.k-i-loading::before,
|
|
22152
|
-
.k-icon.k-i-loading::after {
|
|
22153
|
-
content: "";
|
|
22154
|
-
}
|
|
22155
|
-
|
|
22156
|
-
.k-i-loading::before,
|
|
22157
|
-
.k-loading-image::before {
|
|
22158
|
-
margin-top: -.5em;
|
|
22159
|
-
margin-left: -.5em;
|
|
22160
|
-
width: 1em;
|
|
22161
|
-
height: 1em;
|
|
22162
|
-
animation: k-loading-animation .7s linear infinite;
|
|
22163
|
-
}
|
|
22164
|
-
|
|
22165
|
-
.k-i-loading::after,
|
|
22166
|
-
.k-loading-image::after {
|
|
22167
|
-
margin-top: -.25em;
|
|
22168
|
-
margin-left: -.25em;
|
|
22169
|
-
width: .5em;
|
|
22170
|
-
height: .5em;
|
|
22171
|
-
animation: k-loading-animation reverse 1.4s linear infinite;
|
|
22172
|
-
}
|
|
22173
|
-
|
|
22174
|
-
.k-loading-image::before,
|
|
22175
|
-
.k-loading-image::after {
|
|
22176
|
-
content: "";
|
|
22177
|
-
// See https://github.com/telerik/kendo-themes/issues/1925
|
|
22178
|
-
border-width: 1px; // TODO: Remove once we drop IE support
|
|
22179
|
-
border-width: clamp( .015em, 1px, 1px );
|
|
22180
|
-
font-size: 4em;
|
|
22181
|
-
}
|
|
22182
|
-
|
|
22183
|
-
@keyframes loading {
|
|
22184
|
-
0% {
|
|
22185
|
-
stroke-dasharray: 0 251;
|
|
22186
|
-
stroke-dashoffset: 502;
|
|
22187
|
-
}
|
|
22188
|
-
|
|
22189
|
-
50% {
|
|
22190
|
-
stroke-dasharray: 250 1;
|
|
22191
|
-
}
|
|
22192
|
-
|
|
22193
|
-
100% {
|
|
22194
|
-
stroke-dasharray: 0 251;
|
|
22195
|
-
stroke-dashoffset: 0;
|
|
22196
|
-
}
|
|
22197
|
-
}
|
|
22198
|
-
|
|
22199
|
-
@keyframes k-loading-animation {
|
|
22200
|
-
0% {
|
|
22201
|
-
transform: rotate(0deg);
|
|
22202
|
-
}
|
|
22203
|
-
100% {
|
|
22204
|
-
transform: rotate(360deg);
|
|
22205
|
-
}
|
|
22206
|
-
}
|
|
22207
|
-
|
|
22208
22126
|
}
|
|
22209
22127
|
|
|
22210
22128
|
|
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": "7.0.1-dev.
|
|
4
|
+
"version": "7.0.1-dev.1",
|
|
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-svg-icons": "2.0.0",
|
|
54
|
-
"@progress/kendo-theme-core": "7.0.1-dev.
|
|
55
|
-
"@progress/kendo-theme-default": "7.0.1-dev.
|
|
56
|
-
"@progress/kendo-theme-utils": "7.0.1-dev.
|
|
54
|
+
"@progress/kendo-theme-core": "7.0.1-dev.1",
|
|
55
|
+
"@progress/kendo-theme-default": "7.0.1-dev.1",
|
|
56
|
+
"@progress/kendo-theme-utils": "7.0.1-dev.1",
|
|
57
57
|
"bootstrap": "5.2.1"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "aeaff3f76d1244db6befcef518e6e59b1906cff2"
|
|
60
60
|
}
|