@patternfly/chatbot 6.5.0-prerelease.17 → 6.5.0-prerelease.18
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 +1 -1
- package/patternfly-docs/content/extensions/chatbot/about-chatbot.md +2 -2
- package/patternfly-docs/content/extensions/chatbot/design-guidelines.md +2 -2
- package/patternfly-docs/content/extensions/chatbot/examples/Analytics/Analytics.md +2 -2
- package/patternfly-docs/content/extensions/chatbot/examples/Customizing Messages/Customizing Messages.md +2 -2
- package/patternfly-docs/content/extensions/chatbot/examples/Messages/Messages.md +2 -2
- package/patternfly-docs/content/extensions/chatbot/examples/UI/UI.md +2 -2
- package/patternfly-docs/content/extensions/chatbot/examples/demos/AttachmentDemos.md +2 -2
- package/patternfly-docs/content/extensions/chatbot/examples/demos/Chatbot.md +2 -2
- package/patternfly-docs/patternfly-docs.config.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/chatbot",
|
|
3
|
-
"version": "6.5.0-prerelease.
|
|
3
|
+
"version": "6.5.0-prerelease.18",
|
|
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",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
# Sidenav top-level section
|
|
3
3
|
# should be the same for all markdown files
|
|
4
|
-
section:
|
|
5
|
-
subsection:
|
|
4
|
+
section: extensions
|
|
5
|
+
subsection: chatbot
|
|
6
6
|
# Sidenav secondary level section
|
|
7
7
|
# should be the same for all markdown files
|
|
8
8
|
id: Analytics
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
# Sidenav top-level section
|
|
3
3
|
# should be the same for all markdown files
|
|
4
|
-
section:
|
|
5
|
-
subsection:
|
|
4
|
+
section: extensions
|
|
5
|
+
subsection: chatbot
|
|
6
6
|
# Sidenav secondary level section
|
|
7
7
|
# should be the same for all markdown files
|
|
8
8
|
id: Customizing messages
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
# Sidenav top-level section
|
|
3
3
|
# should be the same for all markdown files
|
|
4
|
-
section:
|
|
5
|
-
subsection:
|
|
4
|
+
section: extensions
|
|
5
|
+
subsection: chatbot
|
|
6
6
|
# Sidenav secondary level section
|
|
7
7
|
# should be the same for all markdown files
|
|
8
8
|
id: Messages
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
# Sidenav top-level section
|
|
3
3
|
# should be the same for all markdown files
|
|
4
|
-
section:
|
|
5
|
-
subsection:
|
|
4
|
+
section: extensions
|
|
5
|
+
subsection: chatbot
|
|
6
6
|
# Sidenav secondary level section
|
|
7
7
|
# should be the same for all markdown files
|
|
8
8
|
id: Messages
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
# Sidenav top-level section
|
|
3
3
|
# should be the same for all markdown files
|
|
4
|
-
section:
|
|
5
|
-
subsection:
|
|
4
|
+
section: extensions
|
|
5
|
+
subsection: chatbot
|
|
6
6
|
# Sidenav secondary level section
|
|
7
7
|
# should be the same for all markdown files
|
|
8
8
|
id: Overview
|