@syncfusion/ej2-layouts 27.2.2 → 28.1.33

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 (136) hide show
  1. package/README.md +3 -3
  2. package/dist/ej2-layouts.min.js +3 -3
  3. package/dist/ej2-layouts.umd.min.js +3 -3
  4. package/dist/ej2-layouts.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-layouts.es2015.js +25 -1
  6. package/dist/es6/ej2-layouts.es2015.js.map +1 -1
  7. package/dist/es6/ej2-layouts.es5.js +25 -1
  8. package/dist/es6/ej2-layouts.es5.js.map +1 -1
  9. package/dist/global/ej2-layouts.min.js +3 -3
  10. package/dist/global/ej2-layouts.min.js.map +1 -1
  11. package/dist/global/index.d.ts +2 -2
  12. package/package.json +7 -7
  13. package/src/splitter/splitter.js +25 -1
  14. package/styles/avatar/_layout.scss +5 -5
  15. package/styles/avatar/_tailwind3-definition.scss +26 -0
  16. package/styles/avatar/bds.css +69 -0
  17. package/styles/avatar/bds.scss +3 -0
  18. package/styles/avatar/fluent2.css +1 -1
  19. package/styles/avatar/tailwind3.css +65 -0
  20. package/styles/avatar/tailwind3.scss +3 -0
  21. package/styles/bds-lite.css +1557 -0
  22. package/styles/bds-lite.scss +14 -0
  23. package/styles/bds.css +1796 -0
  24. package/styles/bds.scss +18 -0
  25. package/styles/bootstrap-dark-lite.css +3 -3
  26. package/styles/bootstrap-dark.css +3 -3
  27. package/styles/bootstrap-lite.css +3 -3
  28. package/styles/bootstrap.css +3 -3
  29. package/styles/bootstrap4-lite.css +3 -3
  30. package/styles/bootstrap4.css +3 -3
  31. package/styles/bootstrap5-dark-lite.css +3 -3
  32. package/styles/bootstrap5-dark.css +3 -3
  33. package/styles/bootstrap5-lite.css +3 -3
  34. package/styles/bootstrap5.3-lite.css +3 -3
  35. package/styles/bootstrap5.3.css +3 -3
  36. package/styles/bootstrap5.css +3 -3
  37. package/styles/card/_bigger.scss +8 -2
  38. package/styles/card/_layout.scss +15 -4
  39. package/styles/card/_tailwind3-definition.scss +126 -0
  40. package/styles/card/bds.css +561 -0
  41. package/styles/card/bds.scss +4 -0
  42. package/styles/card/fabric.css +0 -1
  43. package/styles/card/fluent2.css +2 -3
  44. package/styles/card/highcontrast.css +0 -1
  45. package/styles/card/tailwind3.css +551 -0
  46. package/styles/card/tailwind3.scss +4 -0
  47. package/styles/dashboard-layout/_bigger.scss +1 -1
  48. package/styles/dashboard-layout/_layout.scss +4 -4
  49. package/styles/dashboard-layout/_tailwind3-definition.scss +108 -0
  50. package/styles/dashboard-layout/_theme.scss +8 -1
  51. package/styles/dashboard-layout/bds.css +328 -0
  52. package/styles/dashboard-layout/bds.scss +5 -0
  53. package/styles/dashboard-layout/bootstrap-dark.css +2 -2
  54. package/styles/dashboard-layout/bootstrap.css +2 -2
  55. package/styles/dashboard-layout/bootstrap4.css +2 -2
  56. package/styles/dashboard-layout/bootstrap5-dark.css +2 -2
  57. package/styles/dashboard-layout/bootstrap5.3.css +2 -2
  58. package/styles/dashboard-layout/bootstrap5.css +2 -2
  59. package/styles/dashboard-layout/fabric-dark.css +2 -2
  60. package/styles/dashboard-layout/fabric.css +2 -2
  61. package/styles/dashboard-layout/fluent-dark.css +2 -2
  62. package/styles/dashboard-layout/fluent.css +2 -2
  63. package/styles/dashboard-layout/fluent2.css +3 -3
  64. package/styles/dashboard-layout/highcontrast-light.css +2 -2
  65. package/styles/dashboard-layout/highcontrast.css +2 -2
  66. package/styles/dashboard-layout/icons/_tailwind3.scss +80 -0
  67. package/styles/dashboard-layout/material-dark.css +2 -2
  68. package/styles/dashboard-layout/material.css +2 -2
  69. package/styles/dashboard-layout/material3-dark.css +2 -2
  70. package/styles/dashboard-layout/material3.css +2 -2
  71. package/styles/dashboard-layout/tailwind-dark.css +5 -2
  72. package/styles/dashboard-layout/tailwind.css +5 -2
  73. package/styles/dashboard-layout/tailwind3.css +314 -0
  74. package/styles/dashboard-layout/tailwind3.scss +5 -0
  75. package/styles/fabric-dark-lite.css +3 -3
  76. package/styles/fabric-dark.css +3 -3
  77. package/styles/fabric-lite.css +3 -4
  78. package/styles/fabric.css +3 -4
  79. package/styles/fluent-dark-lite.css +3 -3
  80. package/styles/fluent-dark.css +3 -3
  81. package/styles/fluent-lite.css +3 -3
  82. package/styles/fluent.css +3 -3
  83. package/styles/fluent2-lite.css +8 -9
  84. package/styles/fluent2.css +8 -9
  85. package/styles/highcontrast-light-lite.css +3 -3
  86. package/styles/highcontrast-light.css +3 -3
  87. package/styles/highcontrast-lite.css +3 -4
  88. package/styles/highcontrast.css +3 -4
  89. package/styles/material-dark-lite.css +3 -3
  90. package/styles/material-dark.css +3 -3
  91. package/styles/material-lite.css +3 -3
  92. package/styles/material.css +3 -3
  93. package/styles/material3-dark-lite.css +3 -3
  94. package/styles/material3-dark.css +3 -3
  95. package/styles/material3-lite.css +3 -3
  96. package/styles/material3.css +3 -3
  97. package/styles/splitter/_tailwind3-definition.scss +31 -0
  98. package/styles/splitter/bds.css +547 -0
  99. package/styles/splitter/bds.scss +5 -0
  100. package/styles/splitter/fluent2.css +1 -1
  101. package/styles/splitter/icons/_tailwind3.scss +21 -0
  102. package/styles/splitter/tailwind3.css +547 -0
  103. package/styles/splitter/tailwind3.scss +5 -0
  104. package/styles/tailwind-dark-lite.css +6 -3
  105. package/styles/tailwind-dark.css +6 -3
  106. package/styles/tailwind-lite.css +6 -3
  107. package/styles/tailwind.css +6 -3
  108. package/styles/tailwind3-lite.css +1538 -0
  109. package/styles/tailwind3-lite.scss +14 -0
  110. package/styles/tailwind3.css +1767 -0
  111. package/styles/tailwind3.scss +18 -0
  112. package/styles/timeline/_layout.scss +1 -1
  113. package/styles/timeline/_tailwind3-definition.scss +18 -0
  114. package/styles/timeline/bds.css +303 -0
  115. package/styles/timeline/bds.scss +4 -0
  116. package/styles/timeline/bootstrap-dark.css +1 -1
  117. package/styles/timeline/bootstrap.css +1 -1
  118. package/styles/timeline/bootstrap4.css +1 -1
  119. package/styles/timeline/bootstrap5-dark.css +1 -1
  120. package/styles/timeline/bootstrap5.3.css +1 -1
  121. package/styles/timeline/bootstrap5.css +1 -1
  122. package/styles/timeline/fabric-dark.css +1 -1
  123. package/styles/timeline/fabric.css +1 -1
  124. package/styles/timeline/fluent-dark.css +1 -1
  125. package/styles/timeline/fluent.css +1 -1
  126. package/styles/timeline/fluent2.css +1 -1
  127. package/styles/timeline/highcontrast-light.css +1 -1
  128. package/styles/timeline/highcontrast.css +1 -1
  129. package/styles/timeline/material-dark.css +1 -1
  130. package/styles/timeline/material.css +1 -1
  131. package/styles/timeline/material3-dark.css +1 -1
  132. package/styles/timeline/material3.css +1 -1
  133. package/styles/timeline/tailwind-dark.css +1 -1
  134. package/styles/timeline/tailwind.css +1 -1
  135. package/styles/timeline/tailwind3.css +303 -0
  136. package/styles/timeline/tailwind3.scss +4 -0
