@dynamic-framework/ui-react 2.0.0-dev.8 → 2.0.0
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 -4
- 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 -4
- package/dist/css/dynamic-ui.min.css +2 -2
- package/package.json +1 -1
- package/src/style/components/_d-carousel.scss +4 -3
- package/src/style/components/_d-voucher.scss +0 -1
package/dist/css/dynamic-ui.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* dynamic-framework 2.0.0
|
|
2
|
+
* dynamic-framework 2.0.0
|
|
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
|
*/
|
|
@@ -12171,7 +12171,6 @@ react-datepicker__navigation
|
|
|
12171
12171
|
.d-voucher-footer {
|
|
12172
12172
|
display: flex;
|
|
12173
12173
|
gap: var(--bs-voucher-footer-gap);
|
|
12174
|
-
justify-content: center;
|
|
12175
12174
|
justify-content: flex-start;
|
|
12176
12175
|
}
|
|
12177
12176
|
|
|
@@ -12637,7 +12636,7 @@ react-datepicker__navigation
|
|
|
12637
12636
|
|
|
12638
12637
|
.d-carousel {
|
|
12639
12638
|
--bs-carousel-arrow-space: calc(var(--bs-ref-spacer-4) * -1);
|
|
12640
|
-
--bs-carousel-pagination-bottom:
|
|
12639
|
+
--bs-carousel-pagination-bottom: auto;
|
|
12641
12640
|
--bs-carousel-pagination-page-bg: var(--bs-secondary-100);
|
|
12642
12641
|
--bs-carousel-pagination-active-page-bg: var(--bs-secondary);
|
|
12643
12642
|
--bs-carousel-focus-outline-color: var(--bs-focus-ring-color);
|
|
@@ -12654,7 +12653,6 @@ react-datepicker__navigation
|
|
|
12654
12653
|
.d-carousel .d-carousel-pagination {
|
|
12655
12654
|
bottom: var(--bs-carousel-pagination-bottom);
|
|
12656
12655
|
position: relative;
|
|
12657
|
-
bottom: auto;
|
|
12658
12656
|
top: -0.5rem;
|
|
12659
12657
|
width: -webkit-fit-content;
|
|
12660
12658
|
width: -moz-fit-content;
|