@syncfusion/ej2-react-layouts 23.2.4 → 24.2.3
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/README.md +1 -1
- package/dist/ej2-react-layouts.min.js +1 -1
- package/dist/ej2-react-layouts.umd.min.js +1 -1
- package/package.json +16 -17
- package/styles/avatar/bootstrap-dark.css +1 -45
- package/styles/avatar/bootstrap.css +1 -45
- package/styles/avatar/bootstrap4.css +1 -45
- package/styles/avatar/bootstrap5-dark.css +1 -60
- package/styles/avatar/bootstrap5.css +1 -60
- package/styles/avatar/fabric-dark.css +1 -45
- package/styles/avatar/fabric.css +1 -45
- package/styles/avatar/fluent-dark.css +1 -58
- package/styles/avatar/fluent.css +1 -58
- package/styles/avatar/highcontrast-light.css +1 -45
- package/styles/avatar/highcontrast.css +1 -45
- package/styles/avatar/material-dark.css +1 -45
- package/styles/avatar/material.css +1 -45
- package/styles/avatar/material3-dark.css +1 -113
- package/styles/avatar/material3.css +1 -169
- package/styles/avatar/tailwind-dark.css +1 -58
- package/styles/avatar/tailwind.css +1 -58
- package/styles/bootstrap-dark.css +1 -1351
- package/styles/bootstrap.css +1 -1352
- package/styles/bootstrap4.css +1 -1357
- package/styles/bootstrap5-dark.css +1 -1368
- package/styles/bootstrap5.css +1 -1368
- package/styles/card/bootstrap-dark.css +1 -513
- package/styles/card/bootstrap.css +1 -514
- package/styles/card/bootstrap4.css +1 -520
- package/styles/card/bootstrap5-dark.css +1 -513
- package/styles/card/bootstrap5.css +1 -513
- package/styles/card/fabric-dark.css +1 -513
- package/styles/card/fabric.css +1 -524
- package/styles/card/fluent-dark.css +1 -534
- package/styles/card/fluent.css +1 -534
- package/styles/card/highcontrast-light.css +1 -513
- package/styles/card/highcontrast.css +1 -525
- package/styles/card/material-dark.css +1 -513
- package/styles/card/material.css +1 -513
- package/styles/card/material3-dark.css +1 -566
- package/styles/card/material3.css +1 -622
- package/styles/card/tailwind-dark.css +1 -514
- package/styles/card/tailwind.css +1 -514
- package/styles/dashboard-layout/bootstrap-dark.css +1 -296
- package/styles/dashboard-layout/bootstrap.css +1 -296
- package/styles/dashboard-layout/bootstrap4.css +1 -296
- package/styles/dashboard-layout/bootstrap5-dark.css +1 -305
- package/styles/dashboard-layout/bootstrap5.css +1 -305
- package/styles/dashboard-layout/fabric-dark.css +1 -296
- package/styles/dashboard-layout/fabric.css +1 -296
- package/styles/dashboard-layout/fluent-dark.css +1 -300
- package/styles/dashboard-layout/fluent.css +1 -300
- package/styles/dashboard-layout/highcontrast-light.css +1 -234
- package/styles/dashboard-layout/highcontrast.css +1 -292
- package/styles/dashboard-layout/material-dark.css +1 -296
- package/styles/dashboard-layout/material.css +1 -296
- package/styles/dashboard-layout/material3-dark.css +1 -356
- package/styles/dashboard-layout/material3.css +1 -412
- package/styles/dashboard-layout/tailwind-dark.css +1 -317
- package/styles/dashboard-layout/tailwind.css +1 -317
- package/styles/fabric-dark.css +1 -1351
- package/styles/fabric.css +1 -1362
- package/styles/fluent-dark.css +1 -1382
- package/styles/fluent.css +1 -1382
- package/styles/highcontrast-light.css +1 -1289
- package/styles/highcontrast.css +1 -1359
- package/styles/material-dark.css +1 -1350
- package/styles/material.css +1 -1351
- package/styles/material3-dark.css +1 -1581
- package/styles/material3.css +1 -1805
- package/styles/splitter/bootstrap-dark.css +1 -496
- package/styles/splitter/bootstrap.css +1 -496
- package/styles/splitter/bootstrap4.css +1 -495
- package/styles/splitter/bootstrap5-dark.css +1 -489
- package/styles/splitter/bootstrap5.css +1 -489
- package/styles/splitter/fabric-dark.css +1 -496
- package/styles/splitter/fabric.css +1 -496
- package/styles/splitter/fluent-dark.css +1 -489
- package/styles/splitter/fluent.css +1 -489
- package/styles/splitter/highcontrast-light.css +1 -496
- package/styles/splitter/highcontrast.css +1 -496
- package/styles/splitter/material-dark.css +1 -495
- package/styles/splitter/material.css +1 -496
- package/styles/splitter/material3-dark.css +1 -544
- package/styles/splitter/material3.css +1 -600
- package/styles/splitter/tailwind-dark.css +1 -489
- package/styles/splitter/tailwind.css +1 -489
- package/styles/tailwind-dark.css +1 -1379
- package/styles/tailwind.css +1 -1379
package/README.md
CHANGED
@@ -124,4 +124,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-compo
|
|
124
124
|
|
125
125
|
Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/layouts/CHANGELOG.md/?utm_source=npm&utm_medium=listing&utm_campaign=react-layout-npm)
|
126
126
|
|
127
|
-
© Copyright
|
127
|
+
© Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: ej2-react-layouts.min.js
|
3
|
-
* version :
|
3
|
+
* version : 24.2.3
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
5
5
|
* Use of this code is subject to the terms of our license.
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: ej2-react-layouts.umd.min.js
|
3
|
-
* version :
|
3
|
+
* version : 24.2.3
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
5
5
|
* Use of this code is subject to the terms of our license.
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"_from": "@syncfusion/ej2-react-layouts@*",
|
3
|
-
"_id": "@syncfusion/ej2-react-layouts@
|
3
|
+
"_id": "@syncfusion/ej2-react-layouts@24.1.41",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-rW3ega7wrnJqOEGDfq7EnDR4F7O1X6P+X/M6kNZwnT9/uYQpb1kB66hb5mw6VY1mu6x/shb7Sr3oUKL0FYsVKg==",
|
6
6
|
"_location": "/@syncfusion/ej2-react-layouts",
|
7
7
|
"_phantomChildren": {},
|
8
8
|
"_requested": {
|
@@ -19,21 +19,23 @@
|
|
19
19
|
"_requiredBy": [
|
20
20
|
"/"
|
21
21
|
],
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-layouts/-/ej2-react-layouts-
|
23
|
-
"_shasum": "
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-layouts/-/ej2-react-layouts-24.1.41.tgz",
|
23
|
+
"_shasum": "b5f1f712e3d971da0600aabfc95b5bbf931a0063",
|
24
24
|
"_spec": "@syncfusion/ej2-react-layouts@*",
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
|
26
26
|
"author": {
|
27
27
|
"name": "Syncfusion Inc."
|
28
28
|
},
|
29
29
|
"bugs": {
|
30
|
-
"url": "https://github.com/syncfusion/ej2-react-
|
30
|
+
"url": "https://github.com/syncfusion/ej2-react-layouts/issues"
|
31
31
|
},
|
32
32
|
"bundleDependencies": false,
|
33
33
|
"dependencies": {
|
34
|
-
"@syncfusion/ej2-base": "~
|
35
|
-
"@syncfusion/ej2-layouts": "
|
36
|
-
"@syncfusion/ej2-react-base": "~
|
34
|
+
"@syncfusion/ej2-base": "~24.2.3",
|
35
|
+
"@syncfusion/ej2-layouts": "24.2.3",
|
36
|
+
"@syncfusion/ej2-react-base": "~24.2.3",
|
37
|
+
"awesome-typescript-loader": "^3.1.3",
|
38
|
+
"source-map-loader": "^0.2.1"
|
37
39
|
},
|
38
40
|
"deprecated": false,
|
39
41
|
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for React",
|
@@ -41,12 +43,9 @@
|
|
41
43
|
"es2015": "dist/es6/ej2-react-layouts.es2015.js",
|
42
44
|
"homepage": "https://www.syncfusion.com/react-components",
|
43
45
|
"keywords": [
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"react-
|
47
|
-
"react-split-view",
|
48
|
-
"react-split-layout",
|
49
|
-
"react-dashboardlayout"
|
46
|
+
"ej2",
|
47
|
+
"syncfusion",
|
48
|
+
"ej2-react-layouts"
|
50
49
|
],
|
51
50
|
"license": "SEE LICENSE IN license",
|
52
51
|
"main": "./dist/ej2-react-layouts.umd.min.js",
|
@@ -54,8 +53,8 @@
|
|
54
53
|
"name": "@syncfusion/ej2-react-layouts",
|
55
54
|
"repository": {
|
56
55
|
"type": "git",
|
57
|
-
"url": "git+https://github.com/syncfusion/ej2-react-
|
56
|
+
"url": "git+https://github.com/syncfusion/ej2-react-layouts.git"
|
58
57
|
},
|
59
|
-
"version": "
|
58
|
+
"version": "24.2.3",
|
60
59
|
"sideEffects": false
|
61
60
|
}
|
@@ -1,45 +1 @@
|
|
1
|
-
|
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: "Helvetica Neue", "Helvetica", "Arial", 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
|
+
@import '@syncfusion/ej2-layouts/styles/avatar/bootstrap-dark.css';
|
@@ -1,45 +1 @@
|
|
1
|
-
|
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: "Helvetica Neue", "Helvetica", "Arial", 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
|
+
@import '@syncfusion/ej2-layouts/styles/avatar/bootstrap.css';
|
@@ -1,45 +1 @@
|
|
1
|
-
|
2
|
-
-ms-flex-line-pack: center;
|
3
|
-
align-content: center;
|
4
|
-
-ms-flex-align: center;
|
5
|
-
align-items: center;
|
6
|
-
background-color: #e9ecef;
|
7
|
-
background-position: center;
|
8
|
-
background-repeat: no-repeat;
|
9
|
-
background-size: cover;
|
10
|
-
border-radius: 4px;
|
11
|
-
color: #212529;
|
12
|
-
display: -ms-inline-flexbox;
|
13
|
-
display: inline-flex;
|
14
|
-
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
15
|
-
font-size: 1.05em;
|
16
|
-
font-weight: 400;
|
17
|
-
height: 2.5em;
|
18
|
-
-ms-flex-pack: center;
|
19
|
-
justify-content: center;
|
20
|
-
overflow: hidden;
|
21
|
-
position: relative;
|
22
|
-
width: 2.5em;
|
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.65em;
|
36
|
-
}
|
37
|
-
.e-avatar.e-avatar-small {
|
38
|
-
font-size: 0.85em;
|
39
|
-
}
|
40
|
-
.e-avatar.e-avatar-large {
|
41
|
-
font-size: 1.25em;
|
42
|
-
}
|
43
|
-
.e-avatar.e-avatar-xlarge {
|
44
|
-
font-size: 1.45em;
|
45
|
-
}
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/avatar/bootstrap4.css';
|
@@ -1,60 +1 @@
|
|
1
|
-
|
2
|
-
-ms-flex-line-pack: center;
|
3
|
-
align-content: center;
|
4
|
-
-ms-flex-align: center;
|
5
|
-
align-items: center;
|
6
|
-
background-color: #495057;
|
7
|
-
background-position: center;
|
8
|
-
background-repeat: no-repeat;
|
9
|
-
background-size: cover;
|
10
|
-
border-radius: 2px;
|
11
|
-
color: #adb5bd;
|
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
|
+
@import '@syncfusion/ej2-layouts/styles/avatar/bootstrap5-dark.css';
|
@@ -1,60 +1 @@
|
|
1
|
-
|
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
|
+
@import '@syncfusion/ej2-layouts/styles/avatar/bootstrap5.css';
|
@@ -1,45 +1 @@
|
|
1
|
-
|
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
|
+
@import '@syncfusion/ej2-layouts/styles/avatar/fabric-dark.css';
|
package/styles/avatar/fabric.css
CHANGED
@@ -1,45 +1 @@
|
|
1
|
-
|
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
|
+
@import '@syncfusion/ej2-layouts/styles/avatar/fabric.css';
|
@@ -1,58 +1 @@
|
|
1
|
-
|
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
|
-
}
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/avatar/fluent-dark.css';
|
package/styles/avatar/fluent.css
CHANGED
@@ -1,58 +1 @@
|
|
1
|
-
|
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
|
+
@import '@syncfusion/ej2-layouts/styles/avatar/fluent.css';
|
@@ -1,45 +1 @@
|
|
1
|
-
|
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
|
+
@import '@syncfusion/ej2-layouts/styles/avatar/highcontrast-light.css';
|
@@ -1,45 +1 @@
|
|
1
|
-
|
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
|
+
@import '@syncfusion/ej2-layouts/styles/avatar/highcontrast.css';
|