@cometchat/skills-cli 2.0.3 → 2.0.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/dist/index.js +6 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -593,8 +593,8 @@ var ALL_EXPERIENCES = [
|
|
|
593
593
|
{
|
|
594
594
|
id: 1,
|
|
595
595
|
slug: "conversation-list",
|
|
596
|
-
name: "
|
|
597
|
-
description: "Two-panel
|
|
596
|
+
name: "Multi-conversation",
|
|
597
|
+
description: "Users switch between threads. Two-panel: conversation list + active thread (header, message list, composer). Messaging apps, team chat, inboxes.",
|
|
598
598
|
default_placement: "dedicated-route",
|
|
599
599
|
files_touched: 5,
|
|
600
600
|
components_required: [
|
|
@@ -608,8 +608,8 @@ var ALL_EXPERIENCES = [
|
|
|
608
608
|
{
|
|
609
609
|
id: 2,
|
|
610
610
|
slug: "one-to-one",
|
|
611
|
-
name: "
|
|
612
|
-
description: "
|
|
611
|
+
name: "Single thread",
|
|
612
|
+
description: "One chat window for two known users or a group. Header + message list + composer, no conversation list. Support widgets, marketplace chat, embedded consult.",
|
|
613
613
|
default_placement: "dedicated-route",
|
|
614
614
|
files_touched: 4,
|
|
615
615
|
components_required: [
|
|
@@ -622,8 +622,8 @@ var ALL_EXPERIENCES = [
|
|
|
622
622
|
{
|
|
623
623
|
id: 3,
|
|
624
624
|
slug: "tab-based",
|
|
625
|
-
name: "
|
|
626
|
-
description: "
|
|
625
|
+
name: "Full messenger",
|
|
626
|
+
description: "Bottom tab bar: Chats / Calls / Users / Groups. Users browse, start conversations, make calls. Social apps, community platforms, dating.",
|
|
627
627
|
default_placement: "dedicated-route",
|
|
628
628
|
files_touched: 7,
|
|
629
629
|
components_required: [
|
package/package.json
CHANGED