@syncfusion/ej2-layouts 24.2.3 → 25.1.35-579988

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 (127) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/ej2-layouts.min.js +2 -2
  3. package/dist/ej2-layouts.umd.min.js +2 -2
  4. package/dist/ej2-layouts.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-layouts.es2015.js +388 -10
  6. package/dist/es6/ej2-layouts.es2015.js.map +1 -1
  7. package/dist/es6/ej2-layouts.es5.js +414 -10
  8. package/dist/es6/ej2-layouts.es5.js.map +1 -1
  9. package/dist/global/ej2-layouts.min.js +2 -2
  10. package/dist/global/ej2-layouts.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +7 -7
  13. package/src/dashboard-layout/dashboard-layout.js +14 -6
  14. package/src/index.d.ts +1 -0
  15. package/src/index.js +1 -0
  16. package/src/splitter/splitter.js +6 -2
  17. package/src/timeline/index.d.ts +3 -0
  18. package/src/timeline/index.js +2 -0
  19. package/src/timeline/timeline-model.d.ts +140 -0
  20. package/src/timeline/timeline.d.ts +236 -0
  21. package/src/timeline/timeline.js +392 -0
  22. package/styles/avatar/_bds-definition.scss +32 -0
  23. package/styles/bootstrap-dark.css +239 -0
  24. package/styles/bootstrap-dark.scss +1 -0
  25. package/styles/bootstrap.css +239 -0
  26. package/styles/bootstrap.scss +1 -0
  27. package/styles/bootstrap4.css +239 -0
  28. package/styles/bootstrap4.scss +1 -0
  29. package/styles/bootstrap5-dark.css +239 -0
  30. package/styles/bootstrap5-dark.scss +1 -0
  31. package/styles/bootstrap5.css +239 -0
  32. package/styles/bootstrap5.scss +1 -0
  33. package/styles/card/_bds-definition.scss +123 -0
  34. package/styles/card/_layout.scss +2 -2
  35. package/styles/card/_theme.scss +24 -4
  36. package/styles/card/fabric.css +2 -2
  37. package/styles/card/highcontrast.css +2 -2
  38. package/styles/card/material3-dark.css +4 -4
  39. package/styles/card/material3.css +4 -4
  40. package/styles/dashboard-layout/_bds-definition.scss +109 -0
  41. package/styles/dashboard-layout/icons/_bds.scss +80 -0
  42. package/styles/fabric-dark.css +239 -0
  43. package/styles/fabric-dark.scss +1 -0
  44. package/styles/fabric.css +241 -2
  45. package/styles/fabric.scss +1 -0
  46. package/styles/fluent-dark.css +239 -0
  47. package/styles/fluent-dark.scss +1 -0
  48. package/styles/fluent.css +239 -0
  49. package/styles/fluent.scss +1 -0
  50. package/styles/highcontrast-light.css +239 -0
  51. package/styles/highcontrast-light.scss +1 -0
  52. package/styles/highcontrast.css +241 -2
  53. package/styles/highcontrast.scss +1 -0
  54. package/styles/material-dark.css +239 -0
  55. package/styles/material-dark.scss +1 -0
  56. package/styles/material.css +239 -0
  57. package/styles/material.scss +1 -0
  58. package/styles/material3-dark.css +243 -4
  59. package/styles/material3-dark.scss +1 -0
  60. package/styles/material3.css +243 -4
  61. package/styles/material3.scss +1 -0
  62. package/styles/splitter/_bds-definition.scss +31 -0
  63. package/styles/splitter/icons/_bds.scss +39 -0
  64. package/styles/tailwind-dark.css +239 -0
  65. package/styles/tailwind-dark.scss +1 -0
  66. package/styles/tailwind.css +239 -0
  67. package/styles/tailwind.scss +1 -0
  68. package/styles/timeline/_all.scss +2 -0
  69. package/styles/timeline/_bds-definition.scss +18 -0
  70. package/styles/timeline/_bootstrap-dark-definition.scss +18 -0
  71. package/styles/timeline/_bootstrap-definition.scss +18 -0
  72. package/styles/timeline/_bootstrap4-definition.scss +18 -0
  73. package/styles/timeline/_bootstrap5-dark-definition.scss +1 -0
  74. package/styles/timeline/_bootstrap5-definition.scss +18 -0
  75. package/styles/timeline/_fabric-dark-definition.scss +18 -0
  76. package/styles/timeline/_fabric-definition.scss +18 -0
  77. package/styles/timeline/_fluent-dark-definition.scss +1 -0
  78. package/styles/timeline/_fluent-definition.scss +18 -0
  79. package/styles/timeline/_fusionnew-definition.scss +18 -0
  80. package/styles/timeline/_highcontrast-definition.scss +18 -0
  81. package/styles/timeline/_highcontrast-light-definition.scss +18 -0
  82. package/styles/timeline/_layout.scss +273 -0
  83. package/styles/timeline/_material-dark-definition.scss +18 -0
  84. package/styles/timeline/_material-definition.scss +18 -0
  85. package/styles/timeline/_material3-dark-definition.scss +1 -0
  86. package/styles/timeline/_material3-definition.scss +18 -0
  87. package/styles/timeline/_tailwind-dark-definition.scss +1 -0
  88. package/styles/timeline/_tailwind-definition.scss +18 -0
  89. package/styles/timeline/_theme.scss +31 -0
  90. package/styles/timeline/bootstrap-dark.css +238 -0
  91. package/styles/timeline/bootstrap-dark.scss +3 -0
  92. package/styles/timeline/bootstrap.css +238 -0
  93. package/styles/timeline/bootstrap.scss +3 -0
  94. package/styles/timeline/bootstrap4.css +238 -0
  95. package/styles/timeline/bootstrap4.scss +3 -0
  96. package/styles/timeline/bootstrap5-dark.css +238 -0
  97. package/styles/timeline/bootstrap5-dark.scss +3 -0
  98. package/styles/timeline/bootstrap5.css +238 -0
  99. package/styles/timeline/bootstrap5.scss +3 -0
  100. package/styles/timeline/fabric-dark.css +238 -0
  101. package/styles/timeline/fabric-dark.scss +3 -0
  102. package/styles/timeline/fabric.css +238 -0
  103. package/styles/timeline/fabric.scss +3 -0
  104. package/styles/timeline/fluent-dark.css +238 -0
  105. package/styles/timeline/fluent-dark.scss +3 -0
  106. package/styles/timeline/fluent.css +238 -0
  107. package/styles/timeline/fluent.scss +3 -0
  108. package/styles/timeline/highcontrast-light.css +238 -0
  109. package/styles/timeline/highcontrast-light.scss +3 -0
  110. package/styles/timeline/highcontrast.css +238 -0
  111. package/styles/timeline/highcontrast.scss +3 -0
  112. package/styles/timeline/material-dark.css +238 -0
  113. package/styles/timeline/material-dark.scss +3 -0
  114. package/styles/timeline/material.css +238 -0
  115. package/styles/timeline/material.scss +3 -0
  116. package/styles/timeline/material3-dark.css +293 -0
  117. package/styles/timeline/material3-dark.scss +4 -0
  118. package/styles/timeline/material3.css +349 -0
  119. package/styles/timeline/material3.scss +4 -0
  120. package/styles/timeline/tailwind-dark.css +238 -0
  121. package/styles/timeline/tailwind-dark.scss +3 -0
  122. package/styles/timeline/tailwind.css +238 -0
  123. package/styles/timeline/tailwind.scss +3 -0
  124. package/timeline.d.ts +4 -0
  125. package/timeline.js +4 -0
  126. package/.github/PULL_REQUEST_TEMPLATE/Bug.md +0 -41
  127. package/.github/PULL_REQUEST_TEMPLATE/Feature.md +0 -27
