@dynamic-framework/ui-react 2.0.0-dev.10 → 2.0.0-dev.11
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/dist/css/dynamic-ui-non-root.css +2 -3
- package/dist/css/dynamic-ui-non-root.min.css +2 -2
- package/dist/css/dynamic-ui-root.css +1 -1
- package/dist/css/dynamic-ui-root.min.css +1 -1
- package/dist/css/dynamic-ui.css +2 -3
- package/dist/css/dynamic-ui.min.css +2 -2
- package/package.json +1 -1
- package/src/style/components/_d-carousel.scss +4 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* dynamic-framework 2.0.0-dev.
|
|
2
|
+
* dynamic-framework 2.0.0-dev.11
|
|
3
3
|
* bootstrap ~5.3.8
|
|
4
4
|
* license https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md
|
|
5
5
|
*/
|
|
@@ -11509,7 +11509,7 @@ react-datepicker__navigation
|
|
|
11509
11509
|
|
|
11510
11510
|
.d-carousel {
|
|
11511
11511
|
--bs-carousel-arrow-space: calc(var(--bs-ref-spacer-4) * -1);
|
|
11512
|
-
--bs-carousel-pagination-bottom:
|
|
11512
|
+
--bs-carousel-pagination-bottom: auto;
|
|
11513
11513
|
--bs-carousel-pagination-page-bg: var(--bs-secondary-100);
|
|
11514
11514
|
--bs-carousel-pagination-active-page-bg: var(--bs-secondary);
|
|
11515
11515
|
--bs-carousel-focus-outline-color: var(--bs-focus-ring-color);
|
|
@@ -11526,7 +11526,6 @@ react-datepicker__navigation
|
|
|
11526
11526
|
.d-carousel .d-carousel-pagination {
|
|
11527
11527
|
bottom: var(--bs-carousel-pagination-bottom);
|
|
11528
11528
|
position: relative;
|
|
11529
|
-
bottom: auto;
|
|
11530
11529
|
top: -0.5rem;
|
|
11531
11530
|
width: -webkit-fit-content;
|
|
11532
11531
|
width: -moz-fit-content;
|