@livechat/design-system-react-components 2.38.5 → 2.39.0
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/dist/index.cjs +1 -1
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -6831,7 +6831,7 @@ const bu = (e) => {
|
|
|
6831
6831
|
},
|
|
6832
6832
|
{
|
|
6833
6833
|
id: "chatbot",
|
|
6834
|
-
name: "ChatBot",
|
|
6834
|
+
name: "ChatBot.com",
|
|
6835
6835
|
icon: ml,
|
|
6836
6836
|
backgroundColors: {
|
|
6837
6837
|
main: "var(--products-chatbot)",
|
|
@@ -6842,7 +6842,7 @@ const bu = (e) => {
|
|
|
6842
6842
|
},
|
|
6843
6843
|
{
|
|
6844
6844
|
id: "helpdesk",
|
|
6845
|
-
name: "HelpDesk",
|
|
6845
|
+
name: "HelpDesk.com",
|
|
6846
6846
|
icon: pl,
|
|
6847
6847
|
backgroundColors: {
|
|
6848
6848
|
main: "var(--products-helpdesk)",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livechat/design-system-react-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.39.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"@floating-ui/react": "^0.26.25",
|
|
72
72
|
"@livechat/data-utils": "^0.2.16",
|
|
73
|
-
"@livechat/design-system-icons": "^2.
|
|
73
|
+
"@livechat/design-system-icons": "^2.39.0",
|
|
74
74
|
"clsx": "^1.1.1",
|
|
75
75
|
"date-fns": "^2.28.0",
|
|
76
76
|
"lodash.debounce": "^4.0.8",
|