@syncfusion/ej2-angular-layouts 24.1.41-ngcc → 24.1.41
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.
- package/esm2020/public_api.mjs +3 -0
- package/esm2020/src/dashboard-layout/dashboardlayout-all.module.mjs +23 -0
- package/esm2020/src/dashboard-layout/dashboardlayout.component.mjs +64 -0
- package/esm2020/src/dashboard-layout/dashboardlayout.module.mjs +34 -0
- package/esm2020/src/dashboard-layout/panels.directive.mjs +72 -0
- package/esm2020/src/index.mjs +10 -0
- package/esm2020/src/splitter/panesettings.directive.mjs +66 -0
- package/esm2020/src/splitter/splitter-all.module.mjs +23 -0
- package/esm2020/src/splitter/splitter.component.mjs +64 -0
- package/esm2020/src/splitter/splitter.module.mjs +34 -0
- package/esm2020/syncfusion-ej2-angular-layouts.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-layouts.mjs +354 -0
- package/fesm2015/syncfusion-ej2-angular-layouts.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-layouts.mjs +354 -0
- package/fesm2020/syncfusion-ej2-angular-layouts.mjs.map +1 -0
- package/package.json +26 -12
- package/src/dashboard-layout/dashboardlayout-all.module.d.ts +6 -0
- package/src/dashboard-layout/dashboardlayout.component.d.ts +3 -0
- package/src/dashboard-layout/dashboardlayout.module.d.ts +7 -0
- package/src/dashboard-layout/panels.directive.d.ts +5 -0
- package/src/splitter/panesettings.directive.d.ts +5 -0
- package/src/splitter/splitter-all.module.d.ts +6 -0
- package/src/splitter/splitter.component.d.ts +3 -0
- package/src/splitter/splitter.module.d.ts +7 -0
- package/styles/avatar/_all.scss +1 -0
- package/styles/avatar/_bootstrap-dark-definition.scss +18 -0
- package/styles/avatar/_bootstrap-definition.scss +18 -0
- package/styles/avatar/_bootstrap4-definition.scss +18 -0
- package/styles/avatar/_bootstrap5-dark-definition.scss +1 -0
- package/styles/avatar/_bootstrap5-definition.scss +26 -0
- package/styles/avatar/_fabric-dark-definition.scss +18 -0
- package/styles/avatar/_fabric-definition.scss +18 -0
- package/styles/avatar/_fluent-dark-definition.scss +1 -0
- package/styles/avatar/_fluent-definition.scss +25 -0
- package/styles/avatar/_fusionnew-definition.scss +26 -0
- package/styles/avatar/_highcontrast-definition.scss +18 -0
- package/styles/avatar/_highcontrast-light-definition.scss +18 -0
- package/styles/avatar/_layout.scss +79 -0
- package/styles/avatar/_material-dark-definition.scss +18 -0
- package/styles/avatar/_material-definition.scss +18 -0
- package/styles/avatar/_material3-dark-definition.scss +1 -0
- package/styles/avatar/_material3-definition.scss +26 -0
- package/styles/avatar/_tailwind-dark-definition.scss +1 -0
- package/styles/avatar/_tailwind-definition.scss +25 -0
- package/styles/avatar/_theme.scss +1 -0
- package/styles/avatar/bootstrap-dark.css +45 -1
- package/styles/avatar/bootstrap-dark.scss +3 -1
- package/styles/avatar/bootstrap.css +45 -1
- package/styles/avatar/bootstrap.scss +3 -1
- package/styles/avatar/bootstrap4.css +45 -1
- package/styles/avatar/bootstrap4.scss +3 -1
- package/styles/avatar/bootstrap5-dark.css +60 -1
- package/styles/avatar/bootstrap5-dark.scss +3 -1
- package/styles/avatar/bootstrap5.css +60 -1
- package/styles/avatar/bootstrap5.scss +3 -1
- package/styles/avatar/fabric-dark.css +45 -1
- package/styles/avatar/fabric-dark.scss +3 -1
- package/styles/avatar/fabric.css +45 -1
- package/styles/avatar/fabric.scss +3 -1
- package/styles/avatar/fluent-dark.css +58 -1
- package/styles/avatar/fluent-dark.scss +3 -1
- package/styles/avatar/fluent.css +58 -1
- package/styles/avatar/fluent.scss +3 -1
- package/styles/avatar/highcontrast-light.css +45 -1
- package/styles/avatar/highcontrast-light.scss +3 -1
- package/styles/avatar/highcontrast.css +45 -1
- package/styles/avatar/highcontrast.scss +3 -1
- package/styles/avatar/material-dark.css +45 -1
- package/styles/avatar/material-dark.scss +3 -1
- package/styles/avatar/material.css +45 -1
- package/styles/avatar/material.scss +3 -1
- package/styles/avatar/material3-dark.css +113 -1
- package/styles/avatar/material3-dark.scss +3 -1
- package/styles/avatar/material3.css +169 -1
- package/styles/avatar/material3.scss +3 -1
- package/styles/avatar/tailwind-dark.css +58 -1
- package/styles/avatar/tailwind-dark.scss +3 -1
- package/styles/avatar/tailwind.css +58 -1
- package/styles/avatar/tailwind.scss +3 -1
- package/styles/bootstrap-dark.css +1351 -1
- package/styles/bootstrap.css +1352 -1
- package/styles/bootstrap4.css +1357 -1
- package/styles/bootstrap5-dark.css +1368 -1
- package/styles/bootstrap5.css +1368 -1
- package/styles/card/_all.scss +2 -0
- package/styles/card/_bootstrap-dark-definition.scss +245 -0
- package/styles/card/_bootstrap-definition.scss +125 -0
- package/styles/card/_bootstrap4-definition.scss +127 -0
- package/styles/card/_bootstrap5-dark-definition.scss +1 -0
- package/styles/card/_bootstrap5-definition.scss +125 -0
- package/styles/card/_fabric-dark-definition.scss +233 -0
- package/styles/card/_fabric-definition.scss +124 -0
- package/styles/card/_fluent-dark-definition.scss +1 -0
- package/styles/card/_fluent-definition.scss +130 -0
- package/styles/card/_fusionnew-definition.scss +125 -0
- package/styles/card/_highcontrast-definition.scss +125 -0
- package/styles/card/_highcontrast-light-definition.scss +246 -0
- package/styles/card/_layout.scss +528 -0
- package/styles/card/_material-dark-definition.scss +240 -0
- package/styles/card/_material-definition.scss +124 -0
- package/styles/card/_material3-dark-definition.scss +1 -0
- package/styles/card/_material3-definition.scss +125 -0
- package/styles/card/_tailwind-dark-definition.scss +1 -0
- package/styles/card/_tailwind-definition.scss +123 -0
- package/styles/card/_theme.scss +104 -0
- package/styles/card/bootstrap-dark.css +513 -1
- package/styles/card/bootstrap-dark.scss +3 -1
- package/styles/card/bootstrap.css +514 -1
- package/styles/card/bootstrap.scss +3 -1
- package/styles/card/bootstrap4.css +520 -1
- package/styles/card/bootstrap4.scss +3 -1
- package/styles/card/bootstrap5-dark.css +513 -1
- package/styles/card/bootstrap5-dark.scss +3 -1
- package/styles/card/bootstrap5.css +513 -1
- package/styles/card/bootstrap5.scss +3 -1
- package/styles/card/fabric-dark.css +513 -1
- package/styles/card/fabric-dark.scss +3 -1
- package/styles/card/fabric.css +524 -1
- package/styles/card/fabric.scss +3 -1
- package/styles/card/fluent-dark.css +534 -1
- package/styles/card/fluent-dark.scss +3 -1
- package/styles/card/fluent.css +534 -1
- package/styles/card/fluent.scss +3 -1
- package/styles/card/highcontrast-light.css +513 -1
- package/styles/card/highcontrast-light.scss +3 -1
- package/styles/card/highcontrast.css +525 -1
- package/styles/card/highcontrast.scss +3 -1
- package/styles/card/material-dark.css +513 -1
- package/styles/card/material-dark.scss +3 -1
- package/styles/card/material.css +513 -1
- package/styles/card/material.scss +3 -1
- package/styles/card/material3-dark.css +566 -1
- package/styles/card/material3-dark.scss +3 -1
- package/styles/card/material3.css +622 -1
- package/styles/card/material3.scss +3 -1
- package/styles/card/tailwind-dark.css +514 -1
- package/styles/card/tailwind-dark.scss +3 -1
- package/styles/card/tailwind.css +514 -1
- package/styles/card/tailwind.scss +3 -1
- package/styles/dashboard-layout/_all.scss +2 -0
- package/styles/dashboard-layout/_bootstrap-dark-definition.scss +102 -0
- package/styles/dashboard-layout/_bootstrap-definition.scss +102 -0
- package/styles/dashboard-layout/_bootstrap4-definition.scss +102 -0
- package/styles/dashboard-layout/_bootstrap5-dark-definition.scss +1 -0
- package/styles/dashboard-layout/_bootstrap5-definition.scss +108 -0
- package/styles/dashboard-layout/_fabric-dark-definition.scss +103 -0
- package/styles/dashboard-layout/_fabric-definition.scss +102 -0
- package/styles/dashboard-layout/_fluent-dark-definition.scss +1 -0
- package/styles/dashboard-layout/_fluent-definition.scss +111 -0
- package/styles/dashboard-layout/_fusionnew-definition.scss +108 -0
- package/styles/dashboard-layout/_highcontrast-definition.scss +100 -0
- package/styles/dashboard-layout/_highcontrast-light-definition.scss +100 -0
- package/styles/dashboard-layout/_layout.scss +263 -0
- package/styles/dashboard-layout/_material-dark-definition.scss +103 -0
- package/styles/dashboard-layout/_material-definition.scss +102 -0
- package/styles/dashboard-layout/_material3-dark-definition.scss +1 -0
- package/styles/dashboard-layout/_material3-definition.scss +108 -0
- package/styles/dashboard-layout/_tailwind-dark-definition.scss +1 -0
- package/styles/dashboard-layout/_tailwind-definition.scss +109 -0
- package/styles/dashboard-layout/_theme.scss +128 -0
- package/styles/dashboard-layout/bootstrap-dark.css +296 -1
- package/styles/dashboard-layout/bootstrap-dark.scss +4 -1
- package/styles/dashboard-layout/bootstrap.css +296 -1
- package/styles/dashboard-layout/bootstrap.scss +4 -1
- package/styles/dashboard-layout/bootstrap4.css +296 -1
- package/styles/dashboard-layout/bootstrap4.scss +4 -1
- package/styles/dashboard-layout/bootstrap5-dark.css +305 -1
- package/styles/dashboard-layout/bootstrap5-dark.scss +4 -1
- package/styles/dashboard-layout/bootstrap5.css +305 -1
- package/styles/dashboard-layout/bootstrap5.scss +4 -1
- package/styles/dashboard-layout/fabric-dark.css +296 -1
- package/styles/dashboard-layout/fabric-dark.scss +4 -1
- package/styles/dashboard-layout/fabric.css +296 -1
- package/styles/dashboard-layout/fabric.scss +4 -1
- package/styles/dashboard-layout/fluent-dark.css +300 -1
- package/styles/dashboard-layout/fluent-dark.scss +4 -1
- package/styles/dashboard-layout/fluent.css +300 -1
- package/styles/dashboard-layout/fluent.scss +4 -1
- package/styles/dashboard-layout/highcontrast-light.css +234 -1
- package/styles/dashboard-layout/highcontrast-light.scss +3 -1
- package/styles/dashboard-layout/highcontrast.css +292 -1
- package/styles/dashboard-layout/highcontrast.scss +4 -1
- package/styles/dashboard-layout/icons/_bootstrap-dark.scss +80 -0
- package/styles/dashboard-layout/icons/_bootstrap.scss +80 -0
- package/styles/dashboard-layout/icons/_bootstrap4.scss +80 -0
- package/styles/dashboard-layout/icons/_bootstrap5-dark.scss +1 -0
- package/styles/dashboard-layout/icons/_bootstrap5.scss +80 -0
- package/styles/dashboard-layout/icons/_fabric-dark.scss +80 -0
- package/styles/dashboard-layout/icons/_fabric.scss +80 -0
- package/styles/dashboard-layout/icons/_fluent-dark.scss +1 -0
- package/styles/dashboard-layout/icons/_fluent.scss +80 -0
- package/styles/dashboard-layout/icons/_fusionnew.scss +80 -0
- package/styles/dashboard-layout/icons/_highcontrast.scss +80 -0
- package/styles/dashboard-layout/icons/_material-dark.scss +80 -0
- package/styles/dashboard-layout/icons/_material.scss +80 -0
- package/styles/dashboard-layout/icons/_material3-dark.scss +1 -0
- package/styles/dashboard-layout/icons/_material3.scss +80 -0
- package/styles/dashboard-layout/icons/_tailwind-dark.scss +80 -0
- package/styles/dashboard-layout/icons/_tailwind.scss +80 -0
- package/styles/dashboard-layout/material-dark.css +296 -1
- package/styles/dashboard-layout/material-dark.scss +4 -1
- package/styles/dashboard-layout/material.css +296 -1
- package/styles/dashboard-layout/material.scss +4 -1
- package/styles/dashboard-layout/material3-dark.css +356 -1
- package/styles/dashboard-layout/material3-dark.scss +4 -1
- package/styles/dashboard-layout/material3.css +412 -1
- package/styles/dashboard-layout/material3.scss +4 -1
- package/styles/dashboard-layout/tailwind-dark.css +317 -1
- package/styles/dashboard-layout/tailwind-dark.scss +4 -1
- package/styles/dashboard-layout/tailwind.css +317 -1
- package/styles/dashboard-layout/tailwind.scss +4 -1
- package/styles/fabric-dark.css +1351 -1
- package/styles/fabric.css +1362 -1
- package/styles/fluent-dark.css +1382 -1
- package/styles/fluent.css +1382 -1
- package/styles/highcontrast-light.css +1289 -1
- package/styles/highcontrast.css +1359 -1
- package/styles/material-dark.css +1350 -1
- package/styles/material.css +1351 -1
- package/styles/material3-dark.css +1415 -1
- package/styles/material3-dark.scss +1 -0
- package/styles/material3.css +1471 -1
- package/styles/material3.scss +1 -0
- package/styles/splitter/_all.scss +3 -0
- package/styles/splitter/_bootstrap-dark-definition.scss +26 -0
- package/styles/splitter/_bootstrap-definition.scss +26 -0
- package/styles/splitter/_bootstrap4-definition.scss +26 -0
- package/styles/splitter/_bootstrap5-dark-definition.scss +1 -0
- package/styles/splitter/_bootstrap5-definition.scss +31 -0
- package/styles/splitter/_definition.scss +1 -0
- package/styles/splitter/_fabric-dark-definition.scss +26 -0
- package/styles/splitter/_fabric-definition.scss +26 -0
- package/styles/splitter/_fluent-dark-definition.scss +1 -0
- package/styles/splitter/_fluent-definition.scss +31 -0
- package/styles/splitter/_fusionnew-definition.scss +31 -0
- package/styles/splitter/_highcontrast-definition.scss +26 -0
- package/styles/splitter/_highcontrast-light-definition.scss +26 -0
- package/styles/splitter/_layout.scss +416 -0
- package/styles/splitter/_material-dark-definition.scss +26 -0
- package/styles/splitter/_material-definition.scss +27 -0
- package/styles/splitter/_material3-dark-definition.scss +1 -0
- package/styles/splitter/_material3-definition.scss +31 -0
- package/styles/splitter/_responsive.scss +1 -0
- package/styles/splitter/_tailwind-dark-definition.scss +1 -0
- package/styles/splitter/_tailwind-definition.scss +31 -0
- package/styles/splitter/_theme.scss +207 -0
- package/styles/splitter/bootstrap-dark.css +496 -1
- package/styles/splitter/bootstrap-dark.scss +4 -1
- package/styles/splitter/bootstrap.css +496 -1
- package/styles/splitter/bootstrap.scss +4 -1
- package/styles/splitter/bootstrap4.css +495 -1
- package/styles/splitter/bootstrap4.scss +4 -1
- package/styles/splitter/bootstrap5-dark.css +489 -1
- package/styles/splitter/bootstrap5-dark.scss +4 -1
- package/styles/splitter/bootstrap5.css +489 -1
- package/styles/splitter/bootstrap5.scss +4 -1
- package/styles/splitter/fabric-dark.css +496 -1
- package/styles/splitter/fabric-dark.scss +4 -1
- package/styles/splitter/fabric.css +496 -1
- package/styles/splitter/fabric.scss +4 -1
- package/styles/splitter/fluent-dark.css +489 -1
- package/styles/splitter/fluent-dark.scss +4 -1
- package/styles/splitter/fluent.css +489 -1
- package/styles/splitter/fluent.scss +4 -1
- package/styles/splitter/highcontrast-light.css +496 -1
- package/styles/splitter/highcontrast-light.scss +4 -1
- package/styles/splitter/highcontrast.css +496 -1
- package/styles/splitter/highcontrast.scss +4 -1
- package/styles/splitter/icons/_bootstrap-dark.scss +52 -0
- package/styles/splitter/icons/_bootstrap.scss +52 -0
- package/styles/splitter/icons/_bootstrap4.scss +51 -0
- package/styles/splitter/icons/_bootstrap5-dark.scss +1 -0
- package/styles/splitter/icons/_bootstrap5.scss +39 -0
- package/styles/splitter/icons/_fabric-dark.scss +52 -0
- package/styles/splitter/icons/_fabric.scss +52 -0
- package/styles/splitter/icons/_fluent-dark.scss +1 -0
- package/styles/splitter/icons/_fluent.scss +39 -0
- package/styles/splitter/icons/_fusionnew.scss +39 -0
- package/styles/splitter/icons/_highcontrast-light.scss +52 -0
- package/styles/splitter/icons/_highcontrast.scss +52 -0
- package/styles/splitter/icons/_material-dark.scss +51 -0
- package/styles/splitter/icons/_material.scss +51 -0
- package/styles/splitter/icons/_material3-dark.scss +1 -0
- package/styles/splitter/icons/_material3.scss +39 -0
- package/styles/splitter/icons/_tailwind-dark.scss +1 -0
- package/styles/splitter/icons/_tailwind.scss +39 -0
- package/styles/splitter/material-dark.css +495 -1
- package/styles/splitter/material-dark.scss +4 -1
- package/styles/splitter/material.css +496 -1
- package/styles/splitter/material.scss +4 -1
- package/styles/splitter/material3-dark.css +544 -1
- package/styles/splitter/material3-dark.scss +4 -1
- package/styles/splitter/material3.css +600 -1
- package/styles/splitter/material3.scss +4 -1
- package/styles/splitter/tailwind-dark.css +489 -1
- package/styles/splitter/tailwind-dark.scss +4 -1
- package/styles/splitter/tailwind.css +489 -1
- package/styles/splitter/tailwind.scss +4 -1
- package/styles/tailwind-dark.css +1379 -1
- package/styles/tailwind.css +1379 -1
- package/syncfusion-ej2-angular-layouts.d.ts +5 -0
- package/@syncfusion/ej2-angular-layouts.es5.js +0 -495
- package/@syncfusion/ej2-angular-layouts.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-layouts.js +0 -447
- package/@syncfusion/ej2-angular-layouts.js.map +0 -1
- package/CHANGELOG.md +0 -575
- package/dist/ej2-angular-layouts.umd.js +0 -522
- package/dist/ej2-angular-layouts.umd.js.map +0 -1
- package/dist/ej2-angular-layouts.umd.min.js +0 -11
- package/dist/ej2-angular-layouts.umd.min.js.map +0 -1
- package/ej2-angular-layouts.d.ts +0 -6
- package/ej2-angular-layouts.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
@@ -1 +1,60 @@
|
|
1
|
-
|
1
|
+
.e-avatar {
|
2
|
+
-ms-flex-line-pack: center;
|
3
|
+
align-content: center;
|
4
|
+
-ms-flex-align: center;
|
5
|
+
align-items: center;
|
6
|
+
background-color: #dee2e6;
|
7
|
+
background-position: center;
|
8
|
+
background-repeat: no-repeat;
|
9
|
+
background-size: cover;
|
10
|
+
border-radius: 2px;
|
11
|
+
color: #6c757d;
|
12
|
+
display: -ms-inline-flexbox;
|
13
|
+
display: inline-flex;
|
14
|
+
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";
|
15
|
+
font-size: 14px;
|
16
|
+
font-weight: 500;
|
17
|
+
height: 40px;
|
18
|
+
-ms-flex-pack: center;
|
19
|
+
justify-content: center;
|
20
|
+
overflow: hidden;
|
21
|
+
position: relative;
|
22
|
+
width: 40px;
|
23
|
+
line-height: 22px;
|
24
|
+
}
|
25
|
+
.e-avatar img {
|
26
|
+
height: 100%;
|
27
|
+
width: auto;
|
28
|
+
}
|
29
|
+
.e-avatar.e-avatar-circle {
|
30
|
+
border-radius: 50%;
|
31
|
+
}
|
32
|
+
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
|
33
|
+
border-radius: 50%;
|
34
|
+
}
|
35
|
+
.e-avatar.e-avatar-xsmall {
|
36
|
+
font-size: 10px;
|
37
|
+
height: 24px;
|
38
|
+
line-height: 16px;
|
39
|
+
width: 24px;
|
40
|
+
}
|
41
|
+
.e-avatar.e-avatar-small {
|
42
|
+
font-size: 12px;
|
43
|
+
height: 32px;
|
44
|
+
line-height: 18px;
|
45
|
+
width: 32px;
|
46
|
+
}
|
47
|
+
.e-avatar.e-avatar-large {
|
48
|
+
font-size: 18px;
|
49
|
+
border-radius: 4px;
|
50
|
+
height: 48px;
|
51
|
+
line-height: 28px;
|
52
|
+
width: 48px;
|
53
|
+
}
|
54
|
+
.e-avatar.e-avatar-xlarge {
|
55
|
+
font-size: 20px;
|
56
|
+
border-radius: 4px;
|
57
|
+
height: 56px;
|
58
|
+
line-height: 28px;
|
59
|
+
width: 56px;
|
60
|
+
}
|
@@ -1 +1,45 @@
|
|
1
|
-
|
1
|
+
.e-avatar {
|
2
|
+
-ms-flex-line-pack: center;
|
3
|
+
align-content: center;
|
4
|
+
-ms-flex-align: center;
|
5
|
+
align-items: center;
|
6
|
+
background-color: #bcbcbc;
|
7
|
+
background-position: center;
|
8
|
+
background-repeat: no-repeat;
|
9
|
+
background-size: cover;
|
10
|
+
border-radius: 5px;
|
11
|
+
color: #fff;
|
12
|
+
display: -ms-inline-flexbox;
|
13
|
+
display: inline-flex;
|
14
|
+
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
15
|
+
font-size: 1em;
|
16
|
+
font-weight: 400;
|
17
|
+
height: 3em;
|
18
|
+
-ms-flex-pack: center;
|
19
|
+
justify-content: center;
|
20
|
+
overflow: hidden;
|
21
|
+
position: relative;
|
22
|
+
width: 3em;
|
23
|
+
}
|
24
|
+
.e-avatar img {
|
25
|
+
height: 100%;
|
26
|
+
width: auto;
|
27
|
+
}
|
28
|
+
.e-avatar.e-avatar-circle {
|
29
|
+
border-radius: 50%;
|
30
|
+
}
|
31
|
+
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
|
32
|
+
border-radius: 50%;
|
33
|
+
}
|
34
|
+
.e-avatar.e-avatar-xsmall {
|
35
|
+
font-size: 0.6em;
|
36
|
+
}
|
37
|
+
.e-avatar.e-avatar-small {
|
38
|
+
font-size: 0.8em;
|
39
|
+
}
|
40
|
+
.e-avatar.e-avatar-large {
|
41
|
+
font-size: 1.2em;
|
42
|
+
}
|
43
|
+
.e-avatar.e-avatar-xlarge {
|
44
|
+
font-size: 1.4em;
|
45
|
+
}
|
package/styles/avatar/fabric.css
CHANGED
@@ -1 +1,45 @@
|
|
1
|
-
|
1
|
+
.e-avatar {
|
2
|
+
-ms-flex-line-pack: center;
|
3
|
+
align-content: center;
|
4
|
+
-ms-flex-align: center;
|
5
|
+
align-items: center;
|
6
|
+
background-color: #bcbcbc;
|
7
|
+
background-position: center;
|
8
|
+
background-repeat: no-repeat;
|
9
|
+
background-size: cover;
|
10
|
+
border-radius: 5px;
|
11
|
+
color: #fff;
|
12
|
+
display: -ms-inline-flexbox;
|
13
|
+
display: inline-flex;
|
14
|
+
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
15
|
+
font-size: 1em;
|
16
|
+
font-weight: 400;
|
17
|
+
height: 3em;
|
18
|
+
-ms-flex-pack: center;
|
19
|
+
justify-content: center;
|
20
|
+
overflow: hidden;
|
21
|
+
position: relative;
|
22
|
+
width: 3em;
|
23
|
+
}
|
24
|
+
.e-avatar img {
|
25
|
+
height: 100%;
|
26
|
+
width: auto;
|
27
|
+
}
|
28
|
+
.e-avatar.e-avatar-circle {
|
29
|
+
border-radius: 50%;
|
30
|
+
}
|
31
|
+
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
|
32
|
+
border-radius: 50%;
|
33
|
+
}
|
34
|
+
.e-avatar.e-avatar-xsmall {
|
35
|
+
font-size: 0.6em;
|
36
|
+
}
|
37
|
+
.e-avatar.e-avatar-small {
|
38
|
+
font-size: 0.8em;
|
39
|
+
}
|
40
|
+
.e-avatar.e-avatar-large {
|
41
|
+
font-size: 1.2em;
|
42
|
+
}
|
43
|
+
.e-avatar.e-avatar-xlarge {
|
44
|
+
font-size: 1.4em;
|
45
|
+
}
|
@@ -1 +1,58 @@
|
|
1
|
-
|
1
|
+
.e-avatar {
|
2
|
+
-ms-flex-line-pack: center;
|
3
|
+
align-content: center;
|
4
|
+
-ms-flex-align: center;
|
5
|
+
align-items: center;
|
6
|
+
background-color: #292827;
|
7
|
+
background-position: center;
|
8
|
+
background-repeat: no-repeat;
|
9
|
+
background-size: cover;
|
10
|
+
border-radius: 4px;
|
11
|
+
color: #a19f9d;
|
12
|
+
display: -ms-inline-flexbox;
|
13
|
+
display: inline-flex;
|
14
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
15
|
+
font-size: 16px;
|
16
|
+
font-weight: 400;
|
17
|
+
height: 40px;
|
18
|
+
-ms-flex-pack: center;
|
19
|
+
justify-content: center;
|
20
|
+
overflow: hidden;
|
21
|
+
position: relative;
|
22
|
+
width: 40px;
|
23
|
+
line-height: 24px;
|
24
|
+
}
|
25
|
+
.e-avatar img {
|
26
|
+
height: 100%;
|
27
|
+
width: auto;
|
28
|
+
}
|
29
|
+
.e-avatar.e-avatar-circle {
|
30
|
+
border-radius: 50%;
|
31
|
+
}
|
32
|
+
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
|
33
|
+
border-radius: 50%;
|
34
|
+
}
|
35
|
+
.e-avatar.e-avatar-xsmall {
|
36
|
+
font-size: 10px;
|
37
|
+
height: 24px;
|
38
|
+
line-height: 16px;
|
39
|
+
width: 24px;
|
40
|
+
}
|
41
|
+
.e-avatar.e-avatar-small {
|
42
|
+
font-size: 12px;
|
43
|
+
height: 32px;
|
44
|
+
line-height: 18px;
|
45
|
+
width: 32px;
|
46
|
+
}
|
47
|
+
.e-avatar.e-avatar-large {
|
48
|
+
font-size: 20px;
|
49
|
+
height: 48px;
|
50
|
+
line-height: 28px;
|
51
|
+
width: 48px;
|
52
|
+
}
|
53
|
+
.e-avatar.e-avatar-xlarge {
|
54
|
+
font-size: 24px;
|
55
|
+
height: 56px;
|
56
|
+
line-height: 28px;
|
57
|
+
width: 56px;
|
58
|
+
}
|
package/styles/avatar/fluent.css
CHANGED
@@ -1 +1,58 @@
|
|
1
|
-
|
1
|
+
.e-avatar {
|
2
|
+
-ms-flex-line-pack: center;
|
3
|
+
align-content: center;
|
4
|
+
-ms-flex-align: center;
|
5
|
+
align-items: center;
|
6
|
+
background-color: #edebe9;
|
7
|
+
background-position: center;
|
8
|
+
background-repeat: no-repeat;
|
9
|
+
background-size: cover;
|
10
|
+
border-radius: 4px;
|
11
|
+
color: #605e5c;
|
12
|
+
display: -ms-inline-flexbox;
|
13
|
+
display: inline-flex;
|
14
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
15
|
+
font-size: 16px;
|
16
|
+
font-weight: 400;
|
17
|
+
height: 40px;
|
18
|
+
-ms-flex-pack: center;
|
19
|
+
justify-content: center;
|
20
|
+
overflow: hidden;
|
21
|
+
position: relative;
|
22
|
+
width: 40px;
|
23
|
+
line-height: 24px;
|
24
|
+
}
|
25
|
+
.e-avatar img {
|
26
|
+
height: 100%;
|
27
|
+
width: auto;
|
28
|
+
}
|
29
|
+
.e-avatar.e-avatar-circle {
|
30
|
+
border-radius: 50%;
|
31
|
+
}
|
32
|
+
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
|
33
|
+
border-radius: 50%;
|
34
|
+
}
|
35
|
+
.e-avatar.e-avatar-xsmall {
|
36
|
+
font-size: 10px;
|
37
|
+
height: 24px;
|
38
|
+
line-height: 16px;
|
39
|
+
width: 24px;
|
40
|
+
}
|
41
|
+
.e-avatar.e-avatar-small {
|
42
|
+
font-size: 12px;
|
43
|
+
height: 32px;
|
44
|
+
line-height: 18px;
|
45
|
+
width: 32px;
|
46
|
+
}
|
47
|
+
.e-avatar.e-avatar-large {
|
48
|
+
font-size: 20px;
|
49
|
+
height: 48px;
|
50
|
+
line-height: 28px;
|
51
|
+
width: 48px;
|
52
|
+
}
|
53
|
+
.e-avatar.e-avatar-xlarge {
|
54
|
+
font-size: 24px;
|
55
|
+
height: 56px;
|
56
|
+
line-height: 28px;
|
57
|
+
width: 56px;
|
58
|
+
}
|
@@ -1 +1,45 @@
|
|
1
|
-
|
1
|
+
.e-avatar {
|
2
|
+
-ms-flex-line-pack: center;
|
3
|
+
align-content: center;
|
4
|
+
-ms-flex-align: center;
|
5
|
+
align-items: center;
|
6
|
+
background-color: #bcbcbc;
|
7
|
+
background-position: center;
|
8
|
+
background-repeat: no-repeat;
|
9
|
+
background-size: cover;
|
10
|
+
border-radius: 5px;
|
11
|
+
color: #fff;
|
12
|
+
display: -ms-inline-flexbox;
|
13
|
+
display: inline-flex;
|
14
|
+
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
15
|
+
font-size: 1em;
|
16
|
+
font-weight: 400;
|
17
|
+
height: 3em;
|
18
|
+
-ms-flex-pack: center;
|
19
|
+
justify-content: center;
|
20
|
+
overflow: hidden;
|
21
|
+
position: relative;
|
22
|
+
width: 3em;
|
23
|
+
}
|
24
|
+
.e-avatar img {
|
25
|
+
height: 100%;
|
26
|
+
width: auto;
|
27
|
+
}
|
28
|
+
.e-avatar.e-avatar-circle {
|
29
|
+
border-radius: 50%;
|
30
|
+
}
|
31
|
+
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
|
32
|
+
border-radius: 50%;
|
33
|
+
}
|
34
|
+
.e-avatar.e-avatar-xsmall {
|
35
|
+
font-size: 0.6em;
|
36
|
+
}
|
37
|
+
.e-avatar.e-avatar-small {
|
38
|
+
font-size: 0.8em;
|
39
|
+
}
|
40
|
+
.e-avatar.e-avatar-large {
|
41
|
+
font-size: 1.2em;
|
42
|
+
}
|
43
|
+
.e-avatar.e-avatar-xlarge {
|
44
|
+
font-size: 1.4em;
|
45
|
+
}
|
@@ -1 +1,45 @@
|
|
1
|
-
|
1
|
+
.e-avatar {
|
2
|
+
-ms-flex-line-pack: center;
|
3
|
+
align-content: center;
|
4
|
+
-ms-flex-align: center;
|
5
|
+
align-items: center;
|
6
|
+
background-color: #bcbcbc;
|
7
|
+
background-position: center;
|
8
|
+
background-repeat: no-repeat;
|
9
|
+
background-size: cover;
|
10
|
+
border-radius: 5px;
|
11
|
+
color: #fff;
|
12
|
+
display: -ms-inline-flexbox;
|
13
|
+
display: inline-flex;
|
14
|
+
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
15
|
+
font-size: 1em;
|
16
|
+
font-weight: 400;
|
17
|
+
height: 3em;
|
18
|
+
-ms-flex-pack: center;
|
19
|
+
justify-content: center;
|
20
|
+
overflow: hidden;
|
21
|
+
position: relative;
|
22
|
+
width: 3em;
|
23
|
+
}
|
24
|
+
.e-avatar img {
|
25
|
+
height: 100%;
|
26
|
+
width: auto;
|
27
|
+
}
|
28
|
+
.e-avatar.e-avatar-circle {
|
29
|
+
border-radius: 50%;
|
30
|
+
}
|
31
|
+
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
|
32
|
+
border-radius: 50%;
|
33
|
+
}
|
34
|
+
.e-avatar.e-avatar-xsmall {
|
35
|
+
font-size: 0.6em;
|
36
|
+
}
|
37
|
+
.e-avatar.e-avatar-small {
|
38
|
+
font-size: 0.8em;
|
39
|
+
}
|
40
|
+
.e-avatar.e-avatar-large {
|
41
|
+
font-size: 1.2em;
|
42
|
+
}
|
43
|
+
.e-avatar.e-avatar-xlarge {
|
44
|
+
font-size: 1.4em;
|
45
|
+
}
|
@@ -1 +1,45 @@
|
|
1
|
-
|
1
|
+
.e-avatar {
|
2
|
+
-ms-flex-line-pack: center;
|
3
|
+
align-content: center;
|
4
|
+
-ms-flex-align: center;
|
5
|
+
align-items: center;
|
6
|
+
background-color: #bcbcbc;
|
7
|
+
background-position: center;
|
8
|
+
background-repeat: no-repeat;
|
9
|
+
background-size: cover;
|
10
|
+
border-radius: 5px;
|
11
|
+
color: #fff;
|
12
|
+
display: -ms-inline-flexbox;
|
13
|
+
display: inline-flex;
|
14
|
+
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
15
|
+
font-size: 1em;
|
16
|
+
font-weight: 400;
|
17
|
+
height: 3em;
|
18
|
+
-ms-flex-pack: center;
|
19
|
+
justify-content: center;
|
20
|
+
overflow: hidden;
|
21
|
+
position: relative;
|
22
|
+
width: 3em;
|
23
|
+
}
|
24
|
+
.e-avatar img {
|
25
|
+
height: 100%;
|
26
|
+
width: auto;
|
27
|
+
}
|
28
|
+
.e-avatar.e-avatar-circle {
|
29
|
+
border-radius: 50%;
|
30
|
+
}
|
31
|
+
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
|
32
|
+
border-radius: 50%;
|
33
|
+
}
|
34
|
+
.e-avatar.e-avatar-xsmall {
|
35
|
+
font-size: 0.6em;
|
36
|
+
}
|
37
|
+
.e-avatar.e-avatar-small {
|
38
|
+
font-size: 0.8em;
|
39
|
+
}
|
40
|
+
.e-avatar.e-avatar-large {
|
41
|
+
font-size: 1.2em;
|
42
|
+
}
|
43
|
+
.e-avatar.e-avatar-xlarge {
|
44
|
+
font-size: 1.4em;
|
45
|
+
}
|
@@ -1 +1,45 @@
|
|
1
|
-
|
1
|
+
.e-avatar {
|
2
|
+
-ms-flex-line-pack: center;
|
3
|
+
align-content: center;
|
4
|
+
-ms-flex-align: center;
|
5
|
+
align-items: center;
|
6
|
+
background-color: #bcbcbc;
|
7
|
+
background-position: center;
|
8
|
+
background-repeat: no-repeat;
|
9
|
+
background-size: cover;
|
10
|
+
border-radius: 5px;
|
11
|
+
color: #fff;
|
12
|
+
display: -ms-inline-flexbox;
|
13
|
+
display: inline-flex;
|
14
|
+
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
15
|
+
font-size: 1em;
|
16
|
+
font-weight: 400;
|
17
|
+
height: 3em;
|
18
|
+
-ms-flex-pack: center;
|
19
|
+
justify-content: center;
|
20
|
+
overflow: hidden;
|
21
|
+
position: relative;
|
22
|
+
width: 3em;
|
23
|
+
}
|
24
|
+
.e-avatar img {
|
25
|
+
height: 100%;
|
26
|
+
width: auto;
|
27
|
+
}
|
28
|
+
.e-avatar.e-avatar-circle {
|
29
|
+
border-radius: 50%;
|
30
|
+
}
|
31
|
+
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
|
32
|
+
border-radius: 50%;
|
33
|
+
}
|
34
|
+
.e-avatar.e-avatar-xsmall {
|
35
|
+
font-size: 0.6em;
|
36
|
+
}
|
37
|
+
.e-avatar.e-avatar-small {
|
38
|
+
font-size: 0.8em;
|
39
|
+
}
|
40
|
+
.e-avatar.e-avatar-large {
|
41
|
+
font-size: 1.2em;
|
42
|
+
}
|
43
|
+
.e-avatar.e-avatar-xlarge {
|
44
|
+
font-size: 1.4em;
|
45
|
+
}
|
@@ -1 +1,113 @@
|
|
1
|
-
|
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-avatar {
|
57
|
+
-ms-flex-line-pack: center;
|
58
|
+
align-content: center;
|
59
|
+
-ms-flex-align: center;
|
60
|
+
align-items: center;
|
61
|
+
background-color: rgba(var(--color-sf-primary-container));
|
62
|
+
background-position: center;
|
63
|
+
background-repeat: no-repeat;
|
64
|
+
background-size: cover;
|
65
|
+
border-radius: 4px;
|
66
|
+
color: rgba(var(--color-sf-on-primary-container));
|
67
|
+
display: -ms-inline-flexbox;
|
68
|
+
display: inline-flex;
|
69
|
+
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
|
70
|
+
font-size: 20px;
|
71
|
+
font-weight: 500;
|
72
|
+
height: 40px;
|
73
|
+
-ms-flex-pack: center;
|
74
|
+
justify-content: center;
|
75
|
+
overflow: hidden;
|
76
|
+
position: relative;
|
77
|
+
width: 40px;
|
78
|
+
line-height: 20px;
|
79
|
+
}
|
80
|
+
.e-avatar img {
|
81
|
+
height: 100%;
|
82
|
+
width: auto;
|
83
|
+
}
|
84
|
+
.e-avatar.e-avatar-circle {
|
85
|
+
border-radius: 50%;
|
86
|
+
}
|
87
|
+
.e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
|
88
|
+
border-radius: 50%;
|
89
|
+
}
|
90
|
+
.e-avatar.e-avatar-xsmall {
|
91
|
+
font-size: 14px;
|
92
|
+
height: 24px;
|
93
|
+
line-height: 14px;
|
94
|
+
width: 24px;
|
95
|
+
}
|
96
|
+
.e-avatar.e-avatar-small {
|
97
|
+
font-size: 18px;
|
98
|
+
height: 32px;
|
99
|
+
line-height: 18px;
|
100
|
+
width: 32px;
|
101
|
+
}
|
102
|
+
.e-avatar.e-avatar-large {
|
103
|
+
font-size: 26px;
|
104
|
+
height: 48px;
|
105
|
+
line-height: 26px;
|
106
|
+
width: 48px;
|
107
|
+
}
|
108
|
+
.e-avatar.e-avatar-xlarge {
|
109
|
+
font-size: 30px;
|
110
|
+
height: 56px;
|
111
|
+
line-height: 30px;
|
112
|
+
width: 56px;
|
113
|
+
}
|