@progress/kendo-theme-core 8.0.0-dev.1 → 8.0.0-dev.10

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-core",
3
3
  "description": "A collection of functions and mixins used for building themes for Kendo UI",
4
- "version": "8.0.0-dev.1",
4
+ "version": "8.0.0-dev.10",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -44,5 +44,5 @@
44
44
  "directories": {
45
45
  "doc": "docs"
46
46
  },
47
- "gitHead": "798500c0cb615e834197322b581e870888968fd1"
47
+ "gitHead": "586e93eb20d6ddbc481401a9eda9ed878ef4c3a1"
48
48
  }
@@ -1,11 +1,29 @@
1
+ /// The none border radius used across the Components.
2
+ /// @group radii
1
3
  $kendo-border-radius-none: k-map-get($kendo-spacing, 0) !default;
4
+ /// The extra small border radius used across the Components.
5
+ /// @group radii
2
6
  $kendo-border-radius-xs: k-map-get($kendo-spacing, 1px) !default;
7
+ /// The small border radius used across the Components.
8
+ /// @group radii
3
9
  $kendo-border-radius-sm: k-map-get($kendo-spacing, 0.5) !default;
10
+ /// The medium border radius used across the Components.
11
+ /// @group radii
4
12
  $kendo-border-radius-md: k-map-get($kendo-spacing, 1) !default;
13
+ /// The large border radius used across the Components.
14
+ /// @group radii
5
15
  $kendo-border-radius-lg: k-map-get($kendo-spacing, 1.5) !default;
16
+ /// The extra large border radius used across the Components.
17
+ /// @group radii
6
18
  $kendo-border-radius-xl: k-map-get($kendo-spacing, 2) !default;
19
+ /// The third largest border radius used across the Components.
20
+ /// @group radii
7
21
  $kendo-border-radius-xxl: k-map-get($kendo-spacing, 3) !default;
22
+ /// The second largest border radius used across the Components.
23
+ /// @group radii
8
24
  $kendo-border-radius-xxxl: k-map-get($kendo-spacing, 4) !default;
25
+ /// The largest border radius used across the Components.
26
+ /// @group radii
9
27
  $kendo-border-radius-full: 9999px !default;
10
28
 
11
29
 
@@ -24,6 +42,8 @@ $_default-border-radii: (
24
42
 
25
43
  $kendo-border-radii: $_default-border-radii !default;
26
44
 
45
+ /// The global radii Map.
46
+ /// @group radii
27
47
  $kendo-border-radii: k-map-merge($_default-border-radii, $kendo-border-radii);
28
48
 
29
49
 
@@ -29,6 +29,7 @@ $kendo-line-height: k-math-div( 20, 14 ) !default;
29
29
  /// @group typography
30
30
  $kendo-line-height-xs: 1 !default;
31
31
  /// The small line height across all components.
32
+ /// @group typography
32
33
  $kendo-line-height-sm: 1.25 !default;
33
34
  /// The medium line height across all components.
34
35
  /// @group typography