@progress/kendo-theme-bootstrap 6.4.0-dev.1 → 6.4.0-dev.2

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.
Files changed (44) hide show
  1. package/dist/all.css +42 -97
  2. package/dist/all.scss +410 -253
  3. package/dist/meta/sassdoc-data.json +20492 -14102
  4. package/dist/meta/sassdoc-raw-data.json +9259 -6309
  5. package/dist/meta/variables.json +11 -55
  6. package/lib/swatches/bootstrap-3-dark.json +1 -1
  7. package/lib/swatches/bootstrap-3.json +1 -1
  8. package/lib/swatches/bootstrap-4-dark.json +1 -1
  9. package/lib/swatches/bootstrap-4.json +1 -1
  10. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  11. package/lib/swatches/bootstrap-main-dark.json +1 -1
  12. package/lib/swatches/bootstrap-main.json +1 -1
  13. package/lib/swatches/bootstrap-nordic.json +1 -1
  14. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  15. package/lib/swatches/bootstrap-turquoise.json +1 -1
  16. package/lib/swatches/bootstrap-urban.json +1 -1
  17. package/lib/swatches/bootstrap-vintage.json +1 -1
  18. package/package.json +7 -6
  19. package/scss/action-sheet/_variables.scss +0 -2
  20. package/scss/avatar/_variables.scss +6 -6
  21. package/scss/badge/_variables.scss +38 -8
  22. package/scss/bottom-navigation/_variables.scss +0 -1
  23. package/scss/breadcrumb/_variables.scss +0 -2
  24. package/scss/button/_variables.scss +4 -4
  25. package/scss/drawer/_variables.scss +1 -2
  26. package/scss/dropdowntree/_variables.scss +5 -0
  27. package/scss/dropzone/_variables.scss +0 -1
  28. package/scss/fab/_variables.scss +40 -28
  29. package/scss/filemanager/_variables.scss +0 -2
  30. package/scss/floating-label/_variables.scss +31 -0
  31. package/scss/forms/_variables.scss +91 -4
  32. package/scss/grid/_theme.scss +10 -10
  33. package/scss/list/_variables.scss +8 -0
  34. package/scss/map/_variables.scss +0 -1
  35. package/scss/menu-button/_variables.scss +1 -1
  36. package/scss/pager/_variables.scss +57 -33
  37. package/scss/pdf-viewer/_variables.scss +0 -1
  38. package/scss/rating/_variables.scss +0 -2
  39. package/scss/scheduler/_layout.scss +1 -1
  40. package/scss/scrollview/_variables.scss +0 -1
  41. package/scss/splitter/_variables.scss +1 -2
  42. package/scss/toolbar/_variables.scss +35 -17
  43. package/scss/treeview/_variables.scss +56 -32
  44. package/scss/upload/_variables.scss +0 -2
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.1",
6
+ "version": "6.4.0-dev.2",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#222222",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.1",
6
+ "version": "6.4.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.1",
6
+ "version": "6.4.0-dev.2",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.1",
6
+ "version": "6.4.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.1",
6
+ "version": "6.4.0-dev.2",
7
7
  "previewColors": [
8
8
  "#0275d8",
9
9
  "#5bc0de",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.1",
6
+ "version": "6.4.0-dev.2",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.1",
6
+ "version": "6.4.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.1",
6
+ "version": "6.4.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.1",
6
+ "version": "6.4.0-dev.2",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#292b2c",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.1",
6
+ "version": "6.4.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2f2f2",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.1",
6
+ "version": "6.4.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e3eef4",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Vintage",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "6.4.0-dev.1",
6
+ "version": "6.4.0-dev.2",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2efe8",
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": "6.4.0-dev.1",
4
+ "version": "6.4.0-dev.2",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -39,6 +39,7 @@
39
39
  "scripts": {
40
40
  "build": "sass-build",
41
41
  "sass": "sass-build",
42
+ "sass:standalone": "sass-build -c sass-standalone.config.js",
42
43
  "docs": "node ../../scripts/sassdoc.js",
43
44
  "predocs": "npm run resolve-variables",
44
45
  "resolve-variables": "node ../../scripts/resolve-variables.js",
@@ -48,11 +49,11 @@
48
49
  "postpublish": "echo 'no postpublish for bootstrap theme'"
49
50
  },
50
51
  "dependencies": {
51
- "@progress/kendo-font-icons": "1.4.2",
52
- "@progress/kendo-theme-core": "6.4.0-dev.1",
53
- "@progress/kendo-theme-default": "6.4.0-dev.1",
54
- "@progress/kendo-theme-utils": "6.4.0-dev.1",
52
+ "@progress/kendo-font-icons": "1.5.0",
53
+ "@progress/kendo-theme-core": "6.4.0-dev.2",
54
+ "@progress/kendo-theme-default": "6.4.0-dev.2",
55
+ "@progress/kendo-theme-utils": "6.4.0-dev.2",
55
56
  "bootstrap": "5.2.1"
56
57
  },
57
- "gitHead": "a4d65b253b00a333fea62e6217175ff79a8ac3b0"
58
+ "gitHead": "f915877b18051b4fdbf50faad26b14ec73852e46"
58
59
  }
