@syncfusion/ej2-layouts 19.4.52 → 20.1.47

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 (101) hide show
  1. package/CHANGELOG.md +0 -16
  2. package/dist/ej2-layouts.umd.min.js +2 -2
  3. package/dist/ej2-layouts.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-layouts.es2015.js +1 -1
  5. package/dist/es6/ej2-layouts.es2015.js.map +1 -1
  6. package/dist/es6/ej2-layouts.es5.js +1 -1
  7. package/dist/es6/ej2-layouts.es5.js.map +1 -1
  8. package/dist/global/ej2-layouts.min.js +2 -2
  9. package/dist/global/ej2-layouts.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +6 -6
  12. package/src/splitter/splitter.js +1 -1
  13. package/styles/avatar/_bootstrap5-definition.scss +1 -0
  14. package/styles/avatar/_fluent-dark-definition.scss +1 -0
  15. package/styles/avatar/_layout.scss +6 -0
  16. package/styles/avatar/bootstrap5-dark.css +2 -0
  17. package/styles/avatar/bootstrap5.css +2 -0
  18. package/styles/avatar/fluent-dark.css +61 -0
  19. package/styles/avatar/fluent-dark.scss +3 -0
  20. package/styles/avatar/fluent.css +61 -0
  21. package/styles/avatar/fluent.scss +3 -0
  22. package/styles/bootstrap-dark.css +4 -4
  23. package/styles/bootstrap.css +4 -4
  24. package/styles/bootstrap4.css +4 -4
  25. package/styles/bootstrap5-dark.css +14 -10
  26. package/styles/bootstrap5.css +14 -10
  27. package/styles/card/_bootstrap5-definition.scss +5 -4
  28. package/styles/card/_fluent-dark-definition.scss +1 -0
  29. package/styles/card/_layout.scss +8 -0
  30. package/styles/card/_tailwind-definition.scss +8 -8
  31. package/styles/card/bootstrap5-dark.css +5 -3
  32. package/styles/card/bootstrap5.css +5 -3
  33. package/styles/card/fluent-dark.css +602 -0
  34. package/styles/card/fluent-dark.scss +3 -0
  35. package/styles/card/fluent.css +602 -0
  36. package/styles/card/fluent.scss +3 -0
  37. package/styles/card/tailwind-dark.css +8 -8
  38. package/styles/card/tailwind.css +8 -8
  39. package/styles/dashboard-layout/_bootstrap5-definition.scss +1 -1
  40. package/styles/dashboard-layout/_fluent-dark-definition.scss +1 -0
  41. package/styles/dashboard-layout/_fluent-definition.scss +1 -1
  42. package/styles/dashboard-layout/_layout.scss +19 -2
  43. package/styles/dashboard-layout/_tailwind-definition.scss +3 -1
  44. package/styles/dashboard-layout/bootstrap5-dark.css +1 -1
  45. package/styles/dashboard-layout/bootstrap5.css +1 -1
  46. package/styles/dashboard-layout/fluent-dark.css +388 -0
  47. package/styles/dashboard-layout/fluent-dark.scss +4 -0
  48. package/styles/dashboard-layout/fluent.css +388 -0
  49. package/styles/dashboard-layout/fluent.scss +4 -0
  50. package/styles/dashboard-layout/icons/_fluent-dark.scss +1 -0
  51. package/styles/dashboard-layout/icons/_fluent.scss +2 -2
  52. package/styles/dashboard-layout/icons/_tailwind-dark.scss +8 -8
  53. package/styles/dashboard-layout/icons/_tailwind.scss +8 -8
  54. package/styles/dashboard-layout/tailwind-dark.css +18 -15
  55. package/styles/dashboard-layout/tailwind.css +16 -13
  56. package/styles/fabric-dark.css +4 -4
  57. package/styles/fabric.css +4 -4
  58. package/styles/fluent-dark.css +1628 -0
  59. package/styles/fluent-dark.scss +4 -0
  60. package/styles/fluent.css +1628 -0
  61. package/styles/fluent.scss +4 -0
  62. package/styles/highcontrast-light.css +4 -4
  63. package/styles/highcontrast.css +4 -4
  64. package/styles/material-dark.css +4 -4
  65. package/styles/material.css +4 -4
  66. package/styles/splitter/_bootstrap-dark-definition.scss +1 -0
  67. package/styles/splitter/_bootstrap-definition.scss +1 -0
  68. package/styles/splitter/_bootstrap4-definition.scss +1 -0
  69. package/styles/splitter/_bootstrap5-definition.scss +5 -4
  70. package/styles/splitter/_fabric-dark-definition.scss +1 -0
  71. package/styles/splitter/_fabric-definition.scss +1 -0
  72. package/styles/splitter/_fluent-dark-definition.scss +1 -0
  73. package/styles/splitter/_fluent-definition.scss +2 -1
  74. package/styles/splitter/_highcontrast-definition.scss +1 -0
  75. package/styles/splitter/_highcontrast-light-definition.scss +1 -0
  76. package/styles/splitter/_layout.scss +4 -4
  77. package/styles/splitter/_material-dark-definition.scss +1 -0
  78. package/styles/splitter/_material-definition.scss +1 -0
  79. package/styles/splitter/_tailwind-definition.scss +2 -1
  80. package/styles/splitter/bootstrap-dark.css +4 -4
  81. package/styles/splitter/bootstrap.css +4 -4
  82. package/styles/splitter/bootstrap4.css +4 -4
  83. package/styles/splitter/bootstrap5-dark.css +6 -6
  84. package/styles/splitter/bootstrap5.css +6 -6
  85. package/styles/splitter/fabric-dark.css +4 -4
  86. package/styles/splitter/fabric.css +4 -4
  87. package/styles/splitter/fluent-dark.css +574 -0
  88. package/styles/splitter/fluent-dark.scss +4 -0
  89. package/styles/splitter/fluent.css +574 -0
  90. package/styles/splitter/fluent.scss +4 -0
  91. package/styles/splitter/highcontrast-light.css +4 -4
  92. package/styles/splitter/highcontrast.css +4 -4
  93. package/styles/splitter/icons/_fluent-dark.scss +1 -0
  94. package/styles/splitter/icons/_fluent.scss +3 -3
  95. package/styles/splitter/icons/_tailwind.scss +2 -14
  96. package/styles/splitter/material-dark.css +4 -4
  97. package/styles/splitter/material.css +4 -4
  98. package/styles/splitter/tailwind-dark.css +8 -16
  99. package/styles/splitter/tailwind.css +8 -16
  100. package/styles/tailwind-dark.css +34 -39
  101. package/styles/tailwind.css +32 -37
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 19.4.52
3
+ * version : 20.1.47
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-layouts@*",
3
- "_id": "@syncfusion/ej2-layouts@19.4.48",
3
+ "_id": "@syncfusion/ej2-layouts@19.6.9",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-wzxIalP5bcx4wLMyQVZGqC8x3Xas0l2+bSTbQu8shS+M11d9Vem9D/CefoEGTUNfJEkBqvVftMptYmCNxHarvA==",
5
+ "_integrity": "sha512-vFQ/1dU1Mufhh5X4nxZfPm6B1MDsUQx73+48FEY1Gt1AeMh6GM8RjlvdjsJo02CdpIbOewKAaVE7xpJvihWssA==",
6
6
  "_location": "/@syncfusion/ej2-layouts",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -27,8 +27,8 @@
