@mantine/code-highlight 8.3.9 → 8.3.11

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/lib/index.d.mts CHANGED
@@ -10,3 +10,4 @@ export type { CodeHighlightFactory, CodeHighlightCssVariables, CodeHighlightProp
10
10
  export type { CodeHighlightTabsCode, CodeHighlightTabsProps, CodeHighlightTabsStylesNames, CodeHighlightTabsFactory, CodeHighlightDefaultLanguage, } from './CodeHighlightTabs/CodeHighlightTabs';
11
11
  export type { InlineCodeHighlightProps, InlineCodeHighlightCssVariables, InlineCodeHighlightFactory, InlineCodeHighlightStylesNames, } from './CodeHighlight/InlineCodeHighlight';
12
12
  export type { CodeHighlightControlProps } from './CodeHighlight/CodeHighlightControl/CodeHighlightControl';
13
+ export type { CodeHighlightAdapter } from './CodeHighlightProvider/CodeHighlightProvider';
package/lib/index.d.ts CHANGED
@@ -10,3 +10,4 @@ export type { CodeHighlightFactory, CodeHighlightCssVariables, CodeHighlightProp
10
10
  export type { CodeHighlightTabsCode, CodeHighlightTabsProps, CodeHighlightTabsStylesNames, CodeHighlightTabsFactory, CodeHighlightDefaultLanguage, } from './CodeHighlightTabs/CodeHighlightTabs';
11
11
  export type { InlineCodeHighlightProps, InlineCodeHighlightCssVariables, InlineCodeHighlightFactory, InlineCodeHighlightStylesNames, } from './CodeHighlight/InlineCodeHighlight';
12
12
  export type { CodeHighlightControlProps } from './CodeHighlight/CodeHighlightControl/CodeHighlightControl';
13
+ export type { CodeHighlightAdapter } from './CodeHighlightProvider/CodeHighlightProvider';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mantine/code-highlight",
3
- "version": "8.3.9",
3
+ "version": "8.3.11",
4
4
  "description": "Code highlight with Mantine theme",
5
5
  "homepage": "https://mantine.dev/x/code-highlight/",
6
6
  "license": "MIT",
@@ -45,8 +45,8 @@
45
45
  "directory": "packages/@mantine/code-highlight"
46
46
  },
47
47
  "peerDependencies": {
48
- "@mantine/core": "8.3.9",
49
- "@mantine/hooks": "8.3.9",
48
+ "@mantine/core": "8.3.11",
49
+ "@mantine/hooks": "8.3.11",
50
50
  "react": "^18.x || ^19.x",
51
51
  "react-dom": "^18.x || ^19.x"
52
52
  },