@pathscale/ui 0.0.122 → 0.0.123

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.
@@ -21,5 +21,5 @@ export declare const dividerStyles: {
21
21
  end: string;
22
22
  };
23
23
  }> & import("../../lib/style").ClassProps) | undefined): string;
24
- variantKeys: ("color" | "horizontal" | "position")[];
24
+ variantKeys: ("horizontal" | "color" | "position")[];
25
25
  };
package/dist/index.js CHANGED
@@ -10756,7 +10756,7 @@ function useImmersiveLandingContext() {
10756
10756
  if (!context) throw new Error("useImmersiveLandingContext must be used within an ImmersiveLanding component");
10757
10757
  return context;
10758
10758
  }
10759
- var ImmersiveLandingPage_tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<section role=region><div class="relative z-10 h-full">');
10759
+ var ImmersiveLandingPage_tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<section role=region><div class="relative z-10 h-full overflow-hidden">');
10760
10760
  const ImmersiveLandingPage = (props)=>{
10761
10761
  const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
10762
10762
  "id",
@@ -10940,7 +10940,7 @@ const immersive_landing_ImmersiveLandingNavigation = ImmersiveLandingNavigation;
10940
10940
  (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.delegateEvents)([
10941
10941
  "click"
10942
10942
  ]);
10943
- var ImmersiveLanding_tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<div><div class="relative h-full w-full"><div class="relative z-10 h-full w-full">'), ImmersiveLanding_tmpl$2 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<div class="absolute inset-0 flex items-end justify-end p-6"aria-hidden=true><span class="font-mono text-base-content/20 text-[clamp(0.75rem,2vw,1.25rem)] tracking-[0.4em]">v'), ImmersiveLanding_tmpl$3 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<div class="pointer-events-none fixed inset-0 z-30">');
10943
+ var ImmersiveLanding_tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<div><div class="relative h-full w-full"><div class="relative z-10 h-full w-full">'), ImmersiveLanding_tmpl$2 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<div class="absolute bottom-20 right-6"aria-hidden=true><span class="font-mono text-base-content/20 text-[clamp(0.75rem,2vw,1.25rem)] tracking-[0.4em]">v'), ImmersiveLanding_tmpl$3 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)('<div class="pointer-events-none fixed inset-0 z-30">');
10944
10944
  const ImmersiveLanding = (props)=>{
10945
10945
  const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
10946
10946
  "pages",
@@ -16075,7 +16075,7 @@ const ThemeColorPicker_ThemeColorPicker = (props)=>{
16075
16075
  };
16076
16076
  (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createEffect)(()=>{
16077
16077
  const timer = setTimeout(()=>{
16078
- setFeatureAvailable(store().isAvailable());
16078
+ setFeatureAvailable(true);
16079
16079
  }, 0);
16080
16080
  (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.onCleanup)(()=>clearTimeout(timer));
16081
16081
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathscale/ui",
3
- "version": "0.0.122",
3
+ "version": "0.0.123",
4
4
  "author": "pathscale",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,6 +44,7 @@
44
44
  "@tanstack/solid-table": "^8.21.3",
45
45
  "@types/bun": "^1.2.12",
46
46
  "babel-preset-solid": "^1.9.6",
47
+ "cally": "^0.8.0",
47
48
  "clsx": "^2.1.1",
48
49
  "cssnano": "^7.0.7",
49
50
  "postcss": "^8.5.4",
@@ -52,11 +53,10 @@
52
53
  "svgo": "^3.3.2",
53
54
  "tailwind-merge": "^3.3.0",
54
55
  "typescript": "^5.8.3",
55
- "zod": "^3.22.4",
56
- "cally": "^0.8.0"
56
+ "zod": "^3.22.4"
57
57
  },
58
58
  "dependencies": {
59
- "@iconify/tailwind4": "^1.0.6",
59
+ "@iconify/tailwind4": "^1.2.1",
60
60
  "rsbuild-plugin-iconify": "^1.0.3"
61
61
  },
62
62
  "peerDependencies": {
@@ -73,8 +73,8 @@
73
73
  "@solid-primitives/storage": "^2.1.1",
74
74
  "@solid-primitives/utils": "^6.2.1",
75
75
  "@tanstack/solid-table": "^8.0.0",
76
- "solid-js": "^1.9",
77
76
  "popmotion": "^11.0.5",
77
+ "solid-js": "^1.9",
78
78
  "zod": "^3.22.0"
79
79
  },
80
80
  "peerDependenciesMeta": {