27
27
  "/@syncfusion/ej2-react-layouts",
28
28
  "/@syncfusion/ej2-vue-layouts"
29
29
  ],
30
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-19.4.48.tgz",
31
- "_shasum": "af95de585a1a293b4709c99026a27748ab32fbed",
30
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-19.6.9.tgz",
31
+ "_shasum": "10ac1634e328f00c2525e459f31ae4d74e7075a4",
32
32
  "_spec": "@syncfusion/ej2-layouts@*",
33
33
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
34
34
  "author": {
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "bundleDependencies": false,
38
38
  "dependencies": {
39
- "@syncfusion/ej2-base": "~19.4.52"
39
+ "@syncfusion/ej2-base": "~20.1.47"
40
40
  },
41
41
  "deprecated": false,
42
42
  "description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person.",
@@ -76,6 +76,6 @@
76
76
  "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/layouts"
77
77
  },
78
78
  "typings": "index.d.ts",
79
- "version": "19.4.52",
79
+ "version": "20.1.47",
80
80
  "sideEffects": false
81
81
  }
@@ -1871,7 +1871,7 @@ var Splitter = /** @class */ (function (_super) {
1871
1871
  }
1872
1872
  };
1873
1873
  Splitter.prototype.validateDraggedPosition = function (draggedPos, prevPaneHeightWidth, nextPaneHeightWidth) {
1874
- var separatorTopLeft = (this.orientation === 'Horizontal') ? this.currentSeparator.offsetLeft + window.scrollX :
1874
+ var separatorTopLeft = (this.orientation === 'Horizontal') ? this.currentSeparator.offsetLeft :
1875
1875
  this.currentSeparator.offsetTop;
1876
1876
  var prePaneRange = separatorTopLeft - prevPaneHeightWidth;
1877
1877
  var nextPaneRange = nextPaneHeightWidth + separatorTopLeft;
@@ -17,6 +17,7 @@ $avatar-xsmall-font-size: $text-xxs !default;
17
17
  $avatar-small-font-size: $text-xs !default;
18
18
  $avatar-large-font-size: $text-lg !default;
19
19
  $avatar-xlarge-font-size: $text-xl !default;
20
+ $avatar-large-border-radius: 4px !default;
20
21
 
21
22
  // Avatar Line Height
22
23
  $avatar-base-xsmall-line-height: 16px !default;
@@ -0,0 +1 @@
1
+ @import './fluent-definition.scss';
@@ -50,6 +50,9 @@
50
50
 
51
51
  &.e-avatar-large {
52
52
  font-size: $avatar-large-font-size;
53
+ @if ($skin-name == 'bootstrap5') {
54
+ border-radius: $avatar-large-border-radius;
55
+ }
53
56
  @if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
54
57
  height: 48px;
55
58
  line-height: $avatar-base-large-line-height;
@@ -59,6 +62,9 @@
59
62
 
60
63
  &.e-avatar-xlarge {
61
64
  font-size: $avatar-xlarge-font-size;
65
+ @if ($skin-name == 'bootstrap5') {
66
+ border-radius: $avatar-large-border-radius;
67
+ }
62
68
  @if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark'or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
63
69
  height: 56px;
64
70
  line-height: $avatar-base-xlarge-line-height;
@@ -48,6 +48,7 @@
48
48
 
49
49
  .e-avatar.e-avatar-large {
50
50
  font-size: 18px;
51
+ border-radius: 4px;
51
52
  height: 48px;
52
53
  line-height: 28px;
53
54
  width: 48px;
@@ -55,6 +56,7 @@
55
56
 
56
57
  .e-avatar.e-avatar-xlarge {
57
58
  font-size: 20px;
59
+ border-radius: 4px;
58
60
  height: 56px;
59
61
  line-height: 28px;
60
62
  width: 56px;
@@ -48,6 +48,7 @@
48
48
 
49
49
  .e-avatar.e-avatar-large {
50
50
  font-size: 18px;
51
+ border-radius: 4px;
51
52
  height: 48px;
52
53
  line-height: 28px;
53
54
  width: 48px;
@@ -55,6 +56,7 @@
55
56
 
56
57
  .e-avatar.e-avatar-xlarge {
57
58
  font-size: 20px;
59
+ border-radius: 4px;
58
60
  height: 56px;
59
61
  line-height: 28px;
60
62
  width: 56px;
@@ -0,0 +1,61 @@
1
+ .e-avatar {
2
+ -ms-flex-line-pack: center;
3
+ align-content: center;
4
+ -ms-flex-align: center;
5
+ align-items: center;
6
+ background-color: #292827;
7
+ background-position: center;
8
+ background-repeat: no-repeat;
9
+ background-size: cover;
10
+ border-radius: 4px;
11
+ color: #a19f9d;
12
+ display: -ms-inline-flexbox;
13
+ display: inline-flex;
14
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
15
+ font-size: 16px;
16
+ font-weight: 400;
17
+ height: 40px;
18
+ -ms-flex-pack: center;
19
+ justify-content: center;
20
+ overflow: hidden;
21
+ position: relative;
22
+ width: 40px;
23
+ line-height: 24px;
24
+ }
25
+
26
+ .e-avatar img {
27
+ height: 100%;
28
+ width: auto;
29
+ }
30
+
31
+ .e-avatar.e-avatar-circle {
32
+ border-radius: 50%;
33
+ }
34
+
35
+ .e-avatar.e-avatar-xsmall {
36
+ font-size: 10px;
37
+ height: 24px;
38
+ line-height: 16px;
39
+ width: 24px;
40
+ }
41
+
42
+ .e-avatar.e-avatar-small {
43
+ font-size: 12px;
44
+ height: 32px;
45
+ line-height: 18px;
46
+ width: 32px;
47
+ }
48
+
49
+ .e-avatar.e-avatar-large {
50
+ font-size: 20px;
51
+ height: 48px;
52
+ line-height: 28px;
53
+ width: 48px;
54
+ }
55
+
56
+ .e-avatar.e-avatar-xlarge {
57
+ font-size: 24px;
58
+ height: 56px;
59
+ line-height: 28px;
60
+ width: 56px;
61
+ }
@@ -0,0 +1,3 @@
1
+ @import 'ej2-base/styles/fluent-dark-definition.scss';
2
+ @import 'fluent-dark-definition.scss';
3
+ @import 'all.scss';
@@ -0,0 +1,61 @@
1
+ .e-avatar {
2
+ -ms-flex-line-pack: center;
3
+ align-content: center;
4
+ -ms-flex-align: center;
5
+ align-items: center;
6
+ background-color: #edebe9;
7
+ background-position: center;
8
+ background-repeat: no-repeat;
9
+ background-size: cover;
10
+ border-radius: 4px;
11
+ color: #605e5c;
12
+ display: -ms-inline-flexbox;
13
+ display: inline-flex;
14
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
15
+ font-size: 16px;
16
+ font-weight: 400;
17
+ height: 40px;
18
+ -ms-flex-pack: center;
19
+ justify-content: center;
20
+ overflow: hidden;
21
+ position: relative;
22
+ width: 40px;
23
+ line-height: 24px;
24
+ }
25
+
26
+ .e-avatar img {
27
+ height: 100%;
28
+ width: auto;
29
+ }
30
+
31
+ .e-avatar.e-avatar-circle {
32
+ border-radius: 50%;
33
+ }
34
+
35
+ .e-avatar.e-avatar-xsmall {
36
+ font-size: 10px;
37
+ height: 24px;
38
+ line-height: 16px;
39
+ width: 24px;
40
+ }
41
+
42
+ .e-avatar.e-avatar-small {
43
+ font-size: 12px;
44
+ height: 32px;
45
+ line-height: 18px;
46
+ width: 32px;
47
+ }
48
+
49
+ .e-avatar.e-avatar-large {
50
+ font-size: 20px;
51
+ height: 48px;
52
+ line-height: 28px;
53
+ width: 48px;
54
+ }
55
+
56
+ .e-avatar.e-avatar-xlarge {
57
+ font-size: 24px;
58
+ height: 56px;
59
+ line-height: 28px;
60
+ width: 56px;
61
+ }
@@ -0,0 +1,3 @@
1
+ @import 'ej2-base/styles/fluent-definition.scss';
2
+ @import 'fluent-definition.scss';
3
+ @import 'all.scss';
@@ -762,7 +762,7 @@
762
762
 
763
763
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
764
764
  border-radius: 50%;
765
- bottom: 18px;
765
+ bottom: 20px;
766
766
  right: 22px;
767
767
  }
768
768
 
@@ -770,7 +770,7 @@
770
770
  border-radius: 50%;
771
771
  left: 22px;
772
772
  right: auto;
773
- top: 18px;
773
+ top: 20px;
774
774
  }
775
775
 
776
776
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
@@ -980,14 +980,14 @@
980
980
 
981
981
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
982
982
  border-radius: 50%;
983
- bottom: 18px;
983
+ bottom: 20px;
984
984
  left: 22px;
985
985
  }
986
986
 
987
987
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
988
988
  border-radius: 50%;
989
989
  right: 22px;
990
- top: 18px;
990
+ top: 20px;
991
991
  }
992
992
 
993
993
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
@@ -763,7 +763,7 @@
763
763
 
764
764
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
765
765
  border-radius: 50%;
766
- bottom: 18px;
766
+ bottom: 20px;
767
767
  right: 22px;
768
768
  }
769
769
 
@@ -771,7 +771,7 @@
771
771
  border-radius: 50%;
772
772
  left: 22px;
773
773
  right: auto;
774
- top: 18px;
774
+ top: 20px;
775
775
  }
776
776
 
777
777
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
@@ -981,14 +981,14 @@
981
981
 
982
982
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
983
983
  border-radius: 50%;
984
- bottom: 18px;
984
+ bottom: 20px;
985
985
  left: 22px;
986
986
  }