@@ -105,6 +105,9 @@
105
105
  .e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
106
106
  display: block;
107
107
  }
108
+ .e-dashboardlayout.e-control .e-panel:active {
109
+ border: 1px solid #4f46e5;
110
+ }
108
111
  .e-dashboardlayout.e-control .e-panel .e-panel-container {
109
112
  height: 100%;
110
113
  width: 100%;
@@ -120,8 +123,8 @@
120
123
  display: none;
121
124
  }
122
125
  .e-dashboardlayout.e-control .e-panel.e-panel-transition {
123
- -webkit-transition: top 0.5s, left 0.5s;
124
- transition: top 0.5s, left 0.5s;
126
+ -webkit-transition: top 0.1s, left 0.1s;
127
+ transition: top 0.1s, left 0.1s;
125
128
  }
126
129
  .e-dashboardlayout.e-control .e-panel .e-panel-header {
127
130
  border-bottom: none;
@@ -0,0 +1,314 @@
1
+
2
+
3
+
4
+
5
+ /*! component's theme wise override tailwind-definitions and variables */
6
+ /* stylelint-disable */
7
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
8
+ height: 100%;
9
+ padding: 20px 0;
10
+ right: 1px;
11
+ top: 0;
12
+ width: 12px;
13
+ }
14
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
15
+ height: 100%;
16
+ left: 0;
17
+ padding: 20px 0;
18
+ top: 0;
19
+ width: 12px;
20
+ }
21
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
22
+ height: 12px;
23
+ padding: 0 20px;
24
+ top: 1px;
25
+ width: 100%;
26
+ }
27
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
28
+ bottom: 1px;
29
+ height: 12px;
30
+ padding: 0 20px;
31
+ width: 100%;
32
+ }
33
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east {
34
+ bottom: 0;
35
+ right: 1px;
36
+ z-index: 10;
37
+ }
38
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west {
39
+ left: 2px;
40
+ top: 2px;
41
+ z-index: 10;
42
+ }
43
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east {
44
+ right: 2px;
45
+ top: 2px;
46
+ z-index: 10;
47
+ }
48
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west {
49
+ bottom: 1px;
50
+ left: 1px;
51
+ z-index: 10;
52
+ }
53
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before {
54
+ bottom: 4px;
55
+ content: "\e761";
56
+ font-size: 12px;
57
+ position: absolute;
58
+ right: 4px;
59
+ }
60
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before {
61
+ bottom: 4px;
62
+ content: "\e761";
63
+ font-size: 12px;
64
+ left: 4px;
65
+ position: absolute;
66
+ -webkit-transform: rotateY(180deg);
67
+ transform: rotateY(180deg);
68
+ }
69
+
70
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table {
71
+ background: var(--color-sf-content-bg-color-alt1);
72
+ border-collapse: collapse;
73
+ height: 100%;
74
+ width: 100%;
75
+ }
76
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table td.e-dashboard-gridline {
77
+ border: 1px dashed var(--color-sf-border-light);
78
+ position: absolute;
79
+ }
80
+ .e-dashboardlayout.e-control.e-responsive {
81
+ width: 100% !important;
82
+ }
83
+ .e-dashboardlayout.e-control.e-prevent {
84
+ -webkit-user-select: none;
85
+ -moz-user-select: none;
86
+ -ms-user-select: none;
87
+ user-select: none;
88
+ }
89
+ .e-dashboardlayout.e-control .e-panel.e-ssr {
90
+ position: relative;
91
+ }
92
+ .e-dashboardlayout.e-control .e-panel {
93
+ border: 1px solid var(--color-sf-border-light);
94
+ height: 100%;
95
+ -webkit-user-select: none;
96
+ -moz-user-select: none;
97
+ -ms-user-select: none;
98
+ user-select: none;
99
+ width: 100%;
100
+ border-radius: 4px;
101
+ }
102
+ .e-dashboardlayout.e-control .e-panel:hover {
103
+ border: 1px solid var(--color-sf-border-dark);
104
+ }
105
+ .e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
106
+ display: block;
107
+ }
108
+ .e-dashboardlayout.e-control .e-panel:active {
109
+ border: 1px solid var(--color-sf-primary-border-color);
110
+ }
111
+ .e-dashboardlayout.e-control .e-panel .e-panel-container {
112
+ height: 100%;
113
+ width: 100%;
114
+ }
115
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
116
+ height: inherit;
117
+ width: inherit;
118
+ }
119
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
120
+ display: none;
121
+ }
122
+ .e-dashboardlayout.e-control .e-panel.e-panel-transition {
123
+ -webkit-transition: top 0.1s, left 0.1s;
124
+ transition: top 0.1s, left 0.1s;
125
+ }
126
+ .e-dashboardlayout.e-control .e-panel .e-panel-header {
127
+ border-bottom: 1px solid var(--color-sf-border-light);
128
+ color: var(--color-sf-content-text-color);
129
+ 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";
130
+ font-size: 16px;
131
+ font-weight: 400;
132
+ height: 38px;
133
+ padding: 10px 9px 5px;
134
+ line-height: 24px;
135
+ }
136
+ .e-dashboardlayout.e-control .e-panel .e-panel-header div {
137
+ overflow: hidden;
138
+ text-overflow: ellipsis;
139
+ white-space: nowrap;
140
+ }
141
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
142
+ display: inline-block;
143
+ }
144
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
145
+ float: right;
146
+ }
147
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single, .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
148
+ position: absolute;
149
+ -ms-touch-action: none;
150
+ touch-action: none;
151
+ }
152
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
153
+ border: none;
154
+ }
155
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover {
156
+ cursor: e-resize;
157
+ }
158
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover {
159
+ cursor: w-resize;
160
+ }
161
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover {
162
+ cursor: n-resize;
163
+ }
164
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover {
165
+ cursor: s-resize;
166
+ }
167
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover {
168
+ cursor: nw-resize;
169
+ }
170
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover {
171
+ cursor: ne-resize;
172
+ }
173
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover {
174
+ cursor: sw-resize;
175
+ }
176
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover {
177
+ cursor: se-resize;
178
+ }
179
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
180
+ font-family: "e-icons";
181
+ position: absolute;
182
+ }
183
+ .e-dashboardlayout.e-control .e-panel.e-dragging, .e-dashboardlayout.e-control .e-panel.e-item-moving {
184
+ cursor: move;
185
+ z-index: 1111 !important;
186
+ }
187
+ .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
188
+ float: left;
189
+ }
190
+ .e-dashboardlayout.e-control .e-drag:hover {
191
+ cursor: move;
192
+ }
193
+ .e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
194
+ .e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
195
+ cursor: default;
196
+ }
197
+ .e-dashboardlayout.e-control .e-holder {
198
+ background: var(--color-sf-primary-lighter);
199
+ border: 1px var(--color-sf-primary-border-color) dashed;
200
+ border-radius: 4px;
201
+ position: absolute;
202
+ border-radius: 4px;
203
+ }
204
+ .e-dashboardlayout.e-control .e-holder.e-holder-transition {
205
+ -webkit-transition: top 0.3s, left 0.3s;
206
+ transition: top 0.3s, left 0.3s;
207
+ }
208
+
209
+ .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
210
+ height: 100%;
211
+ width: 100%;
212
+ }
213
+
214
+ .e-dashboardlayout.e-control {
215
+ display: block;
216
+ position: relative;
217
+ }
218
+ .e-dashboardlayout.e-control .e-panel {
219
+ background: var(--color-sf-flyout-bg-color);
220
+ -webkit-box-shadow: 0 1px 2px 0 rgba(var(--color-sf-black), 0.05);
221
+ box-shadow: 0 1px 2px 0 rgba(var(--color-sf-black), 0.05);
222
+ -webkit-box-sizing: border-box;
223
+ box-sizing: border-box;
224
+ position: absolute;
225
+ }
226
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
227
+ color: var(--color-sf-content-text-color);
228
+ }
229
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
230
+ background: none;
231
+ }
232
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
233
+ color: var(--color-sf-icon-color-disabled);
234
+ font-size: 8px;
235
+ height: 8px;
236
+ width: 8px;
237
+ }
238
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
239
+ bottom: 2px;
240
+ right: 2px;
241
+ }
242
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
243
+ bottom: 2px;
244
+ left: 2px;
245
+ }
246
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
247
+ left: 2px;
248
+ top: 2px;
249
+ }
250
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
251
+ right: 2px;
252
+ top: 2px;
253
+ }
254
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
255
+ right: 2px;
256
+ top: 2px;
257
+ }
258
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
259
+ left: 2px;
260
+ top: 2px;
261
+ }
262
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
263
+ bottom: 2px;
264
+ left: 2px;
265
+ }
266
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
267
+ bottom: 2px;
268
+ right: 2px;
269
+ }
270
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
271
+ right: 2px;
272
+ top: 2px;
273
+ }
274
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
275
+ left: 2px;
276
+ top: 2px;
277
+ }
278
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
279
+ bottom: 2px;
280
+ left: 2px;
281
+ }
282
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
283
+ bottom: 2px;
284
+ right: 2px;
285
+ }
286
+ .e-dashboardlayout.e-control .e-panel:active {
287
+ background: var(--color-sf-content-bg-color-selected);
288
+ -webkit-box-shadow: 0 2px 4px -2px rgba(var(--color-sf-black), 0.1), 0 4px 6px -1px rgba(var(--color-sf-black), 0.1);
289
+ box-shadow: 0 2px 4px -2px rgba(var(--color-sf-black), 0.1), 0 4px 6px -1px rgba(var(--color-sf-black), 0.1);
290
+ }
291
+ .e-dashboardlayout.e-control .e-panel.e-dragging:active {
292
+ background: var(--color-sf-content-bg-color-selected);
293
+ -webkit-box-shadow: 0 2px 4px -2px rgba(var(--color-sf-black), 0.1), 0 4px 6px -1px rgba(var(--color-sf-black), 0.1);
294
+ box-shadow: 0 2px 4px -2px rgba(var(--color-sf-black), 0.1), 0 4px 6px -1px rgba(var(--color-sf-black), 0.1);
295
+ }
296
+
297
+ .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
298
+ font-size: 16px;
299
+ font-weight: 400;
300
+ height: 38px;
301
+ padding: 10px 9px 5px;
302
+ line-height: 24px;
303
+ }
304
+ .e-bigger .e-panel-header {
305
+ color: var(--color-sf-content-text-color);
306
+ }
307
+
308
+ .e-bigger .e-panel-header {
309
+ font-size: 16px;
310
+ font-weight: 400;
311
+ height: 38px;
312
+ padding: 10px 9px 5px;
313
+ line-height: 24px;
314
+ }
@@ -0,0 +1,5 @@
1
+ @import 'ej2-base/styles/definition/tailwind3.scss';
2
+ @import 'tailwind3-definition.scss';
3
+ @import 'icons/tailwind3.scss';
4
+ @import 'all.scss';
5
+ @import 'bigger.scss';
@@ -1099,8 +1099,8 @@
1099
1099
  display: none;
