@circadian/sol 0.2.4 → 0.2.5
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/devtools/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as getSessionIsLive, c as setSessionTimeMinutes, i as clearSessionTimeMinutes, n as useSolarTheme, o as getSessionTimeMinutes, s as setSessionLive } from "../solar-theme-provider-
|
|
1
|
+
import { a as getSessionIsLive, c as setSessionTimeMinutes, i as clearSessionTimeMinutes, n as useSolarTheme, o as getSessionTimeMinutes, s as setSessionLive } from "../solar-theme-provider-B7OXjDSr.js";
|
|
2
2
|
import { useCallback, useEffect, useMemo, useState } from "react";
|
|
3
3
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
4
|
import { createPortal } from "react-dom";
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { l as lerpHex, n as useSolarTheme, r as SKINS, t as SolarThemeProvider } from "./solar-theme-provider-
|
|
1
|
+
import { l as lerpHex, n as useSolarTheme, r as SKINS, t as SolarThemeProvider } from "./solar-theme-provider-B7OXjDSr.js";
|
|
2
2
|
import { useEffect, useLayoutEffect, useMemo, useState } from "react";
|
|
3
3
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
4
|
|
|
@@ -21605,7 +21605,7 @@ function AuroraCompact({ phase, blend, time: time$1, location, temperature, weat
|
|
|
21605
21605
|
letterSpacing: "0.03em",
|
|
21606
21606
|
fontWeight: 400,
|
|
21607
21607
|
lineHeight: 1,
|
|
21608
|
-
|
|
21608
|
+
textAlign: "right"
|
|
21609
21609
|
},
|
|
21610
21610
|
animate: {
|
|
21611
21611
|
color: pal.text,
|
|
@@ -29459,7 +29459,7 @@ function FoundryCompact({ phase, blend, time: time$1, location, temperature, wea
|
|
|
29459
29459
|
letterSpacing: "-0.01em",
|
|
29460
29460
|
fontWeight: 500,
|
|
29461
29461
|
lineHeight: 1,
|
|
29462
|
-
|
|
29462
|
+
textAlign: "right"
|
|
29463
29463
|
},
|
|
29464
29464
|
animate: {
|
|
29465
29465
|
color: palette.pillText,
|
|
@@ -33262,7 +33262,7 @@ function MeridianCompact({ phase, blend, time: time$1, location, temperature, we
|
|
|
33262
33262
|
letterSpacing: "0.04em",
|
|
33263
33263
|
fontWeight: 400,
|
|
33264
33264
|
lineHeight: 1,
|
|
33265
|
-
|
|
33265
|
+
textAlign: "right"
|
|
33266
33266
|
},
|
|
33267
33267
|
animate: {
|
|
33268
33268
|
color: pal.textPrimary,
|
|
@@ -35498,7 +35498,7 @@ function MineralCompact({ phase, blend, time: time$1, location, temperature, wea
|
|
|
35498
35498
|
letterSpacing: "0.04em",
|
|
35499
35499
|
fontWeight: 600,
|
|
35500
35500
|
lineHeight: 1,
|
|
35501
|
-
|
|
35501
|
+
textAlign: "right"
|
|
35502
35502
|
},
|
|
35503
35503
|
animate: {
|
|
35504
35504
|
color: pal.accentColor,
|
|
@@ -37589,7 +37589,7 @@ function PaperCompact({ phase, blend, time: time$1, location, temperature, weath
|
|
|
37589
37589
|
fontSize: size.labelSize,
|
|
37590
37590
|
lineHeight: 1,
|
|
37591
37591
|
fontWeight: 500,
|
|
37592
|
-
|
|
37592
|
+
textAlign: "right"
|
|
37593
37593
|
},
|
|
37594
37594
|
animate: {
|
|
37595
37595
|
color: pal.textPrimary,
|
|
@@ -38612,7 +38612,7 @@ function ParchmentCompact({ phase, blend, time: time$1, location, temperature, w
|
|
|
38612
38612
|
letterSpacing: "-0.01em",
|
|
38613
38613
|
fontVariantNumeric: "tabular-nums",
|
|
38614
38614
|
lineHeight: 1,
|
|
38615
|
-
|
|
38615
|
+
textAlign: "right"
|
|
38616
38616
|
},
|
|
38617
38617
|
animate: { opacity: tempStr ? 1 : 0 },
|
|
38618
38618
|
transition: CONTENT_FADE,
|
|
@@ -47236,7 +47236,7 @@ function SignalCompact({ phase, blend, time: time$1, location, temperature, weat
|
|
|
47236
47236
|
letterSpacing: "0.04em",
|
|
47237
47237
|
fontWeight: 700,
|
|
47238
47238
|
lineHeight: 1,
|
|
47239
|
-
|
|
47239
|
+
textAlign: "right"
|
|
47240
47240
|
},
|
|
47241
47241
|
animate: {
|
|
47242
47242
|
color: pal.accent,
|
|
@@ -48217,7 +48217,7 @@ function SundialCompact({ phase, blend, time: time$1, location, temperature, wea
|
|
|
48217
48217
|
fontSize: size.labelSize,
|
|
48218
48218
|
lineHeight: 1,
|
|
48219
48219
|
fontWeight: 400,
|
|
48220
|
-
|
|
48220
|
+
textAlign: "right"
|
|
48221
48221
|
},
|
|
48222
48222
|
animate: {
|
|
48223
48223
|
color: pal.accentColor,
|
|
@@ -50411,7 +50411,7 @@ function TideCompact({ phase, blend, time: time$1, location, temperature, weathe
|
|
|
50411
50411
|
letterSpacing: "0.06em",
|
|
50412
50412
|
fontWeight: 500,
|
|
50413
50413
|
lineHeight: 1,
|
|
50414
|
-
|
|
50414
|
+
textAlign: "right"
|
|
50415
50415
|
},
|
|
50416
50416
|
animate: {
|
|
50417
50417
|
color: pal.accentColor,
|
|
@@ -52467,7 +52467,7 @@ function VoidCompact({ phase, blend, time: time$1, location, temperature, weathe
|
|
|
52467
52467
|
fontWeight: 300,
|
|
52468
52468
|
lineHeight: 1,
|
|
52469
52469
|
color: pal.textPrimary,
|
|
52470
|
-
|
|
52470
|
+
textAlign: "right"
|
|
52471
52471
|
},
|
|
52472
52472
|
animate: { opacity: tempStr ? .38 : 0 },
|
|
52473
52473
|
transition: CONTENT_FADE,
|
|
@@ -54217,4 +54217,4 @@ function SolarThemeProvider({ children, initialDesign = "foundry", isolated = fa
|
|
|
54217
54217
|
|
|
54218
54218
|
//#endregion
|
|
54219
54219
|
export { getSessionIsLive as a, setSessionTimeMinutes as c, clearSessionTimeMinutes as i, lerpHex as l, useSolarTheme as n, getSessionTimeMinutes as o, SKINS as r, setSessionLive as s, SolarThemeProvider as t };
|
|
54220
|
-
//# sourceMappingURL=solar-theme-provider-
|
|
54220
|
+
//# sourceMappingURL=solar-theme-provider-B7OXjDSr.js.map
|