@dynamic-framework/ui-react 2.0.0-dev.10 → 2.0.0-dev.12
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 +52 -3
- 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
package/dist/css/dynamic-ui.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* dynamic-framework 2.0.0-dev.
|
|
2
|
+
* dynamic-framework 2.0.0-dev.12
|
|
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
|
*/
|
|
@@ -12636,7 +12636,7 @@ react-datepicker__navigation
|
|
|
12636
12636
|
|
|
12637
12637
|
.d-carousel {
|
|
12638
12638
|
--bs-carousel-arrow-space: calc(var(--bs-ref-spacer-4) * -1);
|
|
12639
|
-
--bs-carousel-pagination-bottom:
|
|
12639
|
+
--bs-carousel-pagination-bottom: auto;
|
|
12640
12640
|
--bs-carousel-pagination-page-bg: var(--bs-secondary-100);
|
|
12641
12641
|
--bs-carousel-pagination-active-page-bg: var(--bs-secondary);
|
|
12642
12642
|
--bs-carousel-focus-outline-color: var(--bs-focus-ring-color);
|
|
@@ -12653,7 +12653,6 @@ react-datepicker__navigation
|
|
|
12653
12653
|
.d-carousel .d-carousel-pagination {
|
|
12654
12654
|
bottom: var(--bs-carousel-pagination-bottom);
|
|
12655
12655
|
position: relative;
|
|
12656
|
-
bottom: auto;
|
|
12657
12656
|
top: -0.5rem;
|
|
12658
12657
|
width: -webkit-fit-content;
|
|
12659
12658
|
width: -moz-fit-content;
|