@@ -46,8 +46,6 @@ $kendo-actionsheet-item-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
46
46
  $kendo-actionsheet-item-border-width: 1px !default;
47
47
  $kendo-actionsheet-item-spacing: 12px !default;
48
48
 
49
- $kendo-actionsheet-item-icon-size: null !default;
50
-
51
49
  $kendo-actionsheet-item-title-font-weight: null !default;
52
50
  $kendo-actionsheet-item-title-text-transform: null !default;
53
51
 
@@ -1,20 +1,20 @@
1
1
  // Avatar
2
2
 
3
- /// Border width of the avatar.
3
+ /// The border width of the Avatar.
4
4
  /// @group avatar
5
5
  $kendo-avatar-border-width: 1px !default;
6
6
 
7
- /// Font family of the avatar.
7
+ /// The font family of the Avatar.
8
8
  /// @group avatar
9
9
  $kendo-avatar-font-family: $kendo-font-family !default;
10
- /// Font size of the avatar.
10
+ /// The font size of the Avatar.
11
11
  /// @group avatar
12
12
  $kendo-avatar-font-size: $kendo-font-size-md !default;
13
- /// Line height of the avatar.
13
+ /// The line height of the Avatar.
14
14
  /// @group avatar
15
15
  $kendo-avatar-line-height: $kendo-line-height-md !default;
16
16
 
17
- /// The sizes of the avatar.
17
+ /// The sizes map of the Avatar.
18
18
  /// @group avatar
