@patternfly/chatbot 2.2.0 → 2.2.1
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": "@patternfly/chatbot",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.1",
|
4
4
|
"description": "This library provides React components based on PatternFly 6 that can be used to build chatbots.",
|
5
5
|
"main": "dist/cjs/index.js",
|
6
6
|
"module": "dist/esm/index.js",
|
@@ -52,7 +52,7 @@
|
|
52
52
|
"react-dom": "^17 || ^18"
|
53
53
|
},
|
54
54
|
"devDependencies": {
|
55
|
-
"@patternfly/documentation-framework": "6.
|
55
|
+
"@patternfly/documentation-framework": "6.8.2",
|
56
56
|
"@patternfly/patternfly": "^6.1.0",
|
57
57
|
"@patternfly/patternfly-a11y": "^5.0.0",
|
58
58
|
"@types/dom-speech-recognition": "^0.0.4",
|
@@ -8,6 +8,7 @@ exports[`FileDropZone should render file drop zone 1`] = `
|
|
8
8
|
tabindex="0"
|
9
9
|
>
|
10
10
|
<input
|
11
|
+
hidden=""
|
11
12
|
multiple=""
|
12
13
|
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;"
|
13
14
|
tabindex="-1"
|