@axos-web-dev/shared-components 1.0.100-dev.60 → 1.0.100-dev.61

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.
@@ -144,7 +144,8 @@ const ChatbotMessage = ({
144
144
  }),
145
145
  ...props
146
146
  }
147
- )
147
+ ),
148
+ a: ({ ...props }) => /* @__PURE__ */ jsx("a", { style: { wordBreak: "break-word" }, ...props })
148
149
  },
149
150
  children: msg.content
150
151
  }
@@ -135,6 +135,7 @@ button:has(span:hover) ._13n1jqk6 {
135
135
  overflow-y: auto;
136
136
  padding: 1rem;
137
137
  scrollbar-color: #ccc transparent;
138
+ overflow-x: hidden;
138
139
  }
139
140
  ._13n1jqkc > :first-child {
140
141
  margin-top: auto;
@@ -308,6 +309,7 @@ button:has(span:hover) ._13n1jqk6 {
308
309
  animation: _13n1jqku 2s linear infinite;
309
310
  font-weight: bold;
310
311
  letter-spacing: 0.22px;
312
+ font-size: 14px;
311
313
  }
312
314
  @media screen and (max-width: 768px) {
313
315
  ._13n1jqk0 {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "1.0.100-dev.60",
4
+ "version": "1.0.100-dev.61",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",