19
19
  $kendo-avatar-sizes: (
20
20
  sm: k-map-get( $kendo-spacing, 4 ),
@@ -22,6 +22,6 @@ $kendo-avatar-sizes: (
22
22
  lg: k-map-get( $kendo-spacing, 16 )
23
23
  ) !default;
24
24
 
25
- /// Theme colors map of the avatar.
25
+ /// The theme colors map of the Avatar.
26
26
  /// @group avatar
27
27
  $kendo-avatar-theme-colors: $kendo-theme-colors !default;
@@ -1,50 +1,80 @@
1
1
  // Badge
2
2
 
3
- /// Width of the border around the badge.
3
+ /// The width of the border around the Badge.
4
4
  /// @group badge
5
5
  $kendo-badge-border-width: 1px !default;
6
6
 
7
- /// Border radius of the badge.
7
+ /// The border radius of the Badge.
8
8
  /// @group badge
9
9
  $kendo-badge-border-radius: $badge-border-radius !default;
10
10
 
11
11
 
12
- /// Horizontal padding of the badge.
12
+ /// The horizontal padding of the Badge.
13
13
  /// @group badge
14
14
  $kendo-badge-padding-x: $badge-padding-x !default;
15
+ /// The horizontal padding of the small Badge.
16
+ /// @group badge
15
17
  $kendo-badge-sm-padding-x: k-math-div( $badge-padding-x, 2 ) !default;
18
+ /// The horizontal padding of the medium Badge.
19
+ /// @group badge
16
20
  $kendo-badge-md-padding-x: $badge-padding-x !default;
21
+ /// The horizontal padding of the large Badge.
22
+ /// @group badge
17
23
  $kendo-badge-lg-padding-x: ( $badge-padding-x * 1.5 ) !default;
18
24
 
19
- /// Vertical padding of the badge.
25
+ /// The vertical padding of the Badge.
20
26
  /// @group badge
21
27
  $kendo-badge-padding-y: $badge-padding-y !default;
28
+ /// The vertical padding of the small Badge.
29
+ /// @group badge
22
30
  $kendo-badge-sm-padding-y: k-math-div( $badge-padding-y, 2 ) !default;
31
+ /// The vertical padding of the medium Badge.
32
+ /// @group badge
23
33
  $kendo-badge-md-padding-y: $badge-padding-y !default;
34
+ /// The vertical padding of the large Badge.
35
+ /// @group badge
24
36
  $kendo-badge-lg-padding-y: ( $badge-padding-y * 1.5 ) !default;
25
37
 
26
- /// Font sizes of the badge.
38
+ /// The font sizes of the Badge.
27
39
  /// @group badge
28
40
  $kendo-badge-font-size: $badge-font-size !default;
41
+ /// The font size of the small Badge.
42
+ /// @group badge
29
43
  $kendo-badge-sm-font-size: $badge-font-size !default;
44
+ /// The font size of the medium Badge.
45
+ /// @group badge
30
46
  $kendo-badge-md-font-size: $badge-font-size !default;
47
+ /// The font size of the large Badge.
48
+ /// @group badge
31
49
  $kendo-badge-lg-font-size: $badge-font-size !default;
32
50
 
33
- /// Line heights used along with $kendo-font-size.
51
+ /// The line heights used along with the $kendo-font-size variable.
34
52
  /// @group badge
35
53
  $kendo-badge-line-height: 1 !default;
54
+ /// The line height used along with the $kendo-font-size variable of the small Badge.
55
+ /// @group badge
36
56
  $kendo-badge-sm-line-height: $kendo-badge-line-height !default;
57
+ /// The line height used along with the $kendo-font-size variable of the medium Badge.
58
+ /// @group badge
37
59
  $kendo-badge-md-line-height: $kendo-badge-line-height !default;
60
+ /// The line height used along with the $kendo-font-size variable of the large Badge.
61
+ /// @group badge
38
62
  $kendo-badge-lg-line-height: $kendo-badge-line-height !default;
39
63
 
40
- /// Badge min width used for circle badge.
64
+ /// The calculated minimum width of the circular Badge.
41
65
  /// @group badge
42
66
  $kendo-badge-min-width: calc( #{$kendo-badge-line-height * 1em} + #{$kendo-badge-padding-y * 2} + #{$kendo-badge-border-width * 2}) !default;
67
+ /// The calculated minimum width of the small circular Badge.
68
+ /// @group badge
43
69
  $kendo-badge-sm-min-width: calc( #{$kendo-badge-sm-line-height * 1em} + #{$kendo-badge-sm-padding-y * 2} + #{$kendo-badge-border-width * 2} ) !default;
70
+ /// The calculated minimum width of the medium circular Badge.
71
+ /// @group badge
44
72
  $kendo-badge-md-min-width: calc( #{$kendo-badge-md-line-height * 1em} + #{$kendo-badge-md-padding-y * 2} + #{$kendo-badge-border-width * 2} ) !default;
73
+ /// The calculated minimum width of the large circular Badge.
74
+ /// @group badge
45
75
  $kendo-badge-lg-min-width: calc( #{$kendo-badge-lg-line-height * 1em} + #{$kendo-badge-lg-padding-y * 2} + #{$kendo-badge-border-width * 2} ) !default;
46
76
 
47
- /// Sizes map for the badge.
77
+ /// The sizes map for the Badge.
48
78
  /// @group badge
49
79
  $kendo-badge-sizes: (
50
80
  sm: (
@@ -19,7 +19,6 @@ $kendo-bottom-nav-item-gap: 0 k-map-get( $kendo-spacing, 1 ) !default;
19
19
 
20
20
  $kendo-bottom-nav-item-icon-margin-y: k-map-get( $kendo-spacing, 2 ) !default;
21
21
  $kendo-bottom-nav-item-icon-margin-x: $kendo-bottom-nav-item-icon-margin-y !default;
22
- $kendo-bottom-nav-item-icon-size: k-map-get( $kendo-spacing, 6 ) !default;
23
22
  $kendo-bottom-nav-item-disabled-opacity: .5 !default;
24
23
 
25
24
  $kendo-bottom-nav-shadow: 0px 0px 5px rgba( black, .12 ) !default;
@@ -14,8 +14,6 @@ $kendo-breadcrumb-bg: $kendo-component-bg !default;
14
14
  $kendo-breadcrumb-text: $kendo-component-text !default;
15
15
  $kendo-breadcrumb-border: $kendo-component-border !default;
16
16
 
17
- $kendo-breadcrumb-delimiter-icon-font-size: $kendo-icon-size * .75 !default;
18
-
19
17
  $kendo-breadcrumb-link-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
20
18
  $kendo-breadcrumb-link-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
21
19
  $kendo-breadcrumb-link-border-radius: $kendo-border-radius-md !default;
@@ -51,16 +51,16 @@ $kendo-button-md-font-size: $kendo-font-size-md !default;
51
51
  /// @group button
52
52
  $kendo-button-lg-font-size: $kendo-font-size-md !default;
53
53
 
54
- /// The line height used along with $kendo-font-size.
54
+ /// The line height used along with the $kendo-font-size variable.
55
55
  /// @group button
56
56
  $kendo-button-line-height: $btn-line-height !default;
57
- /// The line height used along with the $kendo-font-size of the small Button.
57
+ /// The line height used along with the $kendo-font-size variable of the small Button.
58
58
  /// @group button
59
59
  $kendo-button-sm-line-height: k-math-div( 20, 14 ) !default;
60
- /// The line height used along with the $kendo-font-size of the medium Button.
60
+ /// The line height used along with the $kendo-font-size variable of the medium Button.
61
61
  /// @group button
62
62
  $kendo-button-md-line-height: $kendo-line-height-md !default;
63
- /// The line height used along with the $kendo-font-size of the large Button.
63
+ /// The line height used along with the $kendo-font-size variable of the large Button.
64
64
  ///@group button
65
65
  $kendo-button-lg-line-height: $kendo-line-height-md !default;
66
66
 
@@ -23,11 +23,10 @@ $kendo-drawer-item-line-height: $kendo-line-height-lg !default;
23
23
  $kendo-drawer-item-level-padding-x: $kendo-drawer-item-padding-x !default;
24
24
  $kendo-drawer-item-level-count: 5 !default;
25
25
 
26
- $kendo-drawer-icon-size: $kendo-icon-size !default;
27
26
  $kendo-drawer-icon-padding-x: 0 !default;
28
27
  $kendo-drawer-icon-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
29
28
 
30
- $kendo-drawer-mini-initial-width: calc( 2 * #{$kendo-drawer-item-padding-x} + #{$kendo-drawer-icon-size} ) !default;
29
+ $kendo-drawer-mini-initial-width: calc( 2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size} ) !default;
31
30
 
32
31
  $kendo-drawer-hover-bg: $kendo-hover-bg !default;
33
32
  $kendo-drawer-hover-text: $kendo-hover-text !default;
@@ -1,3 +1,8 @@
1
1
  // Dropdowntree
2
+
3
+ /// The horizontal padding of the DropdownTree popup
4
+ /// @group dropdowntree
2
5
  $kendo-dropdowntree-popup-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
6
+ /// The vertical padding of the DropdownTree popup
7
+ /// @group dropdowntree
3
8
  $kendo-dropdowntree-popup-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
@@ -13,7 +13,6 @@ $kendo-dropzone-bg: if( k-is-light( $kendo-component-bg ), $gray-100, $gray-900
13
13
  $kendo-dropzone-text: $kendo-component-text !default;
14
14
  $kendo-dropzone-border: $kendo-component-border !default;
15
15
 
16
- $kendo-dropzone-icon-size: ( $kendo-icon-size * 3 ) !default;
17
16
  $kendo-dropzone-icon-spacing: k-map-get( $kendo-spacing, 6 ) !default;
18
17
  $kendo-dropzone-icon-text: k-try-tint( $kendo-dropzone-text, 8 ) !default;
19
18
  $kendo-dropzone-icon-hover-text: $kendo-color-primary !default;
@@ -1,89 +1,101 @@
1
1
  // Floating Action Button
2
2
 
3
- /// Width of the border around the FAB.
3
+ /// The width of the border around the FAB.
4
4
  /// @group floating-action-button
5
5
  $kendo-fab-border-width: 1px !default;
6
- /// Border radius of the FAB.
6
+ /// The border radius of the FAB.
7
7
  /// @group floating-action-button
8
8
  $kendo-fab-border-radius: k-math-div( $kendo-border-radius, 2 ) !default;
9
- /// Font family of the FAB.
9
+ /// The font family of the FAB.
10
10
  /// @group floating-action-button
11
11
  $kendo-fab-font-family: $kendo-font-family !default;
12
- /// Font size of the FAB.
12
+ /// The font size of the FAB.
13
13
  /// @group floating-action-button
14
14
  $kendo-fab-font-size: $kendo-font-size-md !default;
15
- /// Line height of the FAB.
15
+ /// The line height of the FAB.
16
16
  /// @group floating-action-button
17
17
  $kendo-fab-line-height: $kendo-line-height-md !default;
18
18
 
19
- /// Horizontal padding of the FAB.
19
+ /// The horizontal padding of the FAB.
20
20
  /// @group floating-action-button
21
21
  $kendo-fab-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
22
+ /// The horizontal padding of the small FAB.
23
+ /// @group floating-action-button
22
24
  $kendo-fab-sm-padding-x: k-math-div( $kendo-fab-padding-x, 2 ) !default;
25
+ /// The horizontal padding of the medium FAB.
26
+ /// @group floating-action-button
23
27
  $kendo-fab-md-padding-x: $kendo-fab-padding-x !default;
28
+ /// The horizontal padding of the large FAB.
29
+ /// @group floating-action-button
24
30
  $kendo-fab-lg-padding-x: ( $kendo-fab-padding-x * 1.5 ) !default;
25
31
 
26
- /// Vertical padding of the FAB.
32
+ /// The vertical padding of the FAB.
27
33
  /// @group floating-action-button
28
34
  $kendo-fab-padding-y: $kendo-fab-padding-x !default;
35
+ /// The vertical padding of the small FAB.
36
+ /// @group floating-action-button
29
37
  $kendo-fab-sm-padding-y: k-math-div( $kendo-fab-padding-y, 2 ) !default;
38
+ /// The vertical padding of the medium FAB.
39
+ /// @group floating-action-button
30
40
  $kendo-fab-md-padding-y: $kendo-fab-padding-y !default;
41
+ /// The vertical padding of the large FAB.
42
+ /// @group floating-action-button
31
43
  $kendo-fab-lg-padding-y: ( $kendo-fab-padding-y * 1.5 ) !default;
32
44
 
33
- /// Horizontal padding of the FAB icon.
45
+ /// The horizontal padding of the FAB icon.
34
46
  /// @group floating-action-button
35
47
  $kendo-fab-icon-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
36
- /// Vertical padding of the FAB icon.
48
+ /// The vertical padding of the FAB icon.
37
49
  /// @group floating-action-button
38
50
  $kendo-fab-icon-padding-y: $kendo-fab-icon-padding-x !default;
39
- /// FAB icon spacing.
51
+ /// The spacing of the FAB icon.
40
52
  /// @group floating-action-button
41
53
  $kendo-fab-icon-spacing: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
42
54
 
43
- /// FAB items horizontal padding.
55
+ /// The horizontal padding of the FAB items.
44
56
  /// @group floating-action-button
45
57
  $kendo-fab-items-padding-x: 0px !default;
46
- /// FAB items vertical padding.
58
+ /// The vertical padding of the FAB items.
47
59
  /// @group floating-action-button
48
60
  $kendo-fab-items-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
49
61
 
50
- /// FAB item text horizontal padding.
62
+ /// The horizontal padding of the FAB item text.
51
63
  /// @group floating-action-button
52
64
  $kendo-fab-item-text-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
53
- /// FAB item text vertical padding.
65
+ /// The vertical padding of the FAB item text.
54
66
  /// @group floating-action-button
55
67
  $kendo-fab-item-text-padding-y: $kendo-fab-item-text-padding-x !default;
56
- /// Width of the FAB item text border.
68
+ /// The width of the FAB item text border.
57
69
  /// @group floating-action-button
58
70
  $kendo-fab-item-text-border-width: 1px !default;
59
- /// Border radius of the FAB item text.
71
+ /// The border radius of the FAB item text.
60
72
  /// @group floating-action-button
61
73
  $kendo-fab-item-text-border-radius: 4px !default;
62
- /// Font size of the FAB item text.
74
+ /// The font size of the FAB item text.
63
75
  /// @group floating-action-button
64
76
  $kendo-fab-item-text-font-size: $kendo-font-size-xs !default;
65
- /// Line height of the FAB item text.
77
+ /// The line height of the FAB item text.
66
78
  /// @group floating-action-button
67
79
  $kendo-fab-item-text-line-height: 14px !default;
68
80
 
69
- /// FAB item icon horizontal padding.
81
+ /// The horizontal padding of the FAB item icon.
70
82
  /// @group floating-action-button
71
83
  $kendo-fab-item-icon-padding-x: k-map-get( $kendo-spacing, 2 ) + $kendo-fab-icon-padding-x !default;
72
- /// FAB item icon vertical padding.
84
+ /// The vertical padding of the FAB item icon.
73
85
  /// @group floating-action-button
74
86
  $kendo-fab-item-icon-padding-y: $kendo-fab-item-icon-padding-x !default;
75
- /// Width of the FAB item icon border.
87
+ /// The width of the FAB item icon border.
76
88
  /// @group floating-action-button
77
89
  $kendo-fab-item-icon-border-width: 0 !default;
78
- /// Border radius of the FAB item icon.
90
+ /// The border radius of the FAB item icon.
79
91
  /// @group floating-action-button
80
92
  $kendo-fab-item-icon-border-radius: 50% !default;
81
93
 
82
- /// Theme colors map for the FAB.
94
+ /// The theme colors map for the FAB.
83
95
  /// @group floating-action-button
84
96
  $kendo-fab-theme-colors: $kendo-theme-colors !default;
85
97
 
86
- /// Size map for the FAB.
98
+ /// The size map for the FAB.
87
99
  /// @group floating-action-button
88
100
  $kendo-fab-sizes: (
89
101
  sm: (
@@ -103,10 +115,10 @@ $kendo-fab-sizes: (
103
115
  /// The base shadow of the FAB.
104
116
  /// @group floating-action-button
105
117
  $kendo-fab-shadow: 0px 6px 10px rgba( black, .14 ), 0px 1px 18px rgba( black, .12 ), 0px 3px 5px rgba( black, .2 ) !default;
106
- /// The disabled shadow of the FAB.
118
+ /// The shadow of the disabled FAB.
107
119
  /// @group floating-action-button
108
120
  $kendo-fab-disabled-shadow: 0px 6px 10px k-try-tint( rgba( black, .14 ), .5 ), 0px 1px 18px k-try-tint( rgba( black, .12 ), .5 ), 0px 3px 5px k-try-tint( rgba( black, .2 ), .5 ) !default;
109
- /// The active shadow of the FAB.
121
+ /// The shadow of the active FAB.
110
122
  /// @group floating-action-button
111
123
  $kendo-fab-active-shadow: null !default;
112
124
  /// The outline style of the FAB.
@@ -139,10 +151,10 @@ $kendo-fab-item-icon-border: $kendo-button-border !default;
139
151
  /// The base shadow of the FAB item.
140
152
  /// @group floating-action-button
141
153
  $kendo-fab-item-shadow: $kendo-fab-shadow !default;
142
- /// The disabled shadow of the FAB item.
154
+ /// The shadow of the disabled FAB item.
143
155
  /// @group floating-action-button
144
156
  $kendo-fab-item-disabled-shadow: $kendo-fab-disabled-shadow !default;
145
- /// The active shadow of the FAB item.
157
+ /// The shadow of the active FAB item.
146
158
  /// @group floating-action-button
147
159
  $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
148
160
  /// The outline style of the FAB item.
@@ -41,7 +41,6 @@ $kendo-file-manager-listview-item-bg: null !default;
41
41
  $kendo-file-manager-listview-item-text: null !default;
42
42
  $kendo-file-manager-listview-item-border: null !default;
43
43
 
44
- $kendo-file-manager-listview-item-icon-size: ($kendo-icon-size * 3) !default;
45
44
  $kendo-file-manager-listview-item-icon-bg: null !default;
46
45
  $kendo-file-manager-listview-item-icon-text: k-try-tint( $kendo-file-manager-text, 4 ) !default;
47
46
  $kendo-file-manager-listview-item-icon-border: null !default;
@@ -63,7 +62,6 @@ $kendo-file-manager-preview-bg: null !default;
63
62
  $kendo-file-manager-preview-text: null !default;
64
63
  $kendo-file-manager-preview-border: null !default;
65
64
 
66
- $kendo-file-manager-preview-icon-size: ($kendo-icon-size * 6) !default;
67
65
  $kendo-file-manager-preview-icon-bg: null !default;
68
66
  $kendo-file-manager-preview-icon-text: k-try-tint( $kendo-file-manager-text, 4 ) !default;
69
67
  $kendo-file-manager-preview-icon-border: null !default;
@@ -1,20 +1,51 @@
1
1
  // Floating label
2
+
3
+ /// The transformation scale of the Floating Label.
4
+ /// @group floating-label
2
5
  $kendo-floating-label-scale: 1 !default;
6
+ ///The font size of the Floating Label.
7
+ /// @group floating-label
3
8
  $kendo-floating-label-font-size: $kendo-input-font-size !default;
9
+ /// The maximum width of the Floating Label.
10
+ /// @group floating-label
4
11
  $kendo-floating-label-max-width: 90% !default;
12
+ /// The line height of the Floating Label.
13
+ /// @group floating-label
5
14
  $kendo-floating-label-line-height: $kendo-input-line-height !default;
15
+ /// The height of the Floating Label.
16
+ /// @group floating-label
6
17
  $kendo-floating-label-height: calc( #{$kendo-floating-label-line-height} * #{$kendo-floating-label-font-size} ) !default;
18
+ /// The horizontal offset of the Floating Label.
19
+ /// @group floating-label
7
20
  $kendo-floating-label-offset-x: calc( #{$kendo-input-padding-x} + #{$kendo-input-border-width} ) !default;
21
+ /// The vertical offset of the Floating Label.
22
+ /// @group floating-label
8
23
  $kendo-floating-label-offset-y: calc( #{$kendo-floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-padding-y} ) !default;
9
24
 
25
+ /// The transformation scale of the focused Floating Label.
26
+ /// @group floating-label
10
27
  $kendo-floating-label-focus-scale: 1 !default;
28
+ /// The horizontal offset of the focused Floating Label.
29
+ /// @group floating-label
11
30
  $kendo-floating-label-focus-offset-x: 0 !default;
31
+ /// The vertical offset of the focused Floating Label.
32
+ /// @group floating-label
12
33
  $kendo-floating-label-focus-offset-y: 0 !default;
13
34
 
35
+ /// The transition of the Floating Label.
36
+ /// @group floating-label
14
37
  $kendo-floating-label-transition: .2s ease-out !default;
15
38
 
39
+ /// The background color of the Floating Label.
40
+ /// @group floating-label
16
41
  $kendo-floating-label-bg: null !default;
42
+ /// The text color of the Floating Label.
43
+ /// @group floating-label
17
44
  $kendo-floating-label-text: null !default;
18
45
 
46
+ /// The background color of the focused Floating Label.
47
+ /// @group floating-label
19
48
  $kendo-floating-label-focus-bg: null !default;
49
+ /// The text color of the focused Floating Label.
50
+ /// @group floating-label
20
51
  $kendo-floating-label-focus-text: null !default;