@yext/chat-ui-react 0.5.4 → 0.5.5

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,4 +1,5 @@
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).
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).
2
3
 
3
4
  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.
4
5
 
@@ -132,7 +132,7 @@ MIT License
132
132
 
133
133
  The following npm package may be included in this product:
134
134
 
135
- - @yext/analytics@0.6.1
135
+ - @yext/analytics@0.6.2
136
136
 
137
137
  This package contains the following license and notice below:
138
138
 
@@ -174,8 +174,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
174
174
  The following npm packages may be included in this product:
175
175
 
176
176
  - @yext/chat-core@0.5.3
177
- - @yext/chat-headless-react@0.5.4
178
- - @yext/chat-headless@0.5.4
177
+ - @yext/chat-headless-react@0.5.6
178
+ - @yext/chat-headless@0.5.6
179
179
 
180
180
  These packages each contain the following license and notice below:
181
181
 
@@ -861,6 +861,36 @@ THE SOFTWARE.
861
861
 
862
862
  -----------
863
863
 
864
+ The following npm package may be included in this product:
865
+
866
+ - layerr@2.0.0
867
+
868
+ This package contains the following license and notice below:
869
+
870
+ MIT License
871
+
872
+ Copyright (c) 2020 Perry Mitchell
873
+
874
+ Permission is hereby granted, free of charge, to any person obtaining a copy
875
+ of this software and associated documentation files (the "Software"), to deal
876
+ in the Software without restriction, including without limitation the rights
877
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
878
+ copies of the Software, and to permit persons to whom the Software is
879
+ furnished to do so, subject to the following conditions:
880
+
881
+ The above copyright notice and this permission notice shall be included in all
882
+ copies or substantial portions of the Software.
883
+
884
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
885
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
886
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
887
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
888
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
889
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
890
+ SOFTWARE.
891
+
892
+ -----------
893
+
864
894
  The following npm packages may be included in this product:
865
895
 
866
896
  - longest-streak@2.0.4
@@ -1888,13 +1918,13 @@ PERFORMANCE OF THIS SOFTWARE.
1888
1918
 
1889
1919
  The following npm package may be included in this product:
1890
1920
 
1891
- - ulid@2.3.0
1921
+ - ulidx@2.0.0
1892
1922
 
1893
1923
  This package contains the following license and notice below:
1894
1924
 
1895
- The MIT License (MIT)
1925
+ MIT License
1896
1926
 
1897
- Copyright (c) 2017 Alizain Feerasta
1927
+ Copyright (c) 2021 Perry Mitchell
1898
1928
 
1899
1929
  Permission is hereby granted, free of charge, to any person obtaining a copy
1900
1930
  of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yext/chat-ui-react",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
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",
@@ -64,7 +64,7 @@
64
64
  "@testing-library/user-event": "^14.4.3",
65
65
  "@types/jest": "^29.5.1",
66
66
  "@types/react": "^18.2.7",
67
- "@yext/chat-headless-react": "^0.5.4",
67
+ "@yext/chat-headless-react": "^0.5.6",
68
68
  "@yext/eslint-config": "^1.0.0",
69
69
  "babel-jest": "^29.5.0",
70
70
  "eslint": "^8.39.0",
@@ -28,7 +28,7 @@ const builtInCssClasses = (0, withStylelessCssClasses_1.withStylelessCssClasses)
28
28
  panelCssClasses: {
29
29
  container: "max-[480px]:rounded-none rounded-3xl",
30
30
  inputContainer: "max-[480px]:rounded-none rounded-b-3xl",
31
- messagesScrollContainer: "rounded-b-3xl"
31
+ messagesScrollContainer: "rounded-b-3xl",
32
32
  },
33
33
  });
34
34
  /**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yext/chat-ui-react",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
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",
@@ -64,7 +64,7 @@
64
64
  "@testing-library/user-event": "^14.4.3",
65
65
  "@types/jest": "^29.5.1",
66
66
  "@types/react": "^18.2.7",
67
- "@yext/chat-headless-react": "^0.5.4",
67
+ "@yext/chat-headless-react": "^0.5.6",
68
68
  "@yext/eslint-config": "^1.0.0",
69
69
  "babel-jest": "^29.5.0",
70
70
  "eslint": "^8.39.0",
@@ -25,7 +25,7 @@ const builtInCssClasses = withStylelessCssClasses("PopUp", {
25
25
  panelCssClasses: {
26
26
  container: "max-[480px]:rounded-none rounded-3xl",
27
27
  inputContainer: "max-[480px]:rounded-none rounded-b-3xl",
28
- messagesScrollContainer: "rounded-b-3xl"
28
+ messagesScrollContainer: "rounded-b-3xl",
29
29
  },
30
30
  });
31
31
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yext/chat-ui-react",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
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",
@@ -64,7 +64,7 @@
64
64
  "@testing-library/user-event": "^14.4.3",
65
65
  "@types/jest": "^29.5.1",
66
66
  "@types/react": "^18.2.7",
67
- "@yext/chat-headless-react": "^0.5.4",
67
+ "@yext/chat-headless-react": "^0.5.6",
68
68
  "@yext/eslint-config": "^1.0.0",
69
69
  "babel-jest": "^29.5.0",
70
70
  "eslint": "^8.39.0",
@@ -52,7 +52,7 @@ const builtInCssClasses: ChatPopUpCssClasses = withStylelessCssClasses(
52
52
  panelCssClasses: {
53
53
  container: "max-[480px]:rounded-none rounded-3xl",
54
54
  inputContainer: "max-[480px]:rounded-none rounded-b-3xl",
55
- messagesScrollContainer: "rounded-b-3xl"
55
+ messagesScrollContainer: "rounded-b-3xl",
56
56
  },
57
57
  }
58
58
  );