@dynamic-framework/ui-react 2.0.0-dev.9 → 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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sideEffects": [
4
4
  "*.css"
5
5
  ],
6
- "version": "2.0.0-dev.9",
6
+ "version": "2.0.0",
7
7
  "description": "React Dynamic Framework",
8
8
  "license": "https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md",
9
9
  "repository": {
@@ -1,10 +1,10 @@
1
1
  @import "node_modules/@splidejs/splide/src/css/template/default/index";
2
- // stylelint-disable
2
+
3
3
  .d-carousel {
4
4
  // Arrows
5
5
  --#{$prefix}carousel-arrow-space: calc(var(--#{$prefix}ref-spacer-4) * -1);
6
6
  // Pagination
7
- --#{$prefix}carousel-pagination-bottom: calc(var(--#{$prefix}ref-spacer-4) * -1);
7
+ --#{$prefix}carousel-pagination-bottom: auto;
8
8
  --#{$prefix}carousel-pagination-page-bg: var(--#{$prefix}secondary-100);
9
9
  --#{$prefix}carousel-pagination-active-page-bg: var(--#{$prefix}secondary);
10
10
  // :focus
@@ -19,6 +19,7 @@
19
19
  }
20
20
  }
21
21
 
22
+ // stylelint-disable
22
23
  .splide__pagination__page {
23
24
  margin: 0;
24
25
  }
@@ -26,7 +27,6 @@
26
27
  .d-carousel-pagination {
27
28
  bottom: var(--#{$prefix}carousel-pagination-bottom);
28
29
  position: relative;
29
- bottom: auto;
30
30
  top: -0.5rem;
31
31
  width: fit-content;
32
32
  background: var(--#{$prefix}gray-25);
@@ -48,6 +48,7 @@
48
48
  }
49
49
  }
50
50
  }
51
+ // stylelint-enable
51
52
 
52
53
  &.splide.is-focus-in .d-carousel-arrow:focus,
53
54
  &.splide.is-focus-in .d-carousel-pagination-page:focus {
@@ -25,6 +25,5 @@
25
25
  .d-voucher-footer {
26
26
  display: flex;
27
27
  gap: var(--#{$prefix}voucher-footer-gap);
28
- justify-content: center;
29
28
  justify-content: flex-start;
30
29
  }