@progress/kendo-theme-utils 8.0.0-dev.7 → 8.0.0-dev.9
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.scss +21 -0
- package/dist/meta/sassdoc-data.json +4459 -869
- package/dist/meta/sassdoc-raw-data.json +2097 -0
- package/package.json +3 -3
package/dist/all.scss
CHANGED
|
@@ -9790,6 +9790,7 @@ $kendo-line-height: k-math-div( 20, 14 ) !default;
|
|
|
9790
9790
|
/// @group typography
|
|
9791
9791
|
$kendo-line-height-xs: 1 !default;
|
|
9792
9792
|
/// The small line height across all components.
|
|
9793
|
+
/// @group typography
|
|
9793
9794
|
$kendo-line-height-sm: 1.25 !default;
|
|
9794
9795
|
/// The medium line height across all components.
|
|
9795
9796
|
/// @group typography
|
|
@@ -9992,14 +9993,32 @@ $kendo-font-families: k-map-merge( $_default-font-families, $kendo-font-families
|
|
|
9992
9993
|
// File already imported_once. Skipping output.
|
|
9993
9994
|
// #endregion
|
|
9994
9995
|
// #region @import "./border-radii/index.import.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-core/scss/border-radii/index.import.scss
|
|
9996
|
+
/// The none border radius used across the Components.
|
|
9997
|
+
/// @group radii
|
|
9995
9998
|
$kendo-border-radius-none: k-map-get($kendo-spacing, 0) !default;
|
|
9999
|
+
/// The extra small border radius used across the Components.
|
|
10000
|
+
/// @group radii
|
|
9996
10001
|
$kendo-border-radius-xs: k-map-get($kendo-spacing, 1px) !default;
|
|
10002
|
+
/// The small border radius used across the Components.
|
|
10003
|
+
/// @group radii
|
|
9997
10004
|
$kendo-border-radius-sm: k-map-get($kendo-spacing, 0.5) !default;
|
|
10005
|
+
/// The medium border radius used across the Components.
|
|
10006
|
+
/// @group radii
|
|
9998
10007
|
$kendo-border-radius-md: k-map-get($kendo-spacing, 1) !default;
|
|
10008
|
+
/// The large border radius used across the Components.
|
|
10009
|
+
/// @group radii
|
|
9999
10010
|
$kendo-border-radius-lg: k-map-get($kendo-spacing, 1.5) !default;
|
|
10011
|
+
/// The extra large border radius used across the Components.
|
|
10012
|
+
/// @group radii
|
|
10000
10013
|
$kendo-border-radius-xl: k-map-get($kendo-spacing, 2) !default;
|
|
10014
|
+
/// The third largest border radius used across the Components.
|
|
10015
|
+
/// @group radii
|
|
10001
10016
|
$kendo-border-radius-xxl: k-map-get($kendo-spacing, 3) !default;
|
|
10017
|
+
/// The second largest border radius used across the Components.
|
|
10018
|
+
/// @group radii
|
|
10002
10019
|
$kendo-border-radius-xxxl: k-map-get($kendo-spacing, 4) !default;
|
|
10020
|
+
/// The largest border radius used across the Components.
|
|
10021
|
+
/// @group radii
|
|
10003
10022
|
$kendo-border-radius-full: 9999px !default;
|
|
10004
10023
|
|
|
10005
10024
|
|
|
@@ -10018,6 +10037,8 @@ $_default-border-radii: (
|
|
|
10018
10037
|
|
|
10019
10038
|
$kendo-border-radii: $_default-border-radii !default;
|
|
10020
10039
|
|
|
10040
|
+
/// The global radii Map.
|
|
10041
|
+
/// @group radii
|
|
10021
10042
|
$kendo-border-radii: k-map-merge($_default-border-radii, $kendo-border-radii);
|
|
10022
10043
|
|
|
10023
10044
|
|