@pathscale/ui 0.0.135 → 0.0.137

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,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
@@ -59,6 +59,8 @@ export { default as Navbar } from "./components/navbar";
59
59
  export type { NavbarProps } from "./components/navbar";
60
60
  export type { NavbarStackProps } from "./components/navbar/NavbarStack";
61
61
  export type { NavbarRowProps } from "./components/navbar/NavbarRow";
62
+ export { default as NoiseBackground } from "./components/noise-background";
63
+ export type { NoiseBackgroundProps } from "./components/noise-background";
62
64
  export { default as Pagination } from "./components/pagination";
63
65
  export { default as PhoneMockup, type PhoneMockupProps, } from "./components/phonemockup";
64
66
  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",
@@ -7229,6 +7229,18 @@ const toRgba = (rgb, alpha)=>{
7229
7229
  return `rgba(${match[1]}, ${match[2]}, ${match[3]}, ${alpha})`;
7230
7230
  };
7231
7231
  const COLORS = [
7232
+ createColorItem("rgb(80,80,80)", 47.631, -27.5),
7233
+ createColorItem("rgb(80,60,50)", 27.5, -47.631),
7234
+ createColorItem("rgb(80,50,50)", 0, -55),
7235
+ createColorItem("rgb(80,50,70)", -27.5, -47.631),
7236
+ createColorItem("rgb(70,50,80)", -47.631, -27.5),
7237
+ createColorItem("rgb(55,50,80)", -55, 0),
7238
+ createColorItem("rgb(50,55,80)", -47.631, 27.5),
7239
+ createColorItem("rgb(50,65,80)", -27.5, 47.631),
7240
+ createColorItem("rgb(50,80,80)", 0, 55),
7241
+ createColorItem("rgb(50,80,65)", 27.5, 47.631),
7242
+ createColorItem("rgb(55,80,50)", 47.631, 27.5),
7243
+ createColorItem("rgb(70,80,50)", 55, 0),
7232
7244
  createColorItem("rgb(245,245,61)", 34.641, -20),
7233
7245
  createColorItem("rgb(245,153,61)", 20, -34.641),
7234
7246
  createColorItem("rgb(245,61,61)", 0, -40),
@@ -7337,7 +7349,7 @@ const ColorWheelFlower = (props)=>{
7337
7349
  setHoveredIndex(null);
7338
7350
  if (void 0 !== pointerTimeout) clearTimeout(pointerTimeout);
7339
7351
  };
7340
- const containerClasses = ()=>twMerge("relative w-[140px] h-[140px] flex items-center justify-center", clsx({
7352
+ const containerClasses = ()=>twMerge("relative w-[190px] h-[190px] flex items-center justify-center", clsx({
7341
7353
  "opacity-50 cursor-not-allowed": context.disabled()
7342
7354
  }), props.class, props.className);
7343
7355
  const outerRingBackground = ()=>{
@@ -9397,7 +9409,7 @@ const DropdownDetails = Object.assign(Details, {
9397
9409
  Toggle: DropdownToggle_Summary
9398
9410
  });
9399
9411
  var DropdownItem_tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<li role=menuitem>"), DropdownItem_tmpl$2 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<a>"), DropdownItem_tmpl$3 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<button>");
9400
- const DropdownItem_DropdownItem = (props)=>{
9412
+ const DropdownItem = (props)=>{
9401
9413
  const dropdownContext = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.useContext)(DropdownContext);
9402
9414
  const defaultProps = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.mergeProps)({
9403
9415
  closeOnClick: true
@@ -9439,7 +9451,7 @@ const DropdownItem_DropdownItem = (props)=>{
9439
9451
  return _el$;
9440
9452
  })();
9441
9453
  };
9442
- const DropdownItem = DropdownItem_DropdownItem;
9454
+ const dropdown_DropdownItem = DropdownItem;
9443
9455
  var DropdownMenu_tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<ul>");
9444
9456
  const DropdownMenu = (props)=>{
9445
9457
  const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
@@ -9641,7 +9653,7 @@ const dropdown_Dropdown = Object.assign(Dropdown, {
9641
9653
  Details: DropdownDetails,
9642
9654
  Toggle: dropdown_DropdownToggle,
9643
9655
  Menu: dropdown_DropdownMenu,
9644
- Item: DropdownItem
9656
+ Item: dropdown_DropdownItem
9645
9657
  });
9646
9658
  const dropdown = dropdown_Dropdown;
9647
9659
  var FileInput_tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<input>");
@@ -13136,6 +13148,199 @@ const navbar_Navbar = Object.assign(Navbar, {
13136
13148
  Stack: NavbarStack,
13137
13149
  Row: navbar_NavbarRow
13138
13150
  });
13151
+ 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>');
13152
+ function createSpring(initial, stiffness = 100, damping = 30) {
13153
+ let current = initial;
13154
+ let velocity = 0;
13155
+ let target = initial;
13156
+ return {
13157
+ set (v) {
13158
+ target = v;
13159
+ },
13160
+ get () {
13161
+ return current;
13162
+ },
13163
+ step (dt) {
13164
+ velocity += (-stiffness * (current - target) - damping * velocity) * dt;
13165
+ current += velocity * dt;
13166
+ }
13167
+ };
13168
+ }
13169
+ const NoiseBackground = (rawProps)=>{
13170
+ const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(rawProps, [
13171
+ "children",
13172
+ "class",
13173
+ "className",
13174
+ "containerClass",
13175
+ "gradientColors",
13176
+ "noiseIntensity",
13177
+ "speed",
13178
+ "backdropBlur",
13179
+ "animating",
13180
+ "borderRadius",
13181
+ "noiseSrc",
13182
+ "dataTheme",
13183
+ "style"
13184
+ ]);
13185
+ let containerRef;
13186
+ let layer0;
13187
+ let layer1;
13188
+ let layer2;
13189
+ let stripEl;
13190
+ const colors = ()=>local.gradientColors ?? [
13191
+ "rgb(255, 100, 150)",
13192
+ "rgb(100, 150, 255)",
13193
+ "rgb(255, 200, 100)"
13194
+ ];
13195
+ const noiseIntensity = ()=>local.noiseIntensity ?? 0.2;
13196
+ const speed = ()=>local.speed ?? 0.1;
13197
+ const animating = ()=>local.animating ?? true;
13198
+ const borderRadius = ()=>local.borderRadius ?? "var(--radius-box, 1rem)";
13199
+ const springX = createSpring(0);
13200
+ const springY = createSpring(0);
13201
+ let vx = 0;
13202
+ let vy = 0;
13203
+ let lastDirectionChange = 0;
13204
+ let prevTime = 0;
13205
+ let rafId;
13206
+ const randomVelocity = ()=>{
13207
+ const angle = Math.random() * Math.PI * 2;
13208
+ const mag = speed() * (0.5 + 0.5 * Math.random());
13209
+ return {
13210
+ x: Math.cos(angle) * mag,
13211
+ y: Math.sin(angle) * mag
13212
+ };
13213
+ };
13214
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.onMount)(()=>{
13215
+ if (!containerRef) return;
13216
+ const initRect = containerRef.getBoundingClientRect();
13217
+ const cx = initRect.width / 2;
13218
+ const cy = initRect.height / 2;
13219
+ springX.set(cx);
13220
+ springY.set(cy);
13221
+ for(let i = 0; i < 60; i++){
13222
+ springX.step(1 / 60);
13223
+ springY.step(1 / 60);
13224
+ }
13225
+ const v = randomVelocity();
13226
+ vx = v.x;
13227
+ vy = v.y;
13228
+ let rawX = cx;
13229
+ let rawY = cy;
13230
+ let w = initRect.width;
13231
+ let h = initRect.height;
13232
+ const tick = (time)=>{
13233
+ if (!containerRef) {
13234
+ rafId = requestAnimationFrame(tick);
13235
+ return;
13236
+ }
13237
+ const dt = prevTime ? Math.min((time - prevTime) / 1000, 0.05) : 1 / 60;
13238
+ prevTime = time;
13239
+ if (animating()) {
13240
+ const rect = containerRef.getBoundingClientRect();
13241
+ w = rect.width;
13242
+ h = rect.height;
13243
+ const padding = 20;
13244
+ if (time - lastDirectionChange > 1500 + 1500 * Math.random()) {
13245
+ const nv = randomVelocity();
13246
+ vx = nv.x;
13247
+ vy = nv.y;
13248
+ lastDirectionChange = time;
13249
+ }
13250
+ const frameDt = 16;
13251
+ let nx = rawX + vx * frameDt;
13252
+ let ny = rawY + vy * frameDt;
13253
+ if (nx < padding || nx > w - padding || ny < padding || ny > h - padding) {
13254
+ const nv = randomVelocity();
13255
+ vx = nv.x;
13256
+ vy = nv.y;
13257
+ lastDirectionChange = time;
13258
+ nx = Math.max(padding, Math.min(w - padding, nx));
13259
+ ny = Math.max(padding, Math.min(h - padding, ny));
13260
+ }
13261
+ rawX = nx;
13262
+ rawY = ny;
13263
+ springX.set(rawX);
13264
+ springY.set(rawY);
13265
+ }
13266
+ springX.step(dt);
13267
+ springY.step(dt);
13268
+ const sx = springX.get();
13269
+ const sy = springY.get();
13270
+ const c = colors();
13271
+ const radius = 1.5 * Math.max(w, h);
13272
+ const hw = w / 2;
13273
+ const hh = h / 2;
13274
+ const lx = (m)=>hw + (sx - hw) * m;
13275
+ const ly = (m)=>hh + (sy - hh) * m;
13276
+ if (layer0) layer0.style.background = `radial-gradient(${radius}px circle at ${sx}px ${sy}px, ${c[0]} 0%, transparent 50%)`;
13277
+ if (layer1) layer1.style.background = `radial-gradient(${radius}px circle at ${lx(0.7)}px ${ly(0.7)}px, ${c[1]} 0%, transparent 50%)`;
13278
+ 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%)`;
13279
+ if (stripEl) stripEl.style.transform = animating() ? `translateX(${0.1 * sx - 50}px)` : "none";
13280
+ rafId = requestAnimationFrame(tick);
13281
+ };
13282
+ rafId = requestAnimationFrame(tick);
13283
+ });
13284
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.onCleanup)(()=>{
13285
+ if (void 0 !== rafId) cancelAnimationFrame(rafId);
13286
+ });
13287
+ 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);
13288
+ const contentClasses = ()=>twMerge("relative z-10", local.class, local.className);
13289
+ return (()=>{
13290
+ 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;
13291
+ var _ref$ = containerRef;
13292
+ "function" == typeof _ref$ ? (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.use)(_ref$, _el$) : containerRef = _el$;
13293
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)({
13294
+ get ["class"] () {
13295
+ return containerClasses();
13296
+ },
13297
+ get style () {
13298
+ return {
13299
+ "--noise-opacity": noiseIntensity(),
13300
+ "border-radius": borderRadius(),
13301
+ ..."object" == typeof local.style ? local.style : {}
13302
+ };
13303
+ },
13304
+ get classList () {
13305
+ return {
13306
+ "after:absolute after:inset-0 after:h-full after:w-full after:backdrop-blur-lg after:content-['']": local.backdropBlur ?? false
13307
+ };
13308
+ },
13309
+ get ["data-theme"] () {
13310
+ return local.dataTheme;
13311
+ }
13312
+ }, others), false, true);
13313
+ var _ref$2 = layer0;
13314
+ "function" == typeof _ref$2 ? (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.use)(_ref$2, _el$2) : layer0 = _el$2;
13315
+ _el$2.style.setProperty("opacity", "0.4");
13316
+ var _ref$3 = layer1;
13317
+ "function" == typeof _ref$3 ? (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.use)(_ref$3, _el$3) : layer1 = _el$3;
13318
+ _el$3.style.setProperty("opacity", "0.3");
13319
+ var _ref$4 = layer2;
13320
+ "function" == typeof _ref$4 ? (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.use)(_ref$4, _el$4) : layer2 = _el$4;
13321
+ _el$4.style.setProperty("opacity", "0.25");
13322
+ var _ref$5 = stripEl;
13323
+ "function" == typeof _ref$5 ? (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.use)(_ref$5, _el$5) : stripEl = _el$5;
13324
+ _el$7.style.setProperty("opacity", "var(--noise-opacity, 0.2)");
13325
+ _el$7.style.setProperty("mix-blend-mode", "overlay");
13326
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$8, ()=>local.children);
13327
+ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.effect)((_p$)=>{
13328
+ var _v$ = `linear-gradient(to right, ${colors().join(", ")})`, _v$2 = `${borderRadius()} ${borderRadius()} 0 0`, _v$3 = local.noiseSrc ?? "/noise.webp", _v$4 = contentClasses();
13329
+ _v$ !== _p$.e && (null != (_p$.e = _v$) ? _el$5.style.setProperty("background", _v$) : _el$5.style.removeProperty("background"));
13330
+ _v$2 !== _p$.t && (null != (_p$.t = _v$2) ? _el$5.style.setProperty("border-radius", _v$2) : _el$5.style.removeProperty("border-radius"));
13331
+ _v$3 !== _p$.a && (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.setAttribute)(_el$7, "src", _p$.a = _v$3);
13332
+ _v$4 !== _p$.o && (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.className)(_el$8, _p$.o = _v$4);
13333
+ return _p$;
13334
+ }, {
13335
+ e: void 0,
13336
+ t: void 0,
13337
+ a: void 0,
13338
+ o: void 0
13339
+ });
13340
+ return _el$;
13341
+ })();
13342
+ };
13343
+ const noise_background_NoiseBackground = NoiseBackground;
13139
13344
  const Pagination = join_Join;
13140
13345
  const pagination_Pagination = Pagination;
13141
13346
  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>');
@@ -16840,7 +17045,7 @@ function getDefaultHueShiftStore() {
16840
17045
  if (!defaultStore) defaultStore = createHueShiftStore("theme");
16841
17046
  return defaultStore;
16842
17047
  }
16843
- var ThemeColorPicker_tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<div class="absolute right-0 mt-2 p-4 bg-base-100 rounded-lg shadow-xl border border-base-300 z-50">'), ThemeColorPicker_tmpl$2 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<div>");
17048
+ var ThemeColorPicker_tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<div class="absolute right-0 mt-2 p-6 bg-base-100 rounded-lg shadow-xl border border-base-300 z-50">'), ThemeColorPicker_tmpl$2 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<div>");
16844
17049
  function hueToColorValue(hue, sat) {
16845
17050
  const h = hue ?? 0;
16846
17051
  const s = null === hue ? 0 : sat;
@@ -17619,4 +17824,4 @@ const createRouteTransitionResolver = (options)=>{
17619
17824
  return fallback ?? noMotion;
17620
17825
  };
17621
17826
  };
17622
- 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 };
17827
+ 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, 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.135",
3
+ "version": "0.0.137",
4
4
  "author": "pathscale",
5
5
  "repository": {
6
6
  "type": "git",