1100
1100
  }
1101
1101
  .e-dashboardlayout.e-control .e-panel.e-panel-transition {
1102
- -webkit-transition: top 0.5s, left 0.5s;
1103
- transition: top 0.5s, left 0.5s;
1102
+ -webkit-transition: top 0.1s, left 0.1s;
1103
+ transition: top 0.1s, left 0.1s;
1104
1104
  }
1105
1105
  .e-dashboardlayout.e-control .e-panel .e-panel-header {
1106
1106
  border-bottom: none;
@@ -1445,7 +1445,7 @@
1445
1445
  left: auto;
1446
1446
  }
1447
1447
  .e-timeline.e-horizontal .e-dot-item {
1448
- margin: calc(var(--dot-size) * 2 / 2) 0;
1448
+ margin: var(--dot-size);
1449
1449
  }
1450
1450
  .e-timeline.e-horizontal .e-opposite-content,
1451
1451
  .e-timeline.e-horizontal .e-content {
@@ -1274,8 +1274,8 @@
1274
1274
  display: none;
1275
1275
  }
1276
1276
  .e-dashboardlayout.e-control .e-panel.e-panel-transition {
1277
- -webkit-transition: top 0.5s, left 0.5s;
1278
- transition: top 0.5s, left 0.5s;
1277
+ -webkit-transition: top 0.1s, left 0.1s;
1278
+ transition: top 0.1s, left 0.1s;
1279
1279
  }
