@chrryai/chrry 1.4.46 → 1.4.48
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/Menu.module.scss +1 -4
- package/dist/index.js +7 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -9
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/Menu.module.scss
CHANGED
|
@@ -63,9 +63,6 @@
|
|
|
63
63
|
.threads {
|
|
64
64
|
margin-top: toRem.toRem(7.5);
|
|
65
65
|
margin-right: toRem.toRem(-7.5);
|
|
66
|
-
|
|
67
|
-
&.threadItem {
|
|
68
|
-
}
|
|
69
66
|
}
|
|
70
67
|
|
|
71
68
|
.loading {
|
|
@@ -163,7 +160,7 @@
|
|
|
163
160
|
gap: toRem.toRem(3);
|
|
164
161
|
position: relative;
|
|
165
162
|
font-size: toRem.toRem(13);
|
|
166
|
-
color: var(--shade-
|
|
163
|
+
color: var(--shade-6);
|
|
167
164
|
}
|
|
168
165
|
|
|
169
166
|
.star {
|
package/dist/index.js
CHANGED
|
@@ -1898,7 +1898,7 @@ var init_utils = __esm({
|
|
|
1898
1898
|
};
|
|
1899
1899
|
isFirefox = typeof navigator !== "undefined" && navigator?.userAgent?.includes("Firefox");
|
|
1900
1900
|
config = getSiteConfig(getClientHostname());
|
|
1901
|
-
VERSION = config.version || "1.4.
|
|
1901
|
+
VERSION = config.version || "1.4.48";
|
|
1902
1902
|
getSlugFromPathname = (path) => {
|
|
1903
1903
|
return getAppAndStoreSlugs(path, {
|
|
1904
1904
|
defaultAppSlug: config.slug,
|
|
@@ -4918,8 +4918,8 @@ var init_lib = __esm({
|
|
|
4918
4918
|
slug,
|
|
4919
4919
|
size: size2 = 24,
|
|
4920
4920
|
BASE_URL = FRONTEND_URL,
|
|
4921
|
-
width
|
|
4922
|
-
height: height2
|
|
4921
|
+
width,
|
|
4922
|
+
height: height2,
|
|
4923
4923
|
canEditApp,
|
|
4924
4924
|
image
|
|
4925
4925
|
}) => {
|
|
@@ -24043,7 +24043,7 @@ function DataProvider({ children, ...rest }) {
|
|
|
24043
24043
|
const [instructions, setInstructions] = (0, import_react19.useState)([]);
|
|
24044
24044
|
const [affiliateStats, setAffiliateStats] = (0, import_react19.useState)(null);
|
|
24045
24045
|
const [loadingAffiliateStats, setLoadingAffiliateStats] = (0, import_react19.useState)(false);
|
|
24046
|
-
const VERSION4 = "1.4.
|
|
24046
|
+
const VERSION4 = "1.4.48";
|
|
24047
24047
|
const [weather, setWeather] = useLocalStorage2("weather", user?.weather || guest?.weather || void 0);
|
|
24048
24048
|
const {
|
|
24049
24049
|
API_URL: API_URL2,
|
|
@@ -35804,8 +35804,7 @@ function App({
|
|
|
35804
35804
|
...styles4.zarathustra.style
|
|
35805
35805
|
},
|
|
35806
35806
|
app: zarathustra,
|
|
35807
|
-
|
|
35808
|
-
height: 80
|
|
35807
|
+
size: 24
|
|
35809
35808
|
}
|
|
35810
35809
|
)
|
|
35811
35810
|
), showPacmanHere ? popcorn && store && store?.appId !== popcorn?.id && store?.apps?.some(
|
|
@@ -35829,7 +35828,7 @@ function App({
|
|
|
35829
35828
|
...styles4.popcorn.style
|
|
35830
35829
|
}
|
|
35831
35830
|
},
|
|
35832
|
-
/* @__PURE__ */ import_react55.default.createElement(ImageComponent, { app: popcorn,
|
|
35831
|
+
/* @__PURE__ */ import_react55.default.createElement(ImageComponent, { app: popcorn, size: 24 })
|
|
35833
35832
|
) : showPacmanHere && /* @__PURE__ */ import_react55.default.createElement(
|
|
35834
35833
|
Button,
|
|
35835
35834
|
{
|
|
@@ -40619,7 +40618,6 @@ var init_Menu_styles = __esm({
|
|
|
40619
40618
|
marginTop: 8,
|
|
40620
40619
|
marginRight: -7
|
|
40621
40620
|
},
|
|
40622
|
-
threadsThreadItem: {},
|
|
40623
40621
|
loading: {
|
|
40624
40622
|
display: "flex",
|
|
40625
40623
|
flexDirection: "column"
|
|
@@ -40695,7 +40693,7 @@ var init_Menu_styles = __esm({
|
|
|
40695
40693
|
gap: 3,
|
|
40696
40694
|
position: "relative",
|
|
40697
40695
|
fontSize: 13,
|
|
40698
|
-
color: "var(--shade-
|
|
40696
|
+
color: "var(--shade-6)"
|
|
40699
40697
|
},
|
|
40700
40698
|
star: {
|
|
40701
40699
|
position: "absolute",
|