@@ -0,0 +1,293 @@
1
+ :root {
2
+ --color-sf-black: 0, 0, 0;
3
+ --color-sf-white: 255, 255, 255;
4
+ --color-sf-primary: 208, 188, 255;
5
+ --color-sf-primary-container: 79, 55, 139;
6
+ --color-sf-secondary: 204, 194, 220;
7
+ --color-sf-secondary-container: 74, 68, 88;
8
+ --color-sf-tertiary: 239, 184, 200;
9
+ --color-sf-tertiary-container: 99, 59, 72;
10
+ --color-sf-surface: 28, 27, 31;
11
+ --color-sf-surface-variant: 73, 69, 79;
12
+ --color-sf-background: var(--color-sf-surface);
13
+ --color-sf-on-primary: 55, 30, 115;
14
+ --color-sf-on-primary-container: 234, 221, 255;
15
+ --color-sf-on-secondary: 51, 45, 65;
16
+ --color-sf-on-secondary-container: 232, 222, 248;
17
+ --color-sf-on-tertiary: 73, 37, 50;
18
+ --color-sf-on-tertiary-containe: 255, 216, 228;
19
+ --color-sf-on-surface: 230, 225, 229;
20
+ --color-sf-on-surface-variant: 202, 196, 208;
21
+ --color-sf-on-background: 230, 225, 229;
22
+ --color-sf-outline: 147, 143, 153;
23
+ --color-sf-outline-variant: 68, 71, 70;
24
+ --color-sf-shadow: 0, 0, 0;
25
+ --color-sf-surface-tint-color: 208, 188, 255;
26
+ --color-sf-inverse-surface: 230, 225, 229;
27
+ --color-sf-inverse-on-surface: 49, 48, 51;
28
+ --color-sf-inverse-primary: 103, 80, 164;
29
+ --color-sf-scrim: 0, 0, 0;
30
+ --color-sf-error: 242, 184, 181;
31
+ --color-sf-error-container: 140, 29, 24;
32
+ --color-sf-on-error: 96, 20, 16;
33
+ --color-sf-on-error-container: 249, 222, 220;
34
+ --color-sf-success: 83, 202, 23;
35
+ --color-sf-success-container: 22, 62, 2;
36
+ --color-sf-on-success: 13, 39, 0;
37
+ --color-sf-on-success-container: 183, 250, 150;
38
+ --color-sf-info: 71, 172, 251;
39
+ --color-sf-info-container: 0, 67, 120;
40
+ --color-sf-on-info: 0, 51, 91;
41
+ --color-sf-on-info-container: 173, 219, 255;
42
+ --color-sf-warning: 245, 180, 130;
43
+ --color-sf-warning-container: 123, 65, 0;
44
+ --color-sf-on-warning: 99, 52, 0;
45
+ --color-sf-on-warning-container: 255, 220, 193;
46
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
47
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
48
+ --color-sf-success-text: 0, 0, 0;
49
+ --color-sf-warning-text: 0, 0, 0;
50
+ --color-sf-info-text: 0, 0, 0;
51
+ --color-sf-danger-text: 0, 0, 0;
52
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
53
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
54
+ }
55
+
56
+ .e-timeline {
57
+ --dot-size: 16px;
58
+ --dot-outer-space: 0;
59
+ --dot-border: 1px;
60
+ --connector-size: 1px;
61
+ --dot-radius: 50%;
62
+ height: inherit;
63
+ width: 100%;
64
+ }
65
+ .e-timeline [class^="e-dot "]::before,
66
+ .e-timeline .e-dot-item,
67
+ .e-timeline .e-dot {
68
+ display: -ms-flexbox;
69
+ display: flex;
70
+ -ms-flex-align: center;
71
+ align-items: center;
72
+ -ms-flex-pack: center;
73
+ justify-content: center;
74
+ }
75
+ .e-timeline [class^="e-dot "]::before {
76
+ min-width: 32px;
77
+ min-height: 32px;
78
+ border-radius: var(--dot-radius);
79
+ }
80
+ .e-timeline .e-timeline-items {
81
+ display: -ms-inline-flexbox;
82
+ display: inline-flex;
83
+ -ms-flex-direction: column;
84
+ flex-direction: column;
85
+ list-style: none;
86
+ -ms-flex-wrap: nowrap;
87
+ flex-wrap: nowrap;
88
+ padding: 0;
89
+ width: inherit;
90
+ height: inherit;
91
+ }
92
+ .e-timeline .e-timeline-item {
93
+ display: -ms-flexbox;
94
+ display: flex;
95
+ -ms-flex-direction: row;
96
+ flex-direction: row;
97
+ position: relative;
98
+ -ms-flex-align: start;
99
+ align-items: flex-start;
100
+ width: inherit;
101
+ height: inherit;
102
+ }
103
+ .e-timeline .e-timeline-item.e-connector::after {
104
+ top: 0;
105
+ bottom: 0;
106
+ left: calc(50% - var(--connector-size));
107
+ right: auto;
108
+ content: "";
109
+ position: absolute;
110
+ z-index: 999;
111
+ border-width: var(--connector-size);
112
+ border-style: solid;
113
+ }
114
+ .e-timeline .e-timeline-item.e-connector.e-item-template::after {
115
+ content: unset;
116
+ }
117
+ .e-timeline .e-dot-item {
118
+ position: relative;
119
+ -ms-flex: 0 1 calc(var(--dot-size) * 3);
120
+ flex: 0 1 calc(var(--dot-size) * 3);
121
+ z-index: 1000;
122
+ }
123
+ .e-timeline .e-dot {
124
+ min-width: var(--dot-size);
125
+ min-height: var(--dot-size);
126
+ border-radius: var(--dot-radius);
127
+ outline: var(--dot-outer-space) solid;
128
+ border: var(--dot-border) solid;
129
+ font-size: 16px;
130
+ background-size: cover;
131
+ background-position: center;
132
+ background-repeat: no-repeat;
133
+ }
134
+ .e-timeline .e-opposite-content,
135
+ .e-timeline .e-content {
136
+ -ms-flex: 1 1 50%;
137
+ flex: 1 1 50%;
138
+ }
139
+ .e-timeline .e-opposite-content {
140
+ font-size: 12px;
141
+ text-align: right;
142
+ }
143
+ .e-timeline .e-content {
144
+ text-align: left;
145
+ font-size: 14px;
146
+ font-weight: 500;
147
+ }
148
+ .e-timeline .e-timeline-item:first-child::after {
149
+ top: 0;
150
+ }
151
+ .e-timeline .e-timeline-item:last-child::after {
152
+ bottom: calc(var(--dot-size) * 2);
153
+ }
154
+ .e-timeline.e-vertical.e-align-before .e-timeline-item, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even), .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) {
155
+ -ms-flex-direction: row-reverse;
156
+ flex-direction: row-reverse;
157
+ }
158
+ .e-timeline.e-vertical.e-timeline-reverse .e-timeline-items {
159
+ -ms-flex-direction: column-reverse;
160
+ flex-direction: column-reverse;
161
+ }
162
+ .e-timeline.e-vertical.e-align-before .e-timeline-items .e-opposite-content, .e-timeline.e-vertical.e-align-after .e-timeline-items .e-content {
163
+ text-align: left;
164
+ }
165
+ .e-timeline.e-vertical .e-timeline-item.e-connector:last-child::after {
166
+ content: unset;
167
+ }
168
+ .e-timeline.e-vertical.e-timeline-reverse .e-timeline-item.e-connector:first-child::after {
169
+ content: unset;
170
+ }
171
+ .e-timeline.e-vertical.e-timeline-reverse .e-timeline-item.e-connector:last-child::after {
172
+ content: "";
173
+ bottom: 0;
174
+ }
175
+ .e-timeline.e-vertical.e-align-after .e-opposite-content, .e-timeline.e-vertical.e-align-before .e-content, .e-timeline.e-vertical.e-rtl.e-align-after .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-before .e-opposite-content, .e-timeline.e-vertical.e-align-alternate .e-opposite-content, .e-timeline.e-vertical.e-align-alternatereverse .e-opposite-content {
176
+ text-align: right;
177
+ }
178
+ .e-timeline.e-vertical.e-align-before .e-opposite-content, .e-timeline.e-vertical.e-align-after .e-content, .e-timeline.e-vertical.e-rtl.e-align-after .e-opposite-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-before .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-opposite-content {
179
+ text-align: left;
180
+ }
181
+ .e-timeline.e-vertical .e-dot-item {
182
+ width: calc(var(--dot-size) * 2);
183
+ }
184
+ .e-timeline.e-horizontal .e-timeline-items {
185
+ display: -ms-inline-flexbox;
186
+ display: inline-flex;
187
+ -ms-flex-direction: row;
188
+ flex-direction: row;
189
+ }
190
+ .e-timeline.e-horizontal .e-timeline-item {
191
+ height: auto;
192
+ }
193
+ .e-timeline.e-horizontal.e-rtl .e-timeline-item.e-connector::after, .e-timeline.e-horizontal.e-timeline-reverse .e-timeline-item.e-connector::after {
194
+ right: calc(50% - var(--connector-size));
195
+ left: auto;
196
+ }
197
+ .e-timeline.e-horizontal .e-dot-item {
198
+ margin: calc(var(--dot-size) * 2 / 2) 0;
199
+ }
200
+ .e-timeline.e-horizontal .e-timeline-item {
201
+ -ms-flex-direction: column;
202
+ flex-direction: column;
203
+ -ms-flex-align: center;
204
+ align-items: center;
205
+ }
206
+ .e-timeline.e-horizontal .e-opposite-content,
207
+ .e-timeline.e-horizontal .e-content {
208
+ display: -ms-flexbox;
209
+ display: flex;
210
+ }
211
+ .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-horizontal.e-align-before .e-content {
212
+ -ms-flex-align: end;
213
+ align-items: flex-end;
214
+ }
215
+ .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-horizontal.e-align-before .e-opposite-content {
216
+ -ms-flex-align: start;
217
+ align-items: flex-start;
218
+ }
219
+ .e-timeline.e-horizontal.e-align-before .e-timeline-item, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even), .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) {
220
+ -ms-flex-direction: column-reverse;
221
+ flex-direction: column-reverse;
222
+ }
223
+ .e-timeline.e-horizontal.e-timeline-reverse .e-timeline-items {
224
+ -ms-flex-direction: row-reverse;
225
+ flex-direction: row-reverse;
226
+ }
227
+ .e-timeline.e-horizontal .e-timeline-item::after {
228
+ width: 100%;
229
+ height: 0;
230
+ top: calc(50% - var(--connector-size));
231
+ }
232
+ .e-timeline.e-horizontal .e-opposite-content {
233
+ display: -ms-flexbox;
234
+ display: flex;
235
+ -ms-flex-align: end;
236
+ align-items: flex-end;
237
+ text-align: left;
238
+ padding: 0;
239
+ }
240
+ .e-timeline.e-horizontal .e-content {
241
+ padding: 0;
242
+ }
243
+ .e-timeline.e-horizontal .e-timeline-item:last-child::after {
244
+ width: auto;
245
+ }
246
+
247
+ .e-bigger.e-timeline [class^="e-dot "]::before,
248
+ .e-bigger .e-timeline [class^="e-dot "]::before {
249
+ min-width: 40px;
250
+ min-height: 40px;
251
+ font-size: 18px;
252
+ }
253
+ .e-bigger.e-timeline .e-dot-item,
254
+ .e-bigger .e-timeline .e-dot-item {
255
+ -ms-flex: 0 1 calc(var(--dot-size) * 4);
256
+ flex: 0 1 calc(var(--dot-size) * 4);
257
+ }
258
+ .e-bigger.e-timeline .e-dot,
259
+ .e-bigger .e-timeline .e-dot {
260
+ min-width: 20px;
261
+ min-height: 20px;
262
+ }
263
+ .e-bigger.e-timeline .e-opposite-content,
264
+ .e-bigger .e-timeline .e-opposite-content {
265
+ font-size: 14px;
266
+ }
267
+ .e-bigger.e-timeline .e-content,
268
+ .e-bigger .e-timeline .e-content {
269
+ font-size: 16px;
270
+ }
271
+
272
+ .e-timeline .e-dot {
273
+ background-color: rgba(var(--color-sf-outline-variant));
274
+ border-color: rgba(var(--color-sf-outline-variant));
275
+ color: rgba(var(--color-sf-on-surface));
276
+ outline-color: rgba(var(--color-sf-surface));
277
+ }
278
+ .e-timeline.e-outline .e-dot {
279
+ background-color: rgba(var(--color-sf-surface));
280
+ }
281
+ .e-timeline .e-timeline-item.e-connector::after {
282
+ border-color: rgba(var(--color-sf-outline-variant));
283
+ }
284
+ .e-timeline .e-content {
285
+ color: var(--color-sf-on-surface);
286
+ }
287
+ .e-timeline .e-opposite-content {
288
+ color: var(--color-sf-on-surface-variant);
289
+ }
290
+ .e-timeline .e-item-disabled .e-content,
291
+ .e-timeline .e-item-disabled .e-opposite-content {
292
+ color: rgba(var(--color-sf-on-surface), 0.38);
293
+ }
@@ -0,0 +1,4 @@
1
+
2
+
3
+ @import 'material3-dark-definition.scss';
4
+ @import 'all.scss';
@@ -0,0 +1,349 @@
1
+ :root {
2
+ --color-sf-black: 0, 0, 0;
3
+ --color-sf-white: 255, 255, 255;
4
+ --color-sf-primary: 103, 80, 164;
5
+ --color-sf-primary-container: 234, 221, 255;
6
+ --color-sf-secondary: 98, 91, 113;
7
+ --color-sf-secondary-container: 232, 222, 248;
8
+ --color-sf-tertiary: 125, 82, 96;
9
+ --color-sf-tertiary-container: 255, 216, 228;
10
+ --color-sf-surface: 255, 255, 255;
11
+ --color-sf-surface-variant: 231, 224, 236;
12
+ --color-sf-background: var(--color-sf-surface);
13
+ --color-sf-on-primary: 255, 255, 255;
14
+ --color-sf-on-primary-container: 33, 0, 94;
15
+ --color-sf-on-secondary: 255, 255, 255;
16
+ --color-sf-on-secondary-container: 30, 25, 43;
17
+ --color-sf-on-tertiary: 255, 255, 255;
18
+ --color-sf-on-tertiary-containe: 55, 11, 30;
19
+ --color-sf-on-surface: 28, 27, 31;
20
+ --color-sf-on-surface-variant: 73, 69, 78;
21
+ --color-sf-on-background: 28, 27, 31;
22
+ --color-sf-outline: 121, 116, 126;
23
+ --color-sf-outline-variant: 196, 199, 197;
24
+ --color-sf-shadow: 0, 0, 0;
25
+ --color-sf-surface-tint-color: 103, 80, 164;
26
+ --color-sf-inverse-surface: 49, 48, 51;
27
+ --color-sf-inverse-on-surface: 244, 239, 244;
28
+ --color-sf-inverse-primary: 208, 188, 255;
29
+ --color-sf-scrim: 0, 0, 0;
30
+ --color-sf-error: 179, 38, 30;
31
+ --color-sf-error-container: 249, 222, 220;
32
+ --color-sf-on-error: 255, 250, 250;
33
+ --color-sf-on-error-container: 65, 14, 11;
34
+ --color-sf-success: 32, 81, 7;
35
+ --color-sf-success-container: 209, 255, 186;
36
+ --color-sf-on-success: 244, 255, 239;
37
+ --color-sf-on-success-container: 13, 39, 0;
38
+ --color-sf-info: 1, 87, 155;
39
+ --color-sf-info-container: 233, 245, 255;
40
+ --color-sf-on-info: 250, 253, 255;
41
+ --color-sf-on-info-container: 0, 51, 91;
42
+ --color-sf-warning: 145, 76, 0;
43
+ --color-sf-warning-container: 254, 236, 222;
44
+ --color-sf-on-warning: 255, 255, 255;
45
+ --color-sf-on-warning-container: 47, 21, 0;
46
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
47
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
48
+ --color-sf-diagram-palette-background: --color-sf-white;
49
+ --color-sf-success-text: 255, 255, 255;
50
+ --color-sf-warning-text: 255, 255, 255;
51
+ --color-sf-danger-text: 255, 255, 255;
52
+ --color-sf-info-text: 255, 255, 255;
53
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
54
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
55
+ }
56
+
57
+ .e-dark-mode {
58
+ --color-sf-black: 0, 0, 0;
59
+ --color-sf-white: 255, 255, 255;
60
+ --color-sf-primary: 208, 188, 255;
61
+ --color-sf-primary-container: 79, 55, 139;
62
+ --color-sf-secondary: 204, 194, 220;
63
+ --color-sf-secondary-container: 74, 68, 88;
64
+ --color-sf-tertiary: 239, 184, 200;
65
+ --color-sf-tertiary-container: 99, 59, 72;
66
+ --color-sf-surface: 28, 27, 31;
67
+ --color-sf-surface-variant: 28, 27, 31;
68
+ --color-sf-background: var(--color-sf-surface);
69
+ --color-sf-on-primary: 55, 30, 115;
70
+ --color-sf-on-primary-container: 234, 221, 255;
71
+ --color-sf-on-secondary: 51, 45, 65;
72
+ --color-sf-on-secondary-container: 232, 222, 248;
73
+ --color-sf-on-tertiary: 73, 37, 50;
74
+ --color-sf-on-tertiary-containe: 255, 216, 228;
75
+ --color-sf-on-surface: 230, 225, 229;
76
+ --color-sf-on-surface-variant: 202, 196, 208;
77
+ --color-sf-on-background: 230, 225, 229;
78
+ --color-sf-outline: 147, 143, 153;
79
+ --color-sf-outline-variant: 68, 71, 70;
80
+ --color-sf-shadow: 0, 0, 0;
81
+ --color-sf-surface-tint-color: 208, 188, 255;
82
+ --color-sf-inverse-surface: 230, 225, 229;
83
+ --color-sf-inverse-on-surface: 49, 48, 51;
84
+ --color-sf-inverse-primary: 103, 80, 164;
85
+ --color-sf-scrim: 0, 0, 0;
86
+ --color-sf-error: 242, 184, 181;
87
+ --color-sf-error-container: 140, 29, 24;
88
+ --color-sf-on-error: 96, 20, 16;
89
+ --color-sf-on-error-container: 249, 222, 220;
90
+ --color-sf-success: 83, 202, 23;
91
+ --color-sf-success-container: 22, 62, 2;
92
+ --color-sf-on-success: 13, 39, 0;
93
+ --color-sf-on-success-container: 183, 250, 150;
94
+ --color-sf-info: 71, 172, 251;
95
+ --color-sf-info-container: 0, 67, 120;
96
+ --color-sf-on-info: 0, 51, 91;
97
+ --color-sf-on-info-container: 173, 219, 255;
98
+ --color-sf-warning: 245, 180, 130;
99
+ --color-sf-warning-container: 123, 65, 0;
100
+ --color-sf-on-warning: 99, 52, 0;
101
+ --color-sf-on-warning-container: 255, 220, 193;
102
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
103
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
104
+ --color-sf-success-text: 0, 0, 0;
105
+ --color-sf-warning-text: 0, 0, 0;
106
+ --color-sf-info-text: 0, 0, 0;
107
+ --color-sf-danger-text: 0, 0, 0;
108
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
109
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
110
+ }
111
+
112
+ .e-timeline {
113
+ --dot-size: 16px;
114
+ --dot-outer-space: 0;
115
+ --dot-border: 1px;
116
+ --connector-size: 1px;
117
+ --dot-radius: 50%;
118
+ height: inherit;
119
+ width: 100%;
120
+ }
121
+ .e-timeline [class^="e-dot "]::before,
122
+ .e-timeline .e-dot-item,
123
+ .e-timeline .e-dot {
124
+ display: -ms-flexbox;
125
+ display: flex;
126
+ -ms-flex-align: center;
127
+ align-items: center;
128
+ -ms-flex-pack: center;
129
+ justify-content: center;
130
+ }
131
+ .e-timeline [class^="e-dot "]::before {
132
+ min-width: 32px;
133
+ min-height: 32px;
134
+ border-radius: var(--dot-radius);
135
+ }
136
+ .e-timeline .e-timeline-items {
137
+ display: -ms-inline-flexbox;
138
+ display: inline-flex;
139
+ -ms-flex-direction: column;
140
+ flex-direction: column;
141
+ list-style: none;
142
+ -ms-flex-wrap: nowrap;
143
+ flex-wrap: nowrap;
144
+ padding: 0;
145
+ width: inherit;
146
+ height: inherit;
147
+ }
148
+ .e-timeline .e-timeline-item {
149
+ display: -ms-flexbox;
150
+ display: flex;
151
+ -ms-flex-direction: row;
152
+ flex-direction: row;
153
+ position: relative;
154
+ -ms-flex-align: start;
155
+ align-items: flex-start;
156
+ width: inherit;
157
+ height: inherit;
158
+ }
159
+ .e-timeline .e-timeline-item.e-connector::after {
160
+ top: 0;
161
+ bottom: 0;
162
+ left: calc(50% - var(--connector-size));
163
+ right: auto;
164
+ content: "";
165
+ position: absolute;
166
+ z-index: 999;
167
+ border-width: var(--connector-size);
168
+ border-style: solid;
169
+ }
170
+ .e-timeline .e-timeline-item.e-connector.e-item-template::after {
171
+ content: unset;
172
+ }
173
+ .e-timeline .e-dot-item {
174
+ position: relative;
175
+ -ms-flex: 0 1 calc(var(--dot-size) * 3);
176
+ flex: 0 1 calc(var(--dot-size) * 3);
177
+ z-index: 1000;
178
+ }
179
+ .e-timeline .e-dot {
180
+ min-width: var(--dot-size);
181
+ min-height: var(--dot-size);
182
+ border-radius: var(--dot-radius);
183
+ outline: var(--dot-outer-space) solid;
184
+ border: var(--dot-border) solid;
185
+ font-size: 16px;
186
+ background-size: cover;
187
+ background-position: center;
188
+ background-repeat: no-repeat;
189
+ }
190
+ .e-timeline .e-opposite-content,
191
+ .e-timeline .e-content {
192
+ -ms-flex: 1 1 50%;
193
+ flex: 1 1 50%;
194
+ }
195
+ .e-timeline .e-opposite-content {
196
+ font-size: 12px;
197
+ text-align: right;
198
+ }
199
+ .e-timeline .e-content {
200
+ text-align: left;
201
+ font-size: 14px;
202
+ font-weight: 500;
203
+ }
204
+ .e-timeline .e-timeline-item:first-child::after {
205
+ top: 0;
206
+ }
207
+ .e-timeline .e-timeline-item:last-child::after {
208
+ bottom: calc(var(--dot-size) * 2);
209
+ }
210
+ .e-timeline.e-vertical.e-align-before .e-timeline-item, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even), .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) {
211
+ -ms-flex-direction: row-reverse;
212
+ flex-direction: row-reverse;
213
+ }
214
+ .e-timeline.e-vertical.e-timeline-reverse .e-timeline-items {
215
+ -ms-flex-direction: column-reverse;
216
+ flex-direction: column-reverse;
217
+ }
218
+ .e-timeline.e-vertical.e-align-before .e-timeline-items .e-opposite-content, .e-timeline.e-vertical.e-align-after .e-timeline-items .e-content {
219
+ text-align: left;
220
+ }
221
+ .e-timeline.e-vertical .e-timeline-item.e-connector:last-child::after {
222
+ content: unset;
223
+ }
224
+ .e-timeline.e-vertical.e-timeline-reverse .e-timeline-item.e-connector:first-child::after {
225
+ content: unset;
226
+ }
227
+ .e-timeline.e-vertical.e-timeline-reverse .e-timeline-item.e-connector:last-child::after {
228
+ content: "";
229
+ bottom: 0;
230
+ }
231
+ .e-timeline.e-vertical.e-align-after .e-opposite-content, .e-timeline.e-vertical.e-align-before .e-content, .e-timeline.e-vertical.e-rtl.e-align-after .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-before .e-opposite-content, .e-timeline.e-vertical.e-align-alternate .e-opposite-content, .e-timeline.e-vertical.e-align-alternatereverse .e-opposite-content {
232
+ text-align: right;
233
+ }
234
+ .e-timeline.e-vertical.e-align-before .e-opposite-content, .e-timeline.e-vertical.e-align-after .e-content, .e-timeline.e-vertical.e-rtl.e-align-after .e-opposite-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-vertical.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-vertical.e-rtl.e-align-before .e-content, .e-timeline.e-vertical.e-rtl.e-align-alternate .e-opposite-content, .e-timeline.e-vertical.e-rtl.e-align-alternatereverse .e-opposite-content {
235
+ text-align: left;
236
+ }
237
+ .e-timeline.e-vertical .e-dot-item {
238
+ width: calc(var(--dot-size) * 2);
239
+ }
240
+ .e-timeline.e-horizontal .e-timeline-items {
241
+ display: -ms-inline-flexbox;
242
+ display: inline-flex;
243
+ -ms-flex-direction: row;
244
+ flex-direction: row;
245
+ }
246
+ .e-timeline.e-horizontal .e-timeline-item {
247
+ height: auto;
248
+ }
249
+ .e-timeline.e-horizontal.e-rtl .e-timeline-item.e-connector::after, .e-timeline.e-horizontal.e-timeline-reverse .e-timeline-item.e-connector::after {
250
+ right: calc(50% - var(--connector-size));
251
+ left: auto;
252
+ }
253
+ .e-timeline.e-horizontal .e-dot-item {
254
+ margin: calc(var(--dot-size) * 2 / 2) 0;
255
+ }
256
+ .e-timeline.e-horizontal .e-timeline-item {
257
+ -ms-flex-direction: column;
258
+ flex-direction: column;
259
+ -ms-flex-align: center;
260
+ align-items: center;
261
+ }
262
+ .e-timeline.e-horizontal .e-opposite-content,
263
+ .e-timeline.e-horizontal .e-content {
264
+ display: -ms-flexbox;
265
+ display: flex;
266
+ }
267
+ .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-horizontal.e-align-before .e-content {
268
+ -ms-flex-align: end;
269
+ align-items: flex-end;
270
+ }
271
+ .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(odd) .e-content, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even) .e-opposite-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(even) .e-content, .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) .e-opposite-content, .e-timeline.e-horizontal.e-align-before .e-opposite-content {
272
+ -ms-flex-align: start;
273
+ align-items: flex-start;
274
+ }
275
+ .e-timeline.e-horizontal.e-align-before .e-timeline-item, .e-timeline.e-horizontal.e-align-alternate .e-timeline-item:nth-of-type(even), .e-timeline.e-horizontal.e-align-alternatereverse .e-timeline-item:nth-of-type(odd) {
276
+ -ms-flex-direction: column-reverse;
277
+ flex-direction: column-reverse;
278
+ }
279
+ .e-timeline.e-horizontal.e-timeline-reverse .e-timeline-items {
280
+ -ms-flex-direction: row-reverse;
281
+ flex-direction: row-reverse;
282
+ }
283
+ .e-timeline.e-horizontal .e-timeline-item::after {
284
+ width: 100%;
285
+ height: 0;
286
+ top: calc(50% - var(--connector-size));
287
+ }
288
+ .e-timeline.e-horizontal .e-opposite-content {
289
+ display: -ms-flexbox;
290
+ display: flex;
291
+ -ms-flex-align: end;
292
+ align-items: flex-end;
293
+ text-align: left;
294
+ padding: 0;
295
+ }
296
+ .e-timeline.e-horizontal .e-content {
297
+ padding: 0;
298
+ }
299
+ .e-timeline.e-horizontal .e-timeline-item:last-child::after {
300
+ width: auto;
301
+ }
302
+
303
+ .e-bigger.e-timeline [class^="e-dot "]::before,
304
+ .e-bigger .e-timeline [class^="e-dot "]::before {
305
+ min-width: 40px;
306
+ min-height: 40px;
307
+ font-size: 18px;
308
+ }
309
+ .e-bigger.e-timeline .e-dot-item,
310
+ .e-bigger .e-timeline .e-dot-item {
311
+ -ms-flex: 0 1 calc(var(--dot-size) * 4);
312
+ flex: 0 1 calc(var(--dot-size) * 4);
313
+ }
314
+ .e-bigger.e-timeline .e-dot,
315
+ .e-bigger .e-timeline .e-dot {
316
+ min-width: 20px;
317
+ min-height: 20px;
318
+ }
319
+ .e-bigger.e-timeline .e-opposite-content,
320
+ .e-bigger .e-timeline .e-opposite-content {
321
+ font-size: 14px;
322
+ }
323
+ .e-bigger.e-timeline .e-content,
324
+ .e-bigger .e-timeline .e-content {
325
+ font-size: 16px;
326
+ }
327
+
328
+ .e-timeline .e-dot {
329
+ background-color: rgba(var(--color-sf-outline-variant));
330
+ border-color: rgba(var(--color-sf-outline-variant));
331
+ color: rgba(var(--color-sf-on-surface));
332
+ outline-color: rgba(var(--color-sf-surface));
333
+ }
334
+ .e-timeline.e-outline .e-dot {
335
+ background-color: rgba(var(--color-sf-surface));
336
+ }
337
+ .e-timeline .e-timeline-item.e-connector::after {
338
+ border-color: rgba(var(--color-sf-outline-variant));
339
+ }
340
+ .e-timeline .e-content {
341
+ color: var(--color-sf-on-surface);
342
+ }
343
+ .e-timeline .e-opposite-content {
344
+ color: var(--color-sf-on-surface-variant);
345
+ }
346
+ .e-timeline .e-item-disabled .e-content,
347
+ .e-timeline .e-item-disabled .e-opposite-content {
348
+ color: rgba(var(--color-sf-on-surface), 0.38);
349
+ }
@@ -0,0 +1,4 @@
1
+
2
+
3
+ @import 'material3-definition.scss';
4
+ @import 'all.scss';