1280
1280
  .e-dashboardlayout.e-control .e-panel .e-panel-header {
1281
1281
  border-bottom: none;
@@ -1637,7 +1637,7 @@
1637
1637
  left: auto;
1638
1638
  }
1639
1639
  .e-timeline.e-horizontal .e-dot-item {
1640
- margin: calc(var(--dot-size) * 2 / 2) 0;
1640
+ margin: var(--dot-size);
1641
1641
  }
1642
1642
  .e-timeline.e-horizontal .e-opposite-content,
1643
1643
  .e-timeline.e-horizontal .e-content {
@@ -248,7 +248,6 @@
248
248
  }
249
249
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
250
250
  font-size: 14px;
251
- font-weight: normal;
252
251
  font-weight: 600;
253
252
  line-height: normal;
254
253
  }
@@ -1109,8 +1108,8 @@
1109
1108
  display: none;
1110
1109
  }
1111
1110
  .e-dashboardlayout.e-control .e-panel.e-panel-transition {
1112
- -webkit-transition: top 0.5s, left 0.5s;
1113
- transition: top 0.5s, left 0.5s;
1111
+ -webkit-transition: top 0.1s, left 0.1s;
1112
+ transition: top 0.1s, left 0.1s;
1114
1113
  }
1115
1114
  .e-dashboardlayout.e-control .e-panel .e-panel-header {
1116
1115
  border-bottom: none;
@@ -1455,7 +1454,7 @@
1455
1454
  left: auto;
1456
1455
  }