987
987
 
988
988
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
989
989
  border-radius: 50%;
990
990
  right: 22px;
991
- top: 18px;
991
+ top: 20px;
992
992
  }
993
993
 
994
994
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
@@ -769,7 +769,7 @@
769
769
 
770
770
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
771
771
  border-radius: 50%;
772
- bottom: 18px;
772
+ bottom: 20px;
773
773
  right: 22px;
774
774
  }
775
775
 
@@ -777,7 +777,7 @@
777
777
  border-radius: 50%;
778
778
  left: 22px;
779
779
  right: auto;
780
- top: 18px;
780
+ top: 20px;
781
781
  }
782
782
 
783
783
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
@@ -987,14 +987,14 @@
987
987
 
988
988
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
989
989
  border-radius: 50%;
990
- bottom: 18px;
990
+ bottom: 20px;
991
991
  left: 22px;
992
992
  }
993
993
 
994
994
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
995
995
  border-radius: 50%;
996
996
  right: 22px;
997
- top: 18px;
997
+ top: 20px;
998
998
  }
999
999
 
1000
1000
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
@@ -48,6 +48,7 @@
48
48
 
49
49
  .e-avatar.e-avatar-large {
50
50
  font-size: 18px;
51
+ border-radius: 4px;
51
52
  height: 48px;
52
53
  line-height: 28px;
53
54
  width: 48px;
@@ -55,6 +56,7 @@
55
56
 
56
57
  .e-avatar.e-avatar-xlarge {
57
58
  font-size: 20px;
59
+ border-radius: 4px;
58
60
  height: 56px;
59
61
  line-height: 28px;
60
62
  width: 56px;
@@ -106,6 +108,7 @@
106
108
  .e-bigger.e-card .e-card-header {
107
109
  min-height: 30px;
108
110
  padding: 16px;
111
+ padding-bottom: 0;
109
112
  }
110
113
 
111
114
  .e-bigger .e-card .e-card-header .e-card-content,
@@ -159,7 +162,7 @@
159
162
 
160
163
  .e-bigger .e-card .e-card-actions,
161
164
  .e-bigger.e-card .e-card-actions {
162
- padding: 16px 20px;
165
+ padding: 16px;
163
166
  }
164
167
 
165
168
  .e-bigger .e-card .e-card-actions.e-card-vertical,
@@ -357,6 +360,7 @@
357
360
  min-height: 22.5px;
358
361
  padding: 12px;
359
362
  width: inherit;
363
+ padding-bottom: 0;
360
364
  }
361
365
 
362
366
  .e-card .e-card-header .e-card-content {
@@ -463,7 +467,7 @@
463
467
  display: inline-block;
464
468
  -ms-flex-pack: start;
465
469
  justify-content: flex-start;
466
- padding: 16px 20px;
470
+ padding: 12px;
467
471
  }
468
472
 
469
473
  .e-card .e-card-actions.e-card-vertical {
@@ -578,7 +582,7 @@
578
582
  .e-card {
579
583
  -webkit-tap-highlight-color: #0d6efd;
580
584
  background-color: #212529;
581
- border: 1px solid #ced4da;
585
+ border: 1px solid #444c54;
582
586
  box-shadow: none;
583
587
  color: #fff;
584
588
  outline: none;
@@ -764,7 +768,7 @@
764
768
 
765
769
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
766
770
  border-radius: 50%;
767
- bottom: 18px;
771
+ bottom: 20px;
768
772
  right: 22px;
769
773
  }
770
774
 
@@ -772,7 +776,7 @@
772
776
  border-radius: 50%;
773
777
  left: 22px;
774
778
  right: auto;
775
- top: 18px;
779
+ top: 20px;
776
780
  }
777
781
 
778
782
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
@@ -982,14 +986,14 @@
982
986
 
983
987
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
984
988
  border-radius: 50%;
985
- bottom: 18px;
989
+ bottom: 20px;
986
990
  left: 22px;
987
991
  }
