@vanstack/solid-ark 0.0.3 → 0.0.4

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,3 +1,4 @@
1
+ import "./solid-ark.css";
1
2
  import { Portal as e, createComponent as t, delegateEvents as n, effect as r, insert as i, memo as a, template as o } from "solid-js/web";
2
3
  import { Index as s, createMemo as c, createSignal as l } from "solid-js";
3
4
  import { DatePicker as u, useDatePicker as d } from "@ark-ui/solid/date-picker";
@@ -1,3 +1,4 @@
1
+ import "./solid-ark.css";
1
2
  import { Index as e, Portal as t, createComponent as n, memo as r, template as i } from "solid-js/web";
2
3
  import { createMemo as a } from "solid-js";
3
4
  import { Select as o, createListCollection as s } from "@ark-ui/solid/select";
@@ -1,3 +1,4 @@
1
+ import "./solid-ark.css";
1
2
  import { createComponent as e, insert as t, mergeProps as n, spread as r, template as i } from "solid-js/web";
2
3
  import { Show as a, splitProps as o } from "solid-js";
3
4
  //#region src/button/Button.tsx
@@ -1,3 +1,4 @@
1
+ import "./solid-ark.css";
1
2
  import { Index as e, className as t, createComponent as n, delegateEvents as r, effect as i, insert as a, memo as o, style as s, template as c } from "solid-js/web";
2
3
  import { For as l, Show as u, Suspense as d, createEffect as f, createMemo as p, createSignal as m, createUniqueId as h, lazy as g, mergeProps as _, on as v, onCleanup as y } from "solid-js";
3
4
  import { Field as b } from "@ark-ui/solid/field";
@@ -1,3 +1,4 @@
1
+ import "./solid-ark.css";
1
2
  import { addEventListener as e, className as t, createComponent as n, delegateEvents as r, effect as i, insert as a, memo as o, setAttribute as s, style as c, template as l } from "solid-js/web";
2
3
  import { For as u, Show as d, createSignal as f, mergeProps as p } from "solid-js";
3
4
  import { Checkbox as m } from "@ark-ui/solid/checkbox";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vanstack/solid-ark",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -65,9 +65,9 @@
65
65
  "vite-plugin-solid": "^2.11.0",
66
66
  "zod": "^4.4.0",
67
67
  "@vanstack/eslint-config": "0.0.1",
68
+ "@vanstack/prettier-config": "0.0.1",
68
69
  "@vanstack/vite-config": "0.0.1",
69
- "@vanstack/tsconfig": "0.0.1",
70
- "@vanstack/prettier-config": "0.0.1"
70
+ "@vanstack/tsconfig": "0.0.1"
71
71
  },
72
72
  "scripts": {
73
73
  "build": "tsc --noEmit && vite build",