@dxos/react-ui-syntax-highlighter 0.8.4-main.422d1c7879 → 0.8.4-main.4f23b4e393

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": "@dxos/react-ui-syntax-highlighter",
3
- "version": "0.8.4-main.422d1c7879",
3
+ "version": "0.8.4-main.4f23b4e393",
4
4
  "description": "A syntax highlighter wrapper.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -29,8 +29,8 @@
29
29
  "@radix-ui/react-context": "1.1.1",
30
30
  "jsonpath-plus": "^10.3.0",
31
31
  "react-syntax-highlighter": "^15.6.1",
32
- "@dxos/ui-types": "0.8.4-main.422d1c7879",
33
- "@dxos/util": "0.8.4-main.422d1c7879"
32
+ "@dxos/ui-types": "0.8.4-main.4f23b4e393",
33
+ "@dxos/util": "0.8.4-main.4f23b4e393"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/react": "~19.2.7",
@@ -38,18 +38,18 @@
38
38
  "@types/react-syntax-highlighter": "^15.5.13",
39
39
  "react": "~19.2.3",
40
40
  "react-dom": "~19.2.3",
41
- "vite": "^7.1.11",
42
- "@dxos/random": "0.8.4-main.422d1c7879",
43
- "@dxos/react-ui": "0.8.4-main.422d1c7879",
44
- "@dxos/storybook-utils": "0.8.4-main.422d1c7879",
45
- "@dxos/ui-theme": "0.8.4-main.422d1c7879",
46
- "@dxos/util": "0.8.4-main.422d1c7879"
41
+ "vite": "^8.0.10",
42
+ "@dxos/react-ui": "0.8.4-main.4f23b4e393",
43
+ "@dxos/util": "0.8.4-main.4f23b4e393",
44
+ "@dxos/storybook-utils": "0.8.4-main.4f23b4e393",
45
+ "@dxos/random": "0.8.4-main.4f23b4e393",
46
+ "@dxos/ui-theme": "0.8.4-main.4f23b4e393"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "react": "~19.2.3",
50
50
  "react-dom": "~19.2.3",
51
- "@dxos/ui-theme": "0.8.4-main.422d1c7879",
52
- "@dxos/react-ui": "0.8.4-main.422d1c7879"
51
+ "@dxos/ui-theme": "0.8.4-main.4f23b4e393",
52
+ "@dxos/react-ui": "0.8.4-main.4f23b4e393"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"
@@ -95,10 +95,7 @@ export const SyntaxHighlighter = composable<HTMLDivElement, SyntaxHighlighterPro
95
95
  </NativeSyntaxHighlighter>
96
96
 
97
97
  {copyButton && (
98
- <div
99
- role='none'
100
- className='pointer-events-none absolute top-1 right-1 z-10 opacity-0 group-hover:opacity-100 focus-within:opacity-100'
101
- >
98
+ <div className='pointer-events-none absolute top-1 right-1 z-10 opacity-0 group-hover:opacity-100 focus-within:opacity-100'>
102
99
  <Clipboard.Provider>
103
100
  <Clipboard.IconButton
104
101
  value={source}