1457
1456
  .e-timeline.e-horizontal .e-dot-item {
1458
- margin: calc(var(--dot-size) * 2 / 2) 0;
1457
+ margin: var(--dot-size);
1459
1458
  }
1460
1459
  .e-timeline.e-horizontal .e-opposite-content,
1461
1460
  .e-timeline.e-horizontal .e-content {
package/styles/fabric.css CHANGED
@@ -248,7 +248,6 @@
248
248
  }
249
249
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
250
250
  font-size: 14px;
251
- font-weight: normal;
252
251
  font-weight: 600;
253
252
  line-height: normal;
254
253
  }
@@ -1285,8 +1284,8 @@
1285
1284
  display: none;
1286
1285
  }
1287
1286
  .e-dashboardlayout.e-control .e-panel.e-panel-transition {
1288
- -webkit-transition: top 0.5s, left 0.5s;
1289
- transition: top 0.5s, left 0.5s;
1287
+ -webkit-transition: top 0.1s, left 0.1s;
1288
+ transition: top 0.1s, left 0.1s;
1290
1289
  }
1291
1290
  .e-dashboardlayout.e-control .e-panel .e-panel-header {
1292
1291
  border-bottom: none;
@@ -1648,7 +1647,7 @@
1648
1647
  left: auto;
1649
1648
  }
