@yext/chat-ui-react 0.8.3 → 0.8.4

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/LICENSE CHANGED
@@ -1,5 +1,4 @@
1
- Contains information from the language-subtag-registry JSON Database (https://github.com/mattcg/language-subtag-registry/tree/master/data/json)
2
- which is made available under the ODC Attribution License (https://github.com/mattcg/language-subtag-registry/blob/master/LICENSE.md).
1
+ Contains information from the language-subtag-registry JSON Database (https://github.com/mattcg/language-subtag-registry/tree/master/data/json) which is made available under the ODC Attribution License (https://github.com/mattcg/language-subtag-registry/blob/master/LICENSE.md).
3
2
 
4
3
  The files listed in this repository are licensed under the below license. All other features and products are subject to separate agreements and certain functionality requires paid subscriptions to Yext products.
5
4
 
@@ -173,7 +173,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
173
173
 
174
174
  The following npm packages may be included in this product:
175
175
 
176
- - @yext/chat-core@0.7.0
176
+ - @yext/chat-core@0.7.4
177
177
  - @yext/chat-headless-react@0.6.1
178
178
  - @yext/chat-headless@0.7.1
179
179
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.8.3";
3
+ var version = "0.8.4";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.js.map
@@ -1,4 +1,4 @@
1
- var version = "0.8.3";
1
+ var version = "0.8.4";
2
2
 
3
3
  export { version };
4
4
  //# sourceMappingURL=package.json.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yext/chat-ui-react",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "A library of React Components for powering Yext Chat integrations.",
5
5
  "author": "clippy@yext.com",
6
6
  "main": "./lib/commonjs/src/index.js",
@@ -56,12 +56,11 @@
56
56
  "@microsoft/api-documenter": "^7.22.8",
57
57
  "@microsoft/api-extractor": "^7.35.1",
58
58
  "@rollup/plugin-json": "^6.0.0",
59
- "@storybook/addon-essentials": "^7.0.18",
60
- "@storybook/addon-interactions": "^7.0.18",
61
- "@storybook/addon-links": "^7.0.18",
62
- "@storybook/blocks": "^7.0.18",
63
- "@storybook/react": "^7.0.17",
64
- "@storybook/react-vite": "^7.0.17",
59
+ "@storybook/addon-essentials": "^7.5.2",
60
+ "@storybook/addon-interactions": "^7.5.2",
61
+ "@storybook/addon-links": "^7.5.2",
62
+ "@storybook/react": "^7.5.2",
63
+ "@storybook/react-vite": "^7.5.2",
65
64
  "@storybook/testing-library": "^0.1.0",
66
65
  "@tailwindcss/container-queries": "^0.1.1",
67
66
  "@tailwindcss/typography": "^0.5.9",
@@ -87,7 +86,7 @@
87
86
  "react-dom": "^18.2.0",
88
87
  "rollup": "^3.28.1",
89
88
  "rollup-plugin-typescript2": "^0.35.0",
90
- "storybook": "^7.0.17",
89
+ "storybook": "^7.5.2",
91
90
  "tailwindcss": "^3.3.2",
92
91
  "typescript": "^5.0.4"
93
92
  },