@progress/kendo-theme-bootstrap 11.2.0-dev.1 → 11.2.0-dev.3
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 +1 -1
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +60 -6
- package/dist/meta/sassdoc-raw-data.json +28 -3
- package/dist/meta/variables.json +4 -0
- 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/grid/_theme.scss +16 -0
- package/scss/grid/_variables.scss +4 -0
|
@@ -30697,15 +30697,15 @@
|
|
|
30697
30697
|
"resolvedType": "String"
|
|
30698
30698
|
},
|
|
30699
30699
|
{
|
|
30700
|
-
"description": "The Grid stack layout
|
|
30700
|
+
"description": "The outline color of the Grid stack layout focused cell.\n",
|
|
30701
30701
|
"commentRange": {
|
|
30702
30702
|
"start": 351,
|
|
30703
30703
|
"end": 352
|
|
30704
30704
|
},
|
|
30705
30705
|
"context": {
|
|
30706
30706
|
"type": "variable",
|
|
30707
|
-
"name": "kendo-grid-stack-
|
|
30708
|
-
"value": "k-
|
|
30707
|
+
"name": "kendo-grid-stack-focus-outline",
|
|
30708
|
+
"value": "color-mix(in srgb, k-color(on-app-surface) 15%, transparent)",
|
|
30709
30709
|
"scope": "default",
|
|
30710
30710
|
"line": {
|
|
30711
30711
|
"start": 353,
|
|
@@ -30720,6 +30720,33 @@
|
|
|
30720
30720
|
"path": "bootstrap/scss/grid/_variables.scss",
|
|
30721
30721
|
"name": "_variables.scss"
|
|
30722
30722
|
},
|
|
30723
|
+
"resolvedValue": "color-mix(in srgb, var(--kendo-color-on-app-surface, #212529) 15%, transparent)",
|
|
30724
|
+
"resolvedType": "String"
|
|
30725
|
+
},
|
|
30726
|
+
{
|
|
30727
|
+
"description": "The Grid stack layout expandable row shadow.\n",
|
|
30728
|
+
"commentRange": {
|
|
30729
|
+
"start": 354,
|
|
30730
|
+
"end": 355
|
|
30731
|
+
},
|
|
30732
|
+
"context": {
|
|
30733
|
+
"type": "variable",
|
|
30734
|
+
"name": "kendo-grid-stack-expandable-shadow",
|
|
30735
|
+
"value": "k-elevation(2)",
|
|
30736
|
+
"scope": "default",
|
|
30737
|
+
"line": {
|
|
30738
|
+
"start": 356,
|
|
30739
|
+
"end": 356
|
|
30740
|
+
}
|
|
30741
|
+
},
|
|
30742
|
+
"group": [
|
|
30743
|
+
"grid"
|
|
30744
|
+
],
|
|
30745
|
+
"access": "public",
|
|
30746
|
+
"file": {
|
|
30747
|
+
"path": "bootstrap/scss/grid/_variables.scss",
|
|
30748
|
+
"name": "_variables.scss"
|
|
30749
|
+
},
|
|
30723
30750
|
"resolvedValue": "var(--kendo-elevation-2, 0px 2px 7px rgba(0, 0, 0, 0.075))",
|
|
30724
30751
|
"resolvedType": "String"
|
|
30725
30752
|
},
|
|
@@ -110300,15 +110327,15 @@
|
|
|
110300
110327
|
"resolvedType": "String"
|
|
110301
110328
|
},
|
|
110302
110329
|
{
|
|
110303
|
-
"description": "The Grid stack layout
|
|
110330
|
+
"description": "The outline color of the Grid stack layout focused cell.\n",
|
|
110304
110331
|
"commentRange": {
|
|
110305
110332
|
"start": 351,
|
|
110306
110333
|
"end": 352
|
|
110307
110334
|
},
|
|
110308
110335
|
"context": {
|
|
110309
110336
|
"type": "variable",
|
|
110310
|
-
"name": "kendo-grid-stack-
|
|
110311
|
-
"value": "k-
|
|
110337
|
+
"name": "kendo-grid-stack-focus-outline",
|
|
110338
|
+
"value": "color-mix(in srgb, k-color(on-app-surface) 15%, transparent)",
|
|
110312
110339
|
"scope": "default",
|
|
110313
110340
|
"line": {
|
|
110314
110341
|
"start": 353,
|
|
@@ -110323,6 +110350,33 @@
|
|
|
110323
110350
|
"path": "bootstrap/scss/grid/_variables.scss",
|
|
110324
110351
|
"name": "_variables.scss"
|
|
110325
110352
|
},
|
|
110353
|
+
"resolvedValue": "color-mix(in srgb, var(--kendo-color-on-app-surface, #212529) 15%, transparent)",
|
|
110354
|
+
"resolvedType": "String"
|
|
110355
|
+
},
|
|
110356
|
+
{
|
|
110357
|
+
"description": "The Grid stack layout expandable row shadow.\n",
|
|
110358
|
+
"commentRange": {
|
|
110359
|
+
"start": 354,
|
|
110360
|
+
"end": 355
|
|
110361
|
+
},
|
|
110362
|
+
"context": {
|
|
110363
|
+
"type": "variable",
|
|
110364
|
+
"name": "kendo-grid-stack-expandable-shadow",
|
|
110365
|
+
"value": "k-elevation(2)",
|
|
110366
|
+
"scope": "default",
|
|
110367
|
+
"line": {
|
|
110368
|
+
"start": 356,
|
|
110369
|
+
"end": 356
|
|
110370
|
+
}
|
|
110371
|
+
},
|
|
110372
|
+
"group": [
|
|
110373
|
+
"grid"
|
|
110374
|
+
],
|
|
110375
|
+
"access": "public",
|
|
110376
|
+
"file": {
|
|
110377
|
+
"path": "bootstrap/scss/grid/_variables.scss",
|
|
110378
|
+
"name": "_variables.scss"
|
|
110379
|
+
},
|
|
110326
110380
|
"resolvedValue": "var(--kendo-elevation-2, 0px 2px 7px rgba(0, 0, 0, 0.075))",
|
|
110327
110381
|
"resolvedType": "String"
|
|
110328
110382
|
}
|
|
@@ -28094,15 +28094,15 @@
|
|
|
28094
28094
|
}
|
|
28095
28095
|
},
|
|
28096
28096
|
{
|
|
28097
|
-
"description": "The Grid stack layout
|
|
28097
|
+
"description": "The outline color of the Grid stack layout focused cell.\n",
|
|
28098
28098
|
"commentRange": {
|
|
28099
28099
|
"start": 351,
|
|
28100
28100
|
"end": 352
|
|
28101
28101
|
},
|
|
28102
28102
|
"context": {
|
|
28103
28103
|
"type": "variable",
|
|
28104
|
-
"name": "kendo-grid-stack-
|
|
28105
|
-
"value": "k-
|
|
28104
|
+
"name": "kendo-grid-stack-focus-outline",
|
|
28105
|
+
"value": "color-mix(in srgb, k-color(on-app-surface) 15%, transparent)",
|
|
28106
28106
|
"scope": "default",
|
|
28107
28107
|
"line": {
|
|
28108
28108
|
"start": 353,
|
|
@@ -28118,6 +28118,31 @@
|
|
|
28118
28118
|
"name": "_variables.scss"
|
|
28119
28119
|
}
|
|
28120
28120
|
},
|
|
28121
|
+
{
|
|
28122
|
+
"description": "The Grid stack layout expandable row shadow.\n",
|
|
28123
|
+
"commentRange": {
|
|
28124
|
+
"start": 354,
|
|
28125
|
+
"end": 355
|
|
28126
|
+
},
|
|
28127
|
+
"context": {
|
|
28128
|
+
"type": "variable",
|
|
28129
|
+
"name": "kendo-grid-stack-expandable-shadow",
|
|
28130
|
+
"value": "k-elevation(2)",
|
|
28131
|
+
"scope": "default",
|
|
28132
|
+
"line": {
|
|
28133
|
+
"start": 356,
|
|
28134
|
+
"end": 356
|
|
28135
|
+
}
|
|
28136
|
+
},
|
|
28137
|
+
"group": [
|
|
28138
|
+
"grid"
|
|
28139
|
+
],
|
|
28140
|
+
"access": "public",
|
|
28141
|
+
"file": {
|
|
28142
|
+
"path": "grid/_variables.scss",
|
|
28143
|
+
"name": "_variables.scss"
|
|
28144
|
+
}
|
|
28145
|
+
},
|
|
28121
28146
|
{
|
|
28122
28147
|
"description": "Font sizes of the icons.\n",
|
|
28123
28148
|
"commentRange": {
|
package/dist/meta/variables.json
CHANGED
|
@@ -11422,6 +11422,10 @@
|
|
|
11422
11422
|
"type": "String",
|
|
11423
11423
|
"value": "var(--kendo-color-subtle, #596169)"
|
|
11424
11424
|
},
|
|
11425
|
+
"kendo-grid-stack-focus-outline": {
|
|
11426
|
+
"type": "String",
|
|
11427
|
+
"value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #212529) 15%, transparent)"
|
|
11428
|
+
},
|
|
11425
11429
|
"kendo-grid-stack-expandable-shadow": {
|
|
11426
11430
|
"type": "String",
|
|
11427
11431
|
"value": "var(--kendo-elevation-2, 0px 2px 7px rgba(0, 0, 0, 0.075))"
|
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": "11.2.0-dev.
|
|
4
|
+
"version": "11.2.0-dev.3",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "^4.1.0",
|
|
56
|
-
"@progress/kendo-theme-core": "11.2.0-dev.
|
|
57
|
-
"@progress/kendo-theme-utils": "11.2.0-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "11.2.0-dev.3",
|
|
57
|
+
"@progress/kendo-theme-utils": "11.2.0-dev.3"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "95216cf9cd78a4decf243407437fc887729423f7"
|
|
64
64
|
}
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -417,4 +417,20 @@
|
|
|
417
417
|
@include fill( $color: $kendo-grid-stack-header-color );
|
|
418
418
|
}
|
|
419
419
|
|
|
420
|
+
.k-grid-stack-cell {
|
|
421
|
+
&:focus,
|
|
422
|
+
&.k-focus {
|
|
423
|
+
outline: 1px solid $kendo-grid-stack-focus-outline;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
&.k-selected {
|
|
427
|
+
@include fill( $bg: $kendo-grid-selected-bg );
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
// Dirty cell
|
|
432
|
+
.k-grid-stack-cell .k-dirty {
|
|
433
|
+
border-inline-start-color: rgba(0, 0, 0, 0);
|
|
434
|
+
border-inline-end-color: currentColor;
|
|
435
|
+
}
|
|
420
436
|
}
|
|
@@ -348,6 +348,9 @@ $kendo-grid-stack-expandable-shadow-height: k-spacing(2.5) !default;
|
|
|
348
348
|
/// The color of the Grid stack layout column header.
|
|
349
349
|
/// @group grid
|
|
350
350
|
$kendo-grid-stack-header-color: k-color(subtle) !default;
|
|
351
|
+
/// The outline color of the Grid stack layout focused cell.
|
|
352
|
+
/// @group grid
|
|
353
|
+
$kendo-grid-stack-focus-outline: color-mix(in srgb, k-color(on-app-surface) 15%, transparent) !default;
|
|
351
354
|
/// The Grid stack layout expandable row shadow.
|
|
352
355
|
/// @group grid
|
|
353
356
|
$kendo-grid-stack-expandable-shadow: k-elevation(2) !default;
|
|
@@ -499,5 +502,6 @@ $kendo-grid-stack-expandable-shadow: k-elevation(2) !default;
|
|
|
499
502
|
$kendo-grid-stack-header-font-weight: $kendo-grid-stack-header-font-weight,
|
|
500
503
|
$kendo-grid-stack-expandable-shadow-height: $kendo-grid-stack-expandable-shadow-height,
|
|
501
504
|
$kendo-grid-stack-header-color: $kendo-grid-stack-header-color,
|
|
505
|
+
$kendo-grid-stack-focus-outline: $kendo-grid-stack-focus-outline,
|
|
502
506
|
$kendo-grid-stack-expandable-shadow: $kendo-grid-stack-expandable-shadow
|
|
503
507
|
);
|