@syncfusion/ej2-navigations 19.4.56 → 20.1.51
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/CHANGELOG.md +53 -2
- package/README.md +16 -1
- package/carousel.d.ts +4 -0
- package/carousel.js +4 -0
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +1065 -30
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +1106 -33
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/accordion/accordion.js +11 -3
- package/src/breadcrumb/breadcrumb.js +6 -0
- package/src/carousel/carousel-model.d.ts +227 -0
- package/src/carousel/carousel.d.ts +338 -0
- package/src/carousel/carousel.js +988 -0
- package/src/carousel/index.d.ts +3 -0
- package/src/carousel/index.js +2 -0
- package/src/common/h-scroll.js +5 -3
- package/src/common/menu-base.js +11 -13
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -0
- package/src/tab/tab-model.d.ts +1 -1
- package/src/tab/tab.js +72 -11
- package/src/toolbar/toolbar.js +11 -0
- package/src/treeview/treeview.js +5 -2
- package/styles/accordion/_bootstrap-dark-definition.scss +4 -4
- package/styles/accordion/_bootstrap-definition.scss +4 -4
- package/styles/accordion/_bootstrap4-definition.scss +4 -4
- package/styles/accordion/_bootstrap5-definition.scss +10 -10
- package/styles/accordion/_fabric-dark-definition.scss +9 -9
- package/styles/accordion/_fabric-definition.scss +9 -9
- package/styles/accordion/_fluent-dark-definition.scss +1 -0
- package/styles/accordion/_fluent-definition.scss +10 -10
- package/styles/accordion/_highcontrast-definition.scss +8 -8
- package/styles/accordion/_highcontrast-light-definition.scss +8 -8
- package/styles/accordion/_layout.scss +56 -86
- package/styles/accordion/_material-dark-definition.scss +8 -8
- package/styles/accordion/_material-definition.scss +8 -8
- package/styles/accordion/_tailwind-definition.scss +10 -10
- package/styles/accordion/_theme.scss +14 -1
- package/styles/accordion/bootstrap-dark.css +48 -63
- package/styles/accordion/bootstrap.css +48 -63
- package/styles/accordion/bootstrap4.css +48 -63
- package/styles/accordion/bootstrap5-dark.css +51 -66
- package/styles/accordion/bootstrap5.css +51 -66
- package/styles/accordion/fabric-dark.css +50 -65
- package/styles/accordion/fabric.css +50 -65
- package/styles/accordion/fluent-dark.css +395 -0
- package/styles/accordion/fluent-dark.scss +4 -0
- package/styles/accordion/fluent.css +395 -0
- package/styles/accordion/fluent.scss +4 -0
- package/styles/accordion/highcontrast-light.css +49 -64
- package/styles/accordion/highcontrast.css +49 -64
- package/styles/accordion/icons/_fluent-dark.scss +1 -0
- package/styles/accordion/icons/_fluent.scss +2 -1
- package/styles/accordion/icons/_tailwind.scss +2 -1
- package/styles/accordion/material-dark.css +49 -64
- package/styles/accordion/material.css +49 -64
- package/styles/accordion/tailwind-dark.css +52 -67
- package/styles/accordion/tailwind.css +52 -67
- package/styles/bootstrap-dark.css +309 -68
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +309 -68
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +309 -68
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +414 -170
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +414 -170
- package/styles/bootstrap5.scss +1 -0
- package/styles/breadcrumb/_bootstrap5-definition.scss +2 -2
- package/styles/breadcrumb/_fluent-dark-definition.scss +1 -0
- package/styles/breadcrumb/_fluent-definition.scss +4 -1
- package/styles/breadcrumb/_layout.scss +42 -5
- package/styles/breadcrumb/_tailwind-dark-definition.scss +1 -60
- package/styles/breadcrumb/_tailwind-definition.scss +2 -2
- package/styles/breadcrumb/_theme.scss +11 -5
- package/styles/breadcrumb/bootstrap-dark.css +9 -1
- package/styles/breadcrumb/bootstrap.css +9 -1
- package/styles/breadcrumb/bootstrap4.css +9 -1
- package/styles/breadcrumb/bootstrap5-dark.css +11 -3
- package/styles/breadcrumb/bootstrap5.css +11 -3
- package/styles/breadcrumb/fabric-dark.css +9 -3
- package/styles/breadcrumb/fabric.css +9 -3
- package/styles/breadcrumb/fluent-dark.css +444 -0
- package/styles/breadcrumb/fluent-dark.scss +4 -0
- package/styles/breadcrumb/fluent.css +444 -0
- package/styles/breadcrumb/fluent.scss +4 -0
- package/styles/breadcrumb/highcontrast-light.css +9 -3
- package/styles/breadcrumb/highcontrast.css +9 -3
- package/styles/breadcrumb/icons/_fluent-dark.scss +1 -0
- package/styles/breadcrumb/icons/_fluent.scss +4 -4
- package/styles/breadcrumb/icons/_tailwind-dark.scss +13 -2
- package/styles/breadcrumb/icons/_tailwind.scss +13 -2
- package/styles/breadcrumb/material-dark.css +9 -1
- package/styles/breadcrumb/material.css +9 -1
- package/styles/breadcrumb/tailwind-dark.css +27 -10
- package/styles/breadcrumb/tailwind.css +26 -9
- package/styles/carousel/_all.scss +2 -0
- package/styles/carousel/_bootstrap-dark-definition.scss +22 -0
- package/styles/carousel/_bootstrap-definition.scss +22 -0
- package/styles/carousel/_bootstrap4-definition.scss +22 -0
- package/styles/carousel/_bootstrap5-dark-definition.scss +1 -0
- package/styles/carousel/_bootstrap5-definition.scss +22 -0
- package/styles/carousel/_fabric-dark-definition.scss +22 -0
- package/styles/carousel/_fabric-definition.scss +22 -0
- package/styles/carousel/_fluent-dark-definition.scss +1 -0
- package/styles/carousel/_fluent-definition.scss +22 -0
- package/styles/carousel/_highcontrast-definition.scss +22 -0
- package/styles/carousel/_highcontrast-light-definition.scss +22 -0
- package/styles/carousel/_layout.scss +150 -0
- package/styles/carousel/_material-dark-definition.scss +22 -0
- package/styles/carousel/_material-definition.scss +22 -0
- package/styles/carousel/_tailwind-dark-definition.scss +1 -0
- package/styles/carousel/_tailwind-definition.scss +22 -0
- package/styles/carousel/_theme.scss +56 -0
- package/styles/carousel/bootstrap-dark.css +236 -0
- package/styles/carousel/bootstrap-dark.scss +5 -0
- package/styles/carousel/bootstrap.css +236 -0
- package/styles/carousel/bootstrap.scss +5 -0
- package/styles/carousel/bootstrap4.css +236 -0
- package/styles/carousel/bootstrap4.scss +5 -0
- package/styles/carousel/bootstrap5-dark.css +236 -0
- package/styles/carousel/bootstrap5-dark.scss +5 -0
- package/styles/carousel/bootstrap5.css +236 -0
- package/styles/carousel/bootstrap5.scss +5 -0
- package/styles/carousel/fabric-dark.css +236 -0
- package/styles/carousel/fabric-dark.scss +5 -0
- package/styles/carousel/fabric.css +236 -0
- package/styles/carousel/fabric.scss +5 -0
- package/styles/carousel/fluent-dark.css +236 -0
- package/styles/carousel/fluent-dark.scss +5 -0
- package/styles/carousel/fluent.css +236 -0
- package/styles/carousel/fluent.scss +5 -0
- package/styles/carousel/highcontrast-light.css +236 -0
- package/styles/carousel/highcontrast-light.scss +5 -0
- package/styles/carousel/highcontrast.css +236 -0
- package/styles/carousel/highcontrast.scss +5 -0
- package/styles/carousel/icons/_bootstrap-dark.scss +30 -0
- package/styles/carousel/icons/_bootstrap.scss +30 -0
- package/styles/carousel/icons/_bootstrap4.scss +30 -0
- package/styles/carousel/icons/_bootstrap5-dark.scss +1 -0
- package/styles/carousel/icons/_bootstrap5.scss +30 -0
- package/styles/carousel/icons/_fabric-dark.scss +30 -0
- package/styles/carousel/icons/_fabric.scss +30 -0
- package/styles/carousel/icons/_fluent-dark.scss +1 -0
- package/styles/carousel/icons/_fluent.scss +30 -0
- package/styles/carousel/icons/_highcontrast-light.scss +30 -0
- package/styles/carousel/icons/_highcontrast.scss +30 -0
- package/styles/carousel/icons/_material-dark.scss +30 -0
- package/styles/carousel/icons/_material.scss +30 -0
- package/styles/carousel/icons/_tailwind-dark.scss +1 -0
- package/styles/carousel/icons/_tailwind.scss +30 -0
- package/styles/carousel/material-dark.css +237 -0
- package/styles/carousel/material-dark.scss +5 -0
- package/styles/carousel/material.css +237 -0
- package/styles/carousel/material.scss +5 -0
- package/styles/carousel/tailwind-dark.css +237 -0
- package/styles/carousel/tailwind-dark.scss +5 -0
- package/styles/carousel/tailwind.css +237 -0
- package/styles/carousel/tailwind.scss +5 -0
- package/styles/context-menu/_bootstrap5-definition.scss +2 -2
- package/styles/context-menu/_fluent-dark-definition.scss +1 -0
- package/styles/context-menu/_fluent-definition.scss +10 -10
- package/styles/context-menu/_layout-mixin.scss +3 -0
- package/styles/context-menu/_layout.scss +11 -1
- package/styles/context-menu/_tailwind-definition.scss +2 -1
- package/styles/context-menu/bootstrap-dark.css +5 -0
- package/styles/context-menu/bootstrap.css +5 -0
- package/styles/context-menu/bootstrap4.css +5 -0
- package/styles/context-menu/bootstrap5-dark.css +16 -8
- package/styles/context-menu/bootstrap5.css +16 -8
- package/styles/context-menu/fabric-dark.css +5 -0
- package/styles/context-menu/fabric.css +5 -0
- package/styles/context-menu/fluent-dark.css +388 -0
- package/styles/context-menu/fluent-dark.scss +4 -0
- package/styles/context-menu/fluent.css +388 -0
- package/styles/context-menu/fluent.scss +4 -0
- package/styles/context-menu/highcontrast-light.css +5 -0
- package/styles/context-menu/highcontrast.css +5 -0
- package/styles/context-menu/icons/_fluent-dark.scss +1 -0
- package/styles/context-menu/icons/_fluent.scss +3 -3
- package/styles/context-menu/icons/_tailwind-dark.scss +3 -3
- package/styles/context-menu/icons/_tailwind.scss +3 -3
- package/styles/context-menu/material-dark.css +5 -0
- package/styles/context-menu/material.css +5 -0
- package/styles/context-menu/tailwind-dark.css +11 -4
- package/styles/context-menu/tailwind.css +11 -4
- package/styles/fabric-dark.css +311 -72
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +311 -72
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +10263 -0
- package/styles/fluent-dark.scss +11 -0
- package/styles/fluent.css +10263 -0
- package/styles/fluent.scss +11 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +3 -3
- package/styles/h-scroll/_fluent-dark-definition.scss +1 -0
- package/styles/h-scroll/_layout.scss +0 -1
- package/styles/h-scroll/_material-dark-definition.scss +3 -3
- package/styles/h-scroll/bootstrap-dark.css +0 -1
- package/styles/h-scroll/bootstrap.css +0 -1
- package/styles/h-scroll/bootstrap4.css +0 -1
- package/styles/h-scroll/bootstrap5-dark.css +10 -11
- package/styles/h-scroll/bootstrap5.css +10 -11
- package/styles/h-scroll/fabric-dark.css +0 -1
- package/styles/h-scroll/fabric.css +0 -1
- package/styles/h-scroll/fluent-dark.css +326 -0
- package/styles/h-scroll/fluent-dark.scss +4 -0
- package/styles/h-scroll/fluent.css +326 -0
- package/styles/h-scroll/fluent.scss +4 -0
- package/styles/h-scroll/highcontrast-light.css +0 -1
- package/styles/h-scroll/highcontrast.css +0 -1
- package/styles/h-scroll/icons/_fluent-dark.scss +1 -0
- package/styles/h-scroll/icons/_fluent.scss +9 -9
- package/styles/h-scroll/icons/_tailwind.scss +8 -8
- package/styles/h-scroll/material-dark.css +3 -4
- package/styles/h-scroll/material.css +0 -1
- package/styles/h-scroll/tailwind-dark.css +8 -9
- package/styles/h-scroll/tailwind.css +8 -9
- package/styles/highcontrast-light.css +310 -71
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +311 -72
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +313 -72
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +310 -69
- package/styles/material.scss +1 -0
- package/styles/menu/_bootstrap5-definition.scss +4 -5
- package/styles/menu/_fluent-dark-definition.scss +1 -0
- package/styles/menu/_fluent-definition.scss +9 -9
- package/styles/menu/_layout.scss +8 -4
- package/styles/menu/_tailwind-definition.scss +1 -0
- package/styles/menu/_theme.scss +9 -0
- package/styles/menu/bootstrap-dark.css +1 -2
- package/styles/menu/bootstrap.css +1 -2
- package/styles/menu/bootstrap4.css +1 -2
- package/styles/menu/bootstrap5-dark.css +23 -24
- package/styles/menu/bootstrap5.css +23 -24
- package/styles/menu/fabric-dark.css +1 -2
- package/styles/menu/fabric.css +1 -2
- package/styles/menu/fluent-dark.css +1261 -0
- package/styles/menu/fluent-dark.scss +8 -0
- package/styles/menu/fluent.css +1261 -0
- package/styles/menu/fluent.scss +8 -0
- package/styles/menu/highcontrast-light.css +1 -2
- package/styles/menu/highcontrast.css +1 -2
- package/styles/menu/icons/_fluent-dark.scss +1 -0
- package/styles/menu/icons/_fluent.scss +14 -14
- package/styles/menu/icons/_tailwind-dark.scss +14 -14
- package/styles/menu/icons/_tailwind.scss +15 -15
- package/styles/menu/material-dark.css +1 -2
- package/styles/menu/material.css +1 -2
- package/styles/menu/tailwind-dark.css +18 -18
- package/styles/menu/tailwind.css +18 -18
- package/styles/sidebar/_fluent-dark-definition.scss +1 -0
- package/styles/sidebar/_theme.scss +5 -0
- package/styles/sidebar/bootstrap-dark.css +4 -0
- package/styles/sidebar/bootstrap.css +4 -0
- package/styles/sidebar/bootstrap4.css +4 -0
- package/styles/sidebar/bootstrap5-dark.css +4 -0
- package/styles/sidebar/bootstrap5.css +4 -0
- package/styles/sidebar/fabric-dark.css +4 -0
- package/styles/sidebar/fabric.css +4 -0
- package/styles/sidebar/fluent-dark.css +158 -0
- package/styles/sidebar/fluent-dark.scss +3 -0
- package/styles/sidebar/fluent.css +158 -0
- package/styles/sidebar/fluent.scss +3 -0
- package/styles/sidebar/highcontrast-light.css +4 -0
- package/styles/sidebar/highcontrast.css +4 -0
- package/styles/sidebar/material-dark.css +4 -0
- package/styles/sidebar/material.css +4 -0
- package/styles/sidebar/tailwind-dark.css +4 -0
- package/styles/sidebar/tailwind.css +4 -0
- package/styles/tab/_bootstrap5-definition.scss +7 -7
- package/styles/tab/_fluent-dark-definition.scss +1 -0
- package/styles/tab/_fluent-definition.scss +20 -20
- package/styles/tab/_highcontrast-definition.scss +1 -1
- package/styles/tab/_layout.scss +68 -12
- package/styles/tab/_tailwind-definition.scss +7 -7
- package/styles/tab/_theme.scss +12 -6
- package/styles/tab/bootstrap-dark.css +1 -1
- package/styles/tab/bootstrap.css +1 -1
- package/styles/tab/bootstrap4.css +1 -1
- package/styles/tab/bootstrap5-dark.css +23 -23
- package/styles/tab/bootstrap5.css +23 -23
- package/styles/tab/fabric-dark.css +1 -1
- package/styles/tab/fabric.css +1 -1
- package/styles/tab/fluent-dark.css +4394 -0
- package/styles/tab/fluent-dark.scss +5 -0
- package/styles/tab/fluent.css +4394 -0
- package/styles/tab/fluent.scss +5 -0
- package/styles/tab/highcontrast-light.css +1 -1
- package/styles/tab/highcontrast.css +2 -2
- package/styles/tab/icons/_fluent-dark.scss +1 -0
- package/styles/tab/icons/_fluent.scss +19 -18
- package/styles/tab/icons/_tailwind.scss +19 -18
- package/styles/tab/material-dark.css +1 -1
- package/styles/tab/material.css +1 -1
- package/styles/tab/tailwind-dark.css +43 -45
- package/styles/tab/tailwind.css +43 -45
- package/styles/tailwind-dark.css +428 -177
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +427 -176
- package/styles/tailwind.scss +1 -0
- package/styles/toolbar/_bootstrap-dark-definition.scss +1 -0
- package/styles/toolbar/_bootstrap-definition.scss +1 -0
- package/styles/toolbar/_bootstrap4-definition.scss +1 -0
- package/styles/toolbar/_bootstrap5-definition.scss +12 -11
- package/styles/toolbar/_fabric-dark-definition.scss +1 -0
- package/styles/toolbar/_fabric-definition.scss +1 -0
- package/styles/toolbar/_fluent-dark-definition.scss +1 -0
- package/styles/toolbar/_fluent-definition.scss +14 -13
- package/styles/toolbar/_highcontrast-definition.scss +1 -0
- package/styles/toolbar/_highcontrast-light-definition.scss +1 -0
- package/styles/toolbar/_layout.scss +13 -5
- package/styles/toolbar/_material-dark-definition.scss +1 -0
- package/styles/toolbar/_material-definition.scss +1 -0
- package/styles/toolbar/_tailwind-definition.scss +4 -3
- package/styles/toolbar/_theme.scss +5 -1
- package/styles/toolbar/bootstrap-dark.css +4 -0
- package/styles/toolbar/bootstrap.css +4 -0
- package/styles/toolbar/bootstrap4.css +4 -0
- package/styles/toolbar/bootstrap5-dark.css +35 -31
- package/styles/toolbar/bootstrap5.css +35 -31
- package/styles/toolbar/fabric-dark.css +4 -0
- package/styles/toolbar/fabric.css +4 -0
- package/styles/toolbar/fluent-dark.css +1365 -0
- package/styles/toolbar/fluent-dark.scss +8 -0
- package/styles/toolbar/fluent.css +1365 -0
- package/styles/toolbar/fluent.scss +8 -0
- package/styles/toolbar/highcontrast-light.css +4 -0
- package/styles/toolbar/highcontrast.css +4 -0
- package/styles/toolbar/icons/_fluent-dark.scss +1 -0
- package/styles/toolbar/icons/_fluent.scss +3 -2
- package/styles/toolbar/icons/_tailwind.scss +3 -2
- package/styles/toolbar/material-dark.css +4 -0
- package/styles/toolbar/material.css +4 -0
- package/styles/toolbar/tailwind-dark.css +10 -6
- package/styles/toolbar/tailwind.css +10 -6
- package/styles/treeview/_bootstrap5-definition.scss +2 -2
- package/styles/treeview/_fluent-dark-definition.scss +1 -0
- package/styles/treeview/_fluent-definition.scss +2 -2
- package/styles/treeview/_layout.scss +8 -3
- package/styles/treeview/_tailwind-definition.scss +5 -5
- package/styles/treeview/bootstrap5-dark.css +4 -4
- package/styles/treeview/bootstrap5.css +4 -4
- package/styles/treeview/fluent-dark.css +1039 -0
- package/styles/treeview/fluent-dark.scss +6 -0
- package/styles/treeview/fluent.css +1039 -0
- package/styles/treeview/fluent.scss +6 -0
- package/styles/treeview/icons/_fluent-dark.scss +1 -0
- package/styles/treeview/icons/_fluent.scss +5 -5
- package/styles/treeview/icons/_tailwind-dark.scss +5 -5
- package/styles/treeview/icons/_tailwind.scss +5 -5
- package/styles/treeview/tailwind-dark.css +13 -14
- package/styles/treeview/tailwind.css +13 -14
- package/styles/v-scroll/_fluent-dark-definition.scss +1 -0
- package/styles/v-scroll/fluent-dark.css +247 -0
- package/styles/v-scroll/fluent-dark.scss +4 -0
- package/styles/v-scroll/fluent.css +247 -0
- package/styles/v-scroll/fluent.scss +4 -0
- package/styles/v-scroll/icons/_fluent-dark.scss +1 -0
- package/styles/v-scroll/icons/_fluent.scss +5 -4
- package/styles/v-scroll/icons/_tailwind.scss +5 -4
- package/styles/v-scroll/tailwind-dark.css +4 -4
- package/styles/v-scroll/tailwind.css +4 -4
|
@@ -2,11 +2,20 @@
|
|
|
2
2
|
/*! breadcrumb icons */
|
|
3
3
|
.e-breadcrumb .e-breadcrumb-collapsed::before,
|
|
4
4
|
.e-breadcrumb .e-breadcrumb-menu::before {
|
|
5
|
-
content: '\
|
|
5
|
+
content: '\e71c';
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.e-breadcrumb .e-home::before {
|
|
9
|
-
content: '\
|
|
9
|
+
content: '\e87b';
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.e-breadcrumb .e-home {
|
|
13
|
+
height: 18px;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.e-bigger .e-breadcrumb .e-home,
|
|
17
|
+
.e-bigger.e-breadcrumb .e-home {
|
|
18
|
+
height: 21px;
|
|
10
19
|
}
|
|
11
20
|
|
|
12
21
|
/*! breadcrumb layout */
|
|
@@ -96,7 +105,15 @@
|
|
|
96
105
|
text-decoration: none;
|
|
97
106
|
}
|
|
98
107
|
|
|
99
|
-
.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:hover
|
|
108
|
+
.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:hover {
|
|
109
|
+
text-decoration: underline;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:focus {
|
|
113
|
+
text-decoration: underline;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text:active {
|
|
100
117
|
text-decoration: underline;
|
|
101
118
|
}
|
|
102
119
|
|
|
@@ -390,12 +407,12 @@
|
|
|
390
407
|
|
|
391
408
|
.e-breadcrumb .e-breadcrumb-item.e-icon-item:hover {
|
|
392
409
|
background-color: #f3f4f6;
|
|
393
|
-
color: #
|
|
410
|
+
color: #374151;
|
|
394
411
|
}
|
|
395
412
|
|
|
396
413
|
.e-breadcrumb .e-breadcrumb-item.e-icon-item:active {
|
|
397
414
|
background-color: #e5e7eb;
|
|
398
|
-
color: #
|
|
415
|
+
color: #374151;
|
|
399
416
|
}
|
|
400
417
|
|
|
401
418
|
.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:focus {
|
|
@@ -423,19 +440,19 @@
|
|
|
423
440
|
.e-breadcrumb .e-breadcrumb-collapsed:hover,
|
|
424
441
|
.e-breadcrumb .e-breadcrumb-menu:hover {
|
|
425
442
|
background-color: #f3f4f6;
|
|
426
|
-
color: #
|
|
443
|
+
color: #374151;
|
|
427
444
|
}
|
|
428
445
|
|
|
429
446
|
.e-breadcrumb .e-breadcrumb-collapsed:active,
|
|
430
447
|
.e-breadcrumb .e-breadcrumb-menu:active {
|
|
431
448
|
background-color: #e5e7eb;
|
|
432
|
-
color: #
|
|
449
|
+
color: #374151;
|
|
433
450
|
}
|
|
434
451
|
|
|
435
452
|
.e-breadcrumb .e-breadcrumb-collapsed:focus,
|
|
436
453
|
.e-breadcrumb .e-breadcrumb-menu:focus {
|
|
437
454
|
background-color: #f3f4f6;
|
|
438
|
-
color: #
|
|
455
|
+
color: #374151;
|
|
439
456
|
}
|
|
440
457
|
|
|
441
458
|
.e-breadcrumb.e-disabled .e-breadcrumb-item .e-breadcrumb-text,
|
|
@@ -455,7 +472,7 @@
|
|
|
455
472
|
}
|
|
456
473
|
|
|
457
474
|
.e-breadcrumb-popup .e-breadcrumb-text {
|
|
458
|
-
color: #
|
|
475
|
+
color: #111827;
|
|
459
476
|
}
|
|
460
477
|
|
|
461
478
|
.e-breadcrumb-popup .e-breadcrumb-text:hover {
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*! Carousel component bootstrap-dark theme definitions and variables */
|
|
2
|
+
|
|
3
|
+
// COLORS VARIABLES
|
|
4
|
+
$carousel-navigator-btn-bg: transparent !default;
|
|
5
|
+
$carousel-navigator-btn-bg-hover: rgba($brand-primary-font, .4) !default;
|
|
6
|
+
$carousel-navigator-icon-color: $brand-primary-font !default;
|
|
7
|
+
$carousel-indicator-bar-bg: $brand-primary-font !default;
|
|
8
|
+
$carousel-indicator-bar-border: 1px solid rgba($brand-primary-font, .4) !default;
|
|
9
|
+
$carousel-indicator-bar-bg-active: $brand-primary !default;
|
|
10
|
+
$carousel-indicator-border-color-focus: $base-font !default;
|
|
11
|
+
|
|
12
|
+
// ANIMATION VARIABLES
|
|
13
|
+
$carousel-animation-duration: .6s !default;
|
|
14
|
+
$carousel-animation-timing-function: ease-in-out !default;
|
|
15
|
+
|
|
16
|
+
// DIMENSION VARIABLES
|
|
17
|
+
$carousel-navigator-btn-border-radius-hover: 50% !default;
|
|
18
|
+
$carousel-indicator-padding: 4px !default;
|
|
19
|
+
$carousel-indicator-height: 48px !default;
|
|
20
|
+
$carousel-indicator-bar-border-radius: 2px !default;
|
|
21
|
+
$carousel-indicator-bar-height: 5px !default;
|
|
22
|
+
$carousel-indicator-bar-width: 20px !default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*! Carousel component bootstrap theme definitions and variables */
|
|
2
|
+
|
|
3
|
+
// COLORS VARIABLES
|
|
4
|
+
$carousel-navigator-btn-bg: transparent !default;
|
|
5
|
+
$carousel-navigator-btn-bg-hover: rgba($brand-primary-font, .4) !default;
|
|
6
|
+
$carousel-navigator-icon-color: $brand-primary-font !default;
|
|
7
|
+
$carousel-indicator-bar-bg: $brand-primary-font !default;
|
|
8
|
+
$carousel-indicator-bar-border: 1px solid rgba($brand-primary-font, .4) !default;
|
|
9
|
+
$carousel-indicator-bar-bg-active: $brand-primary !default;
|
|
10
|
+
$carousel-indicator-border-color-focus: $base-font !default;
|
|
11
|
+
|
|
12
|
+
// ANIMATION VARIABLES
|
|
13
|
+
$carousel-animation-duration: .6s !default;
|
|
14
|
+
$carousel-animation-timing-function: ease-in-out !default;
|
|
15
|
+
|
|
16
|
+
// DIMENSION VARIABLES
|
|
17
|
+
$carousel-navigator-btn-border-radius-hover: 50% !default;
|
|
18
|
+
$carousel-indicator-padding: 4px !default;
|
|
19
|
+
$carousel-indicator-height: 48px !default;
|
|
20
|
+
$carousel-indicator-bar-border-radius: 2px !default;
|
|
21
|
+
$carousel-indicator-bar-height: 5px !default;
|
|
22
|
+
$carousel-indicator-bar-width: 20px !default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*! Carousel component bootstrap4 theme definitions and variables */
|
|
2
|
+
|
|
3
|
+
// COLORS VARIABLES
|
|
4
|
+
$carousel-navigator-btn-bg: transparent !default;
|
|
5
|
+
$carousel-navigator-btn-bg-hover: rgba($primary-font, .4) !default;
|
|
6
|
+
$carousel-navigator-icon-color: $primary-font !default;
|
|
7
|
+
$carousel-indicator-bar-bg: $primary-font !default;
|
|
8
|
+
$carousel-indicator-bar-border: 1px solid rgba($primary-font, .4) !default;
|
|
9
|
+
$carousel-indicator-bar-bg-active: $primary !default;
|
|
10
|
+
$carousel-indicator-border-color-focus: $black !default;
|
|
11
|
+
|
|
12
|
+
// ANIMATION VARIABLES
|
|
13
|
+
$carousel-animation-duration: .6s !default;
|
|
14
|
+
$carousel-animation-timing-function: ease-in-out !default;
|
|
15
|
+
|
|
16
|
+
// DIMENSION VARIABLES
|
|
17
|
+
$carousel-navigator-btn-border-radius-hover: 50% !default;
|
|
18
|
+
$carousel-indicator-padding: 4px !default;
|
|
19
|
+
$carousel-indicator-height: 48px !default;
|
|
20
|
+
$carousel-indicator-bar-border-radius: 2px !default;
|
|
21
|
+
$carousel-indicator-bar-height: 5px !default;
|
|
22
|
+
$carousel-indicator-bar-width: 20px !default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './bootstrap5-definition.scss';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*! Carousel component bootstrap5 theme definitions and variables */
|
|
2
|
+
|
|
3
|
+
// COLORS VARIABLES
|
|
4
|
+
$carousel-navigator-btn-bg: transparent !default;
|
|
5
|
+
$carousel-navigator-btn-bg-hover: rgba($primary-text-color, .4) !default;
|
|
6
|
+
$carousel-navigator-icon-color: $primary-text-color !default;
|
|
7
|
+
$carousel-indicator-bar-bg: $primary-text-color !default;
|
|
8
|
+
$carousel-indicator-bar-border: 1px solid rgba($primary-text-color, .4) !default;
|
|
9
|
+
$carousel-indicator-bar-bg-active: $primary !default;
|
|
10
|
+
$carousel-indicator-border-color-focus: $black !default;
|
|
11
|
+
|
|
12
|
+
// ANIMATION VARIABLES
|
|
13
|
+
$carousel-animation-duration: .6s !default;
|
|
14
|
+
$carousel-animation-timing-function: ease-in-out !default;
|
|
15
|
+
|
|
16
|
+
// DIMENSION VARIABLES
|
|
17
|
+
$carousel-navigator-btn-border-radius-hover: 50% !default;
|
|
18
|
+
$carousel-indicator-padding: 4px !default;
|
|
19
|
+
$carousel-indicator-height: 48px !default;
|
|
20
|
+
$carousel-indicator-bar-border-radius: 2px !default;
|
|
21
|
+
$carousel-indicator-bar-height: 5px !default;
|
|
22
|
+
$carousel-indicator-bar-width: 20px !default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*! Carousel component fabric-dark theme definitions and variables */
|
|
2
|
+
|
|
3
|
+
// COLORS VARIABLES
|
|
4
|
+
$carousel-navigator-btn-bg: transparent !default;
|
|
5
|
+
$carousel-navigator-btn-bg-hover: rgba($neutral-primary, .4) !default;
|
|
6
|
+
$carousel-navigator-icon-color: $neutral-primary !default;
|
|
7
|
+
$carousel-indicator-bar-bg: $neutral-primary !default;
|
|
8
|
+
$carousel-indicator-bar-border: 1px solid rgba($neutral-primary, .4) !default;
|
|
9
|
+
$carousel-indicator-bar-bg-active: $theme-primary !default;
|
|
10
|
+
$carousel-indicator-border-color-focus: $shadow !default;
|
|
11
|
+
|
|
12
|
+
// ANIMATION VARIABLES
|
|
13
|
+
$carousel-animation-duration: .6s !default;
|
|
14
|
+
$carousel-animation-timing-function: ease-in-out !default;
|
|
15
|
+
|
|
16
|
+
// DIMENSION VARIABLES
|
|
17
|
+
$carousel-navigator-btn-border-radius-hover: 50% !default;
|
|
18
|
+
$carousel-indicator-padding: 6px !default;
|
|
19
|
+
$carousel-indicator-height: 48px !default;
|
|
20
|
+
$carousel-indicator-bar-border-radius: 50% !default;
|
|
21
|
+
$carousel-indicator-bar-height: 12px !default;
|
|
22
|
+
$carousel-indicator-bar-width: 12px !default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*! Carousel component fabric theme definitions and variables */
|
|
2
|
+
|
|
3
|
+
// COLORS VARIABLES
|
|
4
|
+
$carousel-navigator-btn-bg: transparent !default;
|
|
5
|
+
$carousel-navigator-btn-bg-hover: rgba($neutral-white, .4) !default;
|
|
6
|
+
$carousel-navigator-icon-color: $neutral-white !default;
|
|
7
|
+
$carousel-indicator-bar-bg: $neutral-white !default;
|
|
8
|
+
$carousel-indicator-bar-border: 1px solid rgba($neutral-white, .4) !default;
|
|
9
|
+
$carousel-indicator-bar-bg-active: $theme-primary !default;
|
|
10
|
+
$carousel-indicator-border-color-focus: $neutral-black !default;
|
|
11
|
+
|
|
12
|
+
// ANIMATION VARIABLES
|
|
13
|
+
$carousel-animation-duration: .6s !default;
|
|
14
|
+
$carousel-animation-timing-function: ease-in-out !default;
|
|
15
|
+
|
|
16
|
+
// DIMENSION VARIABLES
|
|
17
|
+
$carousel-navigator-btn-border-radius-hover: 50% !default;
|
|
18
|
+
$carousel-indicator-padding: 6px !default;
|
|
19
|
+
$carousel-indicator-height: 48px !default;
|
|
20
|
+
$carousel-indicator-bar-border-radius: 50% !default;
|
|
21
|
+
$carousel-indicator-bar-height: 12px !default;
|
|
22
|
+
$carousel-indicator-bar-width: 12px !default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './fluent-definition.scss';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*! Carousel component FluentUI theme definitions and variables */
|
|
2
|
+
|
|
3
|
+
// COLORS VARIABLES
|
|
4
|
+
$carousel-navigator-btn-bg: transparent !default;
|
|
5
|
+
$carousel-navigator-btn-bg-hover: rgba($primary-text-color, .4) !default;
|
|
6
|
+
$carousel-navigator-icon-color: $primary-text-color !default;
|
|
7
|
+
$carousel-indicator-bar-bg: $primary-text-color !default;
|
|
8
|
+
$carousel-indicator-bar-border: 1px solid rgba($primary-text-color, .4) !default;
|
|
9
|
+
$carousel-indicator-bar-bg-active: $primary !default;
|
|
10
|
+
$carousel-indicator-border-color-focus: $black !default;
|
|
11
|
+
|
|
12
|
+
// ANIMATION VARIABLES
|
|
13
|
+
$carousel-animation-duration: .6s !default;
|
|
14
|
+
$carousel-animation-timing-function: ease-in-out !default;
|
|
15
|
+
|
|
16
|
+
// DIMENSION VARIABLES
|
|
17
|
+
$carousel-navigator-btn-border-radius-hover: 50% !default;
|
|
18
|
+
$carousel-indicator-padding: 6px !default;
|
|
19
|
+
$carousel-indicator-height: 48px !default;
|
|
20
|
+
$carousel-indicator-bar-border-radius: 50% !default;
|
|
21
|
+
$carousel-indicator-bar-height: 12px !default;
|
|
22
|
+
$carousel-indicator-bar-width: 12px !default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*! Carousel component highcontrast theme definitions and variables */
|
|
2
|
+
|
|
3
|
+
// COLORS VARIABLES
|
|
4
|
+
$carousel-navigator-btn-bg: transparent !default;
|
|
5
|
+
$carousel-navigator-btn-bg-hover: rgba($message-font, .4) !default;
|
|
6
|
+
$carousel-navigator-icon-color: $message-font !default;
|
|
7
|
+
$carousel-indicator-bar-bg: $message-font !default;
|
|
8
|
+
$carousel-indicator-bar-border: 1px solid rgba($message-font, .4) !default;
|
|
9
|
+
$carousel-indicator-bar-bg-active: $selection-border !default;
|
|
10
|
+
$carousel-indicator-border-color-focus: $shadow !default;
|
|
11
|
+
|
|
12
|
+
// ANIMATION VARIABLES
|
|
13
|
+
$carousel-animation-duration: .6s !default;
|
|
14
|
+
$carousel-animation-timing-function: ease-in-out !default;
|
|
15
|
+
|
|
16
|
+
// DIMENSION VARIABLES
|
|
17
|
+
$carousel-navigator-btn-border-radius-hover: 50% !default;
|
|
18
|
+
$carousel-indicator-padding: 6px !default;
|
|
19
|
+
$carousel-indicator-height: 48px !default;
|
|
20
|
+
$carousel-indicator-bar-border-radius: 50% !default;
|
|
21
|
+
$carousel-indicator-bar-height: 12px !default;
|
|
22
|
+
$carousel-indicator-bar-width: 12px !default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*! Carousel component highcontrast-light theme definitions and variables */
|
|
2
|
+
|
|
3
|
+
// COLORS VARIABLES
|
|
4
|
+
$carousel-navigator-btn-bg: transparent !default;
|
|
5
|
+
$carousel-navigator-btn-bg-hover: rgba($selection-font, .4) !default;
|
|
6
|
+
$carousel-navigator-icon-color: $selection-font !default;
|
|
7
|
+
$carousel-indicator-bar-bg: $selection-font !default;
|
|
8
|
+
$carousel-indicator-bar-border: 1px solid rgba($selection-font, .4) !default;
|
|
9
|
+
$carousel-indicator-bar-bg-active: $selection-border !default;
|
|
10
|
+
$carousel-indicator-border-color-focus: $message-font !default;
|
|
11
|
+
|
|
12
|
+
// ANIMATION VARIABLES
|
|
13
|
+
$carousel-animation-duration: .6s !default;
|
|
14
|
+
$carousel-animation-timing-function: ease-in-out !default;
|
|
15
|
+
|
|
16
|
+
// DIMENSION VARIABLES
|
|
17
|
+
$carousel-navigator-btn-border-radius-hover: 50% !default;
|
|
18
|
+
$carousel-indicator-padding: 6px !default;
|
|
19
|
+
$carousel-indicator-height: 48px !default;
|
|
20
|
+
$carousel-indicator-bar-border-radius: 50% !default;
|
|
21
|
+
$carousel-indicator-bar-height: 12px !default;
|
|
22
|
+
$carousel-indicator-bar-width: 12px !default;
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
@include export-module('carousel-layout') {
|
|
2
|
+
|
|
3
|
+
/*! carousel component styles */
|
|
4
|
+
.e-carousel {
|
|
5
|
+
display: block;
|
|
6
|
+
margin: 0;
|
|
7
|
+
padding: 0;
|
|
8
|
+
position: relative;
|
|
9
|
+
|
|
10
|
+
.e-carousel-items {
|
|
11
|
+
height: 100%;
|
|
12
|
+
margin: 0;
|
|
13
|
+
overflow: hidden;
|
|
14
|
+
padding: 0;
|
|
15
|
+
position: relative;
|
|
16
|
+
width: 100%;
|
|
17
|
+
|
|
18
|
+
.e-carousel-item {
|
|
19
|
+
backface-visibility: hidden;
|
|
20
|
+
display: none;
|
|
21
|
+
float: left;
|
|
22
|
+
height: 100%;
|
|
23
|
+
margin-right: -100%;
|
|
24
|
+
position: relative;
|
|
25
|
+
width: 100%;
|
|
26
|
+
|
|
27
|
+
&.e-active {
|
|
28
|
+
display: block;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&.e-carousel-slide-animation {
|
|
33
|
+
.e-carousel-item {
|
|
34
|
+
transition: transform $carousel-animation-duration $carousel-animation-timing-function;
|
|
35
|
+
|
|
36
|
+
&.e-prev,
|
|
37
|
+
&.e-next,
|
|
38
|
+
&.e-active {
|
|
39
|
+
display: block;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&.e-next:not(.e-transition-start),
|
|
43
|
+
&.e-active.e-transition-end {
|
|
44
|
+
transform: translateX(100%);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
&.e-prev:not(.e-transition-end),
|
|
48
|
+
&.e-active.e-transition-start {
|
|
49
|
+
transform: translateX(-100%);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&.e-carousel-fade-animation {
|
|
55
|
+
.e-carousel-item {
|
|
56
|
+
display: block;
|
|
57
|
+
opacity: 0;
|
|
58
|
+
transition: opacity $carousel-animation-duration $carousel-animation-timing-function;
|
|
59
|
+
z-index: 0;
|
|
60
|
+
|
|
61
|
+
&.e-active {
|
|
62
|
+
opacity: 1;
|
|
63
|
+
z-index: 1;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.e-carousel-navigators {
|
|
70
|
+
align-items: center;
|
|
71
|
+
display: flex;
|
|
72
|
+
height: 100%;
|
|
73
|
+
justify-content: space-between;
|
|
74
|
+
pointer-events: none;
|
|
75
|
+
position: absolute;
|
|
76
|
+
top: 0;
|
|
77
|
+
width: 100%;
|
|
78
|
+
z-index: 1;
|
|
79
|
+
|
|
80
|
+
.e-play-pause,
|
|
81
|
+
.e-previous,
|
|
82
|
+
.e-next {
|
|
83
|
+
padding: .5em;
|
|
84
|
+
pointer-events: auto;
|
|
85
|
+
|
|
86
|
+
.e-btn {
|
|
87
|
+
border: 0;
|
|
88
|
+
box-shadow: none;
|
|
89
|
+
|
|
90
|
+
&:hover {
|
|
91
|
+
border-radius: $carousel-navigator-btn-border-radius-hover;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
&.e-rtl {
|
|
95
|
+
transform: rotate(180deg);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
&.e-hover-arrows {
|
|
100
|
+
display: none;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.e-carousel-indicators {
|
|
106
|
+
align-items: center;
|
|
107
|
+
bottom: 0;
|
|
108
|
+
display: flex;
|
|
109
|
+
justify-content: center;
|
|
110
|
+
min-height: $carousel-indicator-height;
|
|
111
|
+
padding: 0;
|
|
112
|
+
pointer-events: none;
|
|
113
|
+
position: absolute;
|
|
114
|
+
width: 100%;
|
|
115
|
+
z-index: 1;
|
|
116
|
+
|
|
117
|
+
.e-indicator-bars {
|
|
118
|
+
display: flex;
|
|
119
|
+
flex-wrap: wrap;
|
|
120
|
+
justify-content: center;
|
|
121
|
+
pointer-events: auto;
|
|
122
|
+
|
|
123
|
+
.e-indicator-bar {
|
|
124
|
+
padding: 0;
|
|
125
|
+
|
|
126
|
+
.e-indicator {
|
|
127
|
+
align-items: center;
|
|
128
|
+
display: flex;
|
|
129
|
+
justify-content: center;
|
|
130
|
+
padding: $carousel-indicator-padding;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.e-indicator div {
|
|
134
|
+
border: $carousel-indicator-bar-border;
|
|
135
|
+
border-radius: $carousel-indicator-bar-border-radius;
|
|
136
|
+
height: $carousel-indicator-bar-height;
|
|
137
|
+
transition-duration: $carousel-animation-duration;
|
|
138
|
+
transition-property: background-color, border-color;
|
|
139
|
+
transition-timing-function: $carousel-animation-timing-function;
|
|
140
|
+
width: $carousel-indicator-bar-width;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.e-indicator .e-ripple-element {
|
|
144
|
+
display: none;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*! Carousel component material-dark theme definitions and variables */
|
|
2
|
+
|
|
3
|
+
// COLORS VARIABLES
|
|
4
|
+
$carousel-navigator-btn-bg: transparent !default;
|
|
5
|
+
$carousel-navigator-btn-bg-hover: rgba($grey-white, .4) !default;
|
|
6
|
+
$carousel-navigator-icon-color: $grey-white !default;
|
|
7
|
+
$carousel-indicator-bar-bg: $grey-white !default;
|
|
8
|
+
$carousel-indicator-bar-border: 1px solid rgba($grey-white, .4) !default;
|
|
9
|
+
$carousel-indicator-bar-bg-active: $accent !default;
|
|
10
|
+
$carousel-indicator-border-color-focus: $grey-black !default;
|
|
11
|
+
|
|
12
|
+
// ANIMATION VARIABLES
|
|
13
|
+
$carousel-animation-duration: .6s !default;
|
|
14
|
+
$carousel-animation-timing-function: ease-in-out !default;
|
|
15
|
+
|
|
16
|
+
// DIMENSION VARIABLES
|
|
17
|
+
$carousel-navigator-btn-border-radius-hover: 50% !default;
|
|
18
|
+
$carousel-indicator-padding: 6px !default;
|
|
19
|
+
$carousel-indicator-height: 48px !default;
|
|
20
|
+
$carousel-indicator-bar-border-radius: 50% !default;
|
|
21
|
+
$carousel-indicator-bar-height: 12px !default;
|
|
22
|
+
$carousel-indicator-bar-width: 12px !default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*! Carousel component material theme definitions and variables */
|
|
2
|
+
|
|
3
|
+
// COLORS VARIABLES
|
|
4
|
+
$carousel-navigator-btn-bg: transparent !default;
|
|
5
|
+
$carousel-navigator-btn-bg-hover: rgba($grey-white, .4) !default;
|
|
6
|
+
$carousel-navigator-icon-color: $grey-white !default;
|
|
7
|
+
$carousel-indicator-bar-bg: $grey-white !default;
|
|
8
|
+
$carousel-indicator-bar-border: 1px solid rgba($grey-white, .4) !default;
|
|
9
|
+
$carousel-indicator-bar-bg-active: $accent !default;
|
|
10
|
+
$carousel-indicator-border-color-focus: $grey-black !default;
|
|
11
|
+
|
|
12
|
+
// ANIMATION VARIABLES
|
|
13
|
+
$carousel-animation-duration: .6s !default;
|
|
14
|
+
$carousel-animation-timing-function: ease-in-out !default;
|
|
15
|
+
|
|
16
|
+
// DIMENSION VARIABLES
|
|
17
|
+
$carousel-navigator-btn-border-radius-hover: 50% !default;
|
|
18
|
+
$carousel-indicator-padding: 6px !default;
|
|
19
|
+
$carousel-indicator-height: 48px !default;
|
|
20
|
+
$carousel-indicator-bar-border-radius: 50% !default;
|
|
21
|
+
$carousel-indicator-bar-height: 12px !default;
|
|
22
|
+
$carousel-indicator-bar-width: 12px !default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './tailwind-definition.scss';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*! Carousel component tailwind theme definitions and variables */
|
|
2
|
+
|
|
3
|
+
// COLORS VARIABLES
|
|
4
|
+
$carousel-navigator-btn-bg: transparent !default;
|
|
5
|
+
$carousel-navigator-btn-bg-hover: rgba($white, .4) !default;
|
|
6
|
+
$carousel-navigator-icon-color: $white !default;
|
|
7
|
+
$carousel-indicator-bar-bg: $white !default;
|
|
8
|
+
$carousel-indicator-bar-border: 1px solid rgba($white, .4) !default;
|
|
9
|
+
$carousel-indicator-bar-bg-active: $primary !default;
|
|
10
|
+
$carousel-indicator-border-color-focus: $black !default;
|
|
11
|
+
|
|
12
|
+
// ANIMATION VARIABLES
|
|
13
|
+
$carousel-animation-duration: .6s !default;
|
|
14
|
+
$carousel-animation-timing-function: ease-in-out !default;
|
|
15
|
+
|
|
16
|
+
// DIMENSION VARIABLES
|
|
17
|
+
$carousel-navigator-btn-border-radius-hover: 50% !default;
|
|
18
|
+
$carousel-indicator-padding: 6px !default;
|
|
19
|
+
$carousel-indicator-height: 48px !default;
|
|
20
|
+
$carousel-indicator-bar-border-radius: 50% !default;
|
|
21
|
+
$carousel-indicator-bar-height: 12px !default;
|
|
22
|
+
$carousel-indicator-bar-width: 12px !default;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
@include export-module('carousel-theme') {
|
|
2
|
+
|
|
3
|
+
/*! carousel component theme */
|
|
4
|
+
.e-carousel {
|
|
5
|
+
.e-carousel-navigators {
|
|
6
|
+
|
|
7
|
+
.e-previous .e-btn:not(:disabled),
|
|
8
|
+
.e-next .e-btn:not(:disabled),
|
|
9
|
+
.e-play-pause .e-btn:not(:disabled) {
|
|
10
|
+
background-color: $carousel-navigator-btn-bg;
|
|
11
|
+
|
|
12
|
+
.e-btn-icon {
|
|
13
|
+
color: $carousel-navigator-icon-color;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
&:active,
|
|
17
|
+
&:focus,
|
|
18
|
+
&:hover {
|
|
19
|
+
background-color: $carousel-navigator-btn-bg-hover;
|
|
20
|
+
outline: none;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.e-carousel-indicators .e-indicator-bar {
|
|
26
|
+
.e-indicator {
|
|
27
|
+
background-color: transparent;
|
|
28
|
+
border-color: transparent;
|
|
29
|
+
box-shadow: none;
|
|
30
|
+
|
|
31
|
+
div {
|
|
32
|
+
background-color: $carousel-indicator-bar-bg;
|
|
33
|
+
border-color: $carousel-indicator-bar-bg;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&:active,
|
|
37
|
+
&:focus,
|
|
38
|
+
&:hover {
|
|
39
|
+
background-color: transparent;
|
|
40
|
+
border-color: transparent;
|
|
41
|
+
box-shadow: none;
|
|
42
|
+
outline: none;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&:focus-visible {
|
|
46
|
+
border-color: $carousel-indicator-border-color-focus;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
&.e-active .e-indicator div {
|
|
51
|
+
background-color: $carousel-indicator-bar-bg-active;
|
|
52
|
+
border-color: $carousel-indicator-bar-bg-active;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|