@syncfusion/ej2-layouts 20.4.53 → 21.1.35

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 (84) hide show
  1. package/CHANGELOG.md +0 -12
  2. package/dist/ej2-layouts.min.js +1 -1
  3. package/dist/ej2-layouts.umd.min.js +1 -1
  4. package/dist/global/ej2-layouts.min.js +1 -1
  5. package/dist/global/index.d.ts +1 -1
  6. package/package.json +7 -7
  7. package/styles/avatar/_layout.scss +9 -5
  8. package/styles/avatar/bootstrap-dark.css +3 -0
  9. package/styles/avatar/bootstrap.css +3 -0
  10. package/styles/avatar/bootstrap4.css +3 -0
  11. package/styles/avatar/bootstrap5-dark.css +3 -0
  12. package/styles/avatar/bootstrap5.css +3 -0
  13. package/styles/avatar/fabric-dark.css +3 -0
  14. package/styles/avatar/fabric.css +3 -0
  15. package/styles/avatar/fluent-dark.css +3 -0
  16. package/styles/avatar/fluent.css +3 -0
  17. package/styles/avatar/highcontrast-light.css +3 -0
  18. package/styles/avatar/highcontrast.css +3 -0
  19. package/styles/avatar/material-dark.css +3 -0
  20. package/styles/avatar/material.css +3 -0
  21. package/styles/avatar/tailwind-dark.css +3 -0
  22. package/styles/avatar/tailwind.css +3 -0
  23. package/styles/bootstrap-dark.css +5 -1
  24. package/styles/bootstrap.css +5 -1
  25. package/styles/bootstrap4.css +5 -1
  26. package/styles/bootstrap5-dark.css +5 -1
  27. package/styles/bootstrap5.css +5 -1
  28. package/styles/card/_bootstrap-dark-definition.scss +0 -1
  29. package/styles/card/_bootstrap-definition.scss +0 -1
  30. package/styles/card/_bootstrap4-definition.scss +0 -1
  31. package/styles/card/_bootstrap5-definition.scss +0 -2
  32. package/styles/card/_fabric-dark-definition.scss +0 -1
  33. package/styles/card/_fabric-definition.scss +0 -1
  34. package/styles/card/_fluent-definition.scss +0 -2
  35. package/styles/card/_fusionnew-definition.scss +0 -2
  36. package/styles/card/_highcontrast-definition.scss +0 -1
  37. package/styles/card/_highcontrast-light-definition.scss +0 -1
  38. package/styles/card/_layout.scss +1 -0
  39. package/styles/card/_material-dark-definition.scss +0 -1
  40. package/styles/card/_material-definition.scss +0 -1
  41. package/styles/card/_tailwind-definition.scss +0 -2
  42. package/styles/card/_theme.scss +1 -1
  43. package/styles/card/bootstrap-dark.css +2 -1
  44. package/styles/card/bootstrap.css +2 -1
  45. package/styles/card/bootstrap4.css +2 -1
  46. package/styles/card/bootstrap5-dark.css +2 -1
  47. package/styles/card/bootstrap5.css +2 -1
  48. package/styles/card/fabric-dark.css +2 -1
  49. package/styles/card/fabric.css +2 -1
  50. package/styles/card/fluent-dark.css +2 -1
  51. package/styles/card/fluent.css +2 -1
  52. package/styles/card/highcontrast-light.css +2 -1
  53. package/styles/card/highcontrast.css +2 -1
  54. package/styles/card/material-dark.css +2 -1
  55. package/styles/card/material.css +2 -1
  56. package/styles/card/tailwind-dark.css +2 -1
  57. package/styles/card/tailwind.css +2 -1
  58. package/styles/dashboard-layout/_layout.scss +2 -2
  59. package/styles/fabric-dark.css +5 -1
  60. package/styles/fabric.css +5 -1
  61. package/styles/fluent-dark.css +5 -1
  62. package/styles/fluent.css +5 -1
  63. package/styles/highcontrast-light.css +5 -1
  64. package/styles/highcontrast.css +5 -1
  65. package/styles/material-dark.css +5 -1
  66. package/styles/material.css +5 -1
  67. package/styles/splitter/_bootstrap-dark-definition.scss +0 -1
  68. package/styles/splitter/_bootstrap-definition.scss +0 -1
  69. package/styles/splitter/_bootstrap4-definition.scss +0 -1
  70. package/styles/splitter/_bootstrap5-definition.scss +0 -2
  71. package/styles/splitter/_fabric-dark-definition.scss +0 -1
  72. package/styles/splitter/_fabric-definition.scss +0 -1
  73. package/styles/splitter/_fusionnew-definition.scss +0 -2
  74. package/styles/splitter/_highcontrast-definition.scss +0 -1
  75. package/styles/splitter/_highcontrast-light-definition.scss +0 -1
  76. package/styles/splitter/_material-dark-definition.scss +0 -1
  77. package/styles/splitter/_material-definition.scss +0 -1
  78. package/styles/splitter/_tailwind-definition.scss +0 -2
  79. package/styles/tailwind-dark.css +5 -1
  80. package/styles/tailwind.css +5 -1
  81. package/styles/avatar/_material3-definition.scss +0 -26
  82. package/styles/card/_material3-definition.scss +0 -127
  83. package/styles/dashboard-layout/_material3-definition.scss +0 -108
  84. package/styles/splitter/_material3-definition.scss +0 -33
