@progress/kendo-theme-bootstrap 10.3.0-dev.1 → 10.3.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.
- 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 +54 -0
- package/dist/meta/sassdoc-raw-data.json +25 -0
- 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/table/_variables.scss +6 -1
|
@@ -65257,6 +65257,33 @@
|
|
|
65257
65257
|
"resolvedValue": "null",
|
|
65258
65258
|
"resolvedType": "Null"
|
|
65259
65259
|
},
|
|
65260
|
+
{
|
|
65261
|
+
"description": "The box shadow of the row spanned cells.\n",
|
|
65262
|
+
"commentRange": {
|
|
65263
|
+
"start": 158,
|
|
65264
|
+
"end": 159
|
|
65265
|
+
},
|
|
65266
|
+
"context": {
|
|
65267
|
+
"type": "variable",
|
|
65268
|
+
"name": "kendo-table-cell-row-span-shadow",
|
|
65269
|
+
"value": "inset 0 0 0 1px $kendo-table-border",
|
|
65270
|
+
"scope": "default",
|
|
65271
|
+
"line": {
|
|
65272
|
+
"start": 160,
|
|
65273
|
+
"end": 160
|
|
65274
|
+
}
|
|
65275
|
+
},
|
|
65276
|
+
"group": [
|
|
65277
|
+
"table"
|
|
65278
|
+
],
|
|
65279
|
+
"access": "public",
|
|
65280
|
+
"file": {
|
|
65281
|
+
"path": "bootstrap/scss/table/_variables.scss",
|
|
65282
|
+
"name": "_variables.scss"
|
|
65283
|
+
},
|
|
65284
|
+
"resolvedValue": "(inset 0 0 0 1px var(--kendo-color-border, rgba(33, 37, 41, 0.13)))",
|
|
65285
|
+
"resolvedType": "List"
|
|
65286
|
+
},
|
|
65260
65287
|
{
|
|
65261
65288
|
"description": "The horizontal padding of the TabStrip wrapper.\n",
|
|
65262
65289
|
"commentRange": {
|
|
@@ -146589,6 +146616,33 @@
|
|
|
146589
146616
|
},
|
|
146590
146617
|
"resolvedValue": "null",
|
|
146591
146618
|
"resolvedType": "Null"
|
|
146619
|
+
},
|
|
146620
|
+
{
|
|
146621
|
+
"description": "The box shadow of the row spanned cells.\n",
|
|
146622
|
+
"commentRange": {
|
|
146623
|
+
"start": 158,
|
|
146624
|
+
"end": 159
|
|
146625
|
+
},
|
|
146626
|
+
"context": {
|
|
146627
|
+
"type": "variable",
|
|
146628
|
+
"name": "kendo-table-cell-row-span-shadow",
|
|
146629
|
+
"value": "inset 0 0 0 1px $kendo-table-border",
|
|
146630
|
+
"scope": "default",
|
|
146631
|
+
"line": {
|
|
146632
|
+
"start": 160,
|
|
146633
|
+
"end": 160
|
|
146634
|
+
}
|
|
146635
|
+
},
|
|
146636
|
+
"group": [
|
|
146637
|
+
"table"
|
|
146638
|
+
],
|
|
146639
|
+
"access": "public",
|
|
146640
|
+
"file": {
|
|
146641
|
+
"path": "bootstrap/scss/table/_variables.scss",
|
|
146642
|
+
"name": "_variables.scss"
|
|
146643
|
+
},
|
|
146644
|
+
"resolvedValue": "(inset 0 0 0 1px var(--kendo-color-border, rgba(33, 37, 41, 0.13)))",
|
|
146645
|
+
"resolvedType": "List"
|
|
146592
146646
|
}
|
|
146593
146647
|
]
|
|
146594
146648
|
},
|
|
@@ -59786,6 +59786,31 @@
|
|
|
59786
59786
|
"name": "_variables.scss"
|
|
59787
59787
|
}
|
|
59788
59788
|
},
|
|
59789
|
+
{
|
|
59790
|
+
"description": "The box shadow of the row spanned cells.\n",
|
|
59791
|
+
"commentRange": {
|
|
59792
|
+
"start": 158,
|
|
59793
|
+
"end": 159
|
|
59794
|
+
},
|
|
59795
|
+
"context": {
|
|
59796
|
+
"type": "variable",
|
|
59797
|
+
"name": "kendo-table-cell-row-span-shadow",
|
|
59798
|
+
"value": "inset 0 0 0 1px $kendo-table-border",
|
|
59799
|
+
"scope": "default",
|
|
59800
|
+
"line": {
|
|
59801
|
+
"start": 160,
|
|
59802
|
+
"end": 160
|
|
59803
|
+
}
|
|
59804
|
+
},
|
|
59805
|
+
"group": [
|
|
59806
|
+
"table"
|
|
59807
|
+
],
|
|
59808
|
+
"access": "public",
|
|
59809
|
+
"file": {
|
|
59810
|
+
"path": "table/_variables.scss",
|
|
59811
|
+
"name": "_variables.scss"
|
|
59812
|
+
}
|
|
59813
|
+
},
|
|
59789
59814
|
{
|
|
59790
59815
|
"description": "The horizontal padding of the TabStrip wrapper.\n",
|
|
59791
59816
|
"commentRange": {
|
package/dist/meta/variables.json
CHANGED
|
@@ -2445,6 +2445,10 @@
|
|
|
2445
2445
|
"type": "Null",
|
|
2446
2446
|
"value": "null"
|
|
2447
2447
|
},
|
|
2448
|
+
"kendo-table-cell-row-span-shadow": {
|
|
2449
|
+
"type": "List",
|
|
2450
|
+
"value": "(inset 0 0 0 1px var(--kendo-color-border, rgba(33, 37, 41, 0.13)))"
|
|
2451
|
+
},
|
|
2448
2452
|
"kendo-no-data-min-height": {
|
|
2449
2453
|
"type": "Number",
|
|
2450
2454
|
"value": "140px"
|
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": "10.3.0
|
|
4
|
+
"version": "10.3.0",
|
|
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.0.0",
|
|
56
|
-
"@progress/kendo-theme-core": "10.3.0
|
|
57
|
-
"@progress/kendo-theme-utils": "10.3.0
|
|
56
|
+
"@progress/kendo-theme-core": "10.3.0",
|
|
57
|
+
"@progress/kendo-theme-utils": "10.3.0"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "0f9a32d49cbc902629086cb62b696f55b8209e1e"
|
|
64
64
|
}
|
|
@@ -155,6 +155,10 @@ $kendo-table-selected-text: $kendo-table-text !default;
|
|
|
155
155
|
/// @group table
|
|
156
156
|
$kendo-table-selected-border: null !default;
|
|
157
157
|
|
|
158
|
+
/// The box shadow of the row spanned cells.
|
|
159
|
+
/// @group table
|
|
160
|
+
$kendo-table-cell-row-span-shadow: inset 0 0 0 1px $kendo-table-border !default;
|
|
161
|
+
|
|
158
162
|
|
|
159
163
|
@forward "@progress/kendo-theme-core/scss/components/table/_variables.scss" with (
|
|
160
164
|
$kendo-table-border-width: $kendo-table-border-width,
|
|
@@ -196,5 +200,6 @@ $kendo-table-selected-border: null !default;
|
|
|
196
200
|
$kendo-table-focus-shadow: $kendo-table-focus-shadow,
|
|
197
201
|
$kendo-table-selected-bg: $kendo-table-selected-bg,
|
|
198
202
|
$kendo-table-selected-text: $kendo-table-selected-text,
|
|
199
|
-
$kendo-table-selected-border: $kendo-table-selected-border
|
|
203
|
+
$kendo-table-selected-border: $kendo-table-selected-border,
|
|
204
|
+
$kendo-table-cell-row-span-shadow: $kendo-table-cell-row-span-shadow
|
|
200
205
|
);
|