@cloudscape-design/chat-components 1.0.29 → 1.0.30

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.
@@ -1,14 +1,14 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_cdujn_18ie7_11",
5
- "message-area": "awsui_message-area_cdujn_18ie7_45",
6
- "with-loading-bar": "awsui_with-loading-bar_cdujn_18ie7_55",
7
- "chat-bubble-type-outgoing": "awsui_chat-bubble-type-outgoing_cdujn_18ie7_58",
8
- "chat-bubble-type-incoming": "awsui_chat-bubble-type-incoming_cdujn_18ie7_62",
9
- "avatar": "awsui_avatar_cdujn_18ie7_67",
10
- "hide": "awsui_hide_cdujn_18ie7_70",
11
- "content": "awsui_content_cdujn_18ie7_74",
12
- "actions": "awsui_actions_cdujn_18ie7_78"
4
+ "root": "awsui_root_cdujn_1bnjm_11",
5
+ "message-area": "awsui_message-area_cdujn_1bnjm_45",
6
+ "with-loading-bar": "awsui_with-loading-bar_cdujn_1bnjm_57",
7
+ "chat-bubble-type-outgoing": "awsui_chat-bubble-type-outgoing_cdujn_1bnjm_60",
8
+ "chat-bubble-type-incoming": "awsui_chat-bubble-type-incoming_cdujn_1bnjm_64",
9
+ "avatar": "awsui_avatar_cdujn_1bnjm_69",
10
+ "hide": "awsui_hide_cdujn_1bnjm_72",
11
+ "content": "awsui_content_cdujn_1bnjm_76",
12
+ "actions": "awsui_actions_cdujn_1bnjm_80"
13
13
  };
14
14
 
@@ -8,7 +8,7 @@
8
8
  */
9
9
  /* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
10
10
  /* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
11
- .awsui_root_cdujn_18ie7_11:not(#\9) {
11
+ .awsui_root_cdujn_1bnjm_11:not(#\9) {
12
12
  border-collapse: separate;
13
13
  border-spacing: 0;
14
14
  box-sizing: border-box;
@@ -43,39 +43,41 @@
43
43
  line-height: var(--line-height-heading-m-50evfk, 22px);
44
44
  }
45
45
 
46
- .awsui_message-area_cdujn_18ie7_45:not(#\9) {
46
+ .awsui_message-area_cdujn_1bnjm_45:not(#\9) {
47
47
  display: flex;
48
48
  flex-direction: column;
49
49
  gap: var(--space-scaled-s-aqzyko, 12px);
50
50
  padding: var(--space-scaled-s-aqzyko, 12px);
51
+ min-width: 0;
52
+ overflow-x: auto;
51
53
  border-start-start-radius: var(--border-radius-chat-bubble-qvkt36, 8px);
52
54
  border-start-end-radius: var(--border-radius-chat-bubble-qvkt36, 8px);
53
55
  border-end-start-radius: var(--border-radius-chat-bubble-qvkt36, 8px);
54
56
  border-end-end-radius: var(--border-radius-chat-bubble-qvkt36, 8px);
55
57
  }
56
- .awsui_message-area_cdujn_18ie7_45.awsui_with-loading-bar_cdujn_18ie7_55:not(#\9) {
58
+ .awsui_message-area_cdujn_1bnjm_45.awsui_with-loading-bar_cdujn_1bnjm_57:not(#\9) {
57
59
  padding-block-end: 0;
58
60
  }
59
- .awsui_message-area_cdujn_18ie7_45.awsui_chat-bubble-type-outgoing_cdujn_18ie7_58:not(#\9) {
61
+ .awsui_message-area_cdujn_1bnjm_45.awsui_chat-bubble-type-outgoing_cdujn_1bnjm_60:not(#\9) {
60
62
  color: var(--color-text-chat-bubble-outgoing-bvbr0v, #0f141a);
61
63
  background-color: var(--color-background-chat-bubble-outgoing-pfqan2, transparent);
62
64
  }
63
- .awsui_message-area_cdujn_18ie7_45.awsui_chat-bubble-type-incoming_cdujn_18ie7_62:not(#\9) {
65
+ .awsui_message-area_cdujn_1bnjm_45.awsui_chat-bubble-type-incoming_cdujn_1bnjm_64:not(#\9) {
64
66
  color: var(--color-text-chat-bubble-incoming-x2kig8, #0f141a);
65
67
  background-color: var(--color-background-chat-bubble-incoming-8pi0ow, #f6f6f9);
66
68
  }
67
69
 
68
- .awsui_avatar_cdujn_18ie7_67:not(#\9) {
70
+ .awsui_avatar_cdujn_1bnjm_69:not(#\9) {
69
71
  padding-block: var(--space-scaled-xs-26e2du, 8px);
70
72
  }
71
- .awsui_avatar_cdujn_18ie7_67.awsui_hide_cdujn_18ie7_70:not(#\9) {
73
+ .awsui_avatar_cdujn_1bnjm_69.awsui_hide_cdujn_1bnjm_72:not(#\9) {
72
74
  opacity: 0;
73
75
  }
74
76
 
75
- .awsui_content_cdujn_18ie7_74:not(#\9) {
77
+ .awsui_content_cdujn_1bnjm_76:not(#\9) {
76
78
  /* Used in test utils */
