@chayns-components/code-highlighter 5.0.0-beta.590 → 5.0.0-beta.593
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.
|
@@ -6,13 +6,13 @@ type StyledCodeHighlighterProps = WithTheme<{
|
|
|
6
6
|
$codeTheme: CodeHighlighterTheme;
|
|
7
7
|
$browser: Browser | 'bot' | null | undefined;
|
|
8
8
|
}>;
|
|
9
|
-
export declare const StyledCodeHighlighter: import("styled-components").
|
|
9
|
+
export declare const StyledCodeHighlighter: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledCodeHighlighterProps>> & string;
|
|
10
10
|
type StyledCodeHighlighterHeaderProps = WithTheme<{
|
|
11
11
|
$codeTheme: CodeHighlighterTheme;
|
|
12
12
|
}>;
|
|
13
|
-
export declare const StyledCodeHighlighterHeader: import("styled-components").
|
|
13
|
+
export declare const StyledCodeHighlighterHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledCodeHighlighterHeaderProps>> & string;
|
|
14
14
|
type StyledCodeHighlighterFileNameProps = WithTheme<{
|
|
15
15
|
$codeTheme: CodeHighlighterTheme;
|
|
16
16
|
}>;
|
|
17
|
-
export declare const StyledCodeHighlighterFileName: import("styled-components").
|
|
17
|
+
export declare const StyledCodeHighlighterFileName: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, StyledCodeHighlighterFileNameProps>> & string;
|
|
18
18
|
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { WithTheme } from '@chayns-components/core';
|
|
3
3
|
import { CodeHighlighterTheme } from '../../../types/codeHighlighter';
|
|
4
|
-
export declare const StyledCopyToClipboard: import("styled-components").
|
|
4
|
+
export declare const StyledCopyToClipboard: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
5
|
type StyledCopyToClipboardTextProps = WithTheme<{
|
|
6
6
|
$codeTheme: CodeHighlighterTheme;
|
|
7
7
|
}>;
|
|
8
|
-
export declare const StyledCopyToClipboardText: import("styled-components").
|
|
8
|
+
export declare const StyledCopyToClipboardText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, StyledCopyToClipboardTextProps>> & string;
|
|
9
9
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chayns-components/code-highlighter",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.593",
|
|
4
4
|
"description": "A set of beautiful React components for developing your own applications with chayns.",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"browserslist": [
|
|
@@ -49,25 +49,25 @@
|
|
|
49
49
|
"url": "https://github.com/TobitSoftware/chayns-components/issues"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@babel/cli": "^7.24.
|
|
53
|
-
"@babel/core": "^7.24.
|
|
54
|
-
"@babel/preset-env": "^7.24.
|
|
52
|
+
"@babel/cli": "^7.24.5",
|
|
53
|
+
"@babel/core": "^7.24.5",
|
|
54
|
+
"@babel/preset-env": "^7.24.5",
|
|
55
55
|
"@babel/preset-react": "^7.24.1",
|
|
56
56
|
"@babel/preset-typescript": "^7.24.1",
|
|
57
|
-
"@types/react": "^18.2
|
|
58
|
-
"@types/react-dom": "^18.
|
|
57
|
+
"@types/react": "^18.3.2",
|
|
58
|
+
"@types/react-dom": "^18.3.0",
|
|
59
59
|
"@types/styled-components": "^5.1.34",
|
|
60
60
|
"babel-loader": "^9.1.3",
|
|
61
61
|
"cross-env": "^7.0.3",
|
|
62
|
-
"lerna": "^8.1.
|
|
63
|
-
"react": "^18.
|
|
64
|
-
"react-dom": "^18.
|
|
65
|
-
"styled-components": "^6.1.
|
|
62
|
+
"lerna": "^8.1.3",
|
|
63
|
+
"react": "^18.3.1",
|
|
64
|
+
"react-dom": "^18.3.1",
|
|
65
|
+
"styled-components": "^6.1.11",
|
|
66
66
|
"typescript": "^5.4.5"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@chayns-components/core": "^5.0.0-beta.
|
|
70
|
-
"@types/react-syntax-highlighter": "^15.5.
|
|
69
|
+
"@chayns-components/core": "^5.0.0-beta.593",
|
|
70
|
+
"@types/react-syntax-highlighter": "^15.5.13",
|
|
71
71
|
"babel-prettier-parser": "^0.10.8",
|
|
72
72
|
"prettier": "^3.2.5",
|
|
73
73
|
"react-syntax-highlighter": "^15.5.0"
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "6a4728003e02013f32da7f404c8912a5e2050bad"
|
|
86
86
|
}
|