1650
1649
  .e-timeline.e-horizontal .e-dot-item {
1651
- margin: calc(var(--dot-size) * 2 / 2) 0;
1650
+ margin: var(--dot-size);
1652
1651
  }
1653
1652
  .e-timeline.e-horizontal .e-opposite-content,
1654
1653
  .e-timeline.e-horizontal .e-content {
@@ -1121,8 +1121,8 @@
1121
1121
  display: none;
1122
1122
  }
1123
1123
  .e-dashboardlayout.e-control .e-panel.e-panel-transition {
1124
- -webkit-transition: top 0.5s, left 0.5s;
1125
- transition: top 0.5s, left 0.5s;
1124
+ -webkit-transition: top 0.1s, left 0.1s;
1125
+ transition: top 0.1s, left 0.1s;
1126
1126
  }
1127
1127
  .e-dashboardlayout.e-control .e-panel .e-panel-header {
1128
1128
  border-bottom: 1px solid #323130;
@@ -1470,7 +1470,7 @@
1470
1470
  left: auto;
1471
1471
  }
1472
1472
  .e-timeline.e-horizontal .e-dot-item {
1473
- margin: calc(var(--dot-size) * 2 / 2) 0;
1473
+ margin: var(--dot-size);
1474
1474
  }
1475
1475
  .e-timeline.e-horizontal .e-opposite-content,
1476
1476
  .e-timeline.e-horizontal .e-content {
@@ -1304,8 +1304,8 @@
1304
1304
  display: none;
1305
1305
  }
1306
1306
  .e-dashboardlayout.e-control .e-panel.e-panel-transition {
1307
- -webkit-transition: top 0.5s, left 0.5s;
1308
- transition: top 0.5s, left 0.5s;
1307
+ -webkit-transition: top 0.1s, left 0.1s;
1308
+ transition: top 0.1s, left 0.1s;
1309
1309
  }
1310
1310
  .e-dashboardlayout.e-control .e-panel .e-panel-header {
1311
1311
  border-bottom: 1px solid #323130;
@@ -1670,7 +1670,7 @@
1670
1670
  left: auto;
1671
1671
  }
1672
1672
  .e-timeline.e-horizontal .e-dot-item {
1673
- margin: calc(var(--dot-size) * 2 / 2) 0;
1673
+ margin: var(--dot-size);
1674
1674
  }
1675
1675
  .e-timeline.e-horizontal .e-opposite-content,
1676
1676
  .e-timeline.e-horizontal .e-content {
@@ -1121,8 +1121,8 @@
1121
1121
  display: none;
1122
1122
  }
1123
1123
  .e-dashboardlayout.e-control .e-panel.e-panel-transition {
1124
- -webkit-transition: top 0.5s, left 0.5s;
1125
- transition: top 0.5s, left 0.5s;
1124
+ -webkit-transition: top 0.1s, left 0.1s;
1125
+ transition: top 0.1s, left 0.1s;
1126
1126
  }
1127
1127
  .e-dashboardlayout.e-control .e-panel .e-panel-header {
1128
1128
  border-bottom: 1px solid #edebe9;
@@ -1470,7 +1470,7 @@
1470
1470
  left: auto;
1471
1471
  }
1472
1472
  .e-timeline.e-horizontal .e-dot-item {
1473
- margin: calc(var(--dot-size) * 2 / 2) 0;
1473
+ margin: var(--dot-size);
1474
1474
  }