77
79
  }
78
80
 
79
- .awsui_actions_cdujn_18ie7_78:not(#\9) {
81
+ .awsui_actions_cdujn_1bnjm_80:not(#\9) {
80
82
  /* Used in test utils */
81
83
  }
@@ -2,14 +2,14 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "root": "awsui_root_cdujn_18ie7_11",
6
- "message-area": "awsui_message-area_cdujn_18ie7_45",
7
- "with-loading-bar": "awsui_with-loading-bar_cdujn_18ie7_55",
8
- "chat-bubble-type-outgoing": "awsui_chat-bubble-type-outgoing_cdujn_18ie7_58",
9
- "chat-bubble-type-incoming": "awsui_chat-bubble-type-incoming_cdujn_18ie7_62",
10
- "avatar": "awsui_avatar_cdujn_18ie7_67",
11
- "hide": "awsui_hide_cdujn_18ie7_70",
12
- "content": "awsui_content_cdujn_18ie7_74",
13
- "actions": "awsui_actions_cdujn_18ie7_78"
5
+ "root": "awsui_root_cdujn_1bnjm_11",
6
+ "message-area": "awsui_message-area_cdujn_1bnjm_45",
7
+ "with-loading-bar": "awsui_with-loading-bar_cdujn_1bnjm_57",
8
+ "chat-bubble-type-outgoing": "awsui_chat-bubble-type-outgoing_cdujn_1bnjm_60",
9
+ "chat-bubble-type-incoming": "awsui_chat-bubble-type-incoming_cdujn_1bnjm_64",
10
+ "avatar": "awsui_avatar_cdujn_1bnjm_69",
11
+ "hide": "awsui_hide_cdujn_1bnjm_72",
12
+ "content": "awsui_content_cdujn_1bnjm_76",
13
+ "actions": "awsui_actions_cdujn_1bnjm_80"
14
14
  };
15
15
 
@@ -1,4 +1,4 @@
1
1
  export var PACKAGE_SOURCE = "chat-components";
2
- export var PACKAGE_VERSION = "1.0.0 (35fbff4d)";
2
+ export var PACKAGE_VERSION = "1.0.0 (95a341a8)";
3
3
  export var THEME = "open-source-visual-refresh";
4
4
  export var ALWAYS_VISUAL_REFRESH = true;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "PACKAGE_SOURCE": "chat-components",
3
- "PACKAGE_VERSION": "1.0.0 (35fbff4d)",
3
+ "PACKAGE_VERSION": "1.0.0 (95a341a8)",
4
4
  "THEME": "open-source-visual-refresh",
5
5
  "ALWAYS_VISUAL_REFRESH": true
6
6
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "35fbff4dbcf55d5e81b94bc2bfa33ee369139616"
2
+ "commit": "95a341a86c2fdd40806a11bab413de057afd2ba0"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudscape-design/chat-components",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cloudscape-design/chat-components.git"