package/CHANGELOG.md CHANGED
@@ -2,20 +2,8 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### Dashboard Layout
6
-
7
- #### Bug Fixes
8
-
9
- - `#I443265` - The issue of the dragStop event being triggered twice has been resolved.
10
-
11
5
  ## 20.4.48 (2023-02-01)
12
6
 
13
- ### Dashboard Layout
14
-
15
- #### Bug Fixes
16
-
17
- - `#I423971` - Provided cancel option in Drag Start and Drag Stop events of the Dashboard Layout component.
18
-
19
7
  ### Splitter
20
8
 
21
9
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-layouts.min.js
3
- * version : 20.4.53
3
+ * version : 21.1.35
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-layouts.umd.min.js
3
- * version : 20.4.53
3
+ * version : 21.1.35
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-layouts.min.js
3
- * version : 20.4.53
3
+ * version : 21.1.35
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.4.53
3
+ * version : 21.1.35
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@20.4.48",
3
+ "_id": "@syncfusion/ej2-layouts@20.7.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-wFvRXWO8HbQ0TrViKZ3VPfF4/lk1IZKwLZ2N7wAvEUl6YyI0Gl+OQpRf1h2ncHepTSFKHL0fhGPkLkrDYrNhtw==",
5
+ "_integrity": "sha512-oO4SLeXh0C9zP3LZ7srLFj4ICZkW5aQ2ypXH5MuiUj0tAO2UQnYxNLqFixTxerVi6axuyWiNaLAtHHIzRTQeGw==",
6
6
  "_location": "/@syncfusion/ej2-layouts",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -27,16 +27,16 @@
27
27
  "/@syncfusion/ej2-react-layouts",
28
28
  "/@syncfusion/ej2-vue-layouts"
29
29
  ],
30
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-20.4.48.tgz",
31
- "_shasum": "71a303ed7801c7e7cad5b976ce17059e007517cb",
30
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-20.7.0.tgz",
31
+ "_shasum": "0cc34ff266e4726783490af3f20dea173144ae69",
32
32
  "_spec": "@syncfusion/ej2-layouts@*",
33
- "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
33
+ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
34
34
  "author": {
35
35
  "name": "Syncfusion Inc."
36
36
  },
37
37
  "bundleDependencies": false,