988
992
 
989
993
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
990
994
  border-radius: 50%;
991
995
  right: 22px;
992
- top: 18px;
996
+ top: 20px;
993
997
  }
994
998
 
995
999
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
@@ -1111,7 +1115,7 @@
1111
1115
  }
1112
1116
 
1113
1117
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right {
1114
- background-color: #fff;
1118
+ background-color: transparent;
1115
1119
  border-color: #0d6efd;
1116
1120
  border-width: 1px;
1117
1121
  opacity: .9;
@@ -1166,7 +1170,7 @@
1166
1170
  }
1167
1171
 
1168
1172
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down {
1169
- background-color: #fff;
1173
+ background-color: transparent;
1170
1174
  border-color: #0d6efd;
1171
1175
  border-width: 1px;
1172
1176
  opacity: .9;
@@ -1360,7 +1364,7 @@
1360
1364
  }
1361
1365
 
1362
1366
  .e-dashboardlayout.e-control .e-panel .e-panel-header {
1363
- border-bottom: none;
1367
+ border-bottom: 1px solid #444c54;
1364
1368
  color: #fff;
1365
1369
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1366
1370
  font-size: 14px;
@@ -48,6 +48,7 @@
48
48
 
49
49
  .e-avatar.e-avatar-large {
50
50
  font-size: 18px;
51
+ border-radius: 4px;
51
52
  height: 48px;
52
53
  line-height: 28px;
53
54
  width: 48px;
@@ -55,6 +56,7 @@
55
56
 
56
57
  .e-avatar.e-avatar-xlarge {
57
58
  font-size: 20px;
59
+ border-radius: 4px;
58
60
  height: 56px;
59
61
  line-height: 28px;
60
62
  width: 56px;
@@ -106,6 +108,7 @@
106
108
  .e-bigger.e-card .e-card-header {
107
109
  min-height: 30px;
108
110
  padding: 16px;
111
+ padding-bottom: 0;
109
112
  }
110
113
 
111
114
  .e-bigger .e-card .e-card-header .e-card-content,
@@ -159,7 +162,7 @@
159
162
 
160
163
  .e-bigger .e-card .e-card-actions,
161
164
  .e-bigger.e-card .e-card-actions {
162
- padding: 16px 20px;
165
+ padding: 16px;
163
166
  }
164
167
 
165
168
  .e-bigger .e-card .e-card-actions.e-card-vertical,
@@ -357,6 +360,7 @@
357
360
  min-height: 22.5px;
358
361
  padding: 12px;
359
362
  width: inherit;
363
+ padding-bottom: 0;
360
364
  }
361
365
 
362
366
  .e-card .e-card-header .e-card-content {
@@ -463,7 +467,7 @@
463
467
  display: inline-block;
464
468
  -ms-flex-pack: start;
465
469
  justify-content: flex-start;
466
- padding: 16px 20px;
470
+ padding: 12px;
467
471
  }
468
472
 
469
473
  .e-card .e-card-actions.e-card-vertical {
@@ -578,7 +582,7 @@
578
582
  .e-card {
579
583
  -webkit-tap-highlight-color: #0d6efd;
580
584
  background-color: #fff;
581
- border: 1px solid #ced4da;
585
+ border: 1px solid #dee2e6;
582
586
  box-shadow: none;
583
587
  color: #212529;
584
588
  outline: none;
@@ -764,7 +768,7 @@
764
768
 
765
769
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
766
770
  border-radius: 50%;
767
- bottom: 18px;
771
+ bottom: 20px;
768
772
  right: 22px;
769
773
  }
770
774
 
@@ -772,7 +776,7 @@
772
776
  border-radius: 50%;
773
777
  left: 22px;
774
778
  right: auto;
775
- top: 18px;
779
+ top: 20px;
776
780
  }
777
781
 
778
782
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
@@ -982,14 +986,14 @@
982
986
 
983
987
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
984
988
  border-radius: 50%;
985
- bottom: 18px;
989
+ bottom: 20px;
986
990
  left: 22px;
987
991
  }
988
992
 
989
993
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
990
994
  border-radius: 50%;
991
995
  right: 22px;
992
- top: 18px;
996
+ top: 20px;
993
997
  }
