@progress/kendo-theme-material 9.0.0 → 9.0.1-dev.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/all.scss +11 -7
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main.css +1 -1
- package/dist/material-nova.css +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-smoke.css +1 -1
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
package/dist/all.scss
CHANGED
|
@@ -13583,8 +13583,8 @@ $kendo-utils: (
|
|
|
13583
13583
|
/// @group height
|
|
13584
13584
|
/// @contextType css
|
|
13585
13585
|
|
|
13586
|
-
/// This is equivalent to `
|
|
13587
|
-
/// @example
|
|
13586
|
+
/// This is equivalent to `height: 100%;`.
|
|
13587
|
+
/// @example height: 100%;
|
|
13588
13588
|
/// @name .k-h-full
|
|
13589
13589
|
/// @group height
|
|
13590
13590
|
/// @contextType css
|
|
@@ -13753,8 +13753,8 @@ $kendo-utils: (
|
|
|
13753
13753
|
/// @group width
|
|
13754
13754
|
/// @contextType css
|
|
13755
13755
|
|
|
13756
|
-
/// This is equivalent to `
|
|
13757
|
-
/// @example
|
|
13756
|
+
/// This is equivalent to `width: 100%;`.
|
|
13757
|
+
/// @example width: 100%;
|
|
13758
13758
|
/// @name .k-w-full
|
|
13759
13759
|
/// @group width
|
|
13760
13760
|
/// @contextType css
|
|
@@ -41310,10 +41310,8 @@ $_kendo-module-meta: (
|
|
|
41310
41310
|
overflow: hidden;
|
|
41311
41311
|
cursor: default;
|
|
41312
41312
|
flex: 1;
|
|
41313
|
-
display: flex;
|
|
41314
|
-
flex-flow: row nowrap;
|
|
41315
41313
|
|
|
41316
|
-
|
|
41314
|
+
&:empty::before {
|
|
41317
41315
|
content: "\200b";
|
|
41318
41316
|
}
|
|
41319
41317
|
}
|
|
@@ -58631,6 +58629,12 @@ $kendo-editor-selectednode-outline-color: #88ccff !default;
|
|
|
58631
58629
|
visibility: hidden;
|
|
58632
58630
|
}
|
|
58633
58631
|
|
|
58632
|
+
// Resizable tables
|
|
58633
|
+
.k-editor-resize-wrap-element {
|
|
58634
|
+
display: inline-block;
|
|
58635
|
+
position: relative;
|
|
58636
|
+
}
|
|
58637
|
+
|
|
58634
58638
|
.k-editor-resize-handle {
|
|
58635
58639
|
width: $kendo-editor-resize-handle-size;
|
|
58636
58640
|
height: $kendo-editor-resize-handle-size;
|