@carbon/ai-chat 1.4.0 → 1.4.2
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/es/chat.ChatAppEntry.js +6 -4
- package/dist/es/chat.ChatAppEntry.js.map +1 -1
- package/dist/es/chat.LayoutCustomProperties.js.map +1 -1
- package/dist/es-custom/chat.ChatAppEntry.js +6 -4
- package/dist/es-custom/chat.ChatAppEntry.js.map +1 -1
- package/dist/es-custom/chat.LayoutCustomProperties.js.map +1 -1
- package/dist/types/aiChatEntry.d.ts +2 -2
- package/dist/types/{serverEntry-BZ90jVeY.d.ts → serverEntry-BBTNDChc.d.ts} +1 -1
- package/dist/types/serverEntry.d.ts +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chat.LayoutCustomProperties.js","sources":["../../../../src/types/config/LayoutCustomProperties.ts"],"sourcesContent":["/*\n * Copyright IBM Corp. 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * @license\n */\n\n/**\n * These variables map to CSS custom properties used in styling the AI chat interface.\n *\n * Keys map to the underlying `--cds-aichat-*` custom properties.\n *\n * You can use any standard CSS as the value.\n *\n * @category Config\n */\nexport enum LayoutCustomProperties {\n /**\n * Float layout only.\n *\n * Minimum height of the chat container.\n *\n * Defaults to `calc(100vh - 4rem)`\n *\n */\n height = \"height\",\n\n /**\n * Float layout only.\n *\n * Maximum height of the chat container (float layout).\n *\n * Defaults to `640px`.\n */\n max_height = \"max-height\",\n\n /**\n * Float layout only.\n *\n * Width of the chat panel (float layout).\n *\n * Defaults to `380px`.\n */\n width = \"width\",\n\n /**\n * Float layout only.\n *\n * z-index of the chat overlay or container (float layout).\n *\n * Defaults to `99999`.\n */\n z_index = \"z-index\",\n\n /**\n * Custom element layouts only.\n *\n * Max width of messages area in fullscreen / larger views if {@link LayoutConfig.
|
|
1
|
+
{"version":3,"file":"chat.LayoutCustomProperties.js","sources":["../../../../src/types/config/LayoutCustomProperties.ts"],"sourcesContent":["/*\n * Copyright IBM Corp. 2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * @license\n */\n\n/**\n * These variables map to CSS custom properties used in styling the AI chat interface.\n *\n * Keys map to the underlying `--cds-aichat-*` custom properties.\n *\n * You can use any standard CSS as the value.\n *\n * @category Config\n */\nexport enum LayoutCustomProperties {\n /**\n * Float layout only.\n *\n * Minimum height of the chat container.\n *\n * Defaults to `calc(100vh - 4rem)`\n *\n */\n height = \"height\",\n\n /**\n * Float layout only.\n *\n * Maximum height of the chat container (float layout).\n *\n * Defaults to `640px`.\n */\n max_height = \"max-height\",\n\n /**\n * Float layout only.\n *\n * Width of the chat panel (float layout).\n *\n * Defaults to `380px`.\n */\n width = \"width\",\n\n /**\n * Float layout only.\n *\n * z-index of the chat overlay or container (float layout).\n *\n * Defaults to `99999`.\n */\n z_index = \"z-index\",\n\n /**\n * Custom element layouts only.\n *\n * Max width of messages area in fullscreen / larger views if {@link LayoutConfig.hasContentMaxWidth} is not set to\n * true.\n *\n * Defaults to `672px`.\n */\n messages_max_width = \"messages-max-width\",\n}\n"],"names":["LayoutCustomProperties"],"mappings":"IAkBYA;;CAAZ,SAAYA;EASVA,uBAAA,YAAA;EASAA,uBAAA,gBAAA;EASAA,uBAAA,WAAA;EASAA,uBAAA,aAAA;EAUAA,uBAAA,wBAAA;AACD,EA/CD,CAAYA,2BAAAA,yBAAsB,CAAA;;"}
|