38
38
  "dependencies": {
39
- "@syncfusion/ej2-base": "~20.4.51"
39
+ "@syncfusion/ej2-base": "~21.1.35"
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,7 +76,7 @@
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": "20.4.53",
79
+ "version": "21.1.35",
80
80
  "sideEffects": false,
81
81
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
82
82
  }
@@ -17,7 +17,7 @@
17
17
  overflow: hidden;
18
18
  position: relative;
19
19
  width: $avatar-base-width;
20
- @if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
20
+ @if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
21
21
  line-height: $avatar-base-line-height;
22
22
  }
23
23
 
@@ -28,11 +28,15 @@
28
28
 
29
29
  &.e-avatar-circle {
30
30
  border-radius: $avatar-circle-border-radius;
31
+ &.e-avatar-large,
32
+ &.e-avatar-xlarge {
33
+ border-radius: $avatar-circle-border-radius;
34
+ }
31
35
  }
32
36
 
33
37
  &.e-avatar-xsmall {
34
38
  font-size: $avatar-xsmall-font-size;
35
- @if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
39
+ @if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
36
40
  height: 24px;
37
41
  line-height: $avatar-base-xsmall-line-height;
38
42
  width: 24px;
@@ -41,7 +45,7 @@
41
45
 
42
46
  &.e-avatar-small {
43
47
  font-size: $avatar-small-font-size;
44
- @if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
48
+ @if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
45
49
  height: 32px;
46
50
  line-height: $avatar-base-small-line-height;
47
51
  width: 32px;
@@ -53,7 +57,7 @@
53
57
  @if ($skin-name == 'bootstrap5') {
54
58
  border-radius: $avatar-large-border-radius;
55
59
  }
56
- @if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
60
+ @if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
57
61
  height: 48px;
58
62
  line-height: $avatar-base-large-line-height;
59
63
  width: 48px;
@@ -65,7 +69,7 @@
65
69
  @if ($skin-name == 'bootstrap5') {
66
70
  border-radius: $avatar-large-border-radius;
67
71
  }
68
- @if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark'or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
72
+ @if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark'or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
69
73
  height: 56px;
70
74
  line-height: $avatar-base-xlarge-line-height;
71
75
  width: 56px;
@@ -28,6 +28,9 @@
28
28
  .e-avatar.e-avatar-circle {
29
29
  border-radius: 50%;
30
30
  }
31
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
32
+ border-radius: 50%;
33
+ }
31
34
  .e-avatar.e-avatar-xsmall {
32
35
  font-size: 0.6em;
33
36
  }
@@ -28,6 +28,9 @@
28
28
  .e-avatar.e-avatar-circle {
29
29
  border-radius: 50%;
30
30
  }
31
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
32
+ border-radius: 50%;
33
+ }
31
34
  .e-avatar.e-avatar-xsmall {
32
35
  font-size: 0.6em;
33
36
  }
@@ -28,6 +28,9 @@
28
28
  .e-avatar.e-avatar-circle {
29
29
  border-radius: 50%;
30
30
  }
31
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
32
+ border-radius: 50%;
33
+ }
31
34
  .e-avatar.e-avatar-xsmall {
32
35
  font-size: 0.65em;
33
36
  }
@@ -29,6 +29,9 @@
29
29
  .e-avatar.e-avatar-circle {
30
30
  border-radius: 50%;
31
31
  }
32
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
33
+ border-radius: 50%;
34
+ }
32
35
  .e-avatar.e-avatar-xsmall {
33
36
  font-size: 10px;
34
37
  height: 24px;
@@ -29,6 +29,9 @@
29
29
  .e-avatar.e-avatar-circle {
30
30
  border-radius: 50%;
31
31
  }
32
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
33
+ border-radius: 50%;
34
+ }
32
35
  .e-avatar.e-avatar-xsmall {
33
36
  font-size: 10px;
34
37
  height: 24px;
@@ -28,6 +28,9 @@
28
28
  .e-avatar.e-avatar-circle {
29
29
  border-radius: 50%;
30
30
  }
31
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
32
+ border-radius: 50%;
33
+ }
31
34
  .e-avatar.e-avatar-xsmall {
32
35
  font-size: 0.6em;
33
36
  }
