@chrryai/chrry 1.3.2 → 1.3.3
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/Chat.module.scss +9 -1
- package/dist/{Chat.module-Y4TGJLBQ.scss → Chat.module-WP3SYPSX.scss} +9 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/Chat.module.scss
CHANGED
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
padding-bottom: toRem.toRem(35);
|
|
73
73
|
margin-bottom: toRem.toRem(3);
|
|
74
74
|
background-color: var(--shade-1-transparent);
|
|
75
|
-
padding-right: toRem.toRem(19);
|
|
76
75
|
backdrop-filter: blur(toRem.toRem(5.5));
|
|
76
|
+
padding-right: toRem.toRem(19);
|
|
77
77
|
position: relative;
|
|
78
78
|
|
|
79
79
|
transition:
|
|
@@ -288,6 +288,10 @@
|
|
|
288
288
|
bottom: toRem.toRem(-5);
|
|
289
289
|
right: toRem.toRem(-5);
|
|
290
290
|
}
|
|
291
|
+
|
|
292
|
+
&:disabled {
|
|
293
|
+
background-color: var(--shade-1-transparent) !important;
|
|
294
|
+
}
|
|
291
295
|
}
|
|
292
296
|
|
|
293
297
|
.scrollDownButton {
|
|
@@ -863,6 +867,10 @@
|
|
|
863
867
|
display: flex;
|
|
864
868
|
align-items: center;
|
|
865
869
|
gap: toRem.toRem(2.5);
|
|
870
|
+
|
|
871
|
+
&:disabled {
|
|
872
|
+
background-color: var(--shade-1-transparent) !important;
|
|
873
|
+
}
|
|
866
874
|
}
|
|
867
875
|
|
|
868
876
|
.agentName {
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
padding-bottom: toRem.toRem(35);
|
|
73
73
|
margin-bottom: toRem.toRem(3);
|
|
74
74
|
background-color: var(--shade-1-transparent);
|
|
75
|
-
padding-right: toRem.toRem(19);
|
|
76
75
|
backdrop-filter: blur(toRem.toRem(5.5));
|
|
76
|
+
padding-right: toRem.toRem(19);
|
|
77
77
|
position: relative;
|
|
78
78
|
|
|
79
79
|
transition:
|
|
@@ -288,6 +288,10 @@
|
|
|
288
288
|
bottom: toRem.toRem(-5);
|
|
289
289
|
right: toRem.toRem(-5);
|
|
290
290
|
}
|
|
291
|
+
|
|
292
|
+
&:disabled {
|
|
293
|
+
background-color: var(--shade-1-transparent) !important;
|
|
294
|
+
}
|
|
291
295
|
}
|
|
292
296
|
|
|
293
297
|
.scrollDownButton {
|
|
@@ -863,6 +867,10 @@
|
|
|
863
867
|
display: flex;
|
|
864
868
|
align-items: center;
|
|
865
869
|
gap: toRem.toRem(2.5);
|
|
870
|
+
|
|
871
|
+
&:disabled {
|
|
872
|
+
background-color: var(--shade-1-transparent) !important;
|
|
873
|
+
}
|
|
866
874
|
}
|
|
867
875
|
|
|
868
876
|
.agentName {
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -21282,7 +21282,7 @@ function DataProvider({
|
|
|
21282
21282
|
const [instructions, setInstructions] = (0, import_react14.useState)([]);
|
|
21283
21283
|
const [affiliateStats, setAffiliateStats] = (0, import_react14.useState)(null);
|
|
21284
21284
|
const [loadingAffiliateStats, setLoadingAffiliateStats] = (0, import_react14.useState)(false);
|
|
21285
|
-
const VERSION3 = "1.3.
|
|
21285
|
+
const VERSION3 = "1.3.3";
|
|
21286
21286
|
const [weather, setWeather] = useLocalStorage("weather", user?.weather || guest?.weather || void 0);
|
|
21287
21287
|
const {
|
|
21288
21288
|
API_URL: API_URL2,
|
|
@@ -22367,7 +22367,7 @@ var init_utils = __esm({
|
|
|
22367
22367
|
window.history.replaceState({}, "", newUrl);
|
|
22368
22368
|
};
|
|
22369
22369
|
isFirefox = typeof navigator !== "undefined" && navigator?.userAgent.includes("Firefox");
|
|
22370
|
-
VERSION = "1.3.
|
|
22370
|
+
VERSION = "1.3.3";
|
|
22371
22371
|
getSlugFromPathname = (path) => {
|
|
22372
22372
|
const siteConfig = getSiteConfig();
|
|
22373
22373
|
return getAppAndStoreSlugs(path, {
|
|
@@ -34322,7 +34322,7 @@ var init_Chat = __esm({
|
|
|
34322
34322
|
"use strict";
|
|
34323
34323
|
"use client";
|
|
34324
34324
|
import_react51 = require("react");
|
|
34325
|
-
import_Chat_module = __toESM(require("./Chat.module-
|
|
34325
|
+
import_Chat_module = __toESM(require("./Chat.module-WP3SYPSX.scss"));
|
|
34326
34326
|
import_clsx13 = __toESM(require("clsx"));
|
|
34327
34327
|
init_icons();
|
|
34328
34328
|
import_motion2 = require("motion");
|