@mantine/spotlight 7.0.0-beta.4 → 7.0.0-beta.6

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/cjs/index.css CHANGED
@@ -110,6 +110,10 @@
110
110
  --_action-section-ml: var(--mantine-spacing-md);
111
111
  }
112
112
 
113
+ .m-832642f6 > svg {
114
+ display: block;
115
+ }
116
+
113
117
  .m-6c2a1345 {
114
118
  display: block;
115
119
  }
package/esm/index.css CHANGED
@@ -110,6 +110,10 @@
110
110
  --_action-section-ml: var(--mantine-spacing-md);
111
111
  }
112
112
 
113
+ .m-832642f6 > svg {
114
+ display: block;
115
+ }
116
+
113
117
  .m-6c2a1345 {
114
118
  display: block;
115
119
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mantine/spotlight",
3
- "version": "7.0.0-beta.4",
3
+ "version": "7.0.0-beta.6",
4
4
  "types": "./lib/index.d.ts",
5
5
  "module": "./esm/index.js",
6
6
  "exports": {
@@ -33,13 +33,13 @@
33
33
  "command-center"
34
34
  ],
35
35
  "peerDependencies": {
36
- "@mantine/core": "7.0.0-beta.4",
37
- "@mantine/hooks": "7.0.0-beta.4",
36
+ "@mantine/core": "7.0.0-beta.6",
37
+ "@mantine/hooks": "7.0.0-beta.6",
38
38
  "react": "^18.2.0",
39
39
  "react-dom": "^18.2.0"
40
40
  },
41
41
  "dependencies": {
42
- "@mantine/store": "7.0.0-beta.4"
42
+ "@mantine/store": "7.0.0-beta.6"
43
43
  },
44
44
  "devDependencies": {}
45
45
  }