@@ -28,6 +28,9 @@
28
28
  .e-avatar.e-avatar-circle {
29
29
  border-radius: 50%;
30
30
  }
31
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
32
+ border-radius: 50%;
33
+ }
31
34
  .e-avatar.e-avatar-xsmall {
32
35
  font-size: 0.6em;
33
36
  }
@@ -29,6 +29,9 @@
29
29
  .e-avatar.e-avatar-circle {
30
30
  border-radius: 50%;
31
31
  }
32
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
33
+ border-radius: 50%;
34
+ }
32
35
  .e-avatar.e-avatar-xsmall {
33
36
  font-size: 10px;
34
37
  height: 24px;
@@ -29,6 +29,9 @@
29
29
  .e-avatar.e-avatar-circle {
30
30
  border-radius: 50%;
31
31
  }
32
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
33
+ border-radius: 50%;
34
+ }
32
35
  .e-avatar.e-avatar-xsmall {
33
36
  font-size: 10px;
34
37
  height: 24px;
@@ -28,6 +28,9 @@
28
28
  .e-avatar.e-avatar-circle {
29
29
  border-radius: 50%;
30
30
  }
31
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
32
+ border-radius: 50%;
33
+ }
31
34
  .e-avatar.e-avatar-xsmall {
32
35
  font-size: 0.6em;
33
36
  }
@@ -28,6 +28,9 @@
28
28
  .e-avatar.e-avatar-circle {
29
29
  border-radius: 50%;
30
30
  }
31
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
32
+ border-radius: 50%;
33
+ }
31
34
  .e-avatar.e-avatar-xsmall {
32
35
  font-size: 0.6em;
33
36
  }
@@ -29,6 +29,9 @@
29
29
  .e-avatar.e-avatar-circle {
30
30
  border-radius: 50%;
31
31
  }
32
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
33
+ border-radius: 50%;
34
+ }
32
35
  .e-avatar.e-avatar-xsmall {
33
36
  font-size: 0.6em;
34
37
  }
@@ -29,6 +29,9 @@
29
29
  .e-avatar.e-avatar-circle {
30
30
  border-radius: 50%;
31
31
  }
32
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
33
+ border-radius: 50%;
34
+ }
32
35
  .e-avatar.e-avatar-xsmall {
33
36
  font-size: 0.6em;
34
37
  }
@@ -30,6 +30,9 @@
30
30
  .e-avatar.e-avatar-circle {
31
31
  border-radius: 50%;
32
32
  }
33
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
34
+ border-radius: 50%;
35
+ }
33
36
  .e-avatar.e-avatar-xsmall {
34
37
  font-size: 10px;
35
38
  height: 24px;
@@ -30,6 +30,9 @@
30
30
  .e-avatar.e-avatar-circle {
31
31
  border-radius: 50%;
32
32
  }
33
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
34
+ border-radius: 50%;
35
+ }
33
36
  .e-avatar.e-avatar-xsmall {
34
37
  font-size: 10px;
35
38
  height: 24px;
@@ -28,6 +28,9 @@
28
28
  .e-avatar.e-avatar-circle {
29
29
  border-radius: 50%;
30
30
  }
31
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
32
+ border-radius: 50%;
33
+ }
31
34
  .e-avatar.e-avatar-xsmall {
32
35
  font-size: 0.6em;
33
36
  }
@@ -473,6 +476,7 @@
473
476
  font-size: 14px;
474
477
  line-height: normal;
475
478
  padding: 16px;
479
+ word-wrap: break-word;
476
480
  }
477
481
  .e-card .e-card-content + :not(.e-card-content),
478
482
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -490,7 +494,7 @@
490
494
  /* stylelint-disable property-no-vendor-prefix */
