@circadian/sol 0.2.7 → 0.2.8

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.
@@ -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-BWHxbh0l.js";
1
+ import { a as getSessionIsLive, c as setSessionTimeMinutes, i as clearSessionTimeMinutes, n as useSolarTheme, o as getSessionTimeMinutes, s as setSessionLive } from "../solar-theme-provider-6-EJ4jGB.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-BWHxbh0l.js";
1
+ import { l as lerpHex, n as useSolarTheme, r as SKINS, t as SolarThemeProvider } from "./solar-theme-provider-6-EJ4jGB.js";
2
2
  import { useEffect, useLayoutEffect, useMemo, useState } from "react";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
 
@@ -27685,7 +27685,8 @@ function AuroraWidget({ phase, blend, expandDirection = "top-right", size = "lg"
27685
27685
  fontFamily: SANS,
27686
27686
  fontSize: 11,
27687
27687
  fontWeight: 400,
27688
- letterSpacing: "0.01em"
27688
+ letterSpacing: "0.01em",
27689
+ whiteSpace: "nowrap"
27689
27690
  },
27690
27691
  animate: { color: palette.textSecondary },
27691
27692
  transition: { duration: 1.4 },
@@ -29273,7 +29274,10 @@ function FoundryWidget({ phase, blend, expandDirection = "top-right", size = "lg
29273
29274
  } }),
29274
29275
  /* @__PURE__ */ jsx(motion.span, {
29275
29276
  className: "text-[11px] uppercase tracking-[0.1em]",
29276
- style: { fontFamily: "'SF Pro Text','Helvetica Neue',sans-serif" },
29277
+ style: {
29278
+ fontFamily: "'SF Pro Text','Helvetica Neue',sans-serif",
29279
+ whiteSpace: "nowrap"
29280
+ },
29277
29281
  animate: { color: palette.textSecondary },
29278
29282
  transition: { duration: 2 },
29279
29283
  children: palette.label
@@ -33295,7 +33299,8 @@ function MeridianWidget({ phase, blend, expandDirection = "top-right", size = "l
33295
33299
  fontFamily: SANS,
33296
33300
  fontSize: 11,
33297
33301
  fontWeight: 400,
33298
- letterSpacing: "0.01em"
33302
+ letterSpacing: "0.01em",
33303
+ whiteSpace: "nowrap"
33299
33304
  },
33300
33305
  animate: { color: palette.textSecondary },
33301
33306
  transition: { duration: 1.5 },
@@ -35526,7 +35531,8 @@ function MineralWidget({ phase, blend, expandDirection = "top-right", size = "lg
35526
35531
  fontSize: 11,
35527
35532
  fontWeight: 400,
35528
35533
  letterSpacing: "0.06em",
35529
- textTransform: "uppercase"
35534
+ textTransform: "uppercase",
35535
+ whiteSpace: "nowrap"
35530
35536
  },
35531
35537
  animate: { color: palette.textSecondary },
35532
35538
  transition: { duration: 1.2 },
@@ -37580,7 +37586,8 @@ function PaperWidget({ phase, blend, expandDirection = "top-right", size = "lg",
37580
37586
  fontFamily: SERIF,
37581
37587
  fontStyle: "italic",
37582
37588
  fontSize: 11,
37583
- letterSpacing: "0.08em"
37589
+ letterSpacing: "0.08em",
37590
+ whiteSpace: "nowrap"
37584
37591
  },
37585
37592
  animate: { color: palette.textSecondary },
37586
37593
  transition: { duration: 2 },
@@ -46137,7 +46144,8 @@ function ParchmentWidget({ phase, blend, expandDirection = "top-right", size = "
46137
46144
  fontSize: 12,
46138
46145
  fontWeight: 400,
46139
46146
  color: N_TEXT_MED$1,
46140
- letterSpacing: "0.01em"
46147
+ letterSpacing: "0.01em",
46148
+ whiteSpace: "nowrap"
46141
46149
  },
46142
46150
  children: PHASE_LABEL[phase]
46143
46151
  }),
@@ -47297,7 +47305,8 @@ function SignalWidget({ phase, blend, expandDirection = "top-right", size = "lg"
47297
47305
  fontWeight: 700,
47298
47306
  letterSpacing: "0.12em",
47299
47307
  textTransform: "uppercase",
47300
- color: palette.textPrimary
47308
+ color: palette.textPrimary,
47309
+ whiteSpace: "nowrap"
47301
47310
  },
47302
47311
  children: palette.phaseCode
47303
47312
  }),
@@ -50111,7 +50120,8 @@ function SundialWidget({ phase, blend, expandDirection = "top-right", size = "lg
50111
50120
  fontStyle: "italic",
50112
50121
  fontSize: 10,
50113
50122
  fontWeight: 400,
50114
- letterSpacing: "0.12em"
50123
+ letterSpacing: "0.12em",
50124
+ whiteSpace: "nowrap"
50115
50125
  },
50116
50126
  animate: { color: palette.textSecondary },
50117
50127
  transition: { duration: 2 },
@@ -52390,7 +52400,8 @@ function TideWidget({ phase, blend, expandDirection = "top-right", size = "lg",
52390
52400
  fontSize: 10,
52391
52401
  fontWeight: 500,
52392
52402
  letterSpacing: "0.16em",
52393
- textTransform: "uppercase"
52403
+ textTransform: "uppercase",
52404
+ whiteSpace: "nowrap"
52394
52405
  },
52395
52406
  animate: { color: palette.textSecondary },
52396
52407
  transition: { duration: 2 },
@@ -54072,7 +54083,8 @@ function VoidWidget({ phase, blend, expandDirection = "top-right", size = "lg",
54072
54083
  letterSpacing: "0.18em",
54073
54084
  textTransform: "lowercase",
54074
54085
  color: palette.textPrimary,
54075
- opacity: .4
54086
+ opacity: .4,
54087
+ whiteSpace: "nowrap"
54076
54088
  },
54077
54089
  className: "group-hover:opacity-68 transition-opacity duration-300",
54078
54090
  children: palette.label
@@ -54736,4 +54748,4 @@ function SolarThemeProvider({ children, initialDesign = "foundry", isolated = fa
54736
54748
 
54737
54749
  //#endregion
54738
54750
  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 };
54739
- //# sourceMappingURL=solar-theme-provider-BWHxbh0l.js.map
54751
+ //# sourceMappingURL=solar-theme-provider-6-EJ4jGB.js.map