@mantine/carousel 7.11.1 → 7.12.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mantine/carousel",
3
- "version": "7.11.1",
3
+ "version": "7.12.0",
4
4
  "description": "Embla based carousel",
5
5
  "homepage": "https://mantine.dev/x/carousel/",
6
6
  "license": "MIT",
@@ -44,15 +44,15 @@
44
44
  "directory": "packages/@mantine/carousel"
45
45
  },
46
46
  "peerDependencies": {
47
- "@mantine/core": "7.11.1",
48
- "@mantine/hooks": "7.11.1",
47
+ "@mantine/core": "7.12.0",
48
+ "@mantine/hooks": "7.12.0",
49
49
  "embla-carousel-react": ">=7.0.0",
50
50
  "react": "^18.2.0",
51
51
  "react-dom": "^18.2.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@mantine-tests/core": "1.1.0",
55
- "@mantine/core": "7.11.1",
56
- "@mantine/hooks": "7.11.1"
55
+ "@mantine/core": "7.12.0",
56
+ "@mantine/hooks": "7.12.0"
57
57
  }
58
58
  }
package/styles.css CHANGED
@@ -148,7 +148,7 @@
148
148
 
149
149
  .m_d98df724 {
150
150
  position: relative;
151
- flex: 0 0 var(--carousel-slide-size);
151
+ flex: 0 0 var(--carousel-slide-size, 100%);
152
152
  }
153
153
 
154
154
  .m_17884d0f:where([data-include-gap-in-size]) .m_d98df724:where([data-orientation='vertical']) {
package/styles.layer.css CHANGED
@@ -148,7 +148,7 @@
148
148
 
149
149
  .m_d98df724 {
150
150
  position: relative;
151
- flex: 0 0 var(--carousel-slide-size);
151
+ flex: 0 0 var(--carousel-slide-size, 100%);
152
152
  }
153
153
 
154
154
  .m_17884d0f:where([data-include-gap-in-size]) .m_d98df724:where([data-orientation='vertical']) {