@lift-html/solid
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -0,3 +1,3 @@ | ||
import { type Attributes, type LiftBaseClass, type LiftBaseConstructor, type LiftOptions } from "@lift-html/core"; | ||
export type { Attributes, Htmlify, KnownElements, LiftBaseClass, LiftBaseConstructor, LiftOptions, Reactify, Solidify, } from "@lift-html/core"; | ||
import { type Attributes, type LiftBaseClass, type LiftBaseConstructor, type LiftOptions } from "@lift-html/core"; | ||
/** | ||
@@ -4,0 +4,0 @@ * Creates a custom element. The `init` function is called when the element is |
{ | ||
"name": "@lift-html/solid", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "lift-html is a tiny library for building HTML Web Components, components that are meant to enhance existing HTML on the page instead of rendering it on the client or hydrating it. It utilizes SolidJS to make attributes reactive, uses signals for state management and uses hooks to better manipulate the DOM", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -0,3 +1,3 @@ | ||
import { type Attributes, type LiftBaseClass, type LiftBaseConstructor, type LiftOptions } from "@lift-html/core"; | ||
export type { Attributes, Htmlify, KnownElements, LiftBaseClass, LiftBaseConstructor, LiftOptions, Reactify, Solidify, } from "@lift-html/core"; | ||
import { type Attributes, type LiftBaseClass, type LiftBaseConstructor, type LiftOptions } from "@lift-html/core"; | ||
/** | ||
@@ -4,0 +4,0 @@ * Creates a custom element. The `init` function is called when the element is |
// PUBLIC DOMAIN: https://github.com/JLarky/lift-html/blob/main/packages/solid/mod.ts | ||
import { createRoot, createSignal } from "solid-js"; | ||
import { | ||
type Attributes, | ||
type LiftBaseClass, | ||
type LiftBaseConstructor, | ||
liftHtml, | ||
type LiftOptions, | ||
} from "@lift-html/core"; | ||
export type { | ||
@@ -13,10 +21,2 @@ Attributes, | ||
} from "@lift-html/core"; | ||
import { createRoot, createSignal } from "solid-js"; | ||
import { | ||
type Attributes, | ||
type LiftBaseClass, | ||
type LiftBaseConstructor, | ||
liftHtml, | ||
type LiftOptions, | ||
} from "@lift-html/core"; | ||
@@ -23,0 +23,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet