release: WRNexusJS 0.8.3
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
import Button from "./button.wrn"
|
||||
import Checkbox from "./Checkbox.wrn"
|
||||
import Input from "./Input.wrn"
|
||||
import PinInput from "./PinInput.wrn"
|
||||
|
||||
component AuthForm {
|
||||
outputs {
|
||||
submit(payload: { event: Event; mode: string; action: string })
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import FeatureCard from "./FeatureCard.wrn"
|
||||
|
||||
component FeatureGrid {
|
||||
props {
|
||||
size: string = "default"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import TextLink from "./TextLink.wrn"
|
||||
|
||||
component FeatureIconCard {
|
||||
props {
|
||||
icon: string = "icon-[lucide--sparkles]"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import Badge from "./Badge.wrn"
|
||||
|
||||
component Hero {
|
||||
props {
|
||||
eyebrow: string = ""
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import Button from "./button.wrn"
|
||||
|
||||
component HeroActions {
|
||||
props {
|
||||
actions: unknown[] = []
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
import SectionHeader from "./SectionHeader.wrn"
|
||||
import TextLink from "./TextLink.wrn"
|
||||
|
||||
component MarketingSectionHeader {
|
||||
props {
|
||||
id: string = ""
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import MetricCard from "./MetricCard.wrn"
|
||||
|
||||
component MetricGrid {
|
||||
outputs {
|
||||
select(payload: { item: string | number | boolean | null | object; itemIndex: number; sourceEvent: Event })
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
import Breadcrumb from "./Breadcrumb.wrn"
|
||||
import Button from "./button.wrn"
|
||||
|
||||
component PageHeader {
|
||||
props {
|
||||
eyebrow: string = ""
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import Container from "./Container.wrn"
|
||||
|
||||
component Section {
|
||||
props {
|
||||
id: string = ""
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@wrnexus/ui",
|
||||
"version": "0.8.2",
|
||||
"version": "0.8.3",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
||||
Reference in New Issue
Block a user