@yext/chat-ui-react 0.8.3-beta.1 → 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 +1 -2
- package/THIRD-PARTY-NOTICES +1 -1
- package/lib/commonjs/package.json.js +1 -1
- package/lib/esm/package.json.mjs +1 -1
- package/package.json +11 -12
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
|
|
package/THIRD-PARTY-NOTICES
CHANGED
|
@@ -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.
|
|
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
|
|
package/lib/esm/package.json.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yext/chat-ui-react",
|
|
3
|
-
"version": "0.8.
|
|
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",
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
"exports": {
|
|
10
10
|
".": {
|
|
11
11
|
"import": {
|
|
12
|
-
"
|
|
13
|
-
"
|
|
12
|
+
"types": "./lib/esm/index.d.ts",
|
|
13
|
+
"default": "./lib/esm/src/index.mjs"
|
|
14
14
|
},
|
|
15
15
|
"require": {
|
|
16
|
-
"
|
|
17
|
-
"
|
|
16
|
+
"types": "./lib/commonjs/src/index.d.ts",
|
|
17
|
+
"default": "./lib/commonjs/src/index.js"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
20
|
"./bundle.css": "./lib/bundle.css"
|
|
@@ -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.
|
|
60
|
-
"@storybook/addon-interactions": "^7.
|
|
61
|
-
"@storybook/addon-links": "^7.
|
|
62
|
-
"@storybook/
|
|
63
|
-
"@storybook/react": "^7.
|
|
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.
|
|
89
|
+
"storybook": "^7.5.2",
|
|
91
90
|
"tailwindcss": "^3.3.2",
|
|
92
91
|
"typescript": "^5.0.4"
|
|
93
92
|
},
|