@debales/ai 1.1.14 → 1.1.15
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/browser/ai-browser.js +0 -1
- package/dist/module/ai.js +0 -1
- package/dist/module/ai.umd.js +0 -1
- package/package.json +1 -1
|
@@ -606,7 +606,6 @@ or you can use record.mirror to access the mirror instance during recording.`,oz
|
|
|
606
606
|
all: unset;
|
|
607
607
|
background-color: ${e=>e.isBot?e.theme.colors.bot.message:e.theme.colors.user.message};
|
|
608
608
|
color: ${e=>e.isBot?e.theme.colors.bot.font:e.theme.colors.user.font};
|
|
609
|
-
color: ${e=>e.theme.colors.bot.font};
|
|
610
609
|
width: fit-content;
|
|
611
610
|
max-width: 100%;
|
|
612
611
|
margin: 4px 10px 4px !important;
|
package/dist/module/ai.js
CHANGED
|
@@ -28012,7 +28012,6 @@ const FH = gA({}), eT = () => {
|
|
|
28012
28012
|
all: unset;
|
|
28013
28013
|
background-color: ${(e) => e.isBot ? e.theme.colors.bot.message : e.theme.colors.user.message};
|
|
28014
28014
|
color: ${(e) => e.isBot ? e.theme.colors.bot.font : e.theme.colors.user.font};
|
|
28015
|
-
color: ${(e) => e.theme.colors.bot.font};
|
|
28016
28015
|
width: fit-content;
|
|
28017
28016
|
max-width: 100%;
|
|
28018
28017
|
margin: 4px 10px 4px !important;
|
package/dist/module/ai.umd.js
CHANGED
|
@@ -250,7 +250,6 @@ or you can use record.mirror to access the mirror instance during recording.`,EN
|
|
|
250
250
|
all: unset;
|
|
251
251
|
background-color: ${e=>e.isBot?e.theme.colors.bot.message:e.theme.colors.user.message};
|
|
252
252
|
color: ${e=>e.isBot?e.theme.colors.bot.font:e.theme.colors.user.font};
|
|
253
|
-
color: ${e=>e.theme.colors.bot.font};
|
|
254
253
|
width: fit-content;
|
|
255
254
|
max-width: 100%;
|
|
256
255
|
margin: 4px 10px 4px !important;
|