@patternfly/react-code-editor 6.1.0-prerelease.8 → 6.1.0-prerelease.9

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/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [6.1.0-prerelease.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.1.0-prerelease.8...@patternfly/react-code-editor@6.1.0-prerelease.9) (2024-11-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **deps:** update dependency react-dropzone to v14.3.5 (main) ([#11152](https://github.com/patternfly/patternfly-react/issues/11152)) ([849b347](https://github.com/patternfly/patternfly-react/commit/849b3477cf080fcc047f21824ab742b58dcd81e8))
11
+
6
12
  # [6.1.0-prerelease.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.1.0-prerelease.7...@patternfly/react-code-editor@6.1.0-prerelease.8) (2024-11-20)
7
13
 
8
14
  **Note:** Version bump only for package @patternfly/react-code-editor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-code-editor",
3
- "version": "6.1.0-prerelease.8",
3
+ "version": "6.1.0-prerelease.9",
4
4
  "description": "This package provides a PatternFly wrapper for the Monaco code editor\n",
5
5
  "main": "dist/js/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -31,10 +31,10 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@monaco-editor/react": "^4.6.0",
34
- "@patternfly/react-core": "^6.1.0-prerelease.8",
34
+ "@patternfly/react-core": "^6.1.0-prerelease.9",
35
35
  "@patternfly/react-icons": "^6.1.0-prerelease.4",
36
36
  "@patternfly/react-styles": "^6.1.0-prerelease.3",
37
- "react-dropzone": "14.2.3",
37
+ "react-dropzone": "14.3.5",
38
38
  "tslib": "^2.8.1"
39
39
  },
40
40
  "peerDependencies": {
@@ -44,5 +44,5 @@
44
44
  "devDependencies": {
45
45
  "monaco-editor": "^0.52.0"
46
46
  },
47
- "gitHead": "0f9245023fb9bdf860c9eee91b6fe160b6c261c5"
47
+ "gitHead": "adb27fc981481c31bf249fb185ebc1850929cd87"
48
48
  }
@@ -125,7 +125,7 @@ exports[`Matches snapshot with control buttons enabled 1`] = `
125
125
  class="pf-v6-c-code-editor__upload"
126
126
  >
127
127
  <input
128
- style="display: none;"
128
+ style="border: 0px; clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; margin: 0px -1px -1px 0px; overflow: hidden; padding: 0px; position: absolute; width: 1px; white-space: nowrap;"
129
129
  tabindex="-1"
130
130
  type="file"
131
131
  />