@messenger-box/tailwind-ui-inbox 10.0.3-alpha.110 → 10.0.3-alpha.111

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/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [10.0.3-alpha.111](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.110...v10.0.3-alpha.111) (2025-10-22)
7
+
8
+ **Note:** Version bump only for package @messenger-box/tailwind-ui-inbox
9
+
6
10
  ## [10.0.3-alpha.110](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.109...v10.0.3-alpha.110) (2025-10-22)
7
11
 
8
12
  **Note:** Version bump only for package @messenger-box/tailwind-ui-inbox
package/lib/module.js CHANGED
@@ -1,4 +1,4 @@
1
- import {Feature}from'@common-stack/client-react';import {typePolicies,schema,dataIdFromObject}from'@messenger-box/platform-client';import {MESSAGE_SLOT_FILL_NAME}from'@messenger-box/core';import {filteredRoutes}from'./compute.js';import {ChatMessageFill}from'./components/slot-fill/chat-message-filler.js';import {RightSidebarFill}from'./components/slot-fill/right-sidebar-filler.js';var module = new Feature({
1
+ import {Feature}from'@common-stack/client-react';import {typePolicies,schema,dataIdFromObject}from'@messenger-box/platform-client';import {MESSAGE_SLOT_FILL_NAME}from'@messenger-box/core';import {filteredRoutes}from'./compute.js';import {ChatMessageFill}from'./components/slot-fill/chat-message-filler.js';import'react';import'@common-stack/components-pro';import'./enums/messenger-slot-fill-name-enum.js';import'./components/live-code-editor/hybrid-live-editor.js';import'common/graphql';var module = new Feature({
2
2
  routeConfig: filteredRoutes,
3
3
  dataIdFromObject,
4
4
  clientStateParams: {
@@ -9,18 +9,18 @@ import {Feature}from'@common-stack/client-react';import {typePolicies,schema,dat
9
9
  componentFillPlugins: [{
10
10
  name: `${MESSAGE_SLOT_FILL_NAME}1`,
11
11
  render: ChatMessageFill
12
- },
12
+ }
13
13
  // {
14
14
  // name: `${MESSAGE_SLOT_FILL_NAME}2`,
15
15
  // render: ChatMessageFill2,
16
16
  // },
17
- {
18
- name: 'inbox-with-ai-right-sidebar-1',
19
- render: RightSidebarFill
20
- }
17
+ // {
18
+ // name: 'inbox-with-ai-right-sidebar-1',
19
+ // render: RightSidebarFill,
20
+ // },
21
21
  // {
22
22
  // name: 'inbox-with-ai-right-sidebar-2',
23
23
  // render: RightSidebarFill2,
24
24
  // },
25
25
  ]
26
- });export{ChatMessageFill,RightSidebarFill,module as default};//# sourceMappingURL=module.js.map
26
+ });export{ChatMessageFill,module as default};//# sourceMappingURL=module.js.map
package/lib/module.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"module.js","sources":["../src/module.tsx"],"sourcesContent":[null],"names":[],"mappings":"gYAQA,aAAe,IAAI,OAAO,CAAC;AACvB,EAAA,WAAA,EAAW,cAAE;kBACb;AACA,EAAA,iBAAA,EAAiB;IACjB,QAAA,EAAA,MAAe;AACf,IAAA;AACI,GAAA;cACI,EAAI,CAAA,2DAA8B,CAAA;AAClC,EAAA,oBAAQ,EAAA,CAAA;AACX,IAAA,IAAA,EAAA,CAAA,EAAA,sBAAA,CAAA,CAAA,CAAA;UACD,EAAI;;;;AAIJ;AACI;AACA,EAAA;AACH,IAAA,IAAA,EAAA,+BAAA;UACD,EAAI;;;;AAIP;AACJ;;"}
1
+ {"version":3,"file":"module.js","sources":["../src/module.tsx"],"sourcesContent":[null],"names":[],"mappings":"yeAQA,aAAe,IAAI,OAAO,CAAC;AACvB,EAAA,WAAA,EAAW,cAAE;kBACb;AACA,EAAA,iBAAA,EAAiB;IACjB,QAAA,EAAA,MAAe;AACf,IAAA;AACI,GAAA;cACI,EAAI,CAAA,2DAA8B,CAAA;AAClC,EAAA,oBAAQ,EAAA,CAAA;AACX,IAAA,IAAA,EAAA,CAAA,EAAA,sBAAA,CAAA,CAAA,CAAA;UACD,EAAI;;;;;;;;;;;;AAYP;AACJ;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messenger-box/tailwind-ui-inbox",
3
- "version": "10.0.3-alpha.110",
3
+ "version": "10.0.3-alpha.111",
4
4
  "description": "Inbox UI components built with TailwindCSS",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -58,5 +58,5 @@
58
58
  "typescript": {
59
59
  "definition": "lib/index.d.ts"
60
60
  },
61
- "gitHead": "e514c3212faf08e7b7aee4fced2e0a74a03cd09c"
61
+ "gitHead": "3aa2344376c6251a9e651097a8715c468ad3b239"
62
62
  }
package/src/module.tsx CHANGED
@@ -20,10 +20,10 @@ export default new Feature({
20
20
  // name: `${MESSAGE_SLOT_FILL_NAME}2`,
21
21
  // render: ChatMessageFill2,
22
22
  // },
23
- {
24
- name: 'inbox-with-ai-right-sidebar-1',
25
- render: RightSidebarFill,
26
- },
23
+ // {
24
+ // name: 'inbox-with-ai-right-sidebar-1',
25
+ // render: RightSidebarFill,
26
+ // },
27
27
  // {
28
28
  // name: 'inbox-with-ai-right-sidebar-2',
29
29
  // render: RightSidebarFill2,