1475
1475
  .e-timeline.e-horizontal .e-opposite-content,
1476
1476
  .e-timeline.e-horizontal .e-content {
package/styles/fluent.css CHANGED
@@ -1304,8 +1304,8 @@
1304
1304
  display: none;
1305
1305
  }
1306
1306
  .e-dashboardlayout.e-control .e-panel.e-panel-transition {
1307
- -webkit-transition: top 0.5s, left 0.5s;
1308
- transition: top 0.5s, left 0.5s;
1307
+ -webkit-transition: top 0.1s, left 0.1s;
1308
+ transition: top 0.1s, left 0.1s;
1309
1309
  }
1310
1310
  .e-dashboardlayout.e-control .e-panel .e-panel-header {
1311
1311
  border-bottom: 1px solid #edebe9;
@@ -1670,7 +1670,7 @@
1670
1670
  left: auto;
1671
1671
  }
1672
1672
  .e-timeline.e-horizontal .e-dot-item {
1673
- margin: calc(var(--dot-size) * 2 / 2) 0;
1673
+ margin: var(--dot-size);
1674
1674
  }
1675
1675
  .e-timeline.e-horizontal .e-opposite-content,
1676
1676
  .e-timeline.e-horizontal .e-content {
@@ -19,7 +19,7 @@
19
19
  display: -webkit-inline-box;
20
20
  display: -ms-inline-flexbox;
21
21
  display: inline-flex;
22
- font-family: "Segoe UI", -apple-system, blinkMacSystemfont, "Roboto", "Helvetica Neue", sans-serif;
22
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
23
23
  font-size: 14px;
24
24
  font-weight: 400;
25
25
  height: 40px;
@@ -79,7 +79,7 @@
79
79
  -webkit-box-direction: normal;
80
80
  -ms-flex-direction: column;
81
81
  flex-direction: column;
82
- font-family: "Segoe UI", -apple-system, blinkMacSystemfont, "Roboto", "Helvetica Neue", sans-serif;
82
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
83
83
  font-size: 15px;
84
84
  -webkit-box-pack: center;
85
85
  -ms-flex-pack: center;
@@ -258,7 +258,6 @@
258
258
  }
259
259
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
260
260
  font-size: 14px;
261
- font-weight: normal;
262
261
  font-weight: 600;
263
262
  line-height: 1.5;
264
263
  }
@@ -391,7 +390,7 @@
391
390
  }
392
391
  .e-card .e-card-actions .e-card-btn,
393
392
  .e-card .e-card-actions a {
394
- font-family: "Segoe UI", -apple-system, blinkMacSystemfont, "Roboto", "Helvetica Neue", sans-serif;
393
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
395
394
  font-size: 14px;
396
395
  line-height: 30px;
397
396
  margin: 0 0 0 6px;
@@ -516,7 +515,7 @@
516
515
  -webkit-box-flex: 1;
517
516
  -ms-flex: 1 1 auto;
518
517
  flex: 1 1 auto;
519
- font-family: "Segoe UI", -apple-system, blinkMacSystemfont, "Roboto", "Helvetica Neue", sans-serif;
518
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
520
519
  font-size: 14px;
521
520
  font-weight: 400;
522
521
  }
@@ -1115,13 +1114,13 @@
1115
1114
  display: none;
1116
1115
  }
1117
1116
  .e-dashboardlayout.e-control .e-panel.e-panel-transition {
1118
- -webkit-transition: top 0.5s, left 0.5s;
1119
- transition: top 0.5s, left 0.5s;
1117
+ -webkit-transition: top 0.1s, left 0.1s;
1118
+ transition: top 0.1s, left 0.1s;
1120
1119
  }
1121
1120
  .e-dashboardlayout.e-control .e-panel .e-panel-header {
1122
1121
  border-bottom: none;
1123
1122
  color: var(--color-sf-content-text-color);
1124
- font-family: "Segoe UI", -apple-system, blinkMacSystemfont, "Roboto", "Helvetica Neue", sans-serif;
1123
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
1125
1124
  font-size: 14px;
1126
1125
  font-weight: 600;
1127
1126
  height: 38px;
@@ -1465,7 +1464,7 @@
1465
1464
  left: auto;
1466
1465
  }
1467
1466
  .e-timeline.e-horizontal .e-dot-item {
1468
- margin: calc(var(--dot-size) * 2 / 2) 0;
1467
+ margin: var(--dot-size);
1469
1468
  }
