@syncfusion/ej2-angular-base 31.2.12 → 32.1.24
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-angular-base.umd.min.js +1 -1
- package/dist/global/ej2-angular-base.min.js +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +3 -3
- package/styles/bds.css +0 -2
- package/styles/bds.scss +0 -1
- package/styles/bootstrap-dark.scss +0 -1
- package/styles/bootstrap.scss +0 -1
- package/styles/bootstrap4.scss +0 -1
- package/styles/bootstrap5-dark.scss +0 -1
- package/styles/bootstrap5.3.css +82 -0
- package/styles/bootstrap5.3.scss +1 -1
- package/styles/bootstrap5.scss +1 -1
- package/styles/fabric-dark.scss +1 -1
- package/styles/fabric.scss +1 -1
- package/styles/fluent-dark.scss +1 -1
- package/styles/fluent.scss +1 -1
- package/styles/fluent2.css +80 -0
- package/styles/fluent2.scss +1 -1
- package/styles/highcontrast-light.scss +1 -1
- package/styles/highcontrast.scss +1 -1
- package/styles/material-dark.scss +1 -1
- package/styles/material.scss +0 -1
- package/styles/material3-dark.css +82 -0
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.css +80 -0
- package/styles/material3.scss +1 -1
- package/styles/tailwind-dark.scss +1 -1
- package/styles/tailwind.scss +1 -1
- package/styles/tailwind3.css +70 -0
- package/styles/tailwind3.scss +1 -1
package/README.md
CHANGED
|
@@ -84,5 +84,5 @@ Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-com
|
|
|
84
84
|
|
|
85
85
|
Check the changelog [here](https://ej2.syncfusion.com/angular/documentation/release-notes?utm_source=npm&utm_campaign=ej2-angular-base)
|
|
86
86
|
|
|
87
|
-
© Copyright
|
|
87
|
+
© Copyright 2026 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
|
|
88
88
|
The Syncfusion<sup>®</sup> Essential<sup>®</sup> Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-base.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 32.1.24
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. 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-angular-base.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 32.1.24
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. 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/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version :
|
|
3
|
+
* version : 32.1.24
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2025. 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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-base",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "32.1.24",
|
|
4
4
|
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"ng"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@syncfusion/ej2-base": "~
|
|
21
|
-
"@syncfusion/ej2-icons": "~
|
|
20
|
+
"@syncfusion/ej2-base": "~32.1.24",
|
|
21
|
+
"@syncfusion/ej2-icons": "~32.1.24"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {},
|
|
24
24
|
"repository": {
|
package/styles/bds.css
CHANGED
package/styles/bds.scss
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import 'ej2-base/styles/definition/bds.scss';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import 'ej2-base/styles/definition/bootstrap-dark.scss';
|
package/styles/bootstrap.scss
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import 'ej2-base/styles/definition/bootstrap.scss';
|
package/styles/bootstrap4.scss
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import 'ej2-base/styles/definition/bootstrap4.scss';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import 'ej2-base/styles/definition/bootstrap5-dark.scss';
|
package/styles/bootstrap5.3.css
CHANGED
|
@@ -1,2 +1,84 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
/* Font Family */
|
|
12
|
+
/* Font Sizes */
|
|
13
|
+
/* Radius */
|
|
14
|
+
/* 1px */
|
|
15
|
+
/* 2px */
|
|
16
|
+
/* 3px */
|
|
17
|
+
/* 4px */
|
|
18
|
+
/* 5px */
|
|
19
|
+
/* 6px */
|
|
20
|
+
/* 7px */
|
|
21
|
+
/* 8px */
|
|
22
|
+
/* 9px */
|
|
23
|
+
/* 10px */
|
|
24
|
+
/* 11px */
|
|
25
|
+
/* 12px */
|
|
26
|
+
/* 13px */
|
|
27
|
+
/* 14px */
|
|
28
|
+
/* 15px */
|
|
29
|
+
/* 16px */
|
|
30
|
+
/* 17px */
|
|
31
|
+
/* 18px */
|
|
32
|
+
/* 19px */
|
|
33
|
+
/* 20px */
|
|
34
|
+
/* 21px */
|
|
35
|
+
/* 22px */
|
|
36
|
+
/* 23px */
|
|
37
|
+
/* 24px */
|
|
38
|
+
/* 25px */
|
|
39
|
+
/* 26px */
|
|
40
|
+
/* 27px */
|
|
41
|
+
/* 28px */
|
|
42
|
+
/* 29px */
|
|
43
|
+
/* 30px */
|
|
44
|
+
/* 31px */
|
|
45
|
+
/* 32px */
|
|
46
|
+
/* 33px */
|
|
47
|
+
/* 34px */
|
|
48
|
+
/* 35px */
|
|
49
|
+
/* 36px */
|
|
50
|
+
/* 37px */
|
|
51
|
+
/* 38px */
|
|
52
|
+
/* 39px */
|
|
53
|
+
/* 40px */
|
|
54
|
+
/* 41px */
|
|
55
|
+
/* 42px */
|
|
56
|
+
/* 43px */
|
|
57
|
+
/* 44px */
|
|
58
|
+
/* 45px */
|
|
59
|
+
/* 46px */
|
|
60
|
+
/* 47px */
|
|
61
|
+
/* 48px */
|
|
62
|
+
/* 49px */
|
|
63
|
+
/* 50px */
|
|
64
|
+
/* 5em */
|
|
65
|
+
/* 65% */
|
|
66
|
+
/* border */
|
|
67
|
+
/* 0px */
|
|
68
|
+
/* 1px */
|
|
69
|
+
/* 1.5px */
|
|
70
|
+
/* 2px */
|
|
71
|
+
/* 3px */
|
|
72
|
+
/* 4px */
|
|
73
|
+
/* 5px */
|
|
74
|
+
/* 6px */
|
|
75
|
+
/* 7px */
|
|
76
|
+
/* 8px */
|
|
77
|
+
/* 9px */
|
|
78
|
+
/* 10px */
|
|
79
|
+
/* 11px */
|
|
80
|
+
/* 12px */
|
|
81
|
+
/* 13px */
|
|
82
|
+
/* 14px */
|
|
83
|
+
/* 15px */
|
|
84
|
+
/* 16px */
|
package/styles/bootstrap5.3.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap5.3' as *;
|
package/styles/bootstrap5.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap5' as *;
|
package/styles/fabric-dark.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/fabric-dark' as *;
|
package/styles/fabric.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/fabric' as *;
|
package/styles/fluent-dark.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/fluent-dark' as *;
|
package/styles/fluent.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/fluent' as *;
|
package/styles/fluent2.css
CHANGED
|
@@ -2,3 +2,83 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* Font Sizes */
|
|
11
|
+
/* Radius */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 2px */
|
|
14
|
+
/* 3px */
|
|
15
|
+
/* 4px */
|
|
16
|
+
/* 5px */
|
|
17
|
+
/* 6px */
|
|
18
|
+
/* 7px */
|
|
19
|
+
/* 8px */
|
|
20
|
+
/* 9px */
|
|
21
|
+
/* 10px */
|
|
22
|
+
/* 11px */
|
|
23
|
+
/* 12px */
|
|
24
|
+
/* 13px */
|
|
25
|
+
/* 14px */
|
|
26
|
+
/* 15px */
|
|
27
|
+
/* 16px */
|
|
28
|
+
/* 17px */
|
|
29
|
+
/* 18px */
|
|
30
|
+
/* 19px */
|
|
31
|
+
/* 20px */
|
|
32
|
+
/* 21px */
|
|
33
|
+
/* 22px */
|
|
34
|
+
/* 23px */
|
|
35
|
+
/* 24px */
|
|
36
|
+
/* 25px */
|
|
37
|
+
/* 26px */
|
|
38
|
+
/* 27px */
|
|
39
|
+
/* 28px */
|
|
40
|
+
/* 29px */
|
|
41
|
+
/* 30px */
|
|
42
|
+
/* 31px */
|
|
43
|
+
/* 32px */
|
|
44
|
+
/* 33px */
|
|
45
|
+
/* 34px */
|
|
46
|
+
/* 35px */
|
|
47
|
+
/* 36px */
|
|
48
|
+
/* 37px */
|
|
49
|
+
/* 38px */
|
|
50
|
+
/* 39px */
|
|
51
|
+
/* 40px */
|
|
52
|
+
/* 41px */
|
|
53
|
+
/* 42px */
|
|
54
|
+
/* 43px */
|
|
55
|
+
/* 44px */
|
|
56
|
+
/* 45px */
|
|
57
|
+
/* 46px */
|
|
58
|
+
/* 47px */
|
|
59
|
+
/* 48px */
|
|
60
|
+
/* 49px */
|
|
61
|
+
/* 50px */
|
|
62
|
+
/* 5em */
|
|
63
|
+
/* 65% */
|
|
64
|
+
/* border */
|
|
65
|
+
/* 0px */
|
|
66
|
+
/* 1px */
|
|
67
|
+
/* 1.5px */
|
|
68
|
+
/* 2px */
|
|
69
|
+
/* 3px */
|
|
70
|
+
/* 4px */
|
|
71
|
+
/* 5px */
|
|
72
|
+
/* 6px */
|
|
73
|
+
/* 7px */
|
|
74
|
+
/* 8px */
|
|
75
|
+
/* 9px */
|
|
76
|
+
/* 10px */
|
|
77
|
+
/* 11px */
|
|
78
|
+
/* 12px */
|
|
79
|
+
/* 13px */
|
|
80
|
+
/* 14px */
|
|
81
|
+
/* 15px */
|
|
82
|
+
/* 16px */
|
|
83
|
+
|
|
84
|
+
|
package/styles/fluent2.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/fluent2' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/highcontrast-light' as *;
|
package/styles/highcontrast.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/highcontrast' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/material-dark' as *;
|
package/styles/material.scss
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import 'ej2-base/styles/definition/material.scss';
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* Font Sizes */
|
|
11
|
+
/* Radius */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 2px */
|
|
14
|
+
/* 3px */
|
|
15
|
+
/* 4px */
|
|
16
|
+
/* 5px */
|
|
17
|
+
/* 6px */
|
|
18
|
+
/* 7px */
|
|
19
|
+
/* 8px */
|
|
20
|
+
/* 9px */
|
|
21
|
+
/* 10px */
|
|
22
|
+
/* 11px */
|
|
23
|
+
/* 12px */
|
|
24
|
+
/* 13px */
|
|
25
|
+
/* 14px */
|
|
26
|
+
/* 15px */
|
|
27
|
+
/* 16px */
|
|
28
|
+
/* 17px */
|
|
29
|
+
/* 18px */
|
|
30
|
+
/* 19px */
|
|
31
|
+
/* 20px */
|
|
32
|
+
/* 21px */
|
|
33
|
+
/* 22px */
|
|
34
|
+
/* 23px */
|
|
35
|
+
/* 24px */
|
|
36
|
+
/* 25px */
|
|
37
|
+
/* 26px */
|
|
38
|
+
/* 27px */
|
|
39
|
+
/* 28px */
|
|
40
|
+
/* 29px */
|
|
41
|
+
/* 30px */
|
|
42
|
+
/* 31px */
|
|
43
|
+
/* 32px */
|
|
44
|
+
/* 33px */
|
|
45
|
+
/* 34px */
|
|
46
|
+
/* 35px */
|
|
47
|
+
/* 36px */
|
|
48
|
+
/* 37px */
|
|
49
|
+
/* 38px */
|
|
50
|
+
/* 39px */
|
|
51
|
+
/* 40px */
|
|
52
|
+
/* 41px */
|
|
53
|
+
/* 42px */
|
|
54
|
+
/* 43px */
|
|
55
|
+
/* 44px */
|
|
56
|
+
/* 45px */
|
|
57
|
+
/* 46px */
|
|
58
|
+
/* 47px */
|
|
59
|
+
/* 48px */
|
|
60
|
+
/* 49px */
|
|
61
|
+
/* 50px */
|
|
62
|
+
/* 5em */
|
|
63
|
+
/* 65% */
|
|
64
|
+
/* border */
|
|
65
|
+
/* 0px */
|
|
66
|
+
/* 1px */
|
|
67
|
+
/* 1.5px */
|
|
68
|
+
/* 2px */
|
|
69
|
+
/* 3px */
|
|
70
|
+
/* 4px */
|
|
71
|
+
/* 5px */
|
|
72
|
+
/* 6px */
|
|
73
|
+
/* 7px */
|
|
74
|
+
/* 8px */
|
|
75
|
+
/* 9px */
|
|
76
|
+
/* 10px */
|
|
77
|
+
/* 11px */
|
|
78
|
+
/* 12px */
|
|
79
|
+
/* 13px */
|
|
80
|
+
/* 14px */
|
|
81
|
+
/* 15px */
|
|
82
|
+
/* 16px */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
@use 'ej2-base/styles/definition/material3-dark' as *;
|
package/styles/material3.css
CHANGED
|
@@ -1,2 +1,82 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* Font Sizes */
|
|
11
|
+
/* Radius */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 2px */
|
|
14
|
+
/* 3px */
|
|
15
|
+
/* 4px */
|
|
16
|
+
/* 5px */
|
|
17
|
+
/* 6px */
|
|
18
|
+
/* 7px */
|
|
19
|
+
/* 8px */
|
|
20
|
+
/* 9px */
|
|
21
|
+
/* 10px */
|
|
22
|
+
/* 11px */
|
|
23
|
+
/* 12px */
|
|
24
|
+
/* 13px */
|
|
25
|
+
/* 14px */
|
|
26
|
+
/* 15px */
|
|
27
|
+
/* 16px */
|
|
28
|
+
/* 17px */
|
|
29
|
+
/* 18px */
|
|
30
|
+
/* 19px */
|
|
31
|
+
/* 20px */
|
|
32
|
+
/* 21px */
|
|
33
|
+
/* 22px */
|
|
34
|
+
/* 23px */
|
|
35
|
+
/* 24px */
|
|
36
|
+
/* 25px */
|
|
37
|
+
/* 26px */
|
|
38
|
+
/* 27px */
|
|
39
|
+
/* 28px */
|
|
40
|
+
/* 29px */
|
|
41
|
+
/* 30px */
|
|
42
|
+
/* 31px */
|
|
43
|
+
/* 32px */
|
|
44
|
+
/* 33px */
|
|
45
|
+
/* 34px */
|
|
46
|
+
/* 35px */
|
|
47
|
+
/* 36px */
|
|
48
|
+
/* 37px */
|
|
49
|
+
/* 38px */
|
|
50
|
+
/* 39px */
|
|
51
|
+
/* 40px */
|
|
52
|
+
/* 41px */
|
|
53
|
+
/* 42px */
|
|
54
|
+
/* 43px */
|
|
55
|
+
/* 44px */
|
|
56
|
+
/* 45px */
|
|
57
|
+
/* 46px */
|
|
58
|
+
/* 47px */
|
|
59
|
+
/* 48px */
|
|
60
|
+
/* 49px */
|
|
61
|
+
/* 50px */
|
|
62
|
+
/* 5em */
|
|
63
|
+
/* 65% */
|
|
64
|
+
/* border */
|
|
65
|
+
/* 0px */
|
|
66
|
+
/* 1px */
|
|
67
|
+
/* 1.5px */
|
|
68
|
+
/* 2px */
|
|
69
|
+
/* 3px */
|
|
70
|
+
/* 4px */
|
|
71
|
+
/* 5px */
|
|
72
|
+
/* 6px */
|
|
73
|
+
/* 7px */
|
|
74
|
+
/* 8px */
|
|
75
|
+
/* 9px */
|
|
76
|
+
/* 10px */
|
|
77
|
+
/* 11px */
|
|
78
|
+
/* 12px */
|
|
79
|
+
/* 13px */
|
|
80
|
+
/* 14px */
|
|
81
|
+
/* 15px */
|
|
82
|
+
/* 16px */
|
package/styles/material3.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
@use 'ej2-base/styles/definition/material3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/tailwind-dark' as *;
|
package/styles/tailwind.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/tailwind' as *;
|
package/styles/tailwind3.css
CHANGED
|
@@ -1,2 +1,72 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* border */
|
|
11
|
+
/* 0px */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 1.5px */
|
|
14
|
+
/* 2px */
|
|
15
|
+
/* 3px */
|
|
16
|
+
/* 4px */
|
|
17
|
+
/* 5px */
|
|
18
|
+
/* 6px */
|
|
19
|
+
/* 7px */
|
|
20
|
+
/* 8px */
|
|
21
|
+
/* Radius */
|
|
22
|
+
/* 1px */
|
|
23
|
+
/* 2px */
|
|
24
|
+
/* 3px */
|
|
25
|
+
/* 4px */
|
|
26
|
+
/* 5px */
|
|
27
|
+
/* 6px */
|
|
28
|
+
/* 7px */
|
|
29
|
+
/* 8px */
|
|
30
|
+
/* 9px */
|
|
31
|
+
/* 10px */
|
|
32
|
+
/* 11px */
|
|
33
|
+
/* 12px */
|
|
34
|
+
/* 13px */
|
|
35
|
+
/* 14px */
|
|
36
|
+
/* 15px */
|
|
37
|
+
/* 16px */
|
|
38
|
+
/* 17px */
|
|
39
|
+
/* 18px */
|
|
40
|
+
/* 19px */
|
|
41
|
+
/* 20px */
|
|
42
|
+
/* 21px */
|
|
43
|
+
/* 22px */
|
|
44
|
+
/* 23px */
|
|
45
|
+
/* 24px */
|
|
46
|
+
/* 25px */
|
|
47
|
+
/* 26px */
|
|
48
|
+
/* 27px */
|
|
49
|
+
/* 28px */
|
|
50
|
+
/* 29px */
|
|
51
|
+
/* 30px */
|
|
52
|
+
/* 31px */
|
|
53
|
+
/* 32px */
|
|
54
|
+
/* 33px */
|
|
55
|
+
/* 34px */
|
|
56
|
+
/* 35px */
|
|
57
|
+
/* 36px */
|
|
58
|
+
/* 37px */
|
|
59
|
+
/* 38px */
|
|
60
|
+
/* 39px */
|
|
61
|
+
/* 40px */
|
|
62
|
+
/* 41px */
|
|
63
|
+
/* 42px */
|
|
64
|
+
/* 43px */
|
|
65
|
+
/* 44px */
|
|
66
|
+
/* 45px */
|
|
67
|
+
/* 46px */
|
|
68
|
+
/* 47px */
|
|
69
|
+
/* 48px */
|
|
70
|
+
/* 49px */
|
|
71
|
+
/* 50px */
|
|
72
|
+
/* 5em */
|
package/styles/tailwind3.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/tailwind3' as *;
|