491
495
  .e-card {
492
496
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
493
- background-color: #6e6e6e;
497
+ background: #6e6e6e;
494
498
  border: 1px solid #1a1a1a;
495
499
  box-shadow: none;
496
500
  color: #fff;
@@ -28,6 +28,9 @@
28
28
  .e-avatar.e-avatar-circle {
29
29
  border-radius: 50%;
30
30
  }
31
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
32
+ border-radius: 50%;
33
+ }
31
34
  .e-avatar.e-avatar-xsmall {
32
35
  font-size: 0.6em;
33
36
  }
@@ -474,6 +477,7 @@
474
477
  font-size: 14px;
475
478
  line-height: normal;
476
479
  padding: 12px;
480
+ word-wrap: break-word;
477
481
  }
478
482
  .e-card .e-card-content + :not(.e-card-content),
479
483
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -491,7 +495,7 @@
491
495
  /* stylelint-disable property-no-vendor-prefix */
492
496
  .e-card {
493
497
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
494
- background-color: #fff;
498
+ background: #fff;
495
499
  border: 1px solid #ddd;
496
500
  box-shadow: none;
497
501
  color: #333;
@@ -28,6 +28,9 @@
28
28
  .e-avatar.e-avatar-circle {
29
29
  border-radius: 50%;
30
30
  }
31
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
32
+ border-radius: 50%;
33
+ }
31
34
  .e-avatar.e-avatar-xsmall {
32
35
  font-size: 0.65em;
33
36
  }
@@ -479,6 +482,7 @@
479
482
  font-size: 14px;
480
483
  line-height: normal;
481
484
  padding: 16px;
485
+ word-wrap: break-word;
482
486
  }
483
487
  .e-card .e-card-content + :not(.e-card-content),
484
488
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -496,7 +500,7 @@
496
500
  /* stylelint-disable property-no-vendor-prefix */
497
501
  .e-card {
498
502
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
499
- background-color: #fff;
503
+ background: #fff;
500
504
  border: 1px solid rgba(0, 0, 0, 0.12);
501
505
  box-shadow: none;
502
506
  color: #212529;
@@ -29,6 +29,9 @@
29
29
  .e-avatar.e-avatar-circle {
30
30
  border-radius: 50%;
31
31
  }
32
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
33
+ border-radius: 50%;
34
+ }
32
35
  .e-avatar.e-avatar-xsmall {
33
36
  font-size: 10px;
34
37
  height: 24px;
@@ -488,6 +491,7 @@
488
491
  font-size: 14px;
489
492
  line-height: 1.5;
490
493
  padding: 12px;
494
+ word-wrap: break-word;
491
495
  }
492
496
  .e-card .e-card-content + :not(.e-card-content),
493
497
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -505,7 +509,7 @@
505
509
  /* stylelint-disable property-no-vendor-prefix */
506
510
  .e-card {
507
511
  -webkit-tap-highlight-color: #0d6efd;
508
- background-color: #212529;
512
+ background: #212529;
509
513
  border: 1px solid #444c54;
510
514
  box-shadow: none;
511
515
  color: #fff;
@@ -29,6 +29,9 @@
29
29
  .e-avatar.e-avatar-circle {
30
30
  border-radius: 50%;
31
31
  }
32
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
33
+ border-radius: 50%;
34
+ }
32
35
  .e-avatar.e-avatar-xsmall {
33
36
  font-size: 10px;
34
37
  height: 24px;
@@ -488,6 +491,7 @@
488
491
  font-size: 14px;
489
492
  line-height: 1.5;
490
493
  padding: 12px;
494
+ word-wrap: break-word;
491
495
  }
492
496
  .e-card .e-card-content + :not(.e-card-content),
493
497
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -505,7 +509,7 @@
505
509
  /* stylelint-disable property-no-vendor-prefix */