1470
1469
  .e-timeline.e-horizontal .e-opposite-content,
1471
1470
  .e-timeline.e-horizontal .e-content {
@@ -19,7 +19,7 @@
19
19
  display: -webkit-inline-box;
20
20
  display: -ms-inline-flexbox;
21
21
  display: inline-flex;
22
- font-family: "Segoe UI", -apple-system, blinkMacSystemfont, "Roboto", "Helvetica Neue", sans-serif;
22
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
23
23
  font-size: 14px;
24
24
  font-weight: 400;
25
25
  height: 40px;
@@ -79,7 +79,7 @@
79
79
  -webkit-box-direction: normal;
80
80
  -ms-flex-direction: column;
81
81
  flex-direction: column;
82
- font-family: "Segoe UI", -apple-system, blinkMacSystemfont, "Roboto", "Helvetica Neue", sans-serif;
82
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
83
83
  font-size: 15px;
84
84
  -webkit-box-pack: center;
85
85
  -ms-flex-pack: center;
@@ -258,7 +258,6 @@
258
258
  }
259
259
  .e-card .e-card-header .e-card-header-caption .e-card-header-title {
260
260
  font-size: 14px;
261
- font-weight: normal;
262
261
  font-weight: 600;
263
262
  line-height: 1.5;
264
263
  }
@@ -391,7 +390,7 @@
391
390
  }
392
391
  .e-card .e-card-actions .e-card-btn,
393
392
  .e-card .e-card-actions a {
394
- font-family: "Segoe UI", -apple-system, blinkMacSystemfont, "Roboto", "Helvetica Neue", sans-serif;
393
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
395
394
  font-size: 14px;
396
395
  line-height: 30px;
397
396
  margin: 0 0 0 6px;
@@ -654,7 +653,7 @@
654
653
  -webkit-box-flex: 1;
655
654
  -ms-flex: 1 1 auto;
656
655
  flex: 1 1 auto;
657
- font-family: "Segoe UI", -apple-system, blinkMacSystemfont, "Roboto", "Helvetica Neue", sans-serif;
656
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
658
657
  font-size: 14px;
659
658
  font-weight: 400;
660
659
  }
@@ -1293,13 +1292,13 @@
1293
1292
  display: none;
1294
1293
  }
1295
1294
  .e-dashboardlayout.e-control .e-panel.e-panel-transition {
1296
- -webkit-transition: top 0.5s, left 0.5s;
1297
- transition: top 0.5s, left 0.5s;
1295
+ -webkit-transition: top 0.1s, left 0.1s;
1296
+ transition: top 0.1s, left 0.1s;
1298
1297
  }
1299
1298
  .e-dashboardlayout.e-control .e-panel .e-panel-header {
1300
1299
  border-bottom: none;
1301
1300
  color: var(--color-sf-content-text-color);
1302
- font-family: "Segoe UI", -apple-system, blinkMacSystemfont, "Roboto", "Helvetica Neue", sans-serif;
1301
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
1303
1302
  font-size: 14px;
1304
1303
  font-weight: 600;
1305
1304
  height: 38px;
@@ -1660,7 +1659,7 @@
1660
1659
  left: auto;
1661
1660
  }
1662
1661
  .e-timeline.e-horizontal .e-dot-item {
1663
- margin: calc(var(--dot-size) * 2 / 2) 0;
1662
+ margin: var(--dot-size);
1664
1663
  }
1665
1664
  .e-timeline.e-horizontal .e-opposite-content,
1666
1665
  .e-timeline.e-horizontal .e-content {
@@ -1036,8 +1036,8 @@
1036
1036
  display: none;
1037
1037
  }
1038
1038
  .e-dashboardlayout.e-control .e-panel.e-panel-transition {
1039
- -webkit-transition: top 0.5s, left 0.5s;
1040
- transition: top 0.5s, left 0.5s;
1039
+ -webkit-transition: top 0.1s, left 0.1s;
1040
+ transition: top 0.1s, left 0.1s;
1041
1041
  }
1042
1042
  .e-dashboardlayout.e-control .e-panel .e-panel-header {
1043
1043
  border-bottom: none;
@@ -1382,7 +1382,7 @@
1382
1382
  left: auto;
1383
1383
  }
1384
1384
  .e-timeline.e-horizontal .e-dot-item {
1385
- margin: calc(var(--dot-size) * 2 / 2) 0;
1385
+ margin: var(--dot-size);
1386
1386
  }
1387
1387
  .e-timeline.e-horizontal .e-opposite-content,
1388
1388
  .e-timeline.e-horizontal .e-content {