994
998
 
995
999
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
@@ -1111,7 +1115,7 @@
1111
1115
  }
1112
1116
 
1113
1117
  .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right {
1114
- background-color: #fff;
1118
+ background-color: transparent;
1115
1119
  border-color: #0d6efd;
1116
1120
  border-width: 1px;
1117
1121
  opacity: .9;
@@ -1166,7 +1170,7 @@
1166
1170
  }
1167
1171
 
1168
1172
  .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down {
1169
- background-color: #fff;
1173
+ background-color: transparent;
1170
1174
  border-color: #0d6efd;
1171
1175
  border-width: 1px;
1172
1176
  opacity: .9;
@@ -1360,7 +1364,7 @@
1360
1364
  }
1361
1365
 
1362
1366
  .e-dashboardlayout.e-control .e-panel .e-panel-header {
1363
- border-bottom: none;
1367
+ border-bottom: 1px solid #dee2e6;
1364
1368
  color: #212529;
1365
1369
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1366
1370
  font-size: 14px;
@@ -24,6 +24,7 @@ $card-hor-image-margin: 2px !default;
24
24
  $card-sep-margin: 12px 0 !default;
25
25
  $card-header-minheight: 22.5px !default;
26
26
  $card-header-nrml-padding: 12px !default;
27
+ $card-header-nrml-padding-bottom: 0 !default;
27
28
  $card-header-txt-nrml-padding: 0 0 0 12px !default;
28
29
  $card-header-txt-title-lheight: $leading-normal !default;
29
30
  $card-header-txt-title-nrml-padding: 4px 0 0 !default;
@@ -48,13 +49,13 @@ $card-action-btn-icon-height: 24px !default;
48
49
  $card-bigger-lheight: 48px !default;
49
50
  $card-bigger-mheight: 48px !default;
50
51
  $card-header-bigger-padding: 16px !default;
52
+ $card-header-bigger-padding-bottom: 0 !default;
51
53
  $card-header-bigger-lheight: $leading-normal !default;
52
54
  $card-title-bigger-margin: 16px !default;
53
55
  $card-title-bigger-lheight: $leading-normal !default;
54
56
  $card-hor-image-bigger-margin: 2px !default;
55
57
  $card-sep-bigger-margin: 16px 0 !default;
56
58
  $card-header-bigger-minheight: 30px !default;
57
- $card-header-bigger-padding: 16px !default;
58
59
  $card-header-txt-bigger-padding: 0 0 0 16px !default;
59
60
  $card-header-txt-title-bigger-lheight: $leading-normal !default;
60
61
  $card-header-txt-title-bigger-padding: 8px 0 0 !default;
@@ -65,7 +66,7 @@ $card-image-bigger-mheight: 150px !default;
65
66
  $card-image-title-bigger-lheight: $leading-tight !default;
66
67
  $card-image-title-bigger-mheight: 40px !default;
67
68
  $card-img-title-bigger-padding: 12px 16px !default;
68
- $card-action-bigger-padding: 16px 20px !default;
69
+ $card-action-bigger-padding: 16px !default;
69
70
  $card-action-bigger-vertical-padding: 16px 20px !default;
70
71
  $card-action-bigger-btn-vertical-margin: 0 0 7px 0 !default;
71
72
  $card-action-btn-bigger-height: 38px !default;
@@ -78,7 +79,7 @@ $card-image-title-bigger-font: 18px !default;
78
79
  $card-action-btn-bigger-icon-width: 24px !default;
79
80
  $card-action-btn-bigger-icon-height: 24px !default;
80
81
  $card-image-title-nrml-padding: 12px 16px !default;
81
- $card-action-nrml-padding: 16px 20px !default;
82
+ $card-action-nrml-padding: 12px !default;
82
83
  //Layout Variables End
83
84
 
84
85
  //Theme Variables Start
@@ -92,7 +93,7 @@ $card-hover-brdr-color: $border-dark !default;
92
93
  $card-active-brdr-color: $primary !default;
93
94
  $card-brdr-size: 1px !default;
94
95
  $card-brdr-type: solid !default;
95
- $card-brdr-color: $gray-400 !default;
96
+ $card-brdr-color: $border-light !default;
96
97
  $card-sep-brdr-size: 1px !default;
97
98
  $card-sep-brdr-type: solid !default;
98
99
  $card-sep-brdr-color: $border-light !default;
@@ -0,0 +1 @@
1
+ @import './fluent-definition.scss';
@@ -51,6 +51,10 @@
51
51
  min-height: $card-header-bigger-minheight;
52
52
  padding: $card-header-bigger-padding;
53
53
 
54
+ @if $skin-name == 'bootstrap5' {
55
+ padding-bottom: $card-header-bigger-padding-bottom;
56
+ }
57
+
54
58
  .e-card-content {
55
59
  padding-left: 0;
56
60
  padding-right: 0;
@@ -281,6 +285,10 @@
281
285
  padding: $card-header-nrml-padding;
282
286
  width: inherit;
283
287
 
288
+ @if $skin-name == 'bootstrap5' {
289
+ padding-bottom: $card-header-nrml-padding-bottom;
290
+ }
291
+
284
292
  .e-card-content {
285
293
  padding-left: 0;
286
294
  padding-right: 0;