506
510
  .e-card {
507
511
  -webkit-tap-highlight-color: #0d6efd;
508
- background-color: #fff;
512
+ background: #fff;
509
513
  border: 1px solid #dee2e6;
510
514
  box-shadow: none;
511
515
  color: #212529;
@@ -1,5 +1,4 @@
1
1
  /*! component's default definitions and variables */
2
- $skin-name: 'material' !default;
3
2
  $card-img-brdr-radious: 50% !default;
4
3
  $card-brdr-radious: $border-radius !default;
5
4
  $card-action-btn-txt-transform: none !default;
@@ -1,5 +1,4 @@
1
1
  /*! component's theme wise override material-definitions and variables */
2
- $skin-name: 'bootstrap' !default;
3
2
  $card-img-brdr-radious: 50% !default;
4
3
  $card-brdr-radious: 4px !default;
5
4
  $card-action-btn-txt-transform: none !default;
@@ -1,6 +1,5 @@
1
1
  // Card Base
2
2
 
3
- $skin-name: 'bootstrap4' !default;
4
3
  $card-img-brdr-radious: 50% !default;
5
4
  $card-brdr-radious: 4px !default;
6
5
  $card-action-btn-txt-transform: none !default;
@@ -1,5 +1,3 @@
1
- $skin-name: 'bootstrap5' !default;
2
-
3
1
  //Layout Variables Start
4
2
  $card-img-brdr-radious: 50% !default;
5
3
  $card-brdr-radious: 4px !default;
@@ -111,7 +111,6 @@ $card-header-txt-subtitle-color: $default-font-color !default;
111
111
  $card-action-btn-icon-color: $default-font-color !default;
112
112
 
113
113
  /*! component's theme wise override material-definitions and variables */
114
- $skin-name: 'fabric' !default;
115
114
  $card-img-brdr-radious: 50% !default;
116
115
  $card-brdr-radious: 4px !default;
117
116
 
@@ -1,5 +1,4 @@
1
1
  /*! component's theme wise override material-definitions and variables */
2
- $skin-name: 'fabric' !default;
3
2
  $card-img-brdr-radious: 50% !default;
4
3
  $card-brdr-radious: 4px !default;
5
4
  $card-action-btn-txt-transform: none !default;
@@ -1,5 +1,3 @@
1
- $skin-name: 'FluentUI' !default;
2
-
3
1
  //Layout Variables Start
4
2
  $card-img-brdr-radious: 50% !default;
5
3
  $card-brdr-radious: $model-radius !default;
@@ -1,5 +1,3 @@
1
- $skin-name: 'bootstrap5' !default;
2
-
3
1
  //Layout Variables Start
4
2
  $card-img-brdr-radious: 50% !default;
5
3
  $card-brdr-radious: 4px !default;
@@ -1,5 +1,4 @@
1
1
  /*! component's theme wise override material-definitions and variables */
2
- $skin-name: 'highcontrast' !default;
3
2
  $card-img-brdr-radious: 50% !default;
4
3
  $card-brdr-radious: 4px !default;
5
4
  $card-action-btn-txt-transform: none !default;
@@ -124,7 +124,6 @@ $card-content-font-color: $card-header-txt-subtitle-color !default;
124
124
  $card-action-btn-icon-color: $default-font-color !default;
125
125
 
126
126
  /*! component's theme wise override material-definitions and variables */
127
- $skin-name: 'highcontrast' !default;
128
127
  $card-img-brdr-radious: 50% !default;
129
128
  $card-brdr-radious: 4px !default;
130
129
 
@@ -498,6 +498,7 @@
498
498
  font-size: $card-content-font-size;
499
499
  line-height: $card-content-line-height;
500
500
  padding: $card-nrml-content-padding;
501
+ word-wrap: break-word;
501
502
 
502
503
  + :not(.e-card-content),
503
504
  + .e-card-actions.e-card-vertical {
@@ -117,7 +117,6 @@ $card-font-color: $default-font-color !default;
117
117
  $card-action-btn-icon-color: $default-font-color !default;
118
118
 
119
119
  /*! component's theme wise override material-definitions and variables */
120
- $skin-name: 'material' !default;
121
120
  $card-img-brdr-radious: 50% !default;
122
121
  $card-brdr-radious: 2px !default;
123
122
  $card-action-btn-txt-transform: uppercase !default;
@@ -1,5 +1,4 @@
1
1
  /*! component's theme wise override material-definitions and variables */
2
- $skin-name: 'material' !default;
3
2
  $card-img-brdr-radious: 50% !default;
4
3
  $card-brdr-radious: 2px !default;
5
4
  $card-action-btn-txt-transform: uppercase !default;
@@ -1,5 +1,3 @@
1
- $skin-name: 'tailwind' !default;
2
-
3
1
  //Layout Variables Start
4
2
  $card-img-brdr-radious: 50% !default;
5
3
  $card-brdr-radious: 6px !default;
@@ -5,7 +5,7 @@
5
5
 
6
6
  .e-card {
7
7
  -webkit-tap-highlight-color: $card-highlight-color;
8
- background-color: $card-bg-color;
8
+ background: $card-bg-color;
9
9
  border: $card-brdr-size $card-brdr-type $card-brdr-color;
10
10
  box-shadow: $card-box-shadow;
11
11
  color: $card-font-color;
@@ -430,6 +430,7 @@
430
430
  font-size: 14px;
431
431
  line-height: normal;
432
432
  padding: 16px;
433
+ word-wrap: break-word;
433
434
  }
434
435
  .e-card .e-card-content + :not(.e-card-content),
435
436
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -447,7 +448,7 @@
447
448
  /* stylelint-disable property-no-vendor-prefix */
448
449
  .e-card {
449
450
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
450
- background-color: #6e6e6e;
451
+ background: #6e6e6e;
451
452
  border: 1px solid #1a1a1a;
452
453
  box-shadow: none;
453
454
  color: #fff;
@@ -431,6 +431,7 @@
431
431
  font-size: 14px;
432
432
  line-height: normal;
433
433
  padding: 12px;
434
+ word-wrap: break-word;
434
435
  }
435
436
  .e-card .e-card-content + :not(.e-card-content),
436
437
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -448,7 +449,7 @@
448
449
  /* stylelint-disable property-no-vendor-prefix */
449
450
  .e-card {
450
451
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
451
- background-color: #fff;
452
+ background: #fff;
452
453
  border: 1px solid #ddd;
453
454
  box-shadow: none;
454
455
  color: #333;
@@ -436,6 +436,7 @@
436
436
  font-size: 14px;
437
437
  line-height: normal;
438
438
  padding: 16px;
439
+ word-wrap: break-word;
439
440
  }
440
441
  .e-card .e-card-content + :not(.e-card-content),
441
442
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -453,7 +454,7 @@
453
454
  /* stylelint-disable property-no-vendor-prefix */
454
455
  .e-card {
455
456
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
456
- background-color: #fff;
457
+ background: #fff;
457
458
  border: 1px solid rgba(0, 0, 0, 0.12);
458
459
  box-shadow: none;
459
460
  color: #212529;
@@ -430,6 +430,7 @@
430
430
  font-size: 14px;
431
431
  line-height: 1.5;
432
432
  padding: 12px;
433
+ word-wrap: break-word;
433
434
  }
434
435
  .e-card .e-card-content + :not(.e-card-content),
435
436
  .e-card .e-card-content + .e-card-actions.e-card-vertical {
@@ -447,7 +448,7 @@
447
448
  /* stylelint-disable property-no-vendor-prefix */
448
449
  .e-card {
449
450
  -webkit-tap-highlight-color: #0d6efd;
450
- background-color: #212529;
451
+ background: #212529;
451
452
  border: 1px solid #444c54;
452
453
  box-shadow: none;
453
454
  color: #fff;