@pathscale/ui 0.0.136 → 0.0.138

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.
@@ -0,0 +1,18 @@
1
+ import { type JSX } from "solid-js";
2
+ import type { IComponentBaseProps } from "../types";
3
+ export type FloatingDockItem = {
4
+ title: string;
5
+ icon: JSX.Element;
6
+ href: string;
7
+ };
8
+ export type FloatingDockProps = {
9
+ items: FloatingDockItem[];
10
+ /** Classes applied to the desktop dock container. */
11
+ desktopClass?: string;
12
+ /** Classes applied to the mobile dock container. */
13
+ mobileClass?: string;
14
+ /** Icon shown in the mobile toggle button (defaults to ☰). */
15
+ mobileToggleIcon?: JSX.Element;
16
+ } & IComponentBaseProps;
17
+ declare const FloatingDock: (rawProps: FloatingDockProps) => JSX.Element;
18
+ export default FloatingDock;
@@ -0,0 +1,2 @@
1
+ export { default } from "./FloatingDock";
2
+ export type { FloatingDockProps, FloatingDockItem } from "./FloatingDock";
@@ -0,0 +1,23 @@
1
+ import { type JSX } from "solid-js";
2
+ import type { IComponentBaseProps } from "../types";
3
+ export type NoiseBackgroundProps = {
4
+ children?: JSX.Element;
5
+ /** Additional CSS classes for the outer container. */
6
+ containerClass?: string;
7
+ /** Gradient blob colors (provide 2–3). */
8
+ gradientColors?: string[];
9
+ /** Noise texture opacity (0–1). @default 0.2 */
10
+ noiseIntensity?: number;
11
+ /** Animation velocity multiplier. @default 0.1 */
12
+ speed?: number;
13
+ /** Apply a backdrop-blur over the gradient layers. @default false */
14
+ backdropBlur?: boolean;
15
+ /** Enable/disable the wandering animation. @default true */
16
+ animating?: boolean;
17
+ /** CSS border-radius value. @default "var(--radius-box, 1rem)" */
18
+ borderRadius?: string;
19
+ /** Path or URL to the noise texture image. @default "/noise.webp" */
20
+ noiseSrc?: string;
21
+ } & IComponentBaseProps;
22
+ declare const NoiseBackground: (rawProps: NoiseBackgroundProps) => JSX.Element;
23
+ export default NoiseBackground;
@@ -0,0 +1,2 @@
1
+ export { default } from "./NoiseBackground";
2
+ export type { NoiseBackgroundProps } from "./NoiseBackground";
package/dist/index.d.ts CHANGED
@@ -30,6 +30,8 @@ export { default as Dock } from "./components/dock";
30
30
  export { default as Drawer, type DrawerProps } from "./components/drawer";
31
31
  export { default as Dropdown } from "./components/dropdown";
32
32
  export { default as FileInput } from "./components/fileinput";
33
+ export { default as FloatingDock } from "./components/floating-dock";
34
+ export type { FloatingDockProps, FloatingDockItem } from "./components/floating-dock";
33
35
  export { default as Flex } from "./components/flex";
34
36
  export { default as Footer } from "./components/footer";
35
37
  export type { FooterProps, FooterTitleProps } from "./components/footer";
@@ -59,6 +61,8 @@ export { default as Navbar } from "./components/navbar";
59
61
  export type { NavbarProps } from "./components/navbar";
60
62
  export type { NavbarStackProps } from "./components/navbar/NavbarStack";
61
63
  export type { NavbarRowProps } from "./components/navbar/NavbarRow";
64
+ export { default as NoiseBackground } from "./components/noise-background";
65
+ export type { NoiseBackgroundProps } from "./components/noise-background";
62
66
  export { default as Pagination } from "./components/pagination";
63
67
  export { default as PhoneMockup, type PhoneMockupProps, } from "./components/phonemockup";
64
68
  export { default as Progress } from "./components/progress";
package/dist/index.js CHANGED
@@ -5000,7 +5000,7 @@ function lt() {
5000
5000
  return new cally_v(e.getFullYear(), e.getMonth() + 1, e.getDate());
5001
5001
  }
5002
5002
  function ut(e, t = 0) {
5003
- const n = w(e), s = n.getUTCDay(), r = (s < t ? 7 : 0) + s - t;
5003
+ const n = cally_w(e), s = n.getUTCDay(), r = (s < t ? 7 : 0) + s - t;
5004
5004
  return n.setUTCDate(n.getUTCDate() - r), cally_v.from(n);
5005
5005
  }
5006
5006
  function Zt(e, t = 0) {
@@ -5027,7 +5027,7 @@ function je(e, t = 0) {
5027
5027
  }
5028
5028
  return r;
5029
5029
  }
5030
- function w(e) {
5030
+ function cally_w(e) {
5031
5031
  return new Date(Date.UTC(e.year, e.month - 1, e.day ?? 1));
5032
5032
  }
5033
5033
  const Ye = /^(\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[0-1])$/, Q = (e, t)=>e.toString().padStart(t, "0");
@@ -5036,11 +5036,11 @@ class cally_v {
5036
5036
  this.year = t, this.month = n, this.day = s;
5037
5037
  }
5038
5038
  add(t) {
5039
- const n = w(this);
5039
+ const n = cally_w(this);
5040
5040
  if ("days" in t) return n.setUTCDate(this.day + t.days), cally_v.from(n);
5041
5041
  let { year: s, month: r } = this;
5042
5042
  "months" in t ? (r = this.month + t.months, n.setUTCMonth(r - 1)) : (s = this.year + t.years, n.setUTCFullYear(s));
5043
- const o = cally_v.from(w({
5043
+ const o = cally_v.from(cally_w({
5044
5044
  year: s,
5045
5045
  month: r,
5046
5046
  day: 1
@@ -5074,7 +5074,7 @@ class W {
5074
5074
  this.year = t, this.month = n;
5075
5075
  }
5076
5076
  add(t) {
5077
- const n = w(this), s = (t.months ?? 0) + (t.years ?? 0) * 12;
5077
+ const n = cally_w(this), s = (t.months ?? 0) + (t.years ?? 0) * 12;
5078
5078
  return n.setUTCMonth(n.getUTCMonth() + s), new W(n.getUTCFullYear(), n.getUTCMonth() + 1);
5079
5079
  }
5080
5080
  equals(t) {
@@ -5230,7 +5230,7 @@ function Ke({ props: e, context: t }) {
5230
5230
  function ee(b) {
5231
5231
  const D = S.equals(b);
5232
5232
  if (!t.showOutsideDays && !D) return;
5233
- const ne = b.equals(c), bt = b.equals(f), Y = w(b), B = r?.(Y), gt = !Pt(b, o, a);
5233
+ const ne = b.equals(c), bt = b.equals(f), Y = cally_w(b), B = r?.(Y), gt = !Pt(b, o, a);
5234
5234
  let vt = "", k;
5235
5235
  if ("range" === t.type) {
5236
5236
  const [F, Z] = t.value, Et = F?.equals(b), Dt = Z?.equals(b);
@@ -5287,7 +5287,7 @@ const We = (e, t)=>(t + e) % 7, Je = cally_j((e)=>{
5287
5287
  /* @__PURE__ */ cally_p("div", {
5288
5288
  id: "h",
5289
5289
  part: "heading",
5290
- children: s.formatter.format(w(s.yearMonth))
5290
+ children: s.formatter.format(cally_w(s.yearMonth))
5291
5291
  }),
5292
5292
  /* @__PURE__ */ I("table", {
5293
5293
  ref: n,
@@ -5357,8 +5357,8 @@ function kt(e) {
5357
5357
  })
5358
5358
  });
5359
5359
  }
5360
- function dt(e) {
5361
- const t = w(e.page.start), n = w(e.page.end);
5360
+ function cally_dt(e) {
5361
+ const t = cally_w(e.page.start), n = cally_w(e.page.end);
5362
5362
  return /* @__PURE__ */ I("div", {
5363
5363
  role: "group",
5364
5364
  "aria-labelledby": "h",
@@ -5513,7 +5513,7 @@ function yt({ months: e, pageBy: t, locale: n, focusedDate: s, setFocusedDate: r
5513
5513
  a
5514
5514
  ]);
5515
5515
  function d(h) {
5516
- r(h), i(w(h));
5516
+ r(h), i(cally_w(h));
5517
5517
  }
5518
5518
  const { next: f, previous: m, page: E } = Ge({
5519
5519
  pageBy: t,
@@ -5556,7 +5556,7 @@ const Qe = cally_j((e)=>{
5556
5556
  return /* @__PURE__ */ cally_p("host", {
5557
5557
  shadowDom: !0,
5558
5558
  focus: o.focus,
5559
- children: /* @__PURE__ */ cally_p(dt, {
5559
+ children: /* @__PURE__ */ cally_p(cally_dt, {
5560
5560
  ...e,
5561
5561
  ...o,
5562
5562
  type: "date",
@@ -5592,13 +5592,13 @@ const Mt = (e, t)=>cally_v.compare(e, t) < 0 ? [
5592
5592
  }
5593
5593
  function E(y) {
5594
5594
  const h = y.detail;
5595
- y.stopPropagation(), i ? (n(Mt(i, h)), l(void 0), u(w(h)), o.dispatch()) : (l(h), a(w(h)));
5595
+ y.stopPropagation(), i ? (n(Mt(i, h)), l(void 0), u(cally_w(h)), o.dispatch()) : (l(h), a(cally_w(h)));
5596
5596
  }
5597
5597
  const g = i ? Mt(i, c ?? i) : t;
5598
5598
  return /* @__PURE__ */ cally_p("host", {
5599
5599
  shadowDom: !0,
5600
5600
  focus: o.focus,
5601
- children: /* @__PURE__ */ cally_p(dt, {
5601
+ children: /* @__PURE__ */ cally_p(cally_dt, {
5602
5602
  ...e,
5603
5603
  ...o,
5604
5604
  type: "range",
@@ -5634,7 +5634,7 @@ const tn = cally_j((e)=>{
5634
5634
  return /* @__PURE__ */ cally_p("host", {
5635
5635
  shadowDom: !0,
5636
5636
  focus: o.focus,
5637
- children: /* @__PURE__ */ cally_p(dt, {
5637
+ children: /* @__PURE__ */ cally_p(cally_dt, {
5638
5638
  ...e,
5639
5639
  ...o,
5640
5640
  type: "multi",
@@ -9701,6 +9701,217 @@ const FileInput_FileInput = (props)=>{
9701
9701
  })();
9702
9702
  };
9703
9703
  const FileInput = FileInput_FileInput;
9704
+ var FloatingDock_tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<div class="absolute -top-8 left-1/2 w-fit -translate-x-1/2 rounded-md border border-base-300 bg-base-100 px-2 py-0.5 text-xs whitespace-pre text-base-content animate-fade-in">'), FloatingDock_tmpl$2 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<a><div class="relative flex aspect-square items-center justify-center rounded-full bg-base-200"><div class="flex items-center justify-center">'), FloatingDock_tmpl$3 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<div>"), FloatingDock_tmpl$4 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<div class="absolute inset-x-0 bottom-full mb-2 flex flex-col gap-2">'), FloatingDock_tmpl$5 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<div><button class="flex h-10 w-10 items-center justify-center rounded-full bg-base-200">'), _tmpl$6 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<div class=animate-fade-in><a class="flex h-10 w-10 items-center justify-center rounded-full bg-base-100"><div class="h-4 w-4">'), _tmpl$7 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<svg xmlns=http://www.w3.org/2000/svg class="h-5 w-5 text-base-content/60"viewBox="0 0 24 24"fill=none stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round><path d="M4 6h16"></path><path d="M4 12h16"></path><path d="M4 18h16">');
9705
+ function createSpring(initial, opts = {}) {
9706
+ const mass = opts.mass ?? 1;
9707
+ const stiffness = opts.stiffness ?? 150;
9708
+ const damping = opts.damping ?? 12;
9709
+ let current = initial;
9710
+ let velocity = 0;
9711
+ let target = initial;
9712
+ return {
9713
+ set (v) {
9714
+ target = v;
9715
+ },
9716
+ get () {
9717
+ return current;
9718
+ },
9719
+ step (dt) {
9720
+ const force = -stiffness * (current - target);
9721
+ const dampForce = -damping * velocity;
9722
+ const accel = (force + dampForce) / mass;
9723
+ velocity += accel * dt;
9724
+ current += velocity * dt;
9725
+ },
9726
+ settled () {
9727
+ return Math.abs(current - target) < 0.5 && Math.abs(velocity) < 0.5;
9728
+ }
9729
+ };
9730
+ }
9731
+ function mapRange(value, inMin, inMax, outMin, outMax) {
9732
+ const t = Math.max(0, Math.min(1, (value - inMin) / (inMax - inMin)));
9733
+ return outMin + t * (outMax - outMin);
9734
+ }
9735
+ const SPRING_OPTS = {
9736
+ mass: 0.1,
9737
+ stiffness: 150,
9738
+ damping: 12
9739
+ };
9740
+ const IconContainer = (props)=>{
9741
+ let ref;
9742
+ let iconRef;
9743
+ const [hovered, setHovered] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createSignal)(false);
9744
+ const sWidth = createSpring(40, SPRING_OPTS);
9745
+ const sHeight = createSpring(40, SPRING_OPTS);
9746
+ const sIconW = createSpring(20, SPRING_OPTS);
9747
+ const sIconH = createSpring(20, SPRING_OPTS);
9748
+ let rafId;
9749
+ let prevTime = 0;
9750
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.onMount)(()=>{
9751
+ const tick = (time)=>{
9752
+ const dt = prevTime ? Math.min((time - prevTime) / 1000, 0.05) : 1 / 60;
9753
+ prevTime = time;
9754
+ const mx = props.mouseX();
9755
+ if (ref) {
9756
+ const bounds = ref.getBoundingClientRect();
9757
+ const center = bounds.x + bounds.width / 2;
9758
+ const dist = mx - center;
9759
+ const targetSize = mx === 1 / 0 ? 40 : mapRange(Math.abs(dist), 0, 150, 80, 40);
9760
+ const targetIcon = mx === 1 / 0 ? 20 : mapRange(Math.abs(dist), 0, 150, 40, 20);
9761
+ sWidth.set(targetSize);
9762
+ sHeight.set(targetSize);
9763
+ sIconW.set(targetIcon);
9764
+ sIconH.set(targetIcon);
9765
+ }
9766
+ sWidth.step(dt);
9767
+ sHeight.step(dt);
9768
+ sIconW.step(dt);
9769
+ sIconH.step(dt);
9770
+ if (ref) {
9771
+ ref.style.width = `${sWidth.get()}px`;
9772
+ ref.style.height = `${sHeight.get()}px`;
9773
+ }
9774
+ if (iconRef) {
9775
+ iconRef.style.width = `${sIconW.get()}px`;
9776
+ iconRef.style.height = `${sIconH.get()}px`;
9777
+ }
9778
+ rafId = requestAnimationFrame(tick);
9779
+ };
9780
+ rafId = requestAnimationFrame(tick);
9781
+ });
9782
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.onCleanup)(()=>{
9783
+ if (void 0 !== rafId) cancelAnimationFrame(rafId);
9784
+ });
9785
+ return (()=>{
9786
+ var _el$ = FloatingDock_tmpl$2(), _el$2 = _el$.firstChild, _el$4 = _el$2.firstChild;
9787
+ _el$2.addEventListener("mouseleave", ()=>setHovered(false));
9788
+ _el$2.addEventListener("mouseenter", ()=>setHovered(true));
9789
+ var _ref$ = ref;
9790
+ "function" == typeof _ref$ ? (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.use)(_ref$, _el$2) : ref = _el$2;
9791
+ _el$2.style.setProperty("width", "40px");
9792
+ _el$2.style.setProperty("height", "40px");
9793
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$2, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.createComponent)(__WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.Show, {
9794
+ get when () {
9795
+ return hovered();
9796
+ },
9797
+ get children () {
9798
+ var _el$3 = FloatingDock_tmpl$();
9799
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$3, ()=>props.item.title);
9800
+ return _el$3;
9801
+ }
9802
+ }), _el$4);
9803
+ var _ref$2 = iconRef;
9804
+ "function" == typeof _ref$2 ? (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.use)(_ref$2, _el$4) : iconRef = _el$4;
9805
+ _el$4.style.setProperty("width", "20px");
9806
+ _el$4.style.setProperty("height", "20px");
9807
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$4, ()=>props.item.icon);
9808
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.effect)(()=>(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.setAttribute)(_el$, "href", props.item.href));
9809
+ return _el$;
9810
+ })();
9811
+ };
9812
+ const FloatingDockDesktop = (props)=>{
9813
+ const [mouseX, setMouseX] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createSignal)(1 / 0);
9814
+ return (()=>{
9815
+ var _el$5 = FloatingDock_tmpl$3();
9816
+ _el$5.addEventListener("mouseleave", ()=>setMouseX(1 / 0));
9817
+ _el$5.$$mousemove = (e)=>setMouseX(e.pageX);
9818
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$5, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.createComponent)(__WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.For, {
9819
+ get each () {
9820
+ return props.items;
9821
+ },
9822
+ children: (item)=>(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.createComponent)(IconContainer, {
9823
+ item: item,
9824
+ mouseX: mouseX
9825
+ })
9826
+ }));
9827
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.effect)(()=>(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.className)(_el$5, twMerge("mx-auto hidden h-16 items-end gap-4 rounded-2xl bg-base-100 px-4 pb-3 md:flex", "shadow-[0px_1px_0px_0px_var(--color-base-300)_inset,0px_1px_0px_0px_var(--color-base-100)]", props.class)));
9828
+ return _el$5;
9829
+ })();
9830
+ };
9831
+ const FloatingDockMobile = (props)=>{
9832
+ const [open, setOpen] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createSignal)(false);
9833
+ return (()=>{
9834
+ var _el$6 = FloatingDock_tmpl$5(), _el$8 = _el$6.firstChild;
9835
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$6, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.createComponent)(__WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.Show, {
9836
+ get when () {
9837
+ return open();
9838
+ },
9839
+ get children () {
9840
+ var _el$7 = FloatingDock_tmpl$4();
9841
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$7, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.createComponent)(__WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.For, {
9842
+ get each () {
9843
+ return props.items;
9844
+ },
9845
+ children: (item, idx)=>(()=>{
9846
+ var _el$9 = _tmpl$6(), _el$0 = _el$9.firstChild, _el$1 = _el$0.firstChild;
9847
+ _el$9.style.setProperty("animation-fill-mode", "backwards");
9848
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$1, ()=>item.icon);
9849
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.effect)((_p$)=>{
9850
+ var _v$ = `${(props.items.length - 1 - idx()) * 0.05}s`, _v$2 = item.href;
9851
+ _v$ !== _p$.e && (null != (_p$.e = _v$) ? _el$9.style.setProperty("animation-delay", _v$) : _el$9.style.removeProperty("animation-delay"));
9852
+ _v$2 !== _p$.t && (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.setAttribute)(_el$0, "href", _p$.t = _v$2);
9853
+ return _p$;
9854
+ }, {
9855
+ e: void 0,
9856
+ t: void 0
9857
+ });
9858
+ return _el$9;
9859
+ })()
9860
+ }));
9861
+ return _el$7;
9862
+ }
9863
+ }), _el$8);
9864
+ _el$8.$$click = ()=>setOpen(!open());
9865
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$8, ()=>props.toggleIcon ?? _tmpl$7());
9866
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.effect)(()=>(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.className)(_el$6, twMerge("relative block md:hidden", props.class)));
9867
+ return _el$6;
9868
+ })();
9869
+ };
9870
+ const FloatingDock_FloatingDock = (rawProps)=>{
9871
+ const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(rawProps, [
9872
+ "items",
9873
+ "desktopClass",
9874
+ "mobileClass",
9875
+ "mobileToggleIcon",
9876
+ "class",
9877
+ "className",
9878
+ "dataTheme",
9879
+ "style"
9880
+ ]);
9881
+ return (()=>{
9882
+ var _el$11 = FloatingDock_tmpl$3();
9883
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$11, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)({
9884
+ get ["data-theme"] () {
9885
+ return local.dataTheme;
9886
+ }
9887
+ }, others), false, true);
9888
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$11, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.createComponent)(FloatingDockDesktop, {
9889
+ get items () {
9890
+ return local.items;
9891
+ },
9892
+ get ["class"] () {
9893
+ return twMerge(local.class, local.className, local.desktopClass);
9894
+ }
9895
+ }), null);
9896
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$11, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.createComponent)(FloatingDockMobile, {
9897
+ get items () {
9898
+ return local.items;
9899
+ },
9900
+ get ["class"] () {
9901
+ return local.mobileClass;
9902
+ },
9903
+ get toggleIcon () {
9904
+ return local.mobileToggleIcon;
9905
+ }
9906
+ }), null);
9907
+ return _el$11;
9908
+ })();
9909
+ };
9910
+ const FloatingDock = FloatingDock_FloatingDock;
9911
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.delegateEvents)([
9912
+ "mousemove",
9913
+ "click"
9914
+ ]);
9704
9915
  var FooterTitle_tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<h6>");
9705
9916
  const FooterTitle = (props)=>{
9706
9917
  const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
@@ -11311,7 +11522,7 @@ const FirefoxPWABanner = (props)=>{
11311
11522
  }
11312
11523
  });
11313
11524
  };
11314
- var CookieConsent_tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<p id=cookie-consent-message class="text-sm text-base-content flex-1">'), CookieConsent_tmpl$2 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<button type=button class="text-sm underline hover:no-underline text-base-content/70 hover:text-base-content transition-colors">'), CookieConsent_tmpl$3 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<div role=dialog aria-modal=false aria-labelledby=cookie-consent-message><div class="container mx-auto px-4 py-4 max-w-7xl">'), CookieConsent_tmpl$4 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<h2 id=cookie-manage-title class="text-lg font-semibold">'), CookieConsent_tmpl$5 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<label class="flex items-center justify-between p-3 rounded bg-base-200/50 cursor-not-allowed"><span class="text-sm font-medium text-base-content/70"></span><input type=checkbox checked disabled class="toggle toggle-sm toggle-primary">'), _tmpl$6 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<label class="flex items-center justify-between p-3 rounded hover:bg-base-200/50 cursor-pointer transition-colors"><span class="text-sm font-medium"></span><input type=checkbox class="toggle toggle-sm toggle-primary">'), _tmpl$7 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<div role=dialog aria-modal=true aria-labelledby=cookie-manage-title class="fixed inset-0 z-50 flex items-center justify-center p-4 bg-black/50 backdrop-blur-sm animate-fade-in"><div class="bg-base-100 rounded-lg shadow-xl w-full max-w-md p-6 animate-scale-in">');
11525
+ var CookieConsent_tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<p id=cookie-consent-message class="text-sm text-base-content flex-1">'), CookieConsent_tmpl$2 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<button type=button class="text-sm underline hover:no-underline text-base-content/70 hover:text-base-content transition-colors">'), CookieConsent_tmpl$3 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<div role=dialog aria-modal=false aria-labelledby=cookie-consent-message><div class="container mx-auto px-4 py-4 max-w-7xl">'), CookieConsent_tmpl$4 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<h2 id=cookie-manage-title class="text-lg font-semibold">'), CookieConsent_tmpl$5 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<label class="flex items-center justify-between p-3 rounded bg-base-200/50 cursor-not-allowed"><span class="text-sm font-medium text-base-content/70"></span><input type=checkbox checked disabled class="toggle toggle-sm toggle-primary">'), CookieConsent_tmpl$6 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<label class="flex items-center justify-between p-3 rounded hover:bg-base-200/50 cursor-pointer transition-colors"><span class="text-sm font-medium"></span><input type=checkbox class="toggle toggle-sm toggle-primary">'), CookieConsent_tmpl$7 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<div role=dialog aria-modal=true aria-labelledby=cookie-manage-title class="fixed inset-0 z-50 flex items-center justify-center p-4 bg-black/50 backdrop-blur-sm animate-fade-in"><div class="bg-base-100 rounded-lg shadow-xl w-full max-w-md p-6 animate-scale-in">');
11315
11526
  const CookieConsent_defaultTexts = {
11316
11527
  message: "We use cookies to improve your experience. You can accept all cookies or manage your preferences.",
11317
11528
  acceptAll: "Accept all",
@@ -11474,7 +11685,7 @@ const CookieConsent = (props)=>{
11474
11685
  return showManage();
11475
11686
  },
11476
11687
  get children () {
11477
- var _el$5 = _tmpl$7(), _el$6 = _el$5.firstChild;
11688
+ var _el$5 = CookieConsent_tmpl$7(), _el$6 = _el$5.firstChild;
11478
11689
  _el$5.$$click = handleManageClose;
11479
11690
  _el$6.$$click = (e)=>e.stopPropagation();
11480
11691
  (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$6, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.createComponent)(flex_Flex, {
@@ -11513,14 +11724,14 @@ const CookieConsent = (props)=>{
11513
11724
  return _el$8;
11514
11725
  })(),
11515
11726
  (()=>{
11516
- var _el$0 = _tmpl$6(), _el$1 = _el$0.firstChild, _el$10 = _el$1.nextSibling;
11727
+ var _el$0 = CookieConsent_tmpl$6(), _el$1 = _el$0.firstChild, _el$10 = _el$1.nextSibling;
11517
11728
  (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$1, ()=>texts().analytics);
11518
11729
  _el$10.addEventListener("change", (e)=>setAnalyticsEnabled(e.currentTarget.checked));
11519
11730
  (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.effect)(()=>_el$10.checked = analyticsEnabled());
11520
11731
  return _el$0;
11521
11732
  })(),
11522
11733
  (()=>{
11523
- var _el$11 = _tmpl$6(), _el$12 = _el$11.firstChild, _el$13 = _el$12.nextSibling;
11734
+ var _el$11 = CookieConsent_tmpl$6(), _el$12 = _el$11.firstChild, _el$13 = _el$12.nextSibling;
11524
11735
  (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$12, ()=>texts().marketing);
11525
11736
  _el$13.addEventListener("change", (e)=>setMarketingEnabled(e.currentTarget.checked));
11526
11737
  (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.effect)(()=>_el$13.checked = marketingEnabled());
@@ -13148,6 +13359,199 @@ const navbar_Navbar = Object.assign(Navbar, {
13148
13359
  Stack: NavbarStack,
13149
13360
  Row: navbar_NavbarRow
13150
13361
  });
13362
+ var NoiseBackground_tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<div><div class="absolute inset-0"></div><div class="absolute inset-0"></div><div class="absolute inset-0"></div><div class="absolute inset-x-0 top-0 h-1 opacity-80 blur-sm"></div><div class="pointer-events-none absolute inset-0 overflow-hidden"><img alt class="h-full w-full object-cover"></div><div>');
13363
+ function NoiseBackground_createSpring(initial, stiffness = 100, damping = 30) {
13364
+ let current = initial;
13365
+ let velocity = 0;
13366
+ let target = initial;
13367
+ return {
13368
+ set (v) {
13369
+ target = v;
13370
+ },
13371
+ get () {
13372
+ return current;
13373
+ },
13374
+ step (dt) {
13375
+ velocity += (-stiffness * (current - target) - damping * velocity) * dt;
13376
+ current += velocity * dt;
13377
+ }
13378
+ };
13379
+ }
13380
+ const NoiseBackground = (rawProps)=>{
13381
+ const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(rawProps, [
13382
+ "children",
13383
+ "class",
13384
+ "className",
13385
+ "containerClass",
13386
+ "gradientColors",
13387
+ "noiseIntensity",
13388
+ "speed",
13389
+ "backdropBlur",
13390
+ "animating",
13391
+ "borderRadius",
13392
+ "noiseSrc",
13393
+ "dataTheme",
13394
+ "style"
13395
+ ]);
13396
+ let containerRef;
13397
+ let layer0;
13398
+ let layer1;
13399
+ let layer2;
13400
+ let stripEl;
13401
+ const colors = ()=>local.gradientColors ?? [
13402
+ "rgb(255, 100, 150)",
13403
+ "rgb(100, 150, 255)",
13404
+ "rgb(255, 200, 100)"
13405
+ ];
13406
+ const noiseIntensity = ()=>local.noiseIntensity ?? 0.2;
13407
+ const speed = ()=>local.speed ?? 0.1;
13408
+ const animating = ()=>local.animating ?? true;
13409
+ const borderRadius = ()=>local.borderRadius ?? "var(--radius-box, 1rem)";
13410
+ const springX = NoiseBackground_createSpring(0);
13411
+ const springY = NoiseBackground_createSpring(0);
13412
+ let vx = 0;
13413
+ let vy = 0;
13414
+ let lastDirectionChange = 0;
13415
+ let prevTime = 0;
13416
+ let rafId;
13417
+ const randomVelocity = ()=>{
13418
+ const angle = Math.random() * Math.PI * 2;
13419
+ const mag = speed() * (0.5 + 0.5 * Math.random());
13420
+ return {
13421
+ x: Math.cos(angle) * mag,
13422
+ y: Math.sin(angle) * mag
13423
+ };
13424
+ };
13425
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.onMount)(()=>{
13426
+ if (!containerRef) return;
13427
+ const initRect = containerRef.getBoundingClientRect();
13428
+ const cx = initRect.width / 2;
13429
+ const cy = initRect.height / 2;
13430
+ springX.set(cx);
13431
+ springY.set(cy);
13432
+ for(let i = 0; i < 60; i++){
13433
+ springX.step(1 / 60);
13434
+ springY.step(1 / 60);
13435
+ }
13436
+ const v = randomVelocity();
13437
+ vx = v.x;
13438
+ vy = v.y;
13439
+ let rawX = cx;
13440
+ let rawY = cy;
13441
+ let w = initRect.width;
13442
+ let h = initRect.height;
13443
+ const tick = (time)=>{
13444
+ if (!containerRef) {
13445
+ rafId = requestAnimationFrame(tick);
13446
+ return;
13447
+ }
13448
+ const dt = prevTime ? Math.min((time - prevTime) / 1000, 0.05) : 1 / 60;
13449
+ prevTime = time;
13450
+ if (animating()) {
13451
+ const rect = containerRef.getBoundingClientRect();
13452
+ w = rect.width;
13453
+ h = rect.height;
13454
+ const padding = 20;
13455
+ if (time - lastDirectionChange > 1500 + 1500 * Math.random()) {
13456
+ const nv = randomVelocity();
13457
+ vx = nv.x;
13458
+ vy = nv.y;
13459
+ lastDirectionChange = time;
13460
+ }
13461
+ const frameDt = 16;
13462
+ let nx = rawX + vx * frameDt;
13463
+ let ny = rawY + vy * frameDt;
13464
+ if (nx < padding || nx > w - padding || ny < padding || ny > h - padding) {
13465
+ const nv = randomVelocity();
13466
+ vx = nv.x;
13467
+ vy = nv.y;
13468
+ lastDirectionChange = time;
13469
+ nx = Math.max(padding, Math.min(w - padding, nx));
13470
+ ny = Math.max(padding, Math.min(h - padding, ny));
13471
+ }
13472
+ rawX = nx;
13473
+ rawY = ny;
13474
+ springX.set(rawX);
13475
+ springY.set(rawY);
13476
+ }
13477
+ springX.step(dt);
13478
+ springY.step(dt);
13479
+ const sx = springX.get();
13480
+ const sy = springY.get();
13481
+ const c = colors();
13482
+ const radius = 1.5 * Math.max(w, h);
13483
+ const hw = w / 2;
13484
+ const hh = h / 2;
13485
+ const lx = (m)=>hw + (sx - hw) * m;
13486
+ const ly = (m)=>hh + (sy - hh) * m;
13487
+ if (layer0) layer0.style.background = `radial-gradient(${radius}px circle at ${sx}px ${sy}px, ${c[0]} 0%, transparent 50%)`;
13488
+ if (layer1) layer1.style.background = `radial-gradient(${radius}px circle at ${lx(0.7)}px ${ly(0.7)}px, ${c[1]} 0%, transparent 50%)`;
13489
+ if (layer2) layer2.style.background = `radial-gradient(${radius}px circle at ${lx(1.3)}px ${ly(1.3)}px, ${c[2] || c[0]} 0%, transparent 50%)`;
13490
+ if (stripEl) stripEl.style.transform = animating() ? `translateX(${0.1 * sx - 50}px)` : "none";
13491
+ rafId = requestAnimationFrame(tick);
13492
+ };
13493
+ rafId = requestAnimationFrame(tick);
13494
+ });
13495
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.onCleanup)(()=>{
13496
+ if (void 0 !== rafId) cancelAnimationFrame(rafId);
13497
+ });
13498
+ const containerClasses = ()=>twMerge("group relative overflow-hidden bg-base-200 backdrop-blur-sm", "shadow-[0px_1px_0px_0px_var(--color-base-300)_inset,0px_1px_0px_0px_var(--color-base-100)]", local.containerClass);
13499
+ const contentClasses = ()=>twMerge("relative z-10", local.class, local.className);
13500
+ return (()=>{
13501
+ var _el$ = NoiseBackground_tmpl$(), _el$2 = _el$.firstChild, _el$3 = _el$2.nextSibling, _el$4 = _el$3.nextSibling, _el$5 = _el$4.nextSibling, _el$6 = _el$5.nextSibling, _el$7 = _el$6.firstChild, _el$8 = _el$6.nextSibling;
13502
+ var _ref$ = containerRef;
13503
+ "function" == typeof _ref$ ? (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.use)(_ref$, _el$) : containerRef = _el$;
13504
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)({
13505
+ get ["class"] () {
13506
+ return containerClasses();
13507
+ },
13508
+ get style () {
13509
+ return {
13510
+ "--noise-opacity": noiseIntensity(),
13511
+ "border-radius": borderRadius(),
13512
+ ..."object" == typeof local.style ? local.style : {}
13513
+ };
13514
+ },
13515
+ get classList () {
13516
+ return {
13517
+ "after:absolute after:inset-0 after:h-full after:w-full after:backdrop-blur-lg after:content-['']": local.backdropBlur ?? false
13518
+ };
13519
+ },
13520
+ get ["data-theme"] () {
13521
+ return local.dataTheme;
13522
+ }
13523
+ }, others), false, true);
13524
+ var _ref$2 = layer0;
13525
+ "function" == typeof _ref$2 ? (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.use)(_ref$2, _el$2) : layer0 = _el$2;
13526
+ _el$2.style.setProperty("opacity", "0.4");
13527
+ var _ref$3 = layer1;
13528
+ "function" == typeof _ref$3 ? (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.use)(_ref$3, _el$3) : layer1 = _el$3;
13529
+ _el$3.style.setProperty("opacity", "0.3");
13530
+ var _ref$4 = layer2;
13531
+ "function" == typeof _ref$4 ? (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.use)(_ref$4, _el$4) : layer2 = _el$4;
13532
+ _el$4.style.setProperty("opacity", "0.25");
13533
+ var _ref$5 = stripEl;
13534
+ "function" == typeof _ref$5 ? (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.use)(_ref$5, _el$5) : stripEl = _el$5;
13535
+ _el$7.style.setProperty("opacity", "var(--noise-opacity, 0.2)");
13536
+ _el$7.style.setProperty("mix-blend-mode", "overlay");
13537
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$8, ()=>local.children);
13538
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.effect)((_p$)=>{
13539
+ var _v$ = `linear-gradient(to right, ${colors().join(", ")})`, _v$2 = `${borderRadius()} ${borderRadius()} 0 0`, _v$3 = local.noiseSrc ?? "/noise.webp", _v$4 = contentClasses();
13540
+ _v$ !== _p$.e && (null != (_p$.e = _v$) ? _el$5.style.setProperty("background", _v$) : _el$5.style.removeProperty("background"));
13541
+ _v$2 !== _p$.t && (null != (_p$.t = _v$2) ? _el$5.style.setProperty("border-radius", _v$2) : _el$5.style.removeProperty("border-radius"));
13542
+ _v$3 !== _p$.a && (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.setAttribute)(_el$7, "src", _p$.a = _v$3);
13543
+ _v$4 !== _p$.o && (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.className)(_el$8, _p$.o = _v$4);
13544
+ return _p$;
13545
+ }, {
13546
+ e: void 0,
13547
+ t: void 0,
13548
+ a: void 0,
13549
+ o: void 0
13550
+ });
13551
+ return _el$;
13552
+ })();
13553
+ };
13554
+ const noise_background_NoiseBackground = NoiseBackground;
13151
13555
  const Pagination = join_Join;
13152
13556
  const pagination_Pagination = Pagination;
13153
13557
  var PhoneMockup_tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<div aria-label="Phone mockup"><div class=mockup-phone-camera></div><div class=mockup-phone-display><div>');
@@ -17631,4 +18035,4 @@ const createRouteTransitionResolver = (options)=>{
17631
18035
  return fallback ?? noMotion;
17632
18036
  };
17633
18037
  };
17634
- export { accordion_Accordion as Accordion, alert_Alert as Alert, AlphaSlider, artboard_Artboard as Artboard, avatar as Avatar, background_Background as Background, Badge, bottom_sheet_BottomSheet as BottomSheet, Breadcrumbs, breadcrumbs_BreadcrumbsItem as BreadcrumbsItem, browsermockup_BrowserMockup as BrowserMockup, button_Button as Button, Calendar, card_Card as Card, carousel_Carousel as Carousel, chatbubble_ChatBubble as ChatBubble, checkbox_Checkbox as Checkbox, codemockup_CodeMockup as CodeMockup, CodeMockupLine, collapse_Collapse as Collapse, CollapseContent, CollapseDetails, CollapseTitle, colorpicker_ColorInput as ColorInput, colorpicker_ColorPicker as ColorPicker, ColorPickerContext, ColorPickerFlowerSelector, colorpicker_ColorPickerGradientSelector as ColorPickerGradientSelector, ColorPickerWheelSelector, colorpicker_ColorPreview as ColorPreview, colorpicker_ColorSwatches as ColorSwatches, ColorWheel, colorpicker_ColorWheelFlower as ColorWheelFlower, connectionstatus_ConnectionStatus as ConnectionStatus, CookieConsent, CopyButton, countdown_Countdown as Countdown, diff_Diff as Diff, divider as Divider, dock as Dock, Drawer, dropdown as Dropdown, EnhancedTable, FileInput, FirefoxPWABanner, flex_Flex as Flex, footer_Footer as Footer, form_Form as Form, Grid, hero_Hero as Hero, colorpicker_HueSlider as HueSlider, I18nContext, I18nProvider, icon_Icon as Icon, immersive_landing_ImmersiveLanding as ImmersiveLanding, ImmersiveLandingContext, indicator_Indicator as Indicator, input as Input, join_Join as Join, kbd_Kbd as Kbd, language_switcher_LanguageSwitcher as LanguageSwitcher, LightnessSlider, link_Link as Link, live_chat_LiveChatBubble as LiveChatBubble, LiveChatPanel, loading_Loading as Loading, mask as Mask, menu_Menu as Menu, modal_Modal as Modal, MotionDiv, navbar_Navbar as Navbar, PWAInstallPrompt, pagination_Pagination as Pagination, phonemockup_PhoneMockup as PhoneMockup, Progress, props_table_PropsTable as PropsTable, radialprogress_RadialProgress as RadialProgress, radio_Radio as Radio, range_Range as Range, Rating, colorpicker_SaturationBrightness as SaturationBrightness, select_Select as Select, showcase_ShowcaseBlock as ShowcaseBlock, ShowcaseSection, sidenav_Sidenav as Sidenav, sidenav_SidenavButton as SidenavButton, sidenav_SidenavGroup as SidenavGroup, sidenav_SidenavItem as SidenavItem, sidenav_SidenavLink as SidenavLink, sidenav_SidenavMenu as SidenavMenu, skeleton_Skeleton as Skeleton, Stack, stat_card_StatCard as StatCard, stats_Stats as Stats, status_Status as Status, steps as Steps, streaming_table_StreamingTable as StreamingTable, Summary, SvgBackground, Swap, table_Table as Table, tabs_Tabs as Tabs, textarea_Textarea as Textarea, ThemeColorPicker, Timeline, timeline_TimelineEnd as TimelineEnd, timeline_TimelineItem as TimelineItem, timeline_TimelineMiddle as TimelineMiddle, timeline_TimelineStart as TimelineStart, toast_Toast as Toast, ToastContainer, ToastStack_ToastStack as ToastStack, toggle_Toggle as Toggle, tooltip_Tooltip as Tooltip, windowmockup_WindowMockup as WindowMockup, createHueShiftStore, createI18n, createMotionPresets, createMotionSystem, createPopmotionDriver, createRouteTransitionResolver, createStreamingTableStore, connectionstatus_ConnectionStatus as default, defaultMotionTokens, enablePopmotion, getDefaultHueShiftStore, getMotionDriver, presets_getPreset as getPreset, immediateDriver, mergeMotionTokens, motionDistances, motionDurations, motionEasings, motionPresets, noMotion, prefersReducedMotion, presets_registerPreset as registerPreset, resetHueShift, resolveEase, presets_resolvePreset as resolvePreset, routeTransition, runMotion, setMotionDriver, toastStore, useColorPickerContext, useDesktop, useFormValidation, useI18n, useImmersiveLanding, useImmersiveLandingContext };
18038
+ export { accordion_Accordion as Accordion, alert_Alert as Alert, AlphaSlider, artboard_Artboard as Artboard, avatar as Avatar, background_Background as Background, Badge, bottom_sheet_BottomSheet as BottomSheet, Breadcrumbs, breadcrumbs_BreadcrumbsItem as BreadcrumbsItem, browsermockup_BrowserMockup as BrowserMockup, button_Button as Button, Calendar, card_Card as Card, carousel_Carousel as Carousel, chatbubble_ChatBubble as ChatBubble, checkbox_Checkbox as Checkbox, codemockup_CodeMockup as CodeMockup, CodeMockupLine, collapse_Collapse as Collapse, CollapseContent, CollapseDetails, CollapseTitle, colorpicker_ColorInput as ColorInput, colorpicker_ColorPicker as ColorPicker, ColorPickerContext, ColorPickerFlowerSelector, colorpicker_ColorPickerGradientSelector as ColorPickerGradientSelector, ColorPickerWheelSelector, colorpicker_ColorPreview as ColorPreview, colorpicker_ColorSwatches as ColorSwatches, ColorWheel, colorpicker_ColorWheelFlower as ColorWheelFlower, connectionstatus_ConnectionStatus as ConnectionStatus, CookieConsent, CopyButton, countdown_Countdown as Countdown, diff_Diff as Diff, divider as Divider, dock as Dock, Drawer, dropdown as Dropdown, EnhancedTable, FileInput, FirefoxPWABanner, flex_Flex as Flex, FloatingDock, footer_Footer as Footer, form_Form as Form, Grid, hero_Hero as Hero, colorpicker_HueSlider as HueSlider, I18nContext, I18nProvider, icon_Icon as Icon, immersive_landing_ImmersiveLanding as ImmersiveLanding, ImmersiveLandingContext, indicator_Indicator as Indicator, input as Input, join_Join as Join, kbd_Kbd as Kbd, language_switcher_LanguageSwitcher as LanguageSwitcher, LightnessSlider, link_Link as Link, live_chat_LiveChatBubble as LiveChatBubble, LiveChatPanel, loading_Loading as Loading, mask as Mask, menu_Menu as Menu, modal_Modal as Modal, MotionDiv, navbar_Navbar as Navbar, noise_background_NoiseBackground as NoiseBackground, PWAInstallPrompt, pagination_Pagination as Pagination, phonemockup_PhoneMockup as PhoneMockup, Progress, props_table_PropsTable as PropsTable, radialprogress_RadialProgress as RadialProgress, radio_Radio as Radio, range_Range as Range, Rating, colorpicker_SaturationBrightness as SaturationBrightness, select_Select as Select, showcase_ShowcaseBlock as ShowcaseBlock, ShowcaseSection, sidenav_Sidenav as Sidenav, sidenav_SidenavButton as SidenavButton, sidenav_SidenavGroup as SidenavGroup, sidenav_SidenavItem as SidenavItem, sidenav_SidenavLink as SidenavLink, sidenav_SidenavMenu as SidenavMenu, skeleton_Skeleton as Skeleton, Stack, stat_card_StatCard as StatCard, stats_Stats as Stats, status_Status as Status, steps as Steps, streaming_table_StreamingTable as StreamingTable, Summary, SvgBackground, Swap, table_Table as Table, tabs_Tabs as Tabs, textarea_Textarea as Textarea, ThemeColorPicker, Timeline, timeline_TimelineEnd as TimelineEnd, timeline_TimelineItem as TimelineItem, timeline_TimelineMiddle as TimelineMiddle, timeline_TimelineStart as TimelineStart, toast_Toast as Toast, ToastContainer, ToastStack_ToastStack as ToastStack, toggle_Toggle as Toggle, tooltip_Tooltip as Tooltip, windowmockup_WindowMockup as WindowMockup, createHueShiftStore, createI18n, createMotionPresets, createMotionSystem, createPopmotionDriver, createRouteTransitionResolver, createStreamingTableStore, connectionstatus_ConnectionStatus as default, defaultMotionTokens, enablePopmotion, getDefaultHueShiftStore, getMotionDriver, presets_getPreset as getPreset, immediateDriver, mergeMotionTokens, motionDistances, motionDurations, motionEasings, motionPresets, noMotion, prefersReducedMotion, presets_registerPreset as registerPreset, resetHueShift, resolveEase, presets_resolvePreset as resolvePreset, routeTransition, runMotion, setMotionDriver, toastStore, useColorPickerContext, useDesktop, useFormValidation, useI18n, useImmersiveLanding, useImmersiveLandingContext };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathscale/ui",
3
- "version": "0.0.136",
3
+ "version": "0.0.138",
4
4
  "author": "pathscale",
5
5
  "repository": {
6
6
  "type": "git",