@debales/ai 1.1.14-canary.6 → 1.1.15-canary.0

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.
@@ -626,7 +626,6 @@ or you can use record.mirror to access the mirror instance during recording.`,Nz
626
626
  all: unset;
627
627
  background-color: ${e=>e.isBot?e.theme.colors.bot.message:e.theme.colors.user.message};
628
628
  color: ${e=>e.isBot?e.theme.colors.bot.font:e.theme.colors.user.font};
629
- color: ${e=>e.theme.colors.bot.font};
630
629
  width: fit-content;
631
630
  max-width: 100%;
632
631
  margin: 4px 10px 4px !important;
package/dist/module/ai.js CHANGED
@@ -29570,7 +29570,6 @@ const dj = kN({}), c2 = () => {
29570
29570
  all: unset;
29571
29571
  background-color: ${(e) => e.isBot ? e.theme.colors.bot.message : e.theme.colors.user.message};
29572
29572
  color: ${(e) => e.isBot ? e.theme.colors.bot.font : e.theme.colors.user.font};
29573
- color: ${(e) => e.theme.colors.bot.font};
29574
29573
  width: fit-content;
29575
29574
  max-width: 100%;
29576
29575
  margin: 4px 10px 4px !important;
@@ -270,7 +270,6 @@ or you can use record.mirror to access the mirror instance during recording.`,YL
270
270
  all: unset;
271
271
  background-color: ${e=>e.isBot?e.theme.colors.bot.message:e.theme.colors.user.message};
272
272
  color: ${e=>e.isBot?e.theme.colors.bot.font:e.theme.colors.user.font};
273
- color: ${e=>e.theme.colors.bot.font};
274
273
  width: fit-content;
275
274
  max-width: 100%;
276
275
  margin: 4px 10px 4px !important;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@debales/ai",
3
3
  "private": false,
4
4
  "access": "public",
5
- "version": "1.1.14-canary.6",
5
+ "version": "1.1.15-canary.0",
6
6
  "type": "module",
7
7
  "main": "./dist/module/ai.js",
8
8
  "types": "./dist/module/index.d.ts",
@@ -51,9 +51,9 @@
51
51
  "typescript-eslint": "^8.24.1",
52
52
  "vite": "^6.2.0",
53
53
  "vite-plugin-dts": "^4.5.3",
54
+ "@debales/eslint-config": "0.0.0",
54
55
  "@debales/shared": "0.0.1",
55
- "@debales/typescript-config": "0.0.0",
56
- "@debales/eslint-config": "0.0.0"
56
+ "@debales/typescript-config": "0.0.0"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "react": "^18.0.0 || ^19.0.0",