diff --git a/app/pages/404.wrn b/app/pages/404.wrn index e6941262..961a1dc5 100644 --- a/app/pages/404.wrn +++ b/app/pages/404.wrn @@ -7,10 +7,10 @@ page Pagenotfound { view {
-
W WRNexusJS
+
W WRNexusJS
- +
} diff --git a/app/pages/access.wrn b/app/pages/access.wrn index 06437ecd..fa875453 100644 --- a/app/pages/access.wrn +++ b/app/pages/access.wrn @@ -7,10 +7,10 @@ page Access { view {
-
W WRNexusJS
+
W WRNexusJS
-

Request preview access

WRNexusJS 0.2.65 packages are not available from the public npm registry. Installation requires approval and private registry credentials supplied by WorkRoot. Never paste registry tokens into source control, issue reports, or support messages.

Request process

  1. Contact WorkRoot through the public contact path at workroot.in.
  2. Describe the application, team, expected deployment, and Bun environment.
  3. After approval, follow the registry instructions supplied privately.
  4. Use the canonical scaffold command below only after authentication.
bunx @wrnexus/cli@0.2.65 create my-app

Access approval, response time, licensing terms, and support level remain owner-controlled. This site does not collect access requests directly.

- +

Request preview access

WRNexusJS 0.2.66 packages are not available from the public npm registry. Installation requires approval and private registry credentials supplied by WorkRoot. Never paste registry tokens into source control, issue reports, or support messages.

Request process

  1. Contact WorkRoot through the public contact path at workroot.in.
  2. Describe the application, team, expected deployment, and Bun environment.
  3. After approval, follow the registry instructions supplied privately.
  4. Use the canonical scaffold command below only after authentication.
bunx @wrnexus/cli@0.2.66 create my-app

Access approval, response time, licensing terms, and support level remain owner-controlled. This site does not collect access requests directly.

+
} diff --git a/app/pages/architecture.wrn b/app/pages/architecture.wrn index e64cefd6..95d69c2d 100644 --- a/app/pages/architecture.wrn +++ b/app/pages/architecture.wrn @@ -7,10 +7,10 @@ page Architecture { view {
-
W WRNexusJS
+
W WRNexusJS
-
Framework architecture · 0.2.65

Architecture

WRNexusJS is Bun-native and SSR-first. File discovery maps pages and API handlers; middleware enriches or short-circuits a request; the compiler turns .wrn declarations into server render functions and small feature runtimes.

Request and build lifecycle

  1. DiscoverPages, APIs, middleware, components, layouts, schemas, rooms
  2. CompileParse .wrn, validate grammar, generate server code
  3. RequestLimits, security, locale, session, middleware
  4. MatchStatic and dynamic file route
  5. RenderSSR data, escaped interpolation, components, metadata
  6. EnhanceOnly required reactive/directive runtimes

Package boundaries

core owns contexts, middleware, sessions and rooms; router discovers routes; compiler parses .wrn; ssr renders documents; csr supplies browser runtimes; dev-server and cli orchestrate development and builds.

Security and data flow

Validation happens at trust boundaries. Session authentication establishes identity; authorization makes resource decisions. CSP, Trusted Types, CSRF, upload checks, WebSocket origins, request limits, and output escaping are layered controls—not substitutes for application policy.

Realtime and scale

Rooms are process-local unless connected through pub/sub. Redis-backed pub/sub distributes events. Queue durability depends on the selected driver and must be evaluated explicitly.

Workspaces and gateways

The gateway can dispatch multiple applications while preserving route, component, asset, config, and session boundaries. Validate host routing and isolation before production.

Build and deployment

wrnexus build . produces dist/server.js and hashed/static assets. Run the server with Bun, apply migrations before traffic, terminate TLS at a trusted edge, and forward only expected proxy headers.

Mobile

Mobile compatibility bridges SSR-safe Capacitor capabilities; native route generation is experimental and is not general web portability. Test each target platform.

Generated files and limits

app/routes.gen.ts, .wrnexus/, and dist/ are generated. The runtime is Bun-only. Preview packages are private. Historical compatibility and long-term support policy are not yet published.

- +
Framework architecture · 0.2.66

Architecture

WRNexusJS is Bun-native and SSR-first. File discovery maps pages and API handlers; middleware enriches or short-circuits a request; the compiler turns .wrn declarations into server render functions and small feature runtimes.

Request and build lifecycle

  1. DiscoverPages, APIs, middleware, components, layouts, schemas, rooms
  2. CompileParse .wrn, validate grammar, generate server code
  3. RequestLimits, security, locale, session, middleware
  4. MatchStatic and dynamic file route
  5. RenderSSR data, escaped interpolation, components, metadata
  6. EnhanceOnly required reactive/directive runtimes

Package boundaries

core owns contexts, middleware, sessions and rooms; router discovers routes; compiler parses .wrn; ssr renders documents; csr supplies browser runtimes; dev-server and cli orchestrate development and builds.

Security and data flow

Validation happens at trust boundaries. Session authentication establishes identity; authorization makes resource decisions. CSP, Trusted Types, CSRF, upload checks, WebSocket origins, request limits, and output escaping are layered controls—not substitutes for application policy.

Realtime and scale

Rooms are process-local unless connected through pub/sub. Redis-backed pub/sub distributes events. Queue durability depends on the selected driver and must be evaluated explicitly.

Workspaces and gateways

The gateway can dispatch multiple applications while preserving route, component, asset, config, and session boundaries. Validate host routing and isolation before production.

Build and deployment

wrnexus build . produces dist/server.js and hashed/static assets. Run the server with Bun, apply migrations before traffic, terminate TLS at a trusted edge, and forward only expected proxy headers.

Mobile

Mobile compatibility bridges SSR-safe Capacitor capabilities; native route generation is experimental and is not general web portability. Test each target platform.

Generated files and limits

app/routes.gen.ts, .wrnexus/, and dist/ are generated. The runtime is Bun-only. Preview packages are private. Historical compatibility and long-term support policy are not yet published.

+
} diff --git a/app/pages/benchmarks.wrn b/app/pages/benchmarks.wrn index 7f72de72..736d52b8 100644 --- a/app/pages/benchmarks.wrn +++ b/app/pages/benchmarks.wrn @@ -7,10 +7,10 @@ page Benchmarks { view {
-
W WRNexusJS
+
W WRNexusJS

Benchmarks

No publishable benchmark dataset yet

No comparative speed claims are published. A valid baseline must record scripts, commit, Bun/framework versions, hardware, OS, warmup, samples, workload, raw results, median, percentiles, memory, HTML size, browser JavaScript size, and run date.

The roadmap starts with WRNexusJS-only measurements before any maintained equivalent-workload comparison.

- +
} diff --git a/app/pages/changelog.wrn b/app/pages/changelog.wrn index d65745f4..c6174ce3 100644 --- a/app/pages/changelog.wrn +++ b/app/pages/changelog.wrn @@ -7,10 +7,10 @@ page Changelog { view {
-
W WRNexusJS
+
W WRNexusJS
-

Changelog

0.2.65 2026-07-13

Documentation is aligned to all 26 installed packages. This release adds @wrnexus/helpers, original-request URL helpers, safe login redirects, working wrnexus workspace add, and forward-auth redirect propagation.

Migration notes

Run wrnexus update --latest and keep every @wrnexus/* package on 0.2.65. Existing applications must explicitly add @wrnexus/helpers before importing it; newly scaffolded applications include it automatically.

Versioning and support

The packages use semantic-looking versions, but a formal compatibility and old-release support policy has not been approved. Preview consumers should treat minor releases as potentially requiring migration review.

- +

Changelog

0.2.66 2026-07-13

Documentation is aligned to all 26 installed packages. This release adds @wrnexus/helpers, original-request URL helpers, safe login redirects, working wrnexus workspace add, and forward-auth redirect propagation.

Migration notes

Run wrnexus update --latest and keep every @wrnexus/* package on 0.2.66. Existing applications must explicitly add @wrnexus/helpers before importing it; newly scaffolded applications include it automatically.

Versioning and support

The packages use semantic-looking versions, but a formal compatibility and old-release support policy has not been approved. Preview consumers should treat minor releases as potentially requiring migration review.

+
} diff --git a/app/pages/components.wrn b/app/pages/components.wrn index 7910d6f1..fd999269 100644 --- a/app/pages/components.wrn +++ b/app/pages/components.wrn @@ -12,7 +12,7 @@ page Components {
W WRNexusJS - +
@wrnexus/ui · 901 components

Component reference

Production-ready, server-rendered components documented directly from the installed .wrn sources.

Showing {category} components

actions

AcceptAllCookiesButton

Reusable accept all cookies button component.

6 props1 slots0 events
View component →
@@ -916,7 +916,7 @@ page Components { content

WorkspaceSwitcher

Reusable workspace switcher component.

8 props1 slots0 events
View component →
forms

YearPicker

Reusable year picker component.

11 props1 slots0 events
View component →
content

ZoomSlider

Reusable zoom slider component.

8 props1 slots0 events
View component →
- + } diff --git a/app/pages/components/accept-all-cookies-button.wrn b/app/pages/components/accept-all-cookies-button.wrn index 1aa2a508..d66c2feb 100644 --- a/app/pages/components/accept-all-cookies-button.wrn +++ b/app/pages/components/accept-all-cookies-button.wrn @@ -10,10 +10,10 @@ page AcceptAllCookiesButtoncomponent {
W WRNexusJS - +
-
actions component

AcceptAllCookiesButton

Reusable accept all cookies button component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AcceptAllCookiesButton
+      
actions component

AcceptAllCookiesButton

Reusable accept all cookies button component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AcceptAllCookiesButton
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page AcceptAllCookiesButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/accessible-accordion.wrn b/app/pages/components/accessible-accordion.wrn index 7659140f..cd3a5c36 100644 --- a/app/pages/components/accessible-accordion.wrn +++ b/app/pages/components/accessible-accordion.wrn @@ -10,10 +10,10 @@ page AccessibleAccordioncomponent {
W WRNexusJS - +
-
content component

AccessibleAccordion

Reusable accessible accordion component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccessibleAccordion
+      
content component

AccessibleAccordion

Reusable accessible accordion component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccessibleAccordion
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page AccessibleAccordioncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/accessible-carousel.wrn b/app/pages/components/accessible-carousel.wrn index 45139084..e12d896d 100644 --- a/app/pages/components/accessible-carousel.wrn +++ b/app/pages/components/accessible-carousel.wrn @@ -10,10 +10,10 @@ page AccessibleCarouselcomponent {
W WRNexusJS - +
-
content component

AccessibleCarousel

Reusable accessible carousel component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccessibleCarousel
+      
content component

AccessibleCarousel

Reusable accessible carousel component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccessibleCarousel
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page AccessibleCarouselcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/accessible-chart-summary.wrn b/app/pages/components/accessible-chart-summary.wrn index bc385ca0..bc494fb0 100644 --- a/app/pages/components/accessible-chart-summary.wrn +++ b/app/pages/components/accessible-chart-summary.wrn @@ -10,10 +10,10 @@ page AccessibleChartSummarycomponent {
W WRNexusJS - +
-
content component

AccessibleChartSummary

Reusable accessible chart summary component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccessibleChartSummary
+      
content component

AccessibleChartSummary

Reusable accessible chart summary component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccessibleChartSummary
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -54,7 +54,7 @@ page AccessibleChartSummarycomponent {
     }
 }
 
- + } diff --git a/app/pages/components/accessible-dialog.wrn b/app/pages/components/accessible-dialog.wrn index 89a2aee9..794be420 100644 --- a/app/pages/components/accessible-dialog.wrn +++ b/app/pages/components/accessible-dialog.wrn @@ -10,10 +10,10 @@ page AccessibleDialogcomponent {
W WRNexusJS - +
-
overlays component

AccessibleDialog

Reusable accessible dialog component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccessibleDialog
+      
overlays component

AccessibleDialog

Reusable accessible dialog component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccessibleDialog
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page AccessibleDialogcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/accessible-error-summary.wrn b/app/pages/components/accessible-error-summary.wrn index cf809dc8..de1e0aae 100644 --- a/app/pages/components/accessible-error-summary.wrn +++ b/app/pages/components/accessible-error-summary.wrn @@ -10,10 +10,10 @@ page AccessibleErrorSummarycomponent {
W WRNexusJS - +
-
content component

AccessibleErrorSummary

Reusable accessible error summary component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccessibleErrorSummary
+      
content component

AccessibleErrorSummary

Reusable accessible error summary component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccessibleErrorSummary
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page AccessibleErrorSummarycomponent {
     }
 }
 
- + } diff --git a/app/pages/components/accessible-icon.wrn b/app/pages/components/accessible-icon.wrn index 737456fb..340573d3 100644 --- a/app/pages/components/accessible-icon.wrn +++ b/app/pages/components/accessible-icon.wrn @@ -10,10 +10,10 @@ page AccessibleIconcomponent {
W WRNexusJS - +
-
content component

AccessibleIcon

Reusable accessible icon component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccessibleIcon
+      
content component

AccessibleIcon

Reusable accessible icon component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccessibleIcon
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page AccessibleIconcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/accessible-menu.wrn b/app/pages/components/accessible-menu.wrn index a0fd5845..03e549eb 100644 --- a/app/pages/components/accessible-menu.wrn +++ b/app/pages/components/accessible-menu.wrn @@ -10,10 +10,10 @@ page AccessibleMenucomponent {
W WRNexusJS - +
-
overlays component

AccessibleMenu

Reusable accessible menu component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccessibleMenu
+      
overlays component

AccessibleMenu

Reusable accessible menu component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccessibleMenu
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page AccessibleMenucomponent {
     }
 }
 
- + } diff --git a/app/pages/components/accessible-tabs.wrn b/app/pages/components/accessible-tabs.wrn index 295b45c1..1140a8b6 100644 --- a/app/pages/components/accessible-tabs.wrn +++ b/app/pages/components/accessible-tabs.wrn @@ -10,10 +10,10 @@ page AccessibleTabscomponent {
W WRNexusJS - +
-
content component

AccessibleTabs

Reusable accessible tabs component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccessibleTabs
+      
content component

AccessibleTabs

Reusable accessible tabs component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccessibleTabs
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page AccessibleTabscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/accessible-tooltip.wrn b/app/pages/components/accessible-tooltip.wrn index 932230c1..716e63d0 100644 --- a/app/pages/components/accessible-tooltip.wrn +++ b/app/pages/components/accessible-tooltip.wrn @@ -10,10 +10,10 @@ page AccessibleTooltipcomponent {
W WRNexusJS - +
-
content component

AccessibleTooltip

Reusable accessible tooltip component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccessibleTooltip
+      
content component

AccessibleTooltip

Reusable accessible tooltip component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccessibleTooltip
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page AccessibleTooltipcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/accordion.wrn b/app/pages/components/accordion.wrn index b4eb17bd..324ac886 100644 --- a/app/pages/components/accordion.wrn +++ b/app/pages/components/accordion.wrn @@ -10,10 +10,10 @@ page Accordioncomponent {
W WRNexusJS - +
-
content component

Accordion

Reusable accordion component.

@wrnexus/ui 0.2.653 props1 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Accordion
+      
content component

Accordion

Reusable accordion component.

@wrnexus/ui 0.2.663 props1 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Accordion
   title="Question"
   open="false"
 />

Legacy mount name: data-component="Accordion".

Props and attributes

PropTypeRequirementDefault
classstringOptional""
titlestringOptional"Question"
openbooleanOptionalfalse

Slots

  • default

Events

  • click

Source contract

Installed source: components/Accordion.wrn

component Accordion {
@@ -48,7 +48,7 @@ page Accordioncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/account-menu.wrn b/app/pages/components/account-menu.wrn index 5493332c..2684d99a 100644 --- a/app/pages/components/account-menu.wrn +++ b/app/pages/components/account-menu.wrn @@ -10,10 +10,10 @@ page AccountMenucomponent {
W WRNexusJS - +
-
overlays component

AccountMenu

Reusable account menu component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccountMenu
+      
overlays component

AccountMenu

Reusable account menu component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccountMenu
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page AccountMenucomponent {
     }
 }
 
- + } diff --git a/app/pages/components/account-status-banner.wrn b/app/pages/components/account-status-banner.wrn index be7868f7..1f540a13 100644 --- a/app/pages/components/account-status-banner.wrn +++ b/app/pages/components/account-status-banner.wrn @@ -10,10 +10,10 @@ page AccountStatusBannercomponent {
W WRNexusJS - +
-
feedback component

AccountStatusBanner

Reusable account status banner component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccountStatusBanner
+      
feedback component

AccountStatusBanner

Reusable account status banner component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AccountStatusBanner
   label="AccountStatus"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page AccountStatusBannercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/action-menu.wrn b/app/pages/components/action-menu.wrn index 84027283..3de65b5a 100644 --- a/app/pages/components/action-menu.wrn +++ b/app/pages/components/action-menu.wrn @@ -10,10 +10,10 @@ page ActionMenucomponent {
W WRNexusJS - +
-
overlays component

ActionMenu

Reusable action menu component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ActionMenu
+      
overlays component

ActionMenu

Reusable action menu component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ActionMenu
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page ActionMenucomponent {
     }
 }
 
- + } diff --git a/app/pages/components/active-filter-list.wrn b/app/pages/components/active-filter-list.wrn index 10a26328..6ad31129 100644 --- a/app/pages/components/active-filter-list.wrn +++ b/app/pages/components/active-filter-list.wrn @@ -10,10 +10,10 @@ page ActiveFilterListcomponent {
W WRNexusJS - +
-
data component

ActiveFilterList

Reusable active filter list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ActiveFilterList
+      
data component

ActiveFilterList

Reusable active filter list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ActiveFilterList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ActiveFilterListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/activity-list.wrn b/app/pages/components/activity-list.wrn index 46f9d294..49411b26 100644 --- a/app/pages/components/activity-list.wrn +++ b/app/pages/components/activity-list.wrn @@ -10,10 +10,10 @@ page ActivityListcomponent {
W WRNexusJS - +
-
data component

ActivityList

Reusable activity list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ActivityList
+      
data component

ActivityList

Reusable activity list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ActivityList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ActivityListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/add-on-card.wrn b/app/pages/components/add-on-card.wrn index b8fbeb95..509dcc4f 100644 --- a/app/pages/components/add-on-card.wrn +++ b/app/pages/components/add-on-card.wrn @@ -10,10 +10,10 @@ page AddOnCardcomponent {
W WRNexusJS - +
-
content component

AddOnCard

Reusable add on card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AddOnCard
+      
content component

AddOnCard

Reusable add on card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AddOnCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page AddOnCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/address-input.wrn b/app/pages/components/address-input.wrn index c4243c58..c8dc4433 100644 --- a/app/pages/components/address-input.wrn +++ b/app/pages/components/address-input.wrn @@ -10,10 +10,10 @@ page AddressInputcomponent {
W WRNexusJS - +
-
forms component

AddressInput

Reusable address input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AddressInput
+      
forms component

AddressInput

Reusable address input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AddressInput
   label="Address"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page AddressInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/address-preview.wrn b/app/pages/components/address-preview.wrn index e2f68880..cf96bf5e 100644 --- a/app/pages/components/address-preview.wrn +++ b/app/pages/components/address-preview.wrn @@ -10,10 +10,10 @@ page AddressPreviewcomponent {
W WRNexusJS - +
-
content component

AddressPreview

Reusable address preview component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AddressPreview
+      
content component

AddressPreview

Reusable address preview component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AddressPreview
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page AddressPreviewcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/advanced-filter-builder.wrn b/app/pages/components/advanced-filter-builder.wrn index 6e4426ea..642b8abe 100644 --- a/app/pages/components/advanced-filter-builder.wrn +++ b/app/pages/components/advanced-filter-builder.wrn @@ -10,10 +10,10 @@ page AdvancedFilterBuildercomponent {
W WRNexusJS - +
-
content component

AdvancedFilterBuilder

Reusable advanced filter builder component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AdvancedFilterBuilder
+      
content component

AdvancedFilterBuilder

Reusable advanced filter builder component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AdvancedFilterBuilder
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page AdvancedFilterBuildercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/alert-dialog.wrn b/app/pages/components/alert-dialog.wrn index a2840a5b..6783371b 100644 --- a/app/pages/components/alert-dialog.wrn +++ b/app/pages/components/alert-dialog.wrn @@ -10,10 +10,10 @@ page AlertDialogcomponent {
W WRNexusJS - +
-
overlays component

AlertDialog

Reusable alert dialog component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AlertDialog
+      
overlays component

AlertDialog

Reusable alert dialog component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AlertDialog
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page AlertDialogcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/alert.wrn b/app/pages/components/alert.wrn index ac566d9a..2314568b 100644 --- a/app/pages/components/alert.wrn +++ b/app/pages/components/alert.wrn @@ -10,10 +10,10 @@ page Alertcomponent {
W WRNexusJS - +
-
feedback component

Alert

Reusable alert component.

@wrnexus/ui 0.2.655 props1 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Alert
+      
feedback component

Alert

Reusable alert component.

@wrnexus/ui 0.2.665 props1 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Alert
   title="Notice"
   description="description"
   variant="info"
@@ -62,7 +62,7 @@ page Alertcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/amount-input.wrn b/app/pages/components/amount-input.wrn index 7383630d..19ca9f47 100644 --- a/app/pages/components/amount-input.wrn +++ b/app/pages/components/amount-input.wrn @@ -10,10 +10,10 @@ page AmountInputcomponent {
W WRNexusJS - +
-
forms component

AmountInput

Reusable amount input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AmountInput
+      
forms component

AmountInput

Reusable amount input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AmountInput
   label="Amount"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page AmountInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/analytics-dashboard-preview.wrn b/app/pages/components/analytics-dashboard-preview.wrn index 88415f8b..6192910f 100644 --- a/app/pages/components/analytics-dashboard-preview.wrn +++ b/app/pages/components/analytics-dashboard-preview.wrn @@ -10,10 +10,10 @@ page AnalyticsDashboardPreviewcomponent {
W WRNexusJS - +
-
content component

AnalyticsDashboardPreview

Reusable analytics dashboard preview component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AnalyticsDashboardPreview
+      
content component

AnalyticsDashboardPreview

Reusable analytics dashboard preview component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AnalyticsDashboardPreview
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -81,7 +81,7 @@ page AnalyticsDashboardPreviewcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/anchor-navigation.wrn b/app/pages/components/anchor-navigation.wrn index 8df21378..1fb403c9 100644 --- a/app/pages/components/anchor-navigation.wrn +++ b/app/pages/components/anchor-navigation.wrn @@ -10,10 +10,10 @@ page AnchorNavigationcomponent {
W WRNexusJS - +
-
layout component

AnchorNavigation

Reusable anchor navigation component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AnchorNavigation
+      
layout component

AnchorNavigation

Reusable anchor navigation component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AnchorNavigation
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page AnchorNavigationcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/announcement-bar.wrn b/app/pages/components/announcement-bar.wrn index b1dd8729..6f1f36eb 100644 --- a/app/pages/components/announcement-bar.wrn +++ b/app/pages/components/announcement-bar.wrn @@ -10,10 +10,10 @@ page AnnouncementBarcomponent {
W WRNexusJS - +
-
core component

AnnouncementBar

Reusable announcement bar component.

@wrnexus/ui 0.2.657 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AnnouncementBar
+      
core component

AnnouncementBar

Reusable announcement bar component.

@wrnexus/ui 0.2.667 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AnnouncementBar
   badge="New"
   message="WRNexusJS Organizations is now available."
   description="Build secure multi-tenant applications with teams, roles, domains, and enterprise SSO."
@@ -21,13 +21,20 @@ page AnnouncementBarcomponent {
   actionLabel="Explore organizations"
 />

Legacy mount name: data-component="AnnouncementBar".

Props and attributes

PropTypeRequirementDefault
classstringOptional""
badgestringOptional"New"
messagestringOptional"WRNexusJS Organizations is now available."
descriptionstringOptional"Build secure multi-tenant applications with teams, roles, domains, and enterprise SSO."
hrefstringOptional"/organizations"
actionLabelstringOptional"Explore organizations"
ariaLabelstringOptional"Announcement"

Slots

This component does not declare a slot.

Events

  • click

Source contract

Installed source: components/AnnouncementBar.wrn

component AnnouncementBar {
     props {
-        class = ""
-        badge = "New"
-        message = "WRNexusJS Organizations is now available."
-        description = "Build secure multi-tenant applications with teams, roles, domains, and enterprise SSO."
-        href = "/organizations"
-        actionLabel = "Explore organizations"
-        ariaLabel = "Announcement"
+        class: string = ""
+        badge: string = "New"
+        message: string = "WRNexusJS Organizations is now available."
+        description: string = "Build secure multi-tenant applications with teams, roles, domains, and enterprise SSO."
+        href: string = "/organizations"
+        actionLabel: string = "Explore organizations"
+        ariaLabel: string = "Announcement"
+        badgeIcon: string = "icon-[lucide--sparkles]"
+        actionIcon: string = "icon-[lucide--arrow-right]"
+        dismissLabel: string = "Dismiss announcement"
+        showBadge: boolean = true
+        showDescription: boolean = true
+        showAction: boolean = true
+        dismissible: boolean = true
     }
 
     state visible = true
@@ -54,10 +61,10 @@ page AnnouncementBarcomponent {
             >
         <div class="flex min-w-0 flex-1 items-center justify-center gap-3">
         <!-- Badge -->
-        <span
+        <span data-show="showBadge"
                         class="hidden shrink-0 items-center gap-1.5 rounded-full bg-indigo-600 px-2.5 py-1 text-[10px] font-bold uppercase tracking-[0.12em] text-white shadow-sm sm:inline-flex"
                     >
-        <span class="icon-[lucide--sparkles] h-3 w-3" aria-hidden="true" >
+        <span class="{badgeIcon} h-3 w-3" aria-hidden="true" >
         </span>
 
                         {badge}
@@ -69,23 +76,23 @@ page AnnouncementBarcomponent {
         <span class="font-semibold text-slate-950 dark:text-white">
                             {message}
                         </span>
-        <span class="hidden md:inline">
+        <span data-show="showDescription" class="hidden md:inline">
                             {description}
                         </span>
         </p>
         <!-- CTA -->
-        <a
+        <a data-show="showAction"
                         href="{href}"
                         class="group hidden shrink-0 items-center gap-1.5 text-xs font-bold text-indigo-700 transition hover:text-indigo-900 dark:text-indigo-300 dark:hover:text-indigo-200 sm:inline-flex"
                     >
                         {actionLabel}
 
-                        <span class="icon-[lucide--arrow-right] h-3.5 w-3.5 transition-transform group-hover:translate-x-0.5" aria-hidden="true" >
+                        <span class="{actionIcon} h-3.5 w-3.5 transition-transform group-hover:translate-x-0.5" aria-hidden="true" >
         </span>
         </a>
         </div>
         <!-- Mobile CTA -->
-        <a
+        <a data-show="showAction"
                     href="{href}"
                     aria-label="{actionLabel}"
                     class="grid h-8 w-8 shrink-0 place-items-center rounded-lg bg-indigo-100 text-indigo-700 transition hover:bg-indigo-200 dark:bg-indigo-500/15 dark:text-indigo-300 dark:hover:bg-indigo-500/25 sm:hidden"
@@ -94,10 +101,10 @@ page AnnouncementBarcomponent {
         </span>
         </a>
         <!-- Close -->
-        <button
+        <button data-show="dismissible"
                     type="button"
                     @click="visible = false"
-                    aria-label="Dismiss announcement"
+                    aria-label="{dismissLabel}"
                     class="grid h-8 w-8 shrink-0 place-items-center rounded-lg text-slate-500 transition hover:bg-indigo-100 hover:text-slate-950 focus:outline-none focus-visible:ring-2 focus-visible:ring-indigo-500 dark:text-slate-400 dark:hover:bg-white/10 dark:hover:text-white"
                 >
         <span class="icon-[lucide--x] h-4 w-4" aria-hidden="true" >
@@ -108,7 +115,7 @@ page AnnouncementBarcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/apartment-input.wrn b/app/pages/components/apartment-input.wrn index 3cf87f9b..ec96ab3f 100644 --- a/app/pages/components/apartment-input.wrn +++ b/app/pages/components/apartment-input.wrn @@ -10,10 +10,10 @@ page ApartmentInputcomponent {
W WRNexusJS - +
-
forms component

ApartmentInput

Reusable apartment input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApartmentInput
+      
forms component

ApartmentInput

Reusable apartment input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApartmentInput
   label="Apartment"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ApartmentInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/api-authentication-notice.wrn b/app/pages/components/api-authentication-notice.wrn index bda3efd0..b4592313 100644 --- a/app/pages/components/api-authentication-notice.wrn +++ b/app/pages/components/api-authentication-notice.wrn @@ -10,10 +10,10 @@ page ApiAuthenticationNoticecomponent {
W WRNexusJS - +
-
feedback component

ApiAuthenticationNotice

Reusable api authentication notice component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiAuthenticationNotice
+      
feedback component

ApiAuthenticationNotice

Reusable api authentication notice component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiAuthenticationNotice
   label="ApiAuthentication"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ApiAuthenticationNoticecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/api-endpoint-card.wrn b/app/pages/components/api-endpoint-card.wrn index d08b537b..daa0abfa 100644 --- a/app/pages/components/api-endpoint-card.wrn +++ b/app/pages/components/api-endpoint-card.wrn @@ -10,10 +10,10 @@ page ApiEndpointCardcomponent {
W WRNexusJS - +
-
content component

ApiEndpointCard

Reusable api endpoint card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiEndpointCard
+      
content component

ApiEndpointCard

Reusable api endpoint card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiEndpointCard
   method="GET"
   path="/api/example"
   eyebrow="eyebrow"
@@ -61,7 +61,7 @@ page ApiEndpointCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/api-error-example.wrn b/app/pages/components/api-error-example.wrn index b8a64e30..0080c5ba 100644 --- a/app/pages/components/api-error-example.wrn +++ b/app/pages/components/api-error-example.wrn @@ -10,10 +10,10 @@ page ApiErrorExamplecomponent {
W WRNexusJS - +
-
content component

ApiErrorExample

Reusable api error example component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiErrorExample
+      
content component

ApiErrorExample

Reusable api error example component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiErrorExample
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ApiErrorExamplecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/api-header-table.wrn b/app/pages/components/api-header-table.wrn index a077cc78..67586619 100644 --- a/app/pages/components/api-header-table.wrn +++ b/app/pages/components/api-header-table.wrn @@ -10,10 +10,10 @@ page ApiHeaderTablecomponent {
W WRNexusJS - +
-
data component

ApiHeaderTable

Reusable api header table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiHeaderTable
+      
data component

ApiHeaderTable

Reusable api header table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiHeaderTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ApiHeaderTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/api-key-create-dialog.wrn b/app/pages/components/api-key-create-dialog.wrn index b7d7cb8d..0ae53367 100644 --- a/app/pages/components/api-key-create-dialog.wrn +++ b/app/pages/components/api-key-create-dialog.wrn @@ -10,10 +10,10 @@ page ApiKeyCreateDialogcomponent {
W WRNexusJS - +
-
overlays component

ApiKeyCreateDialog

Reusable api key create dialog component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiKeyCreateDialog
+      
overlays component

ApiKeyCreateDialog

Reusable api key create dialog component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiKeyCreateDialog
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page ApiKeyCreateDialogcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/api-key-display.wrn b/app/pages/components/api-key-display.wrn index 9a7a409e..299afdf6 100644 --- a/app/pages/components/api-key-display.wrn +++ b/app/pages/components/api-key-display.wrn @@ -10,10 +10,10 @@ page ApiKeyDisplaycomponent {
W WRNexusJS - +
-
content component

ApiKeyDisplay

Reusable api key display component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiKeyDisplay
+      
content component

ApiKeyDisplay

Reusable api key display component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiKeyDisplay
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ApiKeyDisplaycomponent {
     }
 }
 
- + } diff --git a/app/pages/components/api-key-input.wrn b/app/pages/components/api-key-input.wrn index c8c62b4d..76d9b61e 100644 --- a/app/pages/components/api-key-input.wrn +++ b/app/pages/components/api-key-input.wrn @@ -10,10 +10,10 @@ page ApiKeyInputcomponent {
W WRNexusJS - +
-
forms component

ApiKeyInput

Reusable api key input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiKeyInput
+      
forms component

ApiKeyInput

Reusable api key input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiKeyInput
   label="ApiKey"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ApiKeyInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/api-method-badge.wrn b/app/pages/components/api-method-badge.wrn index a2032e11..30ded3ad 100644 --- a/app/pages/components/api-method-badge.wrn +++ b/app/pages/components/api-method-badge.wrn @@ -10,10 +10,10 @@ page ApiMethodBadgecomponent {
W WRNexusJS - +
-
feedback component

ApiMethodBadge

Reusable api method badge component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiMethodBadge
+      
feedback component

ApiMethodBadge

Reusable api method badge component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiMethodBadge
   label="ApiMethod"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ApiMethodBadgecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/api-parameter-table.wrn b/app/pages/components/api-parameter-table.wrn index 03b50c75..74b6c6cc 100644 --- a/app/pages/components/api-parameter-table.wrn +++ b/app/pages/components/api-parameter-table.wrn @@ -10,10 +10,10 @@ page ApiParameterTablecomponent {
W WRNexusJS - +
-
data component

ApiParameterTable

Reusable api parameter table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiParameterTable
+      
data component

ApiParameterTable

Reusable api parameter table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiParameterTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ApiParameterTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/api-rate-limit-notice.wrn b/app/pages/components/api-rate-limit-notice.wrn index ae513e02..a9ef9912 100644 --- a/app/pages/components/api-rate-limit-notice.wrn +++ b/app/pages/components/api-rate-limit-notice.wrn @@ -10,10 +10,10 @@ page ApiRateLimitNoticecomponent {
W WRNexusJS - +
-
feedback component

ApiRateLimitNotice

Reusable api rate limit notice component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiRateLimitNotice
+      
feedback component

ApiRateLimitNotice

Reusable api rate limit notice component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiRateLimitNotice
   label="ApiRateLimit"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ApiRateLimitNoticecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/api-request-example.wrn b/app/pages/components/api-request-example.wrn index b0b20624..71e64bb3 100644 --- a/app/pages/components/api-request-example.wrn +++ b/app/pages/components/api-request-example.wrn @@ -10,10 +10,10 @@ page ApiRequestExamplecomponent {
W WRNexusJS - +
-
content component

ApiRequestExample

Reusable api request example component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiRequestExample
+      
content component

ApiRequestExample

Reusable api request example component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiRequestExample
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ApiRequestExamplecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/api-response-example.wrn b/app/pages/components/api-response-example.wrn index 54b5ae40..6a167ec0 100644 --- a/app/pages/components/api-response-example.wrn +++ b/app/pages/components/api-response-example.wrn @@ -10,10 +10,10 @@ page ApiResponseExamplecomponent {
W WRNexusJS - +
-
content component

ApiResponseExample

Reusable api response example component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiResponseExample
+      
content component

ApiResponseExample

Reusable api response example component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiResponseExample
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ApiResponseExamplecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/api-schema-table.wrn b/app/pages/components/api-schema-table.wrn index 27595a4a..9d29c4d5 100644 --- a/app/pages/components/api-schema-table.wrn +++ b/app/pages/components/api-schema-table.wrn @@ -10,10 +10,10 @@ page ApiSchemaTablecomponent {
W WRNexusJS - +
-
data component

ApiSchemaTable

Reusable api schema table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiSchemaTable
+      
data component

ApiSchemaTable

Reusable api schema table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiSchemaTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ApiSchemaTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/api-schema-viewer.wrn b/app/pages/components/api-schema-viewer.wrn index 01e7c6a7..068812b8 100644 --- a/app/pages/components/api-schema-viewer.wrn +++ b/app/pages/components/api-schema-viewer.wrn @@ -10,10 +10,10 @@ page ApiSchemaViewercomponent {
W WRNexusJS - +
-
content component

ApiSchemaViewer

Reusable api schema viewer component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiSchemaViewer
+      
content component

ApiSchemaViewer

Reusable api schema viewer component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiSchemaViewer
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ApiSchemaViewercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/api-version-badge.wrn b/app/pages/components/api-version-badge.wrn index 353e14ca..a90e2518 100644 --- a/app/pages/components/api-version-badge.wrn +++ b/app/pages/components/api-version-badge.wrn @@ -10,10 +10,10 @@ page ApiVersionBadgecomponent {
W WRNexusJS - +
-
feedback component

ApiVersionBadge

Reusable api version badge component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiVersionBadge
+      
feedback component

ApiVersionBadge

Reusable api version badge component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ApiVersionBadge
   label="ApiVersion"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ApiVersionBadgecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/app-header.wrn b/app/pages/components/app-header.wrn index 5c52cd02..0ece9841 100644 --- a/app/pages/components/app-header.wrn +++ b/app/pages/components/app-header.wrn @@ -10,10 +10,10 @@ page AppHeadercomponent {
W WRNexusJS - +
-
layout component

AppHeader

Reusable app header component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AppHeader
+      
layout component

AppHeader

Reusable app header component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AppHeader
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page AppHeadercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/architecture-section.wrn b/app/pages/components/architecture-section.wrn index b6e5b8d5..fa49df55 100644 --- a/app/pages/components/architecture-section.wrn +++ b/app/pages/components/architecture-section.wrn @@ -10,10 +10,10 @@ page ArchitectureSectioncomponent {
W WRNexusJS - +
-
layout component

ArchitectureSection

Reusable architecture section component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ArchitectureSection
+      
layout component

ArchitectureSection

Reusable architecture section component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ArchitectureSection
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ArchitectureSectioncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/area-chart.wrn b/app/pages/components/area-chart.wrn index 72cfd91d..f8616a75 100644 --- a/app/pages/components/area-chart.wrn +++ b/app/pages/components/area-chart.wrn @@ -10,10 +10,10 @@ page AreaChartcomponent {
W WRNexusJS - +
-
visualization component

AreaChart

Reusable area chart component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AreaChart
+      
visualization component

AreaChart

Reusable area chart component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AreaChart
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page AreaChartcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/article-hero.wrn b/app/pages/components/article-hero.wrn index 99d997b3..095f915e 100644 --- a/app/pages/components/article-hero.wrn +++ b/app/pages/components/article-hero.wrn @@ -10,10 +10,10 @@ page ArticleHerocomponent {
W WRNexusJS - +
-
layout component

ArticleHero

Reusable article hero component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ArticleHero
+      
layout component

ArticleHero

Reusable article hero component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ArticleHero
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ArticleHerocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/article-layout.wrn b/app/pages/components/article-layout.wrn index a82a9419..ac162a90 100644 --- a/app/pages/components/article-layout.wrn +++ b/app/pages/components/article-layout.wrn @@ -10,10 +10,10 @@ page ArticleLayoutcomponent {
W WRNexusJS - +
-
layout component

ArticleLayout

Reusable article layout component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ArticleLayout
+      
layout component

ArticleLayout

Reusable article layout component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ArticleLayout
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ArticleLayoutcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/article-newsletter-cta.wrn b/app/pages/components/article-newsletter-cta.wrn index cd83e1b1..8a682e32 100644 --- a/app/pages/components/article-newsletter-cta.wrn +++ b/app/pages/components/article-newsletter-cta.wrn @@ -10,10 +10,10 @@ page ArticleNewsletterCTAcomponent {
W WRNexusJS - +
-
actions component

ArticleNewsletterCTA

Reusable article newsletter c t a component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ArticleNewsletterCTA
+      
actions component

ArticleNewsletterCTA

Reusable article newsletter c t a component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ArticleNewsletterCTA
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page ArticleNewsletterCTAcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/article-page-shell.wrn b/app/pages/components/article-page-shell.wrn index 015d8936..2916db14 100644 --- a/app/pages/components/article-page-shell.wrn +++ b/app/pages/components/article-page-shell.wrn @@ -10,10 +10,10 @@ page ArticlePageShellcomponent {
W WRNexusJS - +
-
layout component

ArticlePageShell

Reusable article page shell component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ArticlePageShell
+      
layout component

ArticlePageShell

Reusable article page shell component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ArticlePageShell
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ArticlePageShellcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/article-share-actions.wrn b/app/pages/components/article-share-actions.wrn index d765206a..e4cd8381 100644 --- a/app/pages/components/article-share-actions.wrn +++ b/app/pages/components/article-share-actions.wrn @@ -10,10 +10,10 @@ page ArticleShareActionscomponent {
W WRNexusJS - +
-
actions component

ArticleShareActions

Reusable article share actions component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ArticleShareActions
+      
actions component

ArticleShareActions

Reusable article share actions component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ArticleShareActions
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page ArticleShareActionscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/aspect-ratio.wrn b/app/pages/components/aspect-ratio.wrn index 317c04eb..33932977 100644 --- a/app/pages/components/aspect-ratio.wrn +++ b/app/pages/components/aspect-ratio.wrn @@ -10,10 +10,10 @@ page AspectRatiocomponent {
W WRNexusJS - +
-
core component

AspectRatio

Reusable aspect ratio component.

@wrnexus/ui 0.2.651 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AspectRatio />

Legacy mount name: data-component="AspectRatio".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/AspectRatio.wrn

component AspectRatio {
+      
core component

AspectRatio

Reusable aspect ratio component.

@wrnexus/ui 0.2.661 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AspectRatio />

Legacy mount name: data-component="AspectRatio".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/AspectRatio.wrn

component AspectRatio {
   props {
     class = ""
   }
@@ -24,7 +24,7 @@ page AspectRatiocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/asset-card.wrn b/app/pages/components/asset-card.wrn index 720f7bcb..5c564d9d 100644 --- a/app/pages/components/asset-card.wrn +++ b/app/pages/components/asset-card.wrn @@ -10,10 +10,10 @@ page AssetCardcomponent {
W WRNexusJS - +
-
content component

AssetCard

Reusable asset card component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AssetCard
+      
content component

AssetCard

Reusable asset card component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AssetCard
   title="title"
   description="description"
   href="href"
@@ -36,7 +36,7 @@ page AssetCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/attachment-picker.wrn b/app/pages/components/attachment-picker.wrn index e412a80d..10cc9f0f 100644 --- a/app/pages/components/attachment-picker.wrn +++ b/app/pages/components/attachment-picker.wrn @@ -10,10 +10,10 @@ page AttachmentPickercomponent {
W WRNexusJS - +
-
forms component

AttachmentPicker

Reusable attachment picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AttachmentPicker
+      
forms component

AttachmentPicker

Reusable attachment picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AttachmentPicker
   label="Attachment"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page AttachmentPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/attachment-upload.wrn b/app/pages/components/attachment-upload.wrn index 6233471a..bf5ecc8e 100644 --- a/app/pages/components/attachment-upload.wrn +++ b/app/pages/components/attachment-upload.wrn @@ -10,10 +10,10 @@ page AttachmentUploadcomponent {
W WRNexusJS - +
-
content component

AttachmentUpload

Reusable attachment upload component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AttachmentUpload
+      
content component

AttachmentUpload

Reusable attachment upload component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AttachmentUpload
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page AttachmentUploadcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/audio-upload.wrn b/app/pages/components/audio-upload.wrn index 2a93d54c..32f7836f 100644 --- a/app/pages/components/audio-upload.wrn +++ b/app/pages/components/audio-upload.wrn @@ -10,10 +10,10 @@ page AudioUploadcomponent {
W WRNexusJS - +
-
content component

AudioUpload

Reusable audio upload component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AudioUpload
+      
content component

AudioUpload

Reusable audio upload component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AudioUpload
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page AudioUploadcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/audit-log-preview.wrn b/app/pages/components/audit-log-preview.wrn index 35a27b55..6b347b1f 100644 --- a/app/pages/components/audit-log-preview.wrn +++ b/app/pages/components/audit-log-preview.wrn @@ -10,10 +10,10 @@ page AuditLogPreviewcomponent {
W WRNexusJS - +
-
content component

AuditLogPreview

Reusable audit log preview component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AuditLogPreview
+      
content component

AuditLogPreview

Reusable audit log preview component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AuditLogPreview
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page AuditLogPreviewcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/audit-table.wrn b/app/pages/components/audit-table.wrn index ed6f3634..859127f6 100644 --- a/app/pages/components/audit-table.wrn +++ b/app/pages/components/audit-table.wrn @@ -10,10 +10,10 @@ page AuditTablecomponent {
W WRNexusJS - +
-
data component

AuditTable

Reusable audit table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AuditTable
+      
data component

AuditTable

Reusable audit table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AuditTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page AuditTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/authenticator-code-input.wrn b/app/pages/components/authenticator-code-input.wrn index 314c9b04..5dc3d348 100644 --- a/app/pages/components/authenticator-code-input.wrn +++ b/app/pages/components/authenticator-code-input.wrn @@ -10,10 +10,10 @@ page AuthenticatorCodeInputcomponent {
W WRNexusJS - +
-
forms component

AuthenticatorCodeInput

Reusable authenticator code input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AuthenticatorCodeInput
+      
forms component

AuthenticatorCodeInput

Reusable authenticator code input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AuthenticatorCodeInput
   label="AuthenticatorCode"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page AuthenticatorCodeInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/author-avatar.wrn b/app/pages/components/author-avatar.wrn index 6fddbdb2..46bb1361 100644 --- a/app/pages/components/author-avatar.wrn +++ b/app/pages/components/author-avatar.wrn @@ -10,10 +10,10 @@ page AuthorAvatarcomponent {
W WRNexusJS - +
-
content component

AuthorAvatar

Reusable author avatar component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AuthorAvatar
+      
content component

AuthorAvatar

Reusable author avatar component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AuthorAvatar
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page AuthorAvatarcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/author-card.wrn b/app/pages/components/author-card.wrn index 70052280..30d0dd22 100644 --- a/app/pages/components/author-card.wrn +++ b/app/pages/components/author-card.wrn @@ -10,10 +10,10 @@ page AuthorCardcomponent {
W WRNexusJS - +
-
content component

AuthorCard

Reusable author card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AuthorCard
+      
content component

AuthorCard

Reusable author card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AuthorCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page AuthorCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/authorized-application-card.wrn b/app/pages/components/authorized-application-card.wrn index 729ccd81..224a362b 100644 --- a/app/pages/components/authorized-application-card.wrn +++ b/app/pages/components/authorized-application-card.wrn @@ -10,10 +10,10 @@ page AuthorizedApplicationCardcomponent {
W WRNexusJS - +
-
content component

AuthorizedApplicationCard

Reusable authorized application card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AuthorizedApplicationCard
+      
content component

AuthorizedApplicationCard

Reusable authorized application card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AuthorizedApplicationCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page AuthorizedApplicationCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/auto-grid.wrn b/app/pages/components/auto-grid.wrn index 242efd11..b0de1e04 100644 --- a/app/pages/components/auto-grid.wrn +++ b/app/pages/components/auto-grid.wrn @@ -10,10 +10,10 @@ page AutoGridcomponent {
W WRNexusJS - +
-
data component

AutoGrid

Reusable auto grid component.

@wrnexus/ui 0.2.651 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AutoGrid />

Legacy mount name: data-component="AutoGrid".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/AutoGrid.wrn

component AutoGrid {
+      
data component

AutoGrid

Reusable auto grid component.

@wrnexus/ui 0.2.661 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AutoGrid />

Legacy mount name: data-component="AutoGrid".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/AutoGrid.wrn

component AutoGrid {
   props {
     class = ""
   }
@@ -24,7 +24,7 @@ page AutoGridcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/automation-example-card.wrn b/app/pages/components/automation-example-card.wrn index d2cea132..d60ec200 100644 --- a/app/pages/components/automation-example-card.wrn +++ b/app/pages/components/automation-example-card.wrn @@ -10,10 +10,10 @@ page AutomationExampleCardcomponent {
W WRNexusJS - +
-
content component

AutomationExampleCard

Reusable automation example card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AutomationExampleCard
+      
content component

AutomationExampleCard

Reusable automation example card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AutomationExampleCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page AutomationExampleCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/availability-calendar.wrn b/app/pages/components/availability-calendar.wrn index 40d5d9a2..ef210141 100644 --- a/app/pages/components/availability-calendar.wrn +++ b/app/pages/components/availability-calendar.wrn @@ -10,10 +10,10 @@ page AvailabilityCalendarcomponent {
W WRNexusJS - +
-
content component

AvailabilityCalendar

Reusable availability calendar component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AvailabilityCalendar
+      
content component

AvailabilityCalendar

Reusable availability calendar component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AvailabilityCalendar
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page AvailabilityCalendarcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/avatar-group.wrn b/app/pages/components/avatar-group.wrn index b5914854..af5f6465 100644 --- a/app/pages/components/avatar-group.wrn +++ b/app/pages/components/avatar-group.wrn @@ -10,10 +10,10 @@ page AvatarGroupcomponent {
W WRNexusJS - +
-
forms component

AvatarGroup

Reusable avatar group component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AvatarGroup
+      
forms component

AvatarGroup

Reusable avatar group component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AvatarGroup
   label="Avatar"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page AvatarGroupcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/avatar-upload.wrn b/app/pages/components/avatar-upload.wrn index d5c22f2f..7085191e 100644 --- a/app/pages/components/avatar-upload.wrn +++ b/app/pages/components/avatar-upload.wrn @@ -10,10 +10,10 @@ page AvatarUploadcomponent {
W WRNexusJS - +
-
content component

AvatarUpload

Reusable avatar upload component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AvatarUpload
+      
content component

AvatarUpload

Reusable avatar upload component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<AvatarUpload
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page AvatarUploadcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/avatar.wrn b/app/pages/components/avatar.wrn index 7362fe07..0ae6ce6e 100644 --- a/app/pages/components/avatar.wrn +++ b/app/pages/components/avatar.wrn @@ -10,10 +10,10 @@ page Avatarcomponent {
W WRNexusJS - +
-
content component

Avatar

Reusable avatar component.

@wrnexus/ui 0.2.655 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Avatar
+      
content component

Avatar

Reusable avatar component.

@wrnexus/ui 0.2.665 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Avatar
   src="src"
   alt="alt"
   initials="WR"
@@ -34,7 +34,7 @@ page Avatarcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/back-button.wrn b/app/pages/components/back-button.wrn index f6ee32f1..ae71f71a 100644 --- a/app/pages/components/back-button.wrn +++ b/app/pages/components/back-button.wrn @@ -10,10 +10,10 @@ page BackButtoncomponent {
W WRNexusJS - +
-
actions component

BackButton

Reusable back button component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BackButton
+      
actions component

BackButton

Reusable back button component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BackButton
   label="Action"
   type="button"
   disabled="false"
@@ -30,7 +30,7 @@ page BackButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/back-to-top.wrn b/app/pages/components/back-to-top.wrn index d45a0b99..05509ea9 100644 --- a/app/pages/components/back-to-top.wrn +++ b/app/pages/components/back-to-top.wrn @@ -10,10 +10,10 @@ page BackToTopcomponent {
W WRNexusJS - +
-
core component

BackToTop

Reusable back to top component.

@wrnexus/ui 0.2.654 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BackToTop
+      
core component

BackToTop

Reusable back to top component.

@wrnexus/ui 0.2.664 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BackToTop
   label="Back to top"
   assistiveLabel="Return to the top of the page"
   threshold="500"
@@ -111,7 +111,7 @@ page BackToTopcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/badge.wrn b/app/pages/components/badge.wrn index 664c4e8d..caecfaf4 100644 --- a/app/pages/components/badge.wrn +++ b/app/pages/components/badge.wrn @@ -10,10 +10,10 @@ page Badgecomponent {
W WRNexusJS - +
-
feedback component

Badge

Reusable badge component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Badge
+      
feedback component

Badge

Reusable badge component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Badge
   label="label"
   variant="neutral"
 />

Legacy mount name: data-component="Badge".

Props and attributes

PropTypeRequirementDefault
classstringOptional""
labelstringOptional""
variantstringOptional"neutral"

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Badge.wrn

component Badge {
@@ -28,7 +28,7 @@ page Badgecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/bank-transfer-details.wrn b/app/pages/components/bank-transfer-details.wrn index 106f5ef9..d2ddc832 100644 --- a/app/pages/components/bank-transfer-details.wrn +++ b/app/pages/components/bank-transfer-details.wrn @@ -10,10 +10,10 @@ page BankTransferDetailscomponent {
W WRNexusJS - +
-
content component

BankTransferDetails

Reusable bank transfer details component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BankTransferDetails
+      
content component

BankTransferDetails

Reusable bank transfer details component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BankTransferDetails
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page BankTransferDetailscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/banner.wrn b/app/pages/components/banner.wrn index 194a6cf6..ed0ccb50 100644 --- a/app/pages/components/banner.wrn +++ b/app/pages/components/banner.wrn @@ -10,10 +10,10 @@ page Bannercomponent {
W WRNexusJS - +
-
feedback component

Banner

Reusable banner component.

@wrnexus/ui 0.2.655 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Banner
+      
feedback component

Banner

Reusable banner component.

@wrnexus/ui 0.2.665 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Banner
   text="Announcement"
   href="href"
   actionLabel="Learn more"
@@ -34,7 +34,7 @@ page Bannercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/bar-chart.wrn b/app/pages/components/bar-chart.wrn index 0f211273..b305cf03 100644 --- a/app/pages/components/bar-chart.wrn +++ b/app/pages/components/bar-chart.wrn @@ -10,10 +10,10 @@ page BarChartcomponent {
W WRNexusJS - +
-
visualization component

BarChart

Reusable bar chart component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BarChart
+      
visualization component

BarChart

Reusable bar chart component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BarChart
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page BarChartcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/beta-badge.wrn b/app/pages/components/beta-badge.wrn index 558fd35e..0f34f996 100644 --- a/app/pages/components/beta-badge.wrn +++ b/app/pages/components/beta-badge.wrn @@ -10,10 +10,10 @@ page BetaBadgecomponent {
W WRNexusJS - +
-
feedback component

BetaBadge

Reusable beta badge component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BetaBadge
+      
feedback component

BetaBadge

Reusable beta badge component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BetaBadge
   label="Beta"
   variant="default"
 />

Legacy mount name: data-component="BetaBadge".

Props and attributes

PropTypeRequirementDefault
labelstringOptional"Beta"
variantstringOptional"default"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/BetaBadge.wrn

component BetaBadge {
@@ -28,7 +28,7 @@ page BetaBadgecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/billing-address-form.wrn b/app/pages/components/billing-address-form.wrn index aac13330..2408c668 100644 --- a/app/pages/components/billing-address-form.wrn +++ b/app/pages/components/billing-address-form.wrn @@ -10,10 +10,10 @@ page BillingAddressFormcomponent {
W WRNexusJS - +
-
content component

BillingAddressForm

Reusable billing address form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BillingAddressForm
+      
content component

BillingAddressForm

Reusable billing address form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BillingAddressForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page BillingAddressFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/billing-example.wrn b/app/pages/components/billing-example.wrn index e2cb35d8..96aa4e8e 100644 --- a/app/pages/components/billing-example.wrn +++ b/app/pages/components/billing-example.wrn @@ -10,10 +10,10 @@ page BillingExamplecomponent {
W WRNexusJS - +
-
content component

BillingExample

Reusable billing example component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BillingExample
+      
content component

BillingExample

Reusable billing example component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BillingExample
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page BillingExamplecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/billing-period-toggle.wrn b/app/pages/components/billing-period-toggle.wrn index 7229717c..8a98f3e3 100644 --- a/app/pages/components/billing-period-toggle.wrn +++ b/app/pages/components/billing-period-toggle.wrn @@ -10,10 +10,10 @@ page BillingPeriodTogglecomponent {
W WRNexusJS - +
-
forms component

BillingPeriodToggle

Reusable billing period toggle component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BillingPeriodToggle
+      
forms component

BillingPeriodToggle

Reusable billing period toggle component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BillingPeriodToggle
   label="BillingPeriod"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page BillingPeriodTogglecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/blackout-date-picker.wrn b/app/pages/components/blackout-date-picker.wrn index eb57374b..8c642771 100644 --- a/app/pages/components/blackout-date-picker.wrn +++ b/app/pages/components/blackout-date-picker.wrn @@ -10,10 +10,10 @@ page BlackoutDatePickercomponent {
W WRNexusJS - +
-
forms component

BlackoutDatePicker

Reusable blackout date picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BlackoutDatePicker
+      
forms component

BlackoutDatePicker

Reusable blackout date picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BlackoutDatePicker
   label="BlackoutDate"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page BlackoutDatePickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/blog-card.wrn b/app/pages/components/blog-card.wrn index 6f8ae87d..a9637bec 100644 --- a/app/pages/components/blog-card.wrn +++ b/app/pages/components/blog-card.wrn @@ -10,10 +10,10 @@ page BlogCardcomponent {
W WRNexusJS - +
-
content component

BlogCard

Reusable blog card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BlogCard
+      
content component

BlogCard

Reusable blog card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BlogCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page BlogCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/blog-grid.wrn b/app/pages/components/blog-grid.wrn index 5fe07eef..4b38a817 100644 --- a/app/pages/components/blog-grid.wrn +++ b/app/pages/components/blog-grid.wrn @@ -10,10 +10,10 @@ page BlogGridcomponent {
W WRNexusJS - +
-
data component

BlogGrid

Reusable blog grid component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BlogGrid
+      
data component

BlogGrid

Reusable blog grid component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BlogGrid
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page BlogGridcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/blog-list.wrn b/app/pages/components/blog-list.wrn index 6b5f23e0..00ac572e 100644 --- a/app/pages/components/blog-list.wrn +++ b/app/pages/components/blog-list.wrn @@ -10,10 +10,10 @@ page BlogListcomponent {
W WRNexusJS - +
-
data component

BlogList

Reusable blog list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BlogList
+      
data component

BlogList

Reusable blog list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BlogList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page BlogListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/blog-search.wrn b/app/pages/components/blog-search.wrn index d9849b9d..2d51625b 100644 --- a/app/pages/components/blog-search.wrn +++ b/app/pages/components/blog-search.wrn @@ -10,10 +10,10 @@ page BlogSearchcomponent {
W WRNexusJS - +
-
content component

BlogSearch

Reusable blog search component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BlogSearch
+      
content component

BlogSearch

Reusable blog search component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BlogSearch
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page BlogSearchcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/body-text.wrn b/app/pages/components/body-text.wrn index ab7528a4..a3f5a634 100644 --- a/app/pages/components/body-text.wrn +++ b/app/pages/components/body-text.wrn @@ -10,10 +10,10 @@ page BodyTextcomponent {
W WRNexusJS - +
-
content component

BodyText

Reusable body text component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BodyText
+      
content component

BodyText

Reusable body text component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BodyText
   text="text"
   align="start"
 />

Legacy mount name: data-component="BodyText".

Props and attributes

PropTypeRequirementDefault
textstringOptional""
alignstringOptional"start"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/BodyText.wrn

component BodyText {
@@ -28,7 +28,7 @@ page BodyTextcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/border-radius-picker.wrn b/app/pages/components/border-radius-picker.wrn index 9b78f2ca..5c69c6b4 100644 --- a/app/pages/components/border-radius-picker.wrn +++ b/app/pages/components/border-radius-picker.wrn @@ -10,10 +10,10 @@ page BorderRadiusPickercomponent {
W WRNexusJS - +
-
forms component

BorderRadiusPicker

Reusable border radius picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BorderRadiusPicker
+      
forms component

BorderRadiusPicker

Reusable border radius picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BorderRadiusPicker
   label="BorderRadius"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page BorderRadiusPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/bottom-navigation.wrn b/app/pages/components/bottom-navigation.wrn index 7be3c4b0..87c4bad9 100644 --- a/app/pages/components/bottom-navigation.wrn +++ b/app/pages/components/bottom-navigation.wrn @@ -10,10 +10,10 @@ page BottomNavigationcomponent {
W WRNexusJS - +
-
layout component

BottomNavigation

Reusable bottom navigation component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BottomNavigation
+      
layout component

BottomNavigation

Reusable bottom navigation component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BottomNavigation
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page BottomNavigationcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/brand-color-picker.wrn b/app/pages/components/brand-color-picker.wrn index 78b44a3c..9f501ad0 100644 --- a/app/pages/components/brand-color-picker.wrn +++ b/app/pages/components/brand-color-picker.wrn @@ -10,10 +10,10 @@ page BrandColorPickercomponent {
W WRNexusJS - +
-
forms component

BrandColorPicker

Reusable brand color picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BrandColorPicker
+      
forms component

BrandColorPicker

Reusable brand color picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BrandColorPicker
   label="BrandColor"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page BrandColorPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/brand-selector.wrn b/app/pages/components/brand-selector.wrn index 27db0364..fa64aeea 100644 --- a/app/pages/components/brand-selector.wrn +++ b/app/pages/components/brand-selector.wrn @@ -10,10 +10,10 @@ page BrandSelectorcomponent {
W WRNexusJS - +
-
forms component

BrandSelector

Reusable brand selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BrandSelector
+      
forms component

BrandSelector

Reusable brand selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BrandSelector
   label="Brand"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page BrandSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/breadcrumbs.wrn b/app/pages/components/breadcrumbs.wrn index 5ff70e96..6cf1fcb9 100644 --- a/app/pages/components/breadcrumbs.wrn +++ b/app/pages/components/breadcrumbs.wrn @@ -10,10 +10,10 @@ page Breadcrumbscomponent {
W WRNexusJS - +
-
core component

Breadcrumbs

Reusable breadcrumbs component.

@wrnexus/ui 0.2.657 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Breadcrumbs
+      
core component

Breadcrumbs

Reusable breadcrumbs component.

@wrnexus/ui 0.2.667 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Breadcrumbs
   items="[]"
   centered="false"
   compact="false"
@@ -121,7 +121,7 @@ page Breadcrumbscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/browser-frame.wrn b/app/pages/components/browser-frame.wrn index 15b3a116..92be2e33 100644 --- a/app/pages/components/browser-frame.wrn +++ b/app/pages/components/browser-frame.wrn @@ -10,10 +10,10 @@ page BrowserFramecomponent {
W WRNexusJS - +
-
layout component

BrowserFrame

Reusable browser frame component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BrowserFrame
+      
layout component

BrowserFrame

Reusable browser frame component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BrowserFrame
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page BrowserFramecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/budget-range-slider.wrn b/app/pages/components/budget-range-slider.wrn index 456690c3..6308238b 100644 --- a/app/pages/components/budget-range-slider.wrn +++ b/app/pages/components/budget-range-slider.wrn @@ -10,10 +10,10 @@ page BudgetRangeSlidercomponent {
W WRNexusJS - +
-
content component

BudgetRangeSlider

Reusable budget range slider component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BudgetRangeSlider
+      
content component

BudgetRangeSlider

Reusable budget range slider component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BudgetRangeSlider
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page BudgetRangeSlidercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/budget-selector.wrn b/app/pages/components/budget-selector.wrn index a70422fe..361dc95e 100644 --- a/app/pages/components/budget-selector.wrn +++ b/app/pages/components/budget-selector.wrn @@ -10,10 +10,10 @@ page BudgetSelectorcomponent {
W WRNexusJS - +
-
forms component

BudgetSelector

Reusable budget selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BudgetSelector
+      
forms component

BudgetSelector

Reusable budget selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BudgetSelector
   label="Budget"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page BudgetSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/business-hours-picker.wrn b/app/pages/components/business-hours-picker.wrn index 249c9f60..d56b06d2 100644 --- a/app/pages/components/business-hours-picker.wrn +++ b/app/pages/components/business-hours-picker.wrn @@ -10,10 +10,10 @@ page BusinessHoursPickercomponent {
W WRNexusJS - +
-
forms component

BusinessHoursPicker

Reusable business hours picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BusinessHoursPicker
+      
forms component

BusinessHoursPicker

Reusable business hours picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<BusinessHoursPicker
   label="BusinessHours"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page BusinessHoursPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/button-group.wrn b/app/pages/components/button-group.wrn index d1d5138e..42bb19bf 100644 --- a/app/pages/components/button-group.wrn +++ b/app/pages/components/button-group.wrn @@ -10,10 +10,10 @@ page ButtonGroupcomponent {
W WRNexusJS - +
-
forms component

ButtonGroup

Reusable button group component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ButtonGroup
+      
forms component

ButtonGroup

Reusable button group component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ButtonGroup
   label="Button"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ButtonGroupcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/button-selector.wrn b/app/pages/components/button-selector.wrn index 11dcfca2..c8ac0e53 100644 --- a/app/pages/components/button-selector.wrn +++ b/app/pages/components/button-selector.wrn @@ -10,10 +10,10 @@ page ButtonSelectorcomponent {
W WRNexusJS - +
-
forms component

ButtonSelector

Reusable button selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ButtonSelector
+      
forms component

ButtonSelector

Reusable button selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ButtonSelector
   label="Button"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ButtonSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/button.wrn b/app/pages/components/button.wrn index 35019005..1be3ce14 100644 --- a/app/pages/components/button.wrn +++ b/app/pages/components/button.wrn @@ -10,10 +10,10 @@ page Buttoncomponent {
W WRNexusJS - +
-
actions component

Button

Reusable button component.

@wrnexus/ui 0.2.658 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Button
+      
actions component

Button

Reusable button component.

@wrnexus/ui 0.2.668 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Button
   label="Button"
   type="button"
   variant="primary"
@@ -39,7 +39,7 @@ page Buttoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/calendar-grid.wrn b/app/pages/components/calendar-grid.wrn index 5f33e23c..5517f5ea 100644 --- a/app/pages/components/calendar-grid.wrn +++ b/app/pages/components/calendar-grid.wrn @@ -10,10 +10,10 @@ page CalendarGridcomponent {
W WRNexusJS - +
-
data component

CalendarGrid

Reusable calendar grid component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CalendarGrid
+      
data component

CalendarGrid

Reusable calendar grid component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CalendarGrid
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page CalendarGridcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/calendar-header.wrn b/app/pages/components/calendar-header.wrn index 290eb249..f1a4617d 100644 --- a/app/pages/components/calendar-header.wrn +++ b/app/pages/components/calendar-header.wrn @@ -10,10 +10,10 @@ page CalendarHeadercomponent {
W WRNexusJS - +
-
layout component

CalendarHeader

Reusable calendar header component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CalendarHeader
+      
layout component

CalendarHeader

Reusable calendar header component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CalendarHeader
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page CalendarHeadercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/calendar-navigation.wrn b/app/pages/components/calendar-navigation.wrn index 4e321ca4..894b8020 100644 --- a/app/pages/components/calendar-navigation.wrn +++ b/app/pages/components/calendar-navigation.wrn @@ -10,10 +10,10 @@ page CalendarNavigationcomponent {
W WRNexusJS - +
-
layout component

CalendarNavigation

Reusable calendar navigation component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CalendarNavigation
+      
layout component

CalendarNavigation

Reusable calendar navigation component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CalendarNavigation
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page CalendarNavigationcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/calendar.wrn b/app/pages/components/calendar.wrn index eb196ddb..c0118e40 100644 --- a/app/pages/components/calendar.wrn +++ b/app/pages/components/calendar.wrn @@ -10,10 +10,10 @@ page Calendarcomponent {
W WRNexusJS - +
-
content component

Calendar

Reusable calendar component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Calendar
+      
content component

Calendar

Reusable calendar component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Calendar
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page Calendarcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/callback-url-input.wrn b/app/pages/components/callback-url-input.wrn index 4eebe15b..6699e312 100644 --- a/app/pages/components/callback-url-input.wrn +++ b/app/pages/components/callback-url-input.wrn @@ -10,10 +10,10 @@ page CallbackUrlInputcomponent {
W WRNexusJS - +
-
forms component

CallbackUrlInput

Reusable callback url input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CallbackUrlInput
+      
forms component

CallbackUrlInput

Reusable callback url input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CallbackUrlInput
   label="CallbackUrl"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CallbackUrlInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/campaign-card.wrn b/app/pages/components/campaign-card.wrn index 9aa2b458..33210b9e 100644 --- a/app/pages/components/campaign-card.wrn +++ b/app/pages/components/campaign-card.wrn @@ -10,10 +10,10 @@ page CampaignCardcomponent {
W WRNexusJS - +
-
content component

CampaignCard

Reusable campaign card component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CampaignCard
+      
content component

CampaignCard

Reusable campaign card component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CampaignCard
   title="title"
   description="description"
   href="href"
@@ -37,7 +37,7 @@ page CampaignCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/campaign-performance-preview.wrn b/app/pages/components/campaign-performance-preview.wrn index ff8e7d2c..9d8158a4 100644 --- a/app/pages/components/campaign-performance-preview.wrn +++ b/app/pages/components/campaign-performance-preview.wrn @@ -10,10 +10,10 @@ page CampaignPerformancePreviewcomponent {
W WRNexusJS - +
-
content component

CampaignPerformancePreview

Reusable campaign performance preview component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CampaignPerformancePreview
+      
content component

CampaignPerformancePreview

Reusable campaign performance preview component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CampaignPerformancePreview
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page CampaignPerformancePreviewcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/campaign-progress.wrn b/app/pages/components/campaign-progress.wrn index 2d5b481a..c09bf792 100644 --- a/app/pages/components/campaign-progress.wrn +++ b/app/pages/components/campaign-progress.wrn @@ -10,10 +10,10 @@ page CampaignProgresscomponent {
W WRNexusJS - +
-
visualization component

CampaignProgress

Reusable campaign progress component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CampaignProgress
+      
visualization component

CampaignProgress

Reusable campaign progress component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CampaignProgress
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page CampaignProgresscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/capability-grid.wrn b/app/pages/components/capability-grid.wrn index 7d5ea4e0..fb59c53d 100644 --- a/app/pages/components/capability-grid.wrn +++ b/app/pages/components/capability-grid.wrn @@ -10,10 +10,10 @@ page CapabilityGridcomponent {
W WRNexusJS - +
-
data component

CapabilityGrid

Reusable capability grid component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CapabilityGrid
+      
data component

CapabilityGrid

Reusable capability grid component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CapabilityGrid
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page CapabilityGridcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/captcha-field.wrn b/app/pages/components/captcha-field.wrn index d931f4bd..0efd2c46 100644 --- a/app/pages/components/captcha-field.wrn +++ b/app/pages/components/captcha-field.wrn @@ -10,10 +10,10 @@ page CaptchaFieldcomponent {
W WRNexusJS - +
-
forms component

CaptchaField

Reusable captcha field component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CaptchaField
+      
forms component

CaptchaField

Reusable captcha field component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CaptchaField
   label="Captcha"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CaptchaFieldcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/card-payment-form.wrn b/app/pages/components/card-payment-form.wrn index b37eadb6..8634d446 100644 --- a/app/pages/components/card-payment-form.wrn +++ b/app/pages/components/card-payment-form.wrn @@ -10,10 +10,10 @@ page CardPaymentFormcomponent {
W WRNexusJS - +
-
content component

CardPaymentForm

Reusable card payment form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CardPaymentForm
+      
content component

CardPaymentForm

Reusable card payment form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CardPaymentForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page CardPaymentFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/card-selector.wrn b/app/pages/components/card-selector.wrn index 3c697dbf..1eddc418 100644 --- a/app/pages/components/card-selector.wrn +++ b/app/pages/components/card-selector.wrn @@ -10,10 +10,10 @@ page CardSelectorcomponent {
W WRNexusJS - +
-
forms component

CardSelector

Reusable card selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CardSelector
+      
forms component

CardSelector

Reusable card selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CardSelector
   label="Card"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CardSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/card-skeleton.wrn b/app/pages/components/card-skeleton.wrn index 92d47886..968338c6 100644 --- a/app/pages/components/card-skeleton.wrn +++ b/app/pages/components/card-skeleton.wrn @@ -10,10 +10,10 @@ page CardSkeletoncomponent {
W WRNexusJS - +
-
feedback component

CardSkeleton

Reusable card skeleton component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CardSkeleton
+      
feedback component

CardSkeleton

Reusable card skeleton component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CardSkeleton
   label="Card"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page CardSkeletoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/card.wrn b/app/pages/components/card.wrn index 93e164c8..4124c0f6 100644 --- a/app/pages/components/card.wrn +++ b/app/pages/components/card.wrn @@ -10,10 +10,10 @@ page Cardcomponent {
W WRNexusJS - +
-
content component

Card

Reusable card component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Card
+      
content component

Card

Reusable card component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Card
   variant="default"
   padding="md"
   interactive="false"
@@ -31,7 +31,7 @@ page Cardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/career-application-form.wrn b/app/pages/components/career-application-form.wrn index d3c9862c..8a55acf4 100644 --- a/app/pages/components/career-application-form.wrn +++ b/app/pages/components/career-application-form.wrn @@ -10,10 +10,10 @@ page CareerApplicationFormcomponent {
W WRNexusJS - +
-
content component

CareerApplicationForm

Reusable career application form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CareerApplicationForm
+      
content component

CareerApplicationForm

Reusable career application form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CareerApplicationForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page CareerApplicationFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/career-benefits-grid.wrn b/app/pages/components/career-benefits-grid.wrn index 15ff33c9..63533e99 100644 --- a/app/pages/components/career-benefits-grid.wrn +++ b/app/pages/components/career-benefits-grid.wrn @@ -10,10 +10,10 @@ page CareerBenefitsGridcomponent {
W WRNexusJS - +
-
data component

CareerBenefitsGrid

Reusable career benefits grid component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CareerBenefitsGrid
+      
data component

CareerBenefitsGrid

Reusable career benefits grid component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CareerBenefitsGrid
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page CareerBenefitsGridcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/carousel.wrn b/app/pages/components/carousel.wrn index 97dcd6af..3fdca84e 100644 --- a/app/pages/components/carousel.wrn +++ b/app/pages/components/carousel.wrn @@ -10,10 +10,10 @@ page Carouselcomponent {
W WRNexusJS - +
-
content component

Carousel

Reusable carousel component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Carousel
+      
content component

Carousel

Reusable carousel component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Carousel
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page Carouselcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/case-study-card.wrn b/app/pages/components/case-study-card.wrn index 8128dfaa..e0bf79e3 100644 --- a/app/pages/components/case-study-card.wrn +++ b/app/pages/components/case-study-card.wrn @@ -10,10 +10,10 @@ page CaseStudyCardcomponent {
W WRNexusJS - +
-
content component

CaseStudyCard

Reusable case study card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CaseStudyCard
+      
content component

CaseStudyCard

Reusable case study card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CaseStudyCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page CaseStudyCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/case-study-hero.wrn b/app/pages/components/case-study-hero.wrn index 8b9eab6f..07f7e009 100644 --- a/app/pages/components/case-study-hero.wrn +++ b/app/pages/components/case-study-hero.wrn @@ -10,10 +10,10 @@ page CaseStudyHerocomponent {
W WRNexusJS - +
-
layout component

CaseStudyHero

Reusable case study hero component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CaseStudyHero
+      
layout component

CaseStudyHero

Reusable case study hero component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CaseStudyHero
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page CaseStudyHerocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/case-study-preview.wrn b/app/pages/components/case-study-preview.wrn index bd160069..5b46e16b 100644 --- a/app/pages/components/case-study-preview.wrn +++ b/app/pages/components/case-study-preview.wrn @@ -10,10 +10,10 @@ page CaseStudyPreviewcomponent {
W WRNexusJS - +
-
content component

CaseStudyPreview

Reusable case study preview component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CaseStudyPreview
+      
content component

CaseStudyPreview

Reusable case study preview component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CaseStudyPreview
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page CaseStudyPreviewcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/centered-cta.wrn b/app/pages/components/centered-cta.wrn index 0eb874ca..3f948eca 100644 --- a/app/pages/components/centered-cta.wrn +++ b/app/pages/components/centered-cta.wrn @@ -10,10 +10,10 @@ page CenteredCTAcomponent {
W WRNexusJS - +
-
actions component

CenteredCTA

Reusable centered c t a component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CenteredCTA
+      
actions component

CenteredCTA

Reusable centered c t a component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CenteredCTA
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page CenteredCTAcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/centered-hero.wrn b/app/pages/components/centered-hero.wrn index 57589a26..e08fc0d6 100644 --- a/app/pages/components/centered-hero.wrn +++ b/app/pages/components/centered-hero.wrn @@ -10,10 +10,10 @@ page CenteredHerocomponent {
W WRNexusJS - +
-
layout component

CenteredHero

Reusable centered hero component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CenteredHero
+      
layout component

CenteredHero

Reusable centered hero component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CenteredHero
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page CenteredHerocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/centered-section-header.wrn b/app/pages/components/centered-section-header.wrn index 855af743..8a29705f 100644 --- a/app/pages/components/centered-section-header.wrn +++ b/app/pages/components/centered-section-header.wrn @@ -10,10 +10,10 @@ page CenteredSectionHeadercomponent {
W WRNexusJS - +
-
layout component

CenteredSectionHeader

Reusable centered section header component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CenteredSectionHeader
+      
layout component

CenteredSectionHeader

Reusable centered section header component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CenteredSectionHeader
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page CenteredSectionHeadercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/certificate-upload.wrn b/app/pages/components/certificate-upload.wrn index 5d582a33..2b378b68 100644 --- a/app/pages/components/certificate-upload.wrn +++ b/app/pages/components/certificate-upload.wrn @@ -10,10 +10,10 @@ page CertificateUploadcomponent {
W WRNexusJS - +
-
content component

CertificateUpload

Reusable certificate upload component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CertificateUpload
+      
content component

CertificateUpload

Reusable certificate upload component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CertificateUpload
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page CertificateUploadcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/certification-badge.wrn b/app/pages/components/certification-badge.wrn index defcfa7d..3f0fa977 100644 --- a/app/pages/components/certification-badge.wrn +++ b/app/pages/components/certification-badge.wrn @@ -10,10 +10,10 @@ page CertificationBadgecomponent {
W WRNexusJS - +
-
feedback component

CertificationBadge

Reusable certification badge component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CertificationBadge
+      
feedback component

CertificationBadge

Reusable certification badge component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CertificationBadge
   label="Certification"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page CertificationBadgecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/challenge-section.wrn b/app/pages/components/challenge-section.wrn index bed287a6..3a1e69f8 100644 --- a/app/pages/components/challenge-section.wrn +++ b/app/pages/components/challenge-section.wrn @@ -10,10 +10,10 @@ page ChallengeSectioncomponent {
W WRNexusJS - +
-
layout component

ChallengeSection

Reusable challenge section component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChallengeSection
+      
layout component

ChallengeSection

Reusable challenge section component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChallengeSection
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ChallengeSectioncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/channel-badge.wrn b/app/pages/components/channel-badge.wrn index 12bc6af9..49f82315 100644 --- a/app/pages/components/channel-badge.wrn +++ b/app/pages/components/channel-badge.wrn @@ -10,10 +10,10 @@ page ChannelBadgecomponent {
W WRNexusJS - +
-
feedback component

ChannelBadge

Reusable channel badge component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChannelBadge
+      
feedback component

ChannelBadge

Reusable channel badge component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChannelBadge
   label="Channel"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ChannelBadgecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/channel-card.wrn b/app/pages/components/channel-card.wrn index efd835c3..58a3c8b2 100644 --- a/app/pages/components/channel-card.wrn +++ b/app/pages/components/channel-card.wrn @@ -10,10 +10,10 @@ page ChannelCardcomponent {
W WRNexusJS - +
-
content component

ChannelCard

Reusable channel card component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChannelCard
+      
content component

ChannelCard

Reusable channel card component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChannelCard
   title="title"
   description="description"
   href="href"
@@ -37,7 +37,7 @@ page ChannelCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/channel-comparison-chart.wrn b/app/pages/components/channel-comparison-chart.wrn index 50a458a9..6994d00c 100644 --- a/app/pages/components/channel-comparison-chart.wrn +++ b/app/pages/components/channel-comparison-chart.wrn @@ -10,10 +10,10 @@ page ChannelComparisonChartcomponent {
W WRNexusJS - +
-
visualization component

ChannelComparisonChart

Reusable channel comparison chart component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChannelComparisonChart
+      
visualization component

ChannelComparisonChart

Reusable channel comparison chart component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChannelComparisonChart
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page ChannelComparisonChartcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/channel-comparison-table.wrn b/app/pages/components/channel-comparison-table.wrn index e4cca0de..ac9cbb01 100644 --- a/app/pages/components/channel-comparison-table.wrn +++ b/app/pages/components/channel-comparison-table.wrn @@ -10,10 +10,10 @@ page ChannelComparisonTablecomponent {
W WRNexusJS - +
-
data component

ChannelComparisonTable

Reusable channel comparison table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChannelComparisonTable
+      
data component

ChannelComparisonTable

Reusable channel comparison table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChannelComparisonTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ChannelComparisonTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/channel-fallback-diagram.wrn b/app/pages/components/channel-fallback-diagram.wrn index 39e54dbb..34e375c0 100644 --- a/app/pages/components/channel-fallback-diagram.wrn +++ b/app/pages/components/channel-fallback-diagram.wrn @@ -10,10 +10,10 @@ page ChannelFallbackDiagramcomponent {
W WRNexusJS - +
-
visualization component

ChannelFallbackDiagram

Reusable channel fallback diagram component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChannelFallbackDiagram
+      
visualization component

ChannelFallbackDiagram

Reusable channel fallback diagram component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChannelFallbackDiagram
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page ChannelFallbackDiagramcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/channel-flow.wrn b/app/pages/components/channel-flow.wrn index 7f452b82..344946ab 100644 --- a/app/pages/components/channel-flow.wrn +++ b/app/pages/components/channel-flow.wrn @@ -10,10 +10,10 @@ page ChannelFlowcomponent {
W WRNexusJS - +
-
visualization component

ChannelFlow

Reusable channel flow component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChannelFlow
+      
visualization component

ChannelFlow

Reusable channel flow component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChannelFlow
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page ChannelFlowcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/channel-icon.wrn b/app/pages/components/channel-icon.wrn index 848a9e29..3dfca3f6 100644 --- a/app/pages/components/channel-icon.wrn +++ b/app/pages/components/channel-icon.wrn @@ -10,10 +10,10 @@ page ChannelIconcomponent {
W WRNexusJS - +
-
content component

ChannelIcon

Reusable channel icon component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChannelIcon
+      
content component

ChannelIcon

Reusable channel icon component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChannelIcon
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ChannelIconcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/channel-rate-table.wrn b/app/pages/components/channel-rate-table.wrn index 7d63af04..995542d0 100644 --- a/app/pages/components/channel-rate-table.wrn +++ b/app/pages/components/channel-rate-table.wrn @@ -10,10 +10,10 @@ page ChannelRateTablecomponent {
W WRNexusJS - +
-
data component

ChannelRateTable

Reusable channel rate table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChannelRateTable
+      
data component

ChannelRateTable

Reusable channel rate table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChannelRateTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ChannelRateTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/channel-selector.wrn b/app/pages/components/channel-selector.wrn index 053f5db7..68444db3 100644 --- a/app/pages/components/channel-selector.wrn +++ b/app/pages/components/channel-selector.wrn @@ -10,10 +10,10 @@ page ChannelSelectorcomponent {
W WRNexusJS - +
-
forms component

ChannelSelector

Reusable channel selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChannelSelector
+      
forms component

ChannelSelector

Reusable channel selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChannelSelector
   label="Channel"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ChannelSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/character-counter.wrn b/app/pages/components/character-counter.wrn index 10235bf7..e9f98410 100644 --- a/app/pages/components/character-counter.wrn +++ b/app/pages/components/character-counter.wrn @@ -10,10 +10,10 @@ page CharacterCountercomponent {
W WRNexusJS - +
-
feedback component

CharacterCounter

Reusable character counter component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CharacterCounter
+      
feedback component

CharacterCounter

Reusable character counter component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CharacterCounter
   label="Character"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page CharacterCountercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/chart-empty-state.wrn b/app/pages/components/chart-empty-state.wrn index 12e351b0..a9445489 100644 --- a/app/pages/components/chart-empty-state.wrn +++ b/app/pages/components/chart-empty-state.wrn @@ -10,10 +10,10 @@ page ChartEmptyStatecomponent {
W WRNexusJS - +
-
feedback component

ChartEmptyState

Reusable chart empty state component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChartEmptyState
+      
feedback component

ChartEmptyState

Reusable chart empty state component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChartEmptyState
   label="ChartEmpty"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ChartEmptyStatecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/chart-tooltip.wrn b/app/pages/components/chart-tooltip.wrn index 7af5acf0..5afb8e27 100644 --- a/app/pages/components/chart-tooltip.wrn +++ b/app/pages/components/chart-tooltip.wrn @@ -10,10 +10,10 @@ page ChartTooltipcomponent {
W WRNexusJS - +
-
content component

ChartTooltip

Reusable chart tooltip component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChartTooltip
+      
content component

ChartTooltip

Reusable chart tooltip component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChartTooltip
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ChartTooltipcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/checkbox-group.wrn b/app/pages/components/checkbox-group.wrn index 63afd6e9..c9dea365 100644 --- a/app/pages/components/checkbox-group.wrn +++ b/app/pages/components/checkbox-group.wrn @@ -10,10 +10,10 @@ page CheckboxGroupcomponent {
W WRNexusJS - +
-
forms component

CheckboxGroup

Reusable checkbox group component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CheckboxGroup
+      
forms component

CheckboxGroup

Reusable checkbox group component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CheckboxGroup
   label="Checkbox"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CheckboxGroupcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/checkbox.wrn b/app/pages/components/checkbox.wrn index 20a16c72..5c01548d 100644 --- a/app/pages/components/checkbox.wrn +++ b/app/pages/components/checkbox.wrn @@ -10,10 +10,10 @@ page Checkboxcomponent {
W WRNexusJS - +
-
core component

Checkbox

Reusable checkbox component.

@wrnexus/ui 0.2.657 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Checkbox
+      
core component

Checkbox

Reusable checkbox component.

@wrnexus/ui 0.2.667 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Checkbox
   id="id"
   name="name"
   label="Checkbox"
@@ -40,7 +40,7 @@ page Checkboxcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/checklist-progress.wrn b/app/pages/components/checklist-progress.wrn index f95b73d9..5c540aa9 100644 --- a/app/pages/components/checklist-progress.wrn +++ b/app/pages/components/checklist-progress.wrn @@ -10,10 +10,10 @@ page ChecklistProgresscomponent {
W WRNexusJS - +
-
visualization component

ChecklistProgress

Reusable checklist progress component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChecklistProgress
+      
visualization component

ChecklistProgress

Reusable checklist progress component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChecklistProgress
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page ChecklistProgresscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/checklist.wrn b/app/pages/components/checklist.wrn index 1e1c553e..d26297f2 100644 --- a/app/pages/components/checklist.wrn +++ b/app/pages/components/checklist.wrn @@ -10,10 +10,10 @@ page Checklistcomponent {
W WRNexusJS - +
-
content component

Checklist

Reusable checklist component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Checklist
+      
content component

Checklist

Reusable checklist component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Checklist
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page Checklistcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/chip-input.wrn b/app/pages/components/chip-input.wrn index a535e38f..4db14538 100644 --- a/app/pages/components/chip-input.wrn +++ b/app/pages/components/chip-input.wrn @@ -10,10 +10,10 @@ page ChipInputcomponent {
W WRNexusJS - +
-
forms component

ChipInput

Reusable chip input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChipInput
+      
forms component

ChipInput

Reusable chip input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ChipInput
   label="Chip"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ChipInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/chip.wrn b/app/pages/components/chip.wrn index a454c7d3..325f1d5c 100644 --- a/app/pages/components/chip.wrn +++ b/app/pages/components/chip.wrn @@ -10,10 +10,10 @@ page Chipcomponent {
W WRNexusJS - +
-
core component

Chip

Reusable chip component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Chip
+      
core component

Chip

Reusable chip component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Chip
   label="Chip"
   variant="default"
 />

Legacy mount name: data-component="Chip".

Props and attributes

PropTypeRequirementDefault
labelstringOptional"Chip"
variantstringOptional"default"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Chip.wrn

component Chip {
@@ -28,7 +28,7 @@ page Chipcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/circular-progress.wrn b/app/pages/components/circular-progress.wrn index 6ffb63c5..f2e323e2 100644 --- a/app/pages/components/circular-progress.wrn +++ b/app/pages/components/circular-progress.wrn @@ -10,10 +10,10 @@ page CircularProgresscomponent {
W WRNexusJS - +
-
visualization component

CircularProgress

Reusable circular progress component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CircularProgress
+      
visualization component

CircularProgress

Reusable circular progress component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CircularProgress
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page CircularProgresscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/city-selector.wrn b/app/pages/components/city-selector.wrn index bcca8ac1..19e282ef 100644 --- a/app/pages/components/city-selector.wrn +++ b/app/pages/components/city-selector.wrn @@ -10,10 +10,10 @@ page CitySelectorcomponent {
W WRNexusJS - +
-
forms component

CitySelector

Reusable city selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CitySelector
+      
forms component

CitySelector

Reusable city selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CitySelector
   label="City"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CitySelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/clear-filters-button.wrn b/app/pages/components/clear-filters-button.wrn index e553a909..ab75491d 100644 --- a/app/pages/components/clear-filters-button.wrn +++ b/app/pages/components/clear-filters-button.wrn @@ -10,10 +10,10 @@ page ClearFiltersButtoncomponent {
W WRNexusJS - +
-
actions component

ClearFiltersButton

Reusable clear filters button component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ClearFiltersButton
+      
actions component

ClearFiltersButton

Reusable clear filters button component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ClearFiltersButton
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page ClearFiltersButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/clickable-card.wrn b/app/pages/components/clickable-card.wrn index 10520242..c210a0b7 100644 --- a/app/pages/components/clickable-card.wrn +++ b/app/pages/components/clickable-card.wrn @@ -10,10 +10,10 @@ page ClickableCardcomponent {
W WRNexusJS - +
-
content component

ClickableCard

Reusable clickable card component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ClickableCard
+      
content component

ClickableCard

Reusable clickable card component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ClickableCard
   title="title"
   description="description"
   href="href"
@@ -36,7 +36,7 @@ page ClickableCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/close-button.wrn b/app/pages/components/close-button.wrn index 66445b07..fa5cc97f 100644 --- a/app/pages/components/close-button.wrn +++ b/app/pages/components/close-button.wrn @@ -10,10 +10,10 @@ page CloseButtoncomponent {
W WRNexusJS - +
-
actions component

CloseButton

Reusable close button component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CloseButton
+      
actions component

CloseButton

Reusable close button component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CloseButton
   label="Action"
   type="button"
   disabled="false"
@@ -30,7 +30,7 @@ page CloseButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/cluster.wrn b/app/pages/components/cluster.wrn index ac069470..c6e521e8 100644 --- a/app/pages/components/cluster.wrn +++ b/app/pages/components/cluster.wrn @@ -10,10 +10,10 @@ page Clustercomponent {
W WRNexusJS - +
-
core component

Cluster

Reusable cluster component.

@wrnexus/ui 0.2.652 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Cluster
+      
core component

Cluster

Reusable cluster component.

@wrnexus/ui 0.2.662 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Cluster
   gap="4"
 />

Legacy mount name: data-component="Cluster".

Props and attributes

PropTypeRequirementDefault
gapstringOptional"4"
classNamestringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Cluster.wrn

component Cluster {
   props {
@@ -27,7 +27,7 @@ page Clustercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/code-block.wrn b/app/pages/components/code-block.wrn index 8b9987a0..d7643feb 100644 --- a/app/pages/components/code-block.wrn +++ b/app/pages/components/code-block.wrn @@ -10,10 +10,10 @@ page CodeBlockcomponent {
W WRNexusJS - +
-
content component

CodeBlock

Reusable code block component.

@wrnexus/ui 0.2.654 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CodeBlock
+      
content component

CodeBlock

Reusable code block component.

@wrnexus/ui 0.2.664 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CodeBlock
   language="text"
   filename="filename"
   code="code"
@@ -42,7 +42,7 @@ page CodeBlockcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/code-copy-button.wrn b/app/pages/components/code-copy-button.wrn index f0317fc5..10e74901 100644 --- a/app/pages/components/code-copy-button.wrn +++ b/app/pages/components/code-copy-button.wrn @@ -10,10 +10,10 @@ page CodeCopyButtoncomponent {
W WRNexusJS - +
-
actions component

CodeCopyButton

Reusable code copy button component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CodeCopyButton
+      
actions component

CodeCopyButton

Reusable code copy button component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CodeCopyButton
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page CodeCopyButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/code-header.wrn b/app/pages/components/code-header.wrn index 96d494cb..64209992 100644 --- a/app/pages/components/code-header.wrn +++ b/app/pages/components/code-header.wrn @@ -10,10 +10,10 @@ page CodeHeadercomponent {
W WRNexusJS - +
-
layout component

CodeHeader

Reusable code header component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CodeHeader
+      
layout component

CodeHeader

Reusable code header component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CodeHeader
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page CodeHeadercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/code-input.wrn b/app/pages/components/code-input.wrn index ed568bbb..5e91aab6 100644 --- a/app/pages/components/code-input.wrn +++ b/app/pages/components/code-input.wrn @@ -10,10 +10,10 @@ page CodeInputcomponent {
W WRNexusJS - +
-
forms component

CodeInput

Reusable code input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CodeInput
+      
forms component

CodeInput

Reusable code input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CodeInput
   label="Code"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CodeInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/code-language-badge.wrn b/app/pages/components/code-language-badge.wrn index 334d80d0..420bf78f 100644 --- a/app/pages/components/code-language-badge.wrn +++ b/app/pages/components/code-language-badge.wrn @@ -10,10 +10,10 @@ page CodeLanguageBadgecomponent {
W WRNexusJS - +
-
feedback component

CodeLanguageBadge

Reusable code language badge component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CodeLanguageBadge
+      
feedback component

CodeLanguageBadge

Reusable code language badge component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CodeLanguageBadge
   label="CodeLanguage"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page CodeLanguageBadgecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/code-tabs.wrn b/app/pages/components/code-tabs.wrn index 34f130c7..159f1939 100644 --- a/app/pages/components/code-tabs.wrn +++ b/app/pages/components/code-tabs.wrn @@ -10,10 +10,10 @@ page CodeTabscomponent {
W WRNexusJS - +
-
content component

CodeTabs

Reusable code tabs component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CodeTabs
+      
content component

CodeTabs

Reusable code tabs component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CodeTabs
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page CodeTabscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/code-text.wrn b/app/pages/components/code-text.wrn index 6cccace5..6db8713b 100644 --- a/app/pages/components/code-text.wrn +++ b/app/pages/components/code-text.wrn @@ -10,10 +10,10 @@ page CodeTextcomponent {
W WRNexusJS - +
-
content component

CodeText

Reusable code text component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CodeText
+      
content component

CodeText

Reusable code text component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CodeText
   text="text"
   align="start"
 />

Legacy mount name: data-component="CodeText".

Props and attributes

PropTypeRequirementDefault
textstringOptional""
alignstringOptional"start"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/CodeText.wrn

component CodeText {
@@ -28,7 +28,7 @@ page CodeTextcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/code.wrn b/app/pages/components/code.wrn index 7d76ac99..d6b7cb8d 100644 --- a/app/pages/components/code.wrn +++ b/app/pages/components/code.wrn @@ -10,10 +10,10 @@ page Codecomponent {
W WRNexusJS - +
-
content component

Code

Reusable code component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Code
+      
content component

Code

Reusable code component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Code
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page Codecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/cohort-chart.wrn b/app/pages/components/cohort-chart.wrn index 73d6aa98..763d137d 100644 --- a/app/pages/components/cohort-chart.wrn +++ b/app/pages/components/cohort-chart.wrn @@ -10,10 +10,10 @@ page CohortChartcomponent {
W WRNexusJS - +
-
visualization component

CohortChart

Reusable cohort chart component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CohortChart
+      
visualization component

CohortChart

Reusable cohort chart component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CohortChart
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page CohortChartcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/color-grid.wrn b/app/pages/components/color-grid.wrn index 8fb41ae2..24aebbb0 100644 --- a/app/pages/components/color-grid.wrn +++ b/app/pages/components/color-grid.wrn @@ -10,10 +10,10 @@ page ColorGridcomponent {
W WRNexusJS - +
-
data component

ColorGrid

Reusable color grid component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ColorGrid
+      
data component

ColorGrid

Reusable color grid component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ColorGrid
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ColorGridcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/color-hex-input.wrn b/app/pages/components/color-hex-input.wrn index 9d294b06..40723003 100644 --- a/app/pages/components/color-hex-input.wrn +++ b/app/pages/components/color-hex-input.wrn @@ -10,10 +10,10 @@ page ColorHexInputcomponent {
W WRNexusJS - +
-
forms component

ColorHexInput

Reusable color hex input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ColorHexInput
+      
forms component

ColorHexInput

Reusable color hex input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ColorHexInput
   label="ColorHex"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ColorHexInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/color-picker.wrn b/app/pages/components/color-picker.wrn index 8a99f882..254f3245 100644 --- a/app/pages/components/color-picker.wrn +++ b/app/pages/components/color-picker.wrn @@ -10,10 +10,10 @@ page ColorPickercomponent {
W WRNexusJS - +
-
forms component

ColorPicker

Reusable color picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ColorPicker
+      
forms component

ColorPicker

Reusable color picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ColorPicker
   label="Color"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ColorPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/color-selector.wrn b/app/pages/components/color-selector.wrn index 2372d4c0..4eb015cc 100644 --- a/app/pages/components/color-selector.wrn +++ b/app/pages/components/color-selector.wrn @@ -10,10 +10,10 @@ page ColorSelectorcomponent {
W WRNexusJS - +
-
forms component

ColorSelector

Reusable color selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ColorSelector
+      
forms component

ColorSelector

Reusable color selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ColorSelector
   label="Color"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ColorSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/color-swatch.wrn b/app/pages/components/color-swatch.wrn index 90a18591..52b62377 100644 --- a/app/pages/components/color-swatch.wrn +++ b/app/pages/components/color-swatch.wrn @@ -10,10 +10,10 @@ page ColorSwatchcomponent {
W WRNexusJS - +
-
content component

ColorSwatch

Reusable color swatch component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ColorSwatch
+      
content component

ColorSwatch

Reusable color swatch component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ColorSwatch
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ColorSwatchcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/combobox.wrn b/app/pages/components/combobox.wrn index d3d566b9..4288d6e5 100644 --- a/app/pages/components/combobox.wrn +++ b/app/pages/components/combobox.wrn @@ -10,10 +10,10 @@ page Comboboxcomponent {
W WRNexusJS - +
-
core component

Combobox

Reusable combobox component.

@wrnexus/ui 0.2.658 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Combobox
+      
core component

Combobox

Reusable combobox component.

@wrnexus/ui 0.2.668 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Combobox
   id="combobox"
   name="name"
   label="Choose an option"
@@ -39,7 +39,7 @@ page Comboboxcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/coming-soon-badge.wrn b/app/pages/components/coming-soon-badge.wrn index 05c0a14c..261c3c79 100644 --- a/app/pages/components/coming-soon-badge.wrn +++ b/app/pages/components/coming-soon-badge.wrn @@ -10,10 +10,10 @@ page ComingSoonBadgecomponent {
W WRNexusJS - +
-
feedback component

ComingSoonBadge

Reusable coming soon badge component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ComingSoonBadge
+      
feedback component

ComingSoonBadge

Reusable coming soon badge component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ComingSoonBadge
   label="ComingSoon"
   variant="default"
 />

Legacy mount name: data-component="ComingSoonBadge".

Props and attributes

PropTypeRequirementDefault
labelstringOptional"ComingSoon"
variantstringOptional"default"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/ComingSoonBadge.wrn

component ComingSoonBadge {
@@ -28,7 +28,7 @@ page ComingSoonBadgecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/coming-soon-state.wrn b/app/pages/components/coming-soon-state.wrn index a12520d1..54ee97a5 100644 --- a/app/pages/components/coming-soon-state.wrn +++ b/app/pages/components/coming-soon-state.wrn @@ -10,10 +10,10 @@ page ComingSoonStatecomponent {
W WRNexusJS - +
-
feedback component

ComingSoonState

Reusable coming soon state component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ComingSoonState
+      
feedback component

ComingSoonState

Reusable coming soon state component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ComingSoonState
   label="ComingSoon"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ComingSoonStatecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/command-block.wrn b/app/pages/components/command-block.wrn index 721f57a0..b472d4c4 100644 --- a/app/pages/components/command-block.wrn +++ b/app/pages/components/command-block.wrn @@ -10,10 +10,10 @@ page CommandBlockcomponent {
W WRNexusJS - +
-
content component

CommandBlock

Reusable command block component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CommandBlock
+      
content component

CommandBlock

Reusable command block component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CommandBlock
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page CommandBlockcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/command-menu.wrn b/app/pages/components/command-menu.wrn index 0d971624..8fd030ab 100644 --- a/app/pages/components/command-menu.wrn +++ b/app/pages/components/command-menu.wrn @@ -10,10 +10,10 @@ page CommandMenucomponent {
W WRNexusJS - +
-
overlays component

CommandMenu

Reusable command menu component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CommandMenu
+      
overlays component

CommandMenu

Reusable command menu component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CommandMenu
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page CommandMenucomponent {
     }
 }
 
- + } diff --git a/app/pages/components/command-search-input.wrn b/app/pages/components/command-search-input.wrn index d37db733..27e280d7 100644 --- a/app/pages/components/command-search-input.wrn +++ b/app/pages/components/command-search-input.wrn @@ -10,10 +10,10 @@ page CommandSearchInputcomponent {
W WRNexusJS - +
-
forms component

CommandSearchInput

Reusable command search input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CommandSearchInput
+      
forms component

CommandSearchInput

Reusable command search input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CommandSearchInput
   label="CommandSearch"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CommandSearchInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/company-hero.wrn b/app/pages/components/company-hero.wrn index 733a3c70..f167e852 100644 --- a/app/pages/components/company-hero.wrn +++ b/app/pages/components/company-hero.wrn @@ -10,10 +10,10 @@ page CompanyHerocomponent {
W WRNexusJS - +
-
layout component

CompanyHero

Reusable company hero component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CompanyHero
+      
layout component

CompanyHero

Reusable company hero component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CompanyHero
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page CompanyHerocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/company-name-input.wrn b/app/pages/components/company-name-input.wrn index 986c44b4..7b3734db 100644 --- a/app/pages/components/company-name-input.wrn +++ b/app/pages/components/company-name-input.wrn @@ -10,10 +10,10 @@ page CompanyNameInputcomponent {
W WRNexusJS - +
-
forms component

CompanyNameInput

Reusable company name input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CompanyNameInput
+      
forms component

CompanyNameInput

Reusable company name input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CompanyNameInput
   label="CompanyName"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CompanyNameInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/company-page-shell.wrn b/app/pages/components/company-page-shell.wrn index 7c979365..12ab5b67 100644 --- a/app/pages/components/company-page-shell.wrn +++ b/app/pages/components/company-page-shell.wrn @@ -10,10 +10,10 @@ page CompanyPageShellcomponent {
W WRNexusJS - +
-
layout component

CompanyPageShell

Reusable company page shell component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CompanyPageShell
+      
layout component

CompanyPageShell

Reusable company page shell component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CompanyPageShell
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page CompanyPageShellcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/company-size-selector.wrn b/app/pages/components/company-size-selector.wrn index 03a56a6a..4b969600 100644 --- a/app/pages/components/company-size-selector.wrn +++ b/app/pages/components/company-size-selector.wrn @@ -10,10 +10,10 @@ page CompanySizeSelectorcomponent {
W WRNexusJS - +
-
forms component

CompanySizeSelector

Reusable company size selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CompanySizeSelector
+      
forms component

CompanySizeSelector

Reusable company size selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CompanySizeSelector
   label="CompanySize"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CompanySizeSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/comparison-date-range-picker.wrn b/app/pages/components/comparison-date-range-picker.wrn index a188fde4..7bb65fea 100644 --- a/app/pages/components/comparison-date-range-picker.wrn +++ b/app/pages/components/comparison-date-range-picker.wrn @@ -10,10 +10,10 @@ page ComparisonDateRangePickercomponent {
W WRNexusJS - +
-
forms component

ComparisonDateRangePicker

Reusable comparison date range picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ComparisonDateRangePicker
+      
forms component

ComparisonDateRangePicker

Reusable comparison date range picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ComparisonDateRangePicker
   label="ComparisonDateRange"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ComparisonDateRangePickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/comparison-table.wrn b/app/pages/components/comparison-table.wrn index e0e2a16a..e9adc21a 100644 --- a/app/pages/components/comparison-table.wrn +++ b/app/pages/components/comparison-table.wrn @@ -10,10 +10,10 @@ page ComparisonTablecomponent {
W WRNexusJS - +
-
data component

ComparisonTable

Reusable comparison table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ComparisonTable
+      
data component

ComparisonTable

Reusable comparison table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ComparisonTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ComparisonTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/completion-meter.wrn b/app/pages/components/completion-meter.wrn index c9ae4ddc..2a818e36 100644 --- a/app/pages/components/completion-meter.wrn +++ b/app/pages/components/completion-meter.wrn @@ -10,10 +10,10 @@ page CompletionMetercomponent {
W WRNexusJS - +
-
visualization component

CompletionMeter

Reusable completion meter component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CompletionMeter
+      
visualization component

CompletionMeter

Reusable completion meter component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CompletionMeter
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page CompletionMetercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/compliance-badge-list.wrn b/app/pages/components/compliance-badge-list.wrn index c0b11cae..8f088ceb 100644 --- a/app/pages/components/compliance-badge-list.wrn +++ b/app/pages/components/compliance-badge-list.wrn @@ -10,10 +10,10 @@ page ComplianceBadgeListcomponent {
W WRNexusJS - +
-
data component

ComplianceBadgeList

Reusable compliance badge list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ComplianceBadgeList
+      
data component

ComplianceBadgeList

Reusable compliance badge list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ComplianceBadgeList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ComplianceBadgeListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/compliance-program-card.wrn b/app/pages/components/compliance-program-card.wrn index fa9b275e..22b46bb9 100644 --- a/app/pages/components/compliance-program-card.wrn +++ b/app/pages/components/compliance-program-card.wrn @@ -10,10 +10,10 @@ page ComplianceProgramCardcomponent {
W WRNexusJS - +
-
content component

ComplianceProgramCard

Reusable compliance program card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ComplianceProgramCard
+      
content component

ComplianceProgramCard

Reusable compliance program card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ComplianceProgramCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ComplianceProgramCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/confirm-password-input.wrn b/app/pages/components/confirm-password-input.wrn index c6906c14..421061ae 100644 --- a/app/pages/components/confirm-password-input.wrn +++ b/app/pages/components/confirm-password-input.wrn @@ -10,10 +10,10 @@ page ConfirmPasswordInputcomponent {
W WRNexusJS - +
-
forms component

ConfirmPasswordInput

Reusable confirm password input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ConfirmPasswordInput
+      
forms component

ConfirmPasswordInput

Reusable confirm password input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ConfirmPasswordInput
   label="ConfirmPassword"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ConfirmPasswordInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/confirmation-dialog.wrn b/app/pages/components/confirmation-dialog.wrn index 12953886..8baa169d 100644 --- a/app/pages/components/confirmation-dialog.wrn +++ b/app/pages/components/confirmation-dialog.wrn @@ -10,10 +10,10 @@ page ConfirmationDialogcomponent {
W WRNexusJS - +
-
overlays component

ConfirmationDialog

Reusable confirmation dialog component.

@wrnexus/ui 0.2.657 props1 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ConfirmationDialog
+      
overlays component

ConfirmationDialog

Reusable confirmation dialog component.

@wrnexus/ui 0.2.667 props1 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ConfirmationDialog
   title="Confirm action"
   description="Are you sure you want to continue?"
   confirmLabel="Confirm"
@@ -46,7 +46,7 @@ page ConfirmationDialogcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/connected-account-card.wrn b/app/pages/components/connected-account-card.wrn index 94b55012..09d744f5 100644 --- a/app/pages/components/connected-account-card.wrn +++ b/app/pages/components/connected-account-card.wrn @@ -10,10 +10,10 @@ page ConnectedAccountCardcomponent {
W WRNexusJS - +
-
content component

ConnectedAccountCard

Reusable connected account card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ConnectedAccountCard
+      
content component

ConnectedAccountCard

Reusable connected account card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ConnectedAccountCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ConnectedAccountCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/connection-card.wrn b/app/pages/components/connection-card.wrn index e6dcd5e2..2c9ebb78 100644 --- a/app/pages/components/connection-card.wrn +++ b/app/pages/components/connection-card.wrn @@ -10,10 +10,10 @@ page ConnectionCardcomponent {
W WRNexusJS - +
-
content component

ConnectionCard

Reusable connection card component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ConnectionCard
+      
content component

ConnectionCard

Reusable connection card component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ConnectionCard
   title="title"
   description="description"
   href="href"
@@ -36,7 +36,7 @@ page ConnectionCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/consent-timeline-preview.wrn b/app/pages/components/consent-timeline-preview.wrn index b4f692b5..843b5838 100644 --- a/app/pages/components/consent-timeline-preview.wrn +++ b/app/pages/components/consent-timeline-preview.wrn @@ -10,10 +10,10 @@ page ConsentTimelinePreviewcomponent {
W WRNexusJS - +
-
content component

ConsentTimelinePreview

Reusable consent timeline preview component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ConsentTimelinePreview
+      
content component

ConsentTimelinePreview

Reusable consent timeline preview component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ConsentTimelinePreview
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -63,7 +63,7 @@ page ConsentTimelinePreviewcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/contact-card.wrn b/app/pages/components/contact-card.wrn index 00fe4ef6..273e57b1 100644 --- a/app/pages/components/contact-card.wrn +++ b/app/pages/components/contact-card.wrn @@ -10,10 +10,10 @@ page ContactCardcomponent {
W WRNexusJS - +
-
content component

ContactCard

Reusable contact card component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ContactCard
+      
content component

ContactCard

Reusable contact card component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ContactCard
   title="title"
   description="description"
   href="href"
@@ -36,7 +36,7 @@ page ContactCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/contact-cta.wrn b/app/pages/components/contact-cta.wrn index 366518a5..85af7b35 100644 --- a/app/pages/components/contact-cta.wrn +++ b/app/pages/components/contact-cta.wrn @@ -10,10 +10,10 @@ page ContactCTAcomponent {
W WRNexusJS - +
-
actions component

ContactCTA

Reusable contact c t a component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ContactCTA
+      
actions component

ContactCTA

Reusable contact c t a component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ContactCTA
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page ContactCTAcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/contact-form.wrn b/app/pages/components/contact-form.wrn index 568a0b7e..70a7177d 100644 --- a/app/pages/components/contact-form.wrn +++ b/app/pages/components/contact-form.wrn @@ -10,10 +10,10 @@ page ContactFormcomponent {
W WRNexusJS - +
-
content component

ContactForm

Reusable contact form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ContactForm
+      
content component

ContactForm

Reusable contact form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ContactForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ContactFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/contact-hero.wrn b/app/pages/components/contact-hero.wrn index 4ee4c26b..9598906c 100644 --- a/app/pages/components/contact-hero.wrn +++ b/app/pages/components/contact-hero.wrn @@ -10,10 +10,10 @@ page ContactHerocomponent {
W WRNexusJS - +
-
layout component

ContactHero

Reusable contact hero component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ContactHero
+      
layout component

ContactHero

Reusable contact hero component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ContactHero
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ContactHerocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/contact-page-shell.wrn b/app/pages/components/contact-page-shell.wrn index 97cb356f..d91c8bc1 100644 --- a/app/pages/components/contact-page-shell.wrn +++ b/app/pages/components/contact-page-shell.wrn @@ -10,10 +10,10 @@ page ContactPageShellcomponent {
W WRNexusJS - +
-
layout component

ContactPageShell

Reusable contact page shell component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ContactPageShell
+      
layout component

ContactPageShell

Reusable contact page shell component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ContactPageShell
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ContactPageShellcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/contact-sales-banner.wrn b/app/pages/components/contact-sales-banner.wrn index 92cf1c6b..ac24b636 100644 --- a/app/pages/components/contact-sales-banner.wrn +++ b/app/pages/components/contact-sales-banner.wrn @@ -10,10 +10,10 @@ page ContactSalesBannercomponent {
W WRNexusJS - +
-
core component

ContactSalesBanner

Reusable contact sales banner component.

@wrnexus/ui 0.2.6513 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ContactSalesBanner
+      
core component

ContactSalesBanner

Reusable contact sales banner component.

@wrnexus/ui 0.2.6613 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ContactSalesBanner
   eyebrow="Enterprise identity"
   title="Ready to secure your next application?"
   description="description"
@@ -213,7 +213,7 @@ page ContactSalesBannercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/contact-sales-button.wrn b/app/pages/components/contact-sales-button.wrn index b39c1d8f..93d563ae 100644 --- a/app/pages/components/contact-sales-button.wrn +++ b/app/pages/components/contact-sales-button.wrn @@ -10,10 +10,10 @@ page ContactSalesButtoncomponent {
W WRNexusJS - +
-
actions component

ContactSalesButton

Reusable contact sales button component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ContactSalesButton
+      
actions component

ContactSalesButton

Reusable contact sales button component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ContactSalesButton
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page ContactSalesButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/contact-sales-form.wrn b/app/pages/components/contact-sales-form.wrn index 326004eb..e64dd6fb 100644 --- a/app/pages/components/contact-sales-form.wrn +++ b/app/pages/components/contact-sales-form.wrn @@ -10,10 +10,10 @@ page ContactSalesFormcomponent {
W WRNexusJS - +
-
content component

ContactSalesForm

Reusable contact sales form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ContactSalesForm
+      
content component

ContactSalesForm

Reusable contact sales form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ContactSalesForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ContactSalesFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/container.wrn b/app/pages/components/container.wrn index cfecdea9..51723514 100644 --- a/app/pages/components/container.wrn +++ b/app/pages/components/container.wrn @@ -10,10 +10,10 @@ page Containercomponent {
W WRNexusJS - +
-
core component

Container

Reusable container component.

@wrnexus/ui 0.2.652 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Container
+      
core component

Container

Reusable container component.

@wrnexus/ui 0.2.662 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Container
   size="default"
 />

Legacy mount name: data-component="Container".

Props and attributes

PropTypeRequirementDefault
sizestringOptional"default"
classNamestringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Container.wrn

component Container {
   props {
@@ -27,7 +27,7 @@ page Containercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/context-menu.wrn b/app/pages/components/context-menu.wrn index bb361a19..ae4e22c6 100644 --- a/app/pages/components/context-menu.wrn +++ b/app/pages/components/context-menu.wrn @@ -10,10 +10,10 @@ page ContextMenucomponent {
W WRNexusJS - +
-
overlays component

ContextMenu

Reusable context menu component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ContextMenu
+      
overlays component

ContextMenu

Reusable context menu component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ContextMenu
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page ContextMenucomponent {
     }
 }
 
- + } diff --git a/app/pages/components/context-switcher.wrn b/app/pages/components/context-switcher.wrn index be795320..ac2a72f2 100644 --- a/app/pages/components/context-switcher.wrn +++ b/app/pages/components/context-switcher.wrn @@ -10,10 +10,10 @@ page ContextSwitchercomponent {
W WRNexusJS - +
-
content component

ContextSwitcher

Reusable context switcher component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ContextSwitcher
+      
content component

ContextSwitcher

Reusable context switcher component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ContextSwitcher
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ContextSwitchercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/conversation-list.wrn b/app/pages/components/conversation-list.wrn index 36955e93..ff05ef28 100644 --- a/app/pages/components/conversation-list.wrn +++ b/app/pages/components/conversation-list.wrn @@ -10,10 +10,10 @@ page ConversationListcomponent {
W WRNexusJS - +
-
data component

ConversationList

Reusable conversation list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ConversationList
+      
data component

ConversationList

Reusable conversation list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ConversationList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ConversationListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/conversation-preview.wrn b/app/pages/components/conversation-preview.wrn index 37f4170a..1152c1c8 100644 --- a/app/pages/components/conversation-preview.wrn +++ b/app/pages/components/conversation-preview.wrn @@ -10,10 +10,10 @@ page ConversationPreviewcomponent {
W WRNexusJS - +
-
content component

ConversationPreview

Reusable conversation preview component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ConversationPreview
+      
content component

ConversationPreview

Reusable conversation preview component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ConversationPreview
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -53,7 +53,7 @@ page ConversationPreviewcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/conversion-chart.wrn b/app/pages/components/conversion-chart.wrn index d4ad3ab3..01c7ba81 100644 --- a/app/pages/components/conversion-chart.wrn +++ b/app/pages/components/conversion-chart.wrn @@ -10,10 +10,10 @@ page ConversionChartcomponent {
W WRNexusJS - +
-
visualization component

ConversionChart

Reusable conversion chart component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ConversionChart
+      
visualization component

ConversionChart

Reusable conversion chart component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ConversionChart
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page ConversionChartcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/cookie-banner.wrn b/app/pages/components/cookie-banner.wrn index 80f13f23..7d1fa58b 100644 --- a/app/pages/components/cookie-banner.wrn +++ b/app/pages/components/cookie-banner.wrn @@ -10,10 +10,10 @@ page CookieBannercomponent {
W WRNexusJS - +
-
feedback component

CookieBanner

Reusable cookie banner component.

@wrnexus/ui 0.2.654 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CookieBanner
+      
feedback component

CookieBanner

Reusable cookie banner component.

@wrnexus/ui 0.2.664 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CookieBanner
   title="We use cookies"
   description="We use essential cookies and optional analytics to improve your experience."
   privacyHref="/privacy"
@@ -42,7 +42,7 @@ page CookieBannercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/cookie-category-list.wrn b/app/pages/components/cookie-category-list.wrn index d7ff7572..250ea375 100644 --- a/app/pages/components/cookie-category-list.wrn +++ b/app/pages/components/cookie-category-list.wrn @@ -10,10 +10,10 @@ page CookieCategoryListcomponent {
W WRNexusJS - +
-
data component

CookieCategoryList

Reusable cookie category list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CookieCategoryList
+      
data component

CookieCategoryList

Reusable cookie category list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CookieCategoryList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page CookieCategoryListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/cookie-category-toggle.wrn b/app/pages/components/cookie-category-toggle.wrn index 7bbaaba5..92176bd4 100644 --- a/app/pages/components/cookie-category-toggle.wrn +++ b/app/pages/components/cookie-category-toggle.wrn @@ -10,10 +10,10 @@ page CookieCategoryTogglecomponent {
W WRNexusJS - +
-
forms component

CookieCategoryToggle

Reusable cookie category toggle component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CookieCategoryToggle
+      
forms component

CookieCategoryToggle

Reusable cookie category toggle component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CookieCategoryToggle
   label="CookieCategory"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CookieCategoryTogglecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/cookie-consent.wrn b/app/pages/components/cookie-consent.wrn index 0f909215..9c367aee 100644 --- a/app/pages/components/cookie-consent.wrn +++ b/app/pages/components/cookie-consent.wrn @@ -10,10 +10,10 @@ page CookieConsentcomponent {
W WRNexusJS - +
-
core component

CookieConsent

Reusable cookie consent component.

@wrnexus/ui 0.2.651 props0 slots2 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CookieConsent />

Legacy mount name: data-component="CookieConsent".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

This component does not declare a slot.

Events

  • click
  • change

Source contract

Installed source: components/CookieConsent.wrn

component CookieConsent {
+      
core component

CookieConsent

Reusable cookie consent component.

@wrnexus/ui 0.2.661 props0 slots2 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CookieConsent />

Legacy mount name: data-component="CookieConsent".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

This component does not declare a slot.

Events

  • click
  • change

Source contract

Installed source: components/CookieConsent.wrn

component CookieConsent {
     props {
         class: string = ""
     }
@@ -364,7 +364,7 @@ page CookieConsentcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/cookie-details-table.wrn b/app/pages/components/cookie-details-table.wrn index 49f14c62..554e3d37 100644 --- a/app/pages/components/cookie-details-table.wrn +++ b/app/pages/components/cookie-details-table.wrn @@ -10,10 +10,10 @@ page CookieDetailsTablecomponent {
W WRNexusJS - +
-
data component

CookieDetailsTable

Reusable cookie details table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CookieDetailsTable
+      
data component

CookieDetailsTable

Reusable cookie details table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CookieDetailsTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page CookieDetailsTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/cookie-preferences-dialog.wrn b/app/pages/components/cookie-preferences-dialog.wrn index f46010e3..34df33eb 100644 --- a/app/pages/components/cookie-preferences-dialog.wrn +++ b/app/pages/components/cookie-preferences-dialog.wrn @@ -10,10 +10,10 @@ page CookiePreferencesDialogcomponent {
W WRNexusJS - +
-
overlays component

CookiePreferencesDialog

Reusable cookie preferences dialog component.

@wrnexus/ui 0.2.657 props0 slots2 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CookiePreferencesDialog
+      
overlays component

CookiePreferencesDialog

Reusable cookie preferences dialog component.

@wrnexus/ui 0.2.667 props0 slots2 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CookiePreferencesDialog
   title="Cookie preferences"
   description="Choose which optional cookies you allow. Essential cookies are always enabled."
   saveLabel="Save preferences"
@@ -70,7 +70,7 @@ page CookiePreferencesDialogcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/cookie-table.wrn b/app/pages/components/cookie-table.wrn index d18587a9..3b1d68d6 100644 --- a/app/pages/components/cookie-table.wrn +++ b/app/pages/components/cookie-table.wrn @@ -10,10 +10,10 @@ page CookieTablecomponent {
W WRNexusJS - +
-
data component

CookieTable

Reusable cookie table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CookieTable
+      
data component

CookieTable

Reusable cookie table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CookieTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page CookieTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/coordinates-input.wrn b/app/pages/components/coordinates-input.wrn index b9a741a4..74b72a08 100644 --- a/app/pages/components/coordinates-input.wrn +++ b/app/pages/components/coordinates-input.wrn @@ -10,10 +10,10 @@ page CoordinatesInputcomponent {
W WRNexusJS - +
-
forms component

CoordinatesInput

Reusable coordinates input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CoordinatesInput
+      
forms component

CoordinatesInput

Reusable coordinates input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CoordinatesInput
   label="Coordinates"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CoordinatesInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/coordinates-picker.wrn b/app/pages/components/coordinates-picker.wrn index 1812a14d..2a2b3fb4 100644 --- a/app/pages/components/coordinates-picker.wrn +++ b/app/pages/components/coordinates-picker.wrn @@ -10,10 +10,10 @@ page CoordinatesPickercomponent {
W WRNexusJS - +
-
forms component

CoordinatesPicker

Reusable coordinates picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CoordinatesPicker
+      
forms component

CoordinatesPicker

Reusable coordinates picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CoordinatesPicker
   label="Coordinates"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CoordinatesPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/copy-button.wrn b/app/pages/components/copy-button.wrn index bea36d57..fb2abbdb 100644 --- a/app/pages/components/copy-button.wrn +++ b/app/pages/components/copy-button.wrn @@ -10,10 +10,10 @@ page CopyButtoncomponent {
W WRNexusJS - +
-
actions component

CopyButton

Reusable copy button component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CopyButton
+      
actions component

CopyButton

Reusable copy button component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CopyButton
   label="Action"
   type="button"
   disabled="false"
@@ -30,7 +30,7 @@ page CopyButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/copy-code-button.wrn b/app/pages/components/copy-code-button.wrn index d7220d9d..bb92378f 100644 --- a/app/pages/components/copy-code-button.wrn +++ b/app/pages/components/copy-code-button.wrn @@ -10,10 +10,10 @@ page CopyCodeButtoncomponent {
W WRNexusJS - +
-
actions component

CopyCodeButton

Reusable copy code button component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CopyCodeButton
+      
actions component

CopyCodeButton

Reusable copy code button component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CopyCodeButton
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page CopyCodeButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/copy-secret-field.wrn b/app/pages/components/copy-secret-field.wrn index cf8566fe..547b7172 100644 --- a/app/pages/components/copy-secret-field.wrn +++ b/app/pages/components/copy-secret-field.wrn @@ -10,10 +10,10 @@ page CopySecretFieldcomponent {
W WRNexusJS - +
-
forms component

CopySecretField

Reusable copy secret field component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CopySecretField
+      
forms component

CopySecretField

Reusable copy secret field component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CopySecretField
   label="CopySecret"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CopySecretFieldcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/cost-breakdown-chart.wrn b/app/pages/components/cost-breakdown-chart.wrn index e572c375..c199727f 100644 --- a/app/pages/components/cost-breakdown-chart.wrn +++ b/app/pages/components/cost-breakdown-chart.wrn @@ -10,10 +10,10 @@ page CostBreakdownChartcomponent {
W WRNexusJS - +
-
visualization component

CostBreakdownChart

Reusable cost breakdown chart component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CostBreakdownChart
+      
visualization component

CostBreakdownChart

Reusable cost breakdown chart component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CostBreakdownChart
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page CostBreakdownChartcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/cost-summary.wrn b/app/pages/components/cost-summary.wrn index 2a9e7f47..b218fb50 100644 --- a/app/pages/components/cost-summary.wrn +++ b/app/pages/components/cost-summary.wrn @@ -10,10 +10,10 @@ page CostSummarycomponent {
W WRNexusJS - +
-
content component

CostSummary

Reusable cost summary component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CostSummary
+      
content component

CostSummary

Reusable cost summary component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CostSummary
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page CostSummarycomponent {
     }
 }
 
- + } diff --git a/app/pages/components/counter.wrn b/app/pages/components/counter.wrn index c70b1f18..1c4db253 100644 --- a/app/pages/components/counter.wrn +++ b/app/pages/components/counter.wrn @@ -10,10 +10,10 @@ page Countercomponent {
W WRNexusJS - +
-
feedback component

Counter

Reusable counter component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Counter
+      
feedback component

Counter

Reusable counter component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Counter
   label="Status"
   variant="default"
 />

Legacy mount name: data-component="Counter".

Props and attributes

PropTypeRequirementDefault
labelstringOptional"Status"
variantstringOptional"default"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Counter.wrn

component Counter {
@@ -28,7 +28,7 @@ page Countercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/country-calling-code-input.wrn b/app/pages/components/country-calling-code-input.wrn index b28dc4b0..92e2527a 100644 --- a/app/pages/components/country-calling-code-input.wrn +++ b/app/pages/components/country-calling-code-input.wrn @@ -10,10 +10,10 @@ page CountryCallingCodeInputcomponent {
W WRNexusJS - +
-
forms component

CountryCallingCodeInput

Reusable country calling code input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CountryCallingCodeInput
+      
forms component

CountryCallingCodeInput

Reusable country calling code input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CountryCallingCodeInput
   label="CountryCallingCode"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CountryCallingCodeInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/country-calling-code-selector.wrn b/app/pages/components/country-calling-code-selector.wrn index 6492ab34..0940d75f 100644 --- a/app/pages/components/country-calling-code-selector.wrn +++ b/app/pages/components/country-calling-code-selector.wrn @@ -10,10 +10,10 @@ page CountryCallingCodeSelectorcomponent {
W WRNexusJS - +
-
forms component

CountryCallingCodeSelector

Reusable country calling code selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CountryCallingCodeSelector
+      
forms component

CountryCallingCodeSelector

Reusable country calling code selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CountryCallingCodeSelector
   label="CountryCallingCode"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CountryCallingCodeSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/country-selector.wrn b/app/pages/components/country-selector.wrn index d1ef2f1d..786fded3 100644 --- a/app/pages/components/country-selector.wrn +++ b/app/pages/components/country-selector.wrn @@ -10,10 +10,10 @@ page CountrySelectorcomponent {
W WRNexusJS - +
-
forms component

CountrySelector

Reusable country selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CountrySelector
+      
forms component

CountrySelector

Reusable country selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CountrySelector
   label="Country"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CountrySelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/coupon-input.wrn b/app/pages/components/coupon-input.wrn index 99620402..8110c6cc 100644 --- a/app/pages/components/coupon-input.wrn +++ b/app/pages/components/coupon-input.wrn @@ -10,10 +10,10 @@ page CouponInputcomponent {
W WRNexusJS - +
-
forms component

CouponInput

Reusable coupon input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CouponInput
+      
forms component

CouponInput

Reusable coupon input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CouponInput
   label="Coupon"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CouponInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/credit-amount-input.wrn b/app/pages/components/credit-amount-input.wrn index 4a541ce6..e59cc96b 100644 --- a/app/pages/components/credit-amount-input.wrn +++ b/app/pages/components/credit-amount-input.wrn @@ -10,10 +10,10 @@ page CreditAmountInputcomponent {
W WRNexusJS - +
-
forms component

CreditAmountInput

Reusable credit amount input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CreditAmountInput
+      
forms component

CreditAmountInput

Reusable credit amount input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CreditAmountInput
   label="CreditAmount"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CreditAmountInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/cron-builder.wrn b/app/pages/components/cron-builder.wrn index dc054e66..9798dde6 100644 --- a/app/pages/components/cron-builder.wrn +++ b/app/pages/components/cron-builder.wrn @@ -10,10 +10,10 @@ page CronBuildercomponent {
W WRNexusJS - +
-
content component

CronBuilder

Reusable cron builder component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CronBuilder
+      
content component

CronBuilder

Reusable cron builder component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CronBuilder
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page CronBuildercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/cron-input.wrn b/app/pages/components/cron-input.wrn index 69f9ae3e..6391497f 100644 --- a/app/pages/components/cron-input.wrn +++ b/app/pages/components/cron-input.wrn @@ -10,10 +10,10 @@ page CronInputcomponent {
W WRNexusJS - +
-
forms component

CronInput

Reusable cron input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CronInput
+      
forms component

CronInput

Reusable cron input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CronInput
   label="Cron"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CronInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/csv-upload.wrn b/app/pages/components/csv-upload.wrn index c275358a..f0a0abeb 100644 --- a/app/pages/components/csv-upload.wrn +++ b/app/pages/components/csv-upload.wrn @@ -10,10 +10,10 @@ page CsvUploadcomponent {
W WRNexusJS - +
-
content component

CsvUpload

Reusable csv upload component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CsvUpload
+      
content component

CsvUpload

Reusable csv upload component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CsvUpload
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page CsvUploadcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/ctasection.wrn b/app/pages/components/ctasection.wrn index 35576f9a..a19f7a57 100644 --- a/app/pages/components/ctasection.wrn +++ b/app/pages/components/ctasection.wrn @@ -10,10 +10,10 @@ page CTASectioncomponent {
W WRNexusJS - +
-
layout component

CTASection

Reusable c t a section component.

@wrnexus/ui 0.2.658 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CTASection
+      
layout component

CTASection

Reusable c t a section component.

@wrnexus/ui 0.2.668 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CTASection
   eyebrow="Ready?"
   title="Start building today"
   description="description"
@@ -43,7 +43,7 @@ page CTASectioncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/currency-input.wrn b/app/pages/components/currency-input.wrn index fbb03d7d..9c678789 100644 --- a/app/pages/components/currency-input.wrn +++ b/app/pages/components/currency-input.wrn @@ -10,10 +10,10 @@ page CurrencyInputcomponent {
W WRNexusJS - +
-
forms component

CurrencyInput

Reusable currency input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CurrencyInput
+      
forms component

CurrencyInput

Reusable currency input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CurrencyInput
   label="Currency"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CurrencyInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/currency-selector.wrn b/app/pages/components/currency-selector.wrn index 9f851fe0..c07bef75 100644 --- a/app/pages/components/currency-selector.wrn +++ b/app/pages/components/currency-selector.wrn @@ -10,10 +10,10 @@ page CurrencySelectorcomponent {
W WRNexusJS - +
-
forms component

CurrencySelector

Reusable currency selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CurrencySelector
+      
forms component

CurrencySelector

Reusable currency selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CurrencySelector
   label="Currency"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CurrencySelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/current-password-input.wrn b/app/pages/components/current-password-input.wrn index dad6b5a3..e99e0491 100644 --- a/app/pages/components/current-password-input.wrn +++ b/app/pages/components/current-password-input.wrn @@ -10,10 +10,10 @@ page CurrentPasswordInputcomponent {
W WRNexusJS - +
-
forms component

CurrentPasswordInput

Reusable current password input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CurrentPasswordInput
+      
forms component

CurrentPasswordInput

Reusable current password input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CurrentPasswordInput
   label="CurrentPassword"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page CurrentPasswordInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/customer-logo.wrn b/app/pages/components/customer-logo.wrn index 2b907ef1..38556b33 100644 --- a/app/pages/components/customer-logo.wrn +++ b/app/pages/components/customer-logo.wrn @@ -10,10 +10,10 @@ page CustomerLogocomponent {
W WRNexusJS - +
-
content component

CustomerLogo

Reusable customer logo component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CustomerLogo
+      
content component

CustomerLogo

Reusable customer logo component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CustomerLogo
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page CustomerLogocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/customer-story-card.wrn b/app/pages/components/customer-story-card.wrn index 6fccadc0..5b40fdbd 100644 --- a/app/pages/components/customer-story-card.wrn +++ b/app/pages/components/customer-story-card.wrn @@ -10,10 +10,10 @@ page CustomerStoryCardcomponent {
W WRNexusJS - +
-
content component

CustomerStoryCard

Reusable customer story card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CustomerStoryCard
+      
content component

CustomerStoryCard

Reusable customer story card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<CustomerStoryCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page CustomerStoryCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/danger-button.wrn b/app/pages/components/danger-button.wrn index dd470371..a5b28eae 100644 --- a/app/pages/components/danger-button.wrn +++ b/app/pages/components/danger-button.wrn @@ -10,10 +10,10 @@ page DangerButtoncomponent {
W WRNexusJS - +
-
actions component

DangerButton

Reusable danger button component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DangerButton
+      
actions component

DangerButton

Reusable danger button component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DangerButton
   label="Action"
   type="button"
   disabled="false"
@@ -30,7 +30,7 @@ page DangerButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/data-protection-card.wrn b/app/pages/components/data-protection-card.wrn index 86090e10..41473332 100644 --- a/app/pages/components/data-protection-card.wrn +++ b/app/pages/components/data-protection-card.wrn @@ -10,10 +10,10 @@ page DataProtectionCardcomponent {
W WRNexusJS - +
-
content component

DataProtectionCard

Reusable data protection card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DataProtectionCard
+      
content component

DataProtectionCard

Reusable data protection card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DataProtectionCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page DataProtectionCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/data-retention-table.wrn b/app/pages/components/data-retention-table.wrn index 8a8a4f99..8cdfdc55 100644 --- a/app/pages/components/data-retention-table.wrn +++ b/app/pages/components/data-retention-table.wrn @@ -10,10 +10,10 @@ page DataRetentionTablecomponent {
W WRNexusJS - +
-
data component

DataRetentionTable

Reusable data retention table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DataRetentionTable
+      
data component

DataRetentionTable

Reusable data retention table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DataRetentionTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page DataRetentionTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/data-table.wrn b/app/pages/components/data-table.wrn index 9e590415..e45348fa 100644 --- a/app/pages/components/data-table.wrn +++ b/app/pages/components/data-table.wrn @@ -10,10 +10,10 @@ page DataTablecomponent {
W WRNexusJS - +
-
data component

DataTable

Reusable data table component.

@wrnexus/ui 0.2.656 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DataTable
+      
data component

DataTable

Reusable data table component.

@wrnexus/ui 0.2.666 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DataTable
   caption="Data table"
   columns="[]"
   rows="[]"
@@ -43,7 +43,7 @@ page DataTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/date-input.wrn b/app/pages/components/date-input.wrn index 2ed2682d..2f68797d 100644 --- a/app/pages/components/date-input.wrn +++ b/app/pages/components/date-input.wrn @@ -10,10 +10,10 @@ page DateInputcomponent {
W WRNexusJS - +
-
forms component

DateInput

Reusable date input component.

@wrnexus/ui 0.2.6512 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DateInput
+      
forms component

DateInput

Reusable date input component.

@wrnexus/ui 0.2.6612 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DateInput
   id="id"
   name="name"
   label="Date"
@@ -45,7 +45,7 @@ page DateInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/date-picker.wrn b/app/pages/components/date-picker.wrn index 9c0d112e..5996a627 100644 --- a/app/pages/components/date-picker.wrn +++ b/app/pages/components/date-picker.wrn @@ -10,10 +10,10 @@ page DatePickercomponent {
W WRNexusJS - +
-
forms component

DatePicker

Reusable date picker component.

@wrnexus/ui 0.2.658 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DatePicker
+      
forms component

DatePicker

Reusable date picker component.

@wrnexus/ui 0.2.668 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DatePicker
   id="date"
   name="date"
   label="Date"
@@ -35,7 +35,7 @@ page DatePickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/date-range-calendar.wrn b/app/pages/components/date-range-calendar.wrn index 323e25a1..5641204d 100644 --- a/app/pages/components/date-range-calendar.wrn +++ b/app/pages/components/date-range-calendar.wrn @@ -10,10 +10,10 @@ page DateRangeCalendarcomponent {
W WRNexusJS - +
-
content component

DateRangeCalendar

Reusable date range calendar component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DateRangeCalendar
+      
content component

DateRangeCalendar

Reusable date range calendar component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DateRangeCalendar
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page DateRangeCalendarcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/date-range-picker.wrn b/app/pages/components/date-range-picker.wrn index 80bb6832..cbfde6da 100644 --- a/app/pages/components/date-range-picker.wrn +++ b/app/pages/components/date-range-picker.wrn @@ -10,10 +10,10 @@ page DateRangePickercomponent {
W WRNexusJS - +
-
forms component

DateRangePicker

Reusable date range picker component.

@wrnexus/ui 0.2.654 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DateRangePicker
+      
forms component

DateRangePicker

Reusable date range picker component.

@wrnexus/ui 0.2.664 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DateRangePicker
   label="Date range"
   startName="startDate"
   endName="endDate"
@@ -35,7 +35,7 @@ page DateRangePickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/date-range-slider.wrn b/app/pages/components/date-range-slider.wrn index 97a9dde7..93923765 100644 --- a/app/pages/components/date-range-slider.wrn +++ b/app/pages/components/date-range-slider.wrn @@ -10,10 +10,10 @@ page DateRangeSlidercomponent {
W WRNexusJS - +
-
content component

DateRangeSlider

Reusable date range slider component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DateRangeSlider
+      
content component

DateRangeSlider

Reusable date range slider component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DateRangeSlider
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page DateRangeSlidercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/date-time-input.wrn b/app/pages/components/date-time-input.wrn index 2b778299..f62bc4f1 100644 --- a/app/pages/components/date-time-input.wrn +++ b/app/pages/components/date-time-input.wrn @@ -10,10 +10,10 @@ page DateTimeInputcomponent {
W WRNexusJS - +
-
forms component

DateTimeInput

Reusable date time input component.

@wrnexus/ui 0.2.6512 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DateTimeInput
+      
forms component

DateTimeInput

Reusable date time input component.

@wrnexus/ui 0.2.6612 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DateTimeInput
   id="id"
   name="name"
   label="DateTime"
@@ -45,7 +45,7 @@ page DateTimeInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/date-time-picker.wrn b/app/pages/components/date-time-picker.wrn index a3cbd8e4..9fecae94 100644 --- a/app/pages/components/date-time-picker.wrn +++ b/app/pages/components/date-time-picker.wrn @@ -10,10 +10,10 @@ page DateTimePickercomponent {
W WRNexusJS - +
-
forms component

DateTimePicker

Reusable date time picker component.

@wrnexus/ui 0.2.659 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DateTimePicker
+      
forms component

DateTimePicker

Reusable date time picker component.

@wrnexus/ui 0.2.669 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DateTimePicker
   id="datetime-picker"
   name="datetime"
   label="Date and time"
@@ -39,7 +39,7 @@ page DateTimePickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/date-time-range-picker.wrn b/app/pages/components/date-time-range-picker.wrn index c77ce311..110d793a 100644 --- a/app/pages/components/date-time-range-picker.wrn +++ b/app/pages/components/date-time-range-picker.wrn @@ -10,10 +10,10 @@ page DateTimeRangePickercomponent {
W WRNexusJS - +
-
forms component

DateTimeRangePicker

Reusable date time range picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DateTimeRangePicker
+      
forms component

DateTimeRangePicker

Reusable date time range picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DateTimeRangePicker
   label="DateTimeRange"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page DateTimeRangePickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/decimal-input.wrn b/app/pages/components/decimal-input.wrn index f94d9982..57d44e49 100644 --- a/app/pages/components/decimal-input.wrn +++ b/app/pages/components/decimal-input.wrn @@ -10,10 +10,10 @@ page DecimalInputcomponent {
W WRNexusJS - +
-
forms component

DecimalInput

Reusable decimal input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DecimalInput
+      
forms component

DecimalInput

Reusable decimal input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DecimalInput
   label="Decimal"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page DecimalInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/definition-list.wrn b/app/pages/components/definition-list.wrn index f36b2502..3f1cf332 100644 --- a/app/pages/components/definition-list.wrn +++ b/app/pages/components/definition-list.wrn @@ -10,10 +10,10 @@ page DefinitionListcomponent {
W WRNexusJS - +
-
data component

DefinitionList

Reusable definition list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DefinitionList
+      
data component

DefinitionList

Reusable definition list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DefinitionList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page DefinitionListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/delete-confirmation-dialog.wrn b/app/pages/components/delete-confirmation-dialog.wrn index 20f71104..1178fc50 100644 --- a/app/pages/components/delete-confirmation-dialog.wrn +++ b/app/pages/components/delete-confirmation-dialog.wrn @@ -10,10 +10,10 @@ page DeleteConfirmationDialogcomponent {
W WRNexusJS - +
-
overlays component

DeleteConfirmationDialog

Reusable delete confirmation dialog component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DeleteConfirmationDialog
+      
overlays component

DeleteConfirmationDialog

Reusable delete confirmation dialog component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DeleteConfirmationDialog
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page DeleteConfirmationDialogcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/delivery-preview.wrn b/app/pages/components/delivery-preview.wrn index 8ef71c4e..ae7abd57 100644 --- a/app/pages/components/delivery-preview.wrn +++ b/app/pages/components/delivery-preview.wrn @@ -10,10 +10,10 @@ page DeliveryPreviewcomponent {
W WRNexusJS - +
-
content component

DeliveryPreview

Reusable delivery preview component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DeliveryPreview
+      
content component

DeliveryPreview

Reusable delivery preview component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DeliveryPreview
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page DeliveryPreviewcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/delivery-status-chart.wrn b/app/pages/components/delivery-status-chart.wrn index ea8984c2..6923d754 100644 --- a/app/pages/components/delivery-status-chart.wrn +++ b/app/pages/components/delivery-status-chart.wrn @@ -10,10 +10,10 @@ page DeliveryStatusChartcomponent {
W WRNexusJS - +
-
visualization component

DeliveryStatusChart

Reusable delivery status chart component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DeliveryStatusChart
+      
visualization component

DeliveryStatusChart

Reusable delivery status chart component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DeliveryStatusChart
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page DeliveryStatusChartcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/delivery-status-timeline.wrn b/app/pages/components/delivery-status-timeline.wrn index 3ae8124e..509bb26a 100644 --- a/app/pages/components/delivery-status-timeline.wrn +++ b/app/pages/components/delivery-status-timeline.wrn @@ -10,10 +10,10 @@ page DeliveryStatusTimelinecomponent {
W WRNexusJS - +
-
visualization component

DeliveryStatusTimeline

Reusable delivery status timeline component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DeliveryStatusTimeline
+      
visualization component

DeliveryStatusTimeline

Reusable delivery status timeline component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DeliveryStatusTimeline
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page DeliveryStatusTimelinecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/demo-request-form.wrn b/app/pages/components/demo-request-form.wrn index 1fefc3ef..8d81a275 100644 --- a/app/pages/components/demo-request-form.wrn +++ b/app/pages/components/demo-request-form.wrn @@ -10,10 +10,10 @@ page DemoRequestFormcomponent {
W WRNexusJS - +
-
content component

DemoRequestForm

Reusable demo request form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DemoRequestForm
+      
content component

DemoRequestForm

Reusable demo request form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DemoRequestForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page DemoRequestFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/department-input.wrn b/app/pages/components/department-input.wrn index 66f8d640..14c88382 100644 --- a/app/pages/components/department-input.wrn +++ b/app/pages/components/department-input.wrn @@ -10,10 +10,10 @@ page DepartmentInputcomponent {
W WRNexusJS - +
-
forms component

DepartmentInput

Reusable department input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DepartmentInput
+      
forms component

DepartmentInput

Reusable department input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DepartmentInput
   label="Department"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page DepartmentInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/deprecated-feature-alert.wrn b/app/pages/components/deprecated-feature-alert.wrn index 32e8d8e5..be0f71ab 100644 --- a/app/pages/components/deprecated-feature-alert.wrn +++ b/app/pages/components/deprecated-feature-alert.wrn @@ -10,10 +10,10 @@ page DeprecatedFeatureAlertcomponent {
W WRNexusJS - +
-
feedback component

DeprecatedFeatureAlert

Reusable deprecated feature alert component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DeprecatedFeatureAlert
+      
feedback component

DeprecatedFeatureAlert

Reusable deprecated feature alert component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DeprecatedFeatureAlert
   label="DeprecatedFeature"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page DeprecatedFeatureAlertcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/description-list.wrn b/app/pages/components/description-list.wrn index 95b3e509..e5e73390 100644 --- a/app/pages/components/description-list.wrn +++ b/app/pages/components/description-list.wrn @@ -10,10 +10,10 @@ page DescriptionListcomponent {
W WRNexusJS - +
-
data component

DescriptionList

Reusable description list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DescriptionList
+      
data component

DescriptionList

Reusable description list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DescriptionList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page DescriptionListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/desktop-navigation.wrn b/app/pages/components/desktop-navigation.wrn index 53ff457a..64ff0c4c 100644 --- a/app/pages/components/desktop-navigation.wrn +++ b/app/pages/components/desktop-navigation.wrn @@ -10,10 +10,10 @@ page DesktopNavigationcomponent {
W WRNexusJS - +
-
layout component

DesktopNavigation

Reusable desktop navigation component.

@wrnexus/ui 0.2.653 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DesktopNavigation
+      
layout component

DesktopNavigation

Reusable desktop navigation component.

@wrnexus/ui 0.2.663 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DesktopNavigation
   label="Primary navigation"
   items="[]"
 />

Legacy mount name: data-component="DesktopNavigation".

Props and attributes

PropTypeRequirementDefault
labelstringOptional"Primary navigation"
itemsstringOptional[]
classstringOptional""

Slots

This component does not declare a slot.

Events

This component does not declare a custom event.

Source contract

Installed source: components/DesktopNavigation.wrn

component DesktopNavigation {
@@ -31,7 +31,7 @@ page DesktopNavigationcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/developer-cta.wrn b/app/pages/components/developer-cta.wrn index b86155b3..cc790230 100644 --- a/app/pages/components/developer-cta.wrn +++ b/app/pages/components/developer-cta.wrn @@ -10,10 +10,10 @@ page DeveloperCTAcomponent {
W WRNexusJS - +
-
actions component

DeveloperCTA

Reusable developer c t a component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DeveloperCTA
+      
actions component

DeveloperCTA

Reusable developer c t a component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DeveloperCTA
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page DeveloperCTAcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/developer-hero.wrn b/app/pages/components/developer-hero.wrn index cca9871b..3a12f232 100644 --- a/app/pages/components/developer-hero.wrn +++ b/app/pages/components/developer-hero.wrn @@ -10,10 +10,10 @@ page DeveloperHerocomponent {
W WRNexusJS - +
-
layout component

DeveloperHero

Reusable developer hero component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DeveloperHero
+      
layout component

DeveloperHero

Reusable developer hero component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DeveloperHero
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page DeveloperHerocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/developer-page-shell.wrn b/app/pages/components/developer-page-shell.wrn index 1f8b9620..3cee8855 100644 --- a/app/pages/components/developer-page-shell.wrn +++ b/app/pages/components/developer-page-shell.wrn @@ -10,10 +10,10 @@ page DeveloperPageShellcomponent {
W WRNexusJS - +
-
layout component

DeveloperPageShell

Reusable developer page shell component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DeveloperPageShell
+      
layout component

DeveloperPageShell

Reusable developer page shell component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DeveloperPageShell
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page DeveloperPageShellcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/developer-search.wrn b/app/pages/components/developer-search.wrn index 68704f7d..5c427989 100644 --- a/app/pages/components/developer-search.wrn +++ b/app/pages/components/developer-search.wrn @@ -10,10 +10,10 @@ page DeveloperSearchcomponent {
W WRNexusJS - +
-
content component

DeveloperSearch

Reusable developer search component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DeveloperSearch
+      
content component

DeveloperSearch

Reusable developer search component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DeveloperSearch
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page DeveloperSearchcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/developers-mega-menu.wrn b/app/pages/components/developers-mega-menu.wrn index f29b2691..579cb4ce 100644 --- a/app/pages/components/developers-mega-menu.wrn +++ b/app/pages/components/developers-mega-menu.wrn @@ -10,10 +10,10 @@ page DevelopersMegaMenucomponent {
W WRNexusJS - +
-
core component

DevelopersMegaMenu

Reusable developers mega menu component.

@wrnexus/ui 0.2.651 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DevelopersMegaMenu />

Legacy mount name: data-component="DevelopersMegaMenu".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

This component does not declare a slot.

Events

This component does not declare a custom event.

Source contract

Installed source: components/DevelopersMegaMenu.wrn

component DevelopersMegaMenu {
+      
core component

DevelopersMegaMenu

Reusable developers mega menu component.

@wrnexus/ui 0.2.661 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DevelopersMegaMenu />

Legacy mount name: data-component="DevelopersMegaMenu".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

This component does not declare a slot.

Events

This component does not declare a custom event.

Source contract

Installed source: components/DevelopersMegaMenu.wrn

component DevelopersMegaMenu {
     props {
         class: string = ""
     }
@@ -413,7 +413,7 @@ page DevelopersMegaMenucomponent {
     }
 }
 
- + } diff --git a/app/pages/components/developers-menu.wrn b/app/pages/components/developers-menu.wrn index 1ae5a403..a93974a0 100644 --- a/app/pages/components/developers-menu.wrn +++ b/app/pages/components/developers-menu.wrn @@ -10,10 +10,10 @@ page DevelopersMenucomponent {
W WRNexusJS - +
-
overlays component

DevelopersMenu

Reusable developers menu component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DevelopersMenu
+      
overlays component

DevelopersMenu

Reusable developers menu component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DevelopersMenu
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page DevelopersMenucomponent {
     }
 }
 
- + } diff --git a/app/pages/components/device-card.wrn b/app/pages/components/device-card.wrn index e58ce34d..99410b95 100644 --- a/app/pages/components/device-card.wrn +++ b/app/pages/components/device-card.wrn @@ -10,10 +10,10 @@ page DeviceCardcomponent {
W WRNexusJS - +
-
content component

DeviceCard

Reusable device card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DeviceCard
+      
content component

DeviceCard

Reusable device card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DeviceCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page DeviceCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/disclosure.wrn b/app/pages/components/disclosure.wrn index 01d3b473..e89266bf 100644 --- a/app/pages/components/disclosure.wrn +++ b/app/pages/components/disclosure.wrn @@ -10,10 +10,10 @@ page disclosurecomponent {
W WRNexusJS - +
-
core component

disclosure

Reusable disclosure component.

@wrnexus/ui 0.2.652 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<disclosure
+      
core component

disclosure

Reusable disclosure component.

@wrnexus/ui 0.2.662 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<disclosure
   summary="Details"
 />

Legacy mount name: data-component="disclosure".

Props and attributes

PropTypeRequirementDefault
summarystringOptional"Details"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/disclosure.wrn

// Expand/collapse section using native <details> (no JS).
 component Disclosure {
@@ -32,7 +32,7 @@ component Disclosure {
     }
 }
 
- + } diff --git a/app/pages/components/discount-input.wrn b/app/pages/components/discount-input.wrn index 471ce40c..053091bf 100644 --- a/app/pages/components/discount-input.wrn +++ b/app/pages/components/discount-input.wrn @@ -10,10 +10,10 @@ page DiscountInputcomponent {
W WRNexusJS - +
-
forms component

DiscountInput

Reusable discount input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DiscountInput
+      
forms component

DiscountInput

Reusable discount input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DiscountInput
   label="Discount"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page DiscountInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/display-heading.wrn b/app/pages/components/display-heading.wrn index 62c65b0c..cd3036b1 100644 --- a/app/pages/components/display-heading.wrn +++ b/app/pages/components/display-heading.wrn @@ -10,10 +10,10 @@ page DisplayHeadingcomponent {
W WRNexusJS - +
-
core component

DisplayHeading

Reusable display heading component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DisplayHeading
+      
core component

DisplayHeading

Reusable display heading component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DisplayHeading
   text="text"
   align="start"
 />

Legacy mount name: data-component="DisplayHeading".

Props and attributes

PropTypeRequirementDefault
textstringOptional""
alignstringOptional"start"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/DisplayHeading.wrn

component DisplayHeading {
@@ -28,7 +28,7 @@ page DisplayHeadingcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/display-name-input.wrn b/app/pages/components/display-name-input.wrn index 523e8e89..eaa1d26f 100644 --- a/app/pages/components/display-name-input.wrn +++ b/app/pages/components/display-name-input.wrn @@ -10,10 +10,10 @@ page DisplayNameInputcomponent {
W WRNexusJS - +
-
forms component

DisplayNameInput

Reusable display name input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DisplayNameInput
+      
forms component

DisplayNameInput

Reusable display name input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DisplayNameInput
   label="DisplayName"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page DisplayNameInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/divider.wrn b/app/pages/components/divider.wrn index c0617ad3..b8813737 100644 --- a/app/pages/components/divider.wrn +++ b/app/pages/components/divider.wrn @@ -10,10 +10,10 @@ page Dividercomponent {
W WRNexusJS - +
-
core component

Divider

Reusable divider component.

@wrnexus/ui 0.2.651 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Divider />

Legacy mount name: data-component="Divider".

Props and attributes

PropTypeRequirementDefault
classNamestringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Divider.wrn

component Divider {
+      
core component

Divider

Reusable divider component.

@wrnexus/ui 0.2.661 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Divider />

Legacy mount name: data-component="Divider".

Props and attributes

PropTypeRequirementDefault
classNamestringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Divider.wrn

component Divider {
   props {
     className = ""
   }
@@ -24,7 +24,7 @@ page Dividercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/do-not-sell-link.wrn b/app/pages/components/do-not-sell-link.wrn index 2115945c..a35ded61 100644 --- a/app/pages/components/do-not-sell-link.wrn +++ b/app/pages/components/do-not-sell-link.wrn @@ -10,10 +10,10 @@ page DoNotSellLinkcomponent {
W WRNexusJS - +
-
actions component

DoNotSellLink

Reusable do not sell link component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DoNotSellLink
+      
actions component

DoNotSellLink

Reusable do not sell link component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DoNotSellLink
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page DoNotSellLinkcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/document-preview.wrn b/app/pages/components/document-preview.wrn index 52bb7a03..4ec4b6ad 100644 --- a/app/pages/components/document-preview.wrn +++ b/app/pages/components/document-preview.wrn @@ -10,10 +10,10 @@ page DocumentPreviewcomponent {
W WRNexusJS - +
-
content component

DocumentPreview

Reusable document preview component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DocumentPreview
+      
content component

DocumentPreview

Reusable document preview component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DocumentPreview
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page DocumentPreviewcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/document-upload.wrn b/app/pages/components/document-upload.wrn index d46fb3e7..0679c93d 100644 --- a/app/pages/components/document-upload.wrn +++ b/app/pages/components/document-upload.wrn @@ -10,10 +10,10 @@ page DocumentUploadcomponent {
W WRNexusJS - +
-
content component

DocumentUpload

Reusable document upload component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DocumentUpload
+      
content component

DocumentUpload

Reusable document upload component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DocumentUpload
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page DocumentUploadcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/domain-input.wrn b/app/pages/components/domain-input.wrn index a7366a6b..62189a0d 100644 --- a/app/pages/components/domain-input.wrn +++ b/app/pages/components/domain-input.wrn @@ -10,10 +10,10 @@ page DomainInputcomponent {
W WRNexusJS - +
-
forms component

DomainInput

Reusable domain input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DomainInput
+      
forms component

DomainInput

Reusable domain input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DomainInput
   label="Domain"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page DomainInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/donut-chart.wrn b/app/pages/components/donut-chart.wrn index 9541c16f..d111c65e 100644 --- a/app/pages/components/donut-chart.wrn +++ b/app/pages/components/donut-chart.wrn @@ -10,10 +10,10 @@ page DonutChartcomponent {
W WRNexusJS - +
-
visualization component

DonutChart

Reusable donut chart component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DonutChart
+      
visualization component

DonutChart

Reusable donut chart component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DonutChart
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page DonutChartcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/download-action.wrn b/app/pages/components/download-action.wrn index d6df4ac5..31ebafc1 100644 --- a/app/pages/components/download-action.wrn +++ b/app/pages/components/download-action.wrn @@ -10,10 +10,10 @@ page DownloadActioncomponent {
W WRNexusJS - +
-
actions component

DownloadAction

Reusable download action component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DownloadAction
+      
actions component

DownloadAction

Reusable download action component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DownloadAction
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page DownloadActioncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/download-button.wrn b/app/pages/components/download-button.wrn index 5a86f3bd..da03ff96 100644 --- a/app/pages/components/download-button.wrn +++ b/app/pages/components/download-button.wrn @@ -10,10 +10,10 @@ page DownloadButtoncomponent {
W WRNexusJS - +
-
actions component

DownloadButton

Reusable download button component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DownloadButton
+      
actions component

DownloadButton

Reusable download button component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DownloadButton
   label="Action"
   type="button"
   disabled="false"
@@ -30,7 +30,7 @@ page DownloadButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/download-gate-form.wrn b/app/pages/components/download-gate-form.wrn index fe643bed..a88854e4 100644 --- a/app/pages/components/download-gate-form.wrn +++ b/app/pages/components/download-gate-form.wrn @@ -10,10 +10,10 @@ page DownloadGateFormcomponent {
W WRNexusJS - +
-
content component

DownloadGateForm

Reusable download gate form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DownloadGateForm
+      
content component

DownloadGateForm

Reusable download gate form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DownloadGateForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page DownloadGateFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/download-policy-button.wrn b/app/pages/components/download-policy-button.wrn index 9be3d317..58bf5b95 100644 --- a/app/pages/components/download-policy-button.wrn +++ b/app/pages/components/download-policy-button.wrn @@ -10,10 +10,10 @@ page DownloadPolicyButtoncomponent {
W WRNexusJS - +
-
actions component

DownloadPolicyButton

Reusable download policy button component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DownloadPolicyButton
+      
actions component

DownloadPolicyButton

Reusable download policy button component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DownloadPolicyButton
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page DownloadPolicyButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/download-resource-form.wrn b/app/pages/components/download-resource-form.wrn index e22cd25f..6384e527 100644 --- a/app/pages/components/download-resource-form.wrn +++ b/app/pages/components/download-resource-form.wrn @@ -10,10 +10,10 @@ page DownloadResourceFormcomponent {
W WRNexusJS - +
-
content component

DownloadResourceForm

Reusable download resource form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DownloadResourceForm
+      
content component

DownloadResourceForm

Reusable download resource form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DownloadResourceForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page DownloadResourceFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/drawer.wrn b/app/pages/components/drawer.wrn index f3386647..7f2db00a 100644 --- a/app/pages/components/drawer.wrn +++ b/app/pages/components/drawer.wrn @@ -10,10 +10,10 @@ page Drawercomponent {
W WRNexusJS - +
-
core component

Drawer

Reusable drawer component.

@wrnexus/ui 0.2.654 props1 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Drawer
+      
core component

Drawer

Reusable drawer component.

@wrnexus/ui 0.2.664 props1 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Drawer
   title="Panel"
   open="false"
   side="right"
@@ -42,7 +42,7 @@ page Drawercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/dropdown-menu.wrn b/app/pages/components/dropdown-menu.wrn index b3c64565..47ea5005 100644 --- a/app/pages/components/dropdown-menu.wrn +++ b/app/pages/components/dropdown-menu.wrn @@ -10,10 +10,10 @@ page DropdownMenucomponent {
W WRNexusJS - +
-
overlays component

DropdownMenu

Reusable dropdown menu component.

@wrnexus/ui 0.2.652 props1 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DropdownMenu
+      
overlays component

DropdownMenu

Reusable dropdown menu component.

@wrnexus/ui 0.2.662 props1 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DropdownMenu
   label="Menu"
 />

Legacy mount name: data-component="DropdownMenu".

Props and attributes

PropTypeRequirementDefault
classstringOptional""
labelstringOptional"Menu"

Slots

  • default

Events

  • click

Source contract

Installed source: components/DropdownMenu.wrn

component DropdownMenu {
   props {
@@ -32,7 +32,7 @@ page DropdownMenucomponent {
     }
 }
 
- + } diff --git a/app/pages/components/dropdown-navigation.wrn b/app/pages/components/dropdown-navigation.wrn index b656d735..7500a049 100644 --- a/app/pages/components/dropdown-navigation.wrn +++ b/app/pages/components/dropdown-navigation.wrn @@ -10,10 +10,10 @@ page DropdownNavigationcomponent {
W WRNexusJS - +
-
layout component

DropdownNavigation

Reusable dropdown navigation component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DropdownNavigation
+      
layout component

DropdownNavigation

Reusable dropdown navigation component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DropdownNavigation
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page DropdownNavigationcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/duration-input.wrn b/app/pages/components/duration-input.wrn index 8dfadca4..475a25f1 100644 --- a/app/pages/components/duration-input.wrn +++ b/app/pages/components/duration-input.wrn @@ -10,10 +10,10 @@ page DurationInputcomponent {
W WRNexusJS - +
-
forms component

DurationInput

Reusable duration input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DurationInput
+      
forms component

DurationInput

Reusable duration input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DurationInput
   label="Duration"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page DurationInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/duration-picker.wrn b/app/pages/components/duration-picker.wrn index 83f60e80..f036153d 100644 --- a/app/pages/components/duration-picker.wrn +++ b/app/pages/components/duration-picker.wrn @@ -10,10 +10,10 @@ page DurationPickercomponent {
W WRNexusJS - +
-
forms component

DurationPicker

Reusable duration picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DurationPicker
+      
forms component

DurationPicker

Reusable duration picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DurationPicker
   label="Duration"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page DurationPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/duration-slider.wrn b/app/pages/components/duration-slider.wrn index f9b9f92a..7bf5242d 100644 --- a/app/pages/components/duration-slider.wrn +++ b/app/pages/components/duration-slider.wrn @@ -10,10 +10,10 @@ page DurationSlidercomponent {
W WRNexusJS - +
-
content component

DurationSlider

Reusable duration slider component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DurationSlider
+      
content component

DurationSlider

Reusable duration slider component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<DurationSlider
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page DurationSlidercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/elevated-card.wrn b/app/pages/components/elevated-card.wrn index ed36bff8..ee94f3d7 100644 --- a/app/pages/components/elevated-card.wrn +++ b/app/pages/components/elevated-card.wrn @@ -10,10 +10,10 @@ page ElevatedCardcomponent {
W WRNexusJS - +
-
content component

ElevatedCard

Reusable elevated card component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ElevatedCard
+      
content component

ElevatedCard

Reusable elevated card component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ElevatedCard
   title="title"
   description="description"
   href="href"
@@ -36,7 +36,7 @@ page ElevatedCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/email-body-editor.wrn b/app/pages/components/email-body-editor.wrn index 428cfa4d..0eaf1ca3 100644 --- a/app/pages/components/email-body-editor.wrn +++ b/app/pages/components/email-body-editor.wrn @@ -10,10 +10,10 @@ page EmailBodyEditorcomponent {
W WRNexusJS - +
-
forms component

EmailBodyEditor

Reusable email body editor component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EmailBodyEditor
+      
forms component

EmailBodyEditor

Reusable email body editor component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EmailBodyEditor
   label="EmailBody"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page EmailBodyEditorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/email-composer.wrn b/app/pages/components/email-composer.wrn index 63578166..224f15dc 100644 --- a/app/pages/components/email-composer.wrn +++ b/app/pages/components/email-composer.wrn @@ -10,10 +10,10 @@ page EmailComposercomponent {
W WRNexusJS - +
-
content component

EmailComposer

Reusable email composer component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EmailComposer
+      
content component

EmailComposer

Reusable email composer component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EmailComposer
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page EmailComposercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/email-input.wrn b/app/pages/components/email-input.wrn index ec2e3550..fb8181c2 100644 --- a/app/pages/components/email-input.wrn +++ b/app/pages/components/email-input.wrn @@ -10,10 +10,10 @@ page EmailInputcomponent {
W WRNexusJS - +
-
forms component

EmailInput

Reusable email input component.

@wrnexus/ui 0.2.6512 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EmailInput
+      
forms component

EmailInput

Reusable email input component.

@wrnexus/ui 0.2.6612 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EmailInput
   id="id"
   name="name"
   label="Email"
@@ -45,7 +45,7 @@ page EmailInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/emoji-picker.wrn b/app/pages/components/emoji-picker.wrn index 84ed372e..bc1201d1 100644 --- a/app/pages/components/emoji-picker.wrn +++ b/app/pages/components/emoji-picker.wrn @@ -10,10 +10,10 @@ page EmojiPickercomponent {
W WRNexusJS - +
-
forms component

EmojiPicker

Reusable emoji picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EmojiPicker
+      
forms component

EmojiPicker

Reusable emoji picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EmojiPicker
   label="Emoji"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page EmojiPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/empty-state.wrn b/app/pages/components/empty-state.wrn index 1574e1bf..1be1e974 100644 --- a/app/pages/components/empty-state.wrn +++ b/app/pages/components/empty-state.wrn @@ -10,10 +10,10 @@ page EmptyStatecomponent {
W WRNexusJS - +
-
feedback component

EmptyState

Reusable empty state component.

@wrnexus/ui 0.2.6512 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EmptyState
+      
feedback component

EmptyState

Reusable empty state component.

@wrnexus/ui 0.2.6612 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EmptyState
   eyebrow="eyebrow"
   title="Nothing found"
   description="description"
@@ -184,7 +184,7 @@ page EmptyStatecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/encryption-diagram.wrn b/app/pages/components/encryption-diagram.wrn index 4a0d9a8f..68eacfe3 100644 --- a/app/pages/components/encryption-diagram.wrn +++ b/app/pages/components/encryption-diagram.wrn @@ -10,10 +10,10 @@ page EncryptionDiagramcomponent {
W WRNexusJS - +
-
visualization component

EncryptionDiagram

Reusable encryption diagram component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EncryptionDiagram
+      
visualization component

EncryptionDiagram

Reusable encryption diagram component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EncryptionDiagram
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page EncryptionDiagramcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/enterprise-cta.wrn b/app/pages/components/enterprise-cta.wrn index 49c7acde..02d1b20f 100644 --- a/app/pages/components/enterprise-cta.wrn +++ b/app/pages/components/enterprise-cta.wrn @@ -10,10 +10,10 @@ page EnterpriseCTAcomponent {
W WRNexusJS - +
-
actions component

EnterpriseCTA

Reusable enterprise c t a component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EnterpriseCTA
+      
actions component

EnterpriseCTA

Reusable enterprise c t a component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EnterpriseCTA
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page EnterpriseCTAcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/enterprise-hero.wrn b/app/pages/components/enterprise-hero.wrn index a50c2141..34f8a428 100644 --- a/app/pages/components/enterprise-hero.wrn +++ b/app/pages/components/enterprise-hero.wrn @@ -10,10 +10,10 @@ page EnterpriseHerocomponent {
W WRNexusJS - +
-
layout component

EnterpriseHero

Reusable enterprise hero component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EnterpriseHero
+      
layout component

EnterpriseHero

Reusable enterprise hero component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EnterpriseHero
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page EnterpriseHerocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/enterprise-pricing-card.wrn b/app/pages/components/enterprise-pricing-card.wrn index f42f20bd..a4be5ccb 100644 --- a/app/pages/components/enterprise-pricing-card.wrn +++ b/app/pages/components/enterprise-pricing-card.wrn @@ -10,10 +10,10 @@ page EnterprisePricingCardcomponent {
W WRNexusJS - +
-
content component

EnterprisePricingCard

Reusable enterprise pricing card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EnterprisePricingCard
+      
content component

EnterprisePricingCard

Reusable enterprise pricing card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EnterprisePricingCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page EnterprisePricingCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/environment-selector.wrn b/app/pages/components/environment-selector.wrn index eccec440..b7489364 100644 --- a/app/pages/components/environment-selector.wrn +++ b/app/pages/components/environment-selector.wrn @@ -10,10 +10,10 @@ page EnvironmentSelectorcomponent {
W WRNexusJS - +
-
forms component

EnvironmentSelector

Reusable environment selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EnvironmentSelector
+      
forms component

EnvironmentSelector

Reusable environment selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EnvironmentSelector
   label="Environment"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page EnvironmentSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/environment-switcher.wrn b/app/pages/components/environment-switcher.wrn index 218a33ba..d15c1733 100644 --- a/app/pages/components/environment-switcher.wrn +++ b/app/pages/components/environment-switcher.wrn @@ -10,10 +10,10 @@ page EnvironmentSwitchercomponent {
W WRNexusJS - +
-
content component

EnvironmentSwitcher

Reusable environment switcher component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EnvironmentSwitcher
+      
content component

EnvironmentSwitcher

Reusable environment switcher component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EnvironmentSwitcher
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page EnvironmentSwitchercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/error-actions.wrn b/app/pages/components/error-actions.wrn index 77143bff..cc84c297 100644 --- a/app/pages/components/error-actions.wrn +++ b/app/pages/components/error-actions.wrn @@ -10,10 +10,10 @@ page ErrorActionscomponent {
W WRNexusJS - +
-
actions component

ErrorActions

Reusable error actions component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ErrorActions
+      
actions component

ErrorActions

Reusable error actions component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ErrorActions
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page ErrorActionscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/error-card.wrn b/app/pages/components/error-card.wrn index 1af964ae..539232c1 100644 --- a/app/pages/components/error-card.wrn +++ b/app/pages/components/error-card.wrn @@ -10,10 +10,10 @@ page ErrorCardcomponent {
W WRNexusJS - +
-
content component

ErrorCard

Reusable error card component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ErrorCard
+      
content component

ErrorCard

Reusable error card component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ErrorCard
   title="title"
   description="description"
   href="href"
@@ -36,7 +36,7 @@ page ErrorCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/error-code.wrn b/app/pages/components/error-code.wrn index 7f8d2ade..2fb20fdc 100644 --- a/app/pages/components/error-code.wrn +++ b/app/pages/components/error-code.wrn @@ -10,10 +10,10 @@ page ErrorCodecomponent {
W WRNexusJS - +
-
content component

ErrorCode

Reusable error code component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ErrorCode
+      
content component

ErrorCode

Reusable error code component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ErrorCode
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ErrorCodecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/error-hero.wrn b/app/pages/components/error-hero.wrn index 3c5c8dec..079a12a2 100644 --- a/app/pages/components/error-hero.wrn +++ b/app/pages/components/error-hero.wrn @@ -10,10 +10,10 @@ page ErrorHerocomponent {
W WRNexusJS - +
-
layout component

ErrorHero

Reusable error hero component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ErrorHero
+      
layout component

ErrorHero

Reusable error hero component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ErrorHero
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ErrorHerocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/error-illustration.wrn b/app/pages/components/error-illustration.wrn index 9377360e..c62a9d0a 100644 --- a/app/pages/components/error-illustration.wrn +++ b/app/pages/components/error-illustration.wrn @@ -10,10 +10,10 @@ page ErrorIllustrationcomponent {
W WRNexusJS - +
-
content component

ErrorIllustration

Reusable error illustration component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ErrorIllustration
+      
content component

ErrorIllustration

Reusable error illustration component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ErrorIllustration
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ErrorIllustrationcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/error-page-shell.wrn b/app/pages/components/error-page-shell.wrn index 8fb962b6..c0e28b6a 100644 --- a/app/pages/components/error-page-shell.wrn +++ b/app/pages/components/error-page-shell.wrn @@ -10,10 +10,10 @@ page ErrorPageShellcomponent {
W WRNexusJS - +
-
layout component

ErrorPageShell

Reusable error page shell component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ErrorPageShell
+      
layout component

ErrorPageShell

Reusable error page shell component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ErrorPageShell
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ErrorPageShellcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/error-page.wrn b/app/pages/components/error-page.wrn index 1591fc6c..67ac868f 100644 --- a/app/pages/components/error-page.wrn +++ b/app/pages/components/error-page.wrn @@ -10,10 +10,10 @@ page ErrorPagecomponent {
W WRNexusJS - +
-
content component

ErrorPage

Reusable error page component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ErrorPage
+      
content component

ErrorPage

Reusable error page component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ErrorPage
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ErrorPagecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/error-state.wrn b/app/pages/components/error-state.wrn index d0e35ec8..b9fc2866 100644 --- a/app/pages/components/error-state.wrn +++ b/app/pages/components/error-state.wrn @@ -10,10 +10,10 @@ page ErrorStatecomponent {
W WRNexusJS - +
-
feedback component

ErrorState

Reusable error state component.

@wrnexus/ui 0.2.6516 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ErrorState
+      
feedback component

ErrorState

Reusable error state component.

@wrnexus/ui 0.2.6616 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ErrorState
   type="error"
   eyebrow="eyebrow"
   title="Something went wrong"
@@ -209,7 +209,7 @@ page ErrorStatecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/error-support-link.wrn b/app/pages/components/error-support-link.wrn index e1bfef50..f98ce28a 100644 --- a/app/pages/components/error-support-link.wrn +++ b/app/pages/components/error-support-link.wrn @@ -10,10 +10,10 @@ page ErrorSupportLinkcomponent {
W WRNexusJS - +
-
actions component

ErrorSupportLink

Reusable error support link component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ErrorSupportLink
+      
actions component

ErrorSupportLink

Reusable error support link component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ErrorSupportLink
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page ErrorSupportLinkcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/estimated-cost-summary.wrn b/app/pages/components/estimated-cost-summary.wrn index de84131c..1df13525 100644 --- a/app/pages/components/estimated-cost-summary.wrn +++ b/app/pages/components/estimated-cost-summary.wrn @@ -10,10 +10,10 @@ page EstimatedCostSummarycomponent {
W WRNexusJS - +
-
content component

EstimatedCostSummary

Reusable estimated cost summary component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EstimatedCostSummary
+      
content component

EstimatedCostSummary

Reusable estimated cost summary component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EstimatedCostSummary
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page EstimatedCostSummarycomponent {
     }
 }
 
- + } diff --git a/app/pages/components/event-table.wrn b/app/pages/components/event-table.wrn index ef3a5b9d..598c4083 100644 --- a/app/pages/components/event-table.wrn +++ b/app/pages/components/event-table.wrn @@ -10,10 +10,10 @@ page EventTablecomponent {
W WRNexusJS - +
-
data component

EventTable

Reusable event table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EventTable
+      
data component

EventTable

Reusable event table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EventTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page EventTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/expandable-text.wrn b/app/pages/components/expandable-text.wrn index 7d78c93c..a77af7a9 100644 --- a/app/pages/components/expandable-text.wrn +++ b/app/pages/components/expandable-text.wrn @@ -10,10 +10,10 @@ page ExpandableTextcomponent {
W WRNexusJS - +
-
content component

ExpandableText

Reusable expandable text component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ExpandableText
+      
content component

ExpandableText

Reusable expandable text component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ExpandableText
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ExpandableTextcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/expiry-date-time-picker.wrn b/app/pages/components/expiry-date-time-picker.wrn index 0be7f78a..aa7de4b0 100644 --- a/app/pages/components/expiry-date-time-picker.wrn +++ b/app/pages/components/expiry-date-time-picker.wrn @@ -10,10 +10,10 @@ page ExpiryDateTimePickercomponent {
W WRNexusJS - +
-
forms component

ExpiryDateTimePicker

Reusable expiry date time picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ExpiryDateTimePicker
+      
forms component

ExpiryDateTimePicker

Reusable expiry date time picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ExpiryDateTimePicker
   label="ExpiryDateTime"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ExpiryDateTimePickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/export-progress.wrn b/app/pages/components/export-progress.wrn index f7b9d8d0..2dcff6b3 100644 --- a/app/pages/components/export-progress.wrn +++ b/app/pages/components/export-progress.wrn @@ -10,10 +10,10 @@ page ExportProgresscomponent {
W WRNexusJS - +
-
visualization component

ExportProgress

Reusable export progress component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ExportProgress
+      
visualization component

ExportProgress

Reusable export progress component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ExportProgress
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page ExportProgresscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/external-link.wrn b/app/pages/components/external-link.wrn index eb2ba16f..49369e9f 100644 --- a/app/pages/components/external-link.wrn +++ b/app/pages/components/external-link.wrn @@ -10,10 +10,10 @@ page ExternalLinkcomponent {
W WRNexusJS - +
-
actions component

ExternalLink

Reusable external link component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ExternalLink
+      
actions component

ExternalLink

Reusable external link component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ExternalLink
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page ExternalLinkcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/eyebrow-text.wrn b/app/pages/components/eyebrow-text.wrn index 0fe32d0d..9302de82 100644 --- a/app/pages/components/eyebrow-text.wrn +++ b/app/pages/components/eyebrow-text.wrn @@ -10,10 +10,10 @@ page EyebrowTextcomponent {
W WRNexusJS - +
-
content component

EyebrowText

Reusable eyebrow text component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EyebrowText
+      
content component

EyebrowText

Reusable eyebrow text component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<EyebrowText
   text="text"
   align="start"
 />

Legacy mount name: data-component="EyebrowText".

Props and attributes

PropTypeRequirementDefault
textstringOptional""
alignstringOptional"start"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/EyebrowText.wrn

component EyebrowText {
@@ -28,7 +28,7 @@ page EyebrowTextcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/factor-card.wrn b/app/pages/components/factor-card.wrn index e28ea407..2bc17db7 100644 --- a/app/pages/components/factor-card.wrn +++ b/app/pages/components/factor-card.wrn @@ -10,10 +10,10 @@ page FactorCardcomponent {
W WRNexusJS - +
-
content component

FactorCard

Reusable factor card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FactorCard
+      
content component

FactorCard

Reusable factor card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FactorCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page FactorCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/fallback-route-builder.wrn b/app/pages/components/fallback-route-builder.wrn index fc9aec51..5d3095c4 100644 --- a/app/pages/components/fallback-route-builder.wrn +++ b/app/pages/components/fallback-route-builder.wrn @@ -10,10 +10,10 @@ page FallbackRouteBuildercomponent {
W WRNexusJS - +
-
content component

FallbackRouteBuilder

Reusable fallback route builder component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FallbackRouteBuilder
+      
content component

FallbackRouteBuilder

Reusable fallback route builder component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FallbackRouteBuilder
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page FallbackRouteBuildercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/fallback-route-diagram.wrn b/app/pages/components/fallback-route-diagram.wrn index ee76e78c..4f1b2d66 100644 --- a/app/pages/components/fallback-route-diagram.wrn +++ b/app/pages/components/fallback-route-diagram.wrn @@ -10,10 +10,10 @@ page FallbackRouteDiagramcomponent {
W WRNexusJS - +
-
visualization component

FallbackRouteDiagram

Reusable fallback route diagram component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FallbackRouteDiagram
+      
visualization component

FallbackRouteDiagram

Reusable fallback route diagram component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FallbackRouteDiagram
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page FallbackRouteDiagramcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/faq.wrn b/app/pages/components/faq.wrn index 80fcbf61..d5c7beeb 100644 --- a/app/pages/components/faq.wrn +++ b/app/pages/components/faq.wrn @@ -10,10 +10,10 @@ page FAQcomponent {
W WRNexusJS - +
-
core component

FAQ

Reusable faq component.

@wrnexus/ui 0.2.658 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FAQ
+      
core component

FAQ

Reusable faq component.

@wrnexus/ui 0.2.668 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FAQ
   eyebrow="eyebrow"
   title="Frequently asked questions"
   description="description"
@@ -35,7 +35,7 @@ page FAQcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/faqaccordion.wrn b/app/pages/components/faqaccordion.wrn index d70b92e1..3051f2d4 100644 --- a/app/pages/components/faqaccordion.wrn +++ b/app/pages/components/faqaccordion.wrn @@ -10,10 +10,10 @@ page FAQAccordioncomponent {
W WRNexusJS - +
-
core component

FAQAccordion

Reusable faqaccordion component.

@wrnexus/ui 0.2.6513 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FAQAccordion
+      
core component

FAQAccordion

Reusable faqaccordion component.

@wrnexus/ui 0.2.6613 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FAQAccordion
   eyebrow="eyebrow"
   title="Frequently asked questions"
   description="description"
@@ -251,7 +251,7 @@ page FAQAccordioncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/favicon-upload.wrn b/app/pages/components/favicon-upload.wrn index bef0b8a3..27b50eb6 100644 --- a/app/pages/components/favicon-upload.wrn +++ b/app/pages/components/favicon-upload.wrn @@ -10,10 +10,10 @@ page FaviconUploadcomponent {
W WRNexusJS - +
-
content component

FaviconUpload

Reusable favicon upload component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FaviconUpload
+      
content component

FaviconUpload

Reusable favicon upload component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FaviconUpload
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page FaviconUploadcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/fax-input.wrn b/app/pages/components/fax-input.wrn index 5e0cbcfb..13fed3f4 100644 --- a/app/pages/components/fax-input.wrn +++ b/app/pages/components/fax-input.wrn @@ -10,10 +10,10 @@ page FaxInputcomponent {
W WRNexusJS - +
-
forms component

FaxInput

Reusable fax input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FaxInput
+      
forms component

FaxInput

Reusable fax input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FaxInput
   label="Fax"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page FaxInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/feature-card.wrn b/app/pages/components/feature-card.wrn index a8f2bb67..475f1fec 100644 --- a/app/pages/components/feature-card.wrn +++ b/app/pages/components/feature-card.wrn @@ -10,10 +10,10 @@ page FeatureCardcomponent {
W WRNexusJS - +
-
content component

FeatureCard

Reusable feature card component.

@wrnexus/ui 0.2.655 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeatureCard
+      
content component

FeatureCard

Reusable feature card component.

@wrnexus/ui 0.2.665 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeatureCard
   icon="icon-[lucide--sparkles]"
   title="Feature"
   description="description"
@@ -39,7 +39,7 @@ page FeatureCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/feature-checklist.wrn b/app/pages/components/feature-checklist.wrn index 04bf8213..c1d96094 100644 --- a/app/pages/components/feature-checklist.wrn +++ b/app/pages/components/feature-checklist.wrn @@ -10,10 +10,10 @@ page FeatureChecklistcomponent {
W WRNexusJS - +
-
content component

FeatureChecklist

Reusable feature checklist component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeatureChecklist
+      
content component

FeatureChecklist

Reusable feature checklist component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeatureChecklist
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -48,7 +48,7 @@ page FeatureChecklistcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/feature-comparison-table.wrn b/app/pages/components/feature-comparison-table.wrn index 1bfcf58a..1996898b 100644 --- a/app/pages/components/feature-comparison-table.wrn +++ b/app/pages/components/feature-comparison-table.wrn @@ -10,10 +10,10 @@ page FeatureComparisonTablecomponent {
W WRNexusJS - +
-
data component

FeatureComparisonTable

Reusable feature comparison table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeatureComparisonTable
+      
data component

FeatureComparisonTable

Reusable feature comparison table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeatureComparisonTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page FeatureComparisonTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/feature-details-panel.wrn b/app/pages/components/feature-details-panel.wrn index 710464c6..fc33d619 100644 --- a/app/pages/components/feature-details-panel.wrn +++ b/app/pages/components/feature-details-panel.wrn @@ -10,10 +10,10 @@ page FeatureDetailsPanelcomponent {
W WRNexusJS - +
-
layout component

FeatureDetailsPanel

Reusable feature details panel component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeatureDetailsPanel
+      
layout component

FeatureDetailsPanel

Reusable feature details panel component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeatureDetailsPanel
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page FeatureDetailsPanelcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/feature-grid.wrn b/app/pages/components/feature-grid.wrn index 05ec186b..5dedeb14 100644 --- a/app/pages/components/feature-grid.wrn +++ b/app/pages/components/feature-grid.wrn @@ -10,10 +10,10 @@ page FeatureGridcomponent {
W WRNexusJS - +
-
data component

FeatureGrid

Reusable feature grid component.

@wrnexus/ui 0.2.652 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeatureGrid
+      
data component

FeatureGrid

Reusable feature grid component.

@wrnexus/ui 0.2.662 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeatureGrid
   columns="3"
 />

Legacy mount name: data-component="FeatureGrid".

Props and attributes

PropTypeRequirementDefault
columnsnumberOptional3
classNamestringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/FeatureGrid.wrn

component FeatureGrid {
   props {
@@ -27,7 +27,7 @@ page FeatureGridcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/feature-icon-card.wrn b/app/pages/components/feature-icon-card.wrn index 0237c045..63118386 100644 --- a/app/pages/components/feature-icon-card.wrn +++ b/app/pages/components/feature-icon-card.wrn @@ -10,10 +10,10 @@ page FeatureIconCardcomponent {
W WRNexusJS - +
-
content component

FeatureIconCard

Reusable feature icon card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeatureIconCard
+      
content component

FeatureIconCard

Reusable feature icon card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeatureIconCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page FeatureIconCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/feature-list.wrn b/app/pages/components/feature-list.wrn index 039ddaf8..5c3f7413 100644 --- a/app/pages/components/feature-list.wrn +++ b/app/pages/components/feature-list.wrn @@ -10,10 +10,10 @@ page FeatureListcomponent {
W WRNexusJS - +
-
data component

FeatureList

Reusable feature list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeatureList
+      
data component

FeatureList

Reusable feature list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeatureList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page FeatureListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/feature-tabs.wrn b/app/pages/components/feature-tabs.wrn index 9dd21cd6..28d9948f 100644 --- a/app/pages/components/feature-tabs.wrn +++ b/app/pages/components/feature-tabs.wrn @@ -10,10 +10,10 @@ page FeatureTabscomponent {
W WRNexusJS - +
-
content component

FeatureTabs

Reusable feature tabs component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeatureTabs
+      
content component

FeatureTabs

Reusable feature tabs component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeatureTabs
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page FeatureTabscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/feature-timeline.wrn b/app/pages/components/feature-timeline.wrn index 085adb60..fe5be7d4 100644 --- a/app/pages/components/feature-timeline.wrn +++ b/app/pages/components/feature-timeline.wrn @@ -10,10 +10,10 @@ page FeatureTimelinecomponent {
W WRNexusJS - +
-
visualization component

FeatureTimeline

Reusable feature timeline component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeatureTimeline
+      
visualization component

FeatureTimeline

Reusable feature timeline component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeatureTimeline
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page FeatureTimelinecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/feature-unavailable-state.wrn b/app/pages/components/feature-unavailable-state.wrn index a3bebe16..56a197e0 100644 --- a/app/pages/components/feature-unavailable-state.wrn +++ b/app/pages/components/feature-unavailable-state.wrn @@ -10,10 +10,10 @@ page FeatureUnavailableStatecomponent {
W WRNexusJS - +
-
feedback component

FeatureUnavailableState

Reusable feature unavailable state component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeatureUnavailableState
+      
feedback component

FeatureUnavailableState

Reusable feature unavailable state component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeatureUnavailableState
   label="FeatureUnavailable"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page FeatureUnavailableStatecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/featured-blog-card.wrn b/app/pages/components/featured-blog-card.wrn index d955bbc6..1d43c894 100644 --- a/app/pages/components/featured-blog-card.wrn +++ b/app/pages/components/featured-blog-card.wrn @@ -10,10 +10,10 @@ page FeaturedBlogCardcomponent {
W WRNexusJS - +
-
content component

FeaturedBlogCard

Reusable featured blog card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeaturedBlogCard
+      
content component

FeaturedBlogCard

Reusable featured blog card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FeaturedBlogCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page FeaturedBlogCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/field-actions.wrn b/app/pages/components/field-actions.wrn index 3c14ef65..61011782 100644 --- a/app/pages/components/field-actions.wrn +++ b/app/pages/components/field-actions.wrn @@ -10,10 +10,10 @@ page FieldActionscomponent {
W WRNexusJS - +
-
actions component

FieldActions

Reusable field actions component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FieldActions
+      
actions component

FieldActions

Reusable field actions component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FieldActions
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page FieldActionscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/file-input.wrn b/app/pages/components/file-input.wrn index 0fbc45bc..8267b85e 100644 --- a/app/pages/components/file-input.wrn +++ b/app/pages/components/file-input.wrn @@ -10,10 +10,10 @@ page FileInputcomponent {
W WRNexusJS - +
-
forms component

FileInput

Reusable file input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FileInput
+      
forms component

FileInput

Reusable file input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FileInput
   label="File"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page FileInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/file-list.wrn b/app/pages/components/file-list.wrn index 681064db..4f3baeda 100644 --- a/app/pages/components/file-list.wrn +++ b/app/pages/components/file-list.wrn @@ -10,10 +10,10 @@ page FileListcomponent {
W WRNexusJS - +
-
data component

FileList

Reusable file list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FileList
+      
data component

FileList

Reusable file list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FileList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page FileListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/file-size-input.wrn b/app/pages/components/file-size-input.wrn index 2a494c43..9b29b871 100644 --- a/app/pages/components/file-size-input.wrn +++ b/app/pages/components/file-size-input.wrn @@ -10,10 +10,10 @@ page FileSizeInputcomponent {
W WRNexusJS - +
-
forms component

FileSizeInput

Reusable file size input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FileSizeInput
+      
forms component

FileSizeInput

Reusable file size input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FileSizeInput
   label="FileSize"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page FileSizeInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/file-size-label.wrn b/app/pages/components/file-size-label.wrn index 15b4db5b..0616299e 100644 --- a/app/pages/components/file-size-label.wrn +++ b/app/pages/components/file-size-label.wrn @@ -10,10 +10,10 @@ page FileSizeLabelcomponent {
W WRNexusJS - +
-
content component

FileSizeLabel

Reusable file size label component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FileSizeLabel
+      
content component

FileSizeLabel

Reusable file size label component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FileSizeLabel
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page FileSizeLabelcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/file-type-badge.wrn b/app/pages/components/file-type-badge.wrn index 88a3903e..a4adbd69 100644 --- a/app/pages/components/file-type-badge.wrn +++ b/app/pages/components/file-type-badge.wrn @@ -10,10 +10,10 @@ page FileTypeBadgecomponent {
W WRNexusJS - +
-
feedback component

FileTypeBadge

Reusable file type badge component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FileTypeBadge
+      
feedback component

FileTypeBadge

Reusable file type badge component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FileTypeBadge
   label="FileType"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page FileTypeBadgecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/file-upload-primitive.wrn b/app/pages/components/file-upload-primitive.wrn index 625bdd91..8da0b6a4 100644 --- a/app/pages/components/file-upload-primitive.wrn +++ b/app/pages/components/file-upload-primitive.wrn @@ -10,10 +10,10 @@ page fileuploadcomponent {
W WRNexusJS - +
-
core component

file-upload

Reusable file-upload component.

@wrnexus/ui 0.2.657 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<file-upload
+      
core component

file-upload

Reusable file-upload component.

@wrnexus/ui 0.2.667 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<file-upload
   store="public"
   endpoint="/api/upload"
   accept="accept"
@@ -43,7 +43,7 @@ component FileUpload {
     }
 }
 
- + } diff --git a/app/pages/components/file-upload.wrn b/app/pages/components/file-upload.wrn index 8b441aec..82415ace 100644 --- a/app/pages/components/file-upload.wrn +++ b/app/pages/components/file-upload.wrn @@ -10,10 +10,10 @@ page FileUploadcomponent {
W WRNexusJS - +
-
content component

FileUpload

Reusable file upload component.

@wrnexus/ui 0.2.657 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FileUpload
+      
content component

FileUpload

Reusable file upload component.

@wrnexus/ui 0.2.667 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FileUpload
   id="file"
   name="file"
   label="Upload file"
@@ -39,7 +39,7 @@ page FileUploadcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/filter-bar.wrn b/app/pages/components/filter-bar.wrn index 073dda47..b55f7b87 100644 --- a/app/pages/components/filter-bar.wrn +++ b/app/pages/components/filter-bar.wrn @@ -10,10 +10,10 @@ page FilterBarcomponent {
W WRNexusJS - +
-
core component

FilterBar

Reusable filter bar component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FilterBar
+      
core component

FilterBar

Reusable filter bar component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FilterBar
   label="Filters"
   clearLabel="Clear filters"
   showClear="true"
@@ -34,7 +34,7 @@ page FilterBarcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/filter-menu.wrn b/app/pages/components/filter-menu.wrn index 7cf9b23a..dd5d0610 100644 --- a/app/pages/components/filter-menu.wrn +++ b/app/pages/components/filter-menu.wrn @@ -10,10 +10,10 @@ page FilterMenucomponent {
W WRNexusJS - +
-
overlays component

FilterMenu

Reusable filter menu component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FilterMenu
+      
overlays component

FilterMenu

Reusable filter menu component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FilterMenu
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page FilterMenucomponent {
     }
 }
 
- + } diff --git a/app/pages/components/filter-search-input.wrn b/app/pages/components/filter-search-input.wrn index 80dd0c8e..cc9b9657 100644 --- a/app/pages/components/filter-search-input.wrn +++ b/app/pages/components/filter-search-input.wrn @@ -10,10 +10,10 @@ page FilterSearchInputcomponent {
W WRNexusJS - +
-
forms component

FilterSearchInput

Reusable filter search input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FilterSearchInput
+      
forms component

FilterSearchInput

Reusable filter search input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FilterSearchInput
   label="FilterSearch"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page FilterSearchInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/filterable-table.wrn b/app/pages/components/filterable-table.wrn index 97f92622..f764f6da 100644 --- a/app/pages/components/filterable-table.wrn +++ b/app/pages/components/filterable-table.wrn @@ -10,10 +10,10 @@ page FilterableTablecomponent {
W WRNexusJS - +
-
data component

FilterableTable

Reusable filterable table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FilterableTable
+      
data component

FilterableTable

Reusable filterable table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FilterableTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page FilterableTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/final-cta.wrn b/app/pages/components/final-cta.wrn index 5361df3d..5ce70f87 100644 --- a/app/pages/components/final-cta.wrn +++ b/app/pages/components/final-cta.wrn @@ -10,10 +10,10 @@ page FinalCTAcomponent {
W WRNexusJS - +
-
actions component

FinalCTA

Reusable final c t a component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FinalCTA
+      
actions component

FinalCTA

Reusable final c t a component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FinalCTA
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page FinalCTAcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/first-name-input.wrn b/app/pages/components/first-name-input.wrn index 70232d84..8a0a8c2d 100644 --- a/app/pages/components/first-name-input.wrn +++ b/app/pages/components/first-name-input.wrn @@ -10,10 +10,10 @@ page FirstNameInputcomponent {
W WRNexusJS - +
-
forms component

FirstNameInput

Reusable first name input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FirstNameInput
+      
forms component

FirstNameInput

Reusable first name input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FirstNameInput
   label="FirstName"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page FirstNameInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/flex.wrn b/app/pages/components/flex.wrn index 5fc6f6b6..46555d98 100644 --- a/app/pages/components/flex.wrn +++ b/app/pages/components/flex.wrn @@ -10,10 +10,10 @@ page Flexcomponent {
W WRNexusJS - +
-
core component

Flex

Reusable flex component.

@wrnexus/ui 0.2.651 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Flex />

Legacy mount name: data-component="Flex".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Flex.wrn

component Flex {
+      
core component

Flex

Reusable flex component.

@wrnexus/ui 0.2.661 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Flex />

Legacy mount name: data-component="Flex".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Flex.wrn

component Flex {
   props {
     class = ""
   }
@@ -24,7 +24,7 @@ page Flexcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/font-picker.wrn b/app/pages/components/font-picker.wrn index 8c24dfdc..864da627 100644 --- a/app/pages/components/font-picker.wrn +++ b/app/pages/components/font-picker.wrn @@ -10,10 +10,10 @@ page FontPickercomponent {
W WRNexusJS - +
-
forms component

FontPicker

Reusable font picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FontPicker
+      
forms component

FontPicker

Reusable font picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FontPicker
   label="Font"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page FontPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/font-size-picker.wrn b/app/pages/components/font-size-picker.wrn index e1e052a6..79f6abae 100644 --- a/app/pages/components/font-size-picker.wrn +++ b/app/pages/components/font-size-picker.wrn @@ -10,10 +10,10 @@ page FontSizePickercomponent {
W WRNexusJS - +
-
forms component

FontSizePicker

Reusable font size picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FontSizePicker
+      
forms component

FontSizePicker

Reusable font size picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FontSizePicker
   label="FontSize"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page FontSizePickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/font-weight-picker.wrn b/app/pages/components/font-weight-picker.wrn index 69d96911..62b73f17 100644 --- a/app/pages/components/font-weight-picker.wrn +++ b/app/pages/components/font-weight-picker.wrn @@ -10,10 +10,10 @@ page FontWeightPickercomponent {
W WRNexusJS - +
-
forms component

FontWeightPicker

Reusable font weight picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FontWeightPicker
+      
forms component

FontWeightPicker

Reusable font weight picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FontWeightPicker
   label="FontWeight"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page FontWeightPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/footer-language-switcher.wrn b/app/pages/components/footer-language-switcher.wrn index ab8cfe18..f472b3b2 100644 --- a/app/pages/components/footer-language-switcher.wrn +++ b/app/pages/components/footer-language-switcher.wrn @@ -10,10 +10,10 @@ page FooterLanguageSwitchercomponent {
W WRNexusJS - +
-
content component

FooterLanguageSwitcher

Reusable footer language switcher component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FooterLanguageSwitcher
+      
content component

FooterLanguageSwitcher

Reusable footer language switcher component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FooterLanguageSwitcher
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page FooterLanguageSwitchercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/footer-status-indicator.wrn b/app/pages/components/footer-status-indicator.wrn index e51acc83..61a887e6 100644 --- a/app/pages/components/footer-status-indicator.wrn +++ b/app/pages/components/footer-status-indicator.wrn @@ -10,10 +10,10 @@ page FooterStatusIndicatorcomponent {
W WRNexusJS - +
-
feedback component

FooterStatusIndicator

Reusable footer status indicator component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FooterStatusIndicator
+      
feedback component

FooterStatusIndicator

Reusable footer status indicator component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FooterStatusIndicator
   label="FooterStatus"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page FooterStatusIndicatorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/forbidden-page.wrn b/app/pages/components/forbidden-page.wrn index 84d9bdfa..4bc46aef 100644 --- a/app/pages/components/forbidden-page.wrn +++ b/app/pages/components/forbidden-page.wrn @@ -10,10 +10,10 @@ page ForbiddenPagecomponent {
W WRNexusJS - +
-
content component

ForbiddenPage

Reusable forbidden page component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ForbiddenPage
+      
content component

ForbiddenPage

Reusable forbidden page component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ForbiddenPage
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ForbiddenPagecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/forbidden-state.wrn b/app/pages/components/forbidden-state.wrn index 001b56c1..6b6376ab 100644 --- a/app/pages/components/forbidden-state.wrn +++ b/app/pages/components/forbidden-state.wrn @@ -10,10 +10,10 @@ page ForbiddenStatecomponent {
W WRNexusJS - +
-
feedback component

ForbiddenState

Reusable forbidden state component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ForbiddenState
+      
feedback component

ForbiddenState

Reusable forbidden state component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ForbiddenState
   label="Forbidden"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ForbiddenStatecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/forgot-password-form.wrn b/app/pages/components/forgot-password-form.wrn index 26dbfdfb..0bc6cb74 100644 --- a/app/pages/components/forgot-password-form.wrn +++ b/app/pages/components/forgot-password-form.wrn @@ -10,10 +10,10 @@ page ForgotPasswordFormcomponent {
W WRNexusJS - +
-
content component

ForgotPasswordForm

Reusable forgot password form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ForgotPasswordForm
+      
content component

ForgotPasswordForm

Reusable forgot password form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ForgotPasswordForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ForgotPasswordFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/form-actions.wrn b/app/pages/components/form-actions.wrn index af2b6535..f03c7683 100644 --- a/app/pages/components/form-actions.wrn +++ b/app/pages/components/form-actions.wrn @@ -10,10 +10,10 @@ page FormActionscomponent {
W WRNexusJS - +
-
actions component

FormActions

Reusable form actions component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormActions
+      
actions component

FormActions

Reusable form actions component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormActions
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page FormActionscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/form-alert.wrn b/app/pages/components/form-alert.wrn index 02db6de7..3fee96b7 100644 --- a/app/pages/components/form-alert.wrn +++ b/app/pages/components/form-alert.wrn @@ -10,10 +10,10 @@ page FormAlertcomponent {
W WRNexusJS - +
-
feedback component

FormAlert

Reusable form alert component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormAlert
+      
feedback component

FormAlert

Reusable form alert component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormAlert
   label="Form"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page FormAlertcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/form-dialog.wrn b/app/pages/components/form-dialog.wrn index aec3baa3..61854f7e 100644 --- a/app/pages/components/form-dialog.wrn +++ b/app/pages/components/form-dialog.wrn @@ -10,10 +10,10 @@ page FormDialogcomponent {
W WRNexusJS - +
-
overlays component

FormDialog

Reusable form dialog component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormDialog
+      
overlays component

FormDialog

Reusable form dialog component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormDialog
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page FormDialogcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/form-error-summary.wrn b/app/pages/components/form-error-summary.wrn index 3bad058d..aa4a8de1 100644 --- a/app/pages/components/form-error-summary.wrn +++ b/app/pages/components/form-error-summary.wrn @@ -10,10 +10,10 @@ page FormErrorSummarycomponent {
W WRNexusJS - +
-
content component

FormErrorSummary

Reusable form error summary component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormErrorSummary
+      
content component

FormErrorSummary

Reusable form error summary component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormErrorSummary
   title="Please fix the following"
   visible="true"
 />

Legacy mount name: data-component="FormErrorSummary".

Props and attributes

PropTypeRequirementDefault
classstringOptional""
titlestringOptional"Please fix the following"
visiblebooleanOptionaltrue

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/FormErrorSummary.wrn

component FormErrorSummary {
@@ -32,7 +32,7 @@ page FormErrorSummarycomponent {
     }
 }
 
- + } diff --git a/app/pages/components/form-error.wrn b/app/pages/components/form-error.wrn index ef16f5de..4b9b5eab 100644 --- a/app/pages/components/form-error.wrn +++ b/app/pages/components/form-error.wrn @@ -10,10 +10,10 @@ page FormErrorcomponent {
W WRNexusJS - +
-
core component

FormError

Reusable form error component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormError
+      
core component

FormError

Reusable form error component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormError
   id="id"
   message="message"
 />

Legacy mount name: data-component="FormError".

Props and attributes

PropTypeRequirementDefault
idstringOptional""
messagestringOptional""
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/FormError.wrn

component FormError {
@@ -28,7 +28,7 @@ page FormErrorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/form-field.wrn b/app/pages/components/form-field.wrn index 4aafb976..62e34174 100644 --- a/app/pages/components/form-field.wrn +++ b/app/pages/components/form-field.wrn @@ -10,10 +10,10 @@ page FormFieldcomponent {
W WRNexusJS - +
-
forms component

FormField

Reusable form field component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormField
+      
forms component

FormField

Reusable form field component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormField
   label="Field"
   help="help"
   error="error"
@@ -37,7 +37,7 @@ page FormFieldcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/form-grid.wrn b/app/pages/components/form-grid.wrn index 78a99f8e..24739bb0 100644 --- a/app/pages/components/form-grid.wrn +++ b/app/pages/components/form-grid.wrn @@ -10,10 +10,10 @@ page FormGridcomponent {
W WRNexusJS - +
-
data component

FormGrid

Reusable form grid component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormGrid
+      
data component

FormGrid

Reusable form grid component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormGrid
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page FormGridcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/form-group.wrn b/app/pages/components/form-group.wrn index ffd95ed3..937c0559 100644 --- a/app/pages/components/form-group.wrn +++ b/app/pages/components/form-group.wrn @@ -10,10 +10,10 @@ page FormGroupcomponent {
W WRNexusJS - +
-
forms component

FormGroup

Reusable form group component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormGroup
+      
forms component

FormGroup

Reusable form group component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormGroup
   label="Form"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page FormGroupcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/form-help-text.wrn b/app/pages/components/form-help-text.wrn index 0c9fe8b2..7f48ee5f 100644 --- a/app/pages/components/form-help-text.wrn +++ b/app/pages/components/form-help-text.wrn @@ -10,10 +10,10 @@ page FormHelpTextcomponent {
W WRNexusJS - +
-
content component

FormHelpText

Reusable form help text component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormHelpText
+      
content component

FormHelpText

Reusable form help text component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormHelpText
   id="id"
   text="text"
 />

Legacy mount name: data-component="FormHelpText".

Props and attributes

PropTypeRequirementDefault
idstringOptional""
textstringOptional""
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/FormHelpText.wrn

component FormHelpText {
@@ -28,7 +28,7 @@ page FormHelpTextcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/form-label.wrn b/app/pages/components/form-label.wrn index 652b9499..31635538 100644 --- a/app/pages/components/form-label.wrn +++ b/app/pages/components/form-label.wrn @@ -10,10 +10,10 @@ page FormLabelcomponent {
W WRNexusJS - +
-
content component

FormLabel

Reusable form label component.

@wrnexus/ui 0.2.655 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormLabel
+      
content component

FormLabel

Reusable form label component.

@wrnexus/ui 0.2.665 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormLabel
   for="for"
   label="Label"
   required="false"
@@ -33,7 +33,7 @@ page FormLabelcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/form-progress.wrn b/app/pages/components/form-progress.wrn index a2d2ca88..0b38e2e2 100644 --- a/app/pages/components/form-progress.wrn +++ b/app/pages/components/form-progress.wrn @@ -10,10 +10,10 @@ page FormProgresscomponent {
W WRNexusJS - +
-
visualization component

FormProgress

Reusable form progress component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormProgress
+      
visualization component

FormProgress

Reusable form progress component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormProgress
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page FormProgresscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/form-row.wrn b/app/pages/components/form-row.wrn index d98aacb8..d94dc598 100644 --- a/app/pages/components/form-row.wrn +++ b/app/pages/components/form-row.wrn @@ -10,10 +10,10 @@ page FormRowcomponent {
W WRNexusJS - +
-
data component

FormRow

Reusable form row component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormRow
+      
data component

FormRow

Reusable form row component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormRow
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page FormRowcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/form-section.wrn b/app/pages/components/form-section.wrn index 10fb9c48..e42f512d 100644 --- a/app/pages/components/form-section.wrn +++ b/app/pages/components/form-section.wrn @@ -10,10 +10,10 @@ page FormSectioncomponent {
W WRNexusJS - +
-
layout component

FormSection

Reusable form section component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormSection
+      
layout component

FormSection

Reusable form section component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FormSection
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page FormSectioncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/form.wrn b/app/pages/components/form.wrn index 100f5c5d..d88b2ef3 100644 --- a/app/pages/components/form.wrn +++ b/app/pages/components/form.wrn @@ -10,10 +10,10 @@ page Formcomponent {
W WRNexusJS - +
-
content component

Form

Reusable form component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Form
+      
content component

Form

Reusable form component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Form
   action="action"
   method="post"
   name="name"
@@ -33,7 +33,7 @@ page Formcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/full-bleed.wrn b/app/pages/components/full-bleed.wrn index a5e32ab9..751f1619 100644 --- a/app/pages/components/full-bleed.wrn +++ b/app/pages/components/full-bleed.wrn @@ -10,10 +10,10 @@ page FullBleedcomponent {
W WRNexusJS - +
-
core component

FullBleed

Reusable full bleed component.

@wrnexus/ui 0.2.651 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FullBleed />

Legacy mount name: data-component="FullBleed".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/FullBleed.wrn

component FullBleed {
+      
core component

FullBleed

Reusable full bleed component.

@wrnexus/ui 0.2.661 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FullBleed />

Legacy mount name: data-component="FullBleed".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/FullBleed.wrn

component FullBleed {
   props {
     class = ""
   }
@@ -24,7 +24,7 @@ page FullBleedcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/fullscreen-dialog.wrn b/app/pages/components/fullscreen-dialog.wrn index aed266d5..3fd3e897 100644 --- a/app/pages/components/fullscreen-dialog.wrn +++ b/app/pages/components/fullscreen-dialog.wrn @@ -10,10 +10,10 @@ page FullscreenDialogcomponent {
W WRNexusJS - +
-
overlays component

FullscreenDialog

Reusable fullscreen dialog component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FullscreenDialog
+      
overlays component

FullscreenDialog

Reusable fullscreen dialog component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FullscreenDialog
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page FullscreenDialogcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/funnel-chart.wrn b/app/pages/components/funnel-chart.wrn index e6fd1c2a..ccde60df 100644 --- a/app/pages/components/funnel-chart.wrn +++ b/app/pages/components/funnel-chart.wrn @@ -10,10 +10,10 @@ page FunnelChartcomponent {
W WRNexusJS - +
-
visualization component

FunnelChart

Reusable funnel chart component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FunnelChart
+      
visualization component

FunnelChart

Reusable funnel chart component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<FunnelChart
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page FunnelChartcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/geo-chart.wrn b/app/pages/components/geo-chart.wrn index 1601365c..9ea633ec 100644 --- a/app/pages/components/geo-chart.wrn +++ b/app/pages/components/geo-chart.wrn @@ -10,10 +10,10 @@ page GeoChartcomponent {
W WRNexusJS - +
-
visualization component

GeoChart

Reusable geo chart component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GeoChart
+      
visualization component

GeoChart

Reusable geo chart component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GeoChart
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page GeoChartcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/geofence-editor.wrn b/app/pages/components/geofence-editor.wrn index 2d9faa59..8393fb85 100644 --- a/app/pages/components/geofence-editor.wrn +++ b/app/pages/components/geofence-editor.wrn @@ -10,10 +10,10 @@ page GeofenceEditorcomponent {
W WRNexusJS - +
-
forms component

GeofenceEditor

Reusable geofence editor component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GeofenceEditor
+      
forms component

GeofenceEditor

Reusable geofence editor component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GeofenceEditor
   label="Geofence"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page GeofenceEditorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/ghost-button.wrn b/app/pages/components/ghost-button.wrn index e3fe84ed..f30c8950 100644 --- a/app/pages/components/ghost-button.wrn +++ b/app/pages/components/ghost-button.wrn @@ -10,10 +10,10 @@ page GhostButtoncomponent {
W WRNexusJS - +
-
actions component

GhostButton

Reusable ghost button component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GhostButton
+      
actions component

GhostButton

Reusable ghost button component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GhostButton
   label="Action"
   type="button"
   disabled="false"
@@ -30,7 +30,7 @@ page GhostButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/glass-card.wrn b/app/pages/components/glass-card.wrn index dc972ff7..4ef8c7fa 100644 --- a/app/pages/components/glass-card.wrn +++ b/app/pages/components/glass-card.wrn @@ -10,10 +10,10 @@ page GlassCardcomponent {
W WRNexusJS - +
-
content component

GlassCard

Reusable glass card component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GlassCard
+      
content component

GlassCard

Reusable glass card component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GlassCard
   title="title"
   description="description"
   href="href"
@@ -36,7 +36,7 @@ page GlassCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/global-search.wrn b/app/pages/components/global-search.wrn index ea553d0c..11c9747c 100644 --- a/app/pages/components/global-search.wrn +++ b/app/pages/components/global-search.wrn @@ -10,10 +10,10 @@ page GlobalSearchcomponent {
W WRNexusJS - +
-
content component

GlobalSearch

Reusable global search component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GlobalSearch
+      
content component

GlobalSearch

Reusable global search component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GlobalSearch
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page GlobalSearchcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/gradient-cta.wrn b/app/pages/components/gradient-cta.wrn index c28f1c51..895cc3a5 100644 --- a/app/pages/components/gradient-cta.wrn +++ b/app/pages/components/gradient-cta.wrn @@ -10,10 +10,10 @@ page GradientCTAcomponent {
W WRNexusJS - +
-
actions component

GradientCTA

Reusable gradient c t a component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GradientCTA
+      
actions component

GradientCTA

Reusable gradient c t a component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GradientCTA
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page GradientCTAcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/gradient-picker.wrn b/app/pages/components/gradient-picker.wrn index 93b0d524..758a02ee 100644 --- a/app/pages/components/gradient-picker.wrn +++ b/app/pages/components/gradient-picker.wrn @@ -10,10 +10,10 @@ page GradientPickercomponent {
W WRNexusJS - +
-
forms component

GradientPicker

Reusable gradient picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GradientPicker
+      
forms component

GradientPicker

Reusable gradient picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GradientPicker
   label="Gradient"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page GradientPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/gradient-stop-editor.wrn b/app/pages/components/gradient-stop-editor.wrn index 035ec2a1..055fa5f0 100644 --- a/app/pages/components/gradient-stop-editor.wrn +++ b/app/pages/components/gradient-stop-editor.wrn @@ -10,10 +10,10 @@ page GradientStopEditorcomponent {
W WRNexusJS - +
-
forms component

GradientStopEditor

Reusable gradient stop editor component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GradientStopEditor
+      
forms component

GradientStopEditor

Reusable gradient stop editor component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GradientStopEditor
   label="GradientStop"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page GradientStopEditorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/grid.wrn b/app/pages/components/grid.wrn index 3c2a7121..76d4a7a1 100644 --- a/app/pages/components/grid.wrn +++ b/app/pages/components/grid.wrn @@ -10,10 +10,10 @@ page Gridcomponent {
W WRNexusJS - +
-
data component

Grid

Reusable grid component.

@wrnexus/ui 0.2.652 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Grid
+      
data component

Grid

Reusable grid component.

@wrnexus/ui 0.2.662 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Grid
   gap="4"
 />

Legacy mount name: data-component="Grid".

Props and attributes

PropTypeRequirementDefault
gapstringOptional"4"
classNamestringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Grid.wrn

component Grid {
   props {
@@ -27,7 +27,7 @@ page Gridcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/guide-card.wrn b/app/pages/components/guide-card.wrn index 3d394d69..3684bb12 100644 --- a/app/pages/components/guide-card.wrn +++ b/app/pages/components/guide-card.wrn @@ -10,10 +10,10 @@ page GuideCardcomponent {
W WRNexusJS - +
-
content component

GuideCard

Reusable guide card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GuideCard
+      
content component

GuideCard

Reusable guide card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GuideCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page GuideCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/guide-checklist.wrn b/app/pages/components/guide-checklist.wrn index 6943c01b..99766790 100644 --- a/app/pages/components/guide-checklist.wrn +++ b/app/pages/components/guide-checklist.wrn @@ -10,10 +10,10 @@ page GuideChecklistcomponent {
W WRNexusJS - +
-
content component

GuideChecklist

Reusable guide checklist component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GuideChecklist
+      
content component

GuideChecklist

Reusable guide checklist component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GuideChecklist
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page GuideChecklistcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/guide-difficulty-badge.wrn b/app/pages/components/guide-difficulty-badge.wrn index a43d9f08..54e05b64 100644 --- a/app/pages/components/guide-difficulty-badge.wrn +++ b/app/pages/components/guide-difficulty-badge.wrn @@ -10,10 +10,10 @@ page GuideDifficultyBadgecomponent {
W WRNexusJS - +
-
feedback component

GuideDifficultyBadge

Reusable guide difficulty badge component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GuideDifficultyBadge
+      
feedback component

GuideDifficultyBadge

Reusable guide difficulty badge component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GuideDifficultyBadge
   label="GuideDifficulty"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page GuideDifficultyBadgecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/guide-grid.wrn b/app/pages/components/guide-grid.wrn index 7a7044bc..11fe43af 100644 --- a/app/pages/components/guide-grid.wrn +++ b/app/pages/components/guide-grid.wrn @@ -10,10 +10,10 @@ page GuideGridcomponent {
W WRNexusJS - +
-
data component

GuideGrid

Reusable guide grid component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GuideGrid
+      
data component

GuideGrid

Reusable guide grid component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GuideGrid
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page GuideGridcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/guide-step.wrn b/app/pages/components/guide-step.wrn index 7ee5d64f..a283e4da 100644 --- a/app/pages/components/guide-step.wrn +++ b/app/pages/components/guide-step.wrn @@ -10,10 +10,10 @@ page GuideStepcomponent {
W WRNexusJS - +
-
content component

GuideStep

Reusable guide step component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GuideStep
+      
content component

GuideStep

Reusable guide step component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<GuideStep
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page GuideStepcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/header-actions.wrn b/app/pages/components/header-actions.wrn index da0840df..5af1e921 100644 --- a/app/pages/components/header-actions.wrn +++ b/app/pages/components/header-actions.wrn @@ -10,10 +10,10 @@ page HeaderActionscomponent {
W WRNexusJS - +
-
actions component

HeaderActions

Reusable header actions component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HeaderActions
+      
actions component

HeaderActions

Reusable header actions component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HeaderActions
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page HeaderActionscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/header.wrn b/app/pages/components/header.wrn index ba5426d9..03b17c38 100644 --- a/app/pages/components/header.wrn +++ b/app/pages/components/header.wrn @@ -10,10 +10,10 @@ page Headercomponent {
W WRNexusJS - +
-
layout component

Header

Reusable header component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Header
+      
layout component

Header

Reusable header component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Header
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page Headercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/health-indicator.wrn b/app/pages/components/health-indicator.wrn index 7d7e2fa3..eb7b2894 100644 --- a/app/pages/components/health-indicator.wrn +++ b/app/pages/components/health-indicator.wrn @@ -10,10 +10,10 @@ page HealthIndicatorcomponent {
W WRNexusJS - +
-
feedback component

HealthIndicator

Reusable health indicator component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HealthIndicator
+      
feedback component

HealthIndicator

Reusable health indicator component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HealthIndicator
   label="Health"
   variant="default"
 />

Legacy mount name: data-component="HealthIndicator".

Props and attributes

PropTypeRequirementDefault
labelstringOptional"Health"
variantstringOptional"default"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/HealthIndicator.wrn

component HealthIndicator {
@@ -28,7 +28,7 @@ page HealthIndicatorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/hero-actions.wrn b/app/pages/components/hero-actions.wrn index 4fe13f01..f6882cd9 100644 --- a/app/pages/components/hero-actions.wrn +++ b/app/pages/components/hero-actions.wrn @@ -10,10 +10,10 @@ page HeroActionscomponent {
W WRNexusJS - +
-
actions component

HeroActions

Reusable hero actions component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HeroActions
+      
actions component

HeroActions

Reusable hero actions component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HeroActions
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page HeroActionscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/hero-code-panel.wrn b/app/pages/components/hero-code-panel.wrn index a1e8aa92..1462d36c 100644 --- a/app/pages/components/hero-code-panel.wrn +++ b/app/pages/components/hero-code-panel.wrn @@ -10,10 +10,10 @@ page HeroCodePanelcomponent {
W WRNexusJS - +
-
layout component

HeroCodePanel

Reusable hero code panel component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HeroCodePanel
+      
layout component

HeroCodePanel

Reusable hero code panel component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HeroCodePanel
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page HeroCodePanelcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/hero-gradient-text.wrn b/app/pages/components/hero-gradient-text.wrn index 2b9070d5..863864f6 100644 --- a/app/pages/components/hero-gradient-text.wrn +++ b/app/pages/components/hero-gradient-text.wrn @@ -10,10 +10,10 @@ page HeroGradientTextcomponent {
W WRNexusJS - +
-
content component

HeroGradientText

Reusable hero gradient text component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HeroGradientText
+      
content component

HeroGradientText

Reusable hero gradient text component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HeroGradientText
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page HeroGradientTextcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/hero-primary-action.wrn b/app/pages/components/hero-primary-action.wrn index da10b09d..9ce0fa77 100644 --- a/app/pages/components/hero-primary-action.wrn +++ b/app/pages/components/hero-primary-action.wrn @@ -10,10 +10,10 @@ page HeroPrimaryActioncomponent {
W WRNexusJS - +
-
actions component

HeroPrimaryAction

Reusable hero primary action component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HeroPrimaryAction
+      
actions component

HeroPrimaryAction

Reusable hero primary action component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HeroPrimaryAction
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page HeroPrimaryActioncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/hero-product-preview.wrn b/app/pages/components/hero-product-preview.wrn index 15c803c9..7e574f85 100644 --- a/app/pages/components/hero-product-preview.wrn +++ b/app/pages/components/hero-product-preview.wrn @@ -10,10 +10,10 @@ page HeroProductPreviewcomponent {
W WRNexusJS - +
-
content component

HeroProductPreview

Reusable hero product preview component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HeroProductPreview
+      
content component

HeroProductPreview

Reusable hero product preview component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HeroProductPreview
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page HeroProductPreviewcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/hero-secondary-action.wrn b/app/pages/components/hero-secondary-action.wrn index da9688ed..f3cd2b2f 100644 --- a/app/pages/components/hero-secondary-action.wrn +++ b/app/pages/components/hero-secondary-action.wrn @@ -10,10 +10,10 @@ page HeroSecondaryActioncomponent {
W WRNexusJS - +
-
actions component

HeroSecondaryAction

Reusable hero secondary action component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HeroSecondaryAction
+      
actions component

HeroSecondaryAction

Reusable hero secondary action component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HeroSecondaryAction
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page HeroSecondaryActioncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/hero-trust-text.wrn b/app/pages/components/hero-trust-text.wrn index f23d3c58..19f2887a 100644 --- a/app/pages/components/hero-trust-text.wrn +++ b/app/pages/components/hero-trust-text.wrn @@ -10,10 +10,10 @@ page HeroTrustTextcomponent {
W WRNexusJS - +
-
content component

HeroTrustText

Reusable hero trust text component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HeroTrustText
+      
content component

HeroTrustText

Reusable hero trust text component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HeroTrustText
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page HeroTrustTextcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/hero.wrn b/app/pages/components/hero.wrn index a87c134b..4429fa4c 100644 --- a/app/pages/components/hero.wrn +++ b/app/pages/components/hero.wrn @@ -10,10 +10,10 @@ page Herocomponent {
W WRNexusJS - +
-
layout component

Hero

Reusable hero component.

@wrnexus/ui 0.2.6510 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Hero
+      
layout component

Hero

Reusable hero component.

@wrnexus/ui 0.2.6610 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Hero
   eyebrow="eyebrow"
   title="Build faster with WRNexusJS"
   highlight="highlight"
@@ -55,7 +55,7 @@ page Herocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/hex-color-input.wrn b/app/pages/components/hex-color-input.wrn index 16fcbb6f..e94d6370 100644 --- a/app/pages/components/hex-color-input.wrn +++ b/app/pages/components/hex-color-input.wrn @@ -10,10 +10,10 @@ page HexColorInputcomponent {
W WRNexusJS - +
-
forms component

HexColorInput

Reusable hex color input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HexColorInput
+      
forms component

HexColorInput

Reusable hex color input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HexColorInput
   label="HexColor"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page HexColorInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/hidden-field.wrn b/app/pages/components/hidden-field.wrn index 1f92d9fd..f0d74996 100644 --- a/app/pages/components/hidden-field.wrn +++ b/app/pages/components/hidden-field.wrn @@ -10,10 +10,10 @@ page HiddenFieldcomponent {
W WRNexusJS - +
-
forms component

HiddenField

Reusable hidden field component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HiddenField
+      
forms component

HiddenField

Reusable hidden field component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HiddenField
   label="Hidden"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page HiddenFieldcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/highlight-text.wrn b/app/pages/components/highlight-text.wrn index 32be958b..171a0a65 100644 --- a/app/pages/components/highlight-text.wrn +++ b/app/pages/components/highlight-text.wrn @@ -10,10 +10,10 @@ page HighlightTextcomponent {
W WRNexusJS - +
-
content component

HighlightText

Reusable highlight text component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HighlightText
+      
content component

HighlightText

Reusable highlight text component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HighlightText
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page HighlightTextcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/holiday-calendar.wrn b/app/pages/components/holiday-calendar.wrn index 815b6df2..929f1f73 100644 --- a/app/pages/components/holiday-calendar.wrn +++ b/app/pages/components/holiday-calendar.wrn @@ -10,10 +10,10 @@ page HolidayCalendarcomponent {
W WRNexusJS - +
-
content component

HolidayCalendar

Reusable holiday calendar component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HolidayCalendar
+      
content component

HolidayCalendar

Reusable holiday calendar component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HolidayCalendar
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page HolidayCalendarcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/hostname-input.wrn b/app/pages/components/hostname-input.wrn index ca7a40a4..b330fb92 100644 --- a/app/pages/components/hostname-input.wrn +++ b/app/pages/components/hostname-input.wrn @@ -10,10 +10,10 @@ page HostnameInputcomponent {
W WRNexusJS - +
-
forms component

HostnameInput

Reusable hostname input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HostnameInput
+      
forms component

HostnameInput

Reusable hostname input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HostnameInput
   label="Hostname"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page HostnameInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/hour-picker.wrn b/app/pages/components/hour-picker.wrn index ed2f917b..93ca805a 100644 --- a/app/pages/components/hour-picker.wrn +++ b/app/pages/components/hour-picker.wrn @@ -10,10 +10,10 @@ page HourPickercomponent {
W WRNexusJS - +
-
forms component

HourPicker

Reusable hour picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HourPicker
+      
forms component

HourPicker

Reusable hour picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HourPicker
   label="Hour"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page HourPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/hsl-color-input.wrn b/app/pages/components/hsl-color-input.wrn index d5695b16..377c7500 100644 --- a/app/pages/components/hsl-color-input.wrn +++ b/app/pages/components/hsl-color-input.wrn @@ -10,10 +10,10 @@ page HslColorInputcomponent {
W WRNexusJS - +
-
forms component

HslColorInput

Reusable hsl color input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HslColorInput
+      
forms component

HslColorInput

Reusable hsl color input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HslColorInput
   label="HslColor"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page HslColorInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/hstack.wrn b/app/pages/components/hstack.wrn index e788f3f3..2d6fcfc1 100644 --- a/app/pages/components/hstack.wrn +++ b/app/pages/components/hstack.wrn @@ -10,10 +10,10 @@ page hstackcomponent {
W WRNexusJS - +
-
core component

hstack

Reusable hstack component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<hstack
+      
core component

hstack

Reusable hstack component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<hstack
   gap="4"
   align="center"
 />

Legacy mount name: data-component="hstack".

Props and attributes

PropTypeRequirementDefault
gapstringOptional"4"
alignstringOptional"center"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/hstack.wrn

// Horizontal stack: row layout with a gap and cross-axis alignment.
@@ -32,7 +32,7 @@ component HStack {
     }
 }
 
- + } diff --git a/app/pages/components/html-editor.wrn b/app/pages/components/html-editor.wrn index e67fb045..6f68b531 100644 --- a/app/pages/components/html-editor.wrn +++ b/app/pages/components/html-editor.wrn @@ -10,10 +10,10 @@ page HtmlEditorcomponent {
W WRNexusJS - +
-
forms component

HtmlEditor

Reusable html editor component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HtmlEditor
+      
forms component

HtmlEditor

Reusable html editor component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HtmlEditor
   label="Html"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page HtmlEditorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/human-approval-step.wrn b/app/pages/components/human-approval-step.wrn index 3224cc2d..f7fa7436 100644 --- a/app/pages/components/human-approval-step.wrn +++ b/app/pages/components/human-approval-step.wrn @@ -10,10 +10,10 @@ page HumanApprovalStepcomponent {
W WRNexusJS - +
-
content component

HumanApprovalStep

Reusable human approval step component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HumanApprovalStep
+      
content component

HumanApprovalStep

Reusable human approval step component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<HumanApprovalStep
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page HumanApprovalStepcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/icon-button.wrn b/app/pages/components/icon-button.wrn index 3c77e6e4..c50d33a4 100644 --- a/app/pages/components/icon-button.wrn +++ b/app/pages/components/icon-button.wrn @@ -10,10 +10,10 @@ page IconButtoncomponent {
W WRNexusJS - +
-
actions component

IconButton

Reusable icon button component.

@wrnexus/ui 0.2.655 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IconButton
+      
actions component

IconButton

Reusable icon button component.

@wrnexus/ui 0.2.665 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IconButton
   label="Action"
   icon="•"
   variant="ghost"
@@ -33,7 +33,7 @@ page IconButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/icon-picker.wrn b/app/pages/components/icon-picker.wrn index cc63e821..1730a7e7 100644 --- a/app/pages/components/icon-picker.wrn +++ b/app/pages/components/icon-picker.wrn @@ -10,10 +10,10 @@ page IconPickercomponent {
W WRNexusJS - +
-
forms component

IconPicker

Reusable icon picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IconPicker
+      
forms component

IconPicker

Reusable icon picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IconPicker
   label="Icon"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page IconPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/icon-selector.wrn b/app/pages/components/icon-selector.wrn index 7d1d6c2a..508b19a9 100644 --- a/app/pages/components/icon-selector.wrn +++ b/app/pages/components/icon-selector.wrn @@ -10,10 +10,10 @@ page IconSelectorcomponent {
W WRNexusJS - +
-
forms component

IconSelector

Reusable icon selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IconSelector
+      
forms component

IconSelector

Reusable icon selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IconSelector
   label="Icon"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page IconSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/icon.wrn b/app/pages/components/icon.wrn index 764513bd..8e01172e 100644 --- a/app/pages/components/icon.wrn +++ b/app/pages/components/icon.wrn @@ -10,10 +10,10 @@ page Iconcomponent {
W WRNexusJS - +
-
content component

Icon

Reusable icon component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Icon
+      
content component

Icon

Reusable icon component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Icon
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page Iconcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/identifier-input.wrn b/app/pages/components/identifier-input.wrn index 7e240647..1fc0257b 100644 --- a/app/pages/components/identifier-input.wrn +++ b/app/pages/components/identifier-input.wrn @@ -10,10 +10,10 @@ page IdentifierInputcomponent {
W WRNexusJS - +
-
forms component

IdentifierInput

Reusable identifier input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IdentifierInput
+      
forms component

IdentifierInput

Reusable identifier input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IdentifierInput
   label="Identifier"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page IdentifierInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/illustration.wrn b/app/pages/components/illustration.wrn index 783d54d2..abd20ddc 100644 --- a/app/pages/components/illustration.wrn +++ b/app/pages/components/illustration.wrn @@ -10,10 +10,10 @@ page Illustrationcomponent {
W WRNexusJS - +
-
content component

Illustration

Reusable illustration component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Illustration
+      
content component

Illustration

Reusable illustration component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Illustration
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page Illustrationcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/image-compression-preview.wrn b/app/pages/components/image-compression-preview.wrn index 84b54e25..b8a01183 100644 --- a/app/pages/components/image-compression-preview.wrn +++ b/app/pages/components/image-compression-preview.wrn @@ -10,10 +10,10 @@ page ImageCompressionPreviewcomponent {
W WRNexusJS - +
-
content component

ImageCompressionPreview

Reusable image compression preview component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ImageCompressionPreview
+      
content component

ImageCompressionPreview

Reusable image compression preview component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ImageCompressionPreview
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ImageCompressionPreviewcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/image-editor.wrn b/app/pages/components/image-editor.wrn index 0bd88e3b..3c4e5d09 100644 --- a/app/pages/components/image-editor.wrn +++ b/app/pages/components/image-editor.wrn @@ -10,10 +10,10 @@ page ImageEditorcomponent {
W WRNexusJS - +
-
forms component

ImageEditor

Reusable image editor component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ImageEditor
+      
forms component

ImageEditor

Reusable image editor component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ImageEditor
   label="Image"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ImageEditorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/image-preview-dialog.wrn b/app/pages/components/image-preview-dialog.wrn index 88858434..141d550b 100644 --- a/app/pages/components/image-preview-dialog.wrn +++ b/app/pages/components/image-preview-dialog.wrn @@ -10,10 +10,10 @@ page ImagePreviewDialogcomponent {
W WRNexusJS - +
-
overlays component

ImagePreviewDialog

Reusable image preview dialog component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ImagePreviewDialog
+      
overlays component

ImagePreviewDialog

Reusable image preview dialog component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ImagePreviewDialog
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page ImagePreviewDialogcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/image-selector.wrn b/app/pages/components/image-selector.wrn index 5a03ed67..1c16e998 100644 --- a/app/pages/components/image-selector.wrn +++ b/app/pages/components/image-selector.wrn @@ -10,10 +10,10 @@ page ImageSelectorcomponent {
W WRNexusJS - +
-
forms component

ImageSelector

Reusable image selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ImageSelector
+      
forms component

ImageSelector

Reusable image selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ImageSelector
   label="Image"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ImageSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/image-upload.wrn b/app/pages/components/image-upload.wrn index 856014d7..3a98b920 100644 --- a/app/pages/components/image-upload.wrn +++ b/app/pages/components/image-upload.wrn @@ -10,10 +10,10 @@ page ImageUploadcomponent {
W WRNexusJS - +
-
content component

ImageUpload

Reusable image upload component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ImageUpload
+      
content component

ImageUpload

Reusable image upload component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ImageUpload
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ImageUploadcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/import-progress.wrn b/app/pages/components/import-progress.wrn index af6c2554..81333cb8 100644 --- a/app/pages/components/import-progress.wrn +++ b/app/pages/components/import-progress.wrn @@ -10,10 +10,10 @@ page ImportProgresscomponent {
W WRNexusJS - +
-
visualization component

ImportProgress

Reusable import progress component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ImportProgress
+      
visualization component

ImportProgress

Reusable import progress component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ImportProgress
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page ImportProgresscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/incident-alert.wrn b/app/pages/components/incident-alert.wrn index fb9427d5..174cb278 100644 --- a/app/pages/components/incident-alert.wrn +++ b/app/pages/components/incident-alert.wrn @@ -10,10 +10,10 @@ page IncidentAlertcomponent {
W WRNexusJS - +
-
feedback component

IncidentAlert

Reusable incident alert component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IncidentAlert
+      
feedback component

IncidentAlert

Reusable incident alert component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IncidentAlert
   label="Incident"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page IncidentAlertcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/incident-banner.wrn b/app/pages/components/incident-banner.wrn index c5e02567..d7b60035 100644 --- a/app/pages/components/incident-banner.wrn +++ b/app/pages/components/incident-banner.wrn @@ -10,10 +10,10 @@ page IncidentBannercomponent {
W WRNexusJS - +
-
feedback component

IncidentBanner

Reusable incident banner component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IncidentBanner
+      
feedback component

IncidentBanner

Reusable incident banner component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IncidentBanner
   label="Incident"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page IncidentBannercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/incident-card.wrn b/app/pages/components/incident-card.wrn index d4bce478..b8b800d5 100644 --- a/app/pages/components/incident-card.wrn +++ b/app/pages/components/incident-card.wrn @@ -10,10 +10,10 @@ page IncidentCardcomponent {
W WRNexusJS - +
-
content component

IncidentCard

Reusable incident card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IncidentCard
+      
content component

IncidentCard

Reusable incident card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IncidentCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page IncidentCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/incident-list.wrn b/app/pages/components/incident-list.wrn index 2b252af7..3734cead 100644 --- a/app/pages/components/incident-list.wrn +++ b/app/pages/components/incident-list.wrn @@ -10,10 +10,10 @@ page IncidentListcomponent {
W WRNexusJS - +
-
data component

IncidentList

Reusable incident list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IncidentList
+      
data component

IncidentList

Reusable incident list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IncidentList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page IncidentListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/incident-response-flow.wrn b/app/pages/components/incident-response-flow.wrn index 947c8ea5..643b6ba9 100644 --- a/app/pages/components/incident-response-flow.wrn +++ b/app/pages/components/incident-response-flow.wrn @@ -10,10 +10,10 @@ page IncidentResponseFlowcomponent {
W WRNexusJS - +
-
visualization component

IncidentResponseFlow

Reusable incident response flow component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IncidentResponseFlow
+      
visualization component

IncidentResponseFlow

Reusable incident response flow component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IncidentResponseFlow
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page IncidentResponseFlowcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/incident-severity-badge.wrn b/app/pages/components/incident-severity-badge.wrn index 6cbabe7a..b41320ba 100644 --- a/app/pages/components/incident-severity-badge.wrn +++ b/app/pages/components/incident-severity-badge.wrn @@ -10,10 +10,10 @@ page IncidentSeverityBadgecomponent {
W WRNexusJS - +
-
feedback component

IncidentSeverityBadge

Reusable incident severity badge component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IncidentSeverityBadge
+      
feedback component

IncidentSeverityBadge

Reusable incident severity badge component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IncidentSeverityBadge
   label="IncidentSeverity"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page IncidentSeverityBadgecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/incident-timeline.wrn b/app/pages/components/incident-timeline.wrn index a83cce2f..7c6d2d91 100644 --- a/app/pages/components/incident-timeline.wrn +++ b/app/pages/components/incident-timeline.wrn @@ -10,10 +10,10 @@ page IncidentTimelinecomponent {
W WRNexusJS - +
-
visualization component

IncidentTimeline

Reusable incident timeline component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IncidentTimeline
+      
visualization component

IncidentTimeline

Reusable incident timeline component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IncidentTimeline
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page IncidentTimelinecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/industry-badge.wrn b/app/pages/components/industry-badge.wrn index 9a6d4677..8d44fb68 100644 --- a/app/pages/components/industry-badge.wrn +++ b/app/pages/components/industry-badge.wrn @@ -10,10 +10,10 @@ page IndustryBadgecomponent {
W WRNexusJS - +
-
feedback component

IndustryBadge

Reusable industry badge component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IndustryBadge
+      
feedback component

IndustryBadge

Reusable industry badge component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IndustryBadge
   label="Industry"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page IndustryBadgecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/industry-selector.wrn b/app/pages/components/industry-selector.wrn index 136f1e1f..4bf4d5ab 100644 --- a/app/pages/components/industry-selector.wrn +++ b/app/pages/components/industry-selector.wrn @@ -10,10 +10,10 @@ page IndustrySelectorcomponent {
W WRNexusJS - +
-
forms component

IndustrySelector

Reusable industry selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IndustrySelector
+      
forms component

IndustrySelector

Reusable industry selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IndustrySelector
   label="Industry"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page IndustrySelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/info-card.wrn b/app/pages/components/info-card.wrn index 67e2c11f..db1d8c9c 100644 --- a/app/pages/components/info-card.wrn +++ b/app/pages/components/info-card.wrn @@ -10,10 +10,10 @@ page InfoCardcomponent {
W WRNexusJS - +
-
content component

InfoCard

Reusable info card component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<InfoCard
+      
content component

InfoCard

Reusable info card component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<InfoCard
   title="title"
   description="description"
   href="href"
@@ -36,7 +36,7 @@ page InfoCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/inline-alert.wrn b/app/pages/components/inline-alert.wrn index 6e82f1eb..ad16681d 100644 --- a/app/pages/components/inline-alert.wrn +++ b/app/pages/components/inline-alert.wrn @@ -10,10 +10,10 @@ page InlineAlertcomponent {
W WRNexusJS - +
-
feedback component

InlineAlert

Reusable inline alert component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<InlineAlert
+      
feedback component

InlineAlert

Reusable inline alert component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<InlineAlert
   label="Inline"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page InlineAlertcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/inline-code.wrn b/app/pages/components/inline-code.wrn index 88f9dd74..f25821f0 100644 --- a/app/pages/components/inline-code.wrn +++ b/app/pages/components/inline-code.wrn @@ -10,10 +10,10 @@ page InlineCodecomponent {
W WRNexusJS - +
-
content component

InlineCode

Reusable inline code component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<InlineCode
+      
content component

InlineCode

Reusable inline code component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<InlineCode
   text="text"
   align="start"
 />

Legacy mount name: data-component="InlineCode".

Props and attributes

PropTypeRequirementDefault
textstringOptional""
alignstringOptional"start"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/InlineCode.wrn

component InlineCode {
@@ -28,7 +28,7 @@ page InlineCodecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/inline.wrn b/app/pages/components/inline.wrn index 0cf17cf8..05dc464a 100644 --- a/app/pages/components/inline.wrn +++ b/app/pages/components/inline.wrn @@ -10,10 +10,10 @@ page Inlinecomponent {
W WRNexusJS - +
-
core component

Inline

Reusable inline component.

@wrnexus/ui 0.2.652 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Inline
+      
core component

Inline

Reusable inline component.

@wrnexus/ui 0.2.662 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Inline
   gap="4"
 />

Legacy mount name: data-component="Inline".

Props and attributes

PropTypeRequirementDefault
gapstringOptional"4"
classNamestringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Inline.wrn

component Inline {
   props {
@@ -27,7 +27,7 @@ page Inlinecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/input-group.wrn b/app/pages/components/input-group.wrn index f0cd0ba3..57198f1d 100644 --- a/app/pages/components/input-group.wrn +++ b/app/pages/components/input-group.wrn @@ -10,10 +10,10 @@ page InputGroupcomponent {
W WRNexusJS - +
-
forms component

InputGroup

Reusable input group component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<InputGroup
+      
forms component

InputGroup

Reusable input group component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<InputGroup
   label="Input"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page InputGroupcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/input.wrn b/app/pages/components/input.wrn index 515cd0fb..96120fde 100644 --- a/app/pages/components/input.wrn +++ b/app/pages/components/input.wrn @@ -10,10 +10,10 @@ page inputcomponent {
W WRNexusJS - +
-
core component

input

Reusable input component.

@wrnexus/ui 0.2.655 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<input
+      
core component

input

Reusable input component.

@wrnexus/ui 0.2.665 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<input
   type="text"
   name="name"
   value="value"
@@ -32,7 +32,7 @@ component Input {
     }
 }
 
- + } diff --git a/app/pages/components/inset-panel.wrn b/app/pages/components/inset-panel.wrn index 7d81478b..0194cb6d 100644 --- a/app/pages/components/inset-panel.wrn +++ b/app/pages/components/inset-panel.wrn @@ -10,10 +10,10 @@ page InsetPanelcomponent {
W WRNexusJS - +
-
layout component

InsetPanel

Reusable inset panel component.

@wrnexus/ui 0.2.651 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<InsetPanel />

Legacy mount name: data-component="InsetPanel".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/InsetPanel.wrn

component InsetPanel {
+      
layout component

InsetPanel

Reusable inset panel component.

@wrnexus/ui 0.2.661 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<InsetPanel />

Legacy mount name: data-component="InsetPanel".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/InsetPanel.wrn

component InsetPanel {
   props {
     class = ""
   }
@@ -24,7 +24,7 @@ page InsetPanelcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/integer-input.wrn b/app/pages/components/integer-input.wrn index d4794356..6ee974d5 100644 --- a/app/pages/components/integer-input.wrn +++ b/app/pages/components/integer-input.wrn @@ -10,10 +10,10 @@ page IntegerInputcomponent {
W WRNexusJS - +
-
forms component

IntegerInput

Reusable integer input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IntegerInput
+      
forms component

IntegerInput

Reusable integer input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IntegerInput
   label="Integer"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page IntegerInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/integration-card.wrn b/app/pages/components/integration-card.wrn index 24e10b6e..569ccffc 100644 --- a/app/pages/components/integration-card.wrn +++ b/app/pages/components/integration-card.wrn @@ -10,10 +10,10 @@ page IntegrationCardcomponent {
W WRNexusJS - +
-
content component

IntegrationCard

Reusable integration card component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IntegrationCard
+      
content component

IntegrationCard

Reusable integration card component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IntegrationCard
   title="title"
   description="description"
   href="href"
@@ -37,7 +37,7 @@ page IntegrationCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/invoice-line-item.wrn b/app/pages/components/invoice-line-item.wrn index 53b81ff7..344ec390 100644 --- a/app/pages/components/invoice-line-item.wrn +++ b/app/pages/components/invoice-line-item.wrn @@ -10,10 +10,10 @@ page InvoiceLineItemcomponent {
W WRNexusJS - +
-
content component

InvoiceLineItem

Reusable invoice line item component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<InvoiceLineItem
+      
content component

InvoiceLineItem

Reusable invoice line item component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<InvoiceLineItem
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page InvoiceLineItemcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/invoice-summary.wrn b/app/pages/components/invoice-summary.wrn index f54bcef9..1ee118bf 100644 --- a/app/pages/components/invoice-summary.wrn +++ b/app/pages/components/invoice-summary.wrn @@ -10,10 +10,10 @@ page InvoiceSummarycomponent {
W WRNexusJS - +
-
content component

InvoiceSummary

Reusable invoice summary component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<InvoiceSummary
+      
content component

InvoiceSummary

Reusable invoice summary component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<InvoiceSummary
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page InvoiceSummarycomponent {
     }
 }
 
- + } diff --git a/app/pages/components/ip-address-input.wrn b/app/pages/components/ip-address-input.wrn index 01d8fca8..32f5bcaa 100644 --- a/app/pages/components/ip-address-input.wrn +++ b/app/pages/components/ip-address-input.wrn @@ -10,10 +10,10 @@ page IpAddressInputcomponent {
W WRNexusJS - +
-
forms component

IpAddressInput

Reusable ip address input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IpAddressInput
+      
forms component

IpAddressInput

Reusable ip address input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<IpAddressInput
   label="IpAddress"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page IpAddressInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/job-card.wrn b/app/pages/components/job-card.wrn index bb38700d..3c199ab1 100644 --- a/app/pages/components/job-card.wrn +++ b/app/pages/components/job-card.wrn @@ -10,10 +10,10 @@ page JobCardcomponent {
W WRNexusJS - +
-
content component

JobCard

Reusable job card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<JobCard
+      
content component

JobCard

Reusable job card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<JobCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page JobCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/job-progress.wrn b/app/pages/components/job-progress.wrn index 51ff1c28..8ad259a1 100644 --- a/app/pages/components/job-progress.wrn +++ b/app/pages/components/job-progress.wrn @@ -10,10 +10,10 @@ page JobProgresscomponent {
W WRNexusJS - +
-
visualization component

JobProgress

Reusable job progress component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<JobProgress
+      
visualization component

JobProgress

Reusable job progress component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<JobProgress
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page JobProgresscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/job-title-input.wrn b/app/pages/components/job-title-input.wrn index 4d2579c6..72d3fa59 100644 --- a/app/pages/components/job-title-input.wrn +++ b/app/pages/components/job-title-input.wrn @@ -10,10 +10,10 @@ page JobTitleInputcomponent {
W WRNexusJS - +
-
forms component

JobTitleInput

Reusable job title input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<JobTitleInput
+      
forms component

JobTitleInput

Reusable job title input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<JobTitleInput
   label="JobTitle"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page JobTitleInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/json-input.wrn b/app/pages/components/json-input.wrn index f9faae5d..7628b6d8 100644 --- a/app/pages/components/json-input.wrn +++ b/app/pages/components/json-input.wrn @@ -10,10 +10,10 @@ page JsonInputcomponent {
W WRNexusJS - +
-
forms component

JsonInput

Reusable json input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<JsonInput
+      
forms component

JsonInput

Reusable json input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<JsonInput
   label="Json"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page JsonInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/json-viewer.wrn b/app/pages/components/json-viewer.wrn index 96d97417..5387a0b7 100644 --- a/app/pages/components/json-viewer.wrn +++ b/app/pages/components/json-viewer.wrn @@ -10,10 +10,10 @@ page JsonViewercomponent {
W WRNexusJS - +
-
content component

JsonViewer

Reusable json viewer component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<JsonViewer
+      
content component

JsonViewer

Reusable json viewer component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<JsonViewer
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page JsonViewercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/key-value-table.wrn b/app/pages/components/key-value-table.wrn index 516a9c35..aa3ce65c 100644 --- a/app/pages/components/key-value-table.wrn +++ b/app/pages/components/key-value-table.wrn @@ -10,10 +10,10 @@ page KeyValueTablecomponent {
W WRNexusJS - +
-
data component

KeyValueTable

Reusable key value table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<KeyValueTable
+      
data component

KeyValueTable

Reusable key value table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<KeyValueTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page KeyValueTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/kyc-document-upload.wrn b/app/pages/components/kyc-document-upload.wrn index 9499e827..ebd255b2 100644 --- a/app/pages/components/kyc-document-upload.wrn +++ b/app/pages/components/kyc-document-upload.wrn @@ -10,10 +10,10 @@ page KycDocumentUploadcomponent {
W WRNexusJS - +
-
content component

KycDocumentUpload

Reusable kyc document upload component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<KycDocumentUpload
+      
content component

KycDocumentUpload

Reusable kyc document upload component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<KycDocumentUpload
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page KycDocumentUploadcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/language-selector.wrn b/app/pages/components/language-selector.wrn index c69aff35..bf29c1d2 100644 --- a/app/pages/components/language-selector.wrn +++ b/app/pages/components/language-selector.wrn @@ -10,10 +10,10 @@ page LanguageSelectorcomponent {
W WRNexusJS - +
-
forms component

LanguageSelector

Reusable language selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LanguageSelector
+      
forms component

LanguageSelector

Reusable language selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LanguageSelector
   label="Language"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page LanguageSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/language-switcher.wrn b/app/pages/components/language-switcher.wrn index 64fc7e16..735f81da 100644 --- a/app/pages/components/language-switcher.wrn +++ b/app/pages/components/language-switcher.wrn @@ -10,10 +10,10 @@ page LanguageSwitchercomponent {
W WRNexusJS - +
-
content component

LanguageSwitcher

Reusable language switcher component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LanguageSwitcher
+      
content component

LanguageSwitcher

Reusable language switcher component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LanguageSwitcher
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page LanguageSwitchercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/last-name-input.wrn b/app/pages/components/last-name-input.wrn index e47564c9..7b9a2071 100644 --- a/app/pages/components/last-name-input.wrn +++ b/app/pages/components/last-name-input.wrn @@ -10,10 +10,10 @@ page LastNameInputcomponent {
W WRNexusJS - +
-
forms component

LastNameInput

Reusable last name input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LastNameInput
+      
forms component

LastNameInput

Reusable last name input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LastNameInput
   label="LastName"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page LastNameInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/latency-metric.wrn b/app/pages/components/latency-metric.wrn index 34e3e464..dd6c7d65 100644 --- a/app/pages/components/latency-metric.wrn +++ b/app/pages/components/latency-metric.wrn @@ -10,10 +10,10 @@ page LatencyMetriccomponent {
W WRNexusJS - +
-
visualization component

LatencyMetric

Reusable latency metric component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LatencyMetric
+      
visualization component

LatencyMetric

Reusable latency metric component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LatencyMetric
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page LatencyMetriccomponent {
     }
 }
 
- + } diff --git a/app/pages/components/latitude-input.wrn b/app/pages/components/latitude-input.wrn index 7f64c494..6bd65677 100644 --- a/app/pages/components/latitude-input.wrn +++ b/app/pages/components/latitude-input.wrn @@ -10,10 +10,10 @@ page LatitudeInputcomponent {
W WRNexusJS - +
-
forms component

LatitudeInput

Reusable latitude input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LatitudeInput
+      
forms component

LatitudeInput

Reusable latitude input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LatitudeInput
   label="Latitude"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page LatitudeInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/lead-text.wrn b/app/pages/components/lead-text.wrn index a7d263e9..53104da1 100644 --- a/app/pages/components/lead-text.wrn +++ b/app/pages/components/lead-text.wrn @@ -10,10 +10,10 @@ page LeadTextcomponent {
W WRNexusJS - +
-
content component

LeadText

Reusable lead text component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LeadText
+      
content component

LeadText

Reusable lead text component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LeadText
   text="text"
   align="start"
 />

Legacy mount name: data-component="LeadText".

Props and attributes

PropTypeRequirementDefault
textstringOptional""
alignstringOptional"start"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/LeadText.wrn

component LeadText {
@@ -28,7 +28,7 @@ page LeadTextcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/leadership-grid.wrn b/app/pages/components/leadership-grid.wrn index c4703899..03d97be2 100644 --- a/app/pages/components/leadership-grid.wrn +++ b/app/pages/components/leadership-grid.wrn @@ -10,10 +10,10 @@ page LeadershipGridcomponent {
W WRNexusJS - +
-
data component

LeadershipGrid

Reusable leadership grid component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LeadershipGrid
+      
data component

LeadershipGrid

Reusable leadership grid component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LeadershipGrid
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page LeadershipGridcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/legal-acceptance-notice.wrn b/app/pages/components/legal-acceptance-notice.wrn index b7254c5f..cd66637a 100644 --- a/app/pages/components/legal-acceptance-notice.wrn +++ b/app/pages/components/legal-acceptance-notice.wrn @@ -10,10 +10,10 @@ page LegalAcceptanceNoticecomponent {
W WRNexusJS - +
-
feedback component

LegalAcceptanceNotice

Reusable legal acceptance notice component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalAcceptanceNotice
+      
feedback component

LegalAcceptanceNotice

Reusable legal acceptance notice component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalAcceptanceNotice
   label="LegalAcceptance"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page LegalAcceptanceNoticecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/legal-bullet-list.wrn b/app/pages/components/legal-bullet-list.wrn index f36ac28f..717b5904 100644 --- a/app/pages/components/legal-bullet-list.wrn +++ b/app/pages/components/legal-bullet-list.wrn @@ -10,10 +10,10 @@ page LegalBulletListcomponent {
W WRNexusJS - +
-
data component

LegalBulletList

Reusable legal bullet list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalBulletList
+      
data component

LegalBulletList

Reusable legal bullet list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalBulletList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page LegalBulletListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/legal-contact-block.wrn b/app/pages/components/legal-contact-block.wrn index d760c95c..c11e85c1 100644 --- a/app/pages/components/legal-contact-block.wrn +++ b/app/pages/components/legal-contact-block.wrn @@ -10,10 +10,10 @@ page LegalContactBlockcomponent {
W WRNexusJS - +
-
content component

LegalContactBlock

Reusable legal contact block component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalContactBlock
+      
content component

LegalContactBlock

Reusable legal contact block component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalContactBlock
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page LegalContactBlockcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/legal-definition-list.wrn b/app/pages/components/legal-definition-list.wrn index 685cae82..4a50b342 100644 --- a/app/pages/components/legal-definition-list.wrn +++ b/app/pages/components/legal-definition-list.wrn @@ -10,10 +10,10 @@ page LegalDefinitionListcomponent {
W WRNexusJS - +
-
data component

LegalDefinitionList

Reusable legal definition list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalDefinitionList
+      
data component

LegalDefinitionList

Reusable legal definition list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalDefinitionList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page LegalDefinitionListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/legal-document-header.wrn b/app/pages/components/legal-document-header.wrn index ce21af62..271db087 100644 --- a/app/pages/components/legal-document-header.wrn +++ b/app/pages/components/legal-document-header.wrn @@ -10,10 +10,10 @@ page LegalDocumentHeadercomponent {
W WRNexusJS - +
-
layout component

LegalDocumentHeader

Reusable legal document header component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalDocumentHeader
+      
layout component

LegalDocumentHeader

Reusable legal document header component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalDocumentHeader
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page LegalDocumentHeadercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/legal-document-layout.wrn b/app/pages/components/legal-document-layout.wrn index efd16205..3bca410f 100644 --- a/app/pages/components/legal-document-layout.wrn +++ b/app/pages/components/legal-document-layout.wrn @@ -10,10 +10,10 @@ page LegalDocumentLayoutcomponent {
W WRNexusJS - +
-
layout component

LegalDocumentLayout

Reusable legal document layout component.

@wrnexus/ui 0.2.654 props2 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalDocumentLayout
+      
layout component

LegalDocumentLayout

Reusable legal document layout component.

@wrnexus/ui 0.2.664 props2 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalDocumentLayout
   title="Legal document"
   effectiveDate="effectiveDate"
   updatedDate="updatedDate"
@@ -48,7 +48,7 @@ page LegalDocumentLayoutcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/legal-hero.wrn b/app/pages/components/legal-hero.wrn index ffa666db..3e6ef316 100644 --- a/app/pages/components/legal-hero.wrn +++ b/app/pages/components/legal-hero.wrn @@ -10,10 +10,10 @@ page LegalHerocomponent {
W WRNexusJS - +
-
layout component

LegalHero

Reusable legal hero component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalHero
+      
layout component

LegalHero

Reusable legal hero component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalHero
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page LegalHerocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/legal-language-selector.wrn b/app/pages/components/legal-language-selector.wrn index 74bee05f..b8376602 100644 --- a/app/pages/components/legal-language-selector.wrn +++ b/app/pages/components/legal-language-selector.wrn @@ -10,10 +10,10 @@ page LegalLanguageSelectorcomponent {
W WRNexusJS - +
-
forms component

LegalLanguageSelector

Reusable legal language selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalLanguageSelector
+      
forms component

LegalLanguageSelector

Reusable legal language selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalLanguageSelector
   label="LegalLanguage"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page LegalLanguageSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/legal-notice.wrn b/app/pages/components/legal-notice.wrn index c49e5309..4d1fb4bf 100644 --- a/app/pages/components/legal-notice.wrn +++ b/app/pages/components/legal-notice.wrn @@ -10,10 +10,10 @@ page LegalNoticecomponent {
W WRNexusJS - +
-
feedback component

LegalNotice

Reusable legal notice component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalNotice
+      
feedback component

LegalNotice

Reusable legal notice component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalNotice
   label="Legal"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page LegalNoticecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/legal-page-shell.wrn b/app/pages/components/legal-page-shell.wrn index 497343e4..aecab524 100644 --- a/app/pages/components/legal-page-shell.wrn +++ b/app/pages/components/legal-page-shell.wrn @@ -10,10 +10,10 @@ page LegalPageShellcomponent {
W WRNexusJS - +
-
layout component

LegalPageShell

Reusable legal page shell component.

@wrnexus/ui 0.2.651 props2 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalPageShell />

Legacy mount name: data-component="LegalPageShell".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • navigation
  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/LegalPageShell.wrn

component LegalPageShell {
+      
layout component

LegalPageShell

Reusable legal page shell component.

@wrnexus/ui 0.2.661 props2 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalPageShell />

Legacy mount name: data-component="LegalPageShell".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • navigation
  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/LegalPageShell.wrn

component LegalPageShell {
   props {
     class = ""
   }
@@ -29,7 +29,7 @@ page LegalPageShellcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/legal-print-button.wrn b/app/pages/components/legal-print-button.wrn index 11e5882b..8928a9d3 100644 --- a/app/pages/components/legal-print-button.wrn +++ b/app/pages/components/legal-print-button.wrn @@ -10,10 +10,10 @@ page LegalPrintButtoncomponent {
W WRNexusJS - +
-
actions component

LegalPrintButton

Reusable legal print button component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalPrintButton
+      
actions component

LegalPrintButton

Reusable legal print button component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalPrintButton
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page LegalPrintButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/legal-region-selector.wrn b/app/pages/components/legal-region-selector.wrn index 21c0f679..009bc70b 100644 --- a/app/pages/components/legal-region-selector.wrn +++ b/app/pages/components/legal-region-selector.wrn @@ -10,10 +10,10 @@ page LegalRegionSelectorcomponent {
W WRNexusJS - +
-
forms component

LegalRegionSelector

Reusable legal region selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalRegionSelector
+      
forms component

LegalRegionSelector

Reusable legal region selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalRegionSelector
   label="LegalRegion"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page LegalRegionSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/legal-section.wrn b/app/pages/components/legal-section.wrn index 1f6a47ad..ab6e2a5a 100644 --- a/app/pages/components/legal-section.wrn +++ b/app/pages/components/legal-section.wrn @@ -10,10 +10,10 @@ page LegalSectioncomponent {
W WRNexusJS - +
-
layout component

LegalSection

Reusable legal section component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalSection
+      
layout component

LegalSection

Reusable legal section component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalSection
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page LegalSectioncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/legal-summary.wrn b/app/pages/components/legal-summary.wrn index 7c6e91d8..b19ab6c0 100644 --- a/app/pages/components/legal-summary.wrn +++ b/app/pages/components/legal-summary.wrn @@ -10,10 +10,10 @@ page LegalSummarycomponent {
W WRNexusJS - +
-
content component

LegalSummary

Reusable legal summary component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalSummary
+      
content component

LegalSummary

Reusable legal summary component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalSummary
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page LegalSummarycomponent {
     }
 }
 
- + } diff --git a/app/pages/components/legal-table-of-contents.wrn b/app/pages/components/legal-table-of-contents.wrn index 1044f810..866266de 100644 --- a/app/pages/components/legal-table-of-contents.wrn +++ b/app/pages/components/legal-table-of-contents.wrn @@ -10,10 +10,10 @@ page LegalTableOfContentscomponent {
W WRNexusJS - +
-
core component

LegalTableOfContents

Reusable legal table of contents component.

@wrnexus/ui 0.2.653 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalTableOfContents
+      
core component

LegalTableOfContents

Reusable legal table of contents component.

@wrnexus/ui 0.2.663 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalTableOfContents
   title="On this page"
   items="[]"
 />

Legacy mount name: data-component="LegalTableOfContents".

Props and attributes

PropTypeRequirementDefault
titlestringOptional"On this page"
itemsstringOptional[]
classstringOptional""

Slots

This component does not declare a slot.

Events

This component does not declare a custom event.

Source contract

Installed source: components/LegalTableOfContents.wrn

component LegalTableOfContents {
@@ -32,7 +32,7 @@ page LegalTableOfContentscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/legal-table.wrn b/app/pages/components/legal-table.wrn index 089410cf..ca6ceaec 100644 --- a/app/pages/components/legal-table.wrn +++ b/app/pages/components/legal-table.wrn @@ -10,10 +10,10 @@ page LegalTablecomponent {
W WRNexusJS - +
-
data component

LegalTable

Reusable legal table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalTable
+      
data component

LegalTable

Reusable legal table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page LegalTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/legal-version-badge.wrn b/app/pages/components/legal-version-badge.wrn index c2547bf7..ffc17d5d 100644 --- a/app/pages/components/legal-version-badge.wrn +++ b/app/pages/components/legal-version-badge.wrn @@ -10,10 +10,10 @@ page LegalVersionBadgecomponent {
W WRNexusJS - +
-
feedback component

LegalVersionBadge

Reusable legal version badge component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalVersionBadge
+      
feedback component

LegalVersionBadge

Reusable legal version badge component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LegalVersionBadge
   label="LegalVersion"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page LegalVersionBadgecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/letter-spacing-picker.wrn b/app/pages/components/letter-spacing-picker.wrn index 07505303..c61bd15a 100644 --- a/app/pages/components/letter-spacing-picker.wrn +++ b/app/pages/components/letter-spacing-picker.wrn @@ -10,10 +10,10 @@ page LetterSpacingPickercomponent {
W WRNexusJS - +
-
forms component

LetterSpacingPicker

Reusable letter spacing picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LetterSpacingPicker
+      
forms component

LetterSpacingPicker

Reusable letter spacing picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LetterSpacingPicker
   label="LetterSpacing"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page LetterSpacingPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/license-key-input.wrn b/app/pages/components/license-key-input.wrn index af457a32..e9ad58a4 100644 --- a/app/pages/components/license-key-input.wrn +++ b/app/pages/components/license-key-input.wrn @@ -10,10 +10,10 @@ page LicenseKeyInputcomponent {
W WRNexusJS - +
-
forms component

LicenseKeyInput

Reusable license key input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LicenseKeyInput
+      
forms component

LicenseKeyInput

Reusable license key input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LicenseKeyInput
   label="LicenseKey"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page LicenseKeyInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/lightbox.wrn b/app/pages/components/lightbox.wrn index e8b8448a..c82ef89d 100644 --- a/app/pages/components/lightbox.wrn +++ b/app/pages/components/lightbox.wrn @@ -10,10 +10,10 @@ page Lightboxcomponent {
W WRNexusJS - +
-
overlays component

Lightbox

Reusable lightbox component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Lightbox
+      
overlays component

Lightbox

Reusable lightbox component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Lightbox
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page Lightboxcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/line-chart.wrn b/app/pages/components/line-chart.wrn index b94044f5..415d1b9d 100644 --- a/app/pages/components/line-chart.wrn +++ b/app/pages/components/line-chart.wrn @@ -10,10 +10,10 @@ page LineChartcomponent {
W WRNexusJS - +
-
visualization component

LineChart

Reusable line chart component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LineChart
+      
visualization component

LineChart

Reusable line chart component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LineChart
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page LineChartcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/line-height-picker.wrn b/app/pages/components/line-height-picker.wrn index 62773fe9..a8531f78 100644 --- a/app/pages/components/line-height-picker.wrn +++ b/app/pages/components/line-height-picker.wrn @@ -10,10 +10,10 @@ page LineHeightPickercomponent {
W WRNexusJS - +
-
forms component

LineHeightPicker

Reusable line height picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LineHeightPicker
+      
forms component

LineHeightPicker

Reusable line height picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LineHeightPicker
   label="LineHeight"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page LineHeightPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/link-button.wrn b/app/pages/components/link-button.wrn index c9e328f9..22d40f6d 100644 --- a/app/pages/components/link-button.wrn +++ b/app/pages/components/link-button.wrn @@ -10,10 +10,10 @@ page LinkButtoncomponent {
W WRNexusJS - +
-
actions component

LinkButton

Reusable link button component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LinkButton
+      
actions component

LinkButton

Reusable link button component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LinkButton
   label="Action"
   type="button"
   disabled="false"
@@ -30,7 +30,7 @@ page LinkButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/link.wrn b/app/pages/components/link.wrn index b8339197..0f27acd4 100644 --- a/app/pages/components/link.wrn +++ b/app/pages/components/link.wrn @@ -10,10 +10,10 @@ page Linkcomponent {
W WRNexusJS - +
-
core component

Link

Reusable link component.

@wrnexus/ui 0.2.654 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Link
+      
core component

Link

Reusable link component.

@wrnexus/ui 0.2.664 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Link
   href="#"
   label="Link"
   external="false"
@@ -30,7 +30,7 @@ page Linkcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/list.wrn b/app/pages/components/list.wrn index a307656f..90b25e6d 100644 --- a/app/pages/components/list.wrn +++ b/app/pages/components/list.wrn @@ -10,10 +10,10 @@ page Listcomponent {
W WRNexusJS - +
-
data component

List

Reusable list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<List
+      
data component

List

Reusable list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<List
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page Listcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/loading-button.wrn b/app/pages/components/loading-button.wrn index 6f1b960c..d9d8b532 100644 --- a/app/pages/components/loading-button.wrn +++ b/app/pages/components/loading-button.wrn @@ -10,10 +10,10 @@ page LoadingButtoncomponent {
W WRNexusJS - +
-
actions component

LoadingButton

Reusable loading button component.

@wrnexus/ui 0.2.657 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LoadingButton
+      
actions component

LoadingButton

Reusable loading button component.

@wrnexus/ui 0.2.667 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LoadingButton
   label="Continue"
   loadingLabel="Loading…"
   loading="false"
@@ -38,7 +38,7 @@ page LoadingButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/locale-selector.wrn b/app/pages/components/locale-selector.wrn index 7748f238..54c9f476 100644 --- a/app/pages/components/locale-selector.wrn +++ b/app/pages/components/locale-selector.wrn @@ -10,10 +10,10 @@ page LocaleSelectorcomponent {
W WRNexusJS - +
-
forms component

LocaleSelector

Reusable locale selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LocaleSelector
+      
forms component

LocaleSelector

Reusable locale selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LocaleSelector
   label="Locale"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page LocaleSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/localized-route-link.wrn b/app/pages/components/localized-route-link.wrn index bb367b74..7d836018 100644 --- a/app/pages/components/localized-route-link.wrn +++ b/app/pages/components/localized-route-link.wrn @@ -10,10 +10,10 @@ page LocalizedRouteLinkcomponent {
W WRNexusJS - +
-
actions component

LocalizedRouteLink

Reusable localized route link component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LocalizedRouteLink
+      
actions component

LocalizedRouteLink

Reusable localized route link component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LocalizedRouteLink
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page LocalizedRouteLinkcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/location-picker.wrn b/app/pages/components/location-picker.wrn index e8c24260..03718e67 100644 --- a/app/pages/components/location-picker.wrn +++ b/app/pages/components/location-picker.wrn @@ -10,10 +10,10 @@ page LocationPickercomponent {
W WRNexusJS - +
-
forms component

LocationPicker

Reusable location picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LocationPicker
+      
forms component

LocationPicker

Reusable location picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LocationPicker
   label="Location"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page LocationPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/log-table.wrn b/app/pages/components/log-table.wrn index e6170119..b1192e80 100644 --- a/app/pages/components/log-table.wrn +++ b/app/pages/components/log-table.wrn @@ -10,10 +10,10 @@ page LogTablecomponent {
W WRNexusJS - +
-
data component

LogTable

Reusable log table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LogTable
+      
data component

LogTable

Reusable log table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LogTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page LogTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/logo-cloud.wrn b/app/pages/components/logo-cloud.wrn index efe106f1..d903583a 100644 --- a/app/pages/components/logo-cloud.wrn +++ b/app/pages/components/logo-cloud.wrn @@ -10,10 +10,10 @@ page LogoCloudcomponent {
W WRNexusJS - +
-
core component

LogoCloud

Reusable logo cloud component.

@wrnexus/ui 0.2.6511 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LogoCloud
+      
core component

LogoCloud

Reusable logo cloud component.

@wrnexus/ui 0.2.6611 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LogoCloud
   eyebrow="eyebrow"
   title="Trusted by teams building modern products"
   description="description"
@@ -163,7 +163,7 @@ page LogoCloudcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/logo-upload.wrn b/app/pages/components/logo-upload.wrn index aab93d2a..4a73aa48 100644 --- a/app/pages/components/logo-upload.wrn +++ b/app/pages/components/logo-upload.wrn @@ -10,10 +10,10 @@ page LogoUploadcomponent {
W WRNexusJS - +
-
content component

LogoUpload

Reusable logo upload component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LogoUpload
+      
content component

LogoUpload

Reusable logo upload component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LogoUpload
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page LogoUploadcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/logo.wrn b/app/pages/components/logo.wrn index 0e2fa0a3..7803c814 100644 --- a/app/pages/components/logo.wrn +++ b/app/pages/components/logo.wrn @@ -10,10 +10,10 @@ page Logocomponent {
W WRNexusJS - +
-
content component

Logo

Reusable logo component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Logo
+      
content component

Logo

Reusable logo component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Logo
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page Logocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/logout-dialog.wrn b/app/pages/components/logout-dialog.wrn index 35e2e31b..90abecba 100644 --- a/app/pages/components/logout-dialog.wrn +++ b/app/pages/components/logout-dialog.wrn @@ -10,10 +10,10 @@ page LogoutDialogcomponent {
W WRNexusJS - +
-
overlays component

LogoutDialog

Reusable logout dialog component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LogoutDialog
+      
overlays component

LogoutDialog

Reusable logout dialog component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LogoutDialog
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page LogoutDialogcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/longitude-input.wrn b/app/pages/components/longitude-input.wrn index 22745a04..3da7603b 100644 --- a/app/pages/components/longitude-input.wrn +++ b/app/pages/components/longitude-input.wrn @@ -10,10 +10,10 @@ page LongitudeInputcomponent {
W WRNexusJS - +
-
forms component

LongitudeInput

Reusable longitude input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LongitudeInput
+      
forms component

LongitudeInput

Reusable longitude input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<LongitudeInput
   label="Longitude"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page LongitudeInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/maintenance-alert.wrn b/app/pages/components/maintenance-alert.wrn index b203ef2e..ee6baf1a 100644 --- a/app/pages/components/maintenance-alert.wrn +++ b/app/pages/components/maintenance-alert.wrn @@ -10,10 +10,10 @@ page MaintenanceAlertcomponent {
W WRNexusJS - +
-
feedback component

MaintenanceAlert

Reusable maintenance alert component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MaintenanceAlert
+      
feedback component

MaintenanceAlert

Reusable maintenance alert component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MaintenanceAlert
   label="Maintenance"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page MaintenanceAlertcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/maintenance-banner.wrn b/app/pages/components/maintenance-banner.wrn index 101980ea..679cad24 100644 --- a/app/pages/components/maintenance-banner.wrn +++ b/app/pages/components/maintenance-banner.wrn @@ -10,10 +10,10 @@ page MaintenanceBannercomponent {
W WRNexusJS - +
-
feedback component

MaintenanceBanner

Reusable maintenance banner component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MaintenanceBanner
+      
feedback component

MaintenanceBanner

Reusable maintenance banner component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MaintenanceBanner
   label="Maintenance"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page MaintenanceBannercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/maintenance-card.wrn b/app/pages/components/maintenance-card.wrn index 238cae7d..2ca6d7a2 100644 --- a/app/pages/components/maintenance-card.wrn +++ b/app/pages/components/maintenance-card.wrn @@ -10,10 +10,10 @@ page MaintenanceCardcomponent {
W WRNexusJS - +
-
content component

MaintenanceCard

Reusable maintenance card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MaintenanceCard
+      
content component

MaintenanceCard

Reusable maintenance card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MaintenanceCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page MaintenanceCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/maintenance-page.wrn b/app/pages/components/maintenance-page.wrn index 4d3d8ef6..4c818948 100644 --- a/app/pages/components/maintenance-page.wrn +++ b/app/pages/components/maintenance-page.wrn @@ -10,10 +10,10 @@ page MaintenancePagecomponent {
W WRNexusJS - +
-
content component

MaintenancePage

Reusable maintenance page component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MaintenancePage
+      
content component

MaintenancePage

Reusable maintenance page component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MaintenancePage
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page MaintenancePagecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/maintenance-state.wrn b/app/pages/components/maintenance-state.wrn index 68678ee5..d055be16 100644 --- a/app/pages/components/maintenance-state.wrn +++ b/app/pages/components/maintenance-state.wrn @@ -10,10 +10,10 @@ page MaintenanceStatecomponent {
W WRNexusJS - +
-
feedback component

MaintenanceState

Reusable maintenance state component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MaintenanceState
+      
feedback component

MaintenanceState

Reusable maintenance state component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MaintenanceState
   label="Maintenance"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page MaintenanceStatecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/maintenance-window-picker.wrn b/app/pages/components/maintenance-window-picker.wrn index 65229c36..6a81b827 100644 --- a/app/pages/components/maintenance-window-picker.wrn +++ b/app/pages/components/maintenance-window-picker.wrn @@ -10,10 +10,10 @@ page MaintenanceWindowPickercomponent {
W WRNexusJS - +
-
forms component

MaintenanceWindowPicker

Reusable maintenance window picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MaintenanceWindowPicker
+      
forms component

MaintenanceWindowPicker

Reusable maintenance window picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MaintenanceWindowPicker
   label="MaintenanceWindow"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page MaintenanceWindowPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/map-picker.wrn b/app/pages/components/map-picker.wrn index 7464bd59..a95cdff2 100644 --- a/app/pages/components/map-picker.wrn +++ b/app/pages/components/map-picker.wrn @@ -10,10 +10,10 @@ page MapPickercomponent {
W WRNexusJS - +
-
forms component

MapPicker

Reusable map picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MapPicker
+      
forms component

MapPicker

Reusable map picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MapPicker
   label="Map"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page MapPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/markdown-editor.wrn b/app/pages/components/markdown-editor.wrn index 413dc9d5..b4ea724f 100644 --- a/app/pages/components/markdown-editor.wrn +++ b/app/pages/components/markdown-editor.wrn @@ -10,10 +10,10 @@ page MarkdownEditorcomponent {
W WRNexusJS - +
-
forms component

MarkdownEditor

Reusable markdown editor component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MarkdownEditor
+      
forms component

MarkdownEditor

Reusable markdown editor component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MarkdownEditor
   label="Markdown"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page MarkdownEditorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/marketing-page-shell.wrn b/app/pages/components/marketing-page-shell.wrn index 6be75270..97ef0caa 100644 --- a/app/pages/components/marketing-page-shell.wrn +++ b/app/pages/components/marketing-page-shell.wrn @@ -10,10 +10,10 @@ page MarketingPageShellcomponent {
W WRNexusJS - +
-
layout component

MarketingPageShell

Reusable marketing page shell component.

@wrnexus/ui 0.2.651 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MarketingPageShell />

Legacy mount name: data-component="MarketingPageShell".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/MarketingPageShell.wrn

component MarketingPageShell {
+      
layout component

MarketingPageShell

Reusable marketing page shell component.

@wrnexus/ui 0.2.661 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MarketingPageShell />

Legacy mount name: data-component="MarketingPageShell".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/MarketingPageShell.wrn

component MarketingPageShell {
   props {
     class = ""
   }
@@ -24,7 +24,7 @@ page MarketingPageShellcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/marketing-section-header.wrn b/app/pages/components/marketing-section-header.wrn index a90c3bb6..a2b168d4 100644 --- a/app/pages/components/marketing-section-header.wrn +++ b/app/pages/components/marketing-section-header.wrn @@ -10,10 +10,10 @@ page MarketingSectionHeadercomponent {
W WRNexusJS - +
-
layout component

MarketingSectionHeader

Reusable marketing section header component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MarketingSectionHeader
+      
layout component

MarketingSectionHeader

Reusable marketing section header component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MarketingSectionHeader
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page MarketingSectionHeadercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/masked-secret-field.wrn b/app/pages/components/masked-secret-field.wrn index b01f3df6..32bea435 100644 --- a/app/pages/components/masked-secret-field.wrn +++ b/app/pages/components/masked-secret-field.wrn @@ -10,10 +10,10 @@ page MaskedSecretFieldcomponent {
W WRNexusJS - +
-
forms component

MaskedSecretField

Reusable masked secret field component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MaskedSecretField
+      
forms component

MaskedSecretField

Reusable masked secret field component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MaskedSecretField
   label="MaskedSecret"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page MaskedSecretFieldcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/mega-menu.wrn b/app/pages/components/mega-menu.wrn index 9cbbc26b..bcd9b140 100644 --- a/app/pages/components/mega-menu.wrn +++ b/app/pages/components/mega-menu.wrn @@ -10,10 +10,10 @@ page MegaMenucomponent {
W WRNexusJS - +
-
overlays component

MegaMenu

Reusable mega menu component.

@wrnexus/ui 0.2.653 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MegaMenu
+      
overlays component

MegaMenu

Reusable mega menu component.

@wrnexus/ui 0.2.663 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MegaMenu
   label="Explore"
   sections="[]"
 />

Legacy mount name: data-component="MegaMenu".

Props and attributes

PropTypeRequirementDefault
labelstringOptional"Explore"
sectionsstringOptional[]
classstringOptional""

Slots

This component does not declare a slot.

Events

  • click

Source contract

Installed source: components/MegaMenu.wrn

component MegaMenu {
@@ -37,7 +37,7 @@ page MegaMenucomponent {
     }
 }
 
- + } diff --git a/app/pages/components/member-list.wrn b/app/pages/components/member-list.wrn index a1e6b3c8..7e6862e7 100644 --- a/app/pages/components/member-list.wrn +++ b/app/pages/components/member-list.wrn @@ -10,10 +10,10 @@ page MemberListcomponent {
W WRNexusJS - +
-
data component

MemberList

Reusable member list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MemberList
+      
data component

MemberList

Reusable member list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MemberList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page MemberListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/mention-input.wrn b/app/pages/components/mention-input.wrn index 207a2c8b..aacaedee 100644 --- a/app/pages/components/mention-input.wrn +++ b/app/pages/components/mention-input.wrn @@ -10,10 +10,10 @@ page MentionInputcomponent {
W WRNexusJS - +
-
forms component

MentionInput

Reusable mention input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MentionInput
+      
forms component

MentionInput

Reusable mention input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MentionInput
   label="Mention"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page MentionInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/message-character-counter.wrn b/app/pages/components/message-character-counter.wrn index 92fec26a..081c1a42 100644 --- a/app/pages/components/message-character-counter.wrn +++ b/app/pages/components/message-character-counter.wrn @@ -10,10 +10,10 @@ page MessageCharacterCountercomponent {
W WRNexusJS - +
-
feedback component

MessageCharacterCounter

Reusable message character counter component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MessageCharacterCounter
+      
feedback component

MessageCharacterCounter

Reusable message character counter component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MessageCharacterCounter
   label="MessageCharacter"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page MessageCharacterCountercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/message-composer-preview.wrn b/app/pages/components/message-composer-preview.wrn index 9fde1dd1..f085d2cf 100644 --- a/app/pages/components/message-composer-preview.wrn +++ b/app/pages/components/message-composer-preview.wrn @@ -10,10 +10,10 @@ page MessageComposerPreviewcomponent {
W WRNexusJS - +
-
content component

MessageComposerPreview

Reusable message composer preview component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MessageComposerPreview
+      
content component

MessageComposerPreview

Reusable message composer preview component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MessageComposerPreview
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page MessageComposerPreviewcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/message-composer.wrn b/app/pages/components/message-composer.wrn index 6bef4b7d..9130e947 100644 --- a/app/pages/components/message-composer.wrn +++ b/app/pages/components/message-composer.wrn @@ -10,10 +10,10 @@ page MessageComposercomponent {
W WRNexusJS - +
-
content component

MessageComposer

Reusable message composer component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MessageComposer
+      
content component

MessageComposer

Reusable message composer component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MessageComposer
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page MessageComposercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/message-limit-input.wrn b/app/pages/components/message-limit-input.wrn index 441f79fc..2eed245b 100644 --- a/app/pages/components/message-limit-input.wrn +++ b/app/pages/components/message-limit-input.wrn @@ -10,10 +10,10 @@ page MessageLimitInputcomponent {
W WRNexusJS - +
-
forms component

MessageLimitInput

Reusable message limit input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MessageLimitInput
+      
forms component

MessageLimitInput

Reusable message limit input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MessageLimitInput
   label="MessageLimit"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page MessageLimitInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/message-preview.wrn b/app/pages/components/message-preview.wrn index 823684e1..d816d27e 100644 --- a/app/pages/components/message-preview.wrn +++ b/app/pages/components/message-preview.wrn @@ -10,10 +10,10 @@ page MessagePreviewcomponent {
W WRNexusJS - +
-
content component

MessagePreview

Reusable message preview component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MessagePreview
+      
content component

MessagePreview

Reusable message preview component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MessagePreview
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page MessagePreviewcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/message-volume-slider.wrn b/app/pages/components/message-volume-slider.wrn index 314d11f6..01f8fea6 100644 --- a/app/pages/components/message-volume-slider.wrn +++ b/app/pages/components/message-volume-slider.wrn @@ -10,10 +10,10 @@ page MessageVolumeSlidercomponent {
W WRNexusJS - +
-
content component

MessageVolumeSlider

Reusable message volume slider component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MessageVolumeSlider
+      
content component

MessageVolumeSlider

Reusable message volume slider component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MessageVolumeSlider
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page MessageVolumeSlidercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/metric-card.wrn b/app/pages/components/metric-card.wrn index 4359747e..9c5186e4 100644 --- a/app/pages/components/metric-card.wrn +++ b/app/pages/components/metric-card.wrn @@ -10,10 +10,10 @@ page MetricCardcomponent {
W WRNexusJS - +
-
content component

MetricCard

Reusable metric card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MetricCard
+      
content component

MetricCard

Reusable metric card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MetricCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page MetricCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/metric-grid.wrn b/app/pages/components/metric-grid.wrn index ce4cc908..48142284 100644 --- a/app/pages/components/metric-grid.wrn +++ b/app/pages/components/metric-grid.wrn @@ -10,10 +10,10 @@ page MetricGridcomponent {
W WRNexusJS - +
-
data component

MetricGrid

Reusable metric grid component.

@wrnexus/ui 0.2.653 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MetricGrid
+      
data component

MetricGrid

Reusable metric grid component.

@wrnexus/ui 0.2.663 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MetricGrid
   label="Key metrics"
   metrics="[]"
 />

Legacy mount name: data-component="MetricGrid".

Props and attributes

PropTypeRequirementDefault
labelstringOptional"Key metrics"
metricsstringOptional[]
classstringOptional""

Slots

This component does not declare a slot.

Events

This component does not declare a custom event.

Source contract

Installed source: components/MetricGrid.wrn

component MetricGrid {
@@ -31,7 +31,7 @@ page MetricGridcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/metric-text.wrn b/app/pages/components/metric-text.wrn index e12a6597..4f734de3 100644 --- a/app/pages/components/metric-text.wrn +++ b/app/pages/components/metric-text.wrn @@ -10,10 +10,10 @@ page MetricTextcomponent {
W WRNexusJS - +
-
content component

MetricText

Reusable metric text component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MetricText
+      
content component

MetricText

Reusable metric text component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MetricText
   text="text"
   align="start"
 />

Legacy mount name: data-component="MetricText".

Props and attributes

PropTypeRequirementDefault
textstringOptional""
alignstringOptional"start"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/MetricText.wrn

component MetricText {
@@ -28,7 +28,7 @@ page MetricTextcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/metric.wrn b/app/pages/components/metric.wrn index 4df2354c..f19b3d15 100644 --- a/app/pages/components/metric.wrn +++ b/app/pages/components/metric.wrn @@ -10,10 +10,10 @@ page Metriccomponent {
W WRNexusJS - +
-
visualization component

Metric

Reusable metric component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Metric
+      
visualization component

Metric

Reusable metric component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Metric
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page Metriccomponent {
     }
 }
 
- + } diff --git a/app/pages/components/minute-picker.wrn b/app/pages/components/minute-picker.wrn index afe6dcc3..ea23d0dd 100644 --- a/app/pages/components/minute-picker.wrn +++ b/app/pages/components/minute-picker.wrn @@ -10,10 +10,10 @@ page MinutePickercomponent {
W WRNexusJS - +
-
forms component

MinutePicker

Reusable minute picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MinutePicker
+      
forms component

MinutePicker

Reusable minute picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MinutePicker
   label="Minute"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page MinutePickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/mission-section.wrn b/app/pages/components/mission-section.wrn index 96dcf362..1ed62ab4 100644 --- a/app/pages/components/mission-section.wrn +++ b/app/pages/components/mission-section.wrn @@ -10,10 +10,10 @@ page MissionSectioncomponent {
W WRNexusJS - +
-
layout component

MissionSection

Reusable mission section component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MissionSection
+      
layout component

MissionSection

Reusable mission section component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MissionSection
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page MissionSectioncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/mobile-device-frame.wrn b/app/pages/components/mobile-device-frame.wrn index b141a20d..ff03b384 100644 --- a/app/pages/components/mobile-device-frame.wrn +++ b/app/pages/components/mobile-device-frame.wrn @@ -10,10 +10,10 @@ page MobileDeviceFramecomponent {
W WRNexusJS - +
-
layout component

MobileDeviceFrame

Reusable mobile device frame component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MobileDeviceFrame
+      
layout component

MobileDeviceFrame

Reusable mobile device frame component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MobileDeviceFrame
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page MobileDeviceFramecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/mobile-input.wrn b/app/pages/components/mobile-input.wrn index 4ae897f8..7f3dcee6 100644 --- a/app/pages/components/mobile-input.wrn +++ b/app/pages/components/mobile-input.wrn @@ -10,10 +10,10 @@ page MobileInputcomponent {
W WRNexusJS - +
-
forms component

MobileInput

Reusable mobile input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MobileInput
+      
forms component

MobileInput

Reusable mobile input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MobileInput
   label="Mobile"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page MobileInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/mobile-menu-button.wrn b/app/pages/components/mobile-menu-button.wrn index e37951d3..e7a06afe 100644 --- a/app/pages/components/mobile-menu-button.wrn +++ b/app/pages/components/mobile-menu-button.wrn @@ -10,10 +10,10 @@ page MobileMenuButtoncomponent {
W WRNexusJS - +
-
actions component

MobileMenuButton

Reusable mobile menu button component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MobileMenuButton
+      
actions component

MobileMenuButton

Reusable mobile menu button component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MobileMenuButton
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page MobileMenuButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/mobile-navigation.wrn b/app/pages/components/mobile-navigation.wrn index 7df0bc1b..258817ec 100644 --- a/app/pages/components/mobile-navigation.wrn +++ b/app/pages/components/mobile-navigation.wrn @@ -10,10 +10,10 @@ page MobileNavigationcomponent {
W WRNexusJS - +
-
layout component

MobileNavigation

Reusable mobile navigation component.

@wrnexus/ui 0.2.654 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MobileNavigation
+      
layout component

MobileNavigation

Reusable mobile navigation component.

@wrnexus/ui 0.2.664 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MobileNavigation
   label="Menu"
   closeLabel="Close menu"
   items="[]"
@@ -37,7 +37,7 @@ page MobileNavigationcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/mobile-table-card.wrn b/app/pages/components/mobile-table-card.wrn index d6dccce7..cb9d24c4 100644 --- a/app/pages/components/mobile-table-card.wrn +++ b/app/pages/components/mobile-table-card.wrn @@ -10,10 +10,10 @@ page MobileTableCardcomponent {
W WRNexusJS - +
-
content component

MobileTableCard

Reusable mobile table card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MobileTableCard
+      
content component

MobileTableCard

Reusable mobile table card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MobileTableCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page MobileTableCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/modal.wrn b/app/pages/components/modal.wrn index 4b3ee0b4..b9c2454a 100644 --- a/app/pages/components/modal.wrn +++ b/app/pages/components/modal.wrn @@ -10,10 +10,10 @@ page Modalcomponent {
W WRNexusJS - +
-
core component

Modal

Reusable modal component.

@wrnexus/ui 0.2.656 props1 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Modal
+      
core component

Modal

Reusable modal component.

@wrnexus/ui 0.2.666 props1 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Modal
   title="Dialog"
   description="description"
   open="false"
@@ -49,7 +49,7 @@ page Modalcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/month-picker.wrn b/app/pages/components/month-picker.wrn index 4a4ff612..7cb18104 100644 --- a/app/pages/components/month-picker.wrn +++ b/app/pages/components/month-picker.wrn @@ -10,10 +10,10 @@ page MonthPickercomponent {
W WRNexusJS - +
-
forms component

MonthPicker

Reusable month picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MonthPicker
+      
forms component

MonthPicker

Reusable month picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MonthPicker
   label="Month"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page MonthPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/month-year-picker.wrn b/app/pages/components/month-year-picker.wrn index b1bbd956..5e74c1b2 100644 --- a/app/pages/components/month-year-picker.wrn +++ b/app/pages/components/month-year-picker.wrn @@ -10,10 +10,10 @@ page MonthYearPickercomponent {
W WRNexusJS - +
-
forms component

MonthYearPicker

Reusable month year picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MonthYearPicker
+      
forms component

MonthYearPicker

Reusable month year picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MonthYearPicker
   label="MonthYear"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page MonthYearPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/monthly-volume-selector.wrn b/app/pages/components/monthly-volume-selector.wrn index f152983f..37947a63 100644 --- a/app/pages/components/monthly-volume-selector.wrn +++ b/app/pages/components/monthly-volume-selector.wrn @@ -10,10 +10,10 @@ page MonthlyVolumeSelectorcomponent {
W WRNexusJS - +
-
forms component

MonthlyVolumeSelector

Reusable monthly volume selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MonthlyVolumeSelector
+      
forms component

MonthlyVolumeSelector

Reusable monthly volume selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MonthlyVolumeSelector
   label="MonthlyVolume"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page MonthlyVolumeSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/multi-file-upload.wrn b/app/pages/components/multi-file-upload.wrn index 3e2052f2..2e3433f7 100644 --- a/app/pages/components/multi-file-upload.wrn +++ b/app/pages/components/multi-file-upload.wrn @@ -10,10 +10,10 @@ page MultiFileUploadcomponent {
W WRNexusJS - +
-
content component

MultiFileUpload

Reusable multi file upload component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MultiFileUpload
+      
content component

MultiFileUpload

Reusable multi file upload component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MultiFileUpload
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page MultiFileUploadcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/multi-select.wrn b/app/pages/components/multi-select.wrn index 673200f0..7eea056f 100644 --- a/app/pages/components/multi-select.wrn +++ b/app/pages/components/multi-select.wrn @@ -10,10 +10,10 @@ page MultiSelectcomponent {
W WRNexusJS - +
-
core component

MultiSelect

Reusable multi select component.

@wrnexus/ui 0.2.658 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MultiSelect
+      
core component

MultiSelect

Reusable multi select component.

@wrnexus/ui 0.2.668 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MultiSelect
   id="multi-select"
   name="name"
   label="Choose options"
@@ -38,7 +38,7 @@ page MultiSelectcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/multiple-email-input.wrn b/app/pages/components/multiple-email-input.wrn index db229cfa..73b7ddd4 100644 --- a/app/pages/components/multiple-email-input.wrn +++ b/app/pages/components/multiple-email-input.wrn @@ -10,10 +10,10 @@ page MultipleEmailInputcomponent {
W WRNexusJS - +
-
forms component

MultipleEmailInput

Reusable multiple email input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MultipleEmailInput
+      
forms component

MultipleEmailInput

Reusable multiple email input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MultipleEmailInput
   label="MultipleEmail"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page MultipleEmailInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/muted-text.wrn b/app/pages/components/muted-text.wrn index 8477a2cb..5f467467 100644 --- a/app/pages/components/muted-text.wrn +++ b/app/pages/components/muted-text.wrn @@ -10,10 +10,10 @@ page MutedTextcomponent {
W WRNexusJS - +
-
content component

MutedText

Reusable muted text component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MutedText
+      
content component

MutedText

Reusable muted text component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MutedText
   text="text"
   align="start"
 />

Legacy mount name: data-component="MutedText".

Props and attributes

PropTypeRequirementDefault
textstringOptional""
alignstringOptional"start"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/MutedText.wrn

component MutedText {
@@ -28,7 +28,7 @@ page MutedTextcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/name-input.wrn b/app/pages/components/name-input.wrn index f762911e..ef0f825c 100644 --- a/app/pages/components/name-input.wrn +++ b/app/pages/components/name-input.wrn @@ -10,10 +10,10 @@ page NameInputcomponent {
W WRNexusJS - +
-
forms component

NameInput

Reusable name input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NameInput
+      
forms component

NameInput

Reusable name input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NameInput
   label="Name"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page NameInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/narrow-container.wrn b/app/pages/components/narrow-container.wrn index d40359e7..8bdbe8d2 100644 --- a/app/pages/components/narrow-container.wrn +++ b/app/pages/components/narrow-container.wrn @@ -10,10 +10,10 @@ page NarrowContainercomponent {
W WRNexusJS - +
-
core component

NarrowContainer

Reusable narrow container component.

@wrnexus/ui 0.2.651 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NarrowContainer />

Legacy mount name: data-component="NarrowContainer".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/NarrowContainer.wrn

component NarrowContainer {
+      
core component

NarrowContainer

Reusable narrow container component.

@wrnexus/ui 0.2.661 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NarrowContainer />

Legacy mount name: data-component="NarrowContainer".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/NarrowContainer.wrn

component NarrowContainer {
   props {
     class = ""
   }
@@ -24,7 +24,7 @@ page NarrowContainercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/navigation-item.wrn b/app/pages/components/navigation-item.wrn index c115a2f4..7f7752f3 100644 --- a/app/pages/components/navigation-item.wrn +++ b/app/pages/components/navigation-item.wrn @@ -10,10 +10,10 @@ page NavigationItemcomponent {
W WRNexusJS - +
-
content component

NavigationItem

Reusable navigation item component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NavigationItem
+      
content component

NavigationItem

Reusable navigation item component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NavigationItem
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page NavigationItemcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/navigation-mega-menu.wrn b/app/pages/components/navigation-mega-menu.wrn index 3cd4717f..0d22c2aa 100644 --- a/app/pages/components/navigation-mega-menu.wrn +++ b/app/pages/components/navigation-mega-menu.wrn @@ -10,10 +10,10 @@ page NavigationMegaMenucomponent {
W WRNexusJS - +
-
overlays component

NavigationMegaMenu

Reusable navigation mega menu component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NavigationMegaMenu
+      
overlays component

NavigationMegaMenu

Reusable navigation mega menu component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NavigationMegaMenu
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page NavigationMegaMenucomponent {
     }
 }
 
- + } diff --git a/app/pages/components/navigation.wrn b/app/pages/components/navigation.wrn index a970c68b..ac2e2b0b 100644 --- a/app/pages/components/navigation.wrn +++ b/app/pages/components/navigation.wrn @@ -10,10 +10,10 @@ page Navigationcomponent {
W WRNexusJS - +
-
layout component

Navigation

Reusable navigation component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Navigation
+      
layout component

Navigation

Reusable navigation component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Navigation
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page Navigationcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/new-badge.wrn b/app/pages/components/new-badge.wrn index 7e9861d0..58acdd21 100644 --- a/app/pages/components/new-badge.wrn +++ b/app/pages/components/new-badge.wrn @@ -10,10 +10,10 @@ page NewBadgecomponent {
W WRNexusJS - +
-
feedback component

NewBadge

Reusable new badge component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NewBadge
+      
feedback component

NewBadge

Reusable new badge component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NewBadge
   label="New"
   variant="default"
 />

Legacy mount name: data-component="NewBadge".

Props and attributes

PropTypeRequirementDefault
labelstringOptional"New"
variantstringOptional"default"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/NewBadge.wrn

component NewBadge {
@@ -28,7 +28,7 @@ page NewBadgecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/new-password-input.wrn b/app/pages/components/new-password-input.wrn index 6cbb3476..24dfe981 100644 --- a/app/pages/components/new-password-input.wrn +++ b/app/pages/components/new-password-input.wrn @@ -10,10 +10,10 @@ page NewPasswordInputcomponent {
W WRNexusJS - +
-
forms component

NewPasswordInput

Reusable new password input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NewPasswordInput
+      
forms component

NewPasswordInput

Reusable new password input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NewPasswordInput
   label="NewPassword"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page NewPasswordInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/newsletter-cta.wrn b/app/pages/components/newsletter-cta.wrn index ab1c1d49..6de6acaf 100644 --- a/app/pages/components/newsletter-cta.wrn +++ b/app/pages/components/newsletter-cta.wrn @@ -10,10 +10,10 @@ page NewsletterCTAcomponent {
W WRNexusJS - +
-
actions component

NewsletterCTA

Reusable newsletter c t a component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NewsletterCTA
+      
actions component

NewsletterCTA

Reusable newsletter c t a component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NewsletterCTA
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page NewsletterCTAcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/newsletter-form.wrn b/app/pages/components/newsletter-form.wrn index 2c5db13f..c0991fdc 100644 --- a/app/pages/components/newsletter-form.wrn +++ b/app/pages/components/newsletter-form.wrn @@ -10,10 +10,10 @@ page NewsletterFormcomponent {
W WRNexusJS - +
-
content component

NewsletterForm

Reusable newsletter form component.

@wrnexus/ui 0.2.6519 props0 slots2 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NewsletterForm
+      
content component

NewsletterForm

Reusable newsletter form component.

@wrnexus/ui 0.2.6619 props0 slots2 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NewsletterForm
   eyebrow="eyebrow"
   title="Stay up to date"
   description="description"
@@ -226,7 +226,7 @@ page NewsletterFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/no-results-state.wrn b/app/pages/components/no-results-state.wrn index 1b320502..b6b9eacd 100644 --- a/app/pages/components/no-results-state.wrn +++ b/app/pages/components/no-results-state.wrn @@ -10,10 +10,10 @@ page NoResultsStatecomponent {
W WRNexusJS - +
-
feedback component

NoResultsState

Reusable no results state component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NoResultsState
+      
feedback component

NoResultsState

Reusable no results state component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NoResultsState
   label="NoResults"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page NoResultsStatecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/not-found-page.wrn b/app/pages/components/not-found-page.wrn index d2fa041b..bb3a44e0 100644 --- a/app/pages/components/not-found-page.wrn +++ b/app/pages/components/not-found-page.wrn @@ -10,10 +10,10 @@ page NotFoundPagecomponent {
W WRNexusJS - +
-
content component

NotFoundPage

Reusable not found page component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NotFoundPage
+      
content component

NotFoundPage

Reusable not found page component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NotFoundPage
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page NotFoundPagecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/not-found-state.wrn b/app/pages/components/not-found-state.wrn index b3ce191e..c2241f69 100644 --- a/app/pages/components/not-found-state.wrn +++ b/app/pages/components/not-found-state.wrn @@ -10,10 +10,10 @@ page NotFoundStatecomponent {
W WRNexusJS - +
-
feedback component

NotFoundState

Reusable not found state component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NotFoundState
+      
feedback component

NotFoundState

Reusable not found state component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NotFoundState
   label="NotFound"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page NotFoundStatecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/notification-card.wrn b/app/pages/components/notification-card.wrn index 48b1f175..83f7d0a3 100644 --- a/app/pages/components/notification-card.wrn +++ b/app/pages/components/notification-card.wrn @@ -10,10 +10,10 @@ page NotificationCardcomponent {
W WRNexusJS - +
-
content component

NotificationCard

Reusable notification card component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NotificationCard
+      
content component

NotificationCard

Reusable notification card component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NotificationCard
   title="title"
   description="description"
   href="href"
@@ -36,7 +36,7 @@ page NotificationCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/notification-dot.wrn b/app/pages/components/notification-dot.wrn index b91265ac..aaa3428d 100644 --- a/app/pages/components/notification-dot.wrn +++ b/app/pages/components/notification-dot.wrn @@ -10,10 +10,10 @@ page NotificationDotcomponent {
W WRNexusJS - +
-
core component

NotificationDot

Reusable notification dot component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NotificationDot
+      
core component

NotificationDot

Reusable notification dot component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NotificationDot
   label="Notification"
   variant="default"
 />

Legacy mount name: data-component="NotificationDot".

Props and attributes

PropTypeRequirementDefault
labelstringOptional"Notification"
variantstringOptional"default"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/NotificationDot.wrn

component NotificationDot {
@@ -28,7 +28,7 @@ page NotificationDotcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/notification-list.wrn b/app/pages/components/notification-list.wrn index 9dd6c211..53ea6f43 100644 --- a/app/pages/components/notification-list.wrn +++ b/app/pages/components/notification-list.wrn @@ -10,10 +10,10 @@ page NotificationListcomponent {
W WRNexusJS - +
-
data component

NotificationList

Reusable notification list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NotificationList
+      
data component

NotificationList

Reusable notification list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NotificationList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page NotificationListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/number-input.wrn b/app/pages/components/number-input.wrn index 26275b97..eb3a3031 100644 --- a/app/pages/components/number-input.wrn +++ b/app/pages/components/number-input.wrn @@ -10,10 +10,10 @@ page NumberInputcomponent {
W WRNexusJS - +
-
forms component

NumberInput

Reusable number input component.

@wrnexus/ui 0.2.6512 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NumberInput
+      
forms component

NumberInput

Reusable number input component.

@wrnexus/ui 0.2.6612 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<NumberInput
   id="id"
   name="name"
   label="Number"
@@ -45,7 +45,7 @@ page NumberInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/office-card.wrn b/app/pages/components/office-card.wrn index 77777abc..be1bd49d 100644 --- a/app/pages/components/office-card.wrn +++ b/app/pages/components/office-card.wrn @@ -10,10 +10,10 @@ page OfficeCardcomponent {
W WRNexusJS - +
-
content component

OfficeCard

Reusable office card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OfficeCard
+      
content component

OfficeCard

Reusable office card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OfficeCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page OfficeCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/offline-page.wrn b/app/pages/components/offline-page.wrn index c07638b8..8b7b995b 100644 --- a/app/pages/components/offline-page.wrn +++ b/app/pages/components/offline-page.wrn @@ -10,10 +10,10 @@ page OfflinePagecomponent {
W WRNexusJS - +
-
content component

OfflinePage

Reusable offline page component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OfflinePage
+      
content component

OfflinePage

Reusable offline page component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OfflinePage
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page OfflinePagecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/offline-state.wrn b/app/pages/components/offline-state.wrn index 72bc9daa..915d5dbc 100644 --- a/app/pages/components/offline-state.wrn +++ b/app/pages/components/offline-state.wrn @@ -10,10 +10,10 @@ page OfflineStatecomponent {
W WRNexusJS - +
-
feedback component

OfflineState

Reusable offline state component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OfflineState
+      
feedback component

OfflineState

Reusable offline state component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OfflineState
   label="Offline"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page OfflineStatecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/onboarding-progress.wrn b/app/pages/components/onboarding-progress.wrn index 7a36b384..e9d8e323 100644 --- a/app/pages/components/onboarding-progress.wrn +++ b/app/pages/components/onboarding-progress.wrn @@ -10,10 +10,10 @@ page OnboardingProgresscomponent {
W WRNexusJS - +
-
visualization component

OnboardingProgress

Reusable onboarding progress component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OnboardingProgress
+      
visualization component

OnboardingProgress

Reusable onboarding progress component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OnboardingProgress
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page OnboardingProgresscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/one-time-secret-display.wrn b/app/pages/components/one-time-secret-display.wrn index 36b40c65..f8bbe5e9 100644 --- a/app/pages/components/one-time-secret-display.wrn +++ b/app/pages/components/one-time-secret-display.wrn @@ -10,10 +10,10 @@ page OneTimeSecretDisplaycomponent {
W WRNexusJS - +
-
content component

OneTimeSecretDisplay

Reusable one time secret display component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OneTimeSecretDisplay
+      
content component

OneTimeSecretDisplay

Reusable one time secret display component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OneTimeSecretDisplay
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page OneTimeSecretDisplaycomponent {
     }
 }
 
- + } diff --git a/app/pages/components/online-indicator.wrn b/app/pages/components/online-indicator.wrn index 87ed9559..e9ef0508 100644 --- a/app/pages/components/online-indicator.wrn +++ b/app/pages/components/online-indicator.wrn @@ -10,10 +10,10 @@ page OnlineIndicatorcomponent {
W WRNexusJS - +
-
feedback component

OnlineIndicator

Reusable online indicator component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OnlineIndicator
+      
feedback component

OnlineIndicator

Reusable online indicator component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OnlineIndicator
   label="Online"
   variant="default"
 />

Legacy mount name: data-component="OnlineIndicator".

Props and attributes

PropTypeRequirementDefault
labelstringOptional"Online"
variantstringOptional"default"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/OnlineIndicator.wrn

component OnlineIndicator {
@@ -28,7 +28,7 @@ page OnlineIndicatorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/opacity-slider.wrn b/app/pages/components/opacity-slider.wrn index b289fdf2..7d09373f 100644 --- a/app/pages/components/opacity-slider.wrn +++ b/app/pages/components/opacity-slider.wrn @@ -10,10 +10,10 @@ page OpacitySlidercomponent {
W WRNexusJS - +
-
content component

OpacitySlider

Reusable opacity slider component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OpacitySlider
+      
content component

OpacitySlider

Reusable opacity slider component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OpacitySlider
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page OpacitySlidercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/open-apicta.wrn b/app/pages/components/open-apicta.wrn index 36d2ff5b..b084353c 100644 --- a/app/pages/components/open-apicta.wrn +++ b/app/pages/components/open-apicta.wrn @@ -10,10 +10,10 @@ page OpenAPICTAcomponent {
W WRNexusJS - +
-
actions component

OpenAPICTA

Reusable open a p i c t a component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OpenAPICTA
+      
actions component

OpenAPICTA

Reusable open a p i c t a component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OpenAPICTA
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page OpenAPICTAcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/optional-indicator.wrn b/app/pages/components/optional-indicator.wrn index 0d4a844e..b378a5b0 100644 --- a/app/pages/components/optional-indicator.wrn +++ b/app/pages/components/optional-indicator.wrn @@ -10,10 +10,10 @@ page OptionalIndicatorcomponent {
W WRNexusJS - +
-
feedback component

OptionalIndicator

Reusable optional indicator component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OptionalIndicator
+      
feedback component

OptionalIndicator

Reusable optional indicator component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OptionalIndicator
   label="Optional"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page OptionalIndicatorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/organization-selector.wrn b/app/pages/components/organization-selector.wrn index 63cd8d77..dc7052ec 100644 --- a/app/pages/components/organization-selector.wrn +++ b/app/pages/components/organization-selector.wrn @@ -10,10 +10,10 @@ page OrganizationSelectorcomponent {
W WRNexusJS - +
-
forms component

OrganizationSelector

Reusable organization selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OrganizationSelector
+      
forms component

OrganizationSelector

Reusable organization selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OrganizationSelector
   label="Organization"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page OrganizationSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/otp-input.wrn b/app/pages/components/otp-input.wrn index c2b0b878..8dae59ae 100644 --- a/app/pages/components/otp-input.wrn +++ b/app/pages/components/otp-input.wrn @@ -10,10 +10,10 @@ page OtpInputcomponent {
W WRNexusJS - +
-
forms component

OtpInput

Reusable otp input component.

@wrnexus/ui 0.2.654 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OtpInput
+      
forms component

OtpInput

Reusable otp input component.

@wrnexus/ui 0.2.664 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OtpInput
   name="otp"
   length="6"
   label="Verification code"
@@ -32,7 +32,7 @@ page OtpInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/otp-verification-form.wrn b/app/pages/components/otp-verification-form.wrn index bf956981..467591cc 100644 --- a/app/pages/components/otp-verification-form.wrn +++ b/app/pages/components/otp-verification-form.wrn @@ -10,10 +10,10 @@ page OtpVerificationFormcomponent {
W WRNexusJS - +
-
content component

OtpVerificationForm

Reusable otp verification form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OtpVerificationForm
+      
content component

OtpVerificationForm

Reusable otp verification form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OtpVerificationForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page OtpVerificationFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/outlined-card.wrn b/app/pages/components/outlined-card.wrn index 0b3e668e..68bf88dc 100644 --- a/app/pages/components/outlined-card.wrn +++ b/app/pages/components/outlined-card.wrn @@ -10,10 +10,10 @@ page OutlinedCardcomponent {
W WRNexusJS - +
-
content component

OutlinedCard

Reusable outlined card component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OutlinedCard
+      
content component

OutlinedCard

Reusable outlined card component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<OutlinedCard
   title="title"
   description="description"
   href="href"
@@ -36,7 +36,7 @@ page OutlinedCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/page-alert.wrn b/app/pages/components/page-alert.wrn index b359162f..0ebae248 100644 --- a/app/pages/components/page-alert.wrn +++ b/app/pages/components/page-alert.wrn @@ -10,10 +10,10 @@ page PageAlertcomponent {
W WRNexusJS - +
-
feedback component

PageAlert

Reusable page alert component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PageAlert
+      
feedback component

PageAlert

Reusable page alert component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PageAlert
   label="Page"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page PageAlertcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/page-header.wrn b/app/pages/components/page-header.wrn index 58cdb039..d0ea92cd 100644 --- a/app/pages/components/page-header.wrn +++ b/app/pages/components/page-header.wrn @@ -10,10 +10,10 @@ page PageHeadercomponent {
W WRNexusJS - +
-
core component

PageHeader

Reusable page header component.

@wrnexus/ui 0.2.6516 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PageHeader
+      
core component

PageHeader

Reusable page header component.

@wrnexus/ui 0.2.6616 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PageHeader
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -186,7 +186,7 @@ page PageHeadercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/page-heading.wrn b/app/pages/components/page-heading.wrn index 2cdeb9e0..bcf14f0c 100644 --- a/app/pages/components/page-heading.wrn +++ b/app/pages/components/page-heading.wrn @@ -10,10 +10,10 @@ page PageHeadingcomponent {
W WRNexusJS - +
-
core component

PageHeading

Reusable page heading component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PageHeading
+      
core component

PageHeading

Reusable page heading component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PageHeading
   text="text"
   align="start"
 />

Legacy mount name: data-component="PageHeading".

Props and attributes

PropTypeRequirementDefault
textstringOptional""
alignstringOptional"start"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/PageHeading.wrn

component PageHeading {
@@ -28,7 +28,7 @@ page PageHeadingcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/page-shell.wrn b/app/pages/components/page-shell.wrn index 25782d9b..de2789fd 100644 --- a/app/pages/components/page-shell.wrn +++ b/app/pages/components/page-shell.wrn @@ -10,10 +10,10 @@ page PageShellcomponent {
W WRNexusJS - +
-
core component

PageShell

Reusable page shell component.

@wrnexus/ui 0.2.651 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PageShell />

Legacy mount name: data-component="PageShell".

Props and attributes

PropTypeRequirementDefault
classNamestringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/PageShell.wrn

component PageShell {
+      
core component

PageShell

Reusable page shell component.

@wrnexus/ui 0.2.661 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PageShell />

Legacy mount name: data-component="PageShell".

Props and attributes

PropTypeRequirementDefault
classNamestringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/PageShell.wrn

component PageShell {
   props {
     className = ""
   }
@@ -24,7 +24,7 @@ page PageShellcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/page-skeleton.wrn b/app/pages/components/page-skeleton.wrn index 039b684f..4c9a029b 100644 --- a/app/pages/components/page-skeleton.wrn +++ b/app/pages/components/page-skeleton.wrn @@ -10,10 +10,10 @@ page PageSkeletoncomponent {
W WRNexusJS - +
-
feedback component

PageSkeleton

Reusable page skeleton component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PageSkeleton
+      
feedback component

PageSkeleton

Reusable page skeleton component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PageSkeleton
   label="Page"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page PageSkeletoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/pagination.wrn b/app/pages/components/pagination.wrn index c12bba4a..53e63bdb 100644 --- a/app/pages/components/pagination.wrn +++ b/app/pages/components/pagination.wrn @@ -10,10 +10,10 @@ page Paginationcomponent {
W WRNexusJS - +
-
core component

Pagination

Reusable pagination component.

@wrnexus/ui 0.2.6512 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Pagination
+      
core component

Pagination

Reusable pagination component.

@wrnexus/ui 0.2.6612 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Pagination
   currentPage="1"
   totalPages="1"
   previousHref="previousHref"
@@ -199,7 +199,7 @@ page Paginationcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/panel.wrn b/app/pages/components/panel.wrn index e7c88bee..6c115514 100644 --- a/app/pages/components/panel.wrn +++ b/app/pages/components/panel.wrn @@ -10,10 +10,10 @@ page Panelcomponent {
W WRNexusJS - +
-
layout component

Panel

Reusable panel component.

@wrnexus/ui 0.2.651 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Panel />

Legacy mount name: data-component="Panel".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Panel.wrn

component Panel {
+      
layout component

Panel

Reusable panel component.

@wrnexus/ui 0.2.661 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Panel />

Legacy mount name: data-component="Panel".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Panel.wrn

component Panel {
   props {
     class = ""
   }
@@ -24,7 +24,7 @@ page Panelcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/partner-application-form.wrn b/app/pages/components/partner-application-form.wrn index 3e832dcd..e2b266a0 100644 --- a/app/pages/components/partner-application-form.wrn +++ b/app/pages/components/partner-application-form.wrn @@ -10,10 +10,10 @@ page PartnerApplicationFormcomponent {
W WRNexusJS - +
-
content component

PartnerApplicationForm

Reusable partner application form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PartnerApplicationForm
+      
content component

PartnerApplicationForm

Reusable partner application form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PartnerApplicationForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page PartnerApplicationFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/partner-logo-grid.wrn b/app/pages/components/partner-logo-grid.wrn index 08139fa6..a8be822b 100644 --- a/app/pages/components/partner-logo-grid.wrn +++ b/app/pages/components/partner-logo-grid.wrn @@ -10,10 +10,10 @@ page PartnerLogoGridcomponent {
W WRNexusJS - +
-
data component

PartnerLogoGrid

Reusable partner logo grid component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PartnerLogoGrid
+      
data component

PartnerLogoGrid

Reusable partner logo grid component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PartnerLogoGrid
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page PartnerLogoGridcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/partner-program-card.wrn b/app/pages/components/partner-program-card.wrn index 57735610..30eddef1 100644 --- a/app/pages/components/partner-program-card.wrn +++ b/app/pages/components/partner-program-card.wrn @@ -10,10 +10,10 @@ page PartnerProgramCardcomponent {
W WRNexusJS - +
-
content component

PartnerProgramCard

Reusable partner program card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PartnerProgramCard
+      
content component

PartnerProgramCard

Reusable partner program card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PartnerProgramCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page PartnerProgramCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/passkey-button.wrn b/app/pages/components/passkey-button.wrn index 72ecafd5..bbbb8a7a 100644 --- a/app/pages/components/passkey-button.wrn +++ b/app/pages/components/passkey-button.wrn @@ -10,10 +10,10 @@ page PasskeyButtoncomponent {
W WRNexusJS - +
-
actions component

PasskeyButton

Reusable passkey button component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PasskeyButton
+      
actions component

PasskeyButton

Reusable passkey button component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PasskeyButton
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page PasskeyButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/password-input.wrn b/app/pages/components/password-input.wrn index 243e1047..0269eb78 100644 --- a/app/pages/components/password-input.wrn +++ b/app/pages/components/password-input.wrn @@ -10,10 +10,10 @@ page PasswordInputcomponent {
W WRNexusJS - +
-
forms component

PasswordInput

Reusable password input component.

@wrnexus/ui 0.2.6512 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PasswordInput
+      
forms component

PasswordInput

Reusable password input component.

@wrnexus/ui 0.2.6612 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PasswordInput
   id="id"
   name="name"
   label="Password"
@@ -45,7 +45,7 @@ page PasswordInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/password-requirement-list.wrn b/app/pages/components/password-requirement-list.wrn index 7e2e0c32..cae8063f 100644 --- a/app/pages/components/password-requirement-list.wrn +++ b/app/pages/components/password-requirement-list.wrn @@ -10,10 +10,10 @@ page PasswordRequirementListcomponent {
W WRNexusJS - +
-
data component

PasswordRequirementList

Reusable password requirement list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PasswordRequirementList
+      
data component

PasswordRequirementList

Reusable password requirement list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PasswordRequirementList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page PasswordRequirementListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/password-strength-meter.wrn b/app/pages/components/password-strength-meter.wrn index 4240d98c..98c159d4 100644 --- a/app/pages/components/password-strength-meter.wrn +++ b/app/pages/components/password-strength-meter.wrn @@ -10,10 +10,10 @@ page PasswordStrengthMetercomponent {
W WRNexusJS - +
-
visualization component

PasswordStrengthMeter

Reusable password strength meter component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PasswordStrengthMeter
+      
visualization component

PasswordStrengthMeter

Reusable password strength meter component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PasswordStrengthMeter
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page PasswordStrengthMetercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/password-visibility-toggle.wrn b/app/pages/components/password-visibility-toggle.wrn index a952ddf5..860a773d 100644 --- a/app/pages/components/password-visibility-toggle.wrn +++ b/app/pages/components/password-visibility-toggle.wrn @@ -10,10 +10,10 @@ page PasswordVisibilityTogglecomponent {
W WRNexusJS - +
-
forms component

PasswordVisibilityToggle

Reusable password visibility toggle component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PasswordVisibilityToggle
+      
forms component

PasswordVisibilityToggle

Reusable password visibility toggle component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PasswordVisibilityToggle
   label="PasswordVisibility"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page PasswordVisibilityTogglecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/path-input.wrn b/app/pages/components/path-input.wrn index ccf223ef..9cc6b55a 100644 --- a/app/pages/components/path-input.wrn +++ b/app/pages/components/path-input.wrn @@ -10,10 +10,10 @@ page PathInputcomponent {
W WRNexusJS - +
-
forms component

PathInput

Reusable path input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PathInput
+      
forms component

PathInput

Reusable path input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PathInput
   label="Path"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page PathInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/payment-method-card.wrn b/app/pages/components/payment-method-card.wrn index b3adfeaf..78c3ac2c 100644 --- a/app/pages/components/payment-method-card.wrn +++ b/app/pages/components/payment-method-card.wrn @@ -10,10 +10,10 @@ page PaymentMethodCardcomponent {
W WRNexusJS - +
-
content component

PaymentMethodCard

Reusable payment method card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PaymentMethodCard
+      
content component

PaymentMethodCard

Reusable payment method card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PaymentMethodCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page PaymentMethodCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/pdf-preview.wrn b/app/pages/components/pdf-preview.wrn index e2bbfbb8..26f935ca 100644 --- a/app/pages/components/pdf-preview.wrn +++ b/app/pages/components/pdf-preview.wrn @@ -10,10 +10,10 @@ page PdfPreviewcomponent {
W WRNexusJS - +
-
content component

PdfPreview

Reusable pdf preview component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PdfPreview
+      
content component

PdfPreview

Reusable pdf preview component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PdfPreview
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page PdfPreviewcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/percentage-input.wrn b/app/pages/components/percentage-input.wrn index 3dd45dca..fb4df96e 100644 --- a/app/pages/components/percentage-input.wrn +++ b/app/pages/components/percentage-input.wrn @@ -10,10 +10,10 @@ page PercentageInputcomponent {
W WRNexusJS - +
-
forms component

PercentageInput

Reusable percentage input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PercentageInput
+      
forms component

PercentageInput

Reusable percentage input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PercentageInput
   label="Percentage"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page PercentageInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/permission-selector.wrn b/app/pages/components/permission-selector.wrn index 26bda1f9..9d74f310 100644 --- a/app/pages/components/permission-selector.wrn +++ b/app/pages/components/permission-selector.wrn @@ -10,10 +10,10 @@ page PermissionSelectorcomponent {
W WRNexusJS - +
-
forms component

PermissionSelector

Reusable permission selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PermissionSelector
+      
forms component

PermissionSelector

Reusable permission selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PermissionSelector
   label="Permission"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page PermissionSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/phone-input.wrn b/app/pages/components/phone-input.wrn index 56da8b5d..aafc8de2 100644 --- a/app/pages/components/phone-input.wrn +++ b/app/pages/components/phone-input.wrn @@ -10,10 +10,10 @@ page PhoneInputcomponent {
W WRNexusJS - +
-
forms component

PhoneInput

Reusable phone input component.

@wrnexus/ui 0.2.6512 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PhoneInput
+      
forms component

PhoneInput

Reusable phone input component.

@wrnexus/ui 0.2.6612 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PhoneInput
   id="id"
   name="name"
   label="Phone"
@@ -45,7 +45,7 @@ page PhoneInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/pie-chart.wrn b/app/pages/components/pie-chart.wrn index 2039ac78..ac9913cf 100644 --- a/app/pages/components/pie-chart.wrn +++ b/app/pages/components/pie-chart.wrn @@ -10,10 +10,10 @@ page PieChartcomponent {
W WRNexusJS - +
-
visualization component

PieChart

Reusable pie chart component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PieChart
+      
visualization component

PieChart

Reusable pie chart component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PieChart
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page PieChartcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/pill.wrn b/app/pages/components/pill.wrn index 250dfeb9..e7c0d7cf 100644 --- a/app/pages/components/pill.wrn +++ b/app/pages/components/pill.wrn @@ -10,10 +10,10 @@ page Pillcomponent {
W WRNexusJS - +
-
core component

Pill

Reusable pill component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Pill
+      
core component

Pill

Reusable pill component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Pill
   label="Pill"
   variant="default"
 />

Legacy mount name: data-component="Pill".

Props and attributes

PropTypeRequirementDefault
labelstringOptional"Pill"
variantstringOptional"default"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Pill.wrn

component Pill {
@@ -28,7 +28,7 @@ page Pillcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/pin-input.wrn b/app/pages/components/pin-input.wrn index bb05be4f..cf6358b6 100644 --- a/app/pages/components/pin-input.wrn +++ b/app/pages/components/pin-input.wrn @@ -10,10 +10,10 @@ page PinInputcomponent {
W WRNexusJS - +
-
forms component

PinInput

Reusable pin input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PinInput
+      
forms component

PinInput

Reusable pin input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PinInput
   label="Pin"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page PinInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/plain-text-editor.wrn b/app/pages/components/plain-text-editor.wrn index e5691dc7..d1e4da04 100644 --- a/app/pages/components/plain-text-editor.wrn +++ b/app/pages/components/plain-text-editor.wrn @@ -10,10 +10,10 @@ page PlainTextEditorcomponent {
W WRNexusJS - +
-
forms component

PlainTextEditor

Reusable plain text editor component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PlainTextEditor
+      
forms component

PlainTextEditor

Reusable plain text editor component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PlainTextEditor
   label="PlainText"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page PlainTextEditorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/plan-cta.wrn b/app/pages/components/plan-cta.wrn index 300abdd0..fd248cc5 100644 --- a/app/pages/components/plan-cta.wrn +++ b/app/pages/components/plan-cta.wrn @@ -10,10 +10,10 @@ page PlanCTAcomponent {
W WRNexusJS - +
-
actions component

PlanCTA

Reusable plan c t a component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PlanCTA
+      
actions component

PlanCTA

Reusable plan c t a component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PlanCTA
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page PlanCTAcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/plan-feature-list.wrn b/app/pages/components/plan-feature-list.wrn index 0d080770..3eaa926e 100644 --- a/app/pages/components/plan-feature-list.wrn +++ b/app/pages/components/plan-feature-list.wrn @@ -10,10 +10,10 @@ page PlanFeatureListcomponent {
W WRNexusJS - +
-
data component

PlanFeatureList

Reusable plan feature list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PlanFeatureList
+      
data component

PlanFeatureList

Reusable plan feature list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PlanFeatureList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page PlanFeatureListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/plan-limit-list.wrn b/app/pages/components/plan-limit-list.wrn index f07c608a..3bd3e6a6 100644 --- a/app/pages/components/plan-limit-list.wrn +++ b/app/pages/components/plan-limit-list.wrn @@ -10,10 +10,10 @@ page PlanLimitListcomponent {
W WRNexusJS - +
-
data component

PlanLimitList

Reusable plan limit list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PlanLimitList
+      
data component

PlanLimitList

Reusable plan limit list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PlanLimitList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page PlanLimitListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/plan-selector.wrn b/app/pages/components/plan-selector.wrn index 512942f5..ac5096c9 100644 --- a/app/pages/components/plan-selector.wrn +++ b/app/pages/components/plan-selector.wrn @@ -10,10 +10,10 @@ page PlanSelectorcomponent {
W WRNexusJS - +
-
forms component

PlanSelector

Reusable plan selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PlanSelector
+      
forms component

PlanSelector

Reusable plan selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PlanSelector
   label="Plan"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page PlanSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/platform-pillar-card.wrn b/app/pages/components/platform-pillar-card.wrn index c1043fa6..a58e4ecb 100644 --- a/app/pages/components/platform-pillar-card.wrn +++ b/app/pages/components/platform-pillar-card.wrn @@ -10,10 +10,10 @@ page PlatformPillarCardcomponent {
W WRNexusJS - +
-
content component

PlatformPillarCard

Reusable platform pillar card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PlatformPillarCard
+      
content component

PlatformPillarCard

Reusable platform pillar card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PlatformPillarCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page PlatformPillarCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/policy-version-table.wrn b/app/pages/components/policy-version-table.wrn index 55454d7a..d5b3add4 100644 --- a/app/pages/components/policy-version-table.wrn +++ b/app/pages/components/policy-version-table.wrn @@ -10,10 +10,10 @@ page PolicyVersionTablecomponent {
W WRNexusJS - +
-
data component

PolicyVersionTable

Reusable policy version table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PolicyVersionTable
+      
data component

PolicyVersionTable

Reusable policy version table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PolicyVersionTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page PolicyVersionTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/popover.wrn b/app/pages/components/popover.wrn index c36bbd10..29fdfbdd 100644 --- a/app/pages/components/popover.wrn +++ b/app/pages/components/popover.wrn @@ -10,10 +10,10 @@ page Popovercomponent {
W WRNexusJS - +
-
overlays component

Popover

Reusable popover component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Popover
+      
overlays component

Popover

Reusable popover component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Popover
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page Popovercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/port-input.wrn b/app/pages/components/port-input.wrn index 19f9188b..7a9115dd 100644 --- a/app/pages/components/port-input.wrn +++ b/app/pages/components/port-input.wrn @@ -10,10 +10,10 @@ page PortInputcomponent {
W WRNexusJS - +
-
forms component

PortInput

Reusable port input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PortInput
+      
forms component

PortInput

Reusable port input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PortInput
   label="Port"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page PortInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/port-number-input.wrn b/app/pages/components/port-number-input.wrn index 9920c0f1..d3d1930b 100644 --- a/app/pages/components/port-number-input.wrn +++ b/app/pages/components/port-number-input.wrn @@ -10,10 +10,10 @@ page PortNumberInputcomponent {
W WRNexusJS - +
-
forms component

PortNumberInput

Reusable port number input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PortNumberInput
+      
forms component

PortNumberInput

Reusable port number input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PortNumberInput
   label="PortNumber"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page PortNumberInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/positive-number-input.wrn b/app/pages/components/positive-number-input.wrn index 9ac9e2dc..a53cd709 100644 --- a/app/pages/components/positive-number-input.wrn +++ b/app/pages/components/positive-number-input.wrn @@ -10,10 +10,10 @@ page PositiveNumberInputcomponent {
W WRNexusJS - +
-
forms component

PositiveNumberInput

Reusable positive number input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PositiveNumberInput
+      
forms component

PositiveNumberInput

Reusable positive number input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PositiveNumberInput
   label="PositiveNumber"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page PositiveNumberInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/postal-code-input.wrn b/app/pages/components/postal-code-input.wrn index b078fb96..4f0e4ec3 100644 --- a/app/pages/components/postal-code-input.wrn +++ b/app/pages/components/postal-code-input.wrn @@ -10,10 +10,10 @@ page PostalCodeInputcomponent {
W WRNexusJS - +
-
forms component

PostalCodeInput

Reusable postal code input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PostalCodeInput
+      
forms component

PostalCodeInput

Reusable postal code input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PostalCodeInput
   label="PostalCode"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page PostalCodeInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/postman-cta.wrn b/app/pages/components/postman-cta.wrn index 0aaeea13..fe3febc8 100644 --- a/app/pages/components/postman-cta.wrn +++ b/app/pages/components/postman-cta.wrn @@ -10,10 +10,10 @@ page PostmanCTAcomponent {
W WRNexusJS - +
-
actions component

PostmanCTA

Reusable postman c t a component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PostmanCTA
+      
actions component

PostmanCTA

Reusable postman c t a component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PostmanCTA
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page PostmanCTAcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/preset-date-range-picker.wrn b/app/pages/components/preset-date-range-picker.wrn index db116224..34a72750 100644 --- a/app/pages/components/preset-date-range-picker.wrn +++ b/app/pages/components/preset-date-range-picker.wrn @@ -10,10 +10,10 @@ page PresetDateRangePickercomponent {
W WRNexusJS - +
-
forms component

PresetDateRangePicker

Reusable preset date range picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PresetDateRangePicker
+      
forms component

PresetDateRangePicker

Reusable preset date range picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PresetDateRangePicker
   label="PresetDateRange"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page PresetDateRangePickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/press-release-card.wrn b/app/pages/components/press-release-card.wrn index c2fde5f0..7ac9fa42 100644 --- a/app/pages/components/press-release-card.wrn +++ b/app/pages/components/press-release-card.wrn @@ -10,10 +10,10 @@ page PressReleaseCardcomponent {
W WRNexusJS - +
-
content component

PressReleaseCard

Reusable press release card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PressReleaseCard
+      
content component

PressReleaseCard

Reusable press release card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PressReleaseCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page PressReleaseCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/preview-badge.wrn b/app/pages/components/preview-badge.wrn index 3a5d9fb0..1964cb2c 100644 --- a/app/pages/components/preview-badge.wrn +++ b/app/pages/components/preview-badge.wrn @@ -10,10 +10,10 @@ page PreviewBadgecomponent {
W WRNexusJS - +
-
feedback component

PreviewBadge

Reusable preview badge component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PreviewBadge
+      
feedback component

PreviewBadge

Reusable preview badge component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PreviewBadge
   label="Preview"
   variant="default"
 />

Legacy mount name: data-component="PreviewBadge".

Props and attributes

PropTypeRequirementDefault
labelstringOptional"Preview"
variantstringOptional"default"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/PreviewBadge.wrn

component PreviewBadge {
@@ -28,7 +28,7 @@ page PreviewBadgecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/previous-next-navigation.wrn b/app/pages/components/previous-next-navigation.wrn index 044a0404..58d287a2 100644 --- a/app/pages/components/previous-next-navigation.wrn +++ b/app/pages/components/previous-next-navigation.wrn @@ -10,10 +10,10 @@ page PreviousNextNavigationcomponent {
W WRNexusJS - +
-
layout component

PreviousNextNavigation

Reusable previous next navigation component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PreviousNextNavigation
+      
layout component

PreviousNextNavigation

Reusable previous next navigation component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PreviousNextNavigation
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page PreviousNextNavigationcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/price-input.wrn b/app/pages/components/price-input.wrn index d550a53e..60e71365 100644 --- a/app/pages/components/price-input.wrn +++ b/app/pages/components/price-input.wrn @@ -10,10 +10,10 @@ page PriceInputcomponent {
W WRNexusJS - +
-
forms component

PriceInput

Reusable price input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PriceInput
+      
forms component

PriceInput

Reusable price input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PriceInput
   label="Price"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page PriceInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/price-range-slider.wrn b/app/pages/components/price-range-slider.wrn index 217481e0..cedacaae 100644 --- a/app/pages/components/price-range-slider.wrn +++ b/app/pages/components/price-range-slider.wrn @@ -10,10 +10,10 @@ page PriceRangeSlidercomponent {
W WRNexusJS - +
-
content component

PriceRangeSlider

Reusable price range slider component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PriceRangeSlider
+      
content component

PriceRangeSlider

Reusable price range slider component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PriceRangeSlider
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page PriceRangeSlidercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/price-text.wrn b/app/pages/components/price-text.wrn index 3327356f..b7d59780 100644 --- a/app/pages/components/price-text.wrn +++ b/app/pages/components/price-text.wrn @@ -10,10 +10,10 @@ page PriceTextcomponent {
W WRNexusJS - +
-
content component

PriceText

Reusable price text component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PriceText
+      
content component

PriceText

Reusable price text component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PriceText
   text="text"
   align="start"
 />

Legacy mount name: data-component="PriceText".

Props and attributes

PropTypeRequirementDefault
textstringOptional""
alignstringOptional"start"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/PriceText.wrn

component PriceText {
@@ -28,7 +28,7 @@ page PriceTextcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/pricing-card.wrn b/app/pages/components/pricing-card.wrn index eb033e39..77a5d7a7 100644 --- a/app/pages/components/pricing-card.wrn +++ b/app/pages/components/pricing-card.wrn @@ -10,10 +10,10 @@ page PricingCardcomponent {
W WRNexusJS - +
-
content component

PricingCard

Reusable pricing card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PricingCard
+      
content component

PricingCard

Reusable pricing card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PricingCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page PricingCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/pricing-comparison-table.wrn b/app/pages/components/pricing-comparison-table.wrn index c425aa9d..427d375c 100644 --- a/app/pages/components/pricing-comparison-table.wrn +++ b/app/pages/components/pricing-comparison-table.wrn @@ -10,10 +10,10 @@ page PricingComparisonTablecomponent {
W WRNexusJS - +
-
data component

PricingComparisonTable

Reusable pricing comparison table component.

@wrnexus/ui 0.2.654 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PricingComparisonTable
+      
data component

PricingComparisonTable

Reusable pricing comparison table component.

@wrnexus/ui 0.2.664 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PricingComparisonTable
   caption="Plan comparison"
   plans="[]"
   features="[]"
@@ -39,7 +39,7 @@ page PricingComparisonTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/pricing-contact-form.wrn b/app/pages/components/pricing-contact-form.wrn index e5850246..90a19d26 100644 --- a/app/pages/components/pricing-contact-form.wrn +++ b/app/pages/components/pricing-contact-form.wrn @@ -10,10 +10,10 @@ page PricingContactFormcomponent {
W WRNexusJS - +
-
content component

PricingContactForm

Reusable pricing contact form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PricingContactForm
+      
content component

PricingContactForm

Reusable pricing contact form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PricingContactForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page PricingContactFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/pricing-feature-group.wrn b/app/pages/components/pricing-feature-group.wrn index dfc21695..90d5c9e0 100644 --- a/app/pages/components/pricing-feature-group.wrn +++ b/app/pages/components/pricing-feature-group.wrn @@ -10,10 +10,10 @@ page PricingFeatureGroupcomponent {
W WRNexusJS - +
-
forms component

PricingFeatureGroup

Reusable pricing feature group component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PricingFeatureGroup
+      
forms component

PricingFeatureGroup

Reusable pricing feature group component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PricingFeatureGroup
   label="PricingFeature"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page PricingFeatureGroupcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/pricing-grid.wrn b/app/pages/components/pricing-grid.wrn index f5d63278..8bc6bd6a 100644 --- a/app/pages/components/pricing-grid.wrn +++ b/app/pages/components/pricing-grid.wrn @@ -10,10 +10,10 @@ page PricingGridcomponent {
W WRNexusJS - +
-
data component

PricingGrid

Reusable pricing grid component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PricingGrid
+      
data component

PricingGrid

Reusable pricing grid component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PricingGrid
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page PricingGridcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/pricing-hero.wrn b/app/pages/components/pricing-hero.wrn index ad676a2e..00c4740f 100644 --- a/app/pages/components/pricing-hero.wrn +++ b/app/pages/components/pricing-hero.wrn @@ -10,10 +10,10 @@ page PricingHerocomponent {
W WRNexusJS - +
-
layout component

PricingHero

Reusable pricing hero component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PricingHero
+      
layout component

PricingHero

Reusable pricing hero component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PricingHero
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page PricingHerocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/pricing-plan-card.wrn b/app/pages/components/pricing-plan-card.wrn index 4448d512..8083d1c7 100644 --- a/app/pages/components/pricing-plan-card.wrn +++ b/app/pages/components/pricing-plan-card.wrn @@ -10,10 +10,10 @@ page PricingPlanCardcomponent {
W WRNexusJS - +
-
content component

PricingPlanCard

Reusable pricing plan card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PricingPlanCard
+      
content component

PricingPlanCard

Reusable pricing plan card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PricingPlanCard
   name="Starter"
   description="description"
   price="₹0"
@@ -47,7 +47,7 @@ page PricingPlanCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/pricing-table.wrn b/app/pages/components/pricing-table.wrn index b4c53bde..adcf71fd 100644 --- a/app/pages/components/pricing-table.wrn +++ b/app/pages/components/pricing-table.wrn @@ -10,10 +10,10 @@ page PricingTablecomponent {
W WRNexusJS - +
-
data component

PricingTable

Reusable pricing table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PricingTable
+      
data component

PricingTable

Reusable pricing table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PricingTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page PricingTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/pricing-toggle.wrn b/app/pages/components/pricing-toggle.wrn index d2ad2452..997209e5 100644 --- a/app/pages/components/pricing-toggle.wrn +++ b/app/pages/components/pricing-toggle.wrn @@ -10,10 +10,10 @@ page PricingTogglecomponent {
W WRNexusJS - +
-
forms component

PricingToggle

Reusable pricing toggle component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PricingToggle
+      
forms component

PricingToggle

Reusable pricing toggle component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PricingToggle
   label="Pricing"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page PricingTogglecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/primary-button.wrn b/app/pages/components/primary-button.wrn index 28232758..0d6e8b96 100644 --- a/app/pages/components/primary-button.wrn +++ b/app/pages/components/primary-button.wrn @@ -10,10 +10,10 @@ page PrimaryButtoncomponent {
W WRNexusJS - +
-
actions component

PrimaryButton

Reusable primary button component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PrimaryButton
+      
actions component

PrimaryButton

Reusable primary button component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PrimaryButton
   label="Action"
   type="button"
   disabled="false"
@@ -30,7 +30,7 @@ page PrimaryButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/print-action.wrn b/app/pages/components/print-action.wrn index 9814a1cb..3b654f14 100644 --- a/app/pages/components/print-action.wrn +++ b/app/pages/components/print-action.wrn @@ -10,10 +10,10 @@ page PrintActioncomponent {
W WRNexusJS - +
-
actions component

PrintAction

Reusable print action component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PrintAction
+      
actions component

PrintAction

Reusable print action component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PrintAction
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page PrintActioncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/print-policy-button.wrn b/app/pages/components/print-policy-button.wrn index 69018372..c2023825 100644 --- a/app/pages/components/print-policy-button.wrn +++ b/app/pages/components/print-policy-button.wrn @@ -10,10 +10,10 @@ page PrintPolicyButtoncomponent {
W WRNexusJS - +
-
actions component

PrintPolicyButton

Reusable print policy button component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PrintPolicyButton
+      
actions component

PrintPolicyButton

Reusable print policy button component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PrintPolicyButton
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page PrintPolicyButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/priority-selector.wrn b/app/pages/components/priority-selector.wrn index 0dec21e1..e6622fbb 100644 --- a/app/pages/components/priority-selector.wrn +++ b/app/pages/components/priority-selector.wrn @@ -10,10 +10,10 @@ page PrioritySelectorcomponent {
W WRNexusJS - +
-
forms component

PrioritySelector

Reusable priority selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PrioritySelector
+      
forms component

PrioritySelector

Reusable priority selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PrioritySelector
   label="Priority"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page PrioritySelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/privacy-notice.wrn b/app/pages/components/privacy-notice.wrn index a743f5b6..4fa09172 100644 --- a/app/pages/components/privacy-notice.wrn +++ b/app/pages/components/privacy-notice.wrn @@ -10,10 +10,10 @@ page PrivacyNoticecomponent {
W WRNexusJS - +
-
feedback component

PrivacyNotice

Reusable privacy notice component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PrivacyNotice
+      
feedback component

PrivacyNotice

Reusable privacy notice component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PrivacyNotice
   label="Privacy"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page PrivacyNoticecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/product-architecture-diagram.wrn b/app/pages/components/product-architecture-diagram.wrn index 59f23794..770b0a65 100644 --- a/app/pages/components/product-architecture-diagram.wrn +++ b/app/pages/components/product-architecture-diagram.wrn @@ -10,10 +10,10 @@ page ProductArchitectureDiagramcomponent {
W WRNexusJS - +
-
visualization component

ProductArchitectureDiagram

Reusable product architecture diagram component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductArchitectureDiagram
+      
visualization component

ProductArchitectureDiagram

Reusable product architecture diagram component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductArchitectureDiagram
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page ProductArchitectureDiagramcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/product-card.wrn b/app/pages/components/product-card.wrn index 9108d54e..71a22581 100644 --- a/app/pages/components/product-card.wrn +++ b/app/pages/components/product-card.wrn @@ -10,10 +10,10 @@ page ProductCardcomponent {
W WRNexusJS - +
-
content component

ProductCard

Reusable product card component.

@wrnexus/ui 0.2.657 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductCard
+      
content component

ProductCard

Reusable product card component.

@wrnexus/ui 0.2.667 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductCard
   eyebrow="Product"
   title="Product name"
   description="description"
@@ -43,7 +43,7 @@ page ProductCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/product-category-section.wrn b/app/pages/components/product-category-section.wrn index 244ab97e..c89d2e3f 100644 --- a/app/pages/components/product-category-section.wrn +++ b/app/pages/components/product-category-section.wrn @@ -10,10 +10,10 @@ page ProductCategorySectioncomponent {
W WRNexusJS - +
-
layout component

ProductCategorySection

Reusable product category section component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductCategorySection
+      
layout component

ProductCategorySection

Reusable product category section component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductCategorySection
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ProductCategorySectioncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/product-cta.wrn b/app/pages/components/product-cta.wrn index 96c951a7..903e1ebf 100644 --- a/app/pages/components/product-cta.wrn +++ b/app/pages/components/product-cta.wrn @@ -10,10 +10,10 @@ page ProductCTAcomponent {
W WRNexusJS - +
-
actions component

ProductCTA

Reusable product c t a component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductCTA
+      
actions component

ProductCTA

Reusable product c t a component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductCTA
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page ProductCTAcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/product-feature-list.wrn b/app/pages/components/product-feature-list.wrn index a3bdfa15..7d0e6602 100644 --- a/app/pages/components/product-feature-list.wrn +++ b/app/pages/components/product-feature-list.wrn @@ -10,10 +10,10 @@ page ProductFeatureListcomponent {
W WRNexusJS - +
-
data component

ProductFeatureList

Reusable product feature list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductFeatureList
+      
data component

ProductFeatureList

Reusable product feature list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductFeatureList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ProductFeatureListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/product-grid.wrn b/app/pages/components/product-grid.wrn index 2847bb5a..01ecde6f 100644 --- a/app/pages/components/product-grid.wrn +++ b/app/pages/components/product-grid.wrn @@ -10,10 +10,10 @@ page ProductGridcomponent {
W WRNexusJS - +
-
data component

ProductGrid

Reusable product grid component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductGrid
+      
data component

ProductGrid

Reusable product grid component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductGrid
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ProductGridcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/product-hero.wrn b/app/pages/components/product-hero.wrn index beccddcc..7b63223f 100644 --- a/app/pages/components/product-hero.wrn +++ b/app/pages/components/product-hero.wrn @@ -10,10 +10,10 @@ page ProductHerocomponent {
W WRNexusJS - +
-
layout component

ProductHero

Reusable product hero component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductHero
+      
layout component

ProductHero

Reusable product hero component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductHero
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ProductHerocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/product-icon.wrn b/app/pages/components/product-icon.wrn index e40db4bf..5d228ecd 100644 --- a/app/pages/components/product-icon.wrn +++ b/app/pages/components/product-icon.wrn @@ -10,10 +10,10 @@ page ProductIconcomponent {
W WRNexusJS - +
-
content component

ProductIcon

Reusable product icon component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductIcon
+      
content component

ProductIcon

Reusable product icon component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductIcon
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ProductIconcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/product-integration-list.wrn b/app/pages/components/product-integration-list.wrn index c895f968..1ad87a1d 100644 --- a/app/pages/components/product-integration-list.wrn +++ b/app/pages/components/product-integration-list.wrn @@ -10,10 +10,10 @@ page ProductIntegrationListcomponent {
W WRNexusJS - +
-
data component

ProductIntegrationList

Reusable product integration list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductIntegrationList
+      
data component

ProductIntegrationList

Reusable product integration list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductIntegrationList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ProductIntegrationListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/product-list.wrn b/app/pages/components/product-list.wrn index d330ea72..11d1bd5e 100644 --- a/app/pages/components/product-list.wrn +++ b/app/pages/components/product-list.wrn @@ -10,10 +10,10 @@ page ProductListcomponent {
W WRNexusJS - +
-
data component

ProductList

Reusable product list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductList
+      
data component

ProductList

Reusable product list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ProductListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/product-logo.wrn b/app/pages/components/product-logo.wrn index 88f4ccce..215ee394 100644 --- a/app/pages/components/product-logo.wrn +++ b/app/pages/components/product-logo.wrn @@ -10,10 +10,10 @@ page ProductLogocomponent {
W WRNexusJS - +
-
content component

ProductLogo

Reusable product logo component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductLogo
+      
content component

ProductLogo

Reusable product logo component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductLogo
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ProductLogocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/product-mega-menu.wrn b/app/pages/components/product-mega-menu.wrn index 87621bc4..36275aba 100644 --- a/app/pages/components/product-mega-menu.wrn +++ b/app/pages/components/product-mega-menu.wrn @@ -10,10 +10,10 @@ page ProductMegaMenucomponent {
W WRNexusJS - +
-
core component

ProductMegaMenu

Reusable product mega menu component.

@wrnexus/ui 0.2.651 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductMegaMenu />

Legacy mount name: data-component="ProductMegaMenu".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

This component does not declare a slot.

Events

This component does not declare a custom event.

Source contract

Installed source: components/ProductMegaMenu.wrn

component ProductMegaMenu {
+      
core component

ProductMegaMenu

Reusable product mega menu component.

@wrnexus/ui 0.2.661 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductMegaMenu />

Legacy mount name: data-component="ProductMegaMenu".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

This component does not declare a slot.

Events

This component does not declare a custom event.

Source contract

Installed source: components/ProductMegaMenu.wrn

component ProductMegaMenu {
     props {
         class: string = ""
     }
@@ -328,7 +328,7 @@ page ProductMegaMenucomponent {
     }
 }
 
- + } diff --git a/app/pages/components/product-mini-card.wrn b/app/pages/components/product-mini-card.wrn index 781cb67d..2680ca22 100644 --- a/app/pages/components/product-mini-card.wrn +++ b/app/pages/components/product-mini-card.wrn @@ -10,10 +10,10 @@ page ProductMiniCardcomponent {
W WRNexusJS - +
-
content component

ProductMiniCard

Reusable product mini card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductMiniCard
+      
content component

ProductMiniCard

Reusable product mini card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductMiniCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ProductMiniCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/product-navigation-card.wrn b/app/pages/components/product-navigation-card.wrn index b5f5f64f..5e557269 100644 --- a/app/pages/components/product-navigation-card.wrn +++ b/app/pages/components/product-navigation-card.wrn @@ -10,10 +10,10 @@ page ProductNavigationCardcomponent {
W WRNexusJS - +
-
content component

ProductNavigationCard

Reusable product navigation card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductNavigationCard
+      
content component

ProductNavigationCard

Reusable product navigation card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductNavigationCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ProductNavigationCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/product-page-shell.wrn b/app/pages/components/product-page-shell.wrn index 188f3d0e..52d05248 100644 --- a/app/pages/components/product-page-shell.wrn +++ b/app/pages/components/product-page-shell.wrn @@ -10,10 +10,10 @@ page ProductPageShellcomponent {
W WRNexusJS - +
-
layout component

ProductPageShell

Reusable product page shell component.

@wrnexus/ui 0.2.651 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductPageShell />

Legacy mount name: data-component="ProductPageShell".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/ProductPageShell.wrn

component ProductPageShell {
+      
layout component

ProductPageShell

Reusable product page shell component.

@wrnexus/ui 0.2.661 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductPageShell />

Legacy mount name: data-component="ProductPageShell".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/ProductPageShell.wrn

component ProductPageShell {
   props {
     class = ""
   }
@@ -24,7 +24,7 @@ page ProductPageShellcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/product-selector.wrn b/app/pages/components/product-selector.wrn index d37973b4..66a3333b 100644 --- a/app/pages/components/product-selector.wrn +++ b/app/pages/components/product-selector.wrn @@ -10,10 +10,10 @@ page ProductSelectorcomponent {
W WRNexusJS - +
-
forms component

ProductSelector

Reusable product selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductSelector
+      
forms component

ProductSelector

Reusable product selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductSelector
   label="Product"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ProductSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/product-status-badge.wrn b/app/pages/components/product-status-badge.wrn index 865850c3..677ea85b 100644 --- a/app/pages/components/product-status-badge.wrn +++ b/app/pages/components/product-status-badge.wrn @@ -10,10 +10,10 @@ page ProductStatusBadgecomponent {
W WRNexusJS - +
-
feedback component

ProductStatusBadge

Reusable product status badge component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductStatusBadge
+      
feedback component

ProductStatusBadge

Reusable product status badge component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductStatusBadge
   label="ProductStatus"
   variant="default"
 />

Legacy mount name: data-component="ProductStatusBadge".

Props and attributes

PropTypeRequirementDefault
labelstringOptional"ProductStatus"
variantstringOptional"default"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/ProductStatusBadge.wrn

component ProductStatusBadge {
@@ -28,7 +28,7 @@ page ProductStatusBadgecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/product-use-case-list.wrn b/app/pages/components/product-use-case-list.wrn index 1a1fe062..9fe1f688 100644 --- a/app/pages/components/product-use-case-list.wrn +++ b/app/pages/components/product-use-case-list.wrn @@ -10,10 +10,10 @@ page ProductUseCaseListcomponent {
W WRNexusJS - +
-
data component

ProductUseCaseList

Reusable product use case list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductUseCaseList
+      
data component

ProductUseCaseList

Reusable product use case list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductUseCaseList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ProductUseCaseListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/products-mega-menu.wrn b/app/pages/components/products-mega-menu.wrn index f2a8ccec..7fa3acca 100644 --- a/app/pages/components/products-mega-menu.wrn +++ b/app/pages/components/products-mega-menu.wrn @@ -10,10 +10,10 @@ page ProductsMegaMenucomponent {
W WRNexusJS - +
-
overlays component

ProductsMegaMenu

Reusable products mega menu component.

@wrnexus/ui 0.2.653 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductsMegaMenu
+      
overlays component

ProductsMegaMenu

Reusable products mega menu component.

@wrnexus/ui 0.2.663 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProductsMegaMenu
   label="Products"
   sections="[]"
 />

Legacy mount name: data-component="ProductsMegaMenu".

Props and attributes

PropTypeRequirementDefault
labelstringOptional"Products"
sectionsstringOptional[]
classstringOptional""

Slots

This component does not declare a slot.

Events

This component does not declare a custom event.

Source contract

Installed source: components/ProductsMegaMenu.wrn

component ProductsMegaMenu {
@@ -27,7 +27,7 @@ page ProductsMegaMenucomponent {
     }
 }
 
- + } diff --git a/app/pages/components/progress-bar.wrn b/app/pages/components/progress-bar.wrn index 2fe682bf..90d9a337 100644 --- a/app/pages/components/progress-bar.wrn +++ b/app/pages/components/progress-bar.wrn @@ -10,10 +10,10 @@ page ProgressBarcomponent {
W WRNexusJS - +
-
core component

ProgressBar

Reusable progress bar component.

@wrnexus/ui 0.2.655 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProgressBar
+      
core component

ProgressBar

Reusable progress bar component.

@wrnexus/ui 0.2.665 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProgressBar
   value="0"
   max="100"
   label="Progress"
@@ -40,7 +40,7 @@ page ProgressBarcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/progress-chart.wrn b/app/pages/components/progress-chart.wrn index 5585139f..7819f403 100644 --- a/app/pages/components/progress-chart.wrn +++ b/app/pages/components/progress-chart.wrn @@ -10,10 +10,10 @@ page ProgressChartcomponent {
W WRNexusJS - +
-
visualization component

ProgressChart

Reusable progress chart component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProgressChart
+      
visualization component

ProgressChart

Reusable progress chart component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProgressChart
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page ProgressChartcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/progress-ring.wrn b/app/pages/components/progress-ring.wrn index fe12403d..7b0c313c 100644 --- a/app/pages/components/progress-ring.wrn +++ b/app/pages/components/progress-ring.wrn @@ -10,10 +10,10 @@ page ProgressRingcomponent {
W WRNexusJS - +
-
visualization component

ProgressRing

Reusable progress ring component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProgressRing
+      
visualization component

ProgressRing

Reusable progress ring component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProgressRing
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page ProgressRingcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/progress-slider.wrn b/app/pages/components/progress-slider.wrn index 0e49798a..823ccb2d 100644 --- a/app/pages/components/progress-slider.wrn +++ b/app/pages/components/progress-slider.wrn @@ -10,10 +10,10 @@ page ProgressSlidercomponent {
W WRNexusJS - +
-
content component

ProgressSlider

Reusable progress slider component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProgressSlider
+      
content component

ProgressSlider

Reusable progress slider component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProgressSlider
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ProgressSlidercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/progress.wrn b/app/pages/components/progress.wrn index 2ab825ab..cb41039f 100644 --- a/app/pages/components/progress.wrn +++ b/app/pages/components/progress.wrn @@ -10,10 +10,10 @@ page progresscomponent {
W WRNexusJS - +
-
core component

progress

Reusable progress component.

@wrnexus/ui 0.2.653 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<progress
+      
core component

progress

Reusable progress component.

@wrnexus/ui 0.2.663 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<progress
   value="0"
   max="100"
 />

Legacy mount name: data-component="progress".

Props and attributes

PropTypeRequirementDefault
valuenumberOptional0
maxnumberOptional100
classstringOptional""

Slots

This component does not declare a slot.

Events

This component does not declare a custom event.

Source contract

Installed source: components/progress.wrn

// Progress bar (native <progress>, themed).
@@ -29,7 +29,7 @@ component Progress {
     }
 }
 
- + } diff --git a/app/pages/components/project-card.wrn b/app/pages/components/project-card.wrn index 25037be3..d503d46d 100644 --- a/app/pages/components/project-card.wrn +++ b/app/pages/components/project-card.wrn @@ -10,10 +10,10 @@ page ProjectCardcomponent {
W WRNexusJS - +
-
content component

ProjectCard

Reusable project card component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProjectCard
+      
content component

ProjectCard

Reusable project card component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProjectCard
   title="title"
   description="description"
   href="href"
@@ -36,7 +36,7 @@ page ProjectCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/project-selector.wrn b/app/pages/components/project-selector.wrn index 7e495b7b..c108f296 100644 --- a/app/pages/components/project-selector.wrn +++ b/app/pages/components/project-selector.wrn @@ -10,10 +10,10 @@ page ProjectSelectorcomponent {
W WRNexusJS - +
-
forms component

ProjectSelector

Reusable project selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProjectSelector
+      
forms component

ProjectSelector

Reusable project selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProjectSelector
   label="Project"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ProjectSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/project-switcher.wrn b/app/pages/components/project-switcher.wrn index 2091614a..856bf872 100644 --- a/app/pages/components/project-switcher.wrn +++ b/app/pages/components/project-switcher.wrn @@ -10,10 +10,10 @@ page ProjectSwitchercomponent {
W WRNexusJS - +
-
content component

ProjectSwitcher

Reusable project switcher component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProjectSwitcher
+      
content component

ProjectSwitcher

Reusable project switcher component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProjectSwitcher
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ProjectSwitchercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/promo-code-input.wrn b/app/pages/components/promo-code-input.wrn index 4a8b98c7..82dbfb6e 100644 --- a/app/pages/components/promo-code-input.wrn +++ b/app/pages/components/promo-code-input.wrn @@ -10,10 +10,10 @@ page PromoCodeInputcomponent {
W WRNexusJS - +
-
forms component

PromoCodeInput

Reusable promo code input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PromoCodeInput
+      
forms component

PromoCodeInput

Reusable promo code input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PromoCodeInput
   label="PromoCode"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page PromoCodeInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/prompt-dialog.wrn b/app/pages/components/prompt-dialog.wrn index a81ed365..99c6008f 100644 --- a/app/pages/components/prompt-dialog.wrn +++ b/app/pages/components/prompt-dialog.wrn @@ -10,10 +10,10 @@ page PromptDialogcomponent {
W WRNexusJS - +
-
overlays component

PromptDialog

Reusable prompt dialog component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PromptDialog
+      
overlays component

PromptDialog

Reusable prompt dialog component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PromptDialog
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page PromptDialogcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/provider-selector.wrn b/app/pages/components/provider-selector.wrn index 5957e2b7..c054c60a 100644 --- a/app/pages/components/provider-selector.wrn +++ b/app/pages/components/provider-selector.wrn @@ -10,10 +10,10 @@ page ProviderSelectorcomponent {
W WRNexusJS - +
-
forms component

ProviderSelector

Reusable provider selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProviderSelector
+      
forms component

ProviderSelector

Reusable provider selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ProviderSelector
   label="Provider"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ProviderSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/public-footer.wrn b/app/pages/components/public-footer.wrn index 8285d490..772448d2 100644 --- a/app/pages/components/public-footer.wrn +++ b/app/pages/components/public-footer.wrn @@ -10,12 +10,28 @@ page PublicFootercomponent {
W WRNexusJS - +
-
core component

PublicFooter

Reusable public footer component.

@wrnexus/ui 0.2.651 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PublicFooter />

Legacy mount name: data-component="PublicFooter".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

This component does not declare a slot.

Events

  • submit

Source contract

Installed source: components/PublicFooter.wrn

component PublicFooter {
+      
core component

PublicFooter

Reusable public footer component.

@wrnexus/ui 0.2.661 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PublicFooter />

Legacy mount name: data-component="PublicFooter".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

This component does not declare a slot.

Events

  • submit

Source contract

Installed source: components/PublicFooter.wrn

component PublicFooter {
     props {
         class: string = ""
+        homeHref: string = "/"
+        brandName: string = "WRNexusJS"
+        brandTagline: string = "Identity Cloud"
+        brandAriaLabel: string = "WRNexusJS home"
+        newsletterEyebrow: string = "WRNexusJS updates"
+        newsletterTitle: string = "Identity insights delivered to your inbox"
+        newsletterDescription: string = "Get product updates, security guidance, implementation strategies, and practical identity architecture resources."
+        newsletterAction: string = "/api/newsletter/subscribe"
+        newsletterButtonLabel: string = "Subscribe"
+        newsletterPlaceholder: string = "Enter your work email"
+        newsletterSuccessMessage: string = "Thanks. Please check your inbox to confirm your subscription."
+        copyrightText: string = "© 2026 WRNexusJS. All rights reserved."
+        attributionText: string = "Built by WorkRoot Workspace."
+        showNewsletter: boolean = true
+        showSocialLinks: boolean = true
+        showThemeToggle: boolean = true
     }
     state email = ""
     state newsletterSubmitted = false
@@ -36,7 +52,7 @@ page PublicFootercomponent {
         </div>
         <div class="relative w-full px-5 py-12 sm:px-8 lg:px-10 lg:py-16 xl:px-12">
         <!-- Newsletter and CTA -->
-        <section
+        <section data-show="showNewsletter"
                     aria-labelledby="footer-newsletter-title"
                     class="relative overflow-hidden rounded-3xl border border-indigo-200 bg-linear-to-br from-indigo-50 via-white to-violet-50 p-6 shadow-xl shadow-indigo-950/5 dark:border-indigo-500/20 dark:from-indigo-500/10 dark:via-slate-900 dark:to-violet-500/10 sm:p-8 lg:p-10"
                 >
@@ -52,23 +68,22 @@ page PublicFootercomponent {
         <span class="icon-[lucide--mail-plus] h-3.5 w-3.5" aria-hidden="true" >
         </span>
 
-                                WRNexusJS updates
+                                {newsletterEyebrow}
                             </span>
         <h2
                                 id="footer-newsletter-title"
                                 class="mt-5 max-w-2xl text-2xl font-bold tracking-tight text-slate-950 dark:text-white sm:text-3xl"
                             >
-                                Identity insights delivered to your inbox
+                                {newsletterTitle}
                             </h2>
         <p class="mt-3 max-w-2xl text-sm leading-6 text-slate-600 dark:text-slate-400 sm:text-base">
-                                Get product updates, security guidance, implementation
-                                strategies, and practical identity architecture resources.
+                                {newsletterDescription}
                             </p>
         </div>
         <div>
         <form
                                 method="post"
-                                action="/api/newsletter/subscribe"
+                                action="{newsletterAction}"
                                 @submit="newsletterSubmitted = true"
                                 class="rounded-2xl border border-slate-200 bg-white/80 p-2 shadow-lg shadow-slate-950/5 backdrop-blur-sm dark:border-white/10 dark:bg-white/5"
                             >
@@ -89,7 +104,7 @@ page PublicFootercomponent {
                                             autocomplete="email"
                                             required
                                             bind:value="email"
-                                            placeholder="Enter your work email"
+                                            placeholder="{newsletterPlaceholder}"
                                             class="h-12 w-full rounded-xl border border-transparent bg-transparent pl-11 pr-4 text-sm text-slate-950 outline-none transition placeholder:text-slate-400 focus:border-indigo-300 focus:bg-white focus:ring-4 focus:ring-indigo-500/10 dark:text-white dark:focus:border-indigo-500/30 dark:focus:bg-slate-900"
                                         />
         </div>
@@ -97,7 +112,7 @@ page PublicFootercomponent {
                                         type="submit"
                                         class="group inline-flex h-12 shrink-0 items-center justify-center gap-2 rounded-xl bg-indigo-600 px-5 text-sm font-bold text-white shadow-lg shadow-indigo-600/20 transition hover:-translate-y-0.5 hover:bg-indigo-500 hover:shadow-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-indigo-500 focus-visible:ring-offset-2 dark:focus-visible:ring-offset-slate-900"
                                     >
-                                        Subscribe
+                                        {newsletterButtonLabel}
 
                                         <span class="icon-[lucide--arrow-right] h-4 w-4 transition-transform group-hover:translate-x-1" aria-hidden="true" >
         </span>
@@ -124,7 +139,7 @@ page PublicFootercomponent {
         <span class="icon-[lucide--circle-check] h-4 w-4 shrink-0" aria-hidden="true" >
         </span>
 
-                                Thanks. Please check your inbox to confirm your subscription.
+                                {newsletterSuccessMessage}
                             </div>
         </div>
         </div>
@@ -134,8 +149,8 @@ page PublicFootercomponent {
         <!-- Brand -->
         <div>
         <a
-                            href="/"
-                            aria-label="WRNexusJS home"
+                            href="{homeHref}"
+                            aria-label="{brandAriaLabel}"
                             class="group inline-flex items-center gap-3 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-indigo-500"
                         >
         <span
@@ -146,12 +161,12 @@ page PublicFootercomponent {
         </span>
         <span>
         <span class="block text-lg font-bold tracking-tight text-slate-950 dark:text-white">
-                                    WRNexusJS
+                                    {brandName}
                                 </span>
         <span
                                     class="block text-[10px] font-semibold uppercase tracking-[0.2em] text-slate-500 dark:text-slate-400"
                                 >
-                                    Identity Cloud
+                                    {brandTagline}
                                 </span>
         </span>
         </a>
@@ -175,7 +190,7 @@ page PublicFootercomponent {
                             </a>
         </div>
         <!-- Social links -->
-        <div class="mt-6 flex items-center gap-2">
+        <div data-show="showSocialLinks" class="mt-6 flex items-center gap-2">
         <a
                                 href="https://github.com/wrnexus"
                                 target="_blank"
@@ -223,6 +238,7 @@ page PublicFootercomponent {
                         aria-label="Footer navigation"
                         class="grid grid-cols-2 gap-x-6 gap-y-10 sm:grid-cols-3 xl:grid-cols-5"
                     >
+        <slot name="navigation">
         <!-- Product -->
         <div>
         <h3 class="text-sm font-bold text-slate-950 dark:text-white">
@@ -503,6 +519,7 @@ page PublicFootercomponent {
         </li>
         </ul>
         </div>
+        </slot>
         </nav>
         </div>
         <!-- Bottom bar -->
@@ -513,12 +530,12 @@ page PublicFootercomponent {
                         class="flex flex-col gap-2 text-xs text-slate-500 dark:text-slate-400 sm:flex-row sm:items-center sm:gap-4"
                     >
         <p>
-                            © 2026 WRNexusJS. All rights reserved.
+                            {copyrightText}
                         </p>
         <span class="hidden h-1 w-1 rounded-full bg-slate-300 dark:bg-slate-700 sm:block">
         </span>
         <p>
-                            Built by WorkRoot Workspace.
+                            {attributionText}
                         </p>
         </div>
         <div class="flex flex-wrap items-center gap-x-5 gap-y-3">
@@ -546,7 +563,7 @@ page PublicFootercomponent {
                         >
                             Legal
                         </a>
-        <button
+        <button data-show="showThemeToggle"
                             type="button"
                             data-open-cookie-preferences
                             class="footer-bottom-link"
@@ -572,7 +589,7 @@ page PublicFootercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/public-header-logo.wrn b/app/pages/components/public-header-logo.wrn index 62623c12..a00b45a4 100644 --- a/app/pages/components/public-header-logo.wrn +++ b/app/pages/components/public-header-logo.wrn @@ -10,10 +10,10 @@ page PublicHeaderLogocomponent {
W WRNexusJS - +
-
content component

PublicHeaderLogo

Reusable public header logo component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PublicHeaderLogo
+      
content component

PublicHeaderLogo

Reusable public header logo component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PublicHeaderLogo
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page PublicHeaderLogocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/public-header.wrn b/app/pages/components/public-header.wrn index 2332717a..53b34fc7 100644 --- a/app/pages/components/public-header.wrn +++ b/app/pages/components/public-header.wrn @@ -10,12 +10,33 @@ page PublicHeadercomponent {
W WRNexusJS - +
-
layout component

PublicHeader

Reusable public header component.

@wrnexus/ui 0.2.651 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PublicHeader />

Legacy mount name: data-component="PublicHeader".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

This component does not declare a slot.

Events

  • click

Source contract

Installed source: components/PublicHeader.wrn

component PublicHeader {
+      
layout component

PublicHeader

Reusable public header component.

@wrnexus/ui 0.2.661 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PublicHeader />

Legacy mount name: data-component="PublicHeader".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

This component does not declare a slot.

Events

  • click

Source contract

Installed source: components/PublicHeader.wrn

component PublicHeader {
     props {
         class: string = ""
+        homeHref: string = "/"
+        brandName: string = "WRNexusJS"
+        brandTagline: string = "Identity Cloud"
+        brandAriaLabel: string = "WRNexusJS home"
+        brandIcon: string = "icon-[lucide--blocks]"
+        pricingLabel: string = "Pricing"
+        pricingHref: string = "/pricing"
+        statusLabel: string = "All systems operational"
+        statusHref: string = "/status"
+        signInLabel: string = "Sign in"
+        signInHref: string = "/sign-in"
+        primaryLabel: string = "Start free"
+        primaryHref: string = "/sign-up"
+        showStatus: boolean = true
+        showThemeToggle: boolean = true
+        showSignIn: boolean = true
+        showPrimaryAction: boolean = true
+        productLabel: string = "Product"
+        solutionsLabel: string = "Solutions"
+        developersLabel: string = "Developers"
+        resourcesLabel: string = "Resources"
     }
     state activeMenu = ""
     state mobileMenuOpen = false
@@ -39,24 +60,24 @@ page PublicHeadercomponent {
             >
         <!-- Brand -->
         <a
-                    href="/"
-                    aria-label="WRNexusJS home"
+                    href="{homeHref}"
+                    aria-label="{brandAriaLabel}"
                     class="group inline-flex shrink-0 items-center gap-3 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-indigo-500 focus-visible:ring-offset-2 dark:focus-visible:ring-offset-slate-950"
                 >
         <span
                         class="grid h-10 w-10 place-items-center rounded-xl bg-indigo-600 text-white shadow-lg shadow-indigo-600/20 transition duration-200 group-hover:-translate-y-0.5 group-hover:bg-indigo-500 group-hover:shadow-xl"
                     >
-        <span class="icon-[lucide--blocks] h-5 w-5" aria-hidden="true" >
+        <span class="{brandIcon} h-5 w-5" aria-hidden="true" >
         </span>
         </span>
         <span class="min-w-0">
         <span class="block text-lg font-bold tracking-tight text-slate-950 dark:text-white">
-                            WRNexusJS
+                            {brandName}
                         </span>
         <span
                             class="block text-[10px] font-semibold uppercase tracking-[0.2em] text-slate-500 dark:text-slate-400"
                         >
-                            Identity Cloud
+                            {brandTagline}
                         </span>
         </span>
         </a>
@@ -65,6 +86,7 @@ page PublicHeadercomponent {
                     aria-label="Main navigation"
                     class="hidden items-center gap-1 lg:flex"
                 >
+        <slot name="navigation">
         <!-- Product -->
         <button
                         type="button"
@@ -81,7 +103,7 @@ page PublicHeadercomponent {
                         class:dark:text-slate-300="activeMenu !== 'product'"
                         class:dark:hover:bg-white/5="activeMenu !== 'product'"
                     >
-                        Product
+                        {productLabel}
 
                         <span class="icon-[lucide--chevron-down] h-4 w-4 transition-transform duration-200" class:rotate-180="activeMenu === 'product'" aria-hidden="true" >
         </span>
@@ -104,7 +126,7 @@ page PublicHeadercomponent {
                         class:dark:hover:bg-white/5="activeMenu !== 'solutions'"
                         class:dark:hover:text-white="activeMenu !== 'solutions'"
                     >
-                        Solutions
+                        {solutionsLabel}
 
                         <span class="icon-[lucide--chevron-down] h-4 w-4 transition-transform duration-200" class:rotate-180="activeMenu === 'solutions'" aria-hidden="true" >
         </span>
@@ -127,7 +149,7 @@ page PublicHeadercomponent {
                         class:dark:hover:bg-white/5="activeMenu !== 'developers'"
                         class:dark:hover:text-white="activeMenu !== 'developers'"
                     >
-                        Developers
+                        {developersLabel}
 
                         <span class="icon-[lucide--chevron-down] h-4 w-4 transition-transform duration-200" class:rotate-180="activeMenu === 'developers'"  aria-hidden="true" >
         </span>
@@ -150,22 +172,24 @@ page PublicHeadercomponent {
                         class:dark:hover:bg-white/5="activeMenu !== 'resources'"
                         class:dark:hover:text-white="activeMenu !== 'resources'"
                     >
-                        Resources
+                        {resourcesLabel}
 
                         <span class="icon-[lucide--chevron-down] h-4 w-4 transition-transform duration-200" class:rotate-180="activeMenu === 'resources'"  aria-hidden="true" >
         </span>
         </button>
         <a
-                        href="/pricing"
+                        href="{pricingHref}"
                         class="inline-flex h-10 items-center rounded-xl px-3.5 text-sm font-semibold text-slate-700 transition hover:bg-slate-100 hover:text-slate-950 focus:outline-none focus-visible:ring-2 focus-visible:ring-indigo-500 dark:text-slate-300 dark:hover:bg-white/5 dark:hover:text-white"
                     >
-                        Pricing
+                        {pricingLabel}
                     </a>
+        </slot>
         </nav>
         <!-- Desktop actions -->
         <div class="hidden items-center gap-2 lg:flex">
-        <a
-                        href="/status"
+        <slot name="actions">
+        <a data-show="showStatus"
+                        href="{statusHref}"
                         class="mr-1 inline-flex items-center gap-2 rounded-xl px-3 py-2 text-xs font-semibold text-slate-500 transition hover:bg-slate-100 hover:text-slate-950 dark:text-slate-400 dark:hover:bg-white/5 dark:hover:text-white"
                     >
         <span class="relative flex h-2 w-2">
@@ -175,9 +199,9 @@ page PublicHeadercomponent {
         </span>
         </span>
 
-                        All systems operational
+                        {statusLabel}
                     </a>
-        <button
+        <button data-show="showThemeToggle"
                         type="button"
                         data-wire-theme-toggle
                         aria-label="Toggle color theme"
@@ -192,21 +216,22 @@ page PublicHeadercomponent {
                             Toggle color theme
                         </span>
         </button>
-        <a
-                        href="/sign-in"
+        <a data-show="showSignIn"
+                        href="{signInHref}"
                         class="inline-flex h-10 items-center justify-center rounded-xl px-4 text-sm font-semibold text-slate-700 transition hover:bg-slate-100 hover:text-slate-950 focus:outline-none focus-visible:ring-2 focus-visible:ring-indigo-500 dark:text-slate-200 dark:hover:bg-white/5 dark:hover:text-white"
                     >
-                        Sign in
+                        {signInLabel}
                     </a>
-        <a
-                        href="/sign-up"
+        <a data-show="showPrimaryAction"
+                        href="{primaryHref}"
                         class="group inline-flex h-10 items-center justify-center gap-2 rounded-xl bg-indigo-600 px-4 text-sm font-bold text-white shadow-lg shadow-indigo-600/20 transition hover:-translate-y-0.5 hover:bg-indigo-500 hover:shadow-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-indigo-500 focus-visible:ring-offset-2 dark:focus-visible:ring-offset-slate-950"
                     >
-                        Start free
+                        {primaryLabel}
 
                         <span class="icon-[lucide--arrow-right] h-4 w-4 transition-transform group-hover:translate-x-0.5" aria-hidden="true" >
         </span>
         </a>
+        </slot>
         </div>
         <!-- Mobile actions -->
         <div class="flex items-center gap-2 lg:hidden">
@@ -287,7 +312,7 @@ page PublicHeadercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/public-mobile-navigation.wrn b/app/pages/components/public-mobile-navigation.wrn index 7ee485fa..baba377b 100644 --- a/app/pages/components/public-mobile-navigation.wrn +++ b/app/pages/components/public-mobile-navigation.wrn @@ -10,10 +10,10 @@ page PublicMobileNavigationcomponent {
W WRNexusJS - +
-
core component

PublicMobileNavigation

Reusable public mobile navigation component.

@wrnexus/ui 0.2.651 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PublicMobileNavigation />

Legacy mount name: data-component="PublicMobileNavigation".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

This component does not declare a slot.

Events

  • click

Source contract

Installed source: components/PublicMobileNavigation.wrn

component PublicMobileNavigation {
+      
core component

PublicMobileNavigation

Reusable public mobile navigation component.

@wrnexus/ui 0.2.661 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PublicMobileNavigation />

Legacy mount name: data-component="PublicMobileNavigation".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

This component does not declare a slot.

Events

  • click

Source contract

Installed source: components/PublicMobileNavigation.wrn

component PublicMobileNavigation {
     props {
         class: string = ""
     }
@@ -573,7 +573,7 @@ page PublicMobileNavigationcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/public-page-shell.wrn b/app/pages/components/public-page-shell.wrn index 40c3d0a2..4fc8a01a 100644 --- a/app/pages/components/public-page-shell.wrn +++ b/app/pages/components/public-page-shell.wrn @@ -10,10 +10,10 @@ page PublicPageShellcomponent {
W WRNexusJS - +
-
layout component

PublicPageShell

Reusable public page shell component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PublicPageShell
+      
layout component

PublicPageShell

Reusable public page shell component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PublicPageShell
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page PublicPageShellcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/public-search.wrn b/app/pages/components/public-search.wrn index de0b5b7a..b60b14e7 100644 --- a/app/pages/components/public-search.wrn +++ b/app/pages/components/public-search.wrn @@ -10,10 +10,10 @@ page PublicSearchcomponent {
W WRNexusJS - +
-
core component

PublicSearch

Reusable public search component.

@wrnexus/ui 0.2.6515 props0 slots4 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PublicSearch
+      
core component

PublicSearch

Reusable public search component.

@wrnexus/ui 0.2.6615 props0 slots4 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PublicSearch
   query="query"
   placeholder="Search..."
   label="Search"
@@ -143,7 +143,7 @@ page PublicSearchcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/publish-date-time-picker.wrn b/app/pages/components/publish-date-time-picker.wrn index d3cfb73c..c5997d16 100644 --- a/app/pages/components/publish-date-time-picker.wrn +++ b/app/pages/components/publish-date-time-picker.wrn @@ -10,10 +10,10 @@ page PublishDateTimePickercomponent {
W WRNexusJS - +
-
forms component

PublishDateTimePicker

Reusable publish date time picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PublishDateTimePicker
+      
forms component

PublishDateTimePicker

Reusable publish date time picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PublishDateTimePicker
   label="PublishDateTime"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page PublishDateTimePickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/push-composer.wrn b/app/pages/components/push-composer.wrn index 52eed17f..87e4a34b 100644 --- a/app/pages/components/push-composer.wrn +++ b/app/pages/components/push-composer.wrn @@ -10,10 +10,10 @@ page PushComposercomponent {
W WRNexusJS - +
-
content component

PushComposer

Reusable push composer component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PushComposer
+      
content component

PushComposer

Reusable push composer component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PushComposer
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page PushComposercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/push-notification-editor.wrn b/app/pages/components/push-notification-editor.wrn index 904eb721..c4324d3d 100644 --- a/app/pages/components/push-notification-editor.wrn +++ b/app/pages/components/push-notification-editor.wrn @@ -10,10 +10,10 @@ page PushNotificationEditorcomponent {
W WRNexusJS - +
-
forms component

PushNotificationEditor

Reusable push notification editor component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PushNotificationEditor
+      
forms component

PushNotificationEditor

Reusable push notification editor component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<PushNotificationEditor
   label="PushNotification"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page PushNotificationEditorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/qr-code.wrn b/app/pages/components/qr-code.wrn index 46106eb3..759c29de 100644 --- a/app/pages/components/qr-code.wrn +++ b/app/pages/components/qr-code.wrn @@ -10,10 +10,10 @@ page QrCodecomponent {
W WRNexusJS - +
-
content component

QrCode

Reusable qr code component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<QrCode
+      
content component

QrCode

Reusable qr code component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<QrCode
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page QrCodecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/quantity-input.wrn b/app/pages/components/quantity-input.wrn index 16c201b3..b435553c 100644 --- a/app/pages/components/quantity-input.wrn +++ b/app/pages/components/quantity-input.wrn @@ -10,10 +10,10 @@ page QuantityInputcomponent {
W WRNexusJS - +
-
forms component

QuantityInput

Reusable quantity input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<QuantityInput
+      
forms component

QuantityInput

Reusable quantity input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<QuantityInput
   label="Quantity"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page QuantityInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/quantity-stepper.wrn b/app/pages/components/quantity-stepper.wrn index 95e0f19d..cec81ce5 100644 --- a/app/pages/components/quantity-stepper.wrn +++ b/app/pages/components/quantity-stepper.wrn @@ -10,10 +10,10 @@ page QuantitySteppercomponent {
W WRNexusJS - +
-
content component

QuantityStepper

Reusable quantity stepper component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<QuantityStepper
+      
content component

QuantityStepper

Reusable quantity stepper component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<QuantityStepper
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page QuantitySteppercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/quiet-hours-picker.wrn b/app/pages/components/quiet-hours-picker.wrn index 68eed681..7feebaa0 100644 --- a/app/pages/components/quiet-hours-picker.wrn +++ b/app/pages/components/quiet-hours-picker.wrn @@ -10,10 +10,10 @@ page QuietHoursPickercomponent {
W WRNexusJS - +
-
forms component

QuietHoursPicker

Reusable quiet hours picker component.

@wrnexus/ui 0.2.658 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<QuietHoursPicker
+      
forms component

QuietHoursPicker

Reusable quiet hours picker component.

@wrnexus/ui 0.2.668 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<QuietHoursPicker
   label="Quiet hours"
   startName="quietStart"
   endName="quietEnd"
@@ -48,7 +48,7 @@ page QuietHoursPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/quote-text.wrn b/app/pages/components/quote-text.wrn index 04feb948..b8d520fc 100644 --- a/app/pages/components/quote-text.wrn +++ b/app/pages/components/quote-text.wrn @@ -10,10 +10,10 @@ page QuoteTextcomponent {
W WRNexusJS - +
-
content component

QuoteText

Reusable quote text component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<QuoteText
+      
content component

QuoteText

Reusable quote text component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<QuoteText
   text="text"
   align="start"
 />

Legacy mount name: data-component="QuoteText".

Props and attributes

PropTypeRequirementDefault
textstringOptional""
alignstringOptional"start"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/QuoteText.wrn

component QuoteText {
@@ -28,7 +28,7 @@ page QuoteTextcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/radio-group.wrn b/app/pages/components/radio-group.wrn index ca1ee371..dda42a53 100644 --- a/app/pages/components/radio-group.wrn +++ b/app/pages/components/radio-group.wrn @@ -10,10 +10,10 @@ page RadioGroupcomponent {
W WRNexusJS - +
-
forms component

RadioGroup

Reusable radio group component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RadioGroup
+      
forms component

RadioGroup

Reusable radio group component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RadioGroup
   label="Choose one"
   name="choice"
 />

Legacy mount name: data-component="RadioGroup".

Props and attributes

PropTypeRequirementDefault
classstringOptional""
labelstringOptional"Choose one"
namestringOptional"choice"

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/RadioGroup.wrn

component RadioGroup {
@@ -32,7 +32,7 @@ page RadioGroupcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/radio.wrn b/app/pages/components/radio.wrn index 2b3a2902..f0f5b6e0 100644 --- a/app/pages/components/radio.wrn +++ b/app/pages/components/radio.wrn @@ -10,10 +10,10 @@ page Radiocomponent {
W WRNexusJS - +
-
core component

Radio

Reusable radio component.

@wrnexus/ui 0.2.658 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Radio
+      
core component

Radio

Reusable radio component.

@wrnexus/ui 0.2.668 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Radio
   id="id"
   name="choice"
   value="value"
@@ -41,7 +41,7 @@ page Radiocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/range-input.wrn b/app/pages/components/range-input.wrn index 170b2e57..47d91eeb 100644 --- a/app/pages/components/range-input.wrn +++ b/app/pages/components/range-input.wrn @@ -10,10 +10,10 @@ page RangeInputcomponent {
W WRNexusJS - +
-
forms component

RangeInput

Reusable range input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RangeInput
+      
forms component

RangeInput

Reusable range input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RangeInput
   label="Range"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page RangeInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/range-slider.wrn b/app/pages/components/range-slider.wrn index 1be6be8c..59654963 100644 --- a/app/pages/components/range-slider.wrn +++ b/app/pages/components/range-slider.wrn @@ -10,10 +10,10 @@ page RangeSlidercomponent {
W WRNexusJS - +
-
content component

RangeSlider

Reusable range slider component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RangeSlider
+      
content component

RangeSlider

Reusable range slider component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RangeSlider
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page RangeSlidercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/rate-limit-input.wrn b/app/pages/components/rate-limit-input.wrn index 7dfe5566..7f1a9d56 100644 --- a/app/pages/components/rate-limit-input.wrn +++ b/app/pages/components/rate-limit-input.wrn @@ -10,10 +10,10 @@ page RateLimitInputcomponent {
W WRNexusJS - +
-
forms component

RateLimitInput

Reusable rate limit input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RateLimitInput
+      
forms component

RateLimitInput

Reusable rate limit input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RateLimitInput
   label="RateLimit"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page RateLimitInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/rate-limit-page.wrn b/app/pages/components/rate-limit-page.wrn index 9fb4c94f..832e290d 100644 --- a/app/pages/components/rate-limit-page.wrn +++ b/app/pages/components/rate-limit-page.wrn @@ -10,10 +10,10 @@ page RateLimitPagecomponent {
W WRNexusJS - +
-
content component

RateLimitPage

Reusable rate limit page component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RateLimitPage
+      
content component

RateLimitPage

Reusable rate limit page component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RateLimitPage
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page RateLimitPagecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/rate-limited-state.wrn b/app/pages/components/rate-limited-state.wrn index f8bc6e1e..71453102 100644 --- a/app/pages/components/rate-limited-state.wrn +++ b/app/pages/components/rate-limited-state.wrn @@ -10,10 +10,10 @@ page RateLimitedStatecomponent {
W WRNexusJS - +
-
feedback component

RateLimitedState

Reusable rate limited state component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RateLimitedState
+      
feedback component

RateLimitedState

Reusable rate limited state component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RateLimitedState
   label="RateLimited"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page RateLimitedStatecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/rate-table.wrn b/app/pages/components/rate-table.wrn index 7226a29e..ff38d61a 100644 --- a/app/pages/components/rate-table.wrn +++ b/app/pages/components/rate-table.wrn @@ -10,10 +10,10 @@ page RateTablecomponent {
W WRNexusJS - +
-
data component

RateTable

Reusable rate table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RateTable
+      
data component

RateTable

Reusable rate table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RateTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page RateTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/rating-slider.wrn b/app/pages/components/rating-slider.wrn index 71fe6558..8263b067 100644 --- a/app/pages/components/rating-slider.wrn +++ b/app/pages/components/rating-slider.wrn @@ -10,10 +10,10 @@ page RatingSlidercomponent {
W WRNexusJS - +
-
content component

RatingSlider

Reusable rating slider component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RatingSlider
+      
content component

RatingSlider

Reusable rating slider component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RatingSlider
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page RatingSlidercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/recipient-selector.wrn b/app/pages/components/recipient-selector.wrn index 0ae20069..0d45f122 100644 --- a/app/pages/components/recipient-selector.wrn +++ b/app/pages/components/recipient-selector.wrn @@ -10,10 +10,10 @@ page RecipientSelectorcomponent {
W WRNexusJS - +
-
forms component

RecipientSelector

Reusable recipient selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RecipientSelector
+      
forms component

RecipientSelector

Reusable recipient selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RecipientSelector
   label="Recipient"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page RecipientSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/recovery-code-form.wrn b/app/pages/components/recovery-code-form.wrn index 7bcdf860..8de64b3f 100644 --- a/app/pages/components/recovery-code-form.wrn +++ b/app/pages/components/recovery-code-form.wrn @@ -10,10 +10,10 @@ page RecoveryCodeFormcomponent {
W WRNexusJS - +
-
content component

RecoveryCodeForm

Reusable recovery code form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RecoveryCodeForm
+      
content component

RecoveryCodeForm

Reusable recovery code form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RecoveryCodeForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page RecoveryCodeFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/recovery-code-input.wrn b/app/pages/components/recovery-code-input.wrn index 35b18341..8b143ac1 100644 --- a/app/pages/components/recovery-code-input.wrn +++ b/app/pages/components/recovery-code-input.wrn @@ -10,10 +10,10 @@ page RecoveryCodeInputcomponent {
W WRNexusJS - +
-
forms component

RecoveryCodeInput

Reusable recovery code input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RecoveryCodeInput
+      
forms component

RecoveryCodeInput

Reusable recovery code input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RecoveryCodeInput
   label="RecoveryCode"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page RecoveryCodeInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/recurrence-rule-builder.wrn b/app/pages/components/recurrence-rule-builder.wrn index c997be84..77a05e6d 100644 --- a/app/pages/components/recurrence-rule-builder.wrn +++ b/app/pages/components/recurrence-rule-builder.wrn @@ -10,10 +10,10 @@ page RecurrenceRuleBuildercomponent {
W WRNexusJS - +
-
content component

RecurrenceRuleBuilder

Reusable recurrence rule builder component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RecurrenceRuleBuilder
+      
content component

RecurrenceRuleBuilder

Reusable recurrence rule builder component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RecurrenceRuleBuilder
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page RecurrenceRuleBuildercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/recurring-schedule-picker.wrn b/app/pages/components/recurring-schedule-picker.wrn index 1461b732..366ffdf7 100644 --- a/app/pages/components/recurring-schedule-picker.wrn +++ b/app/pages/components/recurring-schedule-picker.wrn @@ -10,10 +10,10 @@ page RecurringSchedulePickercomponent {
W WRNexusJS - +
-
forms component

RecurringSchedulePicker

Reusable recurring schedule picker component.

@wrnexus/ui 0.2.656 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RecurringSchedulePicker
+      
forms component

RecurringSchedulePicker

Reusable recurring schedule picker component.

@wrnexus/ui 0.2.666 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RecurringSchedulePicker
   id="recurring-schedule"
   name="recurrence"
   label="Repeat"
@@ -42,7 +42,7 @@ page RecurringSchedulePickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/redirect-uri-input.wrn b/app/pages/components/redirect-uri-input.wrn index f6a8185d..42c84819 100644 --- a/app/pages/components/redirect-uri-input.wrn +++ b/app/pages/components/redirect-uri-input.wrn @@ -10,10 +10,10 @@ page RedirectUriInputcomponent {
W WRNexusJS - +
-
forms component

RedirectUriInput

Reusable redirect uri input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RedirectUriInput
+      
forms component

RedirectUriInput

Reusable redirect uri input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RedirectUriInput
   label="RedirectUri"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page RedirectUriInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/reference-input.wrn b/app/pages/components/reference-input.wrn index 4d7c83ec..285ba1cf 100644 --- a/app/pages/components/reference-input.wrn +++ b/app/pages/components/reference-input.wrn @@ -10,10 +10,10 @@ page ReferenceInputcomponent {
W WRNexusJS - +
-
forms component

ReferenceInput

Reusable reference input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ReferenceInput
+      
forms component

ReferenceInput

Reusable reference input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ReferenceInput
   label="Reference"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ReferenceInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/regex-input.wrn b/app/pages/components/regex-input.wrn index bbffc9ba..30468456 100644 --- a/app/pages/components/regex-input.wrn +++ b/app/pages/components/regex-input.wrn @@ -10,10 +10,10 @@ page RegexInputcomponent {
W WRNexusJS - +
-
forms component

RegexInput

Reusable regex input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RegexInput
+      
forms component

RegexInput

Reusable regex input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RegexInput
   label="Regex"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page RegexInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/region-availability-table.wrn b/app/pages/components/region-availability-table.wrn index 41c4ae01..34de86cd 100644 --- a/app/pages/components/region-availability-table.wrn +++ b/app/pages/components/region-availability-table.wrn @@ -10,10 +10,10 @@ page RegionAvailabilityTablecomponent {
W WRNexusJS - +
-
data component

RegionAvailabilityTable

Reusable region availability table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RegionAvailabilityTable
+      
data component

RegionAvailabilityTable

Reusable region availability table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RegionAvailabilityTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page RegionAvailabilityTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/region-selector.wrn b/app/pages/components/region-selector.wrn index 2c9942ab..d75376c6 100644 --- a/app/pages/components/region-selector.wrn +++ b/app/pages/components/region-selector.wrn @@ -10,10 +10,10 @@ page RegionSelectorcomponent {
W WRNexusJS - +
-
forms component

RegionSelector

Reusable region selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RegionSelector
+      
forms component

RegionSelector

Reusable region selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RegionSelector
   label="Region"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page RegionSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/region-unavailable-alert.wrn b/app/pages/components/region-unavailable-alert.wrn index 38000859..438be01f 100644 --- a/app/pages/components/region-unavailable-alert.wrn +++ b/app/pages/components/region-unavailable-alert.wrn @@ -10,10 +10,10 @@ page RegionUnavailableAlertcomponent {
W WRNexusJS - +
-
feedback component

RegionUnavailableAlert

Reusable region unavailable alert component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RegionUnavailableAlert
+      
feedback component

RegionUnavailableAlert

Reusable region unavailable alert component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RegionUnavailableAlert
   label="RegionUnavailable"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page RegionUnavailableAlertcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/region-unavailable-state.wrn b/app/pages/components/region-unavailable-state.wrn index 3255a444..15251534 100644 --- a/app/pages/components/region-unavailable-state.wrn +++ b/app/pages/components/region-unavailable-state.wrn @@ -10,10 +10,10 @@ page RegionUnavailableStatecomponent {
W WRNexusJS - +
-
feedback component

RegionUnavailableState

Reusable region unavailable state component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RegionUnavailableState
+      
feedback component

RegionUnavailableState

Reusable region unavailable state component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RegionUnavailableState
   label="RegionUnavailable"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page RegionUnavailableStatecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/regional-privacy-banner.wrn b/app/pages/components/regional-privacy-banner.wrn index 9c7c9f96..c0621b5e 100644 --- a/app/pages/components/regional-privacy-banner.wrn +++ b/app/pages/components/regional-privacy-banner.wrn @@ -10,10 +10,10 @@ page RegionalPrivacyBannercomponent {
W WRNexusJS - +
-
feedback component

RegionalPrivacyBanner

Reusable regional privacy banner component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RegionalPrivacyBanner
+      
feedback component

RegionalPrivacyBanner

Reusable regional privacy banner component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RegionalPrivacyBanner
   label="RegionalPrivacy"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page RegionalPrivacyBannercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/reject-optional-cookies-button.wrn b/app/pages/components/reject-optional-cookies-button.wrn index 85850e32..7f31b392 100644 --- a/app/pages/components/reject-optional-cookies-button.wrn +++ b/app/pages/components/reject-optional-cookies-button.wrn @@ -10,10 +10,10 @@ page RejectOptionalCookiesButtoncomponent {
W WRNexusJS - +
-
actions component

RejectOptionalCookiesButton

Reusable reject optional cookies button component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RejectOptionalCookiesButton
+      
actions component

RejectOptionalCookiesButton

Reusable reject optional cookies button component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RejectOptionalCookiesButton
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page RejectOptionalCookiesButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/reopen-cookie-settings-button.wrn b/app/pages/components/reopen-cookie-settings-button.wrn index acaed6e4..d110c24b 100644 --- a/app/pages/components/reopen-cookie-settings-button.wrn +++ b/app/pages/components/reopen-cookie-settings-button.wrn @@ -10,10 +10,10 @@ page ReopenCookieSettingsButtoncomponent {
W WRNexusJS - +
-
actions component

ReopenCookieSettingsButton

Reusable reopen cookie settings button component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ReopenCookieSettingsButton
+      
actions component

ReopenCookieSettingsButton

Reusable reopen cookie settings button component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ReopenCookieSettingsButton
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page ReopenCookieSettingsButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/report-card.wrn b/app/pages/components/report-card.wrn index 92fffe80..875004c5 100644 --- a/app/pages/components/report-card.wrn +++ b/app/pages/components/report-card.wrn @@ -10,10 +10,10 @@ page ReportCardcomponent {
W WRNexusJS - +
-
content component

ReportCard

Reusable report card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ReportCard
+      
content component

ReportCard

Reusable report card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ReportCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ReportCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/request-response-viewer.wrn b/app/pages/components/request-response-viewer.wrn index 45db5b28..2ffee680 100644 --- a/app/pages/components/request-response-viewer.wrn +++ b/app/pages/components/request-response-viewer.wrn @@ -10,10 +10,10 @@ page RequestResponseViewercomponent {
W WRNexusJS - +
-
content component

RequestResponseViewer

Reusable request response viewer component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RequestResponseViewer
+      
content component

RequestResponseViewer

Reusable request response viewer component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RequestResponseViewer
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page RequestResponseViewercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/request-viewer.wrn b/app/pages/components/request-viewer.wrn index ab0d993f..0853200a 100644 --- a/app/pages/components/request-viewer.wrn +++ b/app/pages/components/request-viewer.wrn @@ -10,10 +10,10 @@ page RequestViewercomponent {
W WRNexusJS - +
-
content component

RequestViewer

Reusable request viewer component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RequestViewer
+      
content component

RequestViewer

Reusable request viewer component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RequestViewer
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page RequestViewercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/required-indicator.wrn b/app/pages/components/required-indicator.wrn index 6f56cbff..4ee0be5e 100644 --- a/app/pages/components/required-indicator.wrn +++ b/app/pages/components/required-indicator.wrn @@ -10,10 +10,10 @@ page RequiredIndicatorcomponent {
W WRNexusJS - +
-
feedback component

RequiredIndicator

Reusable required indicator component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RequiredIndicator
+      
feedback component

RequiredIndicator

Reusable required indicator component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RequiredIndicator
   label="Required"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page RequiredIndicatorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/reset-password-form.wrn b/app/pages/components/reset-password-form.wrn index 5d101b0b..e2edcb9c 100644 --- a/app/pages/components/reset-password-form.wrn +++ b/app/pages/components/reset-password-form.wrn @@ -10,10 +10,10 @@ page ResetPasswordFormcomponent {
W WRNexusJS - +
-
content component

ResetPasswordForm

Reusable reset password form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResetPasswordForm
+      
content component

ResetPasswordForm

Reusable reset password form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResetPasswordForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ResetPasswordFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/resizable-panel.wrn b/app/pages/components/resizable-panel.wrn index 98f2b24d..486fafab 100644 --- a/app/pages/components/resizable-panel.wrn +++ b/app/pages/components/resizable-panel.wrn @@ -10,10 +10,10 @@ page ResizablePanelcomponent {
W WRNexusJS - +
-
layout component

ResizablePanel

Reusable resizable panel component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResizablePanel
+      
layout component

ResizablePanel

Reusable resizable panel component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResizablePanel
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ResizablePanelcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/resource-card.wrn b/app/pages/components/resource-card.wrn index 387c1f53..38a86337 100644 --- a/app/pages/components/resource-card.wrn +++ b/app/pages/components/resource-card.wrn @@ -10,10 +10,10 @@ page ResourceCardcomponent {
W WRNexusJS - +
-
content component

ResourceCard

Reusable resource card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResourceCard
+      
content component

ResourceCard

Reusable resource card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResourceCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ResourceCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/resource-download-card.wrn b/app/pages/components/resource-download-card.wrn index 2f8dbdb9..db2fe855 100644 --- a/app/pages/components/resource-download-card.wrn +++ b/app/pages/components/resource-download-card.wrn @@ -10,10 +10,10 @@ page ResourceDownloadCardcomponent {
W WRNexusJS - +
-
content component

ResourceDownloadCard

Reusable resource download card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResourceDownloadCard
+      
content component

ResourceDownloadCard

Reusable resource download card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResourceDownloadCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ResourceDownloadCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/resource-page-shell.wrn b/app/pages/components/resource-page-shell.wrn index ab333b62..346a2498 100644 --- a/app/pages/components/resource-page-shell.wrn +++ b/app/pages/components/resource-page-shell.wrn @@ -10,10 +10,10 @@ page ResourcePageShellcomponent {
W WRNexusJS - +
-
layout component

ResourcePageShell

Reusable resource page shell component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResourcePageShell
+      
layout component

ResourcePageShell

Reusable resource page shell component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResourcePageShell
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ResourcePageShellcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/resource-search.wrn b/app/pages/components/resource-search.wrn index b3b0e0d7..84f90514 100644 --- a/app/pages/components/resource-search.wrn +++ b/app/pages/components/resource-search.wrn @@ -10,10 +10,10 @@ page ResourceSearchcomponent {
W WRNexusJS - +
-
content component

ResourceSearch

Reusable resource search component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResourceSearch
+      
content component

ResourceSearch

Reusable resource search component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResourceSearch
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ResourceSearchcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/resource-type-badge.wrn b/app/pages/components/resource-type-badge.wrn index ed151bdd..4aa5c093 100644 --- a/app/pages/components/resource-type-badge.wrn +++ b/app/pages/components/resource-type-badge.wrn @@ -10,10 +10,10 @@ page ResourceTypeBadgecomponent {
W WRNexusJS - +
-
feedback component

ResourceTypeBadge

Reusable resource type badge component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResourceTypeBadge
+      
feedback component

ResourceTypeBadge

Reusable resource type badge component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResourceTypeBadge
   label="ResourceType"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ResourceTypeBadgecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/resources-mega-menu.wrn b/app/pages/components/resources-mega-menu.wrn index a9eb9777..277a3cdc 100644 --- a/app/pages/components/resources-mega-menu.wrn +++ b/app/pages/components/resources-mega-menu.wrn @@ -10,10 +10,10 @@ page ResourcesMegaMenucomponent {
W WRNexusJS - +
-
overlays component

ResourcesMegaMenu

Reusable resources mega menu component.

@wrnexus/ui 0.2.651 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResourcesMegaMenu />

Legacy mount name: data-component="ResourcesMegaMenu".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

This component does not declare a slot.

Events

This component does not declare a custom event.

Source contract

Installed source: components/ResourcesMegaMenu.wrn

component ResourcesMegaMenu {
+      
overlays component

ResourcesMegaMenu

Reusable resources mega menu component.

@wrnexus/ui 0.2.661 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResourcesMegaMenu />

Legacy mount name: data-component="ResourcesMegaMenu".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

This component does not declare a slot.

Events

This component does not declare a custom event.

Source contract

Installed source: components/ResourcesMegaMenu.wrn

component ResourcesMegaMenu {
     props {
         class: string = ""
     }
@@ -358,7 +358,7 @@ page ResourcesMegaMenucomponent {
     }
 }
 
- + } diff --git a/app/pages/components/response-viewer.wrn b/app/pages/components/response-viewer.wrn index 0e566ac7..5fe89684 100644 --- a/app/pages/components/response-viewer.wrn +++ b/app/pages/components/response-viewer.wrn @@ -10,10 +10,10 @@ page ResponseViewercomponent {
W WRNexusJS - +
-
content component

ResponseViewer

Reusable response viewer component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResponseViewer
+      
content component

ResponseViewer

Reusable response viewer component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResponseViewer
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ResponseViewercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/responsible-disclosure-cta.wrn b/app/pages/components/responsible-disclosure-cta.wrn index 691597e7..0dadbe6e 100644 --- a/app/pages/components/responsible-disclosure-cta.wrn +++ b/app/pages/components/responsible-disclosure-cta.wrn @@ -10,10 +10,10 @@ page ResponsibleDisclosureCTAcomponent {
W WRNexusJS - +
-
actions component

ResponsibleDisclosureCTA

Reusable responsible disclosure c t a component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResponsibleDisclosureCTA
+      
actions component

ResponsibleDisclosureCTA

Reusable responsible disclosure c t a component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResponsibleDisclosureCTA
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page ResponsibleDisclosureCTAcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/responsive-table.wrn b/app/pages/components/responsive-table.wrn index bdd1ce76..3771ae4f 100644 --- a/app/pages/components/responsive-table.wrn +++ b/app/pages/components/responsive-table.wrn @@ -10,10 +10,10 @@ page ResponsiveTablecomponent {
W WRNexusJS - +
-
data component

ResponsiveTable

Reusable responsive table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResponsiveTable
+      
data component

ResponsiveTable

Reusable responsive table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResponsiveTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ResponsiveTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/results-section.wrn b/app/pages/components/results-section.wrn index cf906515..52b115b2 100644 --- a/app/pages/components/results-section.wrn +++ b/app/pages/components/results-section.wrn @@ -10,10 +10,10 @@ page ResultsSectioncomponent {
W WRNexusJS - +
-
layout component

ResultsSection

Reusable results section component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResultsSection
+      
layout component

ResultsSection

Reusable results section component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ResultsSection
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ResultsSectioncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/retention-table.wrn b/app/pages/components/retention-table.wrn index 21d35b1d..26209cc2 100644 --- a/app/pages/components/retention-table.wrn +++ b/app/pages/components/retention-table.wrn @@ -10,10 +10,10 @@ page RetentionTablecomponent {
W WRNexusJS - +
-
data component

RetentionTable

Reusable retention table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RetentionTable
+      
data component

RetentionTable

Reusable retention table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RetentionTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page RetentionTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/retry-count-input.wrn b/app/pages/components/retry-count-input.wrn index 7c1e81a4..179f266e 100644 --- a/app/pages/components/retry-count-input.wrn +++ b/app/pages/components/retry-count-input.wrn @@ -10,10 +10,10 @@ page RetryCountInputcomponent {
W WRNexusJS - +
-
forms component

RetryCountInput

Reusable retry count input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RetryCountInput
+      
forms component

RetryCountInput

Reusable retry count input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RetryCountInput
   label="RetryCount"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page RetryCountInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/revenue-chart.wrn b/app/pages/components/revenue-chart.wrn index 4143a28c..6e0e99d7 100644 --- a/app/pages/components/revenue-chart.wrn +++ b/app/pages/components/revenue-chart.wrn @@ -10,10 +10,10 @@ page RevenueChartcomponent {
W WRNexusJS - +
-
visualization component

RevenueChart

Reusable revenue chart component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RevenueChart
+      
visualization component

RevenueChart

Reusable revenue chart component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RevenueChart
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page RevenueChartcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/rgb-color-input.wrn b/app/pages/components/rgb-color-input.wrn index a17c255c..ec11907c 100644 --- a/app/pages/components/rgb-color-input.wrn +++ b/app/pages/components/rgb-color-input.wrn @@ -10,10 +10,10 @@ page RgbColorInputcomponent {
W WRNexusJS - +
-
forms component

RgbColorInput

Reusable rgb color input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RgbColorInput
+      
forms component

RgbColorInput

Reusable rgb color input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RgbColorInput
   label="RgbColor"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page RgbColorInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/rich-text-editor.wrn b/app/pages/components/rich-text-editor.wrn index f7247965..5f39d4cb 100644 --- a/app/pages/components/rich-text-editor.wrn +++ b/app/pages/components/rich-text-editor.wrn @@ -10,10 +10,10 @@ page RichTextEditorcomponent {
W WRNexusJS - +
-
forms component

RichTextEditor

Reusable rich text editor component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RichTextEditor
+      
forms component

RichTextEditor

Reusable rich text editor component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RichTextEditor
   label="RichText"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page RichTextEditorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/rich-text-input.wrn b/app/pages/components/rich-text-input.wrn index d480b56b..d9fef5ea 100644 --- a/app/pages/components/rich-text-input.wrn +++ b/app/pages/components/rich-text-input.wrn @@ -10,10 +10,10 @@ page RichTextInputcomponent {
W WRNexusJS - +
-
forms component

RichTextInput

Reusable rich text input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RichTextInput
+      
forms component

RichTextInput

Reusable rich text input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RichTextInput
   label="RichText"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page RichTextInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/role-selector.wrn b/app/pages/components/role-selector.wrn index 2d4c30da..7f1ab546 100644 --- a/app/pages/components/role-selector.wrn +++ b/app/pages/components/role-selector.wrn @@ -10,10 +10,10 @@ page RoleSelectorcomponent {
W WRNexusJS - +
-
forms component

RoleSelector

Reusable role selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RoleSelector
+      
forms component

RoleSelector

Reusable role selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RoleSelector
   label="Role"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page RoleSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/rolling-date-range-picker.wrn b/app/pages/components/rolling-date-range-picker.wrn index f6f3363f..29715e91 100644 --- a/app/pages/components/rolling-date-range-picker.wrn +++ b/app/pages/components/rolling-date-range-picker.wrn @@ -10,10 +10,10 @@ page RollingDateRangePickercomponent {
W WRNexusJS - +
-
forms component

RollingDateRangePicker

Reusable rolling date range picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RollingDateRangePicker
+      
forms component

RollingDateRangePicker

Reusable rolling date range picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<RollingDateRangePicker
   label="RollingDateRange"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page RollingDateRangePickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/save-cookie-preferences-button.wrn b/app/pages/components/save-cookie-preferences-button.wrn index 2039ef41..d7d67048 100644 --- a/app/pages/components/save-cookie-preferences-button.wrn +++ b/app/pages/components/save-cookie-preferences-button.wrn @@ -10,10 +10,10 @@ page SaveCookiePreferencesButtoncomponent {
W WRNexusJS - +
-
actions component

SaveCookiePreferencesButton

Reusable save cookie preferences button component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SaveCookiePreferencesButton
+      
actions component

SaveCookiePreferencesButton

Reusable save cookie preferences button component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SaveCookiePreferencesButton
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page SaveCookiePreferencesButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/saved-filter-selector.wrn b/app/pages/components/saved-filter-selector.wrn index b6e6906e..ea0afcad 100644 --- a/app/pages/components/saved-filter-selector.wrn +++ b/app/pages/components/saved-filter-selector.wrn @@ -10,10 +10,10 @@ page SavedFilterSelectorcomponent {
W WRNexusJS - +
-
forms component

SavedFilterSelector

Reusable saved filter selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SavedFilterSelector
+      
forms component

SavedFilterSelector

Reusable saved filter selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SavedFilterSelector
   label="SavedFilter"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page SavedFilterSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/schedule-message-picker.wrn b/app/pages/components/schedule-message-picker.wrn index 4af53718..69c30709 100644 --- a/app/pages/components/schedule-message-picker.wrn +++ b/app/pages/components/schedule-message-picker.wrn @@ -10,10 +10,10 @@ page ScheduleMessagePickercomponent {
W WRNexusJS - +
-
forms component

ScheduleMessagePicker

Reusable schedule message picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ScheduleMessagePicker
+      
forms component

ScheduleMessagePicker

Reusable schedule message picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ScheduleMessagePicker
   label="ScheduleMessage"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ScheduleMessagePickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/schedule-picker.wrn b/app/pages/components/schedule-picker.wrn index 1e124f6d..fe487915 100644 --- a/app/pages/components/schedule-picker.wrn +++ b/app/pages/components/schedule-picker.wrn @@ -10,10 +10,10 @@ page SchedulePickercomponent {
W WRNexusJS - +
-
forms component

SchedulePicker

Reusable schedule picker component.

@wrnexus/ui 0.2.652 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SchedulePicker
+      
forms component

SchedulePicker

Reusable schedule picker component.

@wrnexus/ui 0.2.662 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SchedulePicker
   label="Schedule"
 />

Legacy mount name: data-component="SchedulePicker".

Props and attributes

PropTypeRequirementDefault
classstringOptional""
labelstringOptional"Schedule"

Slots

This component does not declare a slot.

Events

This component does not declare a custom event.

Source contract

Installed source: components/SchedulePicker.wrn

component SchedulePicker {
   props {
@@ -29,7 +29,7 @@ page SchedulePickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/scheduled-date-time-picker.wrn b/app/pages/components/scheduled-date-time-picker.wrn index ee31310a..dc87a3e4 100644 --- a/app/pages/components/scheduled-date-time-picker.wrn +++ b/app/pages/components/scheduled-date-time-picker.wrn @@ -10,10 +10,10 @@ page ScheduledDateTimePickercomponent {
W WRNexusJS - +
-
forms component

ScheduledDateTimePicker

Reusable scheduled date time picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ScheduledDateTimePicker
+      
forms component

ScheduledDateTimePicker

Reusable scheduled date time picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ScheduledDateTimePicker
   label="ScheduledDateTime"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ScheduledDateTimePickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/screenshot-frame.wrn b/app/pages/components/screenshot-frame.wrn index 058663d1..e736a82a 100644 --- a/app/pages/components/screenshot-frame.wrn +++ b/app/pages/components/screenshot-frame.wrn @@ -10,10 +10,10 @@ page ScreenshotFramecomponent {
W WRNexusJS - +
-
layout component

ScreenshotFrame

Reusable screenshot frame component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ScreenshotFrame
+      
layout component

ScreenshotFrame

Reusable screenshot frame component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ScreenshotFrame
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ScreenshotFramecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/scroll-area.wrn b/app/pages/components/scroll-area.wrn index 60dc01b5..0560b0a4 100644 --- a/app/pages/components/scroll-area.wrn +++ b/app/pages/components/scroll-area.wrn @@ -10,10 +10,10 @@ page ScrollAreacomponent {
W WRNexusJS - +
-
core component

ScrollArea

Reusable scroll area component.

@wrnexus/ui 0.2.651 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ScrollArea />

Legacy mount name: data-component="ScrollArea".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/ScrollArea.wrn

component ScrollArea {
+      
core component

ScrollArea

Reusable scroll area component.

@wrnexus/ui 0.2.661 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ScrollArea />

Legacy mount name: data-component="ScrollArea".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/ScrollArea.wrn

component ScrollArea {
   props {
     class = ""
   }
@@ -24,7 +24,7 @@ page ScrollAreacomponent {
     }
 }
 
- + } diff --git a/app/pages/components/sdk-language-selector.wrn b/app/pages/components/sdk-language-selector.wrn index fced836e..969eb764 100644 --- a/app/pages/components/sdk-language-selector.wrn +++ b/app/pages/components/sdk-language-selector.wrn @@ -10,10 +10,10 @@ page SdkLanguageSelectorcomponent {
W WRNexusJS - +
-
forms component

SdkLanguageSelector

Reusable sdk language selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SdkLanguageSelector
+      
forms component

SdkLanguageSelector

Reusable sdk language selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SdkLanguageSelector
   label="SdkLanguage"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page SdkLanguageSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/sdkcard.wrn b/app/pages/components/sdkcard.wrn index 6ab14e9d..9feaaf61 100644 --- a/app/pages/components/sdkcard.wrn +++ b/app/pages/components/sdkcard.wrn @@ -10,10 +10,10 @@ page SDKCardcomponent {
W WRNexusJS - +
-
content component

SDKCard

Reusable s d k card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SDKCard
+      
content component

SDKCard

Reusable s d k card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SDKCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page SDKCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/sdklanguage-tabs.wrn b/app/pages/components/sdklanguage-tabs.wrn index 8e37f669..51e218c1 100644 --- a/app/pages/components/sdklanguage-tabs.wrn +++ b/app/pages/components/sdklanguage-tabs.wrn @@ -10,10 +10,10 @@ page SDKLanguageTabscomponent {
W WRNexusJS - +
-
content component

SDKLanguageTabs

Reusable s d k language tabs component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SDKLanguageTabs
+      
content component

SDKLanguageTabs

Reusable s d k language tabs component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SDKLanguageTabs
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page SDKLanguageTabscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/sdktabs.wrn b/app/pages/components/sdktabs.wrn index e7078558..b2efbfff 100644 --- a/app/pages/components/sdktabs.wrn +++ b/app/pages/components/sdktabs.wrn @@ -10,10 +10,10 @@ page SDKTabscomponent {
W WRNexusJS - +
-
core component

SDKTabs

Reusable sdktabs component.

@wrnexus/ui 0.2.654 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SDKTabs
+      
core component

SDKTabs

Reusable sdktabs component.

@wrnexus/ui 0.2.664 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SDKTabs
   label="SDK languages"
   tabs="[]"
   defaultIndex="0"
@@ -35,7 +35,7 @@ page SDKTabscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/search-button.wrn b/app/pages/components/search-button.wrn index 1c64e59b..589a73d9 100644 --- a/app/pages/components/search-button.wrn +++ b/app/pages/components/search-button.wrn @@ -10,10 +10,10 @@ page SearchButtoncomponent {
W WRNexusJS - +
-
actions component

SearchButton

Reusable search button component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SearchButton
+      
actions component

SearchButton

Reusable search button component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SearchButton
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page SearchButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/search-category-tabs.wrn b/app/pages/components/search-category-tabs.wrn index 77ae4f09..2ffce559 100644 --- a/app/pages/components/search-category-tabs.wrn +++ b/app/pages/components/search-category-tabs.wrn @@ -10,10 +10,10 @@ page SearchCategoryTabscomponent {
W WRNexusJS - +
-
content component

SearchCategoryTabs

Reusable search category tabs component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SearchCategoryTabs
+      
content component

SearchCategoryTabs

Reusable search category tabs component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SearchCategoryTabs
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page SearchCategoryTabscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/search-dialog.wrn b/app/pages/components/search-dialog.wrn index 28df5b41..2eb3cdb8 100644 --- a/app/pages/components/search-dialog.wrn +++ b/app/pages/components/search-dialog.wrn @@ -10,10 +10,10 @@ page SearchDialogcomponent {
W WRNexusJS - +
-
overlays component

SearchDialog

Reusable search dialog component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SearchDialog
+      
overlays component

SearchDialog

Reusable search dialog component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SearchDialog
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page SearchDialogcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/search-empty-state.wrn b/app/pages/components/search-empty-state.wrn index 9b091f93..2043013e 100644 --- a/app/pages/components/search-empty-state.wrn +++ b/app/pages/components/search-empty-state.wrn @@ -10,10 +10,10 @@ page SearchEmptyStatecomponent {
W WRNexusJS - +
-
feedback component

SearchEmptyState

Reusable search empty state component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SearchEmptyState
+      
feedback component

SearchEmptyState

Reusable search empty state component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SearchEmptyState
   label="SearchEmpty"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page SearchEmptyStatecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/search-input.wrn b/app/pages/components/search-input.wrn index 5a030990..16122d80 100644 --- a/app/pages/components/search-input.wrn +++ b/app/pages/components/search-input.wrn @@ -10,10 +10,10 @@ page SearchInputcomponent {
W WRNexusJS - +
-
forms component

SearchInput

Reusable search input component.

@wrnexus/ui 0.2.6512 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SearchInput
+      
forms component

SearchInput

Reusable search input component.

@wrnexus/ui 0.2.6612 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SearchInput
   id="id"
   name="name"
   label="Search"
@@ -45,7 +45,7 @@ page SearchInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/search-loading-state.wrn b/app/pages/components/search-loading-state.wrn index a4a816c2..de4bcefe 100644 --- a/app/pages/components/search-loading-state.wrn +++ b/app/pages/components/search-loading-state.wrn @@ -10,10 +10,10 @@ page SearchLoadingStatecomponent {
W WRNexusJS - +
-
feedback component

SearchLoadingState

Reusable search loading state component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SearchLoadingState
+      
feedback component

SearchLoadingState

Reusable search loading state component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SearchLoadingState
   label="SearchLoading"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page SearchLoadingStatecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/search-result-item.wrn b/app/pages/components/search-result-item.wrn index fa512e33..ec6b0c4b 100644 --- a/app/pages/components/search-result-item.wrn +++ b/app/pages/components/search-result-item.wrn @@ -10,10 +10,10 @@ page SearchResultItemcomponent {
W WRNexusJS - +
-
content component

SearchResultItem

Reusable search result item component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SearchResultItem
+      
content component

SearchResultItem

Reusable search result item component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SearchResultItem
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page SearchResultItemcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/second-picker.wrn b/app/pages/components/second-picker.wrn index 0ef378da..3686b0f9 100644 --- a/app/pages/components/second-picker.wrn +++ b/app/pages/components/second-picker.wrn @@ -10,10 +10,10 @@ page SecondPickercomponent {
W WRNexusJS - +
-
forms component

SecondPicker

Reusable second picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecondPicker
+      
forms component

SecondPicker

Reusable second picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecondPicker
   label="Second"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page SecondPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/secondary-button.wrn b/app/pages/components/secondary-button.wrn index 63383882..40998064 100644 --- a/app/pages/components/secondary-button.wrn +++ b/app/pages/components/secondary-button.wrn @@ -10,10 +10,10 @@ page SecondaryButtoncomponent {
W WRNexusJS - +
-
actions component

SecondaryButton

Reusable secondary button component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecondaryButton
+      
actions component

SecondaryButton

Reusable secondary button component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecondaryButton
   label="Action"
   type="button"
   disabled="false"
@@ -30,7 +30,7 @@ page SecondaryButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/secret-display.wrn b/app/pages/components/secret-display.wrn index c04b7335..90be2004 100644 --- a/app/pages/components/secret-display.wrn +++ b/app/pages/components/secret-display.wrn @@ -10,10 +10,10 @@ page SecretDisplaycomponent {
W WRNexusJS - +
-
content component

SecretDisplay

Reusable secret display component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecretDisplay
+      
content component

SecretDisplay

Reusable secret display component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecretDisplay
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page SecretDisplaycomponent {
     }
 }
 
- + } diff --git a/app/pages/components/secret-input.wrn b/app/pages/components/secret-input.wrn index 5a04924f..e0d37cf3 100644 --- a/app/pages/components/secret-input.wrn +++ b/app/pages/components/secret-input.wrn @@ -10,10 +10,10 @@ page SecretInputcomponent {
W WRNexusJS - +
-
forms component

SecretInput

Reusable secret input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecretInput
+      
forms component

SecretInput

Reusable secret input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecretInput
   label="Secret"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page SecretInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/secret-reveal-dialog.wrn b/app/pages/components/secret-reveal-dialog.wrn index 56a64133..624a267c 100644 --- a/app/pages/components/secret-reveal-dialog.wrn +++ b/app/pages/components/secret-reveal-dialog.wrn @@ -10,10 +10,10 @@ page SecretRevealDialogcomponent {
W WRNexusJS - +
-
overlays component

SecretRevealDialog

Reusable secret reveal dialog component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecretRevealDialog
+      
overlays component

SecretRevealDialog

Reusable secret reveal dialog component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecretRevealDialog
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page SecretRevealDialogcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/section-actions.wrn b/app/pages/components/section-actions.wrn index cac5f89a..c30c2fa1 100644 --- a/app/pages/components/section-actions.wrn +++ b/app/pages/components/section-actions.wrn @@ -10,10 +10,10 @@ page SectionActionscomponent {
W WRNexusJS - +
-
actions component

SectionActions

Reusable section actions component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SectionActions
+      
actions component

SectionActions

Reusable section actions component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SectionActions
   label="Action"
   href="href"
   type="button"
@@ -35,7 +35,7 @@ page SectionActionscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/section-header.wrn b/app/pages/components/section-header.wrn index aa146020..dd034c81 100644 --- a/app/pages/components/section-header.wrn +++ b/app/pages/components/section-header.wrn @@ -10,10 +10,10 @@ page SectionHeadercomponent {
W WRNexusJS - +
-
layout component

SectionHeader

Reusable section header component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SectionHeader
+      
layout component

SectionHeader

Reusable section header component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SectionHeader
   eyebrow="eyebrow"
   title="Section title"
   description="description"
@@ -38,7 +38,7 @@ page SectionHeadercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/section-heading.wrn b/app/pages/components/section-heading.wrn index e06c0695..370c0760 100644 --- a/app/pages/components/section-heading.wrn +++ b/app/pages/components/section-heading.wrn @@ -10,10 +10,10 @@ page SectionHeadingcomponent {
W WRNexusJS - +
-
core component

SectionHeading

Reusable section heading component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SectionHeading
+      
core component

SectionHeading

Reusable section heading component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SectionHeading
   text="text"
   align="start"
 />

Legacy mount name: data-component="SectionHeading".

Props and attributes

PropTypeRequirementDefault
textstringOptional""
alignstringOptional"start"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/SectionHeading.wrn

component SectionHeading {
@@ -28,7 +28,7 @@ page SectionHeadingcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/section.wrn b/app/pages/components/section.wrn index d7ab0c34..65c765a8 100644 --- a/app/pages/components/section.wrn +++ b/app/pages/components/section.wrn @@ -10,10 +10,10 @@ page Sectioncomponent {
W WRNexusJS - +
-
layout component

Section

Reusable section component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Section
+      
layout component

Section

Reusable section component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Section
   id="id"
   size="default"
   surface="default"
@@ -31,7 +31,7 @@ page Sectioncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/security-alert.wrn b/app/pages/components/security-alert.wrn index 3158245c..2c9b2ce4 100644 --- a/app/pages/components/security-alert.wrn +++ b/app/pages/components/security-alert.wrn @@ -10,10 +10,10 @@ page SecurityAlertcomponent {
W WRNexusJS - +
-
feedback component

SecurityAlert

Reusable security alert component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecurityAlert
+      
feedback component

SecurityAlert

Reusable security alert component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecurityAlert
   label="Security"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page SecurityAlertcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/security-contact-card.wrn b/app/pages/components/security-contact-card.wrn index 0e1922f5..6d31bb7e 100644 --- a/app/pages/components/security-contact-card.wrn +++ b/app/pages/components/security-contact-card.wrn @@ -10,10 +10,10 @@ page SecurityContactCardcomponent {
W WRNexusJS - +
-
content component

SecurityContactCard

Reusable security contact card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecurityContactCard
+      
content component

SecurityContactCard

Reusable security contact card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecurityContactCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page SecurityContactCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/security-feature-card.wrn b/app/pages/components/security-feature-card.wrn index ec1b0a54..9a2e2569 100644 --- a/app/pages/components/security-feature-card.wrn +++ b/app/pages/components/security-feature-card.wrn @@ -10,10 +10,10 @@ page SecurityFeatureCardcomponent {
W WRNexusJS - +
-
content component

SecurityFeatureCard

Reusable security feature card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecurityFeatureCard
+      
content component

SecurityFeatureCard

Reusable security feature card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecurityFeatureCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page SecurityFeatureCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/security-hero.wrn b/app/pages/components/security-hero.wrn index 1cdead7c..6d04665b 100644 --- a/app/pages/components/security-hero.wrn +++ b/app/pages/components/security-hero.wrn @@ -10,10 +10,10 @@ page SecurityHerocomponent {
W WRNexusJS - +
-
layout component

SecurityHero

Reusable security hero component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecurityHero
+      
layout component

SecurityHero

Reusable security hero component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecurityHero
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page SecurityHerocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/security-pillar-grid.wrn b/app/pages/components/security-pillar-grid.wrn index 110518cf..9490bd3a 100644 --- a/app/pages/components/security-pillar-grid.wrn +++ b/app/pages/components/security-pillar-grid.wrn @@ -10,10 +10,10 @@ page SecurityPillarGridcomponent {
W WRNexusJS - +
-
data component

SecurityPillarGrid

Reusable security pillar grid component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecurityPillarGrid
+      
data component

SecurityPillarGrid

Reusable security pillar grid component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecurityPillarGrid
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page SecurityPillarGridcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/security-practice-list.wrn b/app/pages/components/security-practice-list.wrn index 9ab51cc0..4426d182 100644 --- a/app/pages/components/security-practice-list.wrn +++ b/app/pages/components/security-practice-list.wrn @@ -10,10 +10,10 @@ page SecurityPracticeListcomponent {
W WRNexusJS - +
-
data component

SecurityPracticeList

Reusable security practice list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecurityPracticeList
+      
data component

SecurityPracticeList

Reusable security practice list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecurityPracticeList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page SecurityPracticeListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/security-report-form.wrn b/app/pages/components/security-report-form.wrn index ee1eb39d..e4f5bafa 100644 --- a/app/pages/components/security-report-form.wrn +++ b/app/pages/components/security-report-form.wrn @@ -10,10 +10,10 @@ page SecurityReportFormcomponent {
W WRNexusJS - +
-
content component

SecurityReportForm

Reusable security report form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecurityReportForm
+      
content component

SecurityReportForm

Reusable security report form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SecurityReportForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page SecurityReportFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/select.wrn b/app/pages/components/select.wrn index a1bf84f5..843d5ca6 100644 --- a/app/pages/components/select.wrn +++ b/app/pages/components/select.wrn @@ -10,10 +10,10 @@ page Selectcomponent {
W WRNexusJS - +
-
core component

Select

Reusable select component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Select
+      
core component

Select

Reusable select component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Select
   id="id"
   name="name"
   label="Select"
@@ -43,7 +43,7 @@ page Selectcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/sender-id-input.wrn b/app/pages/components/sender-id-input.wrn index 92413544..61a9fb81 100644 --- a/app/pages/components/sender-id-input.wrn +++ b/app/pages/components/sender-id-input.wrn @@ -10,10 +10,10 @@ page SenderIdInputcomponent {
W WRNexusJS - +
-
forms component

SenderIdInput

Reusable sender id input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SenderIdInput
+      
forms component

SenderIdInput

Reusable sender id input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SenderIdInput
   label="SenderId"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page SenderIdInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/server-error-page.wrn b/app/pages/components/server-error-page.wrn index 39944d17..09976edd 100644 --- a/app/pages/components/server-error-page.wrn +++ b/app/pages/components/server-error-page.wrn @@ -10,10 +10,10 @@ page ServerErrorPagecomponent {
W WRNexusJS - +
-
content component

ServerErrorPage

Reusable server error page component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ServerErrorPage
+      
content component

ServerErrorPage

Reusable server error page component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ServerErrorPage
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ServerErrorPagecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/service-level-table.wrn b/app/pages/components/service-level-table.wrn index c27828e2..364ca5e0 100644 --- a/app/pages/components/service-level-table.wrn +++ b/app/pages/components/service-level-table.wrn @@ -10,10 +10,10 @@ page ServiceLevelTablecomponent {
W WRNexusJS - +
-
data component

ServiceLevelTable

Reusable service level table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ServiceLevelTable
+      
data component

ServiceLevelTable

Reusable service level table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ServiceLevelTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ServiceLevelTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/service-status-badge.wrn b/app/pages/components/service-status-badge.wrn index 106f7567..fbe56f9b 100644 --- a/app/pages/components/service-status-badge.wrn +++ b/app/pages/components/service-status-badge.wrn @@ -10,10 +10,10 @@ page ServiceStatusBadgecomponent {
W WRNexusJS - +
-
feedback component

ServiceStatusBadge

Reusable service status badge component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ServiceStatusBadge
+      
feedback component

ServiceStatusBadge

Reusable service status badge component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ServiceStatusBadge
   label="ServiceStatus"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page ServiceStatusBadgecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/service-status-list.wrn b/app/pages/components/service-status-list.wrn index 72d756ba..a519e048 100644 --- a/app/pages/components/service-status-list.wrn +++ b/app/pages/components/service-status-list.wrn @@ -10,10 +10,10 @@ page ServiceStatusListcomponent {
W WRNexusJS - +
-
data component

ServiceStatusList

Reusable service status list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ServiceStatusList
+      
data component

ServiceStatusList

Reusable service status list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ServiceStatusList
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ServiceStatusListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/service-status-row.wrn b/app/pages/components/service-status-row.wrn index a8e5d8a5..211b5b86 100644 --- a/app/pages/components/service-status-row.wrn +++ b/app/pages/components/service-status-row.wrn @@ -10,10 +10,10 @@ page ServiceStatusRowcomponent {
W WRNexusJS - +
-
data component

ServiceStatusRow

Reusable service status row component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ServiceStatusRow
+      
data component

ServiceStatusRow

Reusable service status row component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ServiceStatusRow
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ServiceStatusRowcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/session-card.wrn b/app/pages/components/session-card.wrn index e6ec271f..b43e6e4f 100644 --- a/app/pages/components/session-card.wrn +++ b/app/pages/components/session-card.wrn @@ -10,10 +10,10 @@ page SessionCardcomponent {
W WRNexusJS - +
-
content component

SessionCard

Reusable session card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SessionCard
+      
content component

SessionCard

Reusable session card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SessionCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page SessionCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/session-expired-dialog.wrn b/app/pages/components/session-expired-dialog.wrn index b75e84bf..b7b25ff1 100644 --- a/app/pages/components/session-expired-dialog.wrn +++ b/app/pages/components/session-expired-dialog.wrn @@ -10,10 +10,10 @@ page SessionExpiredDialogcomponent {
W WRNexusJS - +
-
overlays component

SessionExpiredDialog

Reusable session expired dialog component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SessionExpiredDialog
+      
overlays component

SessionExpiredDialog

Reusable session expired dialog component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SessionExpiredDialog
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page SessionExpiredDialogcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/setup-checklist.wrn b/app/pages/components/setup-checklist.wrn index aa2ee529..0dbd8252 100644 --- a/app/pages/components/setup-checklist.wrn +++ b/app/pages/components/setup-checklist.wrn @@ -10,10 +10,10 @@ page SetupChecklistcomponent {
W WRNexusJS - +
-
content component

SetupChecklist

Reusable setup checklist component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SetupChecklist
+      
content component

SetupChecklist

Reusable setup checklist component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SetupChecklist
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page SetupChecklistcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/severity-selector.wrn b/app/pages/components/severity-selector.wrn index 63bfa4d4..5adad20d 100644 --- a/app/pages/components/severity-selector.wrn +++ b/app/pages/components/severity-selector.wrn @@ -10,10 +10,10 @@ page SeveritySelectorcomponent {
W WRNexusJS - +
-
forms component

SeveritySelector

Reusable severity selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SeveritySelector
+      
forms component

SeveritySelector

Reusable severity selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SeveritySelector
   label="Severity"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page SeveritySelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/shadow-picker.wrn b/app/pages/components/shadow-picker.wrn index 8a2dc62d..cf9c2668 100644 --- a/app/pages/components/shadow-picker.wrn +++ b/app/pages/components/shadow-picker.wrn @@ -10,10 +10,10 @@ page ShadowPickercomponent {
W WRNexusJS - +
-
forms component

ShadowPicker

Reusable shadow picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ShadowPicker
+      
forms component

ShadowPicker

Reusable shadow picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ShadowPicker
   label="Shadow"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ShadowPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/share-action.wrn b/app/pages/components/share-action.wrn index cf067a16..c3e28300 100644 --- a/app/pages/components/share-action.wrn +++ b/app/pages/components/share-action.wrn @@ -10,10 +10,10 @@ page ShareActioncomponent {
W WRNexusJS - +
-
actions component

ShareAction

Reusable share action component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ShareAction
+      
actions component

ShareAction

Reusable share action component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ShareAction
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page ShareActioncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/share-button.wrn b/app/pages/components/share-button.wrn index 11250a85..671e1952 100644 --- a/app/pages/components/share-button.wrn +++ b/app/pages/components/share-button.wrn @@ -10,10 +10,10 @@ page ShareButtoncomponent {
W WRNexusJS - +
-
actions component

ShareButton

Reusable share button component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ShareButton
+      
actions component

ShareButton

Reusable share button component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ShareButton
   label="Action"
   type="button"
   disabled="false"
@@ -30,7 +30,7 @@ page ShareButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/side-panel.wrn b/app/pages/components/side-panel.wrn index 380ef72c..7b817e01 100644 --- a/app/pages/components/side-panel.wrn +++ b/app/pages/components/side-panel.wrn @@ -10,10 +10,10 @@ page SidePanelcomponent {
W WRNexusJS - +
-
layout component

SidePanel

Reusable side panel component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SidePanel
+      
layout component

SidePanel

Reusable side panel component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SidePanel
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page SidePanelcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/sidebar-layout.wrn b/app/pages/components/sidebar-layout.wrn index 0f8b250e..033572ac 100644 --- a/app/pages/components/sidebar-layout.wrn +++ b/app/pages/components/sidebar-layout.wrn @@ -10,10 +10,10 @@ page SidebarLayoutcomponent {
W WRNexusJS - +
-
layout component

SidebarLayout

Reusable sidebar layout component.

@wrnexus/ui 0.2.651 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SidebarLayout />

Legacy mount name: data-component="SidebarLayout".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/SidebarLayout.wrn

component SidebarLayout {
+      
layout component

SidebarLayout

Reusable sidebar layout component.

@wrnexus/ui 0.2.661 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SidebarLayout />

Legacy mount name: data-component="SidebarLayout".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/SidebarLayout.wrn

component SidebarLayout {
   props {
     class = ""
   }
@@ -24,7 +24,7 @@ page SidebarLayoutcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/sign-in-form.wrn b/app/pages/components/sign-in-form.wrn index 48e90a3d..edc3f4ac 100644 --- a/app/pages/components/sign-in-form.wrn +++ b/app/pages/components/sign-in-form.wrn @@ -10,10 +10,10 @@ page SignInFormcomponent {
W WRNexusJS - +
-
content component

SignInForm

Reusable sign in form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SignInForm
+      
content component

SignInForm

Reusable sign in form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SignInForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page SignInFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/sign-in-link.wrn b/app/pages/components/sign-in-link.wrn index 95b260cc..9a95688e 100644 --- a/app/pages/components/sign-in-link.wrn +++ b/app/pages/components/sign-in-link.wrn @@ -10,10 +10,10 @@ page SignInLinkcomponent {
W WRNexusJS - +
-
actions component

SignInLink

Reusable sign in link component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SignInLink
+      
actions component

SignInLink

Reusable sign in link component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SignInLink
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page SignInLinkcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/sign-up-form.wrn b/app/pages/components/sign-up-form.wrn index 4bce4787..cc71ce9b 100644 --- a/app/pages/components/sign-up-form.wrn +++ b/app/pages/components/sign-up-form.wrn @@ -10,10 +10,10 @@ page SignUpFormcomponent {
W WRNexusJS - +
-
content component

SignUpForm

Reusable sign up form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SignUpForm
+      
content component

SignUpForm

Reusable sign up form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SignUpForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page SignUpFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/site-search.wrn b/app/pages/components/site-search.wrn index 24a08881..f72e08e9 100644 --- a/app/pages/components/site-search.wrn +++ b/app/pages/components/site-search.wrn @@ -10,10 +10,10 @@ page SiteSearchcomponent {
W WRNexusJS - +
-
content component

SiteSearch

Reusable site search component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SiteSearch
+      
content component

SiteSearch

Reusable site search component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SiteSearch
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page SiteSearchcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/skeleton.wrn b/app/pages/components/skeleton.wrn index 8b134d09..f98c0e2c 100644 --- a/app/pages/components/skeleton.wrn +++ b/app/pages/components/skeleton.wrn @@ -10,10 +10,10 @@ page Skeletoncomponent {
W WRNexusJS - +
-
feedback component

Skeleton

Reusable skeleton component.

@wrnexus/ui 0.2.653 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Skeleton
+      
feedback component

Skeleton

Reusable skeleton component.

@wrnexus/ui 0.2.663 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Skeleton
   height="4"
   rounded="lg"
 />

Legacy mount name: data-component="Skeleton".

Props and attributes

PropTypeRequirementDefault
heightstringOptional"4"
roundedstringOptional"lg"
classNamestringOptional""

Slots

This component does not declare a slot.

Events

This component does not declare a custom event.

Source contract

Installed source: components/Skeleton.wrn

component Skeleton {
@@ -28,7 +28,7 @@ page Skeletoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/skip-link.wrn b/app/pages/components/skip-link.wrn index 6a41baa7..83a1391a 100644 --- a/app/pages/components/skip-link.wrn +++ b/app/pages/components/skip-link.wrn @@ -10,10 +10,10 @@ page SkipLinkcomponent {
W WRNexusJS - +
-
actions component

SkipLink

Reusable skip link component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SkipLink
+      
actions component

SkipLink

Reusable skip link component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SkipLink
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page SkipLinkcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/sla-table.wrn b/app/pages/components/sla-table.wrn index 7bdb25c3..1575d9b0 100644 --- a/app/pages/components/sla-table.wrn +++ b/app/pages/components/sla-table.wrn @@ -10,10 +10,10 @@ page SlaTablecomponent {
W WRNexusJS - +
-
data component

SlaTable

Reusable sla table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SlaTable
+      
data component

SlaTable

Reusable sla table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SlaTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page SlaTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/slider.wrn b/app/pages/components/slider.wrn index a0bc3e4c..2901562d 100644 --- a/app/pages/components/slider.wrn +++ b/app/pages/components/slider.wrn @@ -10,10 +10,10 @@ page Slidercomponent {
W WRNexusJS - +
-
content component

Slider

Reusable slider component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Slider
+      
content component

Slider

Reusable slider component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Slider
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page Slidercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/slug-input.wrn b/app/pages/components/slug-input.wrn index cd739c0a..8773b09c 100644 --- a/app/pages/components/slug-input.wrn +++ b/app/pages/components/slug-input.wrn @@ -10,10 +10,10 @@ page SlugInputcomponent {
W WRNexusJS - +
-
forms component

SlugInput

Reusable slug input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SlugInput
+      
forms component

SlugInput

Reusable slug input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SlugInput
   label="Slug"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page SlugInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/small-text.wrn b/app/pages/components/small-text.wrn index a4ab8016..069ad850 100644 --- a/app/pages/components/small-text.wrn +++ b/app/pages/components/small-text.wrn @@ -10,10 +10,10 @@ page SmallTextcomponent {
W WRNexusJS - +
-
content component

SmallText

Reusable small text component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SmallText
+      
content component

SmallText

Reusable small text component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SmallText
   text="text"
   align="start"
 />

Legacy mount name: data-component="SmallText".

Props and attributes

PropTypeRequirementDefault
textstringOptional""
alignstringOptional"start"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/SmallText.wrn

component SmallText {
@@ -28,7 +28,7 @@ page SmallTextcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/smart-route-diagram.wrn b/app/pages/components/smart-route-diagram.wrn index d04a6ff1..d596da71 100644 --- a/app/pages/components/smart-route-diagram.wrn +++ b/app/pages/components/smart-route-diagram.wrn @@ -10,10 +10,10 @@ page SmartRouteDiagramcomponent {
W WRNexusJS - +
-
visualization component

SmartRouteDiagram

Reusable smart route diagram component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SmartRouteDiagram
+      
visualization component

SmartRouteDiagram

Reusable smart route diagram component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SmartRouteDiagram
   title="title"
   value="value"
   description="description"
@@ -37,7 +37,7 @@ page SmartRouteDiagramcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/sms-composer.wrn b/app/pages/components/sms-composer.wrn index 549f2513..f4387e59 100644 --- a/app/pages/components/sms-composer.wrn +++ b/app/pages/components/sms-composer.wrn @@ -10,10 +10,10 @@ page SmsComposercomponent {
W WRNexusJS - +
-
content component

SmsComposer

Reusable sms composer component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SmsComposer
+      
content component

SmsComposer

Reusable sms composer component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SmsComposer
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page SmsComposercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/sms-message-editor.wrn b/app/pages/components/sms-message-editor.wrn index fc172dea..30fa82ec 100644 --- a/app/pages/components/sms-message-editor.wrn +++ b/app/pages/components/sms-message-editor.wrn @@ -10,10 +10,10 @@ page SmsMessageEditorcomponent {
W WRNexusJS - +
-
forms component

SmsMessageEditor

Reusable sms message editor component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SmsMessageEditor
+      
forms component

SmsMessageEditor

Reusable sms message editor component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SmsMessageEditor
   label="SmsMessage"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page SmsMessageEditorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/sms-segment-counter.wrn b/app/pages/components/sms-segment-counter.wrn index 5973416c..4c827679 100644 --- a/app/pages/components/sms-segment-counter.wrn +++ b/app/pages/components/sms-segment-counter.wrn @@ -10,10 +10,10 @@ page SmsSegmentCountercomponent {
W WRNexusJS - +
-
feedback component

SmsSegmentCounter

Reusable sms segment counter component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SmsSegmentCounter
+      
feedback component

SmsSegmentCounter

Reusable sms segment counter component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SmsSegmentCounter
   label="SmsSegment"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page SmsSegmentCountercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/social-share.wrn b/app/pages/components/social-share.wrn index 30ed9102..f173c095 100644 --- a/app/pages/components/social-share.wrn +++ b/app/pages/components/social-share.wrn @@ -10,10 +10,10 @@ page SocialSharecomponent {
W WRNexusJS - +
-
core component

SocialShare

Reusable social share component.

@wrnexus/ui 0.2.6510 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SocialShare
+      
core component

SocialShare

Reusable social share component.

@wrnexus/ui 0.2.6610 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SocialShare
   title="Share this page"
   description="description"
   url="url"
@@ -160,7 +160,7 @@ page SocialSharecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/solution-hero.wrn b/app/pages/components/solution-hero.wrn index 284d30df..26b9cb43 100644 --- a/app/pages/components/solution-hero.wrn +++ b/app/pages/components/solution-hero.wrn @@ -10,10 +10,10 @@ page SolutionHerocomponent {
W WRNexusJS - +
-
layout component

SolutionHero

Reusable solution hero component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SolutionHero
+      
layout component

SolutionHero

Reusable solution hero component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SolutionHero
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page SolutionHerocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/solution-page-shell.wrn b/app/pages/components/solution-page-shell.wrn index c32a5aca..83df3169 100644 --- a/app/pages/components/solution-page-shell.wrn +++ b/app/pages/components/solution-page-shell.wrn @@ -10,10 +10,10 @@ page SolutionPageShellcomponent {
W WRNexusJS - +
-
layout component

SolutionPageShell

Reusable solution page shell component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SolutionPageShell
+      
layout component

SolutionPageShell

Reusable solution page shell component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SolutionPageShell
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page SolutionPageShellcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/solution-section.wrn b/app/pages/components/solution-section.wrn index cfb0d54c..c91e1b22 100644 --- a/app/pages/components/solution-section.wrn +++ b/app/pages/components/solution-section.wrn @@ -10,10 +10,10 @@ page SolutionSectioncomponent {
W WRNexusJS - +
-
layout component

SolutionSection

Reusable solution section component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SolutionSection
+      
layout component

SolutionSection

Reusable solution section component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SolutionSection
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page SolutionSectioncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/solutions-mega-menu.wrn b/app/pages/components/solutions-mega-menu.wrn index 430b2eb2..85b9e5cd 100644 --- a/app/pages/components/solutions-mega-menu.wrn +++ b/app/pages/components/solutions-mega-menu.wrn @@ -10,10 +10,10 @@ page SolutionsMegaMenucomponent {
W WRNexusJS - +
-
overlays component

SolutionsMegaMenu

Reusable solutions mega menu component.

@wrnexus/ui 0.2.651 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SolutionsMegaMenu />

Legacy mount name: data-component="SolutionsMegaMenu".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

This component does not declare a slot.

Events

This component does not declare a custom event.

Source contract

Installed source: components/SolutionsMegaMenu.wrn

component SolutionsMegaMenu {
+      
overlays component

SolutionsMegaMenu

Reusable solutions mega menu component.

@wrnexus/ui 0.2.661 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SolutionsMegaMenu />

Legacy mount name: data-component="SolutionsMegaMenu".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

This component does not declare a slot.

Events

This component does not declare a custom event.

Source contract

Installed source: components/SolutionsMegaMenu.wrn

component SolutionsMegaMenu {
     props {
         class: string = ""
     }
@@ -358,7 +358,7 @@ page SolutionsMegaMenucomponent {
     }
 }
 
- + } diff --git a/app/pages/components/sortable-table.wrn b/app/pages/components/sortable-table.wrn index 089ccf15..1dbf87fb 100644 --- a/app/pages/components/sortable-table.wrn +++ b/app/pages/components/sortable-table.wrn @@ -10,10 +10,10 @@ page SortableTablecomponent {
W WRNexusJS - +
-
data component

SortableTable

Reusable sortable table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SortableTable
+      
data component

SortableTable

Reusable sortable table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SortableTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page SortableTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/spacer.wrn b/app/pages/components/spacer.wrn index 5cb22174..6e23900e 100644 --- a/app/pages/components/spacer.wrn +++ b/app/pages/components/spacer.wrn @@ -10,10 +10,10 @@ page spacercomponent {
W WRNexusJS - +
-
core component

spacer

Reusable spacer component.

@wrnexus/ui 0.2.651 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<spacer />

Legacy mount name: data-component="spacer".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

This component does not declare a slot.

Events

This component does not declare a custom event.

Source contract

Installed source: components/spacer.wrn

// Flexible spacer: grows to push siblings apart inside a flex row/column.
+      
core component

spacer

Reusable spacer component.

@wrnexus/ui 0.2.661 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<spacer />

Legacy mount name: data-component="spacer".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

This component does not declare a slot.

Events

This component does not declare a custom event.

Source contract

Installed source: components/spacer.wrn

// Flexible spacer: grows to push siblings apart inside a flex row/column.
 component Spacer {
   props {
     class = ""
@@ -24,7 +24,7 @@ component Spacer {
     }
 }
 
- + } diff --git a/app/pages/components/spinner.wrn b/app/pages/components/spinner.wrn index a4a4d5dd..3cc61f76 100644 --- a/app/pages/components/spinner.wrn +++ b/app/pages/components/spinner.wrn @@ -10,10 +10,10 @@ page Spinnercomponent {
W WRNexusJS - +
-
core component

Spinner

Reusable spinner component.

@wrnexus/ui 0.2.653 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Spinner
+      
core component

Spinner

Reusable spinner component.

@wrnexus/ui 0.2.663 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Spinner
   label="Loading"
   size="md"
 />

Legacy mount name: data-component="Spinner".

Props and attributes

PropTypeRequirementDefault
classstringOptional""
labelstringOptional"Loading"
sizestringOptional"md"

Slots

This component does not declare a slot.

Events

This component does not declare a custom event.

Source contract

Installed source: components/Spinner.wrn

component Spinner {
@@ -28,7 +28,7 @@ page Spinnercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/split-button.wrn b/app/pages/components/split-button.wrn index 23a9ce23..bd95bf94 100644 --- a/app/pages/components/split-button.wrn +++ b/app/pages/components/split-button.wrn @@ -10,10 +10,10 @@ page SplitButtoncomponent {
W WRNexusJS - +
-
actions component

SplitButton

Reusable split button component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SplitButton
+      
actions component

SplitButton

Reusable split button component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SplitButton
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page SplitButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/split-cta.wrn b/app/pages/components/split-cta.wrn index 1f45e8ae..4157b175 100644 --- a/app/pages/components/split-cta.wrn +++ b/app/pages/components/split-cta.wrn @@ -10,10 +10,10 @@ page SplitCTAcomponent {
W WRNexusJS - +
-
actions component

SplitCTA

Reusable split c t a component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SplitCTA
+      
actions component

SplitCTA

Reusable split c t a component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SplitCTA
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page SplitCTAcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/split-hero.wrn b/app/pages/components/split-hero.wrn index 5e1cc3dc..baa7722c 100644 --- a/app/pages/components/split-hero.wrn +++ b/app/pages/components/split-hero.wrn @@ -10,10 +10,10 @@ page SplitHerocomponent {
W WRNexusJS - +
-
layout component

SplitHero

Reusable split hero component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SplitHero
+      
layout component

SplitHero

Reusable split hero component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SplitHero
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page SplitHerocomponent {
     }
 }
 
- + } diff --git a/app/pages/components/split-layout.wrn b/app/pages/components/split-layout.wrn index ed2982ad..ff049cd2 100644 --- a/app/pages/components/split-layout.wrn +++ b/app/pages/components/split-layout.wrn @@ -10,10 +10,10 @@ page SplitLayoutcomponent {
W WRNexusJS - +
-
layout component

SplitLayout

Reusable split layout component.

@wrnexus/ui 0.2.651 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SplitLayout />

Legacy mount name: data-component="SplitLayout".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/SplitLayout.wrn

component SplitLayout {
+      
layout component

SplitLayout

Reusable split layout component.

@wrnexus/ui 0.2.661 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SplitLayout />

Legacy mount name: data-component="SplitLayout".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/SplitLayout.wrn

component SplitLayout {
   props {
     class = ""
   }
@@ -24,7 +24,7 @@ page SplitLayoutcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/split-section-header.wrn b/app/pages/components/split-section-header.wrn index 9cc8ed68..f2f755eb 100644 --- a/app/pages/components/split-section-header.wrn +++ b/app/pages/components/split-section-header.wrn @@ -10,10 +10,10 @@ page SplitSectionHeadercomponent {
W WRNexusJS - +
-
layout component

SplitSectionHeader

Reusable split section header component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SplitSectionHeader
+      
layout component

SplitSectionHeader

Reusable split section header component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SplitSectionHeader
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page SplitSectionHeadercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/stack.wrn b/app/pages/components/stack.wrn index d39a494c..13364f70 100644 --- a/app/pages/components/stack.wrn +++ b/app/pages/components/stack.wrn @@ -10,10 +10,10 @@ page Stackcomponent {
W WRNexusJS - +
-
core component

Stack

Reusable stack component.

@wrnexus/ui 0.2.652 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Stack
+      
core component

Stack

Reusable stack component.

@wrnexus/ui 0.2.662 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Stack
   gap="4"
 />

Legacy mount name: data-component="Stack".

Props and attributes

PropTypeRequirementDefault
gapstringOptional"4"
classNamestringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Stack.wrn

component Stack {
   props {
@@ -27,7 +27,7 @@ page Stackcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/start-free-button.wrn b/app/pages/components/start-free-button.wrn index 1694648c..af72eb61 100644 --- a/app/pages/components/start-free-button.wrn +++ b/app/pages/components/start-free-button.wrn @@ -10,10 +10,10 @@ page StartFreeButtoncomponent {
W WRNexusJS - +
-
actions component

StartFreeButton

Reusable start free button component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StartFreeButton
+      
actions component

StartFreeButton

Reusable start free button component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StartFreeButton
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page StartFreeButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/stat-card.wrn b/app/pages/components/stat-card.wrn index 147feefd..cc1ee93c 100644 --- a/app/pages/components/stat-card.wrn +++ b/app/pages/components/stat-card.wrn @@ -10,10 +10,10 @@ page StatCardcomponent {
W WRNexusJS - +
-
content component

StatCard

Reusable stat card component.

@wrnexus/ui 0.2.655 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StatCard
+      
content component

StatCard

Reusable stat card component.

@wrnexus/ui 0.2.665 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StatCard
   label="Metric"
   value="0"
   change="change"
@@ -37,7 +37,7 @@ page StatCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/state-selector.wrn b/app/pages/components/state-selector.wrn index 366a0827..33ccd2f4 100644 --- a/app/pages/components/state-selector.wrn +++ b/app/pages/components/state-selector.wrn @@ -10,10 +10,10 @@ page StateSelectorcomponent {
W WRNexusJS - +
-
forms component

StateSelector

Reusable state selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StateSelector
+      
forms component

StateSelector

Reusable state selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StateSelector
   label="State"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page StateSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/status-badge.wrn b/app/pages/components/status-badge.wrn index 941f772f..e317585b 100644 --- a/app/pages/components/status-badge.wrn +++ b/app/pages/components/status-badge.wrn @@ -10,10 +10,10 @@ page StatusBadgecomponent {
W WRNexusJS - +
-
feedback component

StatusBadge

Reusable status badge component.

@wrnexus/ui 0.2.652 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StatusBadge
+      
feedback component

StatusBadge

Reusable status badge component.

@wrnexus/ui 0.2.662 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StatusBadge
   status="operational"
 />

Legacy mount name: data-component="StatusBadge".

Props and attributes

PropTypeRequirementDefault
classstringOptional""
statusstringOptional"operational"

Slots

This component does not declare a slot.

Events

This component does not declare a custom event.

Source contract

Installed source: components/StatusBadge.wrn

component StatusBadge {
   props {
@@ -27,7 +27,7 @@ page StatusBadgecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/status-banner.wrn b/app/pages/components/status-banner.wrn index fc1723db..deac275f 100644 --- a/app/pages/components/status-banner.wrn +++ b/app/pages/components/status-banner.wrn @@ -10,10 +10,10 @@ page StatusBannercomponent {
W WRNexusJS - +
-
core component

StatusBanner

Reusable status banner component.

@wrnexus/ui 0.2.659 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StatusBanner
+      
core component

StatusBanner

Reusable status banner component.

@wrnexus/ui 0.2.669 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StatusBanner
   type="info"
   title="title"
   description="description"
@@ -141,7 +141,7 @@ page StatusBannercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/status-page-shell.wrn b/app/pages/components/status-page-shell.wrn index d373179f..f6cd59b6 100644 --- a/app/pages/components/status-page-shell.wrn +++ b/app/pages/components/status-page-shell.wrn @@ -10,10 +10,10 @@ page StatusPageShellcomponent {
W WRNexusJS - +
-
layout component

StatusPageShell

Reusable status page shell component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StatusPageShell
+      
layout component

StatusPageShell

Reusable status page shell component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StatusPageShell
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page StatusPageShellcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/status-selector.wrn b/app/pages/components/status-selector.wrn index dc564887..c472535e 100644 --- a/app/pages/components/status-selector.wrn +++ b/app/pages/components/status-selector.wrn @@ -10,10 +10,10 @@ page StatusSelectorcomponent {
W WRNexusJS - +
-
forms component

StatusSelector

Reusable status selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StatusSelector
+      
forms component

StatusSelector

Reusable status selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StatusSelector
   label="Status"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page StatusSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/status-subscribe-form.wrn b/app/pages/components/status-subscribe-form.wrn index d330c38e..6be9ff11 100644 --- a/app/pages/components/status-subscribe-form.wrn +++ b/app/pages/components/status-subscribe-form.wrn @@ -10,10 +10,10 @@ page StatusSubscribeFormcomponent {
W WRNexusJS - +
-
content component

StatusSubscribeForm

Reusable status subscribe form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StatusSubscribeForm
+      
content component

StatusSubscribeForm

Reusable status subscribe form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StatusSubscribeForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page StatusSubscribeFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/status-table.wrn b/app/pages/components/status-table.wrn index 26f68b63..2655cab5 100644 --- a/app/pages/components/status-table.wrn +++ b/app/pages/components/status-table.wrn @@ -10,10 +10,10 @@ page StatusTablecomponent {
W WRNexusJS - +
-
data component

StatusTable

Reusable status table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StatusTable
+      
data component

StatusTable

Reusable status table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StatusTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page StatusTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/step-navigation.wrn b/app/pages/components/step-navigation.wrn index 6fb6e79f..24761533 100644 --- a/app/pages/components/step-navigation.wrn +++ b/app/pages/components/step-navigation.wrn @@ -10,10 +10,10 @@ page StepNavigationcomponent {
W WRNexusJS - +
-
layout component

StepNavigation

Reusable step navigation component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StepNavigation
+      
layout component

StepNavigation

Reusable step navigation component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StepNavigation
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page StepNavigationcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/step-up-authentication-dialog.wrn b/app/pages/components/step-up-authentication-dialog.wrn index 23565a0e..837fa504 100644 --- a/app/pages/components/step-up-authentication-dialog.wrn +++ b/app/pages/components/step-up-authentication-dialog.wrn @@ -10,10 +10,10 @@ page StepUpAuthenticationDialogcomponent {
W WRNexusJS - +
-
overlays component

StepUpAuthenticationDialog

Reusable step up authentication dialog component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StepUpAuthenticationDialog
+      
overlays component

StepUpAuthenticationDialog

Reusable step up authentication dialog component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StepUpAuthenticationDialog
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page StepUpAuthenticationDialogcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/stepper-input.wrn b/app/pages/components/stepper-input.wrn index a35a4efa..c5d99a8d 100644 --- a/app/pages/components/stepper-input.wrn +++ b/app/pages/components/stepper-input.wrn @@ -10,10 +10,10 @@ page StepperInputcomponent {
W WRNexusJS - +
-
forms component

StepperInput

Reusable stepper input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StepperInput
+      
forms component

StepperInput

Reusable stepper input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StepperInput
   label="Stepper"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page StepperInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/stepper.wrn b/app/pages/components/stepper.wrn index dc4278f2..b6b33cca 100644 --- a/app/pages/components/stepper.wrn +++ b/app/pages/components/stepper.wrn @@ -10,10 +10,10 @@ page Steppercomponent {
W WRNexusJS - +
-
content component

Stepper

Reusable stepper component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Stepper
+      
content component

Stepper

Reusable stepper component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Stepper
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page Steppercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/sticker-picker.wrn b/app/pages/components/sticker-picker.wrn index bb69f28f..6dd1ba02 100644 --- a/app/pages/components/sticker-picker.wrn +++ b/app/pages/components/sticker-picker.wrn @@ -10,10 +10,10 @@ page StickerPickercomponent {
W WRNexusJS - +
-
forms component

StickerPicker

Reusable sticker picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StickerPicker
+      
forms component

StickerPicker

Reusable sticker picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StickerPicker
   label="Sticker"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page StickerPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/sticky-layout.wrn b/app/pages/components/sticky-layout.wrn index 057963db..d52de2c4 100644 --- a/app/pages/components/sticky-layout.wrn +++ b/app/pages/components/sticky-layout.wrn @@ -10,10 +10,10 @@ page StickyLayoutcomponent {
W WRNexusJS - +
-
layout component

StickyLayout

Reusable sticky layout component.

@wrnexus/ui 0.2.651 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StickyLayout />

Legacy mount name: data-component="StickyLayout".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/StickyLayout.wrn

component StickyLayout {
+      
layout component

StickyLayout

Reusable sticky layout component.

@wrnexus/ui 0.2.661 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StickyLayout />

Legacy mount name: data-component="StickyLayout".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/StickyLayout.wrn

component StickyLayout {
   props {
     class = ""
   }
@@ -24,7 +24,7 @@ page StickyLayoutcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/sticky.wrn b/app/pages/components/sticky.wrn index dc9202d5..af40c0b8 100644 --- a/app/pages/components/sticky.wrn +++ b/app/pages/components/sticky.wrn @@ -10,10 +10,10 @@ page Stickycomponent {
W WRNexusJS - +
-
core component

Sticky

Reusable sticky component.

@wrnexus/ui 0.2.651 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Sticky />

Legacy mount name: data-component="Sticky".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Sticky.wrn

component Sticky {
+      
core component

Sticky

Reusable sticky component.

@wrnexus/ui 0.2.661 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Sticky />

Legacy mount name: data-component="Sticky".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Sticky.wrn

component Sticky {
   props {
     class = ""
   }
@@ -24,7 +24,7 @@ page Stickycomponent {
     }
 }
 
- + } diff --git a/app/pages/components/street-address-input.wrn b/app/pages/components/street-address-input.wrn index 89e79a10..904e9210 100644 --- a/app/pages/components/street-address-input.wrn +++ b/app/pages/components/street-address-input.wrn @@ -10,10 +10,10 @@ page StreetAddressInputcomponent {
W WRNexusJS - +
-
forms component

StreetAddressInput

Reusable street address input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StreetAddressInput
+      
forms component

StreetAddressInput

Reusable street address input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<StreetAddressInput
   label="StreetAddress"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page StreetAddressInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/subdomain-input.wrn b/app/pages/components/subdomain-input.wrn index bca5d0fc..511fa330 100644 --- a/app/pages/components/subdomain-input.wrn +++ b/app/pages/components/subdomain-input.wrn @@ -10,10 +10,10 @@ page SubdomainInputcomponent {
W WRNexusJS - +
-
forms component

SubdomainInput

Reusable subdomain input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SubdomainInput
+      
forms component

SubdomainInput

Reusable subdomain input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SubdomainInput
   label="Subdomain"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page SubdomainInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/subject-input.wrn b/app/pages/components/subject-input.wrn index 3eff8eb1..4ef462b8 100644 --- a/app/pages/components/subject-input.wrn +++ b/app/pages/components/subject-input.wrn @@ -10,10 +10,10 @@ page SubjectInputcomponent {
W WRNexusJS - +
-
forms component

SubjectInput

Reusable subject input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SubjectInput
+      
forms component

SubjectInput

Reusable subject input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SubjectInput
   label="Subject"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page SubjectInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/subprocessor-table.wrn b/app/pages/components/subprocessor-table.wrn index e0d65740..09cbfc60 100644 --- a/app/pages/components/subprocessor-table.wrn +++ b/app/pages/components/subprocessor-table.wrn @@ -10,10 +10,10 @@ page SubprocessorTablecomponent {
W WRNexusJS - +
-
data component

SubprocessorTable

Reusable subprocessor table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SubprocessorTable
+      
data component

SubprocessorTable

Reusable subprocessor table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SubprocessorTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page SubprocessorTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/subsection-heading.wrn b/app/pages/components/subsection-heading.wrn index 81e7906d..4f45f1f4 100644 --- a/app/pages/components/subsection-heading.wrn +++ b/app/pages/components/subsection-heading.wrn @@ -10,10 +10,10 @@ page SubsectionHeadingcomponent {
W WRNexusJS - +
-
core component

SubsectionHeading

Reusable subsection heading component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SubsectionHeading
+      
core component

SubsectionHeading

Reusable subsection heading component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SubsectionHeading
   text="text"
   align="start"
 />

Legacy mount name: data-component="SubsectionHeading".

Props and attributes

PropTypeRequirementDefault
textstringOptional""
alignstringOptional"start"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/SubsectionHeading.wrn

component SubsectionHeading {
@@ -28,7 +28,7 @@ page SubsectionHeadingcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/success-card.wrn b/app/pages/components/success-card.wrn index 37abdd80..1b6e4955 100644 --- a/app/pages/components/success-card.wrn +++ b/app/pages/components/success-card.wrn @@ -10,10 +10,10 @@ page SuccessCardcomponent {
W WRNexusJS - +
-
content component

SuccessCard

Reusable success card component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SuccessCard
+      
content component

SuccessCard

Reusable success card component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SuccessCard
   title="title"
   description="description"
   href="href"
@@ -36,7 +36,7 @@ page SuccessCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/success-state.wrn b/app/pages/components/success-state.wrn index f33a42bd..7eec424b 100644 --- a/app/pages/components/success-state.wrn +++ b/app/pages/components/success-state.wrn @@ -10,10 +10,10 @@ page SuccessStatecomponent {
W WRNexusJS - +
-
feedback component

SuccessState

Reusable success state component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SuccessState
+      
feedback component

SuccessState

Reusable success state component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SuccessState
   label="Success"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page SuccessStatecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/support-request-form.wrn b/app/pages/components/support-request-form.wrn index 2aa30134..305be0e5 100644 --- a/app/pages/components/support-request-form.wrn +++ b/app/pages/components/support-request-form.wrn @@ -10,10 +10,10 @@ page SupportRequestFormcomponent {
W WRNexusJS - +
-
content component

SupportRequestForm

Reusable support request form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SupportRequestForm
+      
content component

SupportRequestForm

Reusable support request form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<SupportRequestForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page SupportRequestFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/surface.wrn b/app/pages/components/surface.wrn index 117a7fa3..44cdb879 100644 --- a/app/pages/components/surface.wrn +++ b/app/pages/components/surface.wrn @@ -10,10 +10,10 @@ page Surfacecomponent {
W WRNexusJS - +
-
core component

Surface

Reusable surface component.

@wrnexus/ui 0.2.651 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Surface />

Legacy mount name: data-component="Surface".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Surface.wrn

component Surface {
+      
core component

Surface

Reusable surface component.

@wrnexus/ui 0.2.661 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Surface />

Legacy mount name: data-component="Surface".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Surface.wrn

component Surface {
   props {
     class = ""
   }
@@ -24,7 +24,7 @@ page Surfacecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/switch.wrn b/app/pages/components/switch.wrn index 097a5325..86f2324d 100644 --- a/app/pages/components/switch.wrn +++ b/app/pages/components/switch.wrn @@ -10,10 +10,10 @@ page Switchcomponent {
W WRNexusJS - +
-
core component

Switch

Reusable switch component.

@wrnexus/ui 0.2.657 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Switch
+      
core component

Switch

Reusable switch component.

@wrnexus/ui 0.2.667 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Switch
   id="id"
   name="name"
   label="Switch"
@@ -45,7 +45,7 @@ page Switchcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/table-header.wrn b/app/pages/components/table-header.wrn index c29396eb..ba335980 100644 --- a/app/pages/components/table-header.wrn +++ b/app/pages/components/table-header.wrn @@ -10,10 +10,10 @@ page TableHeadercomponent {
W WRNexusJS - +
-
layout component

TableHeader

Reusable table header component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TableHeader
+      
layout component

TableHeader

Reusable table header component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TableHeader
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page TableHeadercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/table-row.wrn b/app/pages/components/table-row.wrn index 90858d5d..91c799e2 100644 --- a/app/pages/components/table-row.wrn +++ b/app/pages/components/table-row.wrn @@ -10,10 +10,10 @@ page TableRowcomponent {
W WRNexusJS - +
-
data component

TableRow

Reusable table row component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TableRow
+      
data component

TableRow

Reusable table row component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TableRow
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page TableRowcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/table-skeleton.wrn b/app/pages/components/table-skeleton.wrn index f40ba840..c5dfaa02 100644 --- a/app/pages/components/table-skeleton.wrn +++ b/app/pages/components/table-skeleton.wrn @@ -10,10 +10,10 @@ page TableSkeletoncomponent {
W WRNexusJS - +
-
feedback component

TableSkeleton

Reusable table skeleton component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TableSkeleton
+      
feedback component

TableSkeleton

Reusable table skeleton component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TableSkeleton
   label="Table"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page TableSkeletoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/table.wrn b/app/pages/components/table.wrn index b99cef6b..4326a78a 100644 --- a/app/pages/components/table.wrn +++ b/app/pages/components/table.wrn @@ -10,10 +10,10 @@ page Tablecomponent {
W WRNexusJS - +
-
data component

Table

Reusable table component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Table
+      
data component

Table

Reusable table component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Table
   caption="Data table"
   responsive="true"
 />

Legacy mount name: data-component="Table".

Props and attributes

PropTypeRequirementDefault
classstringOptional""
captionstringOptional"Data table"
responsivebooleanOptionaltrue

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Table.wrn

component Table {
@@ -32,7 +32,7 @@ page Tablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/tabs.wrn b/app/pages/components/tabs.wrn index 0310c95e..9567ec5b 100644 --- a/app/pages/components/tabs.wrn +++ b/app/pages/components/tabs.wrn @@ -10,10 +10,10 @@ page Tabscomponent {
W WRNexusJS - +
-
content component

Tabs

Reusable tabs component.

@wrnexus/ui 0.2.652 props2 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Tabs
+      
content component

Tabs

Reusable tabs component.

@wrnexus/ui 0.2.662 props2 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Tabs
   active="first"
 />

Legacy mount name: data-component="Tabs".

Props and attributes

PropTypeRequirementDefault
classstringOptional""
activestringOptional"first"

Slots

  • first
  • second

Events

  • click

Source contract

Installed source: components/Tabs.wrn

component Tabs {
   props {
@@ -37,7 +37,7 @@ page Tabscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/tag-input.wrn b/app/pages/components/tag-input.wrn index 98c6c365..051bb753 100644 --- a/app/pages/components/tag-input.wrn +++ b/app/pages/components/tag-input.wrn @@ -10,10 +10,10 @@ page TagInputcomponent {
W WRNexusJS - +
-
forms component

TagInput

Reusable tag input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TagInput
+      
forms component

TagInput

Reusable tag input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TagInput
   label="Tag"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page TagInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/tag.wrn b/app/pages/components/tag.wrn index 25f54074..57e61350 100644 --- a/app/pages/components/tag.wrn +++ b/app/pages/components/tag.wrn @@ -10,10 +10,10 @@ page tagcomponent {
W WRNexusJS - +
-
core component

tag

Reusable tag component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<tag
+      
core component

tag

Reusable tag component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<tag
   label="label"
   variant="default"
 />

Legacy mount name: data-component="tag".

Props and attributes

PropTypeRequirementDefault
labelstringOptional""
variantstringOptional"default"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/tag.wrn

// Small tag / chip. variant: default | primary | success | danger | warning.
@@ -30,7 +30,7 @@ component Tag {
     }
 }
 
- + } diff --git a/app/pages/components/tax-notice.wrn b/app/pages/components/tax-notice.wrn index 4972e004..ad8f5c17 100644 --- a/app/pages/components/tax-notice.wrn +++ b/app/pages/components/tax-notice.wrn @@ -10,10 +10,10 @@ page TaxNoticecomponent {
W WRNexusJS - +
-
feedback component

TaxNotice

Reusable tax notice component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TaxNotice
+      
feedback component

TaxNotice

Reusable tax notice component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TaxNotice
   label="Tax"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page TaxNoticecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/tax-rate-input.wrn b/app/pages/components/tax-rate-input.wrn index 698a856a..3be7cdd2 100644 --- a/app/pages/components/tax-rate-input.wrn +++ b/app/pages/components/tax-rate-input.wrn @@ -10,10 +10,10 @@ page TaxRateInputcomponent {
W WRNexusJS - +
-
forms component

TaxRateInput

Reusable tax rate input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TaxRateInput
+      
forms component

TaxRateInput

Reusable tax rate input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TaxRateInput
   label="TaxRate"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page TaxRateInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/team-member-card.wrn b/app/pages/components/team-member-card.wrn index 163910fc..51aab443 100644 --- a/app/pages/components/team-member-card.wrn +++ b/app/pages/components/team-member-card.wrn @@ -10,10 +10,10 @@ page TeamMemberCardcomponent {
W WRNexusJS - +
-
content component

TeamMemberCard

Reusable team member card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TeamMemberCard
+      
content component

TeamMemberCard

Reusable team member card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TeamMemberCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page TeamMemberCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/team-size-selector.wrn b/app/pages/components/team-size-selector.wrn index 6c1837e3..754b4697 100644 --- a/app/pages/components/team-size-selector.wrn +++ b/app/pages/components/team-size-selector.wrn @@ -10,10 +10,10 @@ page TeamSizeSelectorcomponent {
W WRNexusJS - +
-
forms component

TeamSizeSelector

Reusable team size selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TeamSizeSelector
+      
forms component

TeamSizeSelector

Reusable team size selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TeamSizeSelector
   label="TeamSize"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page TeamSizeSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/template-card.wrn b/app/pages/components/template-card.wrn index e5ee6661..f5d894b9 100644 --- a/app/pages/components/template-card.wrn +++ b/app/pages/components/template-card.wrn @@ -10,10 +10,10 @@ page TemplateCardcomponent {
W WRNexusJS - +
-
content component

TemplateCard

Reusable template card component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TemplateCard
+      
content component

TemplateCard

Reusable template card component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TemplateCard
   title="title"
   description="description"
   href="href"
@@ -36,7 +36,7 @@ page TemplateCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/template-selector.wrn b/app/pages/components/template-selector.wrn index e979532f..d8277bfa 100644 --- a/app/pages/components/template-selector.wrn +++ b/app/pages/components/template-selector.wrn @@ -10,10 +10,10 @@ page TemplateSelectorcomponent {
W WRNexusJS - +
-
forms component

TemplateSelector

Reusable template selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TemplateSelector
+      
forms component

TemplateSelector

Reusable template selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TemplateSelector
   label="Template"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page TemplateSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/template-variable-input.wrn b/app/pages/components/template-variable-input.wrn index c8c964a1..c482f18e 100644 --- a/app/pages/components/template-variable-input.wrn +++ b/app/pages/components/template-variable-input.wrn @@ -10,10 +10,10 @@ page TemplateVariableInputcomponent {
W WRNexusJS - +
-
forms component

TemplateVariableInput

Reusable template variable input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TemplateVariableInput
+      
forms component

TemplateVariableInput

Reusable template variable input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TemplateVariableInput
   label="TemplateVariable"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page TemplateVariableInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/tenant-isolation-diagram.wrn b/app/pages/components/tenant-isolation-diagram.wrn index 2b6db006..d71b2903 100644 --- a/app/pages/components/tenant-isolation-diagram.wrn +++ b/app/pages/components/tenant-isolation-diagram.wrn @@ -10,10 +10,10 @@ page TenantIsolationDiagramcomponent {
W WRNexusJS - +
-
visualization component

TenantIsolationDiagram

Reusable tenant isolation diagram component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TenantIsolationDiagram
+      
visualization component

TenantIsolationDiagram

Reusable tenant isolation diagram component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TenantIsolationDiagram
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page TenantIsolationDiagramcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/terminal-block.wrn b/app/pages/components/terminal-block.wrn index 9209553c..80280f7e 100644 --- a/app/pages/components/terminal-block.wrn +++ b/app/pages/components/terminal-block.wrn @@ -10,10 +10,10 @@ page TerminalBlockcomponent {
W WRNexusJS - +
-
content component

TerminalBlock

Reusable terminal block component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TerminalBlock
+      
content component

TerminalBlock

Reusable terminal block component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TerminalBlock
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page TerminalBlockcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/tertiary-button.wrn b/app/pages/components/tertiary-button.wrn index f977f663..83031e8b 100644 --- a/app/pages/components/tertiary-button.wrn +++ b/app/pages/components/tertiary-button.wrn @@ -10,10 +10,10 @@ page TertiaryButtoncomponent {
W WRNexusJS - +
-
actions component

TertiaryButton

Reusable tertiary button component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TertiaryButton
+      
actions component

TertiaryButton

Reusable tertiary button component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TertiaryButton
   label="Action"
   type="button"
   disabled="false"
@@ -30,7 +30,7 @@ page TertiaryButtoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/test-message-dialog.wrn b/app/pages/components/test-message-dialog.wrn index 15d07b74..2a7b39cd 100644 --- a/app/pages/components/test-message-dialog.wrn +++ b/app/pages/components/test-message-dialog.wrn @@ -10,10 +10,10 @@ page TestMessageDialogcomponent {
W WRNexusJS - +
-
overlays component

TestMessageDialog

Reusable test message dialog component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TestMessageDialog
+      
overlays component

TestMessageDialog

Reusable test message dialog component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TestMessageDialog
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page TestMessageDialogcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/testimonial-card.wrn b/app/pages/components/testimonial-card.wrn index ad8dad8f..5731357c 100644 --- a/app/pages/components/testimonial-card.wrn +++ b/app/pages/components/testimonial-card.wrn @@ -10,10 +10,10 @@ page TestimonialCardcomponent {
W WRNexusJS - +
-
content component

TestimonialCard

Reusable testimonial card component.

@wrnexus/ui 0.2.656 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TestimonialCard
+      
content component

TestimonialCard

Reusable testimonial card component.

@wrnexus/ui 0.2.666 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TestimonialCard
   quote="Great product."
   name="Customer"
   role="role"
@@ -43,7 +43,7 @@ page TestimonialCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/testimonial-carousel.wrn b/app/pages/components/testimonial-carousel.wrn index 8bb0bd89..a77084c1 100644 --- a/app/pages/components/testimonial-carousel.wrn +++ b/app/pages/components/testimonial-carousel.wrn @@ -10,10 +10,10 @@ page TestimonialCarouselcomponent {
W WRNexusJS - +
-
content component

TestimonialCarousel

Reusable testimonial carousel component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TestimonialCarousel
+      
content component

TestimonialCarousel

Reusable testimonial carousel component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TestimonialCarousel
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page TestimonialCarouselcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/text-input.wrn b/app/pages/components/text-input.wrn index c34f77e9..4c8f3b1f 100644 --- a/app/pages/components/text-input.wrn +++ b/app/pages/components/text-input.wrn @@ -10,10 +10,10 @@ page TextInputcomponent {
W WRNexusJS - +
-
forms component

TextInput

Reusable text input component.

@wrnexus/ui 0.2.6512 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TextInput
+      
forms component

TextInput

Reusable text input component.

@wrnexus/ui 0.2.6612 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TextInput
   id="id"
   name="name"
   label="Text"
@@ -45,7 +45,7 @@ page TextInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/text-link.wrn b/app/pages/components/text-link.wrn index f2f72d90..d87300e5 100644 --- a/app/pages/components/text-link.wrn +++ b/app/pages/components/text-link.wrn @@ -10,10 +10,10 @@ page TextLinkcomponent {
W WRNexusJS - +
-
actions component

TextLink

Reusable text link component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TextLink
+      
actions component

TextLink

Reusable text link component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TextLink
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page TextLinkcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/text-skeleton.wrn b/app/pages/components/text-skeleton.wrn index 133a63ec..f5640a3d 100644 --- a/app/pages/components/text-skeleton.wrn +++ b/app/pages/components/text-skeleton.wrn @@ -10,10 +10,10 @@ page TextSkeletoncomponent {
W WRNexusJS - +
-
feedback component

TextSkeleton

Reusable text skeleton component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TextSkeleton
+      
feedback component

TextSkeleton

Reusable text skeleton component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TextSkeleton
   label="Text"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page TextSkeletoncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/textarea.wrn b/app/pages/components/textarea.wrn index 2d497eee..d5d04f1d 100644 --- a/app/pages/components/textarea.wrn +++ b/app/pages/components/textarea.wrn @@ -10,10 +10,10 @@ page Textareacomponent {
W WRNexusJS - +
-
core component

Textarea

Reusable textarea component.

@wrnexus/ui 0.2.6511 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Textarea
+      
core component

Textarea

Reusable textarea component.

@wrnexus/ui 0.2.6611 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Textarea
   id="id"
   name="name"
   label="Message"
@@ -44,7 +44,7 @@ page Textareacomponent {
     }
 }
 
- + } diff --git a/app/pages/components/theme-color-picker.wrn b/app/pages/components/theme-color-picker.wrn index f945370e..22127aab 100644 --- a/app/pages/components/theme-color-picker.wrn +++ b/app/pages/components/theme-color-picker.wrn @@ -10,10 +10,10 @@ page ThemeColorPickercomponent {
W WRNexusJS - +
-
forms component

ThemeColorPicker

Reusable theme color picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ThemeColorPicker
+      
forms component

ThemeColorPicker

Reusable theme color picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ThemeColorPicker
   label="ThemeColor"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ThemeColorPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/theme-switcher.wrn b/app/pages/components/theme-switcher.wrn index cc0945c8..60988167 100644 --- a/app/pages/components/theme-switcher.wrn +++ b/app/pages/components/theme-switcher.wrn @@ -10,10 +10,10 @@ page ThemeSwitchercomponent {
W WRNexusJS - +
-
content component

ThemeSwitcher

Reusable theme switcher component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ThemeSwitcher
+      
content component

ThemeSwitcher

Reusable theme switcher component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ThemeSwitcher
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ThemeSwitchercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/theme-toggle.wrn b/app/pages/components/theme-toggle.wrn index 00e66198..a782fa0c 100644 --- a/app/pages/components/theme-toggle.wrn +++ b/app/pages/components/theme-toggle.wrn @@ -10,10 +10,10 @@ page themetogglecomponent {
W WRNexusJS - +
-
core component

theme-toggle

Reusable theme-toggle component.

@wrnexus/ui 0.2.652 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<theme-toggle
+      
core component

theme-toggle

Reusable theme-toggle component.

@wrnexus/ui 0.2.662 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<theme-toggle
   label="Toggle theme"
 />

Legacy mount name: data-component="theme-toggle".

Props and attributes

PropTypeRequirementDefault
labelstringOptional"Toggle theme"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/theme-toggle.wrn

// Theme switch button. The framework's theme runtime binds the click
 // (data-wire-theme-toggle), so no component JS is needed.
@@ -29,7 +29,7 @@ component ThemeToggle {
     }
 }
 
- + } diff --git a/app/pages/components/time-input.wrn b/app/pages/components/time-input.wrn index da2f9272..c72dac69 100644 --- a/app/pages/components/time-input.wrn +++ b/app/pages/components/time-input.wrn @@ -10,10 +10,10 @@ page TimeInputcomponent {
W WRNexusJS - +
-
forms component

TimeInput

Reusable time input component.

@wrnexus/ui 0.2.6512 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TimeInput
+      
forms component

TimeInput

Reusable time input component.

@wrnexus/ui 0.2.6612 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TimeInput
   id="id"
   name="name"
   label="Time"
@@ -45,7 +45,7 @@ page TimeInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/time-picker.wrn b/app/pages/components/time-picker.wrn index bd5470a1..e4af2201 100644 --- a/app/pages/components/time-picker.wrn +++ b/app/pages/components/time-picker.wrn @@ -10,10 +10,10 @@ page TimePickercomponent {
W WRNexusJS - +
-
forms component

TimePicker

Reusable time picker component.

@wrnexus/ui 0.2.6510 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TimePicker
+      
forms component

TimePicker

Reusable time picker component.

@wrnexus/ui 0.2.6610 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TimePicker
   id="time-picker"
   name="time"
   label="Time"
@@ -40,7 +40,7 @@ page TimePickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/time-range-picker.wrn b/app/pages/components/time-range-picker.wrn index 5e3db2f6..bcd83855 100644 --- a/app/pages/components/time-range-picker.wrn +++ b/app/pages/components/time-range-picker.wrn @@ -10,10 +10,10 @@ page TimeRangePickercomponent {
W WRNexusJS - +
-
forms component

TimeRangePicker

Reusable time range picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TimeRangePicker
+      
forms component

TimeRangePicker

Reusable time range picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TimeRangePicker
   label="TimeRange"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page TimeRangePickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/timeline-chart.wrn b/app/pages/components/timeline-chart.wrn index 8cbf8344..bf838e16 100644 --- a/app/pages/components/timeline-chart.wrn +++ b/app/pages/components/timeline-chart.wrn @@ -10,10 +10,10 @@ page TimelineChartcomponent {
W WRNexusJS - +
-
visualization component

TimelineChart

Reusable timeline chart component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TimelineChart
+      
visualization component

TimelineChart

Reusable timeline chart component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TimelineChart
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page TimelineChartcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/timeline-item.wrn b/app/pages/components/timeline-item.wrn index a33e4b5c..0e3f8529 100644 --- a/app/pages/components/timeline-item.wrn +++ b/app/pages/components/timeline-item.wrn @@ -10,10 +10,10 @@ page TimelineItemcomponent {
W WRNexusJS - +
-
content component

TimelineItem

Reusable timeline item component.

@wrnexus/ui 0.2.655 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TimelineItem
+      
content component

TimelineItem

Reusable timeline item component.

@wrnexus/ui 0.2.665 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TimelineItem
   title="Event"
   date="date"
   description="description"
@@ -39,7 +39,7 @@ page TimelineItemcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/timeline.wrn b/app/pages/components/timeline.wrn index 2342e252..56c36f2d 100644 --- a/app/pages/components/timeline.wrn +++ b/app/pages/components/timeline.wrn @@ -10,10 +10,10 @@ page Timelinecomponent {
W WRNexusJS - +
-
visualization component

Timeline

Reusable timeline component.

@wrnexus/ui 0.2.652 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Timeline
+      
visualization component

Timeline

Reusable timeline component.

@wrnexus/ui 0.2.662 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Timeline
   title="Timeline"
 />

Legacy mount name: data-component="Timeline".

Props and attributes

PropTypeRequirementDefault
classstringOptional""
titlestringOptional"Timeline"

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Timeline.wrn

component Timeline {
   props {
@@ -30,7 +30,7 @@ page Timelinecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/timeout-input.wrn b/app/pages/components/timeout-input.wrn index bc059483..ea3a85ea 100644 --- a/app/pages/components/timeout-input.wrn +++ b/app/pages/components/timeout-input.wrn @@ -10,10 +10,10 @@ page TimeoutInputcomponent {
W WRNexusJS - +
-
forms component

TimeoutInput

Reusable timeout input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TimeoutInput
+      
forms component

TimeoutInput

Reusable timeout input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TimeoutInput
   label="Timeout"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page TimeoutInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/timezone-aware-time-picker.wrn b/app/pages/components/timezone-aware-time-picker.wrn index 0d1141c9..e69ca426 100644 --- a/app/pages/components/timezone-aware-time-picker.wrn +++ b/app/pages/components/timezone-aware-time-picker.wrn @@ -10,10 +10,10 @@ page TimezoneAwareTimePickercomponent {
W WRNexusJS - +
-
forms component

TimezoneAwareTimePicker

Reusable timezone aware time picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TimezoneAwareTimePicker
+      
forms component

TimezoneAwareTimePicker

Reusable timezone aware time picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TimezoneAwareTimePicker
   label="TimezoneAwareTime"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page TimezoneAwareTimePickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/timezone-selector.wrn b/app/pages/components/timezone-selector.wrn index 0a5671df..855e936e 100644 --- a/app/pages/components/timezone-selector.wrn +++ b/app/pages/components/timezone-selector.wrn @@ -10,10 +10,10 @@ page TimezoneSelectorcomponent {
W WRNexusJS - +
-
forms component

TimezoneSelector

Reusable timezone selector component.

@wrnexus/ui 0.2.654 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TimezoneSelector
+      
forms component

TimezoneSelector

Reusable timezone selector component.

@wrnexus/ui 0.2.664 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TimezoneSelector
   id="timezone"
   name="timezone"
   label="Timezone"
@@ -34,7 +34,7 @@ page TimezoneSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/toast-action.wrn b/app/pages/components/toast-action.wrn index c765652f..6c0f2ca0 100644 --- a/app/pages/components/toast-action.wrn +++ b/app/pages/components/toast-action.wrn @@ -10,10 +10,10 @@ page ToastActioncomponent {
W WRNexusJS - +
-
actions component

ToastAction

Reusable toast action component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ToastAction
+      
actions component

ToastAction

Reusable toast action component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ToastAction
   label="Action"
   href="href"
   type="button"
@@ -38,7 +38,7 @@ page ToastActioncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/toast-host.wrn b/app/pages/components/toast-host.wrn index dd6b7297..33703cb9 100644 --- a/app/pages/components/toast-host.wrn +++ b/app/pages/components/toast-host.wrn @@ -10,10 +10,10 @@ page ToastHostcomponent {
W WRNexusJS - +
-
core component

ToastHost

Reusable toast host component.

@wrnexus/ui 0.2.651 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ToastHost />

Legacy mount name: data-component="ToastHost".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

This component does not declare a slot.

Events

  • click

Source contract

Installed source: components/ToastHost.wrn

component ToastHost {
+      
core component

ToastHost

Reusable toast host component.

@wrnexus/ui 0.2.661 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ToastHost />

Legacy mount name: data-component="ToastHost".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

This component does not declare a slot.

Events

  • click

Source contract

Installed source: components/ToastHost.wrn

component ToastHost {
     props {
         class: string = ""
     }
@@ -219,7 +219,7 @@ page ToastHostcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/toast-icon.wrn b/app/pages/components/toast-icon.wrn index 308cfd96..7b987214 100644 --- a/app/pages/components/toast-icon.wrn +++ b/app/pages/components/toast-icon.wrn @@ -10,10 +10,10 @@ page ToastIconcomponent {
W WRNexusJS - +
-
content component

ToastIcon

Reusable toast icon component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ToastIcon
+      
content component

ToastIcon

Reusable toast icon component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ToastIcon
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ToastIconcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/toast-progress.wrn b/app/pages/components/toast-progress.wrn index 5aa565ac..13dada8b 100644 --- a/app/pages/components/toast-progress.wrn +++ b/app/pages/components/toast-progress.wrn @@ -10,10 +10,10 @@ page ToastProgresscomponent {
W WRNexusJS - +
-
visualization component

ToastProgress

Reusable toast progress component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ToastProgress
+      
visualization component

ToastProgress

Reusable toast progress component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ToastProgress
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page ToastProgresscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/toast.wrn b/app/pages/components/toast.wrn index d7c8adc5..d67eb06b 100644 --- a/app/pages/components/toast.wrn +++ b/app/pages/components/toast.wrn @@ -10,10 +10,10 @@ page Toastcomponent {
W WRNexusJS - +
-
core component

Toast

Reusable toast component.

@wrnexus/ui 0.2.655 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Toast
+      
core component

Toast

Reusable toast component.

@wrnexus/ui 0.2.665 props0 slots1 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Toast
   title="Saved"
   description="description"
   variant="success"
@@ -39,7 +39,7 @@ page Toastcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/toggle-group.wrn b/app/pages/components/toggle-group.wrn index 9b9e57f7..8369dd15 100644 --- a/app/pages/components/toggle-group.wrn +++ b/app/pages/components/toggle-group.wrn @@ -10,10 +10,10 @@ page ToggleGroupcomponent {
W WRNexusJS - +
-
forms component

ToggleGroup

Reusable toggle group component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ToggleGroup
+      
forms component

ToggleGroup

Reusable toggle group component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ToggleGroup
   label="Toggle"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page ToggleGroupcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/toggle.wrn b/app/pages/components/toggle.wrn index 3275ed63..df8f03ba 100644 --- a/app/pages/components/toggle.wrn +++ b/app/pages/components/toggle.wrn @@ -10,10 +10,10 @@ page Togglecomponent {
W WRNexusJS - +
-
forms component

Toggle

Reusable toggle component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Toggle
+      
forms component

Toggle

Reusable toggle component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Toggle
   label="label"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page Togglecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/token-input.wrn b/app/pages/components/token-input.wrn index 59325044..051602a3 100644 --- a/app/pages/components/token-input.wrn +++ b/app/pages/components/token-input.wrn @@ -10,10 +10,10 @@ page TokenInputcomponent {
W WRNexusJS - +
-
forms component

TokenInput

Reusable token input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TokenInput
+      
forms component

TokenInput

Reusable token input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TokenInput
   label="Token"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page TokenInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/tooltip.wrn b/app/pages/components/tooltip.wrn index 8ad9ef71..74d5a4b4 100644 --- a/app/pages/components/tooltip.wrn +++ b/app/pages/components/tooltip.wrn @@ -10,10 +10,10 @@ page Tooltipcomponent {
W WRNexusJS - +
-
content component

Tooltip

Reusable tooltip component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Tooltip
+      
content component

Tooltip

Reusable tooltip component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Tooltip
   text="Helpful information"
   position="top"
 />

Legacy mount name: data-component="Tooltip".

Props and attributes

PropTypeRequirementDefault
classstringOptional""
textstringOptional"Helpful information"
positionstringOptional"top"

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Tooltip.wrn

component Tooltip {
@@ -30,7 +30,7 @@ page Tooltipcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/totp-verification-form.wrn b/app/pages/components/totp-verification-form.wrn index 322095d0..0c71a358 100644 --- a/app/pages/components/totp-verification-form.wrn +++ b/app/pages/components/totp-verification-form.wrn @@ -10,10 +10,10 @@ page TotpVerificationFormcomponent {
W WRNexusJS - +
-
content component

TotpVerificationForm

Reusable totp verification form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TotpVerificationForm
+      
content component

TotpVerificationForm

Reusable totp verification form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TotpVerificationForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page TotpVerificationFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/translated-text.wrn b/app/pages/components/translated-text.wrn index f20ebc86..3d9eda7d 100644 --- a/app/pages/components/translated-text.wrn +++ b/app/pages/components/translated-text.wrn @@ -10,10 +10,10 @@ page TranslatedTextcomponent {
W WRNexusJS - +
-
content component

TranslatedText

Reusable translated text component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TranslatedText
+      
content component

TranslatedText

Reusable translated text component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TranslatedText
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page TranslatedTextcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/tree-table.wrn b/app/pages/components/tree-table.wrn index 3bcf5ef3..7968e383 100644 --- a/app/pages/components/tree-table.wrn +++ b/app/pages/components/tree-table.wrn @@ -10,10 +10,10 @@ page TreeTablecomponent {
W WRNexusJS - +
-
data component

TreeTable

Reusable tree table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TreeTable
+      
data component

TreeTable

Reusable tree table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TreeTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page TreeTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/trend-indicator.wrn b/app/pages/components/trend-indicator.wrn index 1158259f..43881e34 100644 --- a/app/pages/components/trend-indicator.wrn +++ b/app/pages/components/trend-indicator.wrn @@ -10,10 +10,10 @@ page TrendIndicatorcomponent {
W WRNexusJS - +
-
feedback component

TrendIndicator

Reusable trend indicator component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TrendIndicator
+      
feedback component

TrendIndicator

Reusable trend indicator component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TrendIndicator
   label="Trend"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page TrendIndicatorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/truncated-text.wrn b/app/pages/components/truncated-text.wrn index f6bd6a91..be63ab7c 100644 --- a/app/pages/components/truncated-text.wrn +++ b/app/pages/components/truncated-text.wrn @@ -10,10 +10,10 @@ page TruncatedTextcomponent {
W WRNexusJS - +
-
content component

TruncatedText

Reusable truncated text component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TruncatedText
+      
content component

TruncatedText

Reusable truncated text component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TruncatedText
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page TruncatedTextcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/trust-badge-list.wrn b/app/pages/components/trust-badge-list.wrn index 570b1019..e9f44a92 100644 --- a/app/pages/components/trust-badge-list.wrn +++ b/app/pages/components/trust-badge-list.wrn @@ -10,10 +10,10 @@ page TrustBadgeListcomponent {
W WRNexusJS - +
-
data component

TrustBadgeList

Reusable trust badge list component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TrustBadgeList
+      
data component

TrustBadgeList

Reusable trust badge list component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<TrustBadgeList
   title="title"
   description="description"
   empty="false"
@@ -36,7 +36,7 @@ page TrustBadgeListcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/typography.wrn b/app/pages/components/typography.wrn index 20bb3e00..019a9ff0 100644 --- a/app/pages/components/typography.wrn +++ b/app/pages/components/typography.wrn @@ -10,10 +10,10 @@ page Typographycomponent {
W WRNexusJS - +
-
core component

Typography

Reusable typography component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Typography
+      
core component

Typography

Reusable typography component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Typography
   as="p"
   variant="body"
   align="start"
@@ -31,7 +31,7 @@ page Typographycomponent {
     }
 }
 
- + } diff --git a/app/pages/components/unavailable-region-state.wrn b/app/pages/components/unavailable-region-state.wrn index d361f591..a5cb09d5 100644 --- a/app/pages/components/unavailable-region-state.wrn +++ b/app/pages/components/unavailable-region-state.wrn @@ -10,10 +10,10 @@ page UnavailableRegionStatecomponent {
W WRNexusJS - +
-
feedback component

UnavailableRegionState

Reusable unavailable region state component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UnavailableRegionState
+      
feedback component

UnavailableRegionState

Reusable unavailable region state component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UnavailableRegionState
   label="UnavailableRegion"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page UnavailableRegionStatecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/unified-timeline-preview.wrn b/app/pages/components/unified-timeline-preview.wrn index 58206eda..a9e01cee 100644 --- a/app/pages/components/unified-timeline-preview.wrn +++ b/app/pages/components/unified-timeline-preview.wrn @@ -10,10 +10,10 @@ page UnifiedTimelinePreviewcomponent {
W WRNexusJS - +
-
content component

UnifiedTimelinePreview

Reusable unified timeline preview component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UnifiedTimelinePreview
+      
content component

UnifiedTimelinePreview

Reusable unified timeline preview component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UnifiedTimelinePreview
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -73,7 +73,7 @@ page UnifiedTimelinePreviewcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/unsaved-changes-dialog.wrn b/app/pages/components/unsaved-changes-dialog.wrn index ee660abc..6305d49e 100644 --- a/app/pages/components/unsaved-changes-dialog.wrn +++ b/app/pages/components/unsaved-changes-dialog.wrn @@ -10,10 +10,10 @@ page UnsavedChangesDialogcomponent {
W WRNexusJS - +
-
overlays component

UnsavedChangesDialog

Reusable unsaved changes dialog component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UnsavedChangesDialog
+      
overlays component

UnsavedChangesDialog

Reusable unsaved changes dialog component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UnsavedChangesDialog
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page UnsavedChangesDialogcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/upload-item.wrn b/app/pages/components/upload-item.wrn index 7b113fa3..36b4bf90 100644 --- a/app/pages/components/upload-item.wrn +++ b/app/pages/components/upload-item.wrn @@ -10,10 +10,10 @@ page UploadItemcomponent {
W WRNexusJS - +
-
content component

UploadItem

Reusable upload item component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UploadItem
+      
content component

UploadItem

Reusable upload item component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UploadItem
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page UploadItemcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/upload-preview.wrn b/app/pages/components/upload-preview.wrn index 08d71c5b..b0a6990c 100644 --- a/app/pages/components/upload-preview.wrn +++ b/app/pages/components/upload-preview.wrn @@ -10,10 +10,10 @@ page UploadPreviewcomponent {
W WRNexusJS - +
-
content component

UploadPreview

Reusable upload preview component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UploadPreview
+      
content component

UploadPreview

Reusable upload preview component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UploadPreview
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page UploadPreviewcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/upload-progress.wrn b/app/pages/components/upload-progress.wrn index 2c731c36..3b8c6832 100644 --- a/app/pages/components/upload-progress.wrn +++ b/app/pages/components/upload-progress.wrn @@ -10,10 +10,10 @@ page UploadProgresscomponent {
W WRNexusJS - +
-
visualization component

UploadProgress

Reusable upload progress component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UploadProgress
+      
visualization component

UploadProgress

Reusable upload progress component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UploadProgress
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page UploadProgresscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/uptime-chart.wrn b/app/pages/components/uptime-chart.wrn index 1b2eea8f..00101ad3 100644 --- a/app/pages/components/uptime-chart.wrn +++ b/app/pages/components/uptime-chart.wrn @@ -10,10 +10,10 @@ page UptimeChartcomponent {
W WRNexusJS - +
-
visualization component

UptimeChart

Reusable uptime chart component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UptimeChart
+      
visualization component

UptimeChart

Reusable uptime chart component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UptimeChart
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page UptimeChartcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/uptime-metric.wrn b/app/pages/components/uptime-metric.wrn index 4ec3ae26..4f37fe50 100644 --- a/app/pages/components/uptime-metric.wrn +++ b/app/pages/components/uptime-metric.wrn @@ -10,10 +10,10 @@ page UptimeMetriccomponent {
W WRNexusJS - +
-
visualization component

UptimeMetric

Reusable uptime metric component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UptimeMetric
+      
visualization component

UptimeMetric

Reusable uptime metric component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UptimeMetric
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page UptimeMetriccomponent {
     }
 }
 
- + } diff --git a/app/pages/components/url-input.wrn b/app/pages/components/url-input.wrn index bb628233..f3abbdaa 100644 --- a/app/pages/components/url-input.wrn +++ b/app/pages/components/url-input.wrn @@ -10,10 +10,10 @@ page UrlInputcomponent {
W WRNexusJS - +
-
forms component

UrlInput

Reusable url input component.

@wrnexus/ui 0.2.6512 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UrlInput
+      
forms component

UrlInput

Reusable url input component.

@wrnexus/ui 0.2.6612 props0 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UrlInput
   id="id"
   name="name"
   label="Url"
@@ -45,7 +45,7 @@ page UrlInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/usage-pricing-table.wrn b/app/pages/components/usage-pricing-table.wrn index 3c83024b..1a4d5529 100644 --- a/app/pages/components/usage-pricing-table.wrn +++ b/app/pages/components/usage-pricing-table.wrn @@ -10,10 +10,10 @@ page UsagePricingTablecomponent {
W WRNexusJS - +
-
data component

UsagePricingTable

Reusable usage pricing table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UsagePricingTable
+      
data component

UsagePricingTable

Reusable usage pricing table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UsagePricingTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page UsagePricingTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/use-case-selector.wrn b/app/pages/components/use-case-selector.wrn index 8062f5b9..de4f242b 100644 --- a/app/pages/components/use-case-selector.wrn +++ b/app/pages/components/use-case-selector.wrn @@ -10,10 +10,10 @@ page UseCaseSelectorcomponent {
W WRNexusJS - +
-
forms component

UseCaseSelector

Reusable use case selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UseCaseSelector
+      
forms component

UseCaseSelector

Reusable use case selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UseCaseSelector
   label="UseCase"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page UseCaseSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/user-card.wrn b/app/pages/components/user-card.wrn index 72cadb28..64655129 100644 --- a/app/pages/components/user-card.wrn +++ b/app/pages/components/user-card.wrn @@ -10,10 +10,10 @@ page UserCardcomponent {
W WRNexusJS - +
-
content component

UserCard

Reusable user card component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UserCard
+      
content component

UserCard

Reusable user card component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UserCard
   title="title"
   description="description"
   href="href"
@@ -36,7 +36,7 @@ page UserCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/username-input.wrn b/app/pages/components/username-input.wrn index 52bcfa64..aeac62db 100644 --- a/app/pages/components/username-input.wrn +++ b/app/pages/components/username-input.wrn @@ -10,10 +10,10 @@ page UsernameInputcomponent {
W WRNexusJS - +
-
forms component

UsernameInput

Reusable username input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UsernameInput
+      
forms component

UsernameInput

Reusable username input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<UsernameInput
   label="Username"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page UsernameInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/value-card.wrn b/app/pages/components/value-card.wrn index ab1c0656..9a31cf33 100644 --- a/app/pages/components/value-card.wrn +++ b/app/pages/components/value-card.wrn @@ -10,10 +10,10 @@ page ValueCardcomponent {
W WRNexusJS - +
-
content component

ValueCard

Reusable value card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ValueCard
+      
content component

ValueCard

Reusable value card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ValueCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ValueCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/values-grid.wrn b/app/pages/components/values-grid.wrn index 0ae4b214..87a15350 100644 --- a/app/pages/components/values-grid.wrn +++ b/app/pages/components/values-grid.wrn @@ -10,10 +10,10 @@ page ValuesGridcomponent {
W WRNexusJS - +
-
data component

ValuesGrid

Reusable values grid component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ValuesGrid
+      
data component

ValuesGrid

Reusable values grid component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ValuesGrid
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page ValuesGridcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/verification-code-input.wrn b/app/pages/components/verification-code-input.wrn index 275c021c..dfd4521d 100644 --- a/app/pages/components/verification-code-input.wrn +++ b/app/pages/components/verification-code-input.wrn @@ -10,10 +10,10 @@ page VerificationCodeInputcomponent {
W WRNexusJS - +
-
forms component

VerificationCodeInput

Reusable verification code input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VerificationCodeInput
+      
forms component

VerificationCodeInput

Reusable verification code input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VerificationCodeInput
   label="VerificationCode"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page VerificationCodeInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/verified-badge.wrn b/app/pages/components/verified-badge.wrn index 82844089..8f2232c5 100644 --- a/app/pages/components/verified-badge.wrn +++ b/app/pages/components/verified-badge.wrn @@ -10,10 +10,10 @@ page VerifiedBadgecomponent {
W WRNexusJS - +
-
feedback component

VerifiedBadge

Reusable verified badge component.

@wrnexus/ui 0.2.653 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VerifiedBadge
+      
feedback component

VerifiedBadge

Reusable verified badge component.

@wrnexus/ui 0.2.663 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VerifiedBadge
   label="Verified"
   variant="default"
 />

Legacy mount name: data-component="VerifiedBadge".

Props and attributes

PropTypeRequirementDefault
labelstringOptional"Verified"
variantstringOptional"default"
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/VerifiedBadge.wrn

component VerifiedBadge {
@@ -28,7 +28,7 @@ page VerifiedBadgecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/version-selector.wrn b/app/pages/components/version-selector.wrn index b269a316..ff16f5ed 100644 --- a/app/pages/components/version-selector.wrn +++ b/app/pages/components/version-selector.wrn @@ -10,10 +10,10 @@ page VersionSelectorcomponent {
W WRNexusJS - +
-
forms component

VersionSelector

Reusable version selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VersionSelector
+      
forms component

VersionSelector

Reusable version selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VersionSelector
   label="Version"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page VersionSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/vertical-tabs.wrn b/app/pages/components/vertical-tabs.wrn index 3118be3f..4b75085c 100644 --- a/app/pages/components/vertical-tabs.wrn +++ b/app/pages/components/vertical-tabs.wrn @@ -10,10 +10,10 @@ page VerticalTabscomponent {
W WRNexusJS - +
-
content component

VerticalTabs

Reusable vertical tabs component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VerticalTabs
+      
content component

VerticalTabs

Reusable vertical tabs component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VerticalTabs
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page VerticalTabscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/video-card.wrn b/app/pages/components/video-card.wrn index 8c6809b6..3c607309 100644 --- a/app/pages/components/video-card.wrn +++ b/app/pages/components/video-card.wrn @@ -10,10 +10,10 @@ page VideoCardcomponent {
W WRNexusJS - +
-
content component

VideoCard

Reusable video card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VideoCard
+      
content component

VideoCard

Reusable video card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VideoCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page VideoCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/video-preview-dialog.wrn b/app/pages/components/video-preview-dialog.wrn index 51729d5c..7d097680 100644 --- a/app/pages/components/video-preview-dialog.wrn +++ b/app/pages/components/video-preview-dialog.wrn @@ -10,10 +10,10 @@ page VideoPreviewDialogcomponent {
W WRNexusJS - +
-
overlays component

VideoPreviewDialog

Reusable video preview dialog component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VideoPreviewDialog
+      
overlays component

VideoPreviewDialog

Reusable video preview dialog component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VideoPreviewDialog
   title="title"
   description="description"
   open="false"
@@ -40,7 +40,7 @@ page VideoPreviewDialogcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/video-upload.wrn b/app/pages/components/video-upload.wrn index 9b1e8186..0e50349f 100644 --- a/app/pages/components/video-upload.wrn +++ b/app/pages/components/video-upload.wrn @@ -10,10 +10,10 @@ page VideoUploadcomponent {
W WRNexusJS - +
-
content component

VideoUpload

Reusable video upload component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VideoUpload
+      
content component

VideoUpload

Reusable video upload component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VideoUpload
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page VideoUploadcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/virtualized-table.wrn b/app/pages/components/virtualized-table.wrn index e2bd8357..7daebe36 100644 --- a/app/pages/components/virtualized-table.wrn +++ b/app/pages/components/virtualized-table.wrn @@ -10,10 +10,10 @@ page VirtualizedTablecomponent {
W WRNexusJS - +
-
data component

VirtualizedTable

Reusable virtualized table component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VirtualizedTable
+      
data component

VirtualizedTable

Reusable virtualized table component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VirtualizedTable
   title="title"
   description="description"
   empty="false"
@@ -40,7 +40,7 @@ page VirtualizedTablecomponent {
     }
 }
 
- + } diff --git a/app/pages/components/vision-section.wrn b/app/pages/components/vision-section.wrn index 0b1cab54..e40e5ba7 100644 --- a/app/pages/components/vision-section.wrn +++ b/app/pages/components/vision-section.wrn @@ -10,10 +10,10 @@ page VisionSectioncomponent {
W WRNexusJS - +
-
layout component

VisionSection

Reusable vision section component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VisionSection
+      
layout component

VisionSection

Reusable vision section component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VisionSection
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page VisionSectioncomponent {
     }
 }
 
- + } diff --git a/app/pages/components/visually-hidden.wrn b/app/pages/components/visually-hidden.wrn index dd1870d9..d1deb475 100644 --- a/app/pages/components/visually-hidden.wrn +++ b/app/pages/components/visually-hidden.wrn @@ -10,10 +10,10 @@ page VisuallyHiddencomponent {
W WRNexusJS - +
-
core component

VisuallyHidden

Reusable visually hidden component.

@wrnexus/ui 0.2.651 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VisuallyHidden />

Legacy mount name: data-component="VisuallyHidden".

Props and attributes

PropTypeRequirementDefault
classNamestringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/VisuallyHidden.wrn

component VisuallyHidden {
+      
core component

VisuallyHidden

Reusable visually hidden component.

@wrnexus/ui 0.2.661 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VisuallyHidden />

Legacy mount name: data-component="VisuallyHidden".

Props and attributes

PropTypeRequirementDefault
classNamestringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/VisuallyHidden.wrn

component VisuallyHidden {
   props {
     className = ""
   }
@@ -24,7 +24,7 @@ page VisuallyHiddencomponent {
     }
 }
 
- + } diff --git a/app/pages/components/voice-script-composer.wrn b/app/pages/components/voice-script-composer.wrn index 325ef75c..a7acdcae 100644 --- a/app/pages/components/voice-script-composer.wrn +++ b/app/pages/components/voice-script-composer.wrn @@ -10,10 +10,10 @@ page VoiceScriptComposercomponent {
W WRNexusJS - +
-
content component

VoiceScriptComposer

Reusable voice script composer component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VoiceScriptComposer
+      
content component

VoiceScriptComposer

Reusable voice script composer component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VoiceScriptComposer
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page VoiceScriptComposercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/voice-script-editor.wrn b/app/pages/components/voice-script-editor.wrn index 7285f549..28404b59 100644 --- a/app/pages/components/voice-script-editor.wrn +++ b/app/pages/components/voice-script-editor.wrn @@ -10,10 +10,10 @@ page VoiceScriptEditorcomponent {
W WRNexusJS - +
-
forms component

VoiceScriptEditor

Reusable voice script editor component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VoiceScriptEditor
+      
forms component

VoiceScriptEditor

Reusable voice script editor component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VoiceScriptEditor
   label="VoiceScript"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page VoiceScriptEditorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/volume-input.wrn b/app/pages/components/volume-input.wrn index fea0ab0f..560200f1 100644 --- a/app/pages/components/volume-input.wrn +++ b/app/pages/components/volume-input.wrn @@ -10,10 +10,10 @@ page VolumeInputcomponent {
W WRNexusJS - +
-
forms component

VolumeInput

Reusable volume input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VolumeInput
+      
forms component

VolumeInput

Reusable volume input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VolumeInput
   label="Volume"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page VolumeInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/volume-slider.wrn b/app/pages/components/volume-slider.wrn index 289977a1..6c5305d7 100644 --- a/app/pages/components/volume-slider.wrn +++ b/app/pages/components/volume-slider.wrn @@ -10,10 +10,10 @@ page VolumeSlidercomponent {
W WRNexusJS - +
-
content component

VolumeSlider

Reusable volume slider component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VolumeSlider
+      
content component

VolumeSlider

Reusable volume slider component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<VolumeSlider
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page VolumeSlidercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/warning-card.wrn b/app/pages/components/warning-card.wrn index f7738be7..bd81a685 100644 --- a/app/pages/components/warning-card.wrn +++ b/app/pages/components/warning-card.wrn @@ -10,10 +10,10 @@ page WarningCardcomponent {
W WRNexusJS - +
-
content component

WarningCard

Reusable warning card component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WarningCard
+      
content component

WarningCard

Reusable warning card component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WarningCard
   title="title"
   description="description"
   href="href"
@@ -36,7 +36,7 @@ page WarningCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/webhook-event-card.wrn b/app/pages/components/webhook-event-card.wrn index 95e22e43..59439103 100644 --- a/app/pages/components/webhook-event-card.wrn +++ b/app/pages/components/webhook-event-card.wrn @@ -10,10 +10,10 @@ page WebhookEventCardcomponent {
W WRNexusJS - +
-
content component

WebhookEventCard

Reusable webhook event card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WebhookEventCard
+      
content component

WebhookEventCard

Reusable webhook event card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WebhookEventCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page WebhookEventCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/webhook-flow-diagram.wrn b/app/pages/components/webhook-flow-diagram.wrn index d47d7363..382b96c0 100644 --- a/app/pages/components/webhook-flow-diagram.wrn +++ b/app/pages/components/webhook-flow-diagram.wrn @@ -10,10 +10,10 @@ page WebhookFlowDiagramcomponent {
W WRNexusJS - +
-
visualization component

WebhookFlowDiagram

Reusable webhook flow diagram component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WebhookFlowDiagram
+      
visualization component

WebhookFlowDiagram

Reusable webhook flow diagram component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WebhookFlowDiagram
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page WebhookFlowDiagramcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/webhook-payload-viewer.wrn b/app/pages/components/webhook-payload-viewer.wrn index be3ac8a4..613f058d 100644 --- a/app/pages/components/webhook-payload-viewer.wrn +++ b/app/pages/components/webhook-payload-viewer.wrn @@ -10,10 +10,10 @@ page WebhookPayloadViewercomponent {
W WRNexusJS - +
-
content component

WebhookPayloadViewer

Reusable webhook payload viewer component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WebhookPayloadViewer
+      
content component

WebhookPayloadViewer

Reusable webhook payload viewer component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WebhookPayloadViewer
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page WebhookPayloadViewercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/webhook-url-input.wrn b/app/pages/components/webhook-url-input.wrn index 222700b8..bee420b4 100644 --- a/app/pages/components/webhook-url-input.wrn +++ b/app/pages/components/webhook-url-input.wrn @@ -10,10 +10,10 @@ page WebhookUrlInputcomponent {
W WRNexusJS - +
-
forms component

WebhookUrlInput

Reusable webhook url input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WebhookUrlInput
+      
forms component

WebhookUrlInput

Reusable webhook url input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WebhookUrlInput
   label="WebhookUrl"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page WebhookUrlInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/webinar-card.wrn b/app/pages/components/webinar-card.wrn index 83a521f6..5b2eb0fc 100644 --- a/app/pages/components/webinar-card.wrn +++ b/app/pages/components/webinar-card.wrn @@ -10,10 +10,10 @@ page WebinarCardcomponent {
W WRNexusJS - +
-
content component

WebinarCard

Reusable webinar card component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WebinarCard
+      
content component

WebinarCard

Reusable webinar card component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WebinarCard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page WebinarCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/webinar-registration-form.wrn b/app/pages/components/webinar-registration-form.wrn index d053a105..428b1eaf 100644 --- a/app/pages/components/webinar-registration-form.wrn +++ b/app/pages/components/webinar-registration-form.wrn @@ -10,10 +10,10 @@ page WebinarRegistrationFormcomponent {
W WRNexusJS - +
-
content component

WebinarRegistrationForm

Reusable webinar registration form component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WebinarRegistrationForm
+      
content component

WebinarRegistrationForm

Reusable webinar registration form component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WebinarRegistrationForm
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page WebinarRegistrationFormcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/well.wrn b/app/pages/components/well.wrn index 4c747a8b..7371d5fa 100644 --- a/app/pages/components/well.wrn +++ b/app/pages/components/well.wrn @@ -10,10 +10,10 @@ page Wellcomponent {
W WRNexusJS - +
-
core component

Well

Reusable well component.

@wrnexus/ui 0.2.651 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Well />

Legacy mount name: data-component="Well".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Well.wrn

component Well {
+      
core component

Well

Reusable well component.

@wrnexus/ui 0.2.661 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Well />

Legacy mount name: data-component="Well".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/Well.wrn

component Well {
   props {
     class = ""
   }
@@ -24,7 +24,7 @@ page Wellcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/whats-app-composer.wrn b/app/pages/components/whats-app-composer.wrn index 697e4321..7bf8a518 100644 --- a/app/pages/components/whats-app-composer.wrn +++ b/app/pages/components/whats-app-composer.wrn @@ -10,10 +10,10 @@ page WhatsAppComposercomponent {
W WRNexusJS - +
-
content component

WhatsAppComposer

Reusable whats app composer component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WhatsAppComposer
+      
content component

WhatsAppComposer

Reusable whats app composer component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WhatsAppComposer
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page WhatsAppComposercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/whats-app-number-input.wrn b/app/pages/components/whats-app-number-input.wrn index 46173664..5b97a164 100644 --- a/app/pages/components/whats-app-number-input.wrn +++ b/app/pages/components/whats-app-number-input.wrn @@ -10,10 +10,10 @@ page WhatsAppNumberInputcomponent {
W WRNexusJS - +
-
forms component

WhatsAppNumberInput

Reusable whats app number input component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WhatsAppNumberInput
+      
forms component

WhatsAppNumberInput

Reusable whats app number input component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WhatsAppNumberInput
   label="WhatsAppNumber"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page WhatsAppNumberInputcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/whats-app-template-editor.wrn b/app/pages/components/whats-app-template-editor.wrn index 5fa53bb4..bd11a793 100644 --- a/app/pages/components/whats-app-template-editor.wrn +++ b/app/pages/components/whats-app-template-editor.wrn @@ -10,10 +10,10 @@ page WhatsAppTemplateEditorcomponent {
W WRNexusJS - +
-
forms component

WhatsAppTemplateEditor

Reusable whats app template editor component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WhatsAppTemplateEditor
+      
forms component

WhatsAppTemplateEditor

Reusable whats app template editor component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WhatsAppTemplateEditor
   label="WhatsAppTemplate"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page WhatsAppTemplateEditorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/wide-container.wrn b/app/pages/components/wide-container.wrn index 2ce5adc8..f281bf83 100644 --- a/app/pages/components/wide-container.wrn +++ b/app/pages/components/wide-container.wrn @@ -10,10 +10,10 @@ page WideContainercomponent {
W WRNexusJS - +
-
core component

WideContainer

Reusable wide container component.

@wrnexus/ui 0.2.651 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WideContainer />

Legacy mount name: data-component="WideContainer".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/WideContainer.wrn

component WideContainer {
+      
core component

WideContainer

Reusable wide container component.

@wrnexus/ui 0.2.661 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WideContainer />

Legacy mount name: data-component="WideContainer".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

Slots

  • default

Events

This component does not declare a custom event.

Source contract

Installed source: components/WideContainer.wrn

component WideContainer {
   props {
     class = ""
   }
@@ -24,7 +24,7 @@ page WideContainercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/wizard-header.wrn b/app/pages/components/wizard-header.wrn index f10a1b67..7dec5fb1 100644 --- a/app/pages/components/wizard-header.wrn +++ b/app/pages/components/wizard-header.wrn @@ -10,10 +10,10 @@ page WizardHeadercomponent {
W WRNexusJS - +
-
layout component

WizardHeader

Reusable wizard header component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WizardHeader
+      
layout component

WizardHeader

Reusable wizard header component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WizardHeader
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page WizardHeadercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/wizard-navigation.wrn b/app/pages/components/wizard-navigation.wrn index b7994525..bd8d235c 100644 --- a/app/pages/components/wizard-navigation.wrn +++ b/app/pages/components/wizard-navigation.wrn @@ -10,10 +10,10 @@ page WizardNavigationcomponent {
W WRNexusJS - +
-
layout component

WizardNavigation

Reusable wizard navigation component.

@wrnexus/ui 0.2.655 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WizardNavigation
+      
layout component

WizardNavigation

Reusable wizard navigation component.

@wrnexus/ui 0.2.665 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WizardNavigation
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -38,7 +38,7 @@ page WizardNavigationcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/wizard.wrn b/app/pages/components/wizard.wrn index 3dbb103c..1886fcd1 100644 --- a/app/pages/components/wizard.wrn +++ b/app/pages/components/wizard.wrn @@ -10,10 +10,10 @@ page Wizardcomponent {
W WRNexusJS - +
-
content component

Wizard

Reusable wizard component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Wizard
+      
content component

Wizard

Reusable wizard component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<Wizard
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page Wizardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/workflow-canvas-preview.wrn b/app/pages/components/workflow-canvas-preview.wrn index 53fb9d63..6aa5b312 100644 --- a/app/pages/components/workflow-canvas-preview.wrn +++ b/app/pages/components/workflow-canvas-preview.wrn @@ -10,10 +10,10 @@ page WorkflowCanvasPreviewcomponent {
W WRNexusJS - +
-
content component

WorkflowCanvasPreview

Reusable workflow canvas preview component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WorkflowCanvasPreview
+      
content component

WorkflowCanvasPreview

Reusable workflow canvas preview component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WorkflowCanvasPreview
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -56,7 +56,7 @@ page WorkflowCanvasPreviewcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/workflow-progress.wrn b/app/pages/components/workflow-progress.wrn index 0cbf26f5..70d739c7 100644 --- a/app/pages/components/workflow-progress.wrn +++ b/app/pages/components/workflow-progress.wrn @@ -10,10 +10,10 @@ page WorkflowProgresscomponent {
W WRNexusJS - +
-
visualization component

WorkflowProgress

Reusable workflow progress component.

@wrnexus/ui 0.2.656 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WorkflowProgress
+      
visualization component

WorkflowProgress

Reusable workflow progress component.

@wrnexus/ui 0.2.666 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WorkflowProgress
   title="title"
   value="value"
   description="description"
@@ -45,7 +45,7 @@ page WorkflowProgresscomponent {
     }
 }
 
- + } diff --git a/app/pages/components/workspace-card.wrn b/app/pages/components/workspace-card.wrn index 192e85fb..34cb86f9 100644 --- a/app/pages/components/workspace-card.wrn +++ b/app/pages/components/workspace-card.wrn @@ -10,10 +10,10 @@ page WorkspaceCardcomponent {
W WRNexusJS - +
-
content component

WorkspaceCard

Reusable workspace card component.

@wrnexus/ui 0.2.654 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WorkspaceCard
+      
content component

WorkspaceCard

Reusable workspace card component.

@wrnexus/ui 0.2.664 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WorkspaceCard
   title="title"
   description="description"
   href="href"
@@ -36,7 +36,7 @@ page WorkspaceCardcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/workspace-selector.wrn b/app/pages/components/workspace-selector.wrn index 75a9d8a6..2a0948e6 100644 --- a/app/pages/components/workspace-selector.wrn +++ b/app/pages/components/workspace-selector.wrn @@ -10,10 +10,10 @@ page WorkspaceSelectorcomponent {
W WRNexusJS - +
-
forms component

WorkspaceSelector

Reusable workspace selector component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WorkspaceSelector
+      
forms component

WorkspaceSelector

Reusable workspace selector component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WorkspaceSelector
   label="Workspace"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page WorkspaceSelectorcomponent {
     }
 }
 
- + } diff --git a/app/pages/components/workspace-switcher.wrn b/app/pages/components/workspace-switcher.wrn index a4898021..72b275d8 100644 --- a/app/pages/components/workspace-switcher.wrn +++ b/app/pages/components/workspace-switcher.wrn @@ -10,10 +10,10 @@ page WorkspaceSwitchercomponent {
W WRNexusJS - +
-
content component

WorkspaceSwitcher

Reusable workspace switcher component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WorkspaceSwitcher
+      
content component

WorkspaceSwitcher

Reusable workspace switcher component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<WorkspaceSwitcher
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page WorkspaceSwitchercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/year-picker.wrn b/app/pages/components/year-picker.wrn index f40b77df..c2057008 100644 --- a/app/pages/components/year-picker.wrn +++ b/app/pages/components/year-picker.wrn @@ -10,10 +10,10 @@ page YearPickercomponent {
W WRNexusJS - +
-
forms component

YearPicker

Reusable year picker component.

@wrnexus/ui 0.2.6511 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<YearPicker
+      
forms component

YearPicker

Reusable year picker component.

@wrnexus/ui 0.2.6611 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<YearPicker
   label="Year"
   name="name"
   value="value"
@@ -45,7 +45,7 @@ page YearPickercomponent {
     }
 }
 
- + } diff --git a/app/pages/components/zoom-slider.wrn b/app/pages/components/zoom-slider.wrn index 44bea682..c57ec76d 100644 --- a/app/pages/components/zoom-slider.wrn +++ b/app/pages/components/zoom-slider.wrn @@ -10,10 +10,10 @@ page ZoomSlidercomponent {
W WRNexusJS - +
-
content component

ZoomSlider

Reusable zoom slider component.

@wrnexus/ui 0.2.658 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ZoomSlider
+      
content component

ZoomSlider

Reusable zoom slider component.

@wrnexus/ui 0.2.668 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<ZoomSlider
   eyebrow="eyebrow"
   title="title"
   description="description"
@@ -42,7 +42,7 @@ page ZoomSlidercomponent {
     }
 }
 
- + } diff --git a/app/pages/examples.wrn b/app/pages/examples.wrn index cd62d655..9b514e1b 100644 --- a/app/pages/examples.wrn +++ b/app/pages/examples.wrn @@ -7,10 +7,10 @@ page Examples { view {
-
W WRNexusJS
+
W WRNexusJS
-

Examples

Examples are tied to installed 0.2.65 package documentation. The focused snippets in guides are source-verified; standalone runnable projects and CI compilation are tracked as remaining work.

Minimal .wrn page

Documented

Database CRUD

Planned fixture

Authentication and protected route

Planned fixture

Permissions

Planned fixture

Forms and validation

Documented

Realtime dashboard

Planned fixture

File upload

Planned fixture

Background queue

Planned fixture

Redis pub/sub

Planned fixture

Workspace gateway

Planned fixture

Deployment

Planned fixture

Experimental mobile mode

Planned fixture
- +

Examples

Examples are tied to installed 0.2.66 package documentation. The focused snippets in guides are source-verified; standalone runnable projects and CI compilation are tracked as remaining work.

Minimal .wrn page

Documented

Database CRUD

Planned fixture

Authentication and protected route

Planned fixture

Permissions

Planned fixture

Forms and validation

Documented

Realtime dashboard

Planned fixture

File upload

Planned fixture

Background queue

Planned fixture

Redis pub/sub

Planned fixture

Workspace gateway

Planned fixture

Deployment

Planned fixture

Experimental mobile mode

Planned fixture
+
} diff --git a/app/pages/getting-started.wrn b/app/pages/getting-started.wrn index 0ff5ec26..fa34e0f9 100644 --- a/app/pages/getting-started.wrn +++ b/app/pages/getting-started.wrn @@ -7,9 +7,9 @@ page Gettingstarted { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · v0.2.65

Build a contact inbox

This path creates a server-rendered page, validated API route, middleware, and realtime next step. It requires approved registry access and Bun 1.3.x; this site was verified with Bun 1.3.14.

1. Create the project

bunx @wrnexus/cli@0.2.65 create my-app
+      
Preview guide · v0.2.66

Build a contact inbox

This path creates a server-rendered page, validated API route, middleware, and realtime next step. It requires approved registry access and Bun 1.3.x; this site was verified with Bun 1.3.14.

1. Create the project

bunx @wrnexus/cli@0.2.66 create my-app
 cd my-app
 bun install
 bun run dev

2. Know the structure

app/pages/       # file-based .wrn routes
@@ -39,7 +39,7 @@ export const POST = async (ctx) => {
 }

7. Test and ship

bun run test
 bun run build
 bun dist/server.js

Next: deployment, database, authentication, and workspaces.

- +
} diff --git a/app/pages/guides/api-routes.wrn b/app/pages/guides/api-routes.wrn index 071d54bd..af8ec4bb 100644 --- a/app/pages/guides/api-routes.wrn +++ b/app/pages/guides/api-routes.wrn @@ -7,10 +7,10 @@ page APIroutes { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

API routes

Export GET, POST, PUT, PATCH, or DELETE from app/api files. Validate request bodies, enforce authentication and authorization, cap request sizes, and return Web Responses.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

API routes

Export GET, POST, PUT, PATCH, or DELETE from app/api files. Validate request bodies, enforce authentication and authorization, cap request sizes, and return Web Responses.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/authentication.wrn b/app/pages/guides/authentication.wrn index 139175d3..34606039 100644 --- a/app/pages/guides/authentication.wrn +++ b/app/pages/guides/authentication.wrn @@ -7,10 +7,10 @@ page Authentication { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Authentication

Configure session authentication, log users in through supported auth helpers, and read identity from context. Cookie flags, rotation, expiry, and secret storage remain deployment responsibilities.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Authentication

Configure session authentication, log users in through supported auth helpers, and read identity from context. Cookie flags, rotation, expiry, and secret storage remain deployment responsibilities.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/authorization.wrn b/app/pages/guides/authorization.wrn index 273518f3..347f6790 100644 --- a/app/pages/guides/authorization.wrn +++ b/app/pages/guides/authorization.wrn @@ -7,10 +7,10 @@ page Authorization { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Authorization

Authentication identifies; authorization decides. Enforce permissions in server routes and policies, including object ownership. UI hiding is never an authorization boundary.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Authorization

Authentication identifies; authorization decides. Enforce permissions in server routes and policies, including object ownership. UI hiding is never an authorization boundary.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/configuration-and-profiles.wrn b/app/pages/guides/configuration-and-profiles.wrn index 36e23ce2..5779e067 100644 --- a/app/pages/guides/configuration-and-profiles.wrn +++ b/app/pages/guides/configuration-and-profiles.wrn @@ -7,10 +7,10 @@ page Configurationandprofiles { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Configuration and profiles

wrnexus.config.ts owns styles, SEO, security, data, mobile, fonts, and profiles. Keep secrets in validated environment variables and review merged production configuration.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Configuration and profiles

wrnexus.config.ts owns styles, SEO, security, data, mobile, fonts, and profiles. Keep secrets in validated environment variables and review merged production configuration.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/database.wrn b/app/pages/guides/database.wrn index 3105555c..2ea6281a 100644 --- a/app/pages/guides/database.wrn +++ b/app/pages/guides/database.wrn @@ -7,10 +7,10 @@ page Database { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Database

Configure SQLite or the installed supported driver, keep queries in named SQL blocks, generate typed functions, and apply migrations before traffic. Back up data and test rollback independently.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Database

Configure SQLite or the installed supported driver, keep queries in named SQL blocks, generate typed functions, and apply migrations before traffic. Back up data and test rollback independently.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/deployment.wrn b/app/pages/guides/deployment.wrn index fccb940d..b511dde6 100644 --- a/app/pages/guides/deployment.wrn +++ b/app/pages/guides/deployment.wrn @@ -7,10 +7,10 @@ page Deployment { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Deployment

Run bun run build, apply migrations, and start dist/server.js with Bun. Configure TLS, proxy trust, environment validation, health checks, graceful restarts, logs, backups, and restrictive security headers.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Deployment

Run bun run build, apply migrations, and start dist/server.js with Bun. Configure TLS, proxy trust, environment validation, health checks, graceful restarts, logs, backups, and restrictive security headers.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/forms-and-validation.wrn b/app/pages/guides/forms-and-validation.wrn index 9ba06900..ade04420 100644 --- a/app/pages/guides/forms-and-validation.wrn +++ b/app/pages/guides/forms-and-validation.wrn @@ -7,10 +7,10 @@ page Formsandvalidation { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Forms and validation

Define a v.object schema, use data-schema on the form, show field errors with data-error, and always call parseBody on the server. refine is server-only.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Forms and validation

Define a v.object schema, use data-schema on the form, show field errors with data-error, and always call parseBody on the server. refine is server-only.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/i18n-and-themes.wrn b/app/pages/guides/i18n-and-themes.wrn index d5a0094a..7d0eac6f 100644 --- a/app/pages/guides/i18n-and-themes.wrn +++ b/app/pages/guides/i18n-and-themes.wrn @@ -7,10 +7,10 @@ page Internationalizationandthemes { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Internationalization and themes

Store locale JSON under app/locales and use translation directives. Themes resolve CSS tokens; ensure contrast, system preference behavior, persistence, and non-color cues.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Internationalization and themes

Store locale JSON under app/locales and use translation directives. Themes resolve CSS tokens; ensure contrast, system preference behavior, persistence, and non-color cues.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/middleware.wrn b/app/pages/guides/middleware.wrn index 26c76772..41a99f3d 100644 --- a/app/pages/guides/middleware.wrn +++ b/app/pages/guides/middleware.wrn @@ -7,10 +7,10 @@ page Middleware { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Middleware

Middleware receives context and next. Return next() to continue or return a Response to stop. Put request limits and trust-boundary controls before business logic.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Middleware

Middleware receives context and next. Return next() to continue or return a Response to stop. Put request limits and trust-boundary controls before business logic.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/mobile.wrn b/app/pages/guides/mobile.wrn index 0e0a1ef0..f0c5d3fd 100644 --- a/app/pages/guides/mobile.wrn +++ b/app/pages/guides/mobile.wrn @@ -7,10 +7,10 @@ page Mobile { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Mobile

Mobile capabilities are experimental in this preview. Test Capacitor permissions and lifecycle on each platform; do not assume every .wrn or browser API converts to native.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Mobile

Mobile capabilities are experimental in this preview. Test Capacitor permissions and lifecycle on each platform; do not assume every .wrn or browser API converts to native.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/observability.wrn b/app/pages/guides/observability.wrn index cd9a4c01..3d1d0efb 100644 --- a/app/pages/guides/observability.wrn +++ b/app/pages/guides/observability.wrn @@ -7,10 +7,10 @@ page Observability { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Observability

Use tracking middleware and sinks with redaction, sampling, stable request identifiers, alert ownership, and retention limits. Never capture registry tokens or session secrets.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Observability

Use tracking middleware and sinks with redaction, sampling, stable request identifiers, alert ownership, and retention limits. Never capture registry tokens or session secrets.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/pages-and-components.wrn b/app/pages/guides/pages-and-components.wrn index eaaa5d14..4d20a5cb 100644 --- a/app/pages/guides/pages-and-components.wrn +++ b/app/pages/guides/pages-and-components.wrn @@ -7,10 +7,10 @@ page Pagesandcomponents { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Pages and components

Pages are routable, components are reusable, and layouts provide shared slots. Mount a component with data-component and keep browser state scoped and minimal.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Pages and components

Pages are routable, components are reusable, and layouts provide shared slots. Mount a component with data-component and keep browser state scoped and minimal.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/project-structure.wrn b/app/pages/guides/project-structure.wrn index 8feeb2fe..aebb3cda 100644 --- a/app/pages/guides/project-structure.wrn +++ b/app/pages/guides/project-structure.wrn @@ -7,10 +7,10 @@ page Projectstructure { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Project structure

Pages, components, layouts, APIs, middleware, schemas, database files, locales, realtime rooms, and styles live under app. Never edit app/routes.gen.ts, .wrnexus, or dist by hand.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Project structure

Pages, components, layouts, APIs, middleware, schemas, database files, locales, realtime rooms, and styles live under app. Never edit app/routes.gen.ts, .wrnexus, or dist by hand.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/pubsub.wrn b/app/pages/guides/pubsub.wrn index aae0f3df..61971df3 100644 --- a/app/pages/guides/pubsub.wrn +++ b/app/pages/guides/pubsub.wrn @@ -7,10 +7,10 @@ page Pubsub { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Pub/sub

The in-process driver cannot cross processes. Use Redis where instances must share events, define channel ownership, and design for reconnects and duplicate delivery.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Pub/sub

The in-process driver cannot cross processes. Use Redis where instances must share events, define channel ownership, and design for reconnects and duplicate delivery.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/queues.wrn b/app/pages/guides/queues.wrn index 8a2878d4..f3f44f8c 100644 --- a/app/pages/guides/queues.wrn +++ b/app/pages/guides/queues.wrn @@ -7,10 +7,10 @@ page Queues { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Queues

Queue behavior is preview-level. Treat in-process work as non-durable, make handlers idempotent, cap retries, record failures, and choose a production persistence strategy.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Queues

Queue behavior is preview-level. Treat in-process work as non-durable, make handlers idempotent, cap retries, record failures, and choose a production persistence strategy.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/realtime.wrn b/app/pages/guides/realtime.wrn index 5b12ee81..138ecd21 100644 --- a/app/pages/guides/realtime.wrn +++ b/app/pages/guides/realtime.wrn @@ -7,10 +7,10 @@ page Realtime { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Realtime

defineRoom handles connection and messages. Validate message shapes, authorize subscriptions, restrict origins, bound payloads, and use pub/sub to scale across processes.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Realtime

defineRoom handles connection and messages. Validate message shapes, authorize subscriptions, restrict origins, bound payloads, and use pub/sub to scale across processes.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/routing.wrn b/app/pages/guides/routing.wrn index 585096a0..4251562f 100644 --- a/app/pages/guides/routing.wrn +++ b/app/pages/guides/routing.wrn @@ -7,10 +7,10 @@ page Routing { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Routing

A page filename defines its URL; index maps to the directory root and bracket segments are dynamic parameters. API files under app/api expose HTTP method functions and receive a Context.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Routing

A page filename defines its URL; index maps to the directory root and bracket segments are dynamic parameters. API files under app/api expose HTTP method functions and receive a Context.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/security.wrn b/app/pages/guides/security.wrn index c7e999d1..6b7aa14c 100644 --- a/app/pages/guides/security.wrn +++ b/app/pages/guides/security.wrn @@ -7,10 +7,10 @@ page Applicationsecurity { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Application security

Use CSP, CSRF, Trusted Types, session hardening, validation, origin checks, upload restrictions, encryption, request limits, and explicit CORS. See the security policy for reporting.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Application security

Use CSP, CSRF, Trusted Types, session hardening, validation, origin checks, upload restrictions, encryption, request limits, and explicit CORS. See the security policy for reporting.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/server-data.wrn b/app/pages/guides/server-data.wrn index 8983ed0c..809c0a61 100644 --- a/app/pages/guides/server-data.wrn +++ b/app/pages/guides/server-data.wrn @@ -7,10 +7,10 @@ page Serverdata { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Server data

Use an ssr API binding, return the desired response field, and render it with a server #each block. Values are escaped. Avoid fetching private data through a route that lacks authorization.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Server data

Use an ssr API binding, return the desired response field, and render it with a server #each block. Values are escaped. Avoid fetching private data through a route that lacks authorization.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/testing.wrn b/app/pages/guides/testing.wrn index 7c6f825c..4f839b25 100644 --- a/app/pages/guides/testing.wrn +++ b/app/pages/guides/testing.wrn @@ -7,10 +7,10 @@ page Testing { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Testing

Use Bun tests and @wrnexus/test helpers. Cover server HTML, API status and validation, authorization failures, reactive behavior, and a production startup smoke test.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Testing

Use Bun tests and @wrnexus/test helpers. Cover server HTML, API status and validation, authorization failures, reactive behavior, and a production startup smoke test.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/troubleshooting.wrn b/app/pages/guides/troubleshooting.wrn index e6a92617..d01df5f1 100644 --- a/app/pages/guides/troubleshooting.wrn +++ b/app/pages/guides/troubleshooting.wrn @@ -7,10 +7,10 @@ page Troubleshooting { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Troubleshooting

Confirm Bun and package versions, regenerate docs/routes through supported commands, read the first compiler diagnostic, check file naming, validate config, and reproduce under a production build.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Troubleshooting

Confirm Bun and package versions, regenerate docs/routes through supported commands, read the first compiler diagnostic, check file naming, validate config, and reproduce under a production build.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/upgrading.wrn b/app/pages/guides/upgrading.wrn index 416a355c..eda8d4d5 100644 --- a/app/pages/guides/upgrading.wrn +++ b/app/pages/guides/upgrading.wrn @@ -7,10 +7,10 @@ page Upgrading { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Upgrading

Back up and commit first, then use wrnexus update --latest as documented by the installed CLI. Review migrations and keep every @wrnexus package aligned. Current release: 0.2.65.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Upgrading

Back up and commit first, then use wrnexus update --latest as documented by the installed CLI. Review migrations and keep every @wrnexus package aligned. Current release: 0.2.66.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/uploads.wrn b/app/pages/guides/uploads.wrn index 41a5b7e3..6a79da7a 100644 --- a/app/pages/guides/uploads.wrn +++ b/app/pages/guides/uploads.wrn @@ -7,10 +7,10 @@ page Uploads { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Uploads

Configure named stores, accepted MIME/extensions, and maxBytes. Random keys avoid path traversal. Private files require an authenticated serving route; v1 buffers each file in memory.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.2.66

Uploads

Configure named stores, accepted MIME/extensions, and maxBytes. Random keys avoid path traversal. Private files require an authenticated serving route; v1 buffers each file in memory.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/guides/workspaces-and-gateway.wrn b/app/pages/guides/workspaces-and-gateway.wrn index 308ddc31..b8b507cb 100644 --- a/app/pages/guides/workspaces-and-gateway.wrn +++ b/app/pages/guides/workspaces-and-gateway.wrn @@ -7,9 +7,9 @@ page Workspacesandgateway { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.2.65

Workspaces and gateway

A workspace runs isolated applications behind one domain-routing gateway. Add an application from the workspace root; the CLI scaffolds apps/reports and registers it in wrnexus.workspace.ts:

wrnexus workspace add reports --domain=reports.localhost
+      
Preview guide · 0.2.66

Workspaces and gateway

A workspace runs isolated applications behind one domain-routing gateway. Add an application from the workspace root; the CLI scaffolds apps/reports and registers it in wrnexus.workspace.ts:

wrnexus workspace add reports --domain=reports.localhost
 bun install
 bun run dev

Forward authentication

Point protected applications at a dedicated verifier endpoint. The verifier must return 2xx for an authenticated session, 401/403 to deny access, or an HTTP redirect to begin browser login.

// wrnexus.workspace.ts
 {
@@ -28,8 +28,8 @@ export const GET = async (ctx: Context) => {
   return redirectToLogin(ctx, "/login", {
     allowedHosts: ["admin.localhost:3000", "reports.localhost:3000"],
   });
-};

Always allowlist redirect hosts. After login, validate or sign the returnTo value before redirecting. Keep internal app ports private and open applications through the gateway port.

Release scope

This guide describes installed 0.2.65 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +};

Always allowlist redirect hosts. After login, validate or sign the returnTo value before redirecting. Keep internal app ports private and open applications through the gateway port.

Release scope

This guide describes installed 0.2.66 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} diff --git a/app/pages/index.wrn b/app/pages/index.wrn index 69ba1bb1..3325035f 100644 --- a/app/pages/index.wrn +++ b/app/pages/index.wrn @@ -7,9 +7,9 @@ page Home { view {
-
W WRNexusJS
+
W WRNexusJS
-

WRNexusJS v0.2.65

Build from the server.
Ship only what matters.

WRNexusJS is an SSR-first, Bun-native full-stack framework. Build typed pages, APIs, validated forms, realtime rooms, secure sessions, workspaces, and optional mobile experiences with the .wrn component language.

Private developer preview. Request access to the package registry.

app/pages/dashboard.wrn
page Dashboard {
+      

WRNexusJS v0.2.66

Build from the server.
Ship only what matters.

WRNexusJS is an SSR-first, Bun-native full-stack framework. Build typed pages, APIs, validated forms, realtime rooms, secure sessions, workspaces, and optional mobile experiences with the .wrn component language.

Private developer preview. Request access to the package registry.

app/pages/dashboard.wrn
page Dashboard {
   ssr { api tasks GET /api/tasks { return tasks } }
   view {
     <main>
@@ -35,10 +35,10 @@ export const POST = async (ctx) => {
   return result.ok ? Response.json({ ok: true }, { status: 201 }) : result.response;
 };

Request lifecycle

  1. RequestSecurity headers and request limits
  2. MiddlewareAuthentication, policy, and context
  3. File routePage or API handler
  4. Compiler + SSRSafe HTML and scoped runtime
  5. ResponseHTML, JSON, stream, or realtime upgrade
-

Production proof

WorkRoot

Public creator/company site and approved WRNexusJS production showcase.

wrnexusjs.dev

This documentation application runs WRNexusJS 0.2.65.

View deployment notes and showcase status →

-

Capability status

CapabilityStatusDetails
SSR, routing, compiler, APIsPreviewInstalled in 0.2.65; public support policy pending.
Mobile/nativeExperimentalCapacitor compatibility and native generation have platform limitations.
Durable queuesExperimentalProduction durability requires an appropriate driver strategy.
+

Production proof

WorkRoot

Public creator/company site and approved WRNexusJS production showcase.

wrnexusjs.dev

This documentation application runs WRNexusJS 0.2.66.

View deployment notes and showcase status →

+

Capability status

CapabilityStatusDetails
SSR, routing, compiler, APIsPreviewInstalled in 0.2.66; public support policy pending.
Mobile/nativeExperimentalCapacitor compatibility and native generation have platform limitations.
Durable queuesExperimentalProduction durability requires an appropriate driver strategy.

Continue exploring

- +
} diff --git a/app/pages/language.wrn b/app/pages/language.wrn index 58bca2c1..a10745f7 100644 --- a/app/pages/language.wrn +++ b/app/pages/language.wrn @@ -7,15 +7,15 @@ page Thewrnlanguage { view {
-
W WRNexusJS
+
W WRNexusJS
-
Language reference · 0.2.65

The .wrn language

File anatomy

page Account {
+      
Language reference · 0.2.66

The .wrn language

File anatomy

page Account {
   layout = "public"
   seo { title = "Account" description = "Manage your account." }
   state count = 0
   view { <button @click="count++">Count {count}</button> }
 }

Pages, components, layouts, props, and state

Pages are routes. Components declare default-valued props and may hold state. Layouts provide shared slots. Mount components with data-component; fill default or named slots with data-slot.

Interpolation, conditionals, and loops

Interpolation is HTML-escaped. Use server {#if} and {#each} for SSR data. Use data-show for reactive client visibility.

Events and directives

@click and other events execute in the reactive scope. Data attributes opt into forms, i18n, themes, realtime, uploader, browser, and mobile behavior. Consult the exact package page because availability varies.

Forms, i18n, themes, and realtime

form[data-schema] connects descriptors to client and server validation. Translation keys use {t:key}. Theme toggles use data-wire-theme-toggle. Realtime pages opt into a named room.

Escaping and security

Text interpolation is escaped by default. Do not construct trusted HTML from user input. Server-only refinements must be repeated at the authoritative mutation boundary.

Common compiler errors

  • Use balanced braces; a literal brace must be escaped.
  • Declare UI in view, not JSX or hooks.
  • Use a valid page, component, or layout declaration matching the file role.
  • Keep server loops tied to available SSR bindings.
  • Check troubleshooting and compiler API for this release.
- +
} diff --git a/app/pages/license.wrn b/app/pages/license.wrn index 1c4fbd4d..784d8ec6 100644 --- a/app/pages/license.wrn +++ b/app/pages/license.wrn @@ -7,10 +7,10 @@ page License { view {
-
W WRNexusJS
+
W WRNexusJS

License

Owner decision required

This documentation repository contains no public license file, and the packages are unavailable from the public npm registry. No open-source license or redistribution right should be inferred.

Approved preview users must follow the private/commercial terms supplied by WorkRoot. Contact WorkRoot before copying, redistributing, or using WRNexusJS in production.

- +
} diff --git a/app/pages/packages.wrn b/app/pages/packages.wrn index 35d12044..676f9cc2 100644 --- a/app/pages/packages.wrn +++ b/app/pages/packages.wrn @@ -12,10 +12,10 @@ page Packages {
W WRNexusJS - +
-
26 focused packages

Package reference

Everything in the framework, organized by responsibility and documented from the published 0.2.65 APIs.

Showing {category} packages

+
26 focused packages

Package reference

Everything in the framework, organized by responsibility and documented from the published 0.2.66 APIs.

Showing {category} packages

AI

@wrnexus/ai

Server-side Anthropic client with generation and streaming.

Open documentation →
@@ -93,7 +93,7 @@ page Packages { Security

@wrnexus/validation

Typed schemas, coercion, validation, and browser descriptors.

Open documentation →
- +
} diff --git a/app/pages/packages/ai.wrn b/app/pages/packages/ai.wrn index dad4f818..d419d6c4 100644 --- a/app/pages/packages/ai.wrn +++ b/app/pages/packages/ai.wrn @@ -10,11 +10,11 @@ page wrnexusai {
W WRNexusJS - +
-
AI · Package reference

@wrnexus/ai

Server-side Anthropic client with generation and streaming.

v0.2.65Private registryAI

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/ai@0.2.65

Request preview access. Never put registry tokens in source control.

A tiny, zero-dependency Claude (Anthropic) client for WRNexusJS apps — generate and stream text with Claude from any server-side code.
+
AI · Package reference

@wrnexus/ai

Server-side Anthropic client with generation and streaming.

v0.2.66Private registryAI

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/ai@0.2.66

Request preview access. Never put registry tokens in source control.

A tiny, zero-dependency Claude (Anthropic) client for WRNexusJS apps — generate and stream text with Claude from any server-side code.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/ai is a thin, dependency-free wrapper over the Anthropic Messages API, built on fetch (Bun-native, no SDK). Use it in API routes, jobs, or middleware to call Claude. It defaults to the most capable model, claude-opus-4-8, reads your key from ANTHROPIC_API_KEY, and supports both one-shot generation and streaming.

@@ -201,7 +201,7 @@ export const POST = async (ctx) => { };
- + } diff --git a/app/pages/packages/authz.wrn b/app/pages/packages/authz.wrn index 307cb292..d892bd81 100644 --- a/app/pages/packages/authz.wrn +++ b/app/pages/packages/authz.wrn @@ -10,11 +10,11 @@ page wrnexusauthz {
W WRNexusJS - +
-
Security · Package reference

@wrnexus/authz

Role, permission, policy, and authorization guards.

v0.2.65Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/authz@0.2.65

Request preview access. Never put registry tokens in source control.

Composable authorization for WRNexusJS — role-based (RBAC), policy-based (PBAC), and attribute-based (ABAC) access control that reduces to a boolean check plus an authorize() guard.
+
Security · Package reference

@wrnexus/authz

Role, permission, policy, and authorization guards.

v0.2.66Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/authz@0.2.66

Request preview access. Never put registry tokens in source control.

Composable authorization for WRNexusJS — role-based (RBAC), policy-based (PBAC), and attribute-based (ABAC) access control that reduces to a boolean check plus an authorize() guard.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/authz is a small, server-side authorization toolkit. It gives you three interchangeable models — RBAC (roles → permissions), PBAC (policy predicates), and ABAC (attribute matchers) — that all collapse to a boolean | Promise<boolean> decision. Wrap any decision in a Middleware guard (authorize, requireRole, requirePermission) to protect WRNexusJS routes. Reach for it whenever a route or action needs to be gated on who the user is, what roles they hold, or attributes of the user and the resource. It plugs into @wrnexus/core by reading ctx.user as the authorization subject.

@@ -226,7 +226,7 @@ app.put( );
- + } diff --git a/app/pages/packages/cli.wrn b/app/pages/packages/cli.wrn index 6fa7391d..9605c051 100644 --- a/app/pages/packages/cli.wrn +++ b/app/pages/packages/cli.wrn @@ -10,11 +10,11 @@ page wrnexuscli {
W WRNexusJS - +
-
Tooling · Package reference

@wrnexus/cli

Create, develop, build, generate, test, and maintain WRNexusJS apps.

v0.2.65Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/cli@0.2.65

Request preview access. Never put registry tokens in source control.

The wrnexus command-line tool that scaffolds, runs, builds, tests, and manages WRNexusJS apps.
+
Tooling · Package reference

@wrnexus/cli

Create, develop, build, generate, test, and maintain WRNexusJS apps.

v0.2.66Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/cli@0.2.66

Request preview access. Never put registry tokens in source control.

The wrnexus command-line tool that scaffolds, runs, builds, tests, and manages WRNexusJS apps.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/cli provides the wrnexus executable — the single entry point for developing a WRNexusJS app. It runs the HMR dev server, produces a self-contained production build, scaffolds apps/pages/components, drives database migrations, regenerates typed routes and queries, runs tests, and manages configuration profiles. It also scaffolds multi-app monorepos and serves them behind a domain-routing gateway. This is a CLI/build-time package (it shells out to the Bun binary for the dev child and tests) and it also exports the workspace config types via a subpath.

@@ -153,7 +153,7 @@ wrnexus update --latest wrnexus doctor
- + } diff --git a/app/pages/packages/compiler.wrn b/app/pages/packages/compiler.wrn index 4d965848..247939bc 100644 --- a/app/pages/packages/compiler.wrn +++ b/app/pages/packages/compiler.wrn @@ -10,11 +10,11 @@ page wrnexuscompiler {
W WRNexusJS - +
-
Core · Package reference

@wrnexus/compiler

Parser and code generators for the .wrn language.

v0.2.65Private registryCore

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/compiler@0.2.65

Request preview access. Never put registry tokens in source control.

Compiler for the .wrn language — tokenizes, parses, and lowers .wrn page and component files to TypeScript.
+
Core · Package reference

@wrnexus/compiler

Parser and code generators for the .wrn language.

v0.2.66Private registryCore

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/compiler@0.2.66

Request preview access. Never put registry tokens in source control.

Compiler for the .wrn language — tokenizes, parses, and lowers .wrn page and component files to TypeScript.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/compiler turns .wrn source into TypeScript that targets the framework's runtime primitives. A .wrn file declares either a page (a route) or a component (a reusable, prop-driven fragment) with blocks for state, view (plain HTML), seo, style, functions, api, ssr/client data bindings, and realtime websocket handlers. The pipeline is source → Lexer → parse() → PageAst → generate() → TypeScript. It is a build/server-side library — the WRNexusJS dev loader calls it to compile .wrn files on the fly, surfacing ParseError as a readable error page.

@@ -403,7 +403,7 @@ lx.next(); // { type: "ident", value: "Home", pos: 5 &# lx.next(); // { type: "lbrace", value: "{", pos: 10 }
- + } diff --git a/app/pages/packages/core.wrn b/app/pages/packages/core.wrn index 61d83e05..64ed2759 100644 --- a/app/pages/packages/core.wrn +++ b/app/pages/packages/core.wrn @@ -10,11 +10,11 @@ page wrnexuscore {
W WRNexusJS - +
-
Core · Package reference

@wrnexus/core

Contexts, middleware, security, sessions, caching, JSX, and realtime.

v0.2.65Private registryCore

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/core@0.2.65

Request preview access. Never put registry tokens in source control.

The framework core: the request Context, middleware contract, and the security, session, caching, streaming, realtime, and JSX primitives every other WRNexusJS package builds on.
+
Core · Package reference

@wrnexus/core

Contexts, middleware, security, sessions, caching, JSX, and realtime.

v0.2.66Private registryCore

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/core@0.2.66

Request preview access. Never put registry tokens in source control.

The framework core: the request Context, middleware contract, and the security, session, caching, streaming, realtime, and JSX primitives every other WRNexusJS package builds on.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/core is the shared foundation of WRNexusJS. It defines the Context object that flows through every middleware, page, and API route, plus the Middleware/Next contract they implement. On top of that it ships the building blocks a real app needs: cookie-backed sessions, password auth, CSRF protection, rate limiting, request logging, HTTP + in-memory caching, file uploads, streaming/SSE responses, WebSocket "rooms", security headers/CORS, and a server-side JSX runtime that renders to HTML strings. Everything here is server-side and Bun-native (it uses Bun.password, Bun.write, the web-standard Request/Response, and crypto). You depend on it directly and transitively through the rest of the framework.

@@ -989,7 +989,7 @@ const registry = createRealtimeRegistry(); bridgeRealtime(registry, createPubSub(redisDriver(process.env.REDIS_URL)));
- + } diff --git a/app/pages/packages/csr.wrn b/app/pages/packages/csr.wrn index 68dccf98..b461f43c 100644 --- a/app/pages/packages/csr.wrn +++ b/app/pages/packages/csr.wrn @@ -10,11 +10,11 @@ page wrnexuscsr {
W WRNexusJS - +
-
Frontend · Package reference

@wrnexus/csr

Reactive, navigation, and realtime browser runtimes.

v0.2.65Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/csr@0.2.65

Request preview access. Never put registry tokens in source control.

The browser-side client runtime for WRNexusJS — generic, self-contained JS that hydrates server-rendered pages with reactivity, client-side navigation, and realtime rooms.
+
Frontend · Package reference

@wrnexus/csr

Reactive, navigation, and realtime browser runtimes.

v0.2.66Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/csr@0.2.66

Request preview access. Never put registry tokens in source control.

The browser-side client runtime for WRNexusJS — generic, self-contained JS that hydrates server-rendered pages with reactivity, client-side navigation, and realtime rooms.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/csr holds the three client runtimes that WRNexusJS serves to the browser. Components are authored as .wrn files and rendered on the server; this package provides the single, generic runtime that hydrates that HTML in the browser — there are no per-component browser bundles. Each runtime is exported as a plain-JS string (no build step, no imports) intended to be served verbatim from a well-known URL:

@@ -251,7 +251,7 @@ room.on("chat", (msg) => console.log(msg.user, msg.text)); room.send({ type: "chat", user: "ada", text: "hi" });
- + } diff --git a/app/pages/packages/db.wrn b/app/pages/packages/db.wrn index 0975c22c..4a970757 100644 --- a/app/pages/packages/db.wrn +++ b/app/pages/packages/db.wrn @@ -10,11 +10,11 @@ page wrnexusdb {
W WRNexusJS - +
-
Data · Package reference

@wrnexus/db

Database adapters, typed queries, models, migrations, and sessions.

v0.2.65Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/db@0.2.65

Request preview access. Never put registry tokens in source control.

The database layer for WRNexusJS: TS models as the single source of truth for DDL, validation, and result typing, plus a driver-based Db client, migrations, and a sqlc-style query generator.
+
Data · Package reference

@wrnexus/db

Database adapters, typed queries, models, migrations, and sessions.

v0.2.66Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/db@0.2.66

Request preview access. Never put registry tokens in source control.

The database layer for WRNexusJS: TS models as the single source of truth for DDL, validation, and result typing, plus a driver-based Db client, migrations, and a sqlc-style query generator.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/db is the server-side data layer. You describe tables as TypeScript models (the v column builder + table()); those models drive migrations, coerce raw DB rows into typed objects, and feed the query generator. A thin Driver interface is implemented by adapters for SQLite (bun:sqlite), Postgres/MySQL (Bun.SQL), and MongoDB. The Db client adds ergonomics — model-mapped all/one, transactions, createTable, pagination, and batched relation loading. A process-wide registry (getDb/setDb) exposes configured connections to pages and API routes. Reach for it whenever a WRNexusJS app needs persistence.

@@ -340,7 +340,7 @@ await repo.insert({ email: "a@b.com" }); const active = await repo.find({ active: true });
- + } diff --git a/app/pages/packages/dev-server.wrn b/app/pages/packages/dev-server.wrn index 3af015df..df28ed8f 100644 --- a/app/pages/packages/dev-server.wrn +++ b/app/pages/packages/dev-server.wrn @@ -10,11 +10,11 @@ page wrnexusdevserver {
W WRNexusJS - +
-
Runtime · Package reference

@wrnexus/dev-server

Development and production servers, HMR, assets, and gateways.

v0.2.65Private registryRuntime

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/dev-server@0.2.65

Request preview access. Never put registry tokens in source control.

The WRNexusJS HTTP + WebSocket server runtime — request dispatch, SSR document assembly, live-reload (HMR), and the portable production handler.
+
Runtime · Package reference

@wrnexus/dev-server

Development and production servers, HMR, assets, and gateways.

v0.2.66Private registryRuntime

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/dev-server@0.2.66

Request preview access. Never put registry tokens in source control.

The WRNexusJS HTTP + WebSocket server runtime — request dispatch, SSR document assembly, live-reload (HMR), and the portable production handler.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

This package is the server runtime that powers a WRNexusJS app in both development and production. A single request runtime (createHandlers) owns HTTP/WebSocket dispatch and SSR document assembly; it knows nothing about _how_ modules and assets are produced, so the dev and prod entry points wire in different backends: dev uses dynamic module loading plus on-the-fly bundling and injects a live-reload client; prod uses a static, pre-built manifest with cache-immutable assets. The package also ships a multi-app gateway (route several apps by Host header behind one port) and a portable node:http adapter for WinterCG hosts. It is entirely server-side and Bun-native (Bun.serve, Bun.file, Bun.gzipSync).

@@ -694,7 +694,7 @@ await startGateway({ });
- + } diff --git a/app/pages/packages/encryption.wrn b/app/pages/packages/encryption.wrn index 3bac859b..80c68420 100644 --- a/app/pages/packages/encryption.wrn +++ b/app/pages/packages/encryption.wrn @@ -10,11 +10,11 @@ page wrnexusencryption {
W WRNexusJS - +
-
Security · Package reference

@wrnexus/encryption

Hashing, HMAC, authenticated encryption, and key derivation.

v0.2.65Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/encryption@0.2.65

Request preview access. Never put registry tokens in source control.

Dependency-free crypto helpers for WRNexusJS: authenticated symmetric encryption (AES-256-GCM), hashing, and HMAC signing.
+
Security · Package reference

@wrnexus/encryption

Hashing, HMAC, authenticated encryption, and key derivation.

v0.2.66Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/encryption@0.2.66

Request preview access. Never put registry tokens in source control.

Dependency-free crypto helpers for WRNexusJS: authenticated symmetric encryption (AES-256-GCM), hashing, and HMAC signing.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

This package provides small, focused cryptographic primitives for server-side use: encrypting secrets/tokens/database fields at rest with AES-256-GCM, deriving keys from passwords via PBKDF2, computing SHA-256 digests, and signing/verifying payloads with HMAC-SHA256. It is built entirely on the standard Web Crypto API (crypto.subtle) plus btoa/atob and TextEncoder/TextDecoder — no third-party dependencies. Reach for it whenever you need to protect sensitive values or verify webhook signatures. All functions are async (Web Crypto is promise-based).

@@ -107,7 +107,7 @@ const ok = await hmacVerify(rawBody, webhookSecret, incomingSignatureHeader); if (!ok) throw new Error("Invalid webhook signature");
- + } diff --git a/app/pages/packages/helpers.wrn b/app/pages/packages/helpers.wrn index 6ff493f5..e3db140d 100644 --- a/app/pages/packages/helpers.wrn +++ b/app/pages/packages/helpers.wrn @@ -10,11 +10,11 @@ page wrnexushelpers {
W WRNexusJS - +
-
Tooling · Package reference

@wrnexus/helpers

Safe Context URL helpers and forward-auth login redirects.

v0.2.65Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/helpers@0.2.65

Request preview access. Never put registry tokens in source control.

Safe convenience helpers for common WRNexusJS application flows. The package uses standard Context, URL, and Response values and has no runtime dependency beyond @wrnexus/core.

+
Tooling · Package reference

@wrnexus/helpers

Safe Context URL helpers and forward-auth login redirects.

v0.2.66Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/helpers@0.2.66

Request preview access. Never put registry tokens in source control.

Safe convenience helpers for common WRNexusJS application flows. The package uses standard Context, URL, and Response values and has no runtime dependency beyond @wrnexus/core.

bun add @wrnexus/helpers

The package is private, so the machine must be authenticated to the wrnexus npm organization.

Usage

@@ -135,7 +135,7 @@ export const GET = async (ctx: Context) => { };
- + } diff --git a/app/pages/packages/i18n.wrn b/app/pages/packages/i18n.wrn index f7dc78f2..d600737e 100644 --- a/app/pages/packages/i18n.wrn +++ b/app/pages/packages/i18n.wrn @@ -10,11 +10,11 @@ page wrnexusi18n {
W WRNexusJS - +
-
Frontend · Package reference

@wrnexus/i18n

Translation loading, locale resolution, and Intl formatting.

v0.2.65Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/i18n@0.2.65

Request preview access. Never put registry tokens in source control.

Per-request translations plus locale-aware number, date, and currency formatting for WRNexusJS apps.
+
Frontend · Package reference

@wrnexus/i18n

Translation loading, locale resolution, and Intl formatting.

v0.2.66Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/i18n@0.2.66

Request preview access. Never put registry tokens in source control.

Per-request translations plus locale-aware number, date, and currency formatting for WRNexusJS apps.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/i18n loads locale files from app/locales/<lang>.json, resolves the active language for each request (cookie → Accept-Language → default), and builds a t(key, params) translator used both in server code and in .wrn views. It also ships Intl-based formatting helpers and a tiny client runtime that wires up a language switcher. Translation lookup, language resolution, and HTML marker rewriting run server-side; only the small I18N_RUNTIME snippet runs in the browser.

@@ -231,7 +231,7 @@ formatRelativeTime(-3, "day", lang); // "3 days ago" plural(2, { one: "# item", other: "# items" }, lang); // "2 items"
- + } diff --git a/app/pages/packages/jwt.wrn b/app/pages/packages/jwt.wrn index 6d304229..3b66372f 100644 --- a/app/pages/packages/jwt.wrn +++ b/app/pages/packages/jwt.wrn @@ -10,11 +10,11 @@ page wrnexusjwt {
W WRNexusJS - +
-
Security · Package reference

@wrnexus/jwt

HS256 JWT signing, verification, and bearer authentication.

v0.2.65Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/jwt@0.2.65

Request preview access. Never put registry tokens in source control.

Dependency-free JSON Web Tokens (HS256) via Web Crypto, plus a bearer-token auth middleware for WRNexusJS.
+
Security · Package reference

@wrnexus/jwt

HS256 JWT signing, verification, and bearer authentication.

v0.2.66Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/jwt@0.2.66

Request preview access. Never put registry tokens in source control.

Dependency-free JSON Web Tokens (HS256) via Web Crypto, plus a bearer-token auth middleware for WRNexusJS.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/jwt signs and verifies stateless JSON Web Tokens using the HS256 (HMAC-SHA-256) algorithm. It has no runtime dependencies — signing and verification are implemented directly on the standard Web Crypto API (crypto.subtle), which Bun provides natively. It runs server-side and pairs with the session-based auth in @wrnexus/core, giving you a stateless option for API and mobile clients. Reach for it when you need bearer-token auth rather than cookie sessions.

@@ -164,7 +164,7 @@ app.use(jwtAuth({ secret: process.env.JWT_SECRET! })); app.use(jwtAuth({ secret: process.env.JWT_SECRET!, required: false }));
- + } diff --git a/app/pages/packages/mobile.wrn b/app/pages/packages/mobile.wrn index 1ca5aa18..25b11657 100644 --- a/app/pages/packages/mobile.wrn +++ b/app/pages/packages/mobile.wrn @@ -10,11 +10,11 @@ page wrnexusmobile {
W WRNexusJS - +
-
Native · Package reference

@wrnexus/mobile

SSR-safe compatibility access to Capacitor plugins.

v0.2.65Private registryNative

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/mobile@0.2.65

Request preview access. Never put registry tokens in source control.

SSR-safe access to Capacitor plugins from WRNexusJS browser code.
+
Native · Package reference

@wrnexus/mobile

SSR-safe compatibility access to Capacitor plugins.

v0.2.66Private registryNative

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/mobile@0.2.66

Request preview access. Never put registry tokens in source control.

SSR-safe access to Capacitor plugins from WRNexusJS browser code.

Overview

@wrnexus/mobile keeps optional native imports out of server rendering while giving browser-owned modules one consistent registry for Capacitor plugins. During SSR, mobile.isNative() is false and mobile.platform() is "web".

Install a plugin through the WRNexusJS CLI so the web and native projects stay aligned:

@@ -131,7 +131,7 @@ const network = mobile.plugin<NetworkPlugin>("Network"); const status = network ? await network.getStatus() : { connected: true, connectionType: "unknown" };
- + } diff --git a/app/pages/packages/native.wrn b/app/pages/packages/native.wrn index fc786561..1b57c7cd 100644 --- a/app/pages/packages/native.wrn +++ b/app/pages/packages/native.wrn @@ -10,11 +10,11 @@ page wrnexusnative {
W WRNexusJS - +
-
Native · Package reference

@wrnexus/native

Cross-platform browser and Capacitor capability registry.

v0.2.65Private registryNative

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/native@0.2.65

Request preview access. Never put registry tokens in source control.

Cross-platform capabilities for browsers, Capacitor WebViews, and compiled native apps.
+
Native · Package reference

@wrnexus/native

Cross-platform browser and Capacitor capability registry.

v0.2.66Private registryNative

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/native@0.2.66

Request preview access. Never put registry tokens in source control.

Cross-platform capabilities for browsers, Capacitor WebViews, and compiled native apps.

Overview

@wrnexus/native exposes capabilities by name so application code can ask what the current platform supports before presenting an action. Browser capabilities use Web APIs; mobile capabilities use installed Capacitor plugins. platform() returns "server" during SSR, "browser" on the web, and the Capacitor platform in a native WebView.

bun add @wrnexus/native
@@ -123,7 +123,7 @@ const position = await native.run( );
- + } diff --git a/app/pages/packages/oauth.wrn b/app/pages/packages/oauth.wrn index aed734ad..93ef5bd9 100644 --- a/app/pages/packages/oauth.wrn +++ b/app/pages/packages/oauth.wrn @@ -10,11 +10,11 @@ page wrnexusoauth {
W WRNexusJS - +
-
Security · Package reference

@wrnexus/oauth

OAuth 2.0, PKCE, provider presets, and profile mapping.

v0.2.65Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/oauth@0.2.65

Request preview access. Never put registry tokens in source control.

Dependency-free OAuth 2.0 sign-in for any provider, with PKCE and presets for Google, GitHub, and Discord.
+
Security · Package reference

@wrnexus/oauth

OAuth 2.0, PKCE, provider presets, and profile mapping.

v0.2.66Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/oauth@0.2.66

Request preview access. Never put registry tokens in source control.

Dependency-free OAuth 2.0 sign-in for any provider, with PKCE and presets for Google, GitHub, and Discord.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/oauth implements the OAuth 2.0 Authorization Code flow (with PKCE) for server-side sign-in. It ships ready-made provider presets and a defineProvider helper for custom providers, then gives you two flow functions — startAuth (build the redirect) and completeAuth (exchange the code and fetch the user's profile). It has no runtime dependencies: it uses the platform fetch and WebCrypto only. Pairs naturally with @wrnexus/core's logIn to establish a session once you have a normalized profile.

@@ -286,7 +286,7 @@ const gitlab = defineProvider({ });
- + } diff --git a/app/pages/packages/pubsub.wrn b/app/pages/packages/pubsub.wrn index aff2fe74..d6005be4 100644 --- a/app/pages/packages/pubsub.wrn +++ b/app/pages/packages/pubsub.wrn @@ -10,11 +10,11 @@ page wrnexuspubsub {
W WRNexusJS - +
-
Realtime · Package reference

@wrnexus/pubsub

In-process and Redis-backed publish/subscribe.

v0.2.65Private registryRealtime

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/pubsub@0.2.65

Request preview access. Never put registry tokens in source control.

Topic-based publish/subscribe with a pluggable driver — in-process by default, Redis for cross-process messaging.
+
Realtime · Package reference

@wrnexus/pubsub

In-process and Redis-backed publish/subscribe.

v0.2.66Private registryRealtime

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/pubsub@0.2.66

Request preview access. Never put registry tokens in source control.

Topic-based publish/subscribe with a pluggable driver — in-process by default, Redis for cross-process messaging.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/pubsub is a small server-side pub/sub bus. You publish messages to a topic and subscribe with topic patterns; handlers fire for matching topics. The default driver keeps everything in-process, and you can swap in the Redis driver (@wrnexus/pubsub/redis) to fan messages out across processes or hosts. It also backs @wrnexus/core's realtime bridge for horizontal scaling.

@@ -146,7 +146,7 @@ await bus.publish("order:created", { id: 7 }); driver.close();
- + } diff --git a/app/pages/packages/queue.wrn b/app/pages/packages/queue.wrn index 04fb9291..14ea3599 100644 --- a/app/pages/packages/queue.wrn +++ b/app/pages/packages/queue.wrn @@ -10,11 +10,11 @@ page wrnexusqueue {
W WRNexusJS - +
-
Data · Package reference

@wrnexus/queue

Background jobs with delay, concurrency, retry, and repetition.

v0.2.65Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/queue@0.2.65

Request preview access. Never put registry tokens in source control.

A background job queue with delays, retries + exponential backoff, recurring jobs, and concurrent workers.
+
Data · Package reference

@wrnexus/queue

Background jobs with delay, concurrency, retry, and repetition.

v0.2.66Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/queue@0.2.66

Request preview access. Never put registry tokens in source control.

A background job queue with delays, retries + exponential backoff, recurring jobs, and concurrent workers.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/queue is a server-side in-process job queue. You register named workers, enqueue jobs (optionally delayed or recurring), and let the queue poll and run them on a timer — with per-job retry limits and doubling backoff between attempts. The default store lives in memory; the design allows a pluggable driver to back it with Redis/SQL for durability across restarts. Reach for it when you need to defer work (emails, webhooks, cleanup) off the request path without a heavyweight external broker. Tests can drive it deterministically via drain().

@@ -189,7 +189,7 @@ clock = 5000; const ran = await queue.drain(); // => 1
- + } diff --git a/app/pages/packages/reactive.wrn b/app/pages/packages/reactive.wrn index d0baa9ff..0d50af5f 100644 --- a/app/pages/packages/reactive.wrn +++ b/app/pages/packages/reactive.wrn @@ -10,11 +10,11 @@ page wrnexusreactive {
W WRNexusJS - +
-
Frontend · Package reference

@wrnexus/reactive

Small type-safe reactive signal primitives.

v0.2.65Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/reactive@0.2.65

Request preview access. Never put registry tokens in source control.

Tiny, type-safe reactive primitives (signals) with zero dependencies.
+
Frontend · Package reference

@wrnexus/reactive

Small type-safe reactive signal primitives.

v0.2.66Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/reactive@0.2.66

Request preview access. Never put registry tokens in source control.

Tiny, type-safe reactive primitives (signals) with zero dependencies.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/reactive is the seed of WRNexusJS's reactivity layer: a minimal signal primitive that holds a value, notifies subscribers when it changes, and hands back an unsubscribe function. It is deliberately small and framework-agnostic — it powers nothing on its own, but is shaped so client islands (and later the .wrn compiler's state blocks) can build reactive bindings on top of it. Reach for it when you need observable state without pulling in a full reactivity library.

@@ -125,7 +125,7 @@ const user: Signal<{ name: string } | null> = signal(null); user.set({ name: "Ada" });
- + } diff --git a/app/pages/packages/router.wrn b/app/pages/packages/router.wrn index 1411d190..1889cfe7 100644 --- a/app/pages/packages/router.wrn +++ b/app/pages/packages/router.wrn @@ -10,11 +10,11 @@ page wrnexusrouter {
W WRNexusJS - +
-
Core · Package reference

@wrnexus/router

Filesystem discovery, route matching, and typed route generation.

v0.2.65Private registryCore

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/router@0.2.65

Request preview access. Never put registry tokens in source control.

File-based router that maps an app/ directory onto route tables and matches request paths against them.
+
Core · Package reference

@wrnexus/router

Filesystem discovery, route matching, and typed route generation.

v0.2.66Private registryCore

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/router@0.2.66

Request preview access. Never put registry tokens in source control.

File-based router that maps an app/ directory onto route tables and matches request paths against them.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/router scans an application's app/ directory once at startup and builds route tables for pages, API endpoints, realtime channels, middleware, server-rendered .wrn components, layouts, and validation schemas. It also compiles URL patterns (/users/[id]) into RegExps and matches request paths against them. Request input is never turned into a file path, which makes the router immune to path traversal. This is a server-side package used by the WRNexusJS runtime to resolve incoming requests, plus a codegen helper for compile-time typed links.

@@ -249,7 +249,7 @@ const routes = sortRoutes([{ raw: "/posts/[slug]", file: " const m = matchRoute(routes, "/posts/hello"); // { route, params: { slug: "hello" } }
- + } diff --git a/app/pages/packages/ssr.wrn b/app/pages/packages/ssr.wrn index adeb6651..282cda77 100644 --- a/app/pages/packages/ssr.wrn +++ b/app/pages/packages/ssr.wrn @@ -10,11 +10,11 @@ page wrnexusssr {
W WRNexusJS - +
-
Runtime · Package reference

@wrnexus/ssr

Secure HTML document rendering and SEO metadata.

v0.2.65Private registryRuntime

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/ssr@0.2.65

Request preview access. Never put registry tokens in source control.

Server-side rendering: wraps a page's HTML body in a complete HTML document with a metadata-driven <head>.
+
Runtime · Package reference

@wrnexus/ssr

Secure HTML document rendering and SEO metadata.

v0.2.66Private registryRuntime

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/ssr@0.2.66

Request preview access. Never put registry tokens in source control.

Server-side rendering: wraps a page's HTML body in a complete HTML document with a metadata-driven <head>.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

Pages in WRNexusJS return an HTML string for the body. @wrnexus/ssr takes that body and produces a full HTML document — building the <head> from page metadata and global SEO defaults, resolving canonical/Open Graph/Twitter tags, and injecting module preloads and <script type="module"> tags. It is deliberately server-only: nothing in this package touches the DOM or ships to the browser, keeping server code genuinely server-only. Reach for it on the server when turning a rendered page body into a response document.

@@ -170,7 +170,7 @@ return new Response(html, { return new Response(html, { headers: { "content-type": "text/html; charset=utf-8" } });
- + } diff --git a/app/pages/packages/styles.wrn b/app/pages/packages/styles.wrn index d7846cca..0e76eea5 100644 --- a/app/pages/packages/styles.wrn +++ b/app/pages/packages/styles.wrn @@ -10,11 +10,11 @@ page wrnexusstyles {
W WRNexusJS - +
-
Frontend · Package reference

@wrnexus/styles

CSS pipeline, themes, fonts, profiles, and application config.

v0.2.65Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/styles@0.2.65

Request preview access. Never put registry tokens in source control.

Global CSS bundling, the --wire-* design-token theme system, and the wrnexus.config.ts app-config loader for WRNexusJS apps.
+
Frontend · Package reference

@wrnexus/styles

CSS pipeline, themes, fonts, profiles, and application config.

v0.2.66Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/styles@0.2.66

Request preview access. Never put registry tokens in source control.

Global CSS bundling, the --wire-* design-token theme system, and the wrnexus.config.ts app-config loader for WRNexusJS apps.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

This package owns three server-side concerns that shape every page a WRNexusJS app renders:

@@ -615,7 +615,7 @@ const themeJs = renderThemeRuntime(theme); // served at THEME_JS_HREF
- + } diff --git a/app/pages/packages/test.wrn b/app/pages/packages/test.wrn index bd975fa8..7168ea3f 100644 --- a/app/pages/packages/test.wrn +++ b/app/pages/packages/test.wrn @@ -10,11 +10,11 @@ page wrnexustest {
W WRNexusJS - +
-
Tooling · Package reference

@wrnexus/test

WRNexusJS-aware component, route, and browser testing utilities.

v0.2.65Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/test@0.2.65

Request preview access. Never put registry tokens in source control.

Testing utilities for WRNexusJS apps — component rendering, reactive-DOM mounting, route handler calls, and a full in-process app harness, plus a one-import re-export of bun:test.
+
Tooling · Package reference

@wrnexus/test

WRNexusJS-aware component, route, and browser testing utilities.

v0.2.66Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/test@0.2.66

Request preview access. Never put registry tokens in source control.

Testing utilities for WRNexusJS apps — component rendering, reactive-DOM mounting, route handler calls, and a full in-process app harness, plus a one-import re-export of bun:test.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/test is the server-side test toolkit you reach for when writing tests for a WRNexusJS app. It runs under bun test (invoked via wrnexus test) and gives you a single import surface: the bun:test primitives (test, expect, mock, …) re-exported alongside WRNexusJS-aware helpers that compile .wrn components, hydrate server HTML in a DOM, invoke API route handlers, and boot the real app on an ephemeral port for integration tests.

@@ -185,7 +185,7 @@ test("health endpoint", async () => { });
- + } diff --git a/app/pages/packages/tracking.wrn b/app/pages/packages/tracking.wrn index dcf3e388..1207095d 100644 --- a/app/pages/packages/tracking.wrn +++ b/app/pages/packages/tracking.wrn @@ -10,11 +10,11 @@ page wrnexustracking {
W WRNexusJS - +
-
Runtime · Package reference

@wrnexus/tracking

Error/event capture, middleware, filtering, and sinks.

v0.2.65Private registryRuntime

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/tracking@0.2.65

Request preview access. Never put registry tokens in source control.

Error tracking for WRNexusJS apps: capture exceptions manually or via middleware and fan them out to pluggable sinks.
+
Runtime · Package reference

@wrnexus/tracking

Error/event capture, middleware, filtering, and sinks.

v0.2.66Private registryRuntime

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/tracking@0.2.66

Request preview access. Never put registry tokens in source control.

Error tracking for WRNexusJS apps: capture exceptions manually or via middleware and fan them out to pluggable sinks.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/tracking is a small, server-side error-capture layer. You create a tracker with one or more sinks, then feed it errors — either manually with tracker.capture(err, context) or automatically by mounting tracker.middleware() in your request pipeline. A consoleSink is included; forwarding to Sentry, Datadog, or any other backend is just a matter of writing a tiny sink. Reach for it when you want a single, sink-agnostic place to route application errors. Sinks run best-effort — a throwing sink never breaks the request.

@@ -163,7 +163,7 @@ const tracker = createTracker({ tracker.addSink(anotherSink); // add more sinks later
- + } diff --git a/app/pages/packages/ui.wrn b/app/pages/packages/ui.wrn index 85ecb20b..23abe0d3 100644 --- a/app/pages/packages/ui.wrn +++ b/app/pages/packages/ui.wrn @@ -10,11 +10,11 @@ page wrnexusui {
W WRNexusJS - +
-
Frontend · Package reference

@wrnexus/ui

Themeable server-rendered UI components and CSS.

v0.2.65Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/ui@0.2.65

Request preview access. Never put registry tokens in source control.

First-party Wire UI component library — a set of themeable .wrn components plus a single tokenized stylesheet.
+
Frontend · Package reference

@wrnexus/ui

Themeable server-rendered UI components and CSS.

v0.2.66Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/ui@0.2.66

Request preview access. Never put registry tokens in source control.

First-party Wire UI component library — a set of themeable .wrn components plus a single tokenized stylesheet.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/ui ships a library of server-rendered .wrn components (layout, form controls, and feedback UI) together with one themeable stylesheet, ui.css. The components are auto-discovered by the framework router — you don't import them in code. Once the package's component directory is on the router's scan path, you mount any component in a page with data-component="<name>". Every visual is driven by var(--wire-*) theme tokens, so components restyle instantly when the theme changes. The tiny JS surface (src/index.ts) exists only so the toolchain (CLI build + dev server) can locate the component directory and stylesheet.

@@ -131,7 +131,7 @@ const router = buildRouter(appDir, { componentDirs: [uiComponentsDir()]  </div>

Explore the component library

The component reference now has a dedicated catalog with searchable cards and one complete page per component.

Browse all 901 components →

- + } diff --git a/app/pages/packages/uploader.wrn b/app/pages/packages/uploader.wrn index 586bb408..4002743f 100644 --- a/app/pages/packages/uploader.wrn +++ b/app/pages/packages/uploader.wrn @@ -10,11 +10,11 @@ page wrnexusuploader {
W WRNexusJS - +
-
Data · Package reference

@wrnexus/uploader

Validated local/S3 uploads and secure file serving.

v0.2.65Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/uploader@0.2.65

Request preview access. Never put registry tokens in source control.

Config-driven file uploads + serving for WRNexusJS. Declare named storage stores (local disk or any S3-compatible backend) in wrnexus.config.ts, upload with one function call, drop a drag-and-drop widget on a page, and serve files back — public or private. Zero external dependencies (S3 is signed with a built-in AWS SigV4 implementation, like the rest of the framework).

+
Data · Package reference

@wrnexus/uploader

Validated local/S3 uploads and secure file serving.

v0.2.66Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/uploader@0.2.66

Request preview access. Never put registry tokens in source control.

Config-driven file uploads + serving for WRNexusJS. Declare named storage stores (local disk or any S3-compatible backend) in wrnexus.config.ts, upload with one function call, drop a drag-and-drop widget on a page, and serve files back — public or private. Zero external dependencies (S3 is signed with a built-in AWS SigV4 implementation, like the rest of the framework).

Usage

Configure local and S3 stores

// wrnexus.config.ts
@@ -423,7 +423,7 @@ import { serveFromStore } from "@wrnexus/uploader";
 export const GET = serveFromStore("docs"); // your middleware decides who gets in
- + } diff --git a/app/pages/packages/validation.wrn b/app/pages/packages/validation.wrn index a0b1aa26..35343197 100644 --- a/app/pages/packages/validation.wrn +++ b/app/pages/packages/validation.wrn @@ -10,11 +10,11 @@ page wrnexusvalidation {
W WRNexusJS - +
-
Security · Package reference

@wrnexus/validation

Typed schemas, coercion, validation, and browser descriptors.

v0.2.65Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/validation@0.2.65

Request preview access. Never put registry tokens in source control.

One fluent schema, validated on the server (API bodies, env vars) and mirrored to an eval-free browser validator for forms.
+
Security · Package reference

@wrnexus/validation

Typed schemas, coercion, validation, and browser descriptors.

v0.2.66Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/validation@0.2.66

Request preview access. Never put registry tokens in source control.

One fluent schema, validated on the server (API bodies, env vars) and mirrored to an eval-free browser validator for forms.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

Define a schema once with the fluent v builder, then reuse it in three places: .parse() runs server-side and returns coerced values plus per-field errors; .describe() emits a plain-JSON SchemaDescriptor that the browser runtime interprets (no eval, no bundled validator); and helpers like parseBody and parseEnv wire schemas straight into API routes and startup config. The server rule logic (applyRule/checkField) and the client runtime (VALIDATE_RUNTIME) mirror each other exactly, so a form validates identically in both places. Schemas are conventionally kept in app/schemas/.

@@ -343,7 +343,7 @@ const head = `<script>${renderSchemasScript({ signup: signupSche // render a <form data-schema="signup"> with [data-error="email"] etc.
- + } diff --git a/app/pages/releases/0.2.66.wrn b/app/pages/releases/0.2.66.wrn new file mode 100644 index 00000000..be5ebc50 --- /dev/null +++ b/app/pages/releases/0.2.66.wrn @@ -0,0 +1,17 @@ +page Release0266 { + seo { + title = "Release 0.2.66" + description = "WRNexusJS 0.2.66 release notes." + canonical = "https://wrnexusjs.dev/releases/0.2.66" + } + view { + +
+
W WRNexusJS
+ +

WRNexusJS 0.2.66

Released 2026-07-13. All 26 installed packages are aligned to this version. Highlights include the new helpers package, reliable workspace app addition, and browser SSO redirects through forward authentication. See the changelog, upgrade guide, and package references.

+ + +
+ } +} \ No newline at end of file diff --git a/app/pages/roadmap.wrn b/app/pages/roadmap.wrn index 2f346f9a..9426fd75 100644 --- a/app/pages/roadmap.wrn +++ b/app/pages/roadmap.wrn @@ -7,10 +7,10 @@ page Roadmap { view {
-
W WRNexusJS
+
W WRNexusJS

Roadmap

Roadmap items are direction, not delivery commitments. Dates require explicit owner approval.

Now

  • Private preview onboarding and accurate package references
  • Runnable documentation fixtures and link/accessibility checks
  • License, support, and disclosure owner decisions

Next

  • Durable queue driver guidance
  • Expanded database/auth/realtime examples
  • Versioned release notes and migration fixtures

Later / exploration

  • Historical documentation selector
  • Maintained reproducible benchmarks
  • Broader mobile/native coverage
- +
} diff --git a/app/pages/search.wrn b/app/pages/search.wrn index f4f590e1..e71af37c 100644 --- a/app/pages/search.wrn +++ b/app/pages/search.wrn @@ -7,10 +7,10 @@ page Search { view {
-
W WRNexusJS
+
W WRNexusJS

Search documentation

This build-time index is local and sends no query to a third party. Use your browser’s find command to filter this compact index.

Core documentation

Get started · Packages · Components · Language · Architecture

Guides

Project structure · Routing · Pages and components · Server data · API routes · Middleware · Forms and validation · Authentication · Authorization · Application security · Database · Uploads · Realtime · Pub/sub · Queues · Testing · Workspaces and gateway · Deployment · Configuration and profiles · Internationalization and themes · Mobile · Observability · Upgrading · Troubleshooting

Package APIs

@wrnexus/ai · @wrnexus/authz · @wrnexus/compiler · @wrnexus/core · @wrnexus/csr · @wrnexus/db · @wrnexus/dev-server · @wrnexus/encryption · @wrnexus/helpers · @wrnexus/i18n · @wrnexus/jwt · @wrnexus/mobile · @wrnexus/native · @wrnexus/oauth · @wrnexus/pubsub · @wrnexus/queue · @wrnexus/reactive · @wrnexus/router · @wrnexus/ssr · @wrnexus/styles · @wrnexus/test · @wrnexus/tracking · @wrnexus/ui · @wrnexus/uploader · @wrnexus/validation · @wrnexus/cli

- +
} diff --git a/app/pages/security.wrn b/app/pages/security.wrn index 582eed7a..210ca06d 100644 --- a/app/pages/security.wrn +++ b/app/pages/security.wrn @@ -7,10 +7,10 @@ page Security { view {
-
W WRNexusJS
+
W WRNexusJS
-

Security

WRNexusJS provides primitives for CSP, CSRF, Trusted Types, sessions, validation, authorization, encryption, upload restrictions, request limits, and WebSocket-origin checks. Applications remain responsible for correct configuration, business authorization, secrets, dependencies, data protection, and operations.

Supported releases

Only the current private-preview release 0.2.65 is documented here. A formal old-release support window is not yet published.

Report a vulnerability

Use WorkRoot’s approved private contact path at workroot.in. Do not publish exploit details or secrets. Include affected version, impact, reproduction, and a safe contact method. Response targets, encryption key, bounty, audit, and certification are not currently claimed.

Deployment controls

Use restrictive CSP and permissions policies, HSTS only on HTTPS production origins, MIME sniffing protection, restrictive referrers, explicit CORS, secure cookies, CSRF validation, request limits, and origin checks. See application security.

- +

Security

WRNexusJS provides primitives for CSP, CSRF, Trusted Types, sessions, validation, authorization, encryption, upload restrictions, request limits, and WebSocket-origin checks. Applications remain responsible for correct configuration, business authorization, secrets, dependencies, data protection, and operations.

Supported releases

Only the current private-preview release 0.2.66 is documented here. A formal old-release support window is not yet published.

Report a vulnerability

Use WorkRoot’s approved private contact path at workroot.in. Do not publish exploit details or secrets. Include affected version, impact, reproduction, and a safe contact method. Response targets, encryption key, bounty, audit, and certification are not currently claimed.

Deployment controls

Use restrictive CSP and permissions policies, HSTS only on HTTPS production origins, MIME sniffing protection, restrictive referrers, explicit CORS, secure cookies, CSRF validation, request limits, and origin checks. See application security.

+
} diff --git a/app/pages/showcase.wrn b/app/pages/showcase.wrn index c118a6af..d996a8b5 100644 --- a/app/pages/showcase.wrn +++ b/app/pages/showcase.wrn @@ -7,10 +7,10 @@ page Showcase { view {
-
W WRNexusJS
+
W WRNexusJS
-

Showcase

Only confirmed public properties are listed; no customer or traffic claims are made.

WorkRoot

Creator/company site demonstrating a public WRNexusJS deployment. Exact deployed version and infrastructure notes await owner confirmation.

WRNexusJS docs

This documentation portal, built and verified against WRNexusJS 0.2.65 on Bun.

Screenshots are intentionally deferred until approved assets and alt text are available.

- +

Showcase

Only confirmed public properties are listed; no customer or traffic claims are made.

WorkRoot

Creator/company site demonstrating a public WRNexusJS deployment. Exact deployed version and infrastructure notes await owner confirmation.

WRNexusJS docs

This documentation portal, built and verified against WRNexusJS 0.2.66 on Bun.

Screenshots are intentionally deferred until approved assets and alt text are available.

+
} diff --git a/app/pages/support.wrn b/app/pages/support.wrn index 1d6060fe..6db707e7 100644 --- a/app/pages/support.wrn +++ b/app/pages/support.wrn @@ -7,10 +7,10 @@ page Support { view {
-
W WRNexusJS
+
W WRNexusJS

Support

WRNexusJS has no public Discord, public issue tracker, or guaranteed community support channel listed by this repository. Preview access and support begin through WorkRoot’s public contact path.

Include WRNexusJS version, Bun version, OS, a minimal reproduction, expected and actual behavior, and sanitized logs. Never include registry tokens, credentials, session cookies, or private data.

Support scope, service levels, and commercial terms require owner confirmation.

- +
} diff --git a/app/pages/tutorial.wrn b/app/pages/tutorial.wrn index 000dd515..954107b6 100644 --- a/app/pages/tutorial.wrn +++ b/app/pages/tutorial.wrn @@ -7,9 +7,9 @@ page Tutorial { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview · runnable-project extraction pending

Secure task board

This tutorial connects the installed 0.2.65 APIs into one design. Snippets are limited to declarations and README patterns verified in the installed packages; a CI-compiled standalone fixture remains on the roadmap.

Application shape

A .wrn page renders tasks from an SSR API binding. A shared validation schema protects mutations. Session middleware identifies users, authorization policies gate updates, and a realtime room broadcasts changes.

Schema and create route

import { v, parseBody } from "@wrnexus/validation";
+      
Preview · runnable-project extraction pending

Secure task board

This tutorial connects the installed 0.2.66 APIs into one design. Snippets are limited to declarations and README patterns verified in the installed packages; a CI-compiled standalone fixture remains on the roadmap.

Application shape

A .wrn page renders tasks from an SSR API binding. A shared validation schema protects mutations. Session middleware identifies users, authorization policies gate updates, and a realtime room broadcasts changes.

Schema and create route

import { v, parseBody } from "@wrnexus/validation";
 const task = v.object({ title: v.string().trim().min(3).max(120) });
 export const POST = async (ctx) => {
   const parsed = await parseBody(task, ctx.req);
@@ -23,7 +23,7 @@ export const POST = async (ctx) => {
     </ul></main>
   }
 }

Production checklist

  • Choose SQLite for local development or configure the supported PostgreSQL driver.
  • Run migrations before accepting traffic.
  • Enable session authentication and enforce authorization on every mutation.
  • Validate upload types and sizes; keep private objects behind authenticated routes.
  • Use Redis pub/sub when realtime rooms span processes.
  • Treat the default queue as non-durable until a production driver is selected.

Follow the focused database, authentication, authorization, realtime, and upload guides.

- +
} diff --git a/bun.lock b/bun.lock index 0f1ad207..57e4a59f 100644 --- a/bun.lock +++ b/bun.lock @@ -7,38 +7,38 @@ "dependencies": { "@iconify-json/lucide": "^1.2.118", "@iconify/tailwind4": "^1.2.3", - "@wrnexus/ai": "^0.2.65", - "@wrnexus/authz": "^0.2.65", - "@wrnexus/compiler": "^0.2.65", - "@wrnexus/core": "^0.2.65", - "@wrnexus/csr": "^0.2.65", - "@wrnexus/db": "^0.2.65", - "@wrnexus/dev-server": "^0.2.65", - "@wrnexus/encryption": "^0.2.65", - "@wrnexus/helpers": "^0.2.65", - "@wrnexus/i18n": "^0.2.65", - "@wrnexus/jwt": "^0.2.65", - "@wrnexus/mobile": "^0.2.65", - "@wrnexus/native": "^0.2.65", - "@wrnexus/oauth": "^0.2.65", - "@wrnexus/pubsub": "^0.2.65", - "@wrnexus/queue": "^0.2.65", - "@wrnexus/reactive": "^0.2.65", - "@wrnexus/router": "^0.2.65", - "@wrnexus/ssr": "^0.2.65", - "@wrnexus/styles": "^0.2.65", - "@wrnexus/test": "^0.2.65", - "@wrnexus/tracking": "^0.2.65", - "@wrnexus/ui": "^0.2.65", - "@wrnexus/uploader": "^0.2.65", - "@wrnexus/validation": "^0.2.65", + "@wrnexus/ai": "^0.2.66", + "@wrnexus/authz": "^0.2.66", + "@wrnexus/compiler": "^0.2.66", + "@wrnexus/core": "^0.2.66", + "@wrnexus/csr": "^0.2.66", + "@wrnexus/db": "^0.2.66", + "@wrnexus/dev-server": "^0.2.66", + "@wrnexus/encryption": "^0.2.66", + "@wrnexus/helpers": "^0.2.66", + "@wrnexus/i18n": "^0.2.66", + "@wrnexus/jwt": "^0.2.66", + "@wrnexus/mobile": "^0.2.66", + "@wrnexus/native": "^0.2.66", + "@wrnexus/oauth": "^0.2.66", + "@wrnexus/pubsub": "^0.2.66", + "@wrnexus/queue": "^0.2.66", + "@wrnexus/reactive": "^0.2.66", + "@wrnexus/router": "^0.2.66", + "@wrnexus/ssr": "^0.2.66", + "@wrnexus/styles": "^0.2.66", + "@wrnexus/test": "^0.2.66", + "@wrnexus/tracking": "^0.2.66", + "@wrnexus/ui": "^0.2.66", + "@wrnexus/uploader": "^0.2.66", + "@wrnexus/validation": "^0.2.66", }, "devDependencies": { "@eslint/js": "^9.0.0", "@tailwindcss/cli": "^4.0.0", "@types/bun": "latest", "@types/node": "^26.1.1", - "@wrnexus/cli": "^0.2.65", + "@wrnexus/cli": "^0.2.66", "eslint": "^9.0.0", "prettier": "latest", "tailwindcss": "^4.0.0", @@ -186,57 +186,57 @@ "@typescript-eslint/visitor-keys": ["@typescript-eslint/visitor-keys@8.63.0", "", { "dependencies": { "@typescript-eslint/types": "8.63.0", "eslint-visitor-keys": "^5.0.0" } }, "sha512-UexrHGnGTpbuQHct2ExOc2ZcFbGUS9FOesCxxqdBGcpI1BxYu/LZ6U8Aq6/72XtF/qRBk9nhuGHFJIXXMhPMdw=="], - "@wrnexus/ai": ["@wrnexus/ai@0.2.65", "", {}, "sha512-gB6scRCcTxErtRvG0luydtngAf5SDMNvZkSP36AINBx5AxNup0QmYRiYiPPcfwDu/2WvNwhUHMeadrc70Tt1vw=="], + "@wrnexus/ai": ["@wrnexus/ai@0.2.66", "", {}, "sha512-3ezG/miRDawqtq/0FP9kvvP1u+vPEFPUANwojNOTQ3lJalBdHy5C88wyqYEfXMG8mgy9ssc+tYYJgHABQuxzCg=="], - "@wrnexus/authz": ["@wrnexus/authz@0.2.65", "", {}, "sha512-Ag869ETKR/9gTZ6hxj3F6stVJ0kAlhUXhZS2/qKxZ2QkLlkXD1xM3sEXoRrl9ZF+NPnMcBBGEyiZlL14QzX81w=="], + "@wrnexus/authz": ["@wrnexus/authz@0.2.66", "", {}, "sha512-iMrC6VcjLA2yxBa7JP0OIPCAA8z2CKnyYlHIzUm0TPCoTRLCIOA14AB1y//+/XUMO6SjELMmH4NvgFC1Sirutw=="], - "@wrnexus/cli": ["@wrnexus/cli@0.2.65", "", { "dependencies": { "@wrnexus/compiler": "^0.2.65", "@wrnexus/core": "^0.2.65", "@wrnexus/csr": "^0.2.65", "@wrnexus/db": "^0.2.65", "@wrnexus/dev-server": "^0.2.65", "@wrnexus/i18n": "^0.2.65", "@wrnexus/router": "^0.2.65", "@wrnexus/styles": "^0.2.65", "@wrnexus/ui": "^0.2.65", "@wrnexus/validation": "^0.2.65" }, "bin": { "wrnexus": "dist/index.js" } }, "sha512-hWUzG56OcDKLzmQRwd5eWwt9Ay1qdcM9VL9zJpQ6WpVIOgzKddozdtt9+yM8wWnmL+XFL/tHLlH9QMdSjvd8sg=="], + "@wrnexus/cli": ["@wrnexus/cli@0.2.66", "", { "dependencies": { "@wrnexus/compiler": "^0.2.66", "@wrnexus/core": "^0.2.66", "@wrnexus/csr": "^0.2.66", "@wrnexus/db": "^0.2.66", "@wrnexus/dev-server": "^0.2.66", "@wrnexus/i18n": "^0.2.66", "@wrnexus/router": "^0.2.66", "@wrnexus/styles": "^0.2.66", "@wrnexus/ui": "^0.2.66", "@wrnexus/validation": "^0.2.66" }, "bin": { "wrnexus": "dist/index.js" } }, "sha512-s+Dt+rx6iFwjSNetDnG3/Hu8227zHrVYbe3KCMVbpf7n8PtXG9G/Y4FDh+spgO0aZyE2cqZcnLCMSM4C2nXMPQ=="], - "@wrnexus/compiler": ["@wrnexus/compiler@0.2.65", "", {}, "sha512-nXWZBEJR8yguO4tnzcu2PjAKsAX5cJshzhZsD2M3DCMFHWkQWmegPB+f7Xa9YYwBuh9+dMkf3ukCQWv4iM16og=="], + "@wrnexus/compiler": ["@wrnexus/compiler@0.2.66", "", {}, "sha512-uFESw7DyG7ScYIXjfMGG0JZRCsiBRVs4zJEYrJOCgw+7zl453LIMcM4ZvuKcSOLoIaLWFhtHQf2WQf9cn2/wMg=="], - "@wrnexus/core": ["@wrnexus/core@0.2.65", "", {}, "sha512-GNWqlVkqC8T4WBueQrUzktP4Z42wVKjwRQdkxqL4VyrriYLgaha/yoc57tawqsJEZSCtjMEkequBoW3YdXSObg=="], + "@wrnexus/core": ["@wrnexus/core@0.2.66", "", {}, "sha512-2ebBT2wBS9lpF+r8eWxHQXry97rmnSzrWermme0uf6vjfcNB9XpPH2C2DJ+I+HQk2YqF6Vo12M2qIM49cujsHg=="], - "@wrnexus/csr": ["@wrnexus/csr@0.2.65", "", { "dependencies": { "@wrnexus/core": "^0.2.65" } }, "sha512-8B2JhJ1mTZXfCLgtmqC461yjt5totd16/PJa08qSnIaX0ECVKoaSWBTobevxcfj52EMcZW3N40IgprHiVS3olg=="], + "@wrnexus/csr": ["@wrnexus/csr@0.2.66", "", { "dependencies": { "@wrnexus/core": "^0.2.66" } }, "sha512-tfhWELGI8LQpTCvZGgrgEIMVy4H0/N4ZstpsukGNOSbDUPDv3aRlCS7dVr7SNj6vIVE+ASFWxyVnfF2KCJzUvA=="], - "@wrnexus/db": ["@wrnexus/db@0.2.65", "", {}, "sha512-HIaggxC6UqlK48ukEPID53VzIUFICV/2gMOAe+SoXIFYsmQFQ4RodN6I+DlzoRPjU/IupTa0d5TVmq4MfuIDfQ=="], + "@wrnexus/db": ["@wrnexus/db@0.2.66", "", {}, "sha512-yjtVD6U+P/LJF+QGhGnB4lLVLOA2fyBqKaB+Ta4UxqUgRlG5Yz5Nwi4j056JWpkJ4ECrNL0fEjfc0HqDg1+aKw=="], - "@wrnexus/dev-server": ["@wrnexus/dev-server@0.2.65", "", { "dependencies": { "@wrnexus/compiler": "^0.2.65", "@wrnexus/core": "^0.2.65", "@wrnexus/csr": "^0.2.65", "@wrnexus/db": "^0.2.65", "@wrnexus/i18n": "^0.2.65", "@wrnexus/pubsub": "^0.2.65", "@wrnexus/router": "^0.2.65", "@wrnexus/ssr": "^0.2.65", "@wrnexus/styles": "^0.2.65", "@wrnexus/ui": "^0.2.65", "@wrnexus/uploader": "^0.2.65", "@wrnexus/validation": "^0.2.65" } }, "sha512-G8C7xsM24ZwCVXSBJB0l8JrWC0N5cY9ZvhS+FQbqV6pv3WDk7FiBgVFWwQA9n2BAOeDCUuThBe/BN2/L1PgL1g=="], + "@wrnexus/dev-server": ["@wrnexus/dev-server@0.2.66", "", { "dependencies": { "@wrnexus/compiler": "^0.2.66", "@wrnexus/core": "^0.2.66", "@wrnexus/csr": "^0.2.66", "@wrnexus/db": "^0.2.66", "@wrnexus/i18n": "^0.2.66", "@wrnexus/pubsub": "^0.2.66", "@wrnexus/router": "^0.2.66", "@wrnexus/ssr": "^0.2.66", "@wrnexus/styles": "^0.2.66", "@wrnexus/ui": "^0.2.66", "@wrnexus/uploader": "^0.2.66", "@wrnexus/validation": "^0.2.66" } }, "sha512-nhlfHs7HK3M023jV+tSq9ANrvVKdq5MRpLWGkI2UoPuGHKR1tkKD0/sWKwi1ScjPQHCgMMnRLl0n6pxKKpjLow=="], - "@wrnexus/encryption": ["@wrnexus/encryption@0.2.65", "", {}, "sha512-0FrwmiI76Tjyy50KnWz+S3dKnv/DzPDvsRdXk3H02b+vnL1+6fQiYFIXM68u8V4zqIUhG/yPYlHvCAlzqtyDxQ=="], + "@wrnexus/encryption": ["@wrnexus/encryption@0.2.66", "", {}, "sha512-+SocXw08f6mkmkkn73d0DrkDqiN9vRu/GXetXJrSgpMkhIfEFBozQli6gGNXVYxCEYco0v/20wC8R4JIM3Ln9Q=="], - "@wrnexus/helpers": ["@wrnexus/helpers@0.2.65", "", { "dependencies": { "@wrnexus/core": "^0.2.65" } }, "sha512-i1tQAWYDozGTzLM5kYtMuLWv568wc0RBoM145HrPimmOtldAXq/IHpTtv53xr4ld94UsEBn6ueZ1XH/Nw9uvVQ=="], + "@wrnexus/helpers": ["@wrnexus/helpers@0.2.66", "", { "dependencies": { "@wrnexus/core": "^0.2.66" } }, "sha512-tWrOigw/ocWOf7s9mOfEEKCpS01vcPxOGQRBUit1t8NFxc7IicNawddR6vVGHLFN73SZ3IEpJ3OEfPVhx60NDw=="], - "@wrnexus/i18n": ["@wrnexus/i18n@0.2.65", "", { "dependencies": { "@wrnexus/core": "^0.2.65" } }, "sha512-z9G7qvu7sIaVaLWTJkRj+BY2m9N8oLGIunwJlk9bLjhBBhzlJMpBbBijM3WtweJFJ1wAmmiTEdgXxo6wH29gyA=="], + "@wrnexus/i18n": ["@wrnexus/i18n@0.2.66", "", { "dependencies": { "@wrnexus/core": "^0.2.66" } }, "sha512-8ykJYjw8r5ZniJPo5wLcHP8PY+qC/ocuyIzY13j7WArvL7TJrqVr0sb21gu6V10tvBNdRnj2M/mNBd8Qi0ZooQ=="], - "@wrnexus/jwt": ["@wrnexus/jwt@0.2.65", "", {}, "sha512-ZJDQdrd1l3WgzwclZI+YE/Hcb5MgkWYIUfSnONZ6A7mVS2tbXhqRro15iFdvyGBxuNRdj4e+Akj/KCFn0+pHSA=="], + "@wrnexus/jwt": ["@wrnexus/jwt@0.2.66", "", {}, "sha512-7fvgW4cMo4VR/sQjKD76jPYbvDYip2rncm4cUyzX0wdqO4RgN9m1GD6KEXmDrLckUL2Ncfbazz0Ro3Z+I34ybg=="], - "@wrnexus/mobile": ["@wrnexus/mobile@0.2.65", "", { "dependencies": { "@wrnexus/native": "^0.2.65" } }, "sha512-8sASVhtmqiyhBqZk5NixwMxR1NaXqopQY4fB+izFKOhlVT+H4zO9YEicKUWowZ8gPrH8G+TGVw3pDNW43uN08Q=="], + "@wrnexus/mobile": ["@wrnexus/mobile@0.2.66", "", { "dependencies": { "@wrnexus/native": "^0.2.66" } }, "sha512-w1Prdvv4I4JrKPL7Kc/Iwve4C3QHjfGvc/AI5Cf00EevaF8mETel3OyA0CQPOvaddP6ef8906nokaNzeklnAgg=="], - "@wrnexus/native": ["@wrnexus/native@0.2.65", "", {}, "sha512-GdGCy3QrUcJiisfAwR5ONySTd5nQu1Mj3MEuIQBV/U0aogB5k3skGQhKtu+nsI/ul+4HKCPP/igFxH/JOR4OlQ=="], + "@wrnexus/native": ["@wrnexus/native@0.2.66", "", {}, "sha512-PyhzMZw31hFdE4MqSAfPbqnYZvh/VoC3s5fCQ6M8ZNAKUGue6FbdXtvicDVP7DxfnlCJ16hrMWuqxbvrhAfVHg=="], - "@wrnexus/oauth": ["@wrnexus/oauth@0.2.65", "", {}, "sha512-kkRZ8Rw4g7nZWsC4p+5JYlNFA7nH8v/WcP1tgMFSuNw69dn+KUlbohqu28X3HBIQs/6H+hGcG5A5XPifSH2f/A=="], + "@wrnexus/oauth": ["@wrnexus/oauth@0.2.66", "", {}, "sha512-xr7tuUpu25cJlyuNL5Pnov1aVTIi0s9z11hqlg0OrL+HS2PiE1pUI9pGAaNRF3w+xkzQVfzp6bH55kQhGYuxag=="], - "@wrnexus/pubsub": ["@wrnexus/pubsub@0.2.65", "", {}, "sha512-BEGKTg4msCCw8rd63NKJsn8FipU/RvL+a/jB7XhB3phu4oGRebHWdQDO5OLzMfYOq8vwmUP497KVHdY6Q0LJ2A=="], + "@wrnexus/pubsub": ["@wrnexus/pubsub@0.2.66", "", {}, "sha512-dnTqXtPqjLbRosBgwgmu+uQ1wYLctCtmwRpOcHLxSh8fq+mm6HXxS2xgzGl9hZWUItbmJUwsuodvSmUZSgV1NQ=="], - "@wrnexus/queue": ["@wrnexus/queue@0.2.65", "", {}, "sha512-ap6V2mhDjQAV0U11olBg/9un798j49yNDVvrfLLSGbpIObeX0UMCC/Ny9c//mmpM9cAMSGrx1KYsvBkdIQ7fVQ=="], + "@wrnexus/queue": ["@wrnexus/queue@0.2.66", "", {}, "sha512-ySH9yA0tqjENqp/UAqh+YHYM8XRvljpm2hsMYEFTEeGe5Rt3TuNnFPylGbO3nHVY7MuFItuYWS9b5CHBluKPtw=="], - "@wrnexus/reactive": ["@wrnexus/reactive@0.2.65", "", {}, "sha512-FWX2m6Uoc0krmPfP9DiqwNFLOwF9x1oDGX7NfcrSvUGUf9H5VQRFutvBwfghdXO7tSuqfaoK3a/rapbJKluCMg=="], + "@wrnexus/reactive": ["@wrnexus/reactive@0.2.66", "", {}, "sha512-H4do9fLH2tK/7XBMqCZ2o0krlTOisR+2UPCd/mcbzssLSpJbMCfioqe7Khb8sIJugWdL27u83W1tgycr+Uk2ow=="], - "@wrnexus/router": ["@wrnexus/router@0.2.65", "", { "dependencies": { "@wrnexus/compiler": "^0.2.65", "@wrnexus/core": "^0.2.65" } }, "sha512-vTmUbogWRCg9EK/8O9+6wjt4N+5VxFk0ceiNvzI7Y8xrC2xVeYK2lmxezhSNkFbedcSJQNVW4HNeNNYjj5IlPw=="], + "@wrnexus/router": ["@wrnexus/router@0.2.66", "", { "dependencies": { "@wrnexus/compiler": "^0.2.66", "@wrnexus/core": "^0.2.66" } }, "sha512-lkO/JSmnh4UvAaUHae0Nn0DAAcrIFnOvDAF61UZMu+ycaLC/xnGcH7zID70H8lHXrpeXVflG8bYu08IXeHT+CA=="], - "@wrnexus/ssr": ["@wrnexus/ssr@0.2.65", "", { "dependencies": { "@wrnexus/core": "^0.2.65" } }, "sha512-3EZ/2bTUUDeQiUAOLwX41U96EoI9v0XHBU5jnMUeXkgipHJoGTSmIWU9RXLeojr/DMB5Cx0M3sR17w678k3jQQ=="], + "@wrnexus/ssr": ["@wrnexus/ssr@0.2.66", "", { "dependencies": { "@wrnexus/core": "^0.2.66" } }, "sha512-rzw80SjECVC0BAfQLVnGOmi6eTTAa8jVLS1zu4h4E7wnCzF7bYBPFo190RvNj3MznPT7wBdtMyCf5mcCzPkuIw=="], - "@wrnexus/styles": ["@wrnexus/styles@0.2.65", "", { "dependencies": { "@wrnexus/uploader": "^0.2.65" } }, "sha512-vD/bgMppSrcvWeNAmkeToWBRdIRTgZi2KnAlEHTjuPNG5ZK6NMT/4lIqEfTye6CwsJjMiIOazNTyga5nPmd6Mg=="], + "@wrnexus/styles": ["@wrnexus/styles@0.2.66", "", { "dependencies": { "@wrnexus/uploader": "^0.2.66" } }, "sha512-HG0XHQQHjF1xF7cLNWWnnfE70QoxHn4Q6TKRwL8YH2/rAehIuhKQodL0aND0+ZBMdmS7IR6xSU/Xn2FCFL3eGg=="], - "@wrnexus/test": ["@wrnexus/test@0.2.65", "", {}, "sha512-VqHCtqTjUFdL5F7CdLfpgrQ4wH9HhtiRpUo3oUV3IssU5z9MtHXjKpLcRl4BEh7GJw+7yK9wWW8g55snVoDcQw=="], + "@wrnexus/test": ["@wrnexus/test@0.2.66", "", {}, "sha512-9xdiRTplMoA5Za7r8FpiniWmQuESqCEBKLcgnlkAOujTovHA31LmofbE68MjmJRJMcks/gXPgt7HfzspUB7BOw=="], - "@wrnexus/tracking": ["@wrnexus/tracking@0.2.65", "", {}, "sha512-HeHtOso5Ekz8SNu9lLiGcrD0rLlT2oZZ6T3A7Bw9okN64b8XKufVKcZxQu8/EO5V2SQ3nEUkosBof6qkNJznLg=="], + "@wrnexus/tracking": ["@wrnexus/tracking@0.2.66", "", {}, "sha512-cFdAltOS/EglxYwZV3Ew91vqTfWloHmklMgvLdQ5H3WEjxKmrOvEMTfU+BrC/o7T7HIMaZzylp0hNSgJZddSzg=="], - "@wrnexus/ui": ["@wrnexus/ui@0.2.65", "", { "dependencies": { "@wrnexus/core": "^0.2.65" } }, "sha512-gKOzA4QiWdg0X9JK7DRQuWuffk7WSaKNjudvD/gbonjoNn/N/KykPvXQsDGLtprRTjkM4Vr8/YlVrtJImYx7AA=="], + "@wrnexus/ui": ["@wrnexus/ui@0.2.66", "", { "dependencies": { "@wrnexus/core": "^0.2.66" } }, "sha512-r15yZuG2mIQRInfM/MJSp898b1Ekxah84Gfvfi//Pdlh14oX07gQRiBSA+CbrqrqdiYLIvC3GHWL49GPFEIfKg=="], - "@wrnexus/uploader": ["@wrnexus/uploader@0.2.65", "", { "dependencies": { "@wrnexus/core": "^0.2.65" } }, "sha512-YV3bQNb0+eiLBt+3vADwotyepNvNSQD7Mmx6HyRu47TIgZQqQUcFupIvLD/uB1I1boPSnE8uKBBezY8Zdtg1Gw=="], + "@wrnexus/uploader": ["@wrnexus/uploader@0.2.66", "", { "dependencies": { "@wrnexus/core": "^0.2.66" } }, "sha512-VZV3HBANhdMw8Ksak1e72HFHT4/dkQf5qhj3BAeeWMUv88W+N1QBN4pjEaWmeYxajtiB0Rah+SDW6bGc8wT1iA=="], - "@wrnexus/validation": ["@wrnexus/validation@0.2.65", "", {}, "sha512-Ccp39hMEy0IHIJ6H+NFTjPl9236X0yi8E76O5tPI58RD6lEo5xtiJL7T4UUdC0obMgJXyjX7Q+lSY/kp6gazHw=="], + "@wrnexus/validation": ["@wrnexus/validation@0.2.66", "", {}, "sha512-3dV7PxuZzXQrdqv8HsVMtfwgiSsAeTXMN0+JnSDYVXt82ScilMLOA5uCOLM0Ini3mhLC22i8Kz47RkkMifTYbg=="], "acorn": ["acorn@8.17.0", "", { "bin": { "acorn": "bin/acorn" } }, "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg=="], diff --git a/docs/release-access-status.md b/docs/release-access-status.md index 0c9d5708..04b15dca 100644 --- a/docs/release-access-status.md +++ b/docs/release-access-status.md @@ -2,6 +2,6 @@ ## Decision: Mode B — Private Developer Preview -Active version: 0.2.65, derived from package.json#wrnexus.version. All 26 installed @wrnexus packages resolve to 0.2.65 and npm reports restricted access. The repository remote is a private WorkRoot Git service and no public license file exists. +Active version: 0.2.66, derived from package.json#wrnexus.version. All 26 installed @wrnexus packages resolve to 0.2.66 and npm reports restricted access. The repository remote is a private WorkRoot Git service and no public license file exists. -External users cannot execute an installation without approved private registry credentials. The truthful CTA is Request preview access. After approval, the canonical command is bunx @wrnexus/cli@0.2.65 create my-app. Tokens must never appear in documentation or source. +External users cannot execute an installation without approved private registry credentials. The truthful CTA is Request preview access. After approval, the canonical command is bunx @wrnexus/cli@0.2.66 create my-app. Tokens must never appear in documentation or source. diff --git a/docs/site-audit.md b/docs/site-audit.md index 78f029b3..ecaae8ea 100644 --- a/docs/site-audit.md +++ b/docs/site-audit.md @@ -1,6 +1,6 @@ # WRNexusJS site audit -Date: 2026-07-13. Baseline: Bun 1.3.14, framework 0.2.65. +Date: 2026-07-13. Baseline: Bun 1.3.14, framework 0.2.66. ## Baseline results @@ -12,7 +12,7 @@ Date: 2026-07-13. Baseline: Bun 1.3.14, framework 0.2.65. ## Findings -Package documentation, discovery assets, and AI-readable references are generated from the installed release. The 0.2.65 portal includes the helpers package, workspace app addition, and safe forward-auth login redirect guidance. +Package documentation, discovery assets, and AI-readable references are generated from the installed release. The 0.2.66 portal includes the helpers package, workspace app addition, and safe forward-auth login redirect guidance. ## Audit limitations diff --git a/package-lock.json b/package-lock.json index 832fae67..f1338956 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,38 +8,40 @@ "name": "wrnexusjs", "version": "0.1.0", "dependencies": { - "@wrnexus/ai": "^0.2.65", - "@wrnexus/authz": "^0.2.65", - "@wrnexus/compiler": "^0.2.65", - "@wrnexus/core": "^0.2.65", - "@wrnexus/csr": "^0.2.65", - "@wrnexus/db": "^0.2.65", - "@wrnexus/dev-server": "^0.2.65", - "@wrnexus/encryption": "^0.2.65", - "@wrnexus/helpers": "^0.2.65", - "@wrnexus/i18n": "^0.2.65", - "@wrnexus/jwt": "^0.2.65", - "@wrnexus/mobile": "^0.2.65", - "@wrnexus/native": "^0.2.65", - "@wrnexus/oauth": "^0.2.65", - "@wrnexus/pubsub": "^0.2.65", - "@wrnexus/queue": "^0.2.65", - "@wrnexus/reactive": "^0.2.65", - "@wrnexus/router": "^0.2.65", - "@wrnexus/ssr": "^0.2.65", - "@wrnexus/styles": "^0.2.65", - "@wrnexus/test": "^0.2.65", - "@wrnexus/tracking": "^0.2.65", - "@wrnexus/ui": "^0.2.65", - "@wrnexus/uploader": "^0.2.65", - "@wrnexus/validation": "^0.2.65" + "@iconify-json/lucide": "^1.2.118", + "@iconify/tailwind4": "^1.2.3", + "@wrnexus/ai": "^0.2.66", + "@wrnexus/authz": "^0.2.66", + "@wrnexus/compiler": "^0.2.66", + "@wrnexus/core": "^0.2.66", + "@wrnexus/csr": "^0.2.66", + "@wrnexus/db": "^0.2.66", + "@wrnexus/dev-server": "^0.2.66", + "@wrnexus/encryption": "^0.2.66", + "@wrnexus/helpers": "^0.2.66", + "@wrnexus/i18n": "^0.2.66", + "@wrnexus/jwt": "^0.2.66", + "@wrnexus/mobile": "^0.2.66", + "@wrnexus/native": "^0.2.66", + "@wrnexus/oauth": "^0.2.66", + "@wrnexus/pubsub": "^0.2.66", + "@wrnexus/queue": "^0.2.66", + "@wrnexus/reactive": "^0.2.66", + "@wrnexus/router": "^0.2.66", + "@wrnexus/ssr": "^0.2.66", + "@wrnexus/styles": "^0.2.66", + "@wrnexus/test": "^0.2.66", + "@wrnexus/tracking": "^0.2.66", + "@wrnexus/ui": "^0.2.66", + "@wrnexus/uploader": "^0.2.66", + "@wrnexus/validation": "^0.2.66" }, "devDependencies": { "@eslint/js": "^9.0.0", "@tailwindcss/cli": "^4.0.0", "@types/bun": "latest", "@types/node": "^26.1.1", - "@wrnexus/cli": "^0.2.65", + "@wrnexus/cli": "^0.2.66", "eslint": "^9.0.0", "prettier": "latest", "tailwindcss": "^4.0.0", @@ -47,6 +49,28 @@ "typescript-eslint": "latest" } }, + "node_modules/@antfu/install-pkg": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-1.1.0.tgz", + "integrity": "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==", + "license": "MIT", + "dependencies": { + "package-manager-detector": "^1.3.0", + "tinyexec": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, + "node_modules/@cyberalien/svg-utils": { + "version": "1.2.19", + "resolved": "https://registry.npmjs.org/@cyberalien/svg-utils/-/svg-utils-1.2.19.tgz", + "integrity": "sha512-paDJoDu+LhuH5Ma1q0BDqBpg6d16Xk22cZZrlg/s/J9oB8KgnnpU/snaEETJu2G1pwYcWQINUz6WUqu0Wm9k6A==", + "license": "MIT", + "dependencies": { + "@iconify/types": "^2.0.0" + } + }, "node_modules/@eslint-community/eslint-utils": { "version": "4.9.1", "dev": true, @@ -227,6 +251,64 @@ "url": "https://github.com/sponsors/nzakas" } }, + "node_modules/@iconify-json/lucide": { + "version": "1.2.118", + "resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.118.tgz", + "integrity": "sha512-JBnK4YOq6K/lA0JP//27QxFxJ4120TjvfXAzGZZIGjCcXcRRRFxl1rcV7+IWdcVCe90KXdqVaAwLaLf6G3HELw==", + "license": "ISC", + "dependencies": { + "@iconify/types": "*" + } + }, + "node_modules/@iconify/tailwind4": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@iconify/tailwind4/-/tailwind4-1.2.3.tgz", + "integrity": "sha512-z8SKiMHRASJKF/IY//87MF88lcB7ulxh8vlhQXXLWsBkNtOh6ese9R41MyGpQeqXdRvQVt+/fX2glQtHFjQ+MA==", + "license": "MIT", + "dependencies": { + "@iconify/tools": "^5.0.5", + "@iconify/types": "^2.0.0", + "@iconify/utils": "^3.1.0" + }, + "funding": { + "url": "https://github.com/sponsors/cyberalien" + }, + "peerDependencies": { + "tailwindcss": ">= 4.0.0" + } + }, + "node_modules/@iconify/tools": { + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/@iconify/tools/-/tools-5.0.12.tgz", + "integrity": "sha512-aFPwSFmFphUPVjNLUkgxgUPSPVgTEEjv0mE7NgvfoQBuE5TtsMrKa4HTY65cM5oXZ2a1xKQcW/RKhiOKEiAarw==", + "license": "MIT", + "dependencies": { + "@cyberalien/svg-utils": "^1.2.15", + "@iconify/types": "^2.0.0", + "@iconify/utils": "^3.1.3", + "fflate": "^0.8.3", + "modern-tar": "^0.7.6", + "pathe": "^2.0.3", + "svgo": "^4.0.1" + } + }, + "node_modules/@iconify/types": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz", + "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==", + "license": "MIT" + }, + "node_modules/@iconify/utils": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-3.1.4.tgz", + "integrity": "sha512-b1S7B1k9ohZ+iNTi2ATxbRYG9fTrJmUT0rc46bvVnNxqNRGW7dyo/vRREwyniI5IRN2RSJHDcm+s3BjWrSAjHw==", + "license": "MIT", + "dependencies": { + "@antfu/install-pkg": "^1.1.0", + "@iconify/types": "^2.0.0", + "import-meta-resolve": "^4.2.0" + } + }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.13", "dev": true, @@ -1219,40 +1301,40 @@ } }, "node_modules/@wrnexus/ai": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/ai/-/ai-0.2.65.tgz", - "integrity": "sha512-gB6scRCcTxErtRvG0luydtngAf5SDMNvZkSP36AINBx5AxNup0QmYRiYiPPcfwDu/2WvNwhUHMeadrc70Tt1vw==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/ai/-/ai-0.2.66.tgz", + "integrity": "sha512-3ezG/miRDawqtq/0FP9kvvP1u+vPEFPUANwojNOTQ3lJalBdHy5C88wyqYEfXMG8mgy9ssc+tYYJgHABQuxzCg==", "license": "MIT", "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/authz": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/authz/-/authz-0.2.65.tgz", - "integrity": "sha512-Ag869ETKR/9gTZ6hxj3F6stVJ0kAlhUXhZS2/qKxZ2QkLlkXD1xM3sEXoRrl9ZF+NPnMcBBGEyiZlL14QzX81w==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/authz/-/authz-0.2.66.tgz", + "integrity": "sha512-iMrC6VcjLA2yxBa7JP0OIPCAA8z2CKnyYlHIzUm0TPCoTRLCIOA14AB1y//+/XUMO6SjELMmH4NvgFC1Sirutw==", "license": "MIT", "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/cli": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/cli/-/cli-0.2.65.tgz", - "integrity": "sha512-hWUzG56OcDKLzmQRwd5eWwt9Ay1qdcM9VL9zJpQ6WpVIOgzKddozdtt9+yM8wWnmL+XFL/tHLlH9QMdSjvd8sg==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/cli/-/cli-0.2.66.tgz", + "integrity": "sha512-s+Dt+rx6iFwjSNetDnG3/Hu8227zHrVYbe3KCMVbpf7n8PtXG9G/Y4FDh+spgO0aZyE2cqZcnLCMSM4C2nXMPQ==", "dev": true, "license": "MIT", "dependencies": { - "@wrnexus/compiler": "^0.2.65", - "@wrnexus/core": "^0.2.65", - "@wrnexus/csr": "^0.2.65", - "@wrnexus/db": "^0.2.65", - "@wrnexus/dev-server": "^0.2.65", - "@wrnexus/i18n": "^0.2.65", - "@wrnexus/router": "^0.2.65", - "@wrnexus/styles": "^0.2.65", - "@wrnexus/ui": "^0.2.65", - "@wrnexus/validation": "^0.2.65" + "@wrnexus/compiler": "^0.2.66", + "@wrnexus/core": "^0.2.66", + "@wrnexus/csr": "^0.2.66", + "@wrnexus/db": "^0.2.66", + "@wrnexus/dev-server": "^0.2.66", + "@wrnexus/i18n": "^0.2.66", + "@wrnexus/router": "^0.2.66", + "@wrnexus/styles": "^0.2.66", + "@wrnexus/ui": "^0.2.66", + "@wrnexus/validation": "^0.2.66" }, "bin": { "wrnexus": "dist/index.js" @@ -1262,249 +1344,249 @@ } }, "node_modules/@wrnexus/compiler": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/compiler/-/compiler-0.2.65.tgz", - "integrity": "sha512-nXWZBEJR8yguO4tnzcu2PjAKsAX5cJshzhZsD2M3DCMFHWkQWmegPB+f7Xa9YYwBuh9+dMkf3ukCQWv4iM16og==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/compiler/-/compiler-0.2.66.tgz", + "integrity": "sha512-uFESw7DyG7ScYIXjfMGG0JZRCsiBRVs4zJEYrJOCgw+7zl453LIMcM4ZvuKcSOLoIaLWFhtHQf2WQf9cn2/wMg==", "license": "MIT", "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/core": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/core/-/core-0.2.65.tgz", - "integrity": "sha512-GNWqlVkqC8T4WBueQrUzktP4Z42wVKjwRQdkxqL4VyrriYLgaha/yoc57tawqsJEZSCtjMEkequBoW3YdXSObg==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/core/-/core-0.2.66.tgz", + "integrity": "sha512-2ebBT2wBS9lpF+r8eWxHQXry97rmnSzrWermme0uf6vjfcNB9XpPH2C2DJ+I+HQk2YqF6Vo12M2qIM49cujsHg==", "license": "MIT", "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/csr": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/csr/-/csr-0.2.65.tgz", - "integrity": "sha512-8B2JhJ1mTZXfCLgtmqC461yjt5totd16/PJa08qSnIaX0ECVKoaSWBTobevxcfj52EMcZW3N40IgprHiVS3olg==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/csr/-/csr-0.2.66.tgz", + "integrity": "sha512-tfhWELGI8LQpTCvZGgrgEIMVy4H0/N4ZstpsukGNOSbDUPDv3aRlCS7dVr7SNj6vIVE+ASFWxyVnfF2KCJzUvA==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.2.65" + "@wrnexus/core": "^0.2.66" }, "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/db": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/db/-/db-0.2.65.tgz", - "integrity": "sha512-HIaggxC6UqlK48ukEPID53VzIUFICV/2gMOAe+SoXIFYsmQFQ4RodN6I+DlzoRPjU/IupTa0d5TVmq4MfuIDfQ==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/db/-/db-0.2.66.tgz", + "integrity": "sha512-yjtVD6U+P/LJF+QGhGnB4lLVLOA2fyBqKaB+Ta4UxqUgRlG5Yz5Nwi4j056JWpkJ4ECrNL0fEjfc0HqDg1+aKw==", "license": "MIT", "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/dev-server": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/dev-server/-/dev-server-0.2.65.tgz", - "integrity": "sha512-G8C7xsM24ZwCVXSBJB0l8JrWC0N5cY9ZvhS+FQbqV6pv3WDk7FiBgVFWwQA9n2BAOeDCUuThBe/BN2/L1PgL1g==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/dev-server/-/dev-server-0.2.66.tgz", + "integrity": "sha512-nhlfHs7HK3M023jV+tSq9ANrvVKdq5MRpLWGkI2UoPuGHKR1tkKD0/sWKwi1ScjPQHCgMMnRLl0n6pxKKpjLow==", "license": "MIT", "dependencies": { - "@wrnexus/compiler": "^0.2.65", - "@wrnexus/core": "^0.2.65", - "@wrnexus/csr": "^0.2.65", - "@wrnexus/db": "^0.2.65", - "@wrnexus/i18n": "^0.2.65", - "@wrnexus/pubsub": "^0.2.65", - "@wrnexus/router": "^0.2.65", - "@wrnexus/ssr": "^0.2.65", - "@wrnexus/styles": "^0.2.65", - "@wrnexus/ui": "^0.2.65", - "@wrnexus/uploader": "^0.2.65", - "@wrnexus/validation": "^0.2.65" + "@wrnexus/compiler": "^0.2.66", + "@wrnexus/core": "^0.2.66", + "@wrnexus/csr": "^0.2.66", + "@wrnexus/db": "^0.2.66", + "@wrnexus/i18n": "^0.2.66", + "@wrnexus/pubsub": "^0.2.66", + "@wrnexus/router": "^0.2.66", + "@wrnexus/ssr": "^0.2.66", + "@wrnexus/styles": "^0.2.66", + "@wrnexus/ui": "^0.2.66", + "@wrnexus/uploader": "^0.2.66", + "@wrnexus/validation": "^0.2.66" }, "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/encryption": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/encryption/-/encryption-0.2.65.tgz", - "integrity": "sha512-0FrwmiI76Tjyy50KnWz+S3dKnv/DzPDvsRdXk3H02b+vnL1+6fQiYFIXM68u8V4zqIUhG/yPYlHvCAlzqtyDxQ==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/encryption/-/encryption-0.2.66.tgz", + "integrity": "sha512-+SocXw08f6mkmkkn73d0DrkDqiN9vRu/GXetXJrSgpMkhIfEFBozQli6gGNXVYxCEYco0v/20wC8R4JIM3Ln9Q==", "license": "MIT", "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/helpers": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/helpers/-/helpers-0.2.65.tgz", - "integrity": "sha512-i1tQAWYDozGTzLM5kYtMuLWv568wc0RBoM145HrPimmOtldAXq/IHpTtv53xr4ld94UsEBn6ueZ1XH/Nw9uvVQ==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/helpers/-/helpers-0.2.66.tgz", + "integrity": "sha512-tWrOigw/ocWOf7s9mOfEEKCpS01vcPxOGQRBUit1t8NFxc7IicNawddR6vVGHLFN73SZ3IEpJ3OEfPVhx60NDw==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.2.65" + "@wrnexus/core": "^0.2.66" }, "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/i18n": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/i18n/-/i18n-0.2.65.tgz", - "integrity": "sha512-z9G7qvu7sIaVaLWTJkRj+BY2m9N8oLGIunwJlk9bLjhBBhzlJMpBbBijM3WtweJFJ1wAmmiTEdgXxo6wH29gyA==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/i18n/-/i18n-0.2.66.tgz", + "integrity": "sha512-8ykJYjw8r5ZniJPo5wLcHP8PY+qC/ocuyIzY13j7WArvL7TJrqVr0sb21gu6V10tvBNdRnj2M/mNBd8Qi0ZooQ==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.2.65" + "@wrnexus/core": "^0.2.66" }, "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/jwt": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/jwt/-/jwt-0.2.65.tgz", - "integrity": "sha512-ZJDQdrd1l3WgzwclZI+YE/Hcb5MgkWYIUfSnONZ6A7mVS2tbXhqRro15iFdvyGBxuNRdj4e+Akj/KCFn0+pHSA==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/jwt/-/jwt-0.2.66.tgz", + "integrity": "sha512-7fvgW4cMo4VR/sQjKD76jPYbvDYip2rncm4cUyzX0wdqO4RgN9m1GD6KEXmDrLckUL2Ncfbazz0Ro3Z+I34ybg==", "license": "MIT", "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/mobile": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/mobile/-/mobile-0.2.65.tgz", - "integrity": "sha512-8sASVhtmqiyhBqZk5NixwMxR1NaXqopQY4fB+izFKOhlVT+H4zO9YEicKUWowZ8gPrH8G+TGVw3pDNW43uN08Q==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/mobile/-/mobile-0.2.66.tgz", + "integrity": "sha512-w1Prdvv4I4JrKPL7Kc/Iwve4C3QHjfGvc/AI5Cf00EevaF8mETel3OyA0CQPOvaddP6ef8906nokaNzeklnAgg==", "license": "MIT", "dependencies": { - "@wrnexus/native": "^0.2.65" + "@wrnexus/native": "^0.2.66" }, "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/native": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/native/-/native-0.2.65.tgz", - "integrity": "sha512-GdGCy3QrUcJiisfAwR5ONySTd5nQu1Mj3MEuIQBV/U0aogB5k3skGQhKtu+nsI/ul+4HKCPP/igFxH/JOR4OlQ==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/native/-/native-0.2.66.tgz", + "integrity": "sha512-PyhzMZw31hFdE4MqSAfPbqnYZvh/VoC3s5fCQ6M8ZNAKUGue6FbdXtvicDVP7DxfnlCJ16hrMWuqxbvrhAfVHg==", "license": "MIT", "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/oauth": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/oauth/-/oauth-0.2.65.tgz", - "integrity": "sha512-kkRZ8Rw4g7nZWsC4p+5JYlNFA7nH8v/WcP1tgMFSuNw69dn+KUlbohqu28X3HBIQs/6H+hGcG5A5XPifSH2f/A==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/oauth/-/oauth-0.2.66.tgz", + "integrity": "sha512-xr7tuUpu25cJlyuNL5Pnov1aVTIi0s9z11hqlg0OrL+HS2PiE1pUI9pGAaNRF3w+xkzQVfzp6bH55kQhGYuxag==", "license": "MIT", "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/pubsub": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/pubsub/-/pubsub-0.2.65.tgz", - "integrity": "sha512-BEGKTg4msCCw8rd63NKJsn8FipU/RvL+a/jB7XhB3phu4oGRebHWdQDO5OLzMfYOq8vwmUP497KVHdY6Q0LJ2A==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/pubsub/-/pubsub-0.2.66.tgz", + "integrity": "sha512-dnTqXtPqjLbRosBgwgmu+uQ1wYLctCtmwRpOcHLxSh8fq+mm6HXxS2xgzGl9hZWUItbmJUwsuodvSmUZSgV1NQ==", "license": "MIT", "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/queue": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/queue/-/queue-0.2.65.tgz", - "integrity": "sha512-ap6V2mhDjQAV0U11olBg/9un798j49yNDVvrfLLSGbpIObeX0UMCC/Ny9c//mmpM9cAMSGrx1KYsvBkdIQ7fVQ==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/queue/-/queue-0.2.66.tgz", + "integrity": "sha512-ySH9yA0tqjENqp/UAqh+YHYM8XRvljpm2hsMYEFTEeGe5Rt3TuNnFPylGbO3nHVY7MuFItuYWS9b5CHBluKPtw==", "license": "MIT", "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/reactive": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/reactive/-/reactive-0.2.65.tgz", - "integrity": "sha512-FWX2m6Uoc0krmPfP9DiqwNFLOwF9x1oDGX7NfcrSvUGUf9H5VQRFutvBwfghdXO7tSuqfaoK3a/rapbJKluCMg==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/reactive/-/reactive-0.2.66.tgz", + "integrity": "sha512-H4do9fLH2tK/7XBMqCZ2o0krlTOisR+2UPCd/mcbzssLSpJbMCfioqe7Khb8sIJugWdL27u83W1tgycr+Uk2ow==", "license": "MIT", "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/router": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/router/-/router-0.2.65.tgz", - "integrity": "sha512-vTmUbogWRCg9EK/8O9+6wjt4N+5VxFk0ceiNvzI7Y8xrC2xVeYK2lmxezhSNkFbedcSJQNVW4HNeNNYjj5IlPw==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/router/-/router-0.2.66.tgz", + "integrity": "sha512-lkO/JSmnh4UvAaUHae0Nn0DAAcrIFnOvDAF61UZMu+ycaLC/xnGcH7zID70H8lHXrpeXVflG8bYu08IXeHT+CA==", "license": "MIT", "dependencies": { - "@wrnexus/compiler": "^0.2.65", - "@wrnexus/core": "^0.2.65" + "@wrnexus/compiler": "^0.2.66", + "@wrnexus/core": "^0.2.66" }, "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/ssr": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/ssr/-/ssr-0.2.65.tgz", - "integrity": "sha512-3EZ/2bTUUDeQiUAOLwX41U96EoI9v0XHBU5jnMUeXkgipHJoGTSmIWU9RXLeojr/DMB5Cx0M3sR17w678k3jQQ==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/ssr/-/ssr-0.2.66.tgz", + "integrity": "sha512-rzw80SjECVC0BAfQLVnGOmi6eTTAa8jVLS1zu4h4E7wnCzF7bYBPFo190RvNj3MznPT7wBdtMyCf5mcCzPkuIw==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.2.65" + "@wrnexus/core": "^0.2.66" }, "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/styles": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/styles/-/styles-0.2.65.tgz", - "integrity": "sha512-vD/bgMppSrcvWeNAmkeToWBRdIRTgZi2KnAlEHTjuPNG5ZK6NMT/4lIqEfTye6CwsJjMiIOazNTyga5nPmd6Mg==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/styles/-/styles-0.2.66.tgz", + "integrity": "sha512-HG0XHQQHjF1xF7cLNWWnnfE70QoxHn4Q6TKRwL8YH2/rAehIuhKQodL0aND0+ZBMdmS7IR6xSU/Xn2FCFL3eGg==", "license": "MIT", "dependencies": { - "@wrnexus/uploader": "^0.2.65" + "@wrnexus/uploader": "^0.2.66" }, "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/test": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/test/-/test-0.2.65.tgz", - "integrity": "sha512-VqHCtqTjUFdL5F7CdLfpgrQ4wH9HhtiRpUo3oUV3IssU5z9MtHXjKpLcRl4BEh7GJw+7yK9wWW8g55snVoDcQw==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/test/-/test-0.2.66.tgz", + "integrity": "sha512-9xdiRTplMoA5Za7r8FpiniWmQuESqCEBKLcgnlkAOujTovHA31LmofbE68MjmJRJMcks/gXPgt7HfzspUB7BOw==", "license": "MIT", "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/tracking": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/tracking/-/tracking-0.2.65.tgz", - "integrity": "sha512-HeHtOso5Ekz8SNu9lLiGcrD0rLlT2oZZ6T3A7Bw9okN64b8XKufVKcZxQu8/EO5V2SQ3nEUkosBof6qkNJznLg==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/tracking/-/tracking-0.2.66.tgz", + "integrity": "sha512-cFdAltOS/EglxYwZV3Ew91vqTfWloHmklMgvLdQ5H3WEjxKmrOvEMTfU+BrC/o7T7HIMaZzylp0hNSgJZddSzg==", "license": "MIT", "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/ui": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/ui/-/ui-0.2.65.tgz", - "integrity": "sha512-gKOzA4QiWdg0X9JK7DRQuWuffk7WSaKNjudvD/gbonjoNn/N/KykPvXQsDGLtprRTjkM4Vr8/YlVrtJImYx7AA==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/ui/-/ui-0.2.66.tgz", + "integrity": "sha512-r15yZuG2mIQRInfM/MJSp898b1Ekxah84Gfvfi//Pdlh14oX07gQRiBSA+CbrqrqdiYLIvC3GHWL49GPFEIfKg==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.2.65" + "@wrnexus/core": "^0.2.66" }, "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/uploader": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/uploader/-/uploader-0.2.65.tgz", - "integrity": "sha512-YV3bQNb0+eiLBt+3vADwotyepNvNSQD7Mmx6HyRu47TIgZQqQUcFupIvLD/uB1I1boPSnE8uKBBezY8Zdtg1Gw==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/uploader/-/uploader-0.2.66.tgz", + "integrity": "sha512-VZV3HBANhdMw8Ksak1e72HFHT4/dkQf5qhj3BAeeWMUv88W+N1QBN4pjEaWmeYxajtiB0Rah+SDW6bGc8wT1iA==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.2.65" + "@wrnexus/core": "^0.2.66" }, "engines": { "bun": ">=1.1.0" } }, "node_modules/@wrnexus/validation": { - "version": "0.2.65", - "resolved": "https://registry.npmjs.org/@wrnexus/validation/-/validation-0.2.65.tgz", - "integrity": "sha512-Ccp39hMEy0IHIJ6H+NFTjPl9236X0yi8E76O5tPI58RD6lEo5xtiJL7T4UUdC0obMgJXyjX7Q+lSY/kp6gazHw==", + "version": "0.2.66", + "resolved": "https://registry.npmjs.org/@wrnexus/validation/-/validation-0.2.66.tgz", + "integrity": "sha512-3dV7PxuZzXQrdqv8HsVMtfwgiSsAeTXMN0+JnSDYVXt82ScilMLOA5uCOLM0Ini3mhLC22i8Kz47RkkMifTYbg==", "license": "MIT", "engines": { "bun": ">=1.1.0" @@ -1568,6 +1650,12 @@ "dev": true, "license": "MIT" }, + "node_modules/boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", + "license": "ISC" + }, "node_modules/brace-expansion": { "version": "1.1.16", "dev": true, @@ -1635,6 +1723,15 @@ "dev": true, "license": "MIT" }, + "node_modules/commander": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz", + "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==", + "license": "MIT", + "engines": { + "node": ">=16" + } + }, "node_modules/concat-map": { "version": "0.0.1", "dev": true, @@ -1653,6 +1750,80 @@ "node": ">= 8" } }, + "node_modules/css-select": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz", + "integrity": "sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==", + "license": "BSD-2-Clause", + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^6.1.0", + "domhandler": "^5.0.2", + "domutils": "^3.0.1", + "nth-check": "^2.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/css-tree": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.2.1.tgz", + "integrity": "sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==", + "license": "MIT", + "dependencies": { + "mdn-data": "2.27.1", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" + } + }, + "node_modules/css-what": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz", + "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==", + "license": "BSD-2-Clause", + "engines": { + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/csso": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz", + "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==", + "license": "MIT", + "dependencies": { + "css-tree": "~2.2.0" + }, + "engines": { + "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", + "npm": ">=7.0.0" + } + }, + "node_modules/csso/node_modules/css-tree": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz", + "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==", + "license": "MIT", + "dependencies": { + "mdn-data": "2.0.28", + "source-map-js": "^1.0.1" + }, + "engines": { + "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", + "npm": ">=7.0.0" + } + }, + "node_modules/csso/node_modules/mdn-data": { + "version": "2.0.28", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz", + "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==", + "license": "CC0-1.0" + }, "node_modules/debug": { "version": "4.4.3", "dev": true, @@ -1685,6 +1856,61 @@ "node": ">=0.10" } }, + "node_modules/dom-serializer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", + "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", + "license": "MIT", + "dependencies": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.2", + "entities": "^4.2.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "license": "BSD-2-Clause" + }, + "node_modules/domhandler": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", + "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", + "license": "BSD-2-Clause", + "dependencies": { + "domelementtype": "^2.3.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/domutils": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz", + "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==", + "license": "BSD-2-Clause", + "dependencies": { + "dom-serializer": "^2.0.0", + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, "node_modules/enhanced-resolve": { "version": "5.21.6", "dev": true, @@ -1697,6 +1923,18 @@ "node": ">=10.13.0" } }, + "node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, "node_modules/escape-string-regexp": { "version": "4.0.0", "dev": true, @@ -1877,6 +2115,12 @@ } } }, + "node_modules/fflate": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.3.tgz", + "integrity": "sha512-tbZNuJrLwGUp3zshBtdy4W+ORxZuIh8a5ilyIEQDC5rY1f3U20JMry0Ll3WBzU58EZKsEuJFXhb5gwv8CsPvgA==", + "license": "MIT" + }, "node_modules/file-entry-cache": { "version": "8.0.0", "dev": true, @@ -1989,6 +2233,16 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/import-meta-resolve": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz", + "integrity": "sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/imurmurhash": { "version": "0.1.4", "dev": true, @@ -2397,6 +2651,12 @@ "@jridgewell/sourcemap-codec": "^1.5.5" } }, + "node_modules/mdn-data": { + "version": "2.27.1", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.27.1.tgz", + "integrity": "sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==", + "license": "CC0-1.0" + }, "node_modules/micromatch": { "version": "4.0.8", "dev": true, @@ -2433,6 +2693,15 @@ "node": "*" } }, + "node_modules/modern-tar": { + "version": "0.7.7", + "resolved": "https://registry.npmjs.org/modern-tar/-/modern-tar-0.7.7.tgz", + "integrity": "sha512-t9VmxaqrmANnEOBhpSDI6HD192Ge48k8vmWqQQL7hSFEqHEYwZbbsu49+aKLWZeRvFs3j1pMhXOqqF4kPlvjkQ==", + "license": "MIT", + "engines": { + "node": ">=18.0.0" + } + }, "node_modules/mri": { "version": "1.2.0", "dev": true, @@ -2456,6 +2725,18 @@ "dev": true, "license": "MIT" }, + "node_modules/nth-check": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "license": "BSD-2-Clause", + "dependencies": { + "boolbase": "^1.0.0" + }, + "funding": { + "url": "https://github.com/fb55/nth-check?sponsor=1" + } + }, "node_modules/optionator": { "version": "0.9.4", "dev": true, @@ -2500,6 +2781,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/package-manager-detector": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.7.0.tgz", + "integrity": "sha512-xg1eHpwYL/D/HEdWw2goFZP6vV0FH7W+PZ5rFkGjdIDLtxq7EkzBUeT3m+lndYCt8wKbmofUu1MUdMCXkCk9ZQ==", + "license": "MIT" + }, "node_modules/parent-module": { "version": "1.0.1", "dev": true, @@ -2527,9 +2814,14 @@ "node": ">=8" } }, + "node_modules/pathe": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz", + "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", + "license": "MIT" + }, "node_modules/picocolors": { "version": "1.1.1", - "dev": true, "license": "ISC" }, "node_modules/picomatch": { @@ -2585,6 +2877,15 @@ "node": ">=4" } }, + "node_modules/sax": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz", + "integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==", + "license": "BlueOak-1.0.0", + "engines": { + "node": ">=11.0.0" + } + }, "node_modules/semver": { "version": "7.8.5", "dev": true, @@ -2617,7 +2918,6 @@ }, "node_modules/source-map-js": { "version": "1.2.1", - "dev": true, "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" @@ -2645,9 +2945,33 @@ "node": ">=8" } }, + "node_modules/svgo": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.2.tgz", + "integrity": "sha512-ekx94z1rRc5LDi6oSUaeRnYhd0UOJxdtQCL2rF8xpWxD3TPAsISWOrxezqGovqS38GRZOdpDfvQe3ts6F7nsng==", + "license": "MIT", + "dependencies": { + "commander": "^11.1.0", + "css-select": "^5.1.0", + "css-tree": "^3.0.1", + "css-what": "^6.1.0", + "csso": "^5.0.5", + "picocolors": "^1.1.1", + "sax": "^1.5.0" + }, + "bin": { + "svgo": "bin/svgo.js" + }, + "engines": { + "node": ">=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/svgo" + } + }, "node_modules/tailwindcss": { "version": "4.3.2", - "dev": true, "license": "MIT" }, "node_modules/tapable": { @@ -2662,6 +2986,15 @@ "url": "https://opencollective.com/webpack" } }, + "node_modules/tinyexec": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.2.4.tgz", + "integrity": "sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==", + "license": "MIT", + "engines": { + "node": ">=18" + } + }, "node_modules/tinyglobby": { "version": "0.2.17", "dev": true, diff --git a/package.json b/package.json index ff288005..658b8ebb 100644 --- a/package.json +++ b/package.json @@ -19,38 +19,38 @@ "dependencies": { "@iconify-json/lucide": "^1.2.118", "@iconify/tailwind4": "^1.2.3", - "@wrnexus/ai": "^0.2.65", - "@wrnexus/authz": "^0.2.65", - "@wrnexus/compiler": "^0.2.65", - "@wrnexus/core": "^0.2.65", - "@wrnexus/csr": "^0.2.65", - "@wrnexus/db": "^0.2.65", - "@wrnexus/dev-server": "^0.2.65", - "@wrnexus/encryption": "^0.2.65", - "@wrnexus/helpers": "^0.2.65", - "@wrnexus/i18n": "^0.2.65", - "@wrnexus/jwt": "^0.2.65", - "@wrnexus/mobile": "^0.2.65", - "@wrnexus/native": "^0.2.65", - "@wrnexus/oauth": "^0.2.65", - "@wrnexus/pubsub": "^0.2.65", - "@wrnexus/queue": "^0.2.65", - "@wrnexus/reactive": "^0.2.65", - "@wrnexus/router": "^0.2.65", - "@wrnexus/ssr": "^0.2.65", - "@wrnexus/styles": "^0.2.65", - "@wrnexus/test": "^0.2.65", - "@wrnexus/tracking": "^0.2.65", - "@wrnexus/ui": "^0.2.65", - "@wrnexus/uploader": "^0.2.65", - "@wrnexus/validation": "^0.2.65" + "@wrnexus/ai": "^0.2.66", + "@wrnexus/authz": "^0.2.66", + "@wrnexus/compiler": "^0.2.66", + "@wrnexus/core": "^0.2.66", + "@wrnexus/csr": "^0.2.66", + "@wrnexus/db": "^0.2.66", + "@wrnexus/dev-server": "^0.2.66", + "@wrnexus/encryption": "^0.2.66", + "@wrnexus/helpers": "^0.2.66", + "@wrnexus/i18n": "^0.2.66", + "@wrnexus/jwt": "^0.2.66", + "@wrnexus/mobile": "^0.2.66", + "@wrnexus/native": "^0.2.66", + "@wrnexus/oauth": "^0.2.66", + "@wrnexus/pubsub": "^0.2.66", + "@wrnexus/queue": "^0.2.66", + "@wrnexus/reactive": "^0.2.66", + "@wrnexus/router": "^0.2.66", + "@wrnexus/ssr": "^0.2.66", + "@wrnexus/styles": "^0.2.66", + "@wrnexus/test": "^0.2.66", + "@wrnexus/tracking": "^0.2.66", + "@wrnexus/ui": "^0.2.66", + "@wrnexus/uploader": "^0.2.66", + "@wrnexus/validation": "^0.2.66" }, "devDependencies": { "@eslint/js": "^9.0.0", "@tailwindcss/cli": "^4.0.0", "@types/bun": "latest", "@types/node": "^26.1.1", - "@wrnexus/cli": "^0.2.65", + "@wrnexus/cli": "^0.2.66", "eslint": "^9.0.0", "prettier": "latest", "tailwindcss": "^4.0.0", @@ -58,6 +58,6 @@ "typescript-eslint": "latest" }, "wrnexus": { - "version": "0.2.65" + "version": "0.2.66" } } diff --git a/public/docs-index.json b/public/docs-index.json index 414630a3..743e1486 100644 --- a/public/docs-index.json +++ b/public/docs-index.json @@ -1,5 +1,5 @@ { - "version": "0.2.65", + "version": "0.2.66", "status": "private-developer-preview", "generatedAt": "2026-07-13", "documents": [ @@ -7,6790 +7,6790 @@ "url": "/", "title": "WRNexusJS", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/access", "title": "access", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/getting-started", "title": "getting started", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/tutorial", "title": "tutorial", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/architecture", "title": "architecture", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/language", "title": "language", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages", "title": "packages", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components", "title": "components", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/project-structure", "title": "project structure", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/routing", "title": "routing", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/pages-and-components", "title": "pages and components", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/server-data", "title": "server data", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/api-routes", "title": "api routes", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/middleware", "title": "middleware", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/forms-and-validation", "title": "forms and validation", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/authentication", "title": "authentication", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/authorization", "title": "authorization", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/security", "title": "security", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/database", "title": "database", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/uploads", "title": "uploads", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/realtime", "title": "realtime", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/pubsub", "title": "pubsub", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/queues", "title": "queues", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "experimental" }, { "url": "/guides/testing", "title": "testing", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/workspaces-and-gateway", "title": "workspaces and gateway", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/deployment", "title": "deployment", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/configuration-and-profiles", "title": "configuration and profiles", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/i18n-and-themes", "title": "i18n and themes", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/mobile", "title": "mobile", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "experimental" }, { "url": "/guides/observability", "title": "observability", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/upgrading", "title": "upgrading", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/guides/troubleshooting", "title": "troubleshooting", "section": "guide", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/examples", "title": "examples", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/showcase", "title": "showcase", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/benchmarks", "title": "benchmarks", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/roadmap", "title": "roadmap", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/changelog", "title": "changelog", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { - "url": "/releases/0.2.65", - "title": "0.2.65", + "url": "/releases/0.2.66", + "title": "0.2.66", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/security", "title": "security", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/support", "title": "support", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/license", "title": "license", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/search", "title": "search", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/404", "title": "404", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/ai", "title": "ai", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/authz", "title": "authz", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/cli", "title": "cli", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/compiler", "title": "compiler", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/core", "title": "core", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/csr", "title": "csr", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/db", "title": "db", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/dev-server", "title": "dev server", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/encryption", "title": "encryption", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/helpers", "title": "helpers", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/i18n", "title": "i18n", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/jwt", "title": "jwt", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/mobile", "title": "mobile", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "experimental" }, { "url": "/packages/native", "title": "native", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/oauth", "title": "oauth", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/pubsub", "title": "pubsub", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/queue", "title": "queue", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/reactive", "title": "reactive", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/router", "title": "router", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/ssr", "title": "ssr", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/styles", "title": "styles", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/test", "title": "test", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/tracking", "title": "tracking", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/ui", "title": "ui", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/uploader", "title": "uploader", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/packages/validation", "title": "validation", "section": "package", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/accept-all-cookies-button", "title": "accept all cookies button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/accessible-accordion", "title": "accessible accordion", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/accessible-carousel", "title": "accessible carousel", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/accessible-chart-summary", "title": "accessible chart summary", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/accessible-dialog", "title": "accessible dialog", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/accessible-error-summary", "title": "accessible error summary", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/accessible-icon", "title": "accessible icon", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/accessible-menu", "title": "accessible menu", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/accessible-tabs", "title": "accessible tabs", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/accessible-tooltip", "title": "accessible tooltip", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/accordion", "title": "accordion", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/account-menu", "title": "account menu", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/account-status-banner", "title": "account status banner", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/action-menu", "title": "action menu", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/active-filter-list", "title": "active filter list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/activity-list", "title": "activity list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/add-on-card", "title": "add on card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/address-input", "title": "address input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/address-preview", "title": "address preview", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/advanced-filter-builder", "title": "advanced filter builder", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/alert", "title": "alert", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/alert-dialog", "title": "alert dialog", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/amount-input", "title": "amount input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/analytics-dashboard-preview", "title": "analytics dashboard preview", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/anchor-navigation", "title": "anchor navigation", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/announcement-bar", "title": "announcement bar", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/apartment-input", "title": "apartment input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/api-authentication-notice", "title": "api authentication notice", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/api-endpoint-card", "title": "api endpoint card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/api-error-example", "title": "api error example", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/api-header-table", "title": "api header table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/api-key-create-dialog", "title": "api key create dialog", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/api-key-display", "title": "api key display", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/api-key-input", "title": "api key input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/api-method-badge", "title": "api method badge", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/api-parameter-table", "title": "api parameter table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/api-rate-limit-notice", "title": "api rate limit notice", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/api-request-example", "title": "api request example", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/api-response-example", "title": "api response example", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/api-schema-table", "title": "api schema table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/api-schema-viewer", "title": "api schema viewer", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/api-version-badge", "title": "api version badge", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/app-header", "title": "app header", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/architecture-section", "title": "architecture section", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/area-chart", "title": "area chart", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/article-hero", "title": "article hero", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/article-layout", "title": "article layout", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/article-newsletter-cta", "title": "article newsletter cta", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/article-page-shell", "title": "article page shell", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/article-share-actions", "title": "article share actions", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/aspect-ratio", "title": "aspect ratio", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/asset-card", "title": "asset card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/attachment-picker", "title": "attachment picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/attachment-upload", "title": "attachment upload", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/audio-upload", "title": "audio upload", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/audit-log-preview", "title": "audit log preview", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/audit-table", "title": "audit table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/authenticator-code-input", "title": "authenticator code input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/author-avatar", "title": "author avatar", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/author-card", "title": "author card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/authorized-application-card", "title": "authorized application card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/auto-grid", "title": "auto grid", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/automation-example-card", "title": "automation example card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/availability-calendar", "title": "availability calendar", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/avatar", "title": "avatar", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/avatar-group", "title": "avatar group", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/avatar-upload", "title": "avatar upload", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/back-button", "title": "back button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/back-to-top", "title": "back to top", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/badge", "title": "badge", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/bank-transfer-details", "title": "bank transfer details", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/banner", "title": "banner", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/bar-chart", "title": "bar chart", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/beta-badge", "title": "beta badge", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/billing-address-form", "title": "billing address form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/billing-example", "title": "billing example", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/billing-period-toggle", "title": "billing period toggle", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/blackout-date-picker", "title": "blackout date picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/blog-card", "title": "blog card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/blog-grid", "title": "blog grid", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/blog-list", "title": "blog list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/blog-search", "title": "blog search", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/body-text", "title": "body text", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/border-radius-picker", "title": "border radius picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/bottom-navigation", "title": "bottom navigation", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/brand-color-picker", "title": "brand color picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/brand-selector", "title": "brand selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/breadcrumbs", "title": "breadcrumbs", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/browser-frame", "title": "browser frame", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/budget-range-slider", "title": "budget range slider", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/budget-selector", "title": "budget selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/business-hours-picker", "title": "business hours picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/button", "title": "button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/button-group", "title": "button group", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/button-selector", "title": "button selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/calendar", "title": "calendar", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/calendar-grid", "title": "calendar grid", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/calendar-header", "title": "calendar header", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/calendar-navigation", "title": "calendar navigation", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/callback-url-input", "title": "callback url input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/campaign-card", "title": "campaign card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/campaign-performance-preview", "title": "campaign performance preview", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/campaign-progress", "title": "campaign progress", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/capability-grid", "title": "capability grid", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/captcha-field", "title": "captcha field", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/card", "title": "card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/card-payment-form", "title": "card payment form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/card-selector", "title": "card selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/card-skeleton", "title": "card skeleton", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/career-application-form", "title": "career application form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/career-benefits-grid", "title": "career benefits grid", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/carousel", "title": "carousel", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/case-study-card", "title": "case study card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/case-study-hero", "title": "case study hero", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/case-study-preview", "title": "case study preview", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/centered-cta", "title": "centered cta", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/centered-hero", "title": "centered hero", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/centered-section-header", "title": "centered section header", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/certificate-upload", "title": "certificate upload", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/certification-badge", "title": "certification badge", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/challenge-section", "title": "challenge section", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/channel-badge", "title": "channel badge", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/channel-card", "title": "channel card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/channel-comparison-chart", "title": "channel comparison chart", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/channel-comparison-table", "title": "channel comparison table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/channel-fallback-diagram", "title": "channel fallback diagram", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/channel-flow", "title": "channel flow", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/channel-icon", "title": "channel icon", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/channel-rate-table", "title": "channel rate table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/channel-selector", "title": "channel selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/character-counter", "title": "character counter", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/chart-empty-state", "title": "chart empty state", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/chart-tooltip", "title": "chart tooltip", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/checkbox", "title": "checkbox", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/checkbox-group", "title": "checkbox group", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/checklist", "title": "checklist", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/checklist-progress", "title": "checklist progress", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/chip", "title": "chip", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/chip-input", "title": "chip input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/circular-progress", "title": "circular progress", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/city-selector", "title": "city selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/clear-filters-button", "title": "clear filters button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/clickable-card", "title": "clickable card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/close-button", "title": "close button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/cluster", "title": "cluster", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/code", "title": "code", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/code-block", "title": "code block", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/code-copy-button", "title": "code copy button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/code-header", "title": "code header", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/code-input", "title": "code input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/code-language-badge", "title": "code language badge", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/code-tabs", "title": "code tabs", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/code-text", "title": "code text", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/cohort-chart", "title": "cohort chart", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/color-grid", "title": "color grid", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/color-hex-input", "title": "color hex input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/color-picker", "title": "color picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/color-selector", "title": "color selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/color-swatch", "title": "color swatch", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/combobox", "title": "combobox", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/coming-soon-badge", "title": "coming soon badge", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/coming-soon-state", "title": "coming soon state", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/command-block", "title": "command block", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/command-menu", "title": "command menu", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/command-search-input", "title": "command search input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/company-hero", "title": "company hero", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/company-name-input", "title": "company name input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/company-page-shell", "title": "company page shell", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/company-size-selector", "title": "company size selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/comparison-date-range-picker", "title": "comparison date range picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/comparison-table", "title": "comparison table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/completion-meter", "title": "completion meter", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/compliance-badge-list", "title": "compliance badge list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/compliance-program-card", "title": "compliance program card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/confirmation-dialog", "title": "confirmation dialog", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/confirm-password-input", "title": "confirm password input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/connected-account-card", "title": "connected account card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/connection-card", "title": "connection card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/consent-timeline-preview", "title": "consent timeline preview", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/contact-card", "title": "contact card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/contact-cta", "title": "contact cta", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/contact-form", "title": "contact form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/contact-hero", "title": "contact hero", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/contact-page-shell", "title": "contact page shell", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/contact-sales-banner", "title": "contact sales banner", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/contact-sales-button", "title": "contact sales button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/contact-sales-form", "title": "contact sales form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/container", "title": "container", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/context-menu", "title": "context menu", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/context-switcher", "title": "context switcher", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/conversation-list", "title": "conversation list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/conversation-preview", "title": "conversation preview", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/conversion-chart", "title": "conversion chart", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/cookie-banner", "title": "cookie banner", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/cookie-category-list", "title": "cookie category list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/cookie-category-toggle", "title": "cookie category toggle", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/cookie-consent", "title": "cookie consent", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/cookie-details-table", "title": "cookie details table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/cookie-preferences-dialog", "title": "cookie preferences dialog", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/cookie-table", "title": "cookie table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/coordinates-input", "title": "coordinates input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/coordinates-picker", "title": "coordinates picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/copy-button", "title": "copy button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/copy-code-button", "title": "copy code button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/copy-secret-field", "title": "copy secret field", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/cost-breakdown-chart", "title": "cost breakdown chart", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/cost-summary", "title": "cost summary", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/counter", "title": "counter", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/country-calling-code-input", "title": "country calling code input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/country-calling-code-selector", "title": "country calling code selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/country-selector", "title": "country selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/coupon-input", "title": "coupon input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/credit-amount-input", "title": "credit amount input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/cron-builder", "title": "cron builder", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/cron-input", "title": "cron input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/csv-upload", "title": "csv upload", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/ctasection", "title": "ctasection", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/currency-input", "title": "currency input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/currency-selector", "title": "currency selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/current-password-input", "title": "current password input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/customer-logo", "title": "customer logo", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/customer-story-card", "title": "customer story card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/danger-button", "title": "danger button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/data-protection-card", "title": "data protection card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/data-retention-table", "title": "data retention table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/data-table", "title": "data table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/date-input", "title": "date input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/date-picker", "title": "date picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/date-range-calendar", "title": "date range calendar", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/date-range-picker", "title": "date range picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/date-range-slider", "title": "date range slider", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/date-time-input", "title": "date time input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/date-time-picker", "title": "date time picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/date-time-range-picker", "title": "date time range picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/decimal-input", "title": "decimal input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/definition-list", "title": "definition list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/delete-confirmation-dialog", "title": "delete confirmation dialog", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/delivery-preview", "title": "delivery preview", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/delivery-status-chart", "title": "delivery status chart", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/delivery-status-timeline", "title": "delivery status timeline", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/demo-request-form", "title": "demo request form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/department-input", "title": "department input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/deprecated-feature-alert", "title": "deprecated feature alert", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/description-list", "title": "description list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/desktop-navigation", "title": "desktop navigation", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/developer-cta", "title": "developer cta", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/developer-hero", "title": "developer hero", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/developer-page-shell", "title": "developer page shell", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/developer-search", "title": "developer search", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/developers-mega-menu", "title": "developers mega menu", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/developers-menu", "title": "developers menu", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/device-card", "title": "device card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/disclosure", "title": "disclosure", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/discount-input", "title": "discount input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/display-heading", "title": "display heading", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/display-name-input", "title": "display name input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/divider", "title": "divider", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/document-preview", "title": "document preview", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/document-upload", "title": "document upload", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/domain-input", "title": "domain input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/do-not-sell-link", "title": "do not sell link", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/donut-chart", "title": "donut chart", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/download-action", "title": "download action", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/download-button", "title": "download button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/download-gate-form", "title": "download gate form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/download-policy-button", "title": "download policy button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/download-resource-form", "title": "download resource form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/drawer", "title": "drawer", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/dropdown-menu", "title": "dropdown menu", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/dropdown-navigation", "title": "dropdown navigation", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/duration-input", "title": "duration input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/duration-picker", "title": "duration picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/duration-slider", "title": "duration slider", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/elevated-card", "title": "elevated card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/email-body-editor", "title": "email body editor", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/email-composer", "title": "email composer", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/email-input", "title": "email input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/emoji-picker", "title": "emoji picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/empty-state", "title": "empty state", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/encryption-diagram", "title": "encryption diagram", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/enterprise-cta", "title": "enterprise cta", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/enterprise-hero", "title": "enterprise hero", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/enterprise-pricing-card", "title": "enterprise pricing card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/environment-selector", "title": "environment selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/environment-switcher", "title": "environment switcher", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/error-actions", "title": "error actions", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/error-card", "title": "error card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/error-code", "title": "error code", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/error-hero", "title": "error hero", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/error-illustration", "title": "error illustration", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/error-page", "title": "error page", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/error-page-shell", "title": "error page shell", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/error-state", "title": "error state", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/error-support-link", "title": "error support link", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/estimated-cost-summary", "title": "estimated cost summary", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/event-table", "title": "event table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/expandable-text", "title": "expandable text", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/expiry-date-time-picker", "title": "expiry date time picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/export-progress", "title": "export progress", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/external-link", "title": "external link", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/eyebrow-text", "title": "eyebrow text", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/factor-card", "title": "factor card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/fallback-route-builder", "title": "fallback route builder", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/fallback-route-diagram", "title": "fallback route diagram", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/faq", "title": "faq", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/faqaccordion", "title": "faqaccordion", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/favicon-upload", "title": "favicon upload", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/fax-input", "title": "fax input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/feature-card", "title": "feature card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/feature-checklist", "title": "feature checklist", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/feature-comparison-table", "title": "feature comparison table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/featured-blog-card", "title": "featured blog card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/feature-details-panel", "title": "feature details panel", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/feature-grid", "title": "feature grid", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/feature-icon-card", "title": "feature icon card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/feature-list", "title": "feature list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/feature-tabs", "title": "feature tabs", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/feature-timeline", "title": "feature timeline", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/feature-unavailable-state", "title": "feature unavailable state", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/field-actions", "title": "field actions", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/file-upload-primitive", "title": "file upload primitive", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/file-input", "title": "file input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/file-list", "title": "file list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/file-size-input", "title": "file size input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/file-size-label", "title": "file size label", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/file-type-badge", "title": "file type badge", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/file-upload", "title": "file upload", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/filterable-table", "title": "filterable table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/filter-bar", "title": "filter bar", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/filter-menu", "title": "filter menu", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/filter-search-input", "title": "filter search input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/final-cta", "title": "final cta", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/first-name-input", "title": "first name input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/flex", "title": "flex", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/font-picker", "title": "font picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/font-size-picker", "title": "font size picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/font-weight-picker", "title": "font weight picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/footer-language-switcher", "title": "footer language switcher", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/footer-status-indicator", "title": "footer status indicator", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/forbidden-page", "title": "forbidden page", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/forbidden-state", "title": "forbidden state", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/forgot-password-form", "title": "forgot password form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/form", "title": "form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/form-actions", "title": "form actions", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/form-alert", "title": "form alert", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/form-dialog", "title": "form dialog", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/form-error", "title": "form error", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/form-error-summary", "title": "form error summary", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/form-field", "title": "form field", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/form-grid", "title": "form grid", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/form-group", "title": "form group", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/form-help-text", "title": "form help text", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/form-label", "title": "form label", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/form-progress", "title": "form progress", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/form-row", "title": "form row", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/form-section", "title": "form section", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/full-bleed", "title": "full bleed", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/fullscreen-dialog", "title": "fullscreen dialog", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/funnel-chart", "title": "funnel chart", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/geo-chart", "title": "geo chart", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/geofence-editor", "title": "geofence editor", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/ghost-button", "title": "ghost button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/glass-card", "title": "glass card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/global-search", "title": "global search", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/gradient-cta", "title": "gradient cta", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/gradient-picker", "title": "gradient picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/gradient-stop-editor", "title": "gradient stop editor", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/grid", "title": "grid", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/guide-card", "title": "guide card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/guide-checklist", "title": "guide checklist", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/guide-difficulty-badge", "title": "guide difficulty badge", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/guide-grid", "title": "guide grid", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/guide-step", "title": "guide step", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/header", "title": "header", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/header-actions", "title": "header actions", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/health-indicator", "title": "health indicator", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/hero", "title": "hero", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/hero-actions", "title": "hero actions", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/hero-code-panel", "title": "hero code panel", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/hero-gradient-text", "title": "hero gradient text", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/hero-primary-action", "title": "hero primary action", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/hero-product-preview", "title": "hero product preview", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/hero-secondary-action", "title": "hero secondary action", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/hero-trust-text", "title": "hero trust text", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/hex-color-input", "title": "hex color input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/hidden-field", "title": "hidden field", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/highlight-text", "title": "highlight text", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/holiday-calendar", "title": "holiday calendar", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/hostname-input", "title": "hostname input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/hour-picker", "title": "hour picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/hsl-color-input", "title": "hsl color input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/hstack", "title": "hstack", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/html-editor", "title": "html editor", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/human-approval-step", "title": "human approval step", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/icon", "title": "icon", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/icon-button", "title": "icon button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/icon-picker", "title": "icon picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/icon-selector", "title": "icon selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/identifier-input", "title": "identifier input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/illustration", "title": "illustration", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/image-compression-preview", "title": "image compression preview", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/image-editor", "title": "image editor", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/image-preview-dialog", "title": "image preview dialog", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/image-selector", "title": "image selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/image-upload", "title": "image upload", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/import-progress", "title": "import progress", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/incident-alert", "title": "incident alert", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/incident-banner", "title": "incident banner", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/incident-card", "title": "incident card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/incident-list", "title": "incident list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/incident-response-flow", "title": "incident response flow", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/incident-severity-badge", "title": "incident severity badge", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/incident-timeline", "title": "incident timeline", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/industry-badge", "title": "industry badge", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/industry-selector", "title": "industry selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/info-card", "title": "info card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/inline", "title": "inline", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/inline-alert", "title": "inline alert", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/inline-code", "title": "inline code", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/input", "title": "input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/input-group", "title": "input group", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/inset-panel", "title": "inset panel", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/integer-input", "title": "integer input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/integration-card", "title": "integration card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/invoice-line-item", "title": "invoice line item", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/invoice-summary", "title": "invoice summary", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/ip-address-input", "title": "ip address input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/job-card", "title": "job card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/job-progress", "title": "job progress", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/job-title-input", "title": "job title input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/json-input", "title": "json input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/json-viewer", "title": "json viewer", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/key-value-table", "title": "key value table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/kyc-document-upload", "title": "kyc document upload", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/language-selector", "title": "language selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/language-switcher", "title": "language switcher", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/last-name-input", "title": "last name input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/latency-metric", "title": "latency metric", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/latitude-input", "title": "latitude input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/leadership-grid", "title": "leadership grid", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/lead-text", "title": "lead text", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/legal-acceptance-notice", "title": "legal acceptance notice", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/legal-bullet-list", "title": "legal bullet list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/legal-contact-block", "title": "legal contact block", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/legal-definition-list", "title": "legal definition list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/legal-document-header", "title": "legal document header", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/legal-document-layout", "title": "legal document layout", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/legal-hero", "title": "legal hero", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/legal-language-selector", "title": "legal language selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/legal-notice", "title": "legal notice", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/legal-page-shell", "title": "legal page shell", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/legal-print-button", "title": "legal print button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/legal-region-selector", "title": "legal region selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/legal-section", "title": "legal section", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/legal-summary", "title": "legal summary", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/legal-table", "title": "legal table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/legal-table-of-contents", "title": "legal table of contents", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/legal-version-badge", "title": "legal version badge", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/letter-spacing-picker", "title": "letter spacing picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/license-key-input", "title": "license key input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/lightbox", "title": "lightbox", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/line-chart", "title": "line chart", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/line-height-picker", "title": "line height picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/link", "title": "link", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/link-button", "title": "link button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/list", "title": "list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/loading-button", "title": "loading button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/locale-selector", "title": "locale selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/localized-route-link", "title": "localized route link", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/location-picker", "title": "location picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/logo", "title": "logo", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/logo-cloud", "title": "logo cloud", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/logo-upload", "title": "logo upload", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/logout-dialog", "title": "logout dialog", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/log-table", "title": "log table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/longitude-input", "title": "longitude input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/maintenance-alert", "title": "maintenance alert", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/maintenance-banner", "title": "maintenance banner", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/maintenance-card", "title": "maintenance card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/maintenance-page", "title": "maintenance page", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/maintenance-state", "title": "maintenance state", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/maintenance-window-picker", "title": "maintenance window picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/map-picker", "title": "map picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/markdown-editor", "title": "markdown editor", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/marketing-page-shell", "title": "marketing page shell", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/marketing-section-header", "title": "marketing section header", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/masked-secret-field", "title": "masked secret field", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/mega-menu", "title": "mega menu", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/member-list", "title": "member list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/mention-input", "title": "mention input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/message-character-counter", "title": "message character counter", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/message-composer", "title": "message composer", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/message-composer-preview", "title": "message composer preview", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/message-limit-input", "title": "message limit input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/message-preview", "title": "message preview", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/message-volume-slider", "title": "message volume slider", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/metric", "title": "metric", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/metric-card", "title": "metric card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/metric-grid", "title": "metric grid", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/metric-text", "title": "metric text", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/minute-picker", "title": "minute picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/mission-section", "title": "mission section", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/mobile-device-frame", "title": "mobile device frame", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "experimental" }, { "url": "/components/mobile-input", "title": "mobile input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "experimental" }, { "url": "/components/mobile-menu-button", "title": "mobile menu button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "experimental" }, { "url": "/components/mobile-navigation", "title": "mobile navigation", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "experimental" }, { "url": "/components/mobile-table-card", "title": "mobile table card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "experimental" }, { "url": "/components/modal", "title": "modal", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/monthly-volume-selector", "title": "monthly volume selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/month-picker", "title": "month picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/month-year-picker", "title": "month year picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/multi-file-upload", "title": "multi file upload", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/multiple-email-input", "title": "multiple email input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/multi-select", "title": "multi select", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/muted-text", "title": "muted text", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/name-input", "title": "name input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/narrow-container", "title": "narrow container", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/navigation", "title": "navigation", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/navigation-item", "title": "navigation item", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/navigation-mega-menu", "title": "navigation mega menu", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/new-badge", "title": "new badge", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/new-password-input", "title": "new password input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/newsletter-cta", "title": "newsletter cta", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/newsletter-form", "title": "newsletter form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/no-results-state", "title": "no results state", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/not-found-page", "title": "not found page", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/not-found-state", "title": "not found state", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/notification-card", "title": "notification card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/notification-dot", "title": "notification dot", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/notification-list", "title": "notification list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/number-input", "title": "number input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/office-card", "title": "office card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/offline-page", "title": "offline page", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/offline-state", "title": "offline state", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/onboarding-progress", "title": "onboarding progress", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/one-time-secret-display", "title": "one time secret display", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/online-indicator", "title": "online indicator", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/opacity-slider", "title": "opacity slider", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/open-apicta", "title": "open apicta", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/optional-indicator", "title": "optional indicator", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/organization-selector", "title": "organization selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/otp-input", "title": "otp input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/otp-verification-form", "title": "otp verification form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/outlined-card", "title": "outlined card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/page-alert", "title": "page alert", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/page-header", "title": "page header", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/page-heading", "title": "page heading", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/page-shell", "title": "page shell", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/page-skeleton", "title": "page skeleton", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/pagination", "title": "pagination", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/panel", "title": "panel", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/partner-application-form", "title": "partner application form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/partner-logo-grid", "title": "partner logo grid", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/partner-program-card", "title": "partner program card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/passkey-button", "title": "passkey button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/password-input", "title": "password input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/password-requirement-list", "title": "password requirement list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/password-strength-meter", "title": "password strength meter", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/password-visibility-toggle", "title": "password visibility toggle", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/path-input", "title": "path input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/payment-method-card", "title": "payment method card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/pdf-preview", "title": "pdf preview", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/percentage-input", "title": "percentage input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/permission-selector", "title": "permission selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/phone-input", "title": "phone input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/pie-chart", "title": "pie chart", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/pill", "title": "pill", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/pin-input", "title": "pin input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/plain-text-editor", "title": "plain text editor", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/plan-cta", "title": "plan cta", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/plan-feature-list", "title": "plan feature list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/plan-limit-list", "title": "plan limit list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/plan-selector", "title": "plan selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/platform-pillar-card", "title": "platform pillar card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/policy-version-table", "title": "policy version table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/popover", "title": "popover", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/port-input", "title": "port input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/port-number-input", "title": "port number input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/positive-number-input", "title": "positive number input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/postal-code-input", "title": "postal code input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/postman-cta", "title": "postman cta", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/preset-date-range-picker", "title": "preset date range picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/press-release-card", "title": "press release card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/preview-badge", "title": "preview badge", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/previous-next-navigation", "title": "previous next navigation", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/price-input", "title": "price input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/price-range-slider", "title": "price range slider", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/price-text", "title": "price text", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/pricing-card", "title": "pricing card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/pricing-comparison-table", "title": "pricing comparison table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/pricing-contact-form", "title": "pricing contact form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/pricing-feature-group", "title": "pricing feature group", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/pricing-grid", "title": "pricing grid", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/pricing-hero", "title": "pricing hero", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/pricing-plan-card", "title": "pricing plan card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/pricing-table", "title": "pricing table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/pricing-toggle", "title": "pricing toggle", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/primary-button", "title": "primary button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/print-action", "title": "print action", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/print-policy-button", "title": "print policy button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/priority-selector", "title": "priority selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/privacy-notice", "title": "privacy notice", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/product-architecture-diagram", "title": "product architecture diagram", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/product-card", "title": "product card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/product-category-section", "title": "product category section", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/product-cta", "title": "product cta", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/product-feature-list", "title": "product feature list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/product-grid", "title": "product grid", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/product-hero", "title": "product hero", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/product-icon", "title": "product icon", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/product-integration-list", "title": "product integration list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/product-list", "title": "product list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/product-logo", "title": "product logo", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/product-mega-menu", "title": "product mega menu", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/product-mini-card", "title": "product mini card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/product-navigation-card", "title": "product navigation card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/product-page-shell", "title": "product page shell", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/product-selector", "title": "product selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/products-mega-menu", "title": "products mega menu", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/product-status-badge", "title": "product status badge", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/product-use-case-list", "title": "product use case list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/progress", "title": "progress", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/progress-bar", "title": "progress bar", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/progress-chart", "title": "progress chart", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/progress-ring", "title": "progress ring", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/progress-slider", "title": "progress slider", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/project-card", "title": "project card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/project-selector", "title": "project selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/project-switcher", "title": "project switcher", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/promo-code-input", "title": "promo code input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/prompt-dialog", "title": "prompt dialog", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/provider-selector", "title": "provider selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/public-footer", "title": "public footer", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/public-header", "title": "public header", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/public-header-logo", "title": "public header logo", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/public-mobile-navigation", "title": "public mobile navigation", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "experimental" }, { "url": "/components/public-page-shell", "title": "public page shell", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/public-search", "title": "public search", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/publish-date-time-picker", "title": "publish date time picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/push-composer", "title": "push composer", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/push-notification-editor", "title": "push notification editor", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/qr-code", "title": "qr code", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/quantity-input", "title": "quantity input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/quantity-stepper", "title": "quantity stepper", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/quiet-hours-picker", "title": "quiet hours picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/quote-text", "title": "quote text", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/radio", "title": "radio", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/radio-group", "title": "radio group", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/range-input", "title": "range input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/range-slider", "title": "range slider", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/rate-limited-state", "title": "rate limited state", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/rate-limit-input", "title": "rate limit input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/rate-limit-page", "title": "rate limit page", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/rate-table", "title": "rate table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/rating-slider", "title": "rating slider", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/recipient-selector", "title": "recipient selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/recovery-code-form", "title": "recovery code form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/recovery-code-input", "title": "recovery code input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/recurrence-rule-builder", "title": "recurrence rule builder", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/recurring-schedule-picker", "title": "recurring schedule picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/redirect-uri-input", "title": "redirect uri input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/reference-input", "title": "reference input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/regex-input", "title": "regex input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/regional-privacy-banner", "title": "regional privacy banner", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/region-availability-table", "title": "region availability table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/region-selector", "title": "region selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/region-unavailable-alert", "title": "region unavailable alert", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/region-unavailable-state", "title": "region unavailable state", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/reject-optional-cookies-button", "title": "reject optional cookies button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/reopen-cookie-settings-button", "title": "reopen cookie settings button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/report-card", "title": "report card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/request-response-viewer", "title": "request response viewer", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/request-viewer", "title": "request viewer", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/required-indicator", "title": "required indicator", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/reset-password-form", "title": "reset password form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/resizable-panel", "title": "resizable panel", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/resource-card", "title": "resource card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/resource-download-card", "title": "resource download card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/resource-page-shell", "title": "resource page shell", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/resource-search", "title": "resource search", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/resources-mega-menu", "title": "resources mega menu", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/resource-type-badge", "title": "resource type badge", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/response-viewer", "title": "response viewer", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/responsible-disclosure-cta", "title": "responsible disclosure cta", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/responsive-table", "title": "responsive table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/results-section", "title": "results section", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/retention-table", "title": "retention table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/retry-count-input", "title": "retry count input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/revenue-chart", "title": "revenue chart", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/rgb-color-input", "title": "rgb color input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/rich-text-editor", "title": "rich text editor", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/rich-text-input", "title": "rich text input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/role-selector", "title": "role selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/rolling-date-range-picker", "title": "rolling date range picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/save-cookie-preferences-button", "title": "save cookie preferences button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/saved-filter-selector", "title": "saved filter selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/scheduled-date-time-picker", "title": "scheduled date time picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/schedule-message-picker", "title": "schedule message picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/schedule-picker", "title": "schedule picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/screenshot-frame", "title": "screenshot frame", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/scroll-area", "title": "scroll area", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/sdkcard", "title": "sdkcard", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/sdk-language-selector", "title": "sdk language selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/sdklanguage-tabs", "title": "sdklanguage tabs", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/sdktabs", "title": "sdktabs", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/search-button", "title": "search button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/search-category-tabs", "title": "search category tabs", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/search-dialog", "title": "search dialog", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/search-empty-state", "title": "search empty state", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/search-input", "title": "search input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/search-loading-state", "title": "search loading state", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/search-result-item", "title": "search result item", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/secondary-button", "title": "secondary button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/second-picker", "title": "second picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/secret-display", "title": "secret display", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/secret-input", "title": "secret input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/secret-reveal-dialog", "title": "secret reveal dialog", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/section", "title": "section", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/section-actions", "title": "section actions", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/section-header", "title": "section header", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/section-heading", "title": "section heading", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/security-alert", "title": "security alert", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/security-contact-card", "title": "security contact card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/security-feature-card", "title": "security feature card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/security-hero", "title": "security hero", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/security-pillar-grid", "title": "security pillar grid", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/security-practice-list", "title": "security practice list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/security-report-form", "title": "security report form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/select", "title": "select", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/sender-id-input", "title": "sender id input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/server-error-page", "title": "server error page", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/service-level-table", "title": "service level table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/service-status-badge", "title": "service status badge", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/service-status-list", "title": "service status list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/service-status-row", "title": "service status row", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/session-card", "title": "session card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/session-expired-dialog", "title": "session expired dialog", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/setup-checklist", "title": "setup checklist", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/severity-selector", "title": "severity selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/shadow-picker", "title": "shadow picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/share-action", "title": "share action", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/share-button", "title": "share button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/sidebar-layout", "title": "sidebar layout", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/side-panel", "title": "side panel", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/sign-in-form", "title": "sign in form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/sign-in-link", "title": "sign in link", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/sign-up-form", "title": "sign up form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/site-search", "title": "site search", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/skeleton", "title": "skeleton", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/skip-link", "title": "skip link", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/sla-table", "title": "sla table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/slider", "title": "slider", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/slug-input", "title": "slug input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/small-text", "title": "small text", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/smart-route-diagram", "title": "smart route diagram", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/sms-composer", "title": "sms composer", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/sms-message-editor", "title": "sms message editor", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/sms-segment-counter", "title": "sms segment counter", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/social-share", "title": "social share", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/solution-hero", "title": "solution hero", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/solution-page-shell", "title": "solution page shell", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/solution-section", "title": "solution section", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/solutions-mega-menu", "title": "solutions mega menu", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/sortable-table", "title": "sortable table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/spacer", "title": "spacer", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/spinner", "title": "spinner", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/split-button", "title": "split button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/split-cta", "title": "split cta", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/split-hero", "title": "split hero", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/split-layout", "title": "split layout", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/split-section-header", "title": "split section header", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/stack", "title": "stack", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/start-free-button", "title": "start free button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/stat-card", "title": "stat card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/state-selector", "title": "state selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/status-badge", "title": "status badge", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/status-banner", "title": "status banner", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/status-page-shell", "title": "status page shell", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/status-selector", "title": "status selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/status-subscribe-form", "title": "status subscribe form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/status-table", "title": "status table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/step-navigation", "title": "step navigation", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/stepper", "title": "stepper", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/stepper-input", "title": "stepper input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/step-up-authentication-dialog", "title": "step up authentication dialog", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/sticker-picker", "title": "sticker picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/sticky", "title": "sticky", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/sticky-layout", "title": "sticky layout", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/street-address-input", "title": "street address input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/subdomain-input", "title": "subdomain input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/subject-input", "title": "subject input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/subprocessor-table", "title": "subprocessor table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/subsection-heading", "title": "subsection heading", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/success-card", "title": "success card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/success-state", "title": "success state", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/support-request-form", "title": "support request form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/surface", "title": "surface", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/switch", "title": "switch", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/table", "title": "table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/table-header", "title": "table header", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/table-row", "title": "table row", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/table-skeleton", "title": "table skeleton", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/tabs", "title": "tabs", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/tag", "title": "tag", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/tag-input", "title": "tag input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/tax-notice", "title": "tax notice", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/tax-rate-input", "title": "tax rate input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/team-member-card", "title": "team member card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/team-size-selector", "title": "team size selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/template-card", "title": "template card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/template-selector", "title": "template selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/template-variable-input", "title": "template variable input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/tenant-isolation-diagram", "title": "tenant isolation diagram", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/terminal-block", "title": "terminal block", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/tertiary-button", "title": "tertiary button", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/testimonial-card", "title": "testimonial card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/testimonial-carousel", "title": "testimonial carousel", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/test-message-dialog", "title": "test message dialog", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/textarea", "title": "textarea", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/text-input", "title": "text input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/text-link", "title": "text link", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/text-skeleton", "title": "text skeleton", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/theme-toggle", "title": "theme toggle", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/theme-color-picker", "title": "theme color picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/theme-switcher", "title": "theme switcher", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/time-input", "title": "time input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/timeline", "title": "timeline", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/timeline-chart", "title": "timeline chart", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/timeline-item", "title": "timeline item", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/timeout-input", "title": "timeout input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/time-picker", "title": "time picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/time-range-picker", "title": "time range picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/timezone-aware-time-picker", "title": "timezone aware time picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/timezone-selector", "title": "timezone selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/toast", "title": "toast", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/toast-action", "title": "toast action", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/toast-host", "title": "toast host", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/toast-icon", "title": "toast icon", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/toast-progress", "title": "toast progress", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/toggle", "title": "toggle", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/toggle-group", "title": "toggle group", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/token-input", "title": "token input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/tooltip", "title": "tooltip", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/totp-verification-form", "title": "totp verification form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/translated-text", "title": "translated text", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/tree-table", "title": "tree table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/trend-indicator", "title": "trend indicator", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/truncated-text", "title": "truncated text", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/trust-badge-list", "title": "trust badge list", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/typography", "title": "typography", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/unavailable-region-state", "title": "unavailable region state", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/unified-timeline-preview", "title": "unified timeline preview", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/unsaved-changes-dialog", "title": "unsaved changes dialog", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/upload-item", "title": "upload item", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/upload-preview", "title": "upload preview", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/upload-progress", "title": "upload progress", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/uptime-chart", "title": "uptime chart", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/uptime-metric", "title": "uptime metric", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/url-input", "title": "url input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/usage-pricing-table", "title": "usage pricing table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/use-case-selector", "title": "use case selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/user-card", "title": "user card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/username-input", "title": "username input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/value-card", "title": "value card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/values-grid", "title": "values grid", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/verification-code-input", "title": "verification code input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/verified-badge", "title": "verified badge", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/version-selector", "title": "version selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/vertical-tabs", "title": "vertical tabs", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/video-card", "title": "video card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/video-preview-dialog", "title": "video preview dialog", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/video-upload", "title": "video upload", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/virtualized-table", "title": "virtualized table", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/vision-section", "title": "vision section", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/visually-hidden", "title": "visually hidden", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/voice-script-composer", "title": "voice script composer", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/voice-script-editor", "title": "voice script editor", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/volume-input", "title": "volume input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/volume-slider", "title": "volume slider", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/warning-card", "title": "warning card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/webhook-event-card", "title": "webhook event card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/webhook-flow-diagram", "title": "webhook flow diagram", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/webhook-payload-viewer", "title": "webhook payload viewer", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/webhook-url-input", "title": "webhook url input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/webinar-card", "title": "webinar card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/webinar-registration-form", "title": "webinar registration form", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/well", "title": "well", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/whats-app-composer", "title": "whats app composer", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/whats-app-number-input", "title": "whats app number input", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/whats-app-template-editor", "title": "whats app template editor", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/wide-container", "title": "wide container", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/wizard", "title": "wizard", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/wizard-header", "title": "wizard header", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/wizard-navigation", "title": "wizard navigation", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/workflow-canvas-preview", "title": "workflow canvas preview", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/workflow-progress", "title": "workflow progress", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/workspace-card", "title": "workspace card", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/workspace-selector", "title": "workspace selector", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/workspace-switcher", "title": "workspace switcher", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/year-picker", "title": "year picker", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" }, { "url": "/components/zoom-slider", "title": "zoom slider", "section": "portal", - "version": "0.2.65", + "version": "0.2.66", "stability": "preview" } ] diff --git a/public/llms-full.txt b/public/llms-full.txt index ed43b24e..9f152d4d 100644 --- a/public/llms-full.txt +++ b/public/llms-full.txt @@ -1,4 +1,4 @@ -# WRNexusJS 0.2.65 comprehensive documentation index +# WRNexusJS 0.2.66 comprehensive documentation index Status: Private Developer Preview. Runtime: Bun. UI language: .wrn. This is the documentation application, not the framework monorepo. @@ -40,7 +40,7 @@ This is the documentation application, not the framework monorepo. - https://wrnexusjs.dev/benchmarks - https://wrnexusjs.dev/roadmap - https://wrnexusjs.dev/changelog -- https://wrnexusjs.dev/releases/0.2.65 +- https://wrnexusjs.dev/releases/0.2.66 - https://wrnexusjs.dev/security - https://wrnexusjs.dev/support - https://wrnexusjs.dev/license diff --git a/public/llms.txt b/public/llms.txt index 91b5ffbd..bd62751c 100644 --- a/public/llms.txt +++ b/public/llms.txt @@ -1,4 +1,4 @@ -# WRNexusJS documentation 0.2.65 +# WRNexusJS documentation 0.2.66 Status: Private Developer Preview. This site documents 26 release-aligned packages. @@ -12901,18942 +12901,9 @@ Props: eyebrow: string = "", title: string = "", description: string = "", href: Slots: default Events: none -# UI component catalog - -The installed @wrnexus/ui release contains 901 documented components. Every mount name, prop type, required/default status, slot, and event is included below and in llms-full.txt. - -### AcceptAllCookiesButton -Mount: data-component="AcceptAllCookiesButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### AccessibleAccordion -Mount: data-component="AccessibleAccordion" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AccessibleCarousel -Mount: data-component="AccessibleCarousel" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AccessibleChartSummary -Mount: data-component="AccessibleChartSummary" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AccessibleDialog -Mount: data-component="AccessibleDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### AccessibleErrorSummary -Mount: data-component="AccessibleErrorSummary" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AccessibleIcon -Mount: data-component="AccessibleIcon" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AccessibleMenu -Mount: data-component="AccessibleMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### AccessibleTabs -Mount: data-component="AccessibleTabs" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AccessibleTooltip -Mount: data-component="AccessibleTooltip" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Accordion -Mount: data-component="Accordion" -Category: content -Props: class: string = "", title: string = "Question", open: boolean = false -Slots: default -Events: click - -### AccountMenu -Mount: data-component="AccountMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### AccountStatusBanner -Mount: data-component="AccountStatusBanner" -Category: feedback -Props: label: string = "AccountStatus", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ActionMenu -Mount: data-component="ActionMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### ActiveFilterList -Mount: data-component="ActiveFilterList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ActivityList -Mount: data-component="ActivityList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### AddOnCard -Mount: data-component="AddOnCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AddressInput -Mount: data-component="AddressInput" -Category: forms -Props: label: string = "Address", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### AddressPreview -Mount: data-component="AddressPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AdvancedFilterBuilder -Mount: data-component="AdvancedFilterBuilder" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Alert -Mount: data-component="Alert" -Category: feedback -Props: class: string = "", title: string = "Notice", description: string = "", variant: string = "info", dismissible: boolean = false -Slots: default -Events: click - -### AlertDialog -Mount: data-component="AlertDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### AmountInput -Mount: data-component="AmountInput" -Category: forms -Props: label: string = "Amount", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### AnalyticsDashboardPreview -Mount: data-component="AnalyticsDashboardPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AnchorNavigation -Mount: data-component="AnchorNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### AnnouncementBar -Mount: data-component="AnnouncementBar" -Category: core -Props: class: string = "", badge: string = "New", message: string = "WrNexus Organizations is now available.", description: string = "Build secure multi-tenant applications with teams, roles, domains, and enterprise SSO.", href: string = "/organizations", actionLabel: string = "Explore organizations", ariaLabel: string = "Announcement" -Slots: none -Events: click - -### ApartmentInput -Mount: data-component="ApartmentInput" -Category: forms -Props: label: string = "Apartment", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ApiAuthenticationNotice -Mount: data-component="ApiAuthenticationNotice" -Category: feedback -Props: label: string = "ApiAuthentication", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ApiEndpointCard -Mount: data-component="ApiEndpointCard" -Category: content -Props: class: string = "", method: string = "GET", path: string = "/api/example", eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "View endpoint" -Slots: default -Events: none - -### ApiErrorExample -Mount: data-component="ApiErrorExample" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ApiHeaderTable -Mount: data-component="ApiHeaderTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ApiKeyCreateDialog -Mount: data-component="ApiKeyCreateDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### ApiKeyDisplay -Mount: data-component="ApiKeyDisplay" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ApiKeyInput -Mount: data-component="ApiKeyInput" -Category: forms -Props: label: string = "ApiKey", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ApiMethodBadge -Mount: data-component="ApiMethodBadge" -Category: feedback -Props: label: string = "ApiMethod", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ApiParameterTable -Mount: data-component="ApiParameterTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ApiRateLimitNotice -Mount: data-component="ApiRateLimitNotice" -Category: feedback -Props: label: string = "ApiRateLimit", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ApiRequestExample -Mount: data-component="ApiRequestExample" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ApiResponseExample -Mount: data-component="ApiResponseExample" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ApiSchemaTable -Mount: data-component="ApiSchemaTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ApiSchemaViewer -Mount: data-component="ApiSchemaViewer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ApiVersionBadge -Mount: data-component="ApiVersionBadge" -Category: feedback -Props: label: string = "ApiVersion", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### AppHeader -Mount: data-component="AppHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ArchitectureSection -Mount: data-component="ArchitectureSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### AreaChart -Mount: data-component="AreaChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ArticleHero -Mount: data-component="ArticleHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ArticleLayout -Mount: data-component="ArticleLayout" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ArticleNewsletterCTA -Mount: data-component="ArticleNewsletterCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ArticlePageShell -Mount: data-component="ArticlePageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ArticleShareActions -Mount: data-component="ArticleShareActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### AspectRatio -Mount: data-component="AspectRatio" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### AssetCard -Mount: data-component="AssetCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### AttachmentPicker -Mount: data-component="AttachmentPicker" -Category: forms -Props: label: string = "Attachment", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### AttachmentUpload -Mount: data-component="AttachmentUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AudioUpload -Mount: data-component="AudioUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AuditLogPreview -Mount: data-component="AuditLogPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AuditTable -Mount: data-component="AuditTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### AuthenticatorCodeInput -Mount: data-component="AuthenticatorCodeInput" -Category: forms -Props: label: string = "AuthenticatorCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### AuthorAvatar -Mount: data-component="AuthorAvatar" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AuthorCard -Mount: data-component="AuthorCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AuthorizedApplicationCard -Mount: data-component="AuthorizedApplicationCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AutoGrid -Mount: data-component="AutoGrid" -Category: data -Props: class: string = "" -Slots: default -Events: none - -### AutomationExampleCard -Mount: data-component="AutomationExampleCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AvailabilityCalendar -Mount: data-component="AvailabilityCalendar" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Avatar -Mount: data-component="Avatar" -Category: content -Props: class: string = "", src: string = "", alt: string = "", initials: string = "WR", size: string = "md" -Slots: none -Events: none - -### AvatarGroup -Mount: data-component="AvatarGroup" -Category: forms -Props: label: string = "Avatar", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### AvatarUpload -Mount: data-component="AvatarUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### BackButton -Mount: data-component="BackButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### BackToTop -Mount: data-component="BackToTop" -Category: core -Props: class: string = "", label: string = "Back to top", assistiveLabel: string = "Return to the top of the page", threshold: number = 500 -Slots: none -Events: click - -### Badge -Mount: data-component="Badge" -Category: feedback -Props: class: string = "", label: string = "", variant: string = "neutral" -Slots: default -Events: none - -### BankTransferDetails -Mount: data-component="BankTransferDetails" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Banner -Mount: data-component="Banner" -Category: feedback -Props: class: string = "", text: string = "Announcement", href: string = "", actionLabel: string = "Learn more", variant: string = "brand" -Slots: none -Events: none - -### BarChart -Mount: data-component="BarChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### BetaBadge -Mount: data-component="BetaBadge" -Category: feedback -Props: label: string = "Beta", variant: string = "default", class: string = "" -Slots: default -Events: none - -### BillingAddressForm -Mount: data-component="BillingAddressForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### BillingExample -Mount: data-component="BillingExample" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### BillingPeriodToggle -Mount: data-component="BillingPeriodToggle" -Category: forms -Props: label: string = "BillingPeriod", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### BlackoutDatePicker -Mount: data-component="BlackoutDatePicker" -Category: forms -Props: label: string = "BlackoutDate", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### BlogCard -Mount: data-component="BlogCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### BlogGrid -Mount: data-component="BlogGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### BlogList -Mount: data-component="BlogList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### BlogSearch -Mount: data-component="BlogSearch" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### BodyText -Mount: data-component="BodyText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### BorderRadiusPicker -Mount: data-component="BorderRadiusPicker" -Category: forms -Props: label: string = "BorderRadius", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### BottomNavigation -Mount: data-component="BottomNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### BrandColorPicker -Mount: data-component="BrandColorPicker" -Category: forms -Props: label: string = "BrandColor", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### BrandSelector -Mount: data-component="BrandSelector" -Category: forms -Props: label: string = "Brand", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Breadcrumbs -Mount: data-component="Breadcrumbs" -Category: core -Props: class: string = "", items: string = [], centered: boolean = false, compact: boolean = false, showHome: boolean = true, homeLabel: string = "Home", homeHref: string = "/" -Slots: none -Events: none - -### BrowserFrame -Mount: data-component="BrowserFrame" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### BudgetRangeSlider -Mount: data-component="BudgetRangeSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### BudgetSelector -Mount: data-component="BudgetSelector" -Category: forms -Props: label: string = "Budget", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### BusinessHoursPicker -Mount: data-component="BusinessHoursPicker" -Category: forms -Props: label: string = "BusinessHours", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Button -Mount: data-component="Button" -Category: actions -Props: label: string = "Button", type: string = "button", variant: string = "primary", size: string = "md", disabled: boolean = false, loading: boolean = false, icon: string = "", className: string = "" -Slots: none -Events: none - -### ButtonGroup -Mount: data-component="ButtonGroup" -Category: forms -Props: label: string = "Button", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ButtonSelector -Mount: data-component="ButtonSelector" -Category: forms -Props: label: string = "Button", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Calendar -Mount: data-component="Calendar" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CalendarGrid -Mount: data-component="CalendarGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### CalendarHeader -Mount: data-component="CalendarHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CalendarNavigation -Mount: data-component="CalendarNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CallbackUrlInput -Mount: data-component="CallbackUrlInput" -Category: forms -Props: label: string = "CallbackUrl", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CampaignCard -Mount: data-component="CampaignCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", icon: string = "icon-[lucide--send]", class: string = "" -Slots: default -Events: none - -### CampaignPerformancePreview -Mount: data-component="CampaignPerformancePreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CampaignProgress -Mount: data-component="CampaignProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### CapabilityGrid -Mount: data-component="CapabilityGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### CaptchaField -Mount: data-component="CaptchaField" -Category: forms -Props: label: string = "Captcha", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Card -Mount: data-component="Card" -Category: content -Props: variant: string = "default", padding: string = "md", interactive: boolean = false, className: string = "" -Slots: default -Events: none - -### CardPaymentForm -Mount: data-component="CardPaymentForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CardSelector -Mount: data-component="CardSelector" -Category: forms -Props: label: string = "Card", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CardSkeleton -Mount: data-component="CardSkeleton" -Category: feedback -Props: label: string = "Card", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### CareerApplicationForm -Mount: data-component="CareerApplicationForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CareerBenefitsGrid -Mount: data-component="CareerBenefitsGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### Carousel -Mount: data-component="Carousel" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CaseStudyCard -Mount: data-component="CaseStudyCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CaseStudyHero -Mount: data-component="CaseStudyHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CaseStudyPreview -Mount: data-component="CaseStudyPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CenteredCTA -Mount: data-component="CenteredCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### CenteredHero -Mount: data-component="CenteredHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CenteredSectionHeader -Mount: data-component="CenteredSectionHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CertificateUpload -Mount: data-component="CertificateUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CertificationBadge -Mount: data-component="CertificationBadge" -Category: feedback -Props: label: string = "Certification", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ChallengeSection -Mount: data-component="ChallengeSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ChannelBadge -Mount: data-component="ChannelBadge" -Category: feedback -Props: label: string = "Channel", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ChannelCard -Mount: data-component="ChannelCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", icon: string = "icon-[lucide--radio-tower]", class: string = "" -Slots: default -Events: none - -### ChannelComparisonChart -Mount: data-component="ChannelComparisonChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ChannelComparisonTable -Mount: data-component="ChannelComparisonTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ChannelFallbackDiagram -Mount: data-component="ChannelFallbackDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ChannelFlow -Mount: data-component="ChannelFlow" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ChannelIcon -Mount: data-component="ChannelIcon" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ChannelRateTable -Mount: data-component="ChannelRateTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ChannelSelector -Mount: data-component="ChannelSelector" -Category: forms -Props: label: string = "Channel", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CharacterCounter -Mount: data-component="CharacterCounter" -Category: feedback -Props: label: string = "Character", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ChartEmptyState -Mount: data-component="ChartEmptyState" -Category: feedback -Props: label: string = "ChartEmpty", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ChartTooltip -Mount: data-component="ChartTooltip" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Checkbox -Mount: data-component="Checkbox" -Category: core -Props: class: string = "", id: string = "", name: string = "", label: string = "Checkbox", description: string = "", checked: boolean = false, disabled: boolean = false -Slots: none -Events: none - -### CheckboxGroup -Mount: data-component="CheckboxGroup" -Category: forms -Props: label: string = "Checkbox", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Checklist -Mount: data-component="Checklist" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ChecklistProgress -Mount: data-component="ChecklistProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### Chip -Mount: data-component="Chip" -Category: core -Props: label: string = "Chip", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ChipInput -Mount: data-component="ChipInput" -Category: forms -Props: label: string = "Chip", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CircularProgress -Mount: data-component="CircularProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### CitySelector -Mount: data-component="CitySelector" -Category: forms -Props: label: string = "City", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ClearFiltersButton -Mount: data-component="ClearFiltersButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ClickableCard -Mount: data-component="ClickableCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### CloseButton -Mount: data-component="CloseButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### Cluster -Mount: data-component="Cluster" -Category: core -Props: gap: string = "4", className: string = "" -Slots: default -Events: none - -### Code -Mount: data-component="Code" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CodeBlock -Mount: data-component="CodeBlock" -Category: content -Props: class: string = "", language: string = "text", filename: string = "", code: string = "" -Slots: none -Events: click - -### CodeCopyButton -Mount: data-component="CodeCopyButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### CodeHeader -Mount: data-component="CodeHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CodeInput -Mount: data-component="CodeInput" -Category: forms -Props: label: string = "Code", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CodeLanguageBadge -Mount: data-component="CodeLanguageBadge" -Category: feedback -Props: label: string = "CodeLanguage", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### CodeTabs -Mount: data-component="CodeTabs" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CodeText -Mount: data-component="CodeText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CohortChart -Mount: data-component="CohortChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ColorGrid -Mount: data-component="ColorGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ColorHexInput -Mount: data-component="ColorHexInput" -Category: forms -Props: label: string = "ColorHex", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ColorPicker -Mount: data-component="ColorPicker" -Category: forms -Props: label: string = "Color", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ColorSelector -Mount: data-component="ColorSelector" -Category: forms -Props: label: string = "Color", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ColorSwatch -Mount: data-component="ColorSwatch" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Combobox -Mount: data-component="Combobox" -Category: core -Props: id: string = "combobox", name: string = "", label: string = "Choose an option", placeholder: string = "Search options", options: string = [], required: boolean = false, disabled: boolean = false, class: string = "" -Slots: none -Events: none - -### ComingSoonBadge -Mount: data-component="ComingSoonBadge" -Category: feedback -Props: label: string = "ComingSoon", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ComingSoonState -Mount: data-component="ComingSoonState" -Category: feedback -Props: label: string = "ComingSoon", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### CommandBlock -Mount: data-component="CommandBlock" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CommandMenu -Mount: data-component="CommandMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### CommandSearchInput -Mount: data-component="CommandSearchInput" -Category: forms -Props: label: string = "CommandSearch", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CompanyHero -Mount: data-component="CompanyHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CompanyNameInput -Mount: data-component="CompanyNameInput" -Category: forms -Props: label: string = "CompanyName", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CompanyPageShell -Mount: data-component="CompanyPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CompanySizeSelector -Mount: data-component="CompanySizeSelector" -Category: forms -Props: label: string = "CompanySize", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ComparisonDateRangePicker -Mount: data-component="ComparisonDateRangePicker" -Category: forms -Props: label: string = "ComparisonDateRange", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ComparisonTable -Mount: data-component="ComparisonTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### CompletionMeter -Mount: data-component="CompletionMeter" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ComplianceBadgeList -Mount: data-component="ComplianceBadgeList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ComplianceProgramCard -Mount: data-component="ComplianceProgramCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ConfirmationDialog -Mount: data-component="ConfirmationDialog" -Category: overlays -Props: title: string = "Confirm action", description: string = "Are you sure you want to continue?", confirmLabel: string = "Confirm", cancelLabel: string = "Cancel", danger: boolean = false, open: boolean = false, class: string = "" -Slots: confirm -Events: click - -### ConfirmPasswordInput -Mount: data-component="ConfirmPasswordInput" -Category: forms -Props: label: string = "ConfirmPassword", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ConnectedAccountCard -Mount: data-component="ConnectedAccountCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ConnectionCard -Mount: data-component="ConnectionCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### ConsentTimelinePreview -Mount: data-component="ConsentTimelinePreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ContactCard -Mount: data-component="ContactCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### ContactCTA -Mount: data-component="ContactCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ContactForm -Mount: data-component="ContactForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ContactHero -Mount: data-component="ContactHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ContactPageShell -Mount: data-component="ContactPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ContactSalesBanner -Mount: data-component="ContactSalesBanner" -Category: core -Props: class: string = "", eyebrow: string = "Enterprise identity", title: string = "Ready to secure your next application?", description: string = "", primaryLabel: string = "Contact sales", primaryHref: string = "/contact", secondaryLabel: string = "Start free", secondaryHref: string = "/sign-up", iconClass: string = "icon-[lucide--messages-square]", centered: boolean = false, compact: boolean = false, points: string = [], trustPoints: string = [] -Slots: none -Events: none - -### ContactSalesButton -Mount: data-component="ContactSalesButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ContactSalesForm -Mount: data-component="ContactSalesForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Container -Mount: data-component="Container" -Category: core -Props: size: string = "default", className: string = "" -Slots: default -Events: none - -### ContextMenu -Mount: data-component="ContextMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### ContextSwitcher -Mount: data-component="ContextSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ConversationList -Mount: data-component="ConversationList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ConversationPreview -Mount: data-component="ConversationPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ConversionChart -Mount: data-component="ConversionChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### CookieBanner -Mount: data-component="CookieBanner" -Category: feedback -Props: class: string = "", title: string = "We use cookies", description: string = "We use essential cookies and optional analytics to improve your experience.", privacyHref: string = "/privacy" -Slots: none -Events: click - -### CookieCategoryList -Mount: data-component="CookieCategoryList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### CookieCategoryToggle -Mount: data-component="CookieCategoryToggle" -Category: forms -Props: label: string = "CookieCategory", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CookieConsent -Mount: data-component="CookieConsent" -Category: core -Props: class: string = "" -Slots: none -Events: click, change - -### CookieDetailsTable -Mount: data-component="CookieDetailsTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### CookiePreferencesDialog -Mount: data-component="CookiePreferencesDialog" -Category: overlays -Props: title: string = "Cookie preferences", description: string = "Choose which optional cookies you allow. Essential cookies are always enabled.", saveLabel: string = "Save preferences", acceptLabel: string = "Accept all", rejectLabel: string = "Reject optional", open: boolean = false, class: string = "" -Slots: none -Events: change, click - -### CookieTable -Mount: data-component="CookieTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### CoordinatesInput -Mount: data-component="CoordinatesInput" -Category: forms -Props: label: string = "Coordinates", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CoordinatesPicker -Mount: data-component="CoordinatesPicker" -Category: forms -Props: label: string = "Coordinates", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CopyButton -Mount: data-component="CopyButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### CopyCodeButton -Mount: data-component="CopyCodeButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### CopySecretField -Mount: data-component="CopySecretField" -Category: forms -Props: label: string = "CopySecret", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CostBreakdownChart -Mount: data-component="CostBreakdownChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### CostSummary -Mount: data-component="CostSummary" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Counter -Mount: data-component="Counter" -Category: feedback -Props: label: string = "Status", variant: string = "default", class: string = "" -Slots: default -Events: none - -### CountryCallingCodeInput -Mount: data-component="CountryCallingCodeInput" -Category: forms -Props: label: string = "CountryCallingCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CountryCallingCodeSelector -Mount: data-component="CountryCallingCodeSelector" -Category: forms -Props: label: string = "CountryCallingCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CountrySelector -Mount: data-component="CountrySelector" -Category: forms -Props: label: string = "Country", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CouponInput -Mount: data-component="CouponInput" -Category: forms -Props: label: string = "Coupon", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CreditAmountInput -Mount: data-component="CreditAmountInput" -Category: forms -Props: label: string = "CreditAmount", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CronBuilder -Mount: data-component="CronBuilder" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CronInput -Mount: data-component="CronInput" -Category: forms -Props: label: string = "Cron", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CsvUpload -Mount: data-component="CsvUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CTASection -Mount: data-component="CTASection" -Category: layout -Props: class: string = "", eyebrow: string = "Ready?", title: string = "Start building today", description: string = "", primaryLabel: string = "Get started", primaryHref: string = "#", secondaryLabel: string = "Contact sales", secondaryHref: string = "#" -Slots: none -Events: none - -### CurrencyInput -Mount: data-component="CurrencyInput" -Category: forms -Props: label: string = "Currency", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CurrencySelector -Mount: data-component="CurrencySelector" -Category: forms -Props: label: string = "Currency", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CurrentPasswordInput -Mount: data-component="CurrentPasswordInput" -Category: forms -Props: label: string = "CurrentPassword", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CustomerLogo -Mount: data-component="CustomerLogo" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CustomerStoryCard -Mount: data-component="CustomerStoryCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DangerButton -Mount: data-component="DangerButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### DataProtectionCard -Mount: data-component="DataProtectionCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DataRetentionTable -Mount: data-component="DataRetentionTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### DataTable -Mount: data-component="DataTable" -Category: data -Props: caption: string = "Data table", columns: string = [], rows: string = [], emptyMessage: string = "No data available.", striped: boolean = false, class: string = "" -Slots: none -Events: none - -### DateInput -Mount: data-component="DateInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Date", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### DatePicker -Mount: data-component="DatePicker" -Category: forms -Props: class: string = "", id: string = "date", name: string = "date", label: string = "Date", value: string = "", min: string = "", max: string = "", required: boolean = false -Slots: none -Events: none - -### DateRangeCalendar -Mount: data-component="DateRangeCalendar" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DateRangePicker -Mount: data-component="DateRangePicker" -Category: forms -Props: class: string = "", label: string = "Date range", startName: string = "startDate", endName: string = "endDate" -Slots: none -Events: none - -### DateRangeSlider -Mount: data-component="DateRangeSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DateTimeInput -Mount: data-component="DateTimeInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "DateTime", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### DateTimePicker -Mount: data-component="DateTimePicker" -Category: forms -Props: id: string = "datetime-picker", name: string = "datetime", label: string = "Date and time", value: string = "", min: string = "", max: string = "", required: boolean = false, disabled: boolean = false, class: string = "" -Slots: none -Events: none - -### DateTimeRangePicker -Mount: data-component="DateTimeRangePicker" -Category: forms -Props: label: string = "DateTimeRange", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DecimalInput -Mount: data-component="DecimalInput" -Category: forms -Props: label: string = "Decimal", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DefinitionList -Mount: data-component="DefinitionList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### DeleteConfirmationDialog -Mount: data-component="DeleteConfirmationDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### DeliveryPreview -Mount: data-component="DeliveryPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DeliveryStatusChart -Mount: data-component="DeliveryStatusChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### DeliveryStatusTimeline -Mount: data-component="DeliveryStatusTimeline" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### DemoRequestForm -Mount: data-component="DemoRequestForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DepartmentInput -Mount: data-component="DepartmentInput" -Category: forms -Props: label: string = "Department", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DeprecatedFeatureAlert -Mount: data-component="DeprecatedFeatureAlert" -Category: feedback -Props: label: string = "DeprecatedFeature", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### DescriptionList -Mount: data-component="DescriptionList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### DesktopNavigation -Mount: data-component="DesktopNavigation" -Category: layout -Props: label: string = "Primary navigation", items: string = [], class: string = "" -Slots: none -Events: none - -### DeveloperCTA -Mount: data-component="DeveloperCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### DeveloperHero -Mount: data-component="DeveloperHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### DeveloperPageShell -Mount: data-component="DeveloperPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### DeveloperSearch -Mount: data-component="DeveloperSearch" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DevelopersMegaMenu -Mount: data-component="DevelopersMegaMenu" -Category: core -Props: class: string = "" -Slots: none -Events: none - -### DevelopersMenu -Mount: data-component="DevelopersMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### DeviceCard -Mount: data-component="DeviceCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### disclosure -Mount: data-component="disclosure" -Category: core -Props: summary: string = "Details", class: string = "" -Slots: default -Events: none - -### DiscountInput -Mount: data-component="DiscountInput" -Category: forms -Props: label: string = "Discount", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DisplayHeading -Mount: data-component="DisplayHeading" -Category: core -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### DisplayNameInput -Mount: data-component="DisplayNameInput" -Category: forms -Props: label: string = "DisplayName", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Divider -Mount: data-component="Divider" -Category: core -Props: className: string = "" -Slots: default -Events: none - -### DocumentPreview -Mount: data-component="DocumentPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DocumentUpload -Mount: data-component="DocumentUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DomainInput -Mount: data-component="DomainInput" -Category: forms -Props: label: string = "Domain", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DoNotSellLink -Mount: data-component="DoNotSellLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### DonutChart -Mount: data-component="DonutChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### DownloadAction -Mount: data-component="DownloadAction" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### DownloadButton -Mount: data-component="DownloadButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### DownloadGateForm -Mount: data-component="DownloadGateForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DownloadPolicyButton -Mount: data-component="DownloadPolicyButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### DownloadResourceForm -Mount: data-component="DownloadResourceForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Drawer -Mount: data-component="Drawer" -Category: core -Props: class: string = "", title: string = "Panel", open: boolean = false, side: string = "right" -Slots: default -Events: click - -### DropdownMenu -Mount: data-component="DropdownMenu" -Category: overlays -Props: class: string = "", label: string = "Menu" -Slots: default -Events: click - -### DropdownNavigation -Mount: data-component="DropdownNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### DurationInput -Mount: data-component="DurationInput" -Category: forms -Props: label: string = "Duration", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DurationPicker -Mount: data-component="DurationPicker" -Category: forms -Props: label: string = "Duration", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DurationSlider -Mount: data-component="DurationSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ElevatedCard -Mount: data-component="ElevatedCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### EmailBodyEditor -Mount: data-component="EmailBodyEditor" -Category: forms -Props: label: string = "EmailBody", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### EmailComposer -Mount: data-component="EmailComposer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### EmailInput -Mount: data-component="EmailInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Email", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### EmojiPicker -Mount: data-component="EmojiPicker" -Category: forms -Props: label: string = "Emoji", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### EmptyState -Mount: data-component="EmptyState" -Category: feedback -Props: class: string = "", eyebrow: string = "", title: string = "Nothing found", description: string = "", iconClass: string = "icon-[lucide--inbox]", primaryLabel: string = "", primaryHref: string = "", secondaryLabel: string = "", secondaryHref: string = "", compact: boolean = false, centered: boolean = true, suggestions: string = [] -Slots: none -Events: none - -### EncryptionDiagram -Mount: data-component="EncryptionDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### EnterpriseCTA -Mount: data-component="EnterpriseCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### EnterpriseHero -Mount: data-component="EnterpriseHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### EnterprisePricingCard -Mount: data-component="EnterprisePricingCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### EnvironmentSelector -Mount: data-component="EnvironmentSelector" -Category: forms -Props: label: string = "Environment", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### EnvironmentSwitcher -Mount: data-component="EnvironmentSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ErrorActions -Mount: data-component="ErrorActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ErrorCard -Mount: data-component="ErrorCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### ErrorCode -Mount: data-component="ErrorCode" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ErrorHero -Mount: data-component="ErrorHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ErrorIllustration -Mount: data-component="ErrorIllustration" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ErrorPage -Mount: data-component="ErrorPage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ErrorPageShell -Mount: data-component="ErrorPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ErrorState -Mount: data-component="ErrorState" -Category: feedback -Props: class: string = "", type: string = "error", eyebrow: string = "", title: string = "Something went wrong", description: string = "", errorCode: string = "", iconClass: string = "", primaryLabel: string = "", primaryHref: string = "", secondaryLabel: string = "", secondaryHref: string = "", retryLabel: string = "", retryAction: string = "", centered: boolean = true, compact: boolean = false, details: string = [] -Slots: none -Events: click - -### ErrorSupportLink -Mount: data-component="ErrorSupportLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### EstimatedCostSummary -Mount: data-component="EstimatedCostSummary" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### EventTable -Mount: data-component="EventTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ExpandableText -Mount: data-component="ExpandableText" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ExpiryDateTimePicker -Mount: data-component="ExpiryDateTimePicker" -Category: forms -Props: label: string = "ExpiryDateTime", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ExportProgress -Mount: data-component="ExportProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ExternalLink -Mount: data-component="ExternalLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### EyebrowText -Mount: data-component="EyebrowText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### FactorCard -Mount: data-component="FactorCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FallbackRouteBuilder -Mount: data-component="FallbackRouteBuilder" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FallbackRouteDiagram -Mount: data-component="FallbackRouteDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### FAQ -Mount: data-component="FAQ" -Category: core -Props: class: string = "", eyebrow: string = "", title: string = "Frequently asked questions", description: string = "", items: string = [], centered: boolean = true, allowMultiple: boolean = false, defaultOpenIndex: number = 0 -Slots: none -Events: none - -### FAQAccordion -Mount: data-component="FAQAccordion" -Category: core -Props: class: string = "", eyebrow: string = "", title: string = "Frequently asked questions", description: string = "", items: string = [], centered: boolean = true, compact: boolean = false, allowMultiple: boolean = false, defaultOpenIndex: number = 0, showContact: boolean = false, contactText: string = "Still have questions?", contactLabel: string = "Contact support", contactHref: string = "/support" -Slots: none -Events: click - -### FaviconUpload -Mount: data-component="FaviconUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FaxInput -Mount: data-component="FaxInput" -Category: forms -Props: label: string = "Fax", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FeatureCard -Mount: data-component="FeatureCard" -Category: content -Props: class: string = "", icon: string = "icon-[lucide--sparkles]", title: string = "Feature", description: string = "", href: string = "" -Slots: none -Events: none - -### FeatureChecklist -Mount: data-component="FeatureChecklist" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FeatureComparisonTable -Mount: data-component="FeatureComparisonTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### FeaturedBlogCard -Mount: data-component="FeaturedBlogCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FeatureDetailsPanel -Mount: data-component="FeatureDetailsPanel" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### FeatureGrid -Mount: data-component="FeatureGrid" -Category: data -Props: columns: number = 3, className: string = "" -Slots: default -Events: none - -### FeatureIconCard -Mount: data-component="FeatureIconCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FeatureList -Mount: data-component="FeatureList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### FeatureTabs -Mount: data-component="FeatureTabs" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FeatureTimeline -Mount: data-component="FeatureTimeline" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### FeatureUnavailableState -Mount: data-component="FeatureUnavailableState" -Category: feedback -Props: label: string = "FeatureUnavailable", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### FieldActions -Mount: data-component="FieldActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### file-upload -Mount: data-component="file-upload" -Category: core -Props: store: string = "public", endpoint: string = "/api/upload", accept: string = "", multiple: boolean = false, max: number = 0, label: string = "Drag files here or click to browse", class: string = "" -Slots: none -Events: none - -### FileInput -Mount: data-component="FileInput" -Category: forms -Props: label: string = "File", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FileList -Mount: data-component="FileList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### FileSizeInput -Mount: data-component="FileSizeInput" -Category: forms -Props: label: string = "FileSize", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FileSizeLabel -Mount: data-component="FileSizeLabel" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FileTypeBadge -Mount: data-component="FileTypeBadge" -Category: feedback -Props: label: string = "FileType", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### FileUpload -Mount: data-component="FileUpload" -Category: content -Props: class: string = "", id: string = "file", name: string = "file", label: string = "Upload file", accept: string = "", multiple: boolean = false, help: string = "Drag and drop or browse" -Slots: none -Events: none - -### FilterableTable -Mount: data-component="FilterableTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### FilterBar -Mount: data-component="FilterBar" -Category: core -Props: label: string = "Filters", clearLabel: string = "Clear filters", showClear: boolean = true, class: string = "" -Slots: default -Events: none - -### FilterMenu -Mount: data-component="FilterMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### FilterSearchInput -Mount: data-component="FilterSearchInput" -Category: forms -Props: label: string = "FilterSearch", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FinalCTA -Mount: data-component="FinalCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### FirstNameInput -Mount: data-component="FirstNameInput" -Category: forms -Props: label: string = "FirstName", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Flex -Mount: data-component="Flex" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### FontPicker -Mount: data-component="FontPicker" -Category: forms -Props: label: string = "Font", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FontSizePicker -Mount: data-component="FontSizePicker" -Category: forms -Props: label: string = "FontSize", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FontWeightPicker -Mount: data-component="FontWeightPicker" -Category: forms -Props: label: string = "FontWeight", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FooterLanguageSwitcher -Mount: data-component="FooterLanguageSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FooterStatusIndicator -Mount: data-component="FooterStatusIndicator" -Category: feedback -Props: label: string = "FooterStatus", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ForbiddenPage -Mount: data-component="ForbiddenPage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ForbiddenState -Mount: data-component="ForbiddenState" -Category: feedback -Props: label: string = "Forbidden", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ForgotPasswordForm -Mount: data-component="ForgotPasswordForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Form -Mount: data-component="Form" -Category: content -Props: action: string = "", method: string = "post", name: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### FormActions -Mount: data-component="FormActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### FormAlert -Mount: data-component="FormAlert" -Category: feedback -Props: label: string = "Form", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### FormDialog -Mount: data-component="FormDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### FormError -Mount: data-component="FormError" -Category: core -Props: id: string = "", message: string = "", class: string = "" -Slots: default -Events: none - -### FormErrorSummary -Mount: data-component="FormErrorSummary" -Category: content -Props: class: string = "", title: string = "Please fix the following", visible: boolean = true -Slots: default -Events: none - -### FormField -Mount: data-component="FormField" -Category: forms -Props: class: string = "", label: string = "Field", help: string = "", error: string = "", required: boolean = false -Slots: default -Events: none - -### FormGrid -Mount: data-component="FormGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### FormGroup -Mount: data-component="FormGroup" -Category: forms -Props: label: string = "Form", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FormHelpText -Mount: data-component="FormHelpText" -Category: content -Props: id: string = "", text: string = "", class: string = "" -Slots: default -Events: none - -### FormLabel -Mount: data-component="FormLabel" -Category: content -Props: for: string = "", label: string = "Label", required: boolean = false, optional: boolean = false, class: string = "" -Slots: none -Events: none - -### FormProgress -Mount: data-component="FormProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### FormRow -Mount: data-component="FormRow" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### FormSection -Mount: data-component="FormSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### FullBleed -Mount: data-component="FullBleed" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### FullscreenDialog -Mount: data-component="FullscreenDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### FunnelChart -Mount: data-component="FunnelChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### GeoChart -Mount: data-component="GeoChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### GeofenceEditor -Mount: data-component="GeofenceEditor" -Category: forms -Props: label: string = "Geofence", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### GhostButton -Mount: data-component="GhostButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### GlassCard -Mount: data-component="GlassCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### GlobalSearch -Mount: data-component="GlobalSearch" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### GradientCTA -Mount: data-component="GradientCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### GradientPicker -Mount: data-component="GradientPicker" -Category: forms -Props: label: string = "Gradient", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### GradientStopEditor -Mount: data-component="GradientStopEditor" -Category: forms -Props: label: string = "GradientStop", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Grid -Mount: data-component="Grid" -Category: data -Props: gap: string = "4", className: string = "" -Slots: default -Events: none - -### GuideCard -Mount: data-component="GuideCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### GuideChecklist -Mount: data-component="GuideChecklist" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### GuideDifficultyBadge -Mount: data-component="GuideDifficultyBadge" -Category: feedback -Props: label: string = "GuideDifficulty", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### GuideGrid -Mount: data-component="GuideGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### GuideStep -Mount: data-component="GuideStep" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Header -Mount: data-component="Header" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### HeaderActions -Mount: data-component="HeaderActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### HealthIndicator -Mount: data-component="HealthIndicator" -Category: feedback -Props: label: string = "Health", variant: string = "default", class: string = "" -Slots: default -Events: none - -### Hero -Mount: data-component="Hero" -Category: layout -Props: class: string = "", eyebrow: string = "", title: string = "Build faster with WRNexusJS", highlight: string = "", description: string = "", primaryLabel: string = "Get started", primaryHref: string = "#", secondaryLabel: string = "Learn more", secondaryHref: string = "#", align: string = "center" -Slots: default -Events: none - -### HeroActions -Mount: data-component="HeroActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### HeroCodePanel -Mount: data-component="HeroCodePanel" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### HeroGradientText -Mount: data-component="HeroGradientText" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### HeroPrimaryAction -Mount: data-component="HeroPrimaryAction" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### HeroProductPreview -Mount: data-component="HeroProductPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### HeroSecondaryAction -Mount: data-component="HeroSecondaryAction" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### HeroTrustText -Mount: data-component="HeroTrustText" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### HexColorInput -Mount: data-component="HexColorInput" -Category: forms -Props: label: string = "HexColor", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### HiddenField -Mount: data-component="HiddenField" -Category: forms -Props: label: string = "Hidden", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### HighlightText -Mount: data-component="HighlightText" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### HolidayCalendar -Mount: data-component="HolidayCalendar" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### HostnameInput -Mount: data-component="HostnameInput" -Category: forms -Props: label: string = "Hostname", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### HourPicker -Mount: data-component="HourPicker" -Category: forms -Props: label: string = "Hour", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### HslColorInput -Mount: data-component="HslColorInput" -Category: forms -Props: label: string = "HslColor", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### hstack -Mount: data-component="hstack" -Category: core -Props: gap: string = "4", align: string = "center", class: string = "" -Slots: default -Events: none - -### HtmlEditor -Mount: data-component="HtmlEditor" -Category: forms -Props: label: string = "Html", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### HumanApprovalStep -Mount: data-component="HumanApprovalStep" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Icon -Mount: data-component="Icon" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### IconButton -Mount: data-component="IconButton" -Category: actions -Props: class: string = "", label: string = "Action", icon: string = "•", variant: string = "ghost", disabled: boolean = false -Slots: none -Events: none - -### IconPicker -Mount: data-component="IconPicker" -Category: forms -Props: label: string = "Icon", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### IconSelector -Mount: data-component="IconSelector" -Category: forms -Props: label: string = "Icon", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### IdentifierInput -Mount: data-component="IdentifierInput" -Category: forms -Props: label: string = "Identifier", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Illustration -Mount: data-component="Illustration" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ImageCompressionPreview -Mount: data-component="ImageCompressionPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ImageEditor -Mount: data-component="ImageEditor" -Category: forms -Props: label: string = "Image", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ImagePreviewDialog -Mount: data-component="ImagePreviewDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### ImageSelector -Mount: data-component="ImageSelector" -Category: forms -Props: label: string = "Image", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ImageUpload -Mount: data-component="ImageUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ImportProgress -Mount: data-component="ImportProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### IncidentAlert -Mount: data-component="IncidentAlert" -Category: feedback -Props: label: string = "Incident", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### IncidentBanner -Mount: data-component="IncidentBanner" -Category: feedback -Props: label: string = "Incident", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### IncidentCard -Mount: data-component="IncidentCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### IncidentList -Mount: data-component="IncidentList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### IncidentResponseFlow -Mount: data-component="IncidentResponseFlow" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### IncidentSeverityBadge -Mount: data-component="IncidentSeverityBadge" -Category: feedback -Props: label: string = "IncidentSeverity", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### IncidentTimeline -Mount: data-component="IncidentTimeline" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### IndustryBadge -Mount: data-component="IndustryBadge" -Category: feedback -Props: label: string = "Industry", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### IndustrySelector -Mount: data-component="IndustrySelector" -Category: forms -Props: label: string = "Industry", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### InfoCard -Mount: data-component="InfoCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### Inline -Mount: data-component="Inline" -Category: core -Props: gap: string = "4", className: string = "" -Slots: default -Events: none - -### InlineAlert -Mount: data-component="InlineAlert" -Category: feedback -Props: label: string = "Inline", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### InlineCode -Mount: data-component="InlineCode" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### input -Mount: data-component="input" -Category: core -Props: type: string = "text", name: string = "", value: string = "", placeholder: string = "", class: string = "" -Slots: none -Events: none - -### InputGroup -Mount: data-component="InputGroup" -Category: forms -Props: label: string = "Input", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### InsetPanel -Mount: data-component="InsetPanel" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### IntegerInput -Mount: data-component="IntegerInput" -Category: forms -Props: label: string = "Integer", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### IntegrationCard -Mount: data-component="IntegrationCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", icon: string = "icon-[lucide--plug-zap]", class: string = "" -Slots: default -Events: none - -### InvoiceLineItem -Mount: data-component="InvoiceLineItem" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### InvoiceSummary -Mount: data-component="InvoiceSummary" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### IpAddressInput -Mount: data-component="IpAddressInput" -Category: forms -Props: label: string = "IpAddress", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### JobCard -Mount: data-component="JobCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### JobProgress -Mount: data-component="JobProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### JobTitleInput -Mount: data-component="JobTitleInput" -Category: forms -Props: label: string = "JobTitle", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### JsonInput -Mount: data-component="JsonInput" -Category: forms -Props: label: string = "Json", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### JsonViewer -Mount: data-component="JsonViewer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### KeyValueTable -Mount: data-component="KeyValueTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### KycDocumentUpload -Mount: data-component="KycDocumentUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### LanguageSelector -Mount: data-component="LanguageSelector" -Category: forms -Props: label: string = "Language", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LanguageSwitcher -Mount: data-component="LanguageSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### LastNameInput -Mount: data-component="LastNameInput" -Category: forms -Props: label: string = "LastName", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LatencyMetric -Mount: data-component="LatencyMetric" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### LatitudeInput -Mount: data-component="LatitudeInput" -Category: forms -Props: label: string = "Latitude", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LeadershipGrid -Mount: data-component="LeadershipGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### LeadText -Mount: data-component="LeadText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### LegalAcceptanceNotice -Mount: data-component="LegalAcceptanceNotice" -Category: feedback -Props: label: string = "LegalAcceptance", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### LegalBulletList -Mount: data-component="LegalBulletList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### LegalContactBlock -Mount: data-component="LegalContactBlock" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### LegalDefinitionList -Mount: data-component="LegalDefinitionList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### LegalDocumentHeader -Mount: data-component="LegalDocumentHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### LegalDocumentLayout -Mount: data-component="LegalDocumentLayout" -Category: layout -Props: class: string = "", title: string = "Legal document", effectiveDate: string = "", updatedDate: string = "" -Slots: toc, default -Events: none - -### LegalHero -Mount: data-component="LegalHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### LegalLanguageSelector -Mount: data-component="LegalLanguageSelector" -Category: forms -Props: label: string = "LegalLanguage", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LegalNotice -Mount: data-component="LegalNotice" -Category: feedback -Props: label: string = "Legal", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### LegalPageShell -Mount: data-component="LegalPageShell" -Category: layout -Props: class: string = "" -Slots: navigation, default -Events: none - -### LegalPrintButton -Mount: data-component="LegalPrintButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### LegalRegionSelector -Mount: data-component="LegalRegionSelector" -Category: forms -Props: label: string = "LegalRegion", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LegalSection -Mount: data-component="LegalSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### LegalSummary -Mount: data-component="LegalSummary" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### LegalTable -Mount: data-component="LegalTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### LegalTableOfContents -Mount: data-component="LegalTableOfContents" -Category: core -Props: title: string = "On this page", items: string = [], class: string = "" -Slots: none -Events: none - -### LegalVersionBadge -Mount: data-component="LegalVersionBadge" -Category: feedback -Props: label: string = "LegalVersion", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### LetterSpacingPicker -Mount: data-component="LetterSpacingPicker" -Category: forms -Props: label: string = "LetterSpacing", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LicenseKeyInput -Mount: data-component="LicenseKeyInput" -Category: forms -Props: label: string = "LicenseKey", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Lightbox -Mount: data-component="Lightbox" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### LineChart -Mount: data-component="LineChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### LineHeightPicker -Mount: data-component="LineHeightPicker" -Category: forms -Props: label: string = "LineHeight", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Link -Mount: data-component="Link" -Category: core -Props: href: string = "#", label: string = "Link", external: boolean = false, className: string = "" -Slots: none -Events: none - -### LinkButton -Mount: data-component="LinkButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### List -Mount: data-component="List" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### LoadingButton -Mount: data-component="LoadingButton" -Category: actions -Props: label: string = "Continue", loadingLabel: string = "Loading…", loading: boolean = false, disabled: boolean = false, type: string = "button", variant: string = "primary", class: string = "" -Slots: none -Events: none - -### LocaleSelector -Mount: data-component="LocaleSelector" -Category: forms -Props: label: string = "Locale", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LocalizedRouteLink -Mount: data-component="LocalizedRouteLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### LocationPicker -Mount: data-component="LocationPicker" -Category: forms -Props: label: string = "Location", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Logo -Mount: data-component="Logo" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### LogoCloud -Mount: data-component="LogoCloud" -Category: core -Props: class: string = "", eyebrow: string = "", title: string = "Trusted by teams building modern products", description: string = "", logos: string = [], centered: boolean = true, compact: boolean = false, variant: string = "strip", grayscale: boolean = true, showNames: boolean = false, maxItems: number = 8 -Slots: none -Events: none - -### LogoUpload -Mount: data-component="LogoUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### LogoutDialog -Mount: data-component="LogoutDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### LogTable -Mount: data-component="LogTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### LongitudeInput -Mount: data-component="LongitudeInput" -Category: forms -Props: label: string = "Longitude", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MaintenanceAlert -Mount: data-component="MaintenanceAlert" -Category: feedback -Props: label: string = "Maintenance", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### MaintenanceBanner -Mount: data-component="MaintenanceBanner" -Category: feedback -Props: label: string = "Maintenance", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### MaintenanceCard -Mount: data-component="MaintenanceCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MaintenancePage -Mount: data-component="MaintenancePage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MaintenanceState -Mount: data-component="MaintenanceState" -Category: feedback -Props: label: string = "Maintenance", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### MaintenanceWindowPicker -Mount: data-component="MaintenanceWindowPicker" -Category: forms -Props: label: string = "MaintenanceWindow", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MapPicker -Mount: data-component="MapPicker" -Category: forms -Props: label: string = "Map", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MarkdownEditor -Mount: data-component="MarkdownEditor" -Category: forms -Props: label: string = "Markdown", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MarketingPageShell -Mount: data-component="MarketingPageShell" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### MarketingSectionHeader -Mount: data-component="MarketingSectionHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### MaskedSecretField -Mount: data-component="MaskedSecretField" -Category: forms -Props: label: string = "MaskedSecret", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MegaMenu -Mount: data-component="MegaMenu" -Category: overlays -Props: label: string = "Explore", sections: string = [], class: string = "" -Slots: none -Events: click - -### MemberList -Mount: data-component="MemberList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### MentionInput -Mount: data-component="MentionInput" -Category: forms -Props: label: string = "Mention", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MessageCharacterCounter -Mount: data-component="MessageCharacterCounter" -Category: feedback -Props: label: string = "MessageCharacter", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### MessageComposer -Mount: data-component="MessageComposer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MessageComposerPreview -Mount: data-component="MessageComposerPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MessageLimitInput -Mount: data-component="MessageLimitInput" -Category: forms -Props: label: string = "MessageLimit", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MessagePreview -Mount: data-component="MessagePreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MessageVolumeSlider -Mount: data-component="MessageVolumeSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Metric -Mount: data-component="Metric" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### MetricCard -Mount: data-component="MetricCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MetricGrid -Mount: data-component="MetricGrid" -Category: data -Props: label: string = "Key metrics", metrics: string = [], class: string = "" -Slots: none -Events: none - -### MetricText -Mount: data-component="MetricText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### MinutePicker -Mount: data-component="MinutePicker" -Category: forms -Props: label: string = "Minute", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MissionSection -Mount: data-component="MissionSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### MobileDeviceFrame -Mount: data-component="MobileDeviceFrame" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### MobileInput -Mount: data-component="MobileInput" -Category: forms -Props: label: string = "Mobile", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MobileMenuButton -Mount: data-component="MobileMenuButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### MobileNavigation -Mount: data-component="MobileNavigation" -Category: layout -Props: label: string = "Menu", closeLabel: string = "Close menu", items: string = [], class: string = "" -Slots: none -Events: click - -### MobileTableCard -Mount: data-component="MobileTableCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Modal -Mount: data-component="Modal" -Category: core -Props: class: string = "", title: string = "Dialog", description: string = "", open: boolean = false, size: string = "md", closeLabel: string = "Close" -Slots: default -Events: click - -### MonthlyVolumeSelector -Mount: data-component="MonthlyVolumeSelector" -Category: forms -Props: label: string = "MonthlyVolume", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MonthPicker -Mount: data-component="MonthPicker" -Category: forms -Props: label: string = "Month", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MonthYearPicker -Mount: data-component="MonthYearPicker" -Category: forms -Props: label: string = "MonthYear", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MultiFileUpload -Mount: data-component="MultiFileUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MultipleEmailInput -Mount: data-component="MultipleEmailInput" -Category: forms -Props: label: string = "MultipleEmail", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MultiSelect -Mount: data-component="MultiSelect" -Category: core -Props: id: string = "multi-select", name: string = "", label: string = "Choose options", options: string = [], required: boolean = false, disabled: boolean = false, size: number = 5, class: string = "" -Slots: none -Events: none - -### MutedText -Mount: data-component="MutedText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### NameInput -Mount: data-component="NameInput" -Category: forms -Props: label: string = "Name", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### NarrowContainer -Mount: data-component="NarrowContainer" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### Navigation -Mount: data-component="Navigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### NavigationItem -Mount: data-component="NavigationItem" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### NavigationMegaMenu -Mount: data-component="NavigationMegaMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### NewBadge -Mount: data-component="NewBadge" -Category: feedback -Props: label: string = "New", variant: string = "default", class: string = "" -Slots: default -Events: none - -### NewPasswordInput -Mount: data-component="NewPasswordInput" -Category: forms -Props: label: string = "NewPassword", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### NewsletterCTA -Mount: data-component="NewsletterCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### NewsletterForm -Mount: data-component="NewsletterForm" -Category: content -Props: class: string = "", eyebrow: string = "", title: string = "Stay up to date", description: string = "", placeholder: string = "Enter your email", buttonLabel: string = "Subscribe", action: string = "/newsletter/subscribe", method: string = "post", emailName: string = "email", privacyLabel: string = "", privacyHref: string = "/privacy", successMessage: string = "You are subscribed.", errorMessage: string = "Something went wrong. Please try again.", iconClass: string = "icon-[lucide--mail]", centered: boolean = false, compact: boolean = false, showIcon: boolean = true, showPrivacy: boolean = true, fullWidth: boolean = false -Slots: none -Events: submit, input - -### NoResultsState -Mount: data-component="NoResultsState" -Category: feedback -Props: label: string = "NoResults", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### NotFoundPage -Mount: data-component="NotFoundPage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### NotFoundState -Mount: data-component="NotFoundState" -Category: feedback -Props: label: string = "NotFound", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### NotificationCard -Mount: data-component="NotificationCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### NotificationDot -Mount: data-component="NotificationDot" -Category: core -Props: label: string = "Notification", variant: string = "default", class: string = "" -Slots: default -Events: none - -### NotificationList -Mount: data-component="NotificationList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### NumberInput -Mount: data-component="NumberInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Number", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### OfficeCard -Mount: data-component="OfficeCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### OfflinePage -Mount: data-component="OfflinePage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### OfflineState -Mount: data-component="OfflineState" -Category: feedback -Props: label: string = "Offline", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### OnboardingProgress -Mount: data-component="OnboardingProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### OneTimeSecretDisplay -Mount: data-component="OneTimeSecretDisplay" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### OnlineIndicator -Mount: data-component="OnlineIndicator" -Category: feedback -Props: label: string = "Online", variant: string = "default", class: string = "" -Slots: default -Events: none - -### OpacitySlider -Mount: data-component="OpacitySlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### OpenAPICTA -Mount: data-component="OpenAPICTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### OptionalIndicator -Mount: data-component="OptionalIndicator" -Category: feedback -Props: label: string = "Optional", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### OrganizationSelector -Mount: data-component="OrganizationSelector" -Category: forms -Props: label: string = "Organization", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### OtpInput -Mount: data-component="OtpInput" -Category: forms -Props: class: string = "", name: string = "otp", length: number = 6, label: string = "Verification code" -Slots: none -Events: none - -### OtpVerificationForm -Mount: data-component="OtpVerificationForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### OutlinedCard -Mount: data-component="OutlinedCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### PageAlert -Mount: data-component="PageAlert" -Category: feedback -Props: label: string = "Page", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### PageHeader -Mount: data-component="PageHeader" -Category: core -Props: class: string = "", eyebrow: string = "", title: string = "", description: string = "", primaryLabel: string = "", primaryHref: string = "", secondaryLabel: string = "", secondaryHref: string = "", icon: string = "sparkles", centered: boolean = false, compact: boolean = false, showBreadcrumbs: boolean = false, breadcrumbParent: string = "", breadcrumbParentHref: string = "", breadcrumbCurrent: string = "", highlights: string = [] -Slots: none -Events: none - -### PageHeading -Mount: data-component="PageHeading" -Category: core -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### PageShell -Mount: data-component="PageShell" -Category: core -Props: className: string = "" -Slots: default -Events: none - -### PageSkeleton -Mount: data-component="PageSkeleton" -Category: feedback -Props: label: string = "Page", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### Pagination -Mount: data-component="Pagination" -Category: core -Props: class: string = "", currentPage: number = 1, totalPages: number = 1, previousHref: string = "", nextHref: string = "", pages: string = [], showNumbers: boolean = true, showSummary: boolean = true, totalItems: number = 0, pageSize: number = 10, compact: boolean = false, centered: boolean = false -Slots: none -Events: none - -### Panel -Mount: data-component="Panel" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### PartnerApplicationForm -Mount: data-component="PartnerApplicationForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PartnerLogoGrid -Mount: data-component="PartnerLogoGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### PartnerProgramCard -Mount: data-component="PartnerProgramCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PasskeyButton -Mount: data-component="PasskeyButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### PasswordInput -Mount: data-component="PasswordInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Password", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### PasswordRequirementList -Mount: data-component="PasswordRequirementList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### PasswordStrengthMeter -Mount: data-component="PasswordStrengthMeter" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### PasswordVisibilityToggle -Mount: data-component="PasswordVisibilityToggle" -Category: forms -Props: label: string = "PasswordVisibility", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PathInput -Mount: data-component="PathInput" -Category: forms -Props: label: string = "Path", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PaymentMethodCard -Mount: data-component="PaymentMethodCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PdfPreview -Mount: data-component="PdfPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PercentageInput -Mount: data-component="PercentageInput" -Category: forms -Props: label: string = "Percentage", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PermissionSelector -Mount: data-component="PermissionSelector" -Category: forms -Props: label: string = "Permission", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PhoneInput -Mount: data-component="PhoneInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Phone", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### PieChart -Mount: data-component="PieChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### Pill -Mount: data-component="Pill" -Category: core -Props: label: string = "Pill", variant: string = "default", class: string = "" -Slots: default -Events: none - -### PinInput -Mount: data-component="PinInput" -Category: forms -Props: label: string = "Pin", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PlainTextEditor -Mount: data-component="PlainTextEditor" -Category: forms -Props: label: string = "PlainText", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PlanCTA -Mount: data-component="PlanCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### PlanFeatureList -Mount: data-component="PlanFeatureList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### PlanLimitList -Mount: data-component="PlanLimitList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### PlanSelector -Mount: data-component="PlanSelector" -Category: forms -Props: label: string = "Plan", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PlatformPillarCard -Mount: data-component="PlatformPillarCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PolicyVersionTable -Mount: data-component="PolicyVersionTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### Popover -Mount: data-component="Popover" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### PortInput -Mount: data-component="PortInput" -Category: forms -Props: label: string = "Port", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PortNumberInput -Mount: data-component="PortNumberInput" -Category: forms -Props: label: string = "PortNumber", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PositiveNumberInput -Mount: data-component="PositiveNumberInput" -Category: forms -Props: label: string = "PositiveNumber", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PostalCodeInput -Mount: data-component="PostalCodeInput" -Category: forms -Props: label: string = "PostalCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PostmanCTA -Mount: data-component="PostmanCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### PresetDateRangePicker -Mount: data-component="PresetDateRangePicker" -Category: forms -Props: label: string = "PresetDateRange", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PressReleaseCard -Mount: data-component="PressReleaseCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PreviewBadge -Mount: data-component="PreviewBadge" -Category: feedback -Props: label: string = "Preview", variant: string = "default", class: string = "" -Slots: default -Events: none - -### PreviousNextNavigation -Mount: data-component="PreviousNextNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### PriceInput -Mount: data-component="PriceInput" -Category: forms -Props: label: string = "Price", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PriceRangeSlider -Mount: data-component="PriceRangeSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PriceText -Mount: data-component="PriceText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### PricingCard -Mount: data-component="PricingCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PricingComparisonTable -Mount: data-component="PricingComparisonTable" -Category: data -Props: caption: string = "Plan comparison", plans: string = [], features: string = [], class: string = "" -Slots: none -Events: none - -### PricingContactForm -Mount: data-component="PricingContactForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PricingFeatureGroup -Mount: data-component="PricingFeatureGroup" -Category: forms -Props: label: string = "PricingFeature", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PricingGrid -Mount: data-component="PricingGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### PricingHero -Mount: data-component="PricingHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### PricingPlanCard -Mount: data-component="PricingPlanCard" -Category: content -Props: class: string = "", name: string = "Starter", description: string = "", price: string = "₹0", period: string = "/month", featured: boolean = false, ctaLabel: string = "Choose plan", ctaHref: string = "#" -Slots: default -Events: none - -### PricingTable -Mount: data-component="PricingTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### PricingToggle -Mount: data-component="PricingToggle" -Category: forms -Props: label: string = "Pricing", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PrimaryButton -Mount: data-component="PrimaryButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### PrintAction -Mount: data-component="PrintAction" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### PrintPolicyButton -Mount: data-component="PrintPolicyButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### PrioritySelector -Mount: data-component="PrioritySelector" -Category: forms -Props: label: string = "Priority", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PrivacyNotice -Mount: data-component="PrivacyNotice" -Category: feedback -Props: label: string = "Privacy", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ProductArchitectureDiagram -Mount: data-component="ProductArchitectureDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ProductCard -Mount: data-component="ProductCard" -Category: content -Props: eyebrow: string = "Product", title: string = "Product name", description: string = "", href: string = "#", actionLabel: string = "Learn more", status: string = "", class: string = "" -Slots: none -Events: none - -### ProductCategorySection -Mount: data-component="ProductCategorySection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ProductCTA -Mount: data-component="ProductCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ProductFeatureList -Mount: data-component="ProductFeatureList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ProductGrid -Mount: data-component="ProductGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ProductHero -Mount: data-component="ProductHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ProductIcon -Mount: data-component="ProductIcon" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ProductIntegrationList -Mount: data-component="ProductIntegrationList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ProductList -Mount: data-component="ProductList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ProductLogo -Mount: data-component="ProductLogo" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ProductMegaMenu -Mount: data-component="ProductMegaMenu" -Category: core -Props: class: string = "" -Slots: none -Events: none - -### ProductMiniCard -Mount: data-component="ProductMiniCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ProductNavigationCard -Mount: data-component="ProductNavigationCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ProductPageShell -Mount: data-component="ProductPageShell" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### ProductSelector -Mount: data-component="ProductSelector" -Category: forms -Props: label: string = "Product", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ProductsMegaMenu -Mount: data-component="ProductsMegaMenu" -Category: overlays -Props: label: string = "Products", sections: string = [], class: string = "" -Slots: none -Events: none - -### ProductStatusBadge -Mount: data-component="ProductStatusBadge" -Category: feedback -Props: label: string = "ProductStatus", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ProductUseCaseList -Mount: data-component="ProductUseCaseList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### progress -Mount: data-component="progress" -Category: core -Props: value: number = 0, max: number = 100, class: string = "" -Slots: none -Events: none - -### ProgressBar -Mount: data-component="ProgressBar" -Category: core -Props: class: string = "", value: number = 0, max: number = 100, label: string = "Progress", showValue: boolean = true -Slots: none -Events: none - -### ProgressChart -Mount: data-component="ProgressChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ProgressRing -Mount: data-component="ProgressRing" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ProgressSlider -Mount: data-component="ProgressSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ProjectCard -Mount: data-component="ProjectCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### ProjectSelector -Mount: data-component="ProjectSelector" -Category: forms -Props: label: string = "Project", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ProjectSwitcher -Mount: data-component="ProjectSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PromoCodeInput -Mount: data-component="PromoCodeInput" -Category: forms -Props: label: string = "PromoCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PromptDialog -Mount: data-component="PromptDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### ProviderSelector -Mount: data-component="ProviderSelector" -Category: forms -Props: label: string = "Provider", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PublicFooter -Mount: data-component="PublicFooter" -Category: core -Props: class: string = "" -Slots: none -Events: submit - -### PublicHeader -Mount: data-component="PublicHeader" -Category: layout -Props: class: string = "" -Slots: none -Events: click - -### PublicHeaderLogo -Mount: data-component="PublicHeaderLogo" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PublicMobileNavigation -Mount: data-component="PublicMobileNavigation" -Category: core -Props: class: string = "" -Slots: none -Events: click - -### PublicPageShell -Mount: data-component="PublicPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### PublicSearch -Mount: data-component="PublicSearch" -Category: core -Props: class: string = "", query: string = "", placeholder: string = "Search...", label: string = "Search", action: string = "", method: string = "get", name: string = "q", buttonLabel: string = "", clearLabel: string = "Clear search", size: string = "default", centered: boolean = false, fullWidth: boolean = false, showShortcut: boolean = false, shortcutLabel: string = "⌘ K", suggestions: string = [] -Slots: none -Events: input, focus, blur, click - -### PublishDateTimePicker -Mount: data-component="PublishDateTimePicker" -Category: forms -Props: label: string = "PublishDateTime", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PushComposer -Mount: data-component="PushComposer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PushNotificationEditor -Mount: data-component="PushNotificationEditor" -Category: forms -Props: label: string = "PushNotification", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### QrCode -Mount: data-component="QrCode" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### QuantityInput -Mount: data-component="QuantityInput" -Category: forms -Props: label: string = "Quantity", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### QuantityStepper -Mount: data-component="QuantityStepper" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### QuietHoursPicker -Mount: data-component="QuietHoursPicker" -Category: forms -Props: label: string = "Quiet hours", startName: string = "quietStart", endName: string = "quietEnd", start: string = "22:00", end: string = "08:00", timezone: string = "UTC", disabled: boolean = false, class: string = "" -Slots: none -Events: none - -### QuoteText -Mount: data-component="QuoteText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### Radio -Mount: data-component="Radio" -Category: core -Props: class: string = "", id: string = "", name: string = "choice", value: string = "", label: string = "Option", description: string = "", checked: boolean = false, disabled: boolean = false -Slots: none -Events: none - -### RadioGroup -Mount: data-component="RadioGroup" -Category: forms -Props: class: string = "", label: string = "Choose one", name: string = "choice" -Slots: default -Events: none - -### RangeInput -Mount: data-component="RangeInput" -Category: forms -Props: label: string = "Range", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RangeSlider -Mount: data-component="RangeSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RateLimitedState -Mount: data-component="RateLimitedState" -Category: feedback -Props: label: string = "RateLimited", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### RateLimitInput -Mount: data-component="RateLimitInput" -Category: forms -Props: label: string = "RateLimit", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RateLimitPage -Mount: data-component="RateLimitPage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RateTable -Mount: data-component="RateTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### RatingSlider -Mount: data-component="RatingSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RecipientSelector -Mount: data-component="RecipientSelector" -Category: forms -Props: label: string = "Recipient", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RecoveryCodeForm -Mount: data-component="RecoveryCodeForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RecoveryCodeInput -Mount: data-component="RecoveryCodeInput" -Category: forms -Props: label: string = "RecoveryCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RecurrenceRuleBuilder -Mount: data-component="RecurrenceRuleBuilder" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RecurringSchedulePicker -Mount: data-component="RecurringSchedulePicker" -Category: forms -Props: id: string = "recurring-schedule", name: string = "recurrence", label: string = "Repeat", value: string = "none", disabled: boolean = false, class: string = "" -Slots: none -Events: none - -### RedirectUriInput -Mount: data-component="RedirectUriInput" -Category: forms -Props: label: string = "RedirectUri", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ReferenceInput -Mount: data-component="ReferenceInput" -Category: forms -Props: label: string = "Reference", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RegexInput -Mount: data-component="RegexInput" -Category: forms -Props: label: string = "Regex", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RegionalPrivacyBanner -Mount: data-component="RegionalPrivacyBanner" -Category: feedback -Props: label: string = "RegionalPrivacy", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### RegionAvailabilityTable -Mount: data-component="RegionAvailabilityTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### RegionSelector -Mount: data-component="RegionSelector" -Category: forms -Props: label: string = "Region", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RegionUnavailableAlert -Mount: data-component="RegionUnavailableAlert" -Category: feedback -Props: label: string = "RegionUnavailable", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### RegionUnavailableState -Mount: data-component="RegionUnavailableState" -Category: feedback -Props: label: string = "RegionUnavailable", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### RejectOptionalCookiesButton -Mount: data-component="RejectOptionalCookiesButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ReopenCookieSettingsButton -Mount: data-component="ReopenCookieSettingsButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ReportCard -Mount: data-component="ReportCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RequestResponseViewer -Mount: data-component="RequestResponseViewer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RequestViewer -Mount: data-component="RequestViewer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RequiredIndicator -Mount: data-component="RequiredIndicator" -Category: feedback -Props: label: string = "Required", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ResetPasswordForm -Mount: data-component="ResetPasswordForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ResizablePanel -Mount: data-component="ResizablePanel" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ResourceCard -Mount: data-component="ResourceCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ResourceDownloadCard -Mount: data-component="ResourceDownloadCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ResourcePageShell -Mount: data-component="ResourcePageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ResourceSearch -Mount: data-component="ResourceSearch" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ResourcesMegaMenu -Mount: data-component="ResourcesMegaMenu" -Category: overlays -Props: class: string = "" -Slots: none -Events: none - -### ResourceTypeBadge -Mount: data-component="ResourceTypeBadge" -Category: feedback -Props: label: string = "ResourceType", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ResponseViewer -Mount: data-component="ResponseViewer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ResponsibleDisclosureCTA -Mount: data-component="ResponsibleDisclosureCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ResponsiveTable -Mount: data-component="ResponsiveTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ResultsSection -Mount: data-component="ResultsSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### RetentionTable -Mount: data-component="RetentionTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### RetryCountInput -Mount: data-component="RetryCountInput" -Category: forms -Props: label: string = "RetryCount", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RevenueChart -Mount: data-component="RevenueChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### RgbColorInput -Mount: data-component="RgbColorInput" -Category: forms -Props: label: string = "RgbColor", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RichTextEditor -Mount: data-component="RichTextEditor" -Category: forms -Props: label: string = "RichText", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RichTextInput -Mount: data-component="RichTextInput" -Category: forms -Props: label: string = "RichText", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RoleSelector -Mount: data-component="RoleSelector" -Category: forms -Props: label: string = "Role", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RollingDateRangePicker -Mount: data-component="RollingDateRangePicker" -Category: forms -Props: label: string = "RollingDateRange", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SaveCookiePreferencesButton -Mount: data-component="SaveCookiePreferencesButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SavedFilterSelector -Mount: data-component="SavedFilterSelector" -Category: forms -Props: label: string = "SavedFilter", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ScheduledDateTimePicker -Mount: data-component="ScheduledDateTimePicker" -Category: forms -Props: label: string = "ScheduledDateTime", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ScheduleMessagePicker -Mount: data-component="ScheduleMessagePicker" -Category: forms -Props: label: string = "ScheduleMessage", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SchedulePicker -Mount: data-component="SchedulePicker" -Category: forms -Props: class: string = "", label: string = "Schedule" -Slots: none -Events: none - -### ScreenshotFrame -Mount: data-component="ScreenshotFrame" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ScrollArea -Mount: data-component="ScrollArea" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### SDKCard -Mount: data-component="SDKCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SdkLanguageSelector -Mount: data-component="SdkLanguageSelector" -Category: forms -Props: label: string = "SdkLanguage", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SDKLanguageTabs -Mount: data-component="SDKLanguageTabs" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SDKTabs -Mount: data-component="SDKTabs" -Category: core -Props: label: string = "SDK languages", tabs: string = [], defaultIndex: number = 0, class: string = "" -Slots: none -Events: click - -### SearchButton -Mount: data-component="SearchButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SearchCategoryTabs -Mount: data-component="SearchCategoryTabs" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SearchDialog -Mount: data-component="SearchDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### SearchEmptyState -Mount: data-component="SearchEmptyState" -Category: feedback -Props: label: string = "SearchEmpty", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### SearchInput -Mount: data-component="SearchInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Search", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### SearchLoadingState -Mount: data-component="SearchLoadingState" -Category: feedback -Props: label: string = "SearchLoading", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### SearchResultItem -Mount: data-component="SearchResultItem" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SecondaryButton -Mount: data-component="SecondaryButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SecondPicker -Mount: data-component="SecondPicker" -Category: forms -Props: label: string = "Second", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SecretDisplay -Mount: data-component="SecretDisplay" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SecretInput -Mount: data-component="SecretInput" -Category: forms -Props: label: string = "Secret", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SecretRevealDialog -Mount: data-component="SecretRevealDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### Section -Mount: data-component="Section" -Category: layout -Props: id: string = "", size: string = "default", surface: string = "default", className: string = "" -Slots: default -Events: none - -### SectionActions -Mount: data-component="SectionActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SectionHeader -Mount: data-component="SectionHeader" -Category: layout -Props: class: string = "", eyebrow: string = "", title: string = "Section title", description: string = "", align: string = "left" -Slots: default -Events: none - -### SectionHeading -Mount: data-component="SectionHeading" -Category: core -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SecurityAlert -Mount: data-component="SecurityAlert" -Category: feedback -Props: label: string = "Security", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### SecurityContactCard -Mount: data-component="SecurityContactCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SecurityFeatureCard -Mount: data-component="SecurityFeatureCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SecurityHero -Mount: data-component="SecurityHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SecurityPillarGrid -Mount: data-component="SecurityPillarGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### SecurityPracticeList -Mount: data-component="SecurityPracticeList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### SecurityReportForm -Mount: data-component="SecurityReportForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Select -Mount: data-component="Select" -Category: core -Props: class: string = "", id: string = "", name: string = "", label: string = "Select", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false -Slots: default -Events: none - -### SenderIdInput -Mount: data-component="SenderIdInput" -Category: forms -Props: label: string = "SenderId", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ServerErrorPage -Mount: data-component="ServerErrorPage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ServiceLevelTable -Mount: data-component="ServiceLevelTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ServiceStatusBadge -Mount: data-component="ServiceStatusBadge" -Category: feedback -Props: label: string = "ServiceStatus", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ServiceStatusList -Mount: data-component="ServiceStatusList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ServiceStatusRow -Mount: data-component="ServiceStatusRow" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### SessionCard -Mount: data-component="SessionCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SessionExpiredDialog -Mount: data-component="SessionExpiredDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### SetupChecklist -Mount: data-component="SetupChecklist" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SeveritySelector -Mount: data-component="SeveritySelector" -Category: forms -Props: label: string = "Severity", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ShadowPicker -Mount: data-component="ShadowPicker" -Category: forms -Props: label: string = "Shadow", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ShareAction -Mount: data-component="ShareAction" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ShareButton -Mount: data-component="ShareButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SidebarLayout -Mount: data-component="SidebarLayout" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### SidePanel -Mount: data-component="SidePanel" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SignInForm -Mount: data-component="SignInForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SignInLink -Mount: data-component="SignInLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SignUpForm -Mount: data-component="SignUpForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SiteSearch -Mount: data-component="SiteSearch" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Skeleton -Mount: data-component="Skeleton" -Category: feedback -Props: height: string = "4", rounded: string = "lg", className: string = "" -Slots: none -Events: none - -### SkipLink -Mount: data-component="SkipLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SlaTable -Mount: data-component="SlaTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### Slider -Mount: data-component="Slider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SlugInput -Mount: data-component="SlugInput" -Category: forms -Props: label: string = "Slug", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SmallText -Mount: data-component="SmallText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SmartRouteDiagram -Mount: data-component="SmartRouteDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### SmsComposer -Mount: data-component="SmsComposer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SmsMessageEditor -Mount: data-component="SmsMessageEditor" -Category: forms -Props: label: string = "SmsMessage", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SmsSegmentCounter -Mount: data-component="SmsSegmentCounter" -Category: feedback -Props: label: string = "SmsSegment", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### SocialShare -Mount: data-component="SocialShare" -Category: core -Props: class: string = "", title: string = "Share this page", description: string = "", url: string = "", shareText: string = "", centered: boolean = false, compact: boolean = false, showTitle: boolean = true, showCopy: boolean = true, networks: string = [] -Slots: none -Events: click - -### SolutionHero -Mount: data-component="SolutionHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SolutionPageShell -Mount: data-component="SolutionPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SolutionSection -Mount: data-component="SolutionSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SolutionsMegaMenu -Mount: data-component="SolutionsMegaMenu" -Category: overlays -Props: class: string = "" -Slots: none -Events: none - -### SortableTable -Mount: data-component="SortableTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### spacer -Mount: data-component="spacer" -Category: core -Props: class: string = "" -Slots: none -Events: none - -### Spinner -Mount: data-component="Spinner" -Category: core -Props: class: string = "", label: string = "Loading", size: string = "md" -Slots: none -Events: none - -### SplitButton -Mount: data-component="SplitButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SplitCTA -Mount: data-component="SplitCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SplitHero -Mount: data-component="SplitHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SplitLayout -Mount: data-component="SplitLayout" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### SplitSectionHeader -Mount: data-component="SplitSectionHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### Stack -Mount: data-component="Stack" -Category: core -Props: gap: string = "4", className: string = "" -Slots: default -Events: none - -### StartFreeButton -Mount: data-component="StartFreeButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### StatCard -Mount: data-component="StatCard" -Category: content -Props: class: string = "", label: string = "Metric", value: string = "0", change: string = "", trend: string = "neutral" -Slots: none -Events: none - -### StateSelector -Mount: data-component="StateSelector" -Category: forms -Props: label: string = "State", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### StatusBadge -Mount: data-component="StatusBadge" -Category: feedback -Props: class: string = "", status: string = "operational" -Slots: none -Events: none - -### StatusBanner -Mount: data-component="StatusBanner" -Category: core -Props: class: string = "", type: string = "info", title: string = "", description: string = "", actionLabel: string = "", actionHref: string = "", dismissible: boolean = true, compact: boolean = false, details: string = [] -Slots: none -Events: click - -### StatusPageShell -Mount: data-component="StatusPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### StatusSelector -Mount: data-component="StatusSelector" -Category: forms -Props: label: string = "Status", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### StatusSubscribeForm -Mount: data-component="StatusSubscribeForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### StatusTable -Mount: data-component="StatusTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### StepNavigation -Mount: data-component="StepNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### Stepper -Mount: data-component="Stepper" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### StepperInput -Mount: data-component="StepperInput" -Category: forms -Props: label: string = "Stepper", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### StepUpAuthenticationDialog -Mount: data-component="StepUpAuthenticationDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### StickerPicker -Mount: data-component="StickerPicker" -Category: forms -Props: label: string = "Sticker", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Sticky -Mount: data-component="Sticky" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### StickyLayout -Mount: data-component="StickyLayout" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### StreetAddressInput -Mount: data-component="StreetAddressInput" -Category: forms -Props: label: string = "StreetAddress", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SubdomainInput -Mount: data-component="SubdomainInput" -Category: forms -Props: label: string = "Subdomain", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SubjectInput -Mount: data-component="SubjectInput" -Category: forms -Props: label: string = "Subject", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SubprocessorTable -Mount: data-component="SubprocessorTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### SubsectionHeading -Mount: data-component="SubsectionHeading" -Category: core -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SuccessCard -Mount: data-component="SuccessCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### SuccessState -Mount: data-component="SuccessState" -Category: feedback -Props: label: string = "Success", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### SupportRequestForm -Mount: data-component="SupportRequestForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Surface -Mount: data-component="Surface" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### Switch -Mount: data-component="Switch" -Category: core -Props: class: string = "", id: string = "", name: string = "", label: string = "Switch", description: string = "", checked: boolean = false, disabled: boolean = false -Slots: none -Events: click - -### Table -Mount: data-component="Table" -Category: data -Props: class: string = "", caption: string = "Data table", responsive: boolean = true -Slots: default -Events: none - -### TableHeader -Mount: data-component="TableHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### TableRow -Mount: data-component="TableRow" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### TableSkeleton -Mount: data-component="TableSkeleton" -Category: feedback -Props: label: string = "Table", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### Tabs -Mount: data-component="Tabs" -Category: content -Props: class: string = "", active: string = "first" -Slots: first, second -Events: click - -### tag -Mount: data-component="tag" -Category: core -Props: label: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### TagInput -Mount: data-component="TagInput" -Category: forms -Props: label: string = "Tag", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TaxNotice -Mount: data-component="TaxNotice" -Category: feedback -Props: label: string = "Tax", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### TaxRateInput -Mount: data-component="TaxRateInput" -Category: forms -Props: label: string = "TaxRate", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TeamMemberCard -Mount: data-component="TeamMemberCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TeamSizeSelector -Mount: data-component="TeamSizeSelector" -Category: forms -Props: label: string = "TeamSize", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TemplateCard -Mount: data-component="TemplateCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### TemplateSelector -Mount: data-component="TemplateSelector" -Category: forms -Props: label: string = "Template", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TemplateVariableInput -Mount: data-component="TemplateVariableInput" -Category: forms -Props: label: string = "TemplateVariable", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TenantIsolationDiagram -Mount: data-component="TenantIsolationDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### TerminalBlock -Mount: data-component="TerminalBlock" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TertiaryButton -Mount: data-component="TertiaryButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### TestimonialCard -Mount: data-component="TestimonialCard" -Category: content -Props: class: string = "", quote: string = "Great product.", name: string = "Customer", role: string = "", company: string = "", avatar: string = "" -Slots: none -Events: none - -### TestimonialCarousel -Mount: data-component="TestimonialCarousel" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TestMessageDialog -Mount: data-component="TestMessageDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### Textarea -Mount: data-component="Textarea" -Category: core -Props: class: string = "", id: string = "", name: string = "", label: string = "Message", value: string = "", placeholder: string = "", rows: number = 5, help: string = "", error: string = "", required: boolean = false, disabled: boolean = false -Slots: none -Events: none - -### TextInput -Mount: data-component="TextInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Text", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### TextLink -Mount: data-component="TextLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### TextSkeleton -Mount: data-component="TextSkeleton" -Category: feedback -Props: label: string = "Text", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### theme-toggle -Mount: data-component="theme-toggle" -Category: core -Props: label: string = "Toggle theme", class: string = "" -Slots: default -Events: none - -### ThemeColorPicker -Mount: data-component="ThemeColorPicker" -Category: forms -Props: label: string = "ThemeColor", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ThemeSwitcher -Mount: data-component="ThemeSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TimeInput -Mount: data-component="TimeInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Time", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### Timeline -Mount: data-component="Timeline" -Category: visualization -Props: class: string = "", title: string = "Timeline" -Slots: default -Events: none - -### TimelineChart -Mount: data-component="TimelineChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### TimelineItem -Mount: data-component="TimelineItem" -Category: content -Props: class: string = "", title: string = "Event", date: string = "", description: string = "", status: string = "default" -Slots: none -Events: none - -### TimeoutInput -Mount: data-component="TimeoutInput" -Category: forms -Props: label: string = "Timeout", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TimePicker -Mount: data-component="TimePicker" -Category: forms -Props: id: string = "time-picker", name: string = "time", label: string = "Time", value: string = "", min: string = "", max: string = "", step: number = 60, required: boolean = false, disabled: boolean = false, class: string = "" -Slots: none -Events: none - -### TimeRangePicker -Mount: data-component="TimeRangePicker" -Category: forms -Props: label: string = "TimeRange", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TimezoneAwareTimePicker -Mount: data-component="TimezoneAwareTimePicker" -Category: forms -Props: label: string = "TimezoneAwareTime", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TimezoneSelector -Mount: data-component="TimezoneSelector" -Category: forms -Props: class: string = "", id: string = "timezone", name: string = "timezone", label: string = "Timezone" -Slots: none -Events: none - -### Toast -Mount: data-component="Toast" -Category: core -Props: class: string = "", title: string = "Saved", description: string = "", variant: string = "success", duration: number = 5000 -Slots: none -Events: click - -### ToastAction -Mount: data-component="ToastAction" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ToastHost -Mount: data-component="ToastHost" -Category: core -Props: class: string = "" -Slots: none -Events: click - -### ToastIcon -Mount: data-component="ToastIcon" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ToastProgress -Mount: data-component="ToastProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### Toggle -Mount: data-component="Toggle" -Category: forms -Props: label: string = "", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ToggleGroup -Mount: data-component="ToggleGroup" -Category: forms -Props: label: string = "Toggle", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TokenInput -Mount: data-component="TokenInput" -Category: forms -Props: label: string = "Token", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Tooltip -Mount: data-component="Tooltip" -Category: content -Props: class: string = "", text: string = "Helpful information", position: string = "top" -Slots: default -Events: none - -### TotpVerificationForm -Mount: data-component="TotpVerificationForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TranslatedText -Mount: data-component="TranslatedText" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TreeTable -Mount: data-component="TreeTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### TrendIndicator -Mount: data-component="TrendIndicator" -Category: feedback -Props: label: string = "Trend", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### TruncatedText -Mount: data-component="TruncatedText" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TrustBadgeList -Mount: data-component="TrustBadgeList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### Typography -Mount: data-component="Typography" -Category: core -Props: as: string = "p", variant: string = "body", align: string = "start", class: string = "" -Slots: default -Events: none - -### UnavailableRegionState -Mount: data-component="UnavailableRegionState" -Category: feedback -Props: label: string = "UnavailableRegion", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### UnifiedTimelinePreview -Mount: data-component="UnifiedTimelinePreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### UnsavedChangesDialog -Mount: data-component="UnsavedChangesDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### UploadItem -Mount: data-component="UploadItem" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### UploadPreview -Mount: data-component="UploadPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### UploadProgress -Mount: data-component="UploadProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### UptimeChart -Mount: data-component="UptimeChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### UptimeMetric -Mount: data-component="UptimeMetric" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### UrlInput -Mount: data-component="UrlInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Url", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### UsagePricingTable -Mount: data-component="UsagePricingTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### UseCaseSelector -Mount: data-component="UseCaseSelector" -Category: forms -Props: label: string = "UseCase", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### UserCard -Mount: data-component="UserCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### UsernameInput -Mount: data-component="UsernameInput" -Category: forms -Props: label: string = "Username", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ValueCard -Mount: data-component="ValueCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ValuesGrid -Mount: data-component="ValuesGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### VerificationCodeInput -Mount: data-component="VerificationCodeInput" -Category: forms -Props: label: string = "VerificationCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### VerifiedBadge -Mount: data-component="VerifiedBadge" -Category: feedback -Props: label: string = "Verified", variant: string = "default", class: string = "" -Slots: default -Events: none - -### VersionSelector -Mount: data-component="VersionSelector" -Category: forms -Props: label: string = "Version", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### VerticalTabs -Mount: data-component="VerticalTabs" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### VideoCard -Mount: data-component="VideoCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### VideoPreviewDialog -Mount: data-component="VideoPreviewDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### VideoUpload -Mount: data-component="VideoUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### VirtualizedTable -Mount: data-component="VirtualizedTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### VisionSection -Mount: data-component="VisionSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### VisuallyHidden -Mount: data-component="VisuallyHidden" -Category: core -Props: className: string = "" -Slots: default -Events: none - -### VoiceScriptComposer -Mount: data-component="VoiceScriptComposer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### VoiceScriptEditor -Mount: data-component="VoiceScriptEditor" -Category: forms -Props: label: string = "VoiceScript", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### VolumeInput -Mount: data-component="VolumeInput" -Category: forms -Props: label: string = "Volume", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### VolumeSlider -Mount: data-component="VolumeSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WarningCard -Mount: data-component="WarningCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### WebhookEventCard -Mount: data-component="WebhookEventCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WebhookFlowDiagram -Mount: data-component="WebhookFlowDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### WebhookPayloadViewer -Mount: data-component="WebhookPayloadViewer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WebhookUrlInput -Mount: data-component="WebhookUrlInput" -Category: forms -Props: label: string = "WebhookUrl", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### WebinarCard -Mount: data-component="WebinarCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WebinarRegistrationForm -Mount: data-component="WebinarRegistrationForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Well -Mount: data-component="Well" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### WhatsAppComposer -Mount: data-component="WhatsAppComposer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WhatsAppNumberInput -Mount: data-component="WhatsAppNumberInput" -Category: forms -Props: label: string = "WhatsAppNumber", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### WhatsAppTemplateEditor -Mount: data-component="WhatsAppTemplateEditor" -Category: forms -Props: label: string = "WhatsAppTemplate", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### WideContainer -Mount: data-component="WideContainer" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### Wizard -Mount: data-component="Wizard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WizardHeader -Mount: data-component="WizardHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### WizardNavigation -Mount: data-component="WizardNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### WorkflowCanvasPreview -Mount: data-component="WorkflowCanvasPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WorkflowProgress -Mount: data-component="WorkflowProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### WorkspaceCard -Mount: data-component="WorkspaceCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### WorkspaceSelector -Mount: data-component="WorkspaceSelector" -Category: forms -Props: label: string = "Workspace", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### WorkspaceSwitcher -Mount: data-component="WorkspaceSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### YearPicker -Mount: data-component="YearPicker" -Category: forms -Props: label: string = "Year", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ZoomSlider -Mount: data-component="ZoomSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -# UI component catalog - -The installed @wrnexus/ui release contains 901 documented components. Every mount name, prop type, required/default status, slot, and event is included below and in llms-full.txt. - -### AcceptAllCookiesButton -Mount: data-component="AcceptAllCookiesButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### AccessibleAccordion -Mount: data-component="AccessibleAccordion" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AccessibleCarousel -Mount: data-component="AccessibleCarousel" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AccessibleChartSummary -Mount: data-component="AccessibleChartSummary" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AccessibleDialog -Mount: data-component="AccessibleDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### AccessibleErrorSummary -Mount: data-component="AccessibleErrorSummary" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AccessibleIcon -Mount: data-component="AccessibleIcon" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AccessibleMenu -Mount: data-component="AccessibleMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### AccessibleTabs -Mount: data-component="AccessibleTabs" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AccessibleTooltip -Mount: data-component="AccessibleTooltip" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Accordion -Mount: data-component="Accordion" -Category: content -Props: class: string = "", title: string = "Question", open: boolean = false -Slots: default -Events: click - -### AccountMenu -Mount: data-component="AccountMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### AccountStatusBanner -Mount: data-component="AccountStatusBanner" -Category: feedback -Props: label: string = "AccountStatus", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ActionMenu -Mount: data-component="ActionMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### ActiveFilterList -Mount: data-component="ActiveFilterList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ActivityList -Mount: data-component="ActivityList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### AddOnCard -Mount: data-component="AddOnCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AddressInput -Mount: data-component="AddressInput" -Category: forms -Props: label: string = "Address", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### AddressPreview -Mount: data-component="AddressPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AdvancedFilterBuilder -Mount: data-component="AdvancedFilterBuilder" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Alert -Mount: data-component="Alert" -Category: feedback -Props: class: string = "", title: string = "Notice", description: string = "", variant: string = "info", dismissible: boolean = false -Slots: default -Events: click - -### AlertDialog -Mount: data-component="AlertDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### AmountInput -Mount: data-component="AmountInput" -Category: forms -Props: label: string = "Amount", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### AnalyticsDashboardPreview -Mount: data-component="AnalyticsDashboardPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AnchorNavigation -Mount: data-component="AnchorNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### AnnouncementBar -Mount: data-component="AnnouncementBar" -Category: core -Props: class: string = "", badge: string = "New", message: string = "WrNexus Organizations is now available.", description: string = "Build secure multi-tenant applications with teams, roles, domains, and enterprise SSO.", href: string = "/organizations", actionLabel: string = "Explore organizations", ariaLabel: string = "Announcement" -Slots: none -Events: click - -### ApartmentInput -Mount: data-component="ApartmentInput" -Category: forms -Props: label: string = "Apartment", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ApiAuthenticationNotice -Mount: data-component="ApiAuthenticationNotice" -Category: feedback -Props: label: string = "ApiAuthentication", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ApiEndpointCard -Mount: data-component="ApiEndpointCard" -Category: content -Props: class: string = "", method: string = "GET", path: string = "/api/example", eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "View endpoint" -Slots: default -Events: none - -### ApiErrorExample -Mount: data-component="ApiErrorExample" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ApiHeaderTable -Mount: data-component="ApiHeaderTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ApiKeyCreateDialog -Mount: data-component="ApiKeyCreateDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### ApiKeyDisplay -Mount: data-component="ApiKeyDisplay" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ApiKeyInput -Mount: data-component="ApiKeyInput" -Category: forms -Props: label: string = "ApiKey", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ApiMethodBadge -Mount: data-component="ApiMethodBadge" -Category: feedback -Props: label: string = "ApiMethod", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ApiParameterTable -Mount: data-component="ApiParameterTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ApiRateLimitNotice -Mount: data-component="ApiRateLimitNotice" -Category: feedback -Props: label: string = "ApiRateLimit", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ApiRequestExample -Mount: data-component="ApiRequestExample" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ApiResponseExample -Mount: data-component="ApiResponseExample" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ApiSchemaTable -Mount: data-component="ApiSchemaTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ApiSchemaViewer -Mount: data-component="ApiSchemaViewer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ApiVersionBadge -Mount: data-component="ApiVersionBadge" -Category: feedback -Props: label: string = "ApiVersion", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### AppHeader -Mount: data-component="AppHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ArchitectureSection -Mount: data-component="ArchitectureSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### AreaChart -Mount: data-component="AreaChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ArticleHero -Mount: data-component="ArticleHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ArticleLayout -Mount: data-component="ArticleLayout" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ArticleNewsletterCTA -Mount: data-component="ArticleNewsletterCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ArticlePageShell -Mount: data-component="ArticlePageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ArticleShareActions -Mount: data-component="ArticleShareActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### AspectRatio -Mount: data-component="AspectRatio" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### AssetCard -Mount: data-component="AssetCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### AttachmentPicker -Mount: data-component="AttachmentPicker" -Category: forms -Props: label: string = "Attachment", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### AttachmentUpload -Mount: data-component="AttachmentUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AudioUpload -Mount: data-component="AudioUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AuditLogPreview -Mount: data-component="AuditLogPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AuditTable -Mount: data-component="AuditTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### AuthenticatorCodeInput -Mount: data-component="AuthenticatorCodeInput" -Category: forms -Props: label: string = "AuthenticatorCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### AuthorAvatar -Mount: data-component="AuthorAvatar" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AuthorCard -Mount: data-component="AuthorCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AuthorizedApplicationCard -Mount: data-component="AuthorizedApplicationCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AutoGrid -Mount: data-component="AutoGrid" -Category: data -Props: class: string = "" -Slots: default -Events: none - -### AutomationExampleCard -Mount: data-component="AutomationExampleCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AvailabilityCalendar -Mount: data-component="AvailabilityCalendar" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Avatar -Mount: data-component="Avatar" -Category: content -Props: class: string = "", src: string = "", alt: string = "", initials: string = "WR", size: string = "md" -Slots: none -Events: none - -### AvatarGroup -Mount: data-component="AvatarGroup" -Category: forms -Props: label: string = "Avatar", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### AvatarUpload -Mount: data-component="AvatarUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### BackButton -Mount: data-component="BackButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### BackToTop -Mount: data-component="BackToTop" -Category: core -Props: class: string = "", label: string = "Back to top", assistiveLabel: string = "Return to the top of the page", threshold: number = 500 -Slots: none -Events: click - -### Badge -Mount: data-component="Badge" -Category: feedback -Props: class: string = "", label: string = "", variant: string = "neutral" -Slots: default -Events: none - -### BankTransferDetails -Mount: data-component="BankTransferDetails" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Banner -Mount: data-component="Banner" -Category: feedback -Props: class: string = "", text: string = "Announcement", href: string = "", actionLabel: string = "Learn more", variant: string = "brand" -Slots: none -Events: none - -### BarChart -Mount: data-component="BarChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### BetaBadge -Mount: data-component="BetaBadge" -Category: feedback -Props: label: string = "Beta", variant: string = "default", class: string = "" -Slots: default -Events: none - -### BillingAddressForm -Mount: data-component="BillingAddressForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### BillingExample -Mount: data-component="BillingExample" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### BillingPeriodToggle -Mount: data-component="BillingPeriodToggle" -Category: forms -Props: label: string = "BillingPeriod", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### BlackoutDatePicker -Mount: data-component="BlackoutDatePicker" -Category: forms -Props: label: string = "BlackoutDate", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### BlogCard -Mount: data-component="BlogCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### BlogGrid -Mount: data-component="BlogGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### BlogList -Mount: data-component="BlogList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### BlogSearch -Mount: data-component="BlogSearch" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### BodyText -Mount: data-component="BodyText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### BorderRadiusPicker -Mount: data-component="BorderRadiusPicker" -Category: forms -Props: label: string = "BorderRadius", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### BottomNavigation -Mount: data-component="BottomNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### BrandColorPicker -Mount: data-component="BrandColorPicker" -Category: forms -Props: label: string = "BrandColor", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### BrandSelector -Mount: data-component="BrandSelector" -Category: forms -Props: label: string = "Brand", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Breadcrumbs -Mount: data-component="Breadcrumbs" -Category: core -Props: class: string = "", items: string = [], centered: boolean = false, compact: boolean = false, showHome: boolean = true, homeLabel: string = "Home", homeHref: string = "/" -Slots: none -Events: none - -### BrowserFrame -Mount: data-component="BrowserFrame" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### BudgetRangeSlider -Mount: data-component="BudgetRangeSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### BudgetSelector -Mount: data-component="BudgetSelector" -Category: forms -Props: label: string = "Budget", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### BusinessHoursPicker -Mount: data-component="BusinessHoursPicker" -Category: forms -Props: label: string = "BusinessHours", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Button -Mount: data-component="Button" -Category: actions -Props: label: string = "Button", type: string = "button", variant: string = "primary", size: string = "md", disabled: boolean = false, loading: boolean = false, icon: string = "", className: string = "" -Slots: none -Events: none - -### ButtonGroup -Mount: data-component="ButtonGroup" -Category: forms -Props: label: string = "Button", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ButtonSelector -Mount: data-component="ButtonSelector" -Category: forms -Props: label: string = "Button", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Calendar -Mount: data-component="Calendar" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CalendarGrid -Mount: data-component="CalendarGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### CalendarHeader -Mount: data-component="CalendarHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CalendarNavigation -Mount: data-component="CalendarNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CallbackUrlInput -Mount: data-component="CallbackUrlInput" -Category: forms -Props: label: string = "CallbackUrl", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CampaignCard -Mount: data-component="CampaignCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", icon: string = "icon-[lucide--send]", class: string = "" -Slots: default -Events: none - -### CampaignPerformancePreview -Mount: data-component="CampaignPerformancePreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CampaignProgress -Mount: data-component="CampaignProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### CapabilityGrid -Mount: data-component="CapabilityGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### CaptchaField -Mount: data-component="CaptchaField" -Category: forms -Props: label: string = "Captcha", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Card -Mount: data-component="Card" -Category: content -Props: variant: string = "default", padding: string = "md", interactive: boolean = false, className: string = "" -Slots: default -Events: none - -### CardPaymentForm -Mount: data-component="CardPaymentForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CardSelector -Mount: data-component="CardSelector" -Category: forms -Props: label: string = "Card", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CardSkeleton -Mount: data-component="CardSkeleton" -Category: feedback -Props: label: string = "Card", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### CareerApplicationForm -Mount: data-component="CareerApplicationForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CareerBenefitsGrid -Mount: data-component="CareerBenefitsGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### Carousel -Mount: data-component="Carousel" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CaseStudyCard -Mount: data-component="CaseStudyCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CaseStudyHero -Mount: data-component="CaseStudyHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CaseStudyPreview -Mount: data-component="CaseStudyPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CenteredCTA -Mount: data-component="CenteredCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### CenteredHero -Mount: data-component="CenteredHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CenteredSectionHeader -Mount: data-component="CenteredSectionHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CertificateUpload -Mount: data-component="CertificateUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CertificationBadge -Mount: data-component="CertificationBadge" -Category: feedback -Props: label: string = "Certification", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ChallengeSection -Mount: data-component="ChallengeSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ChannelBadge -Mount: data-component="ChannelBadge" -Category: feedback -Props: label: string = "Channel", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ChannelCard -Mount: data-component="ChannelCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", icon: string = "icon-[lucide--radio-tower]", class: string = "" -Slots: default -Events: none - -### ChannelComparisonChart -Mount: data-component="ChannelComparisonChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ChannelComparisonTable -Mount: data-component="ChannelComparisonTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ChannelFallbackDiagram -Mount: data-component="ChannelFallbackDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ChannelFlow -Mount: data-component="ChannelFlow" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ChannelIcon -Mount: data-component="ChannelIcon" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ChannelRateTable -Mount: data-component="ChannelRateTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ChannelSelector -Mount: data-component="ChannelSelector" -Category: forms -Props: label: string = "Channel", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CharacterCounter -Mount: data-component="CharacterCounter" -Category: feedback -Props: label: string = "Character", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ChartEmptyState -Mount: data-component="ChartEmptyState" -Category: feedback -Props: label: string = "ChartEmpty", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ChartTooltip -Mount: data-component="ChartTooltip" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Checkbox -Mount: data-component="Checkbox" -Category: core -Props: class: string = "", id: string = "", name: string = "", label: string = "Checkbox", description: string = "", checked: boolean = false, disabled: boolean = false -Slots: none -Events: none - -### CheckboxGroup -Mount: data-component="CheckboxGroup" -Category: forms -Props: label: string = "Checkbox", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Checklist -Mount: data-component="Checklist" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ChecklistProgress -Mount: data-component="ChecklistProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### Chip -Mount: data-component="Chip" -Category: core -Props: label: string = "Chip", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ChipInput -Mount: data-component="ChipInput" -Category: forms -Props: label: string = "Chip", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CircularProgress -Mount: data-component="CircularProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### CitySelector -Mount: data-component="CitySelector" -Category: forms -Props: label: string = "City", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ClearFiltersButton -Mount: data-component="ClearFiltersButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ClickableCard -Mount: data-component="ClickableCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### CloseButton -Mount: data-component="CloseButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### Cluster -Mount: data-component="Cluster" -Category: core -Props: gap: string = "4", className: string = "" -Slots: default -Events: none - -### Code -Mount: data-component="Code" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CodeBlock -Mount: data-component="CodeBlock" -Category: content -Props: class: string = "", language: string = "text", filename: string = "", code: string = "" -Slots: none -Events: click - -### CodeCopyButton -Mount: data-component="CodeCopyButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### CodeHeader -Mount: data-component="CodeHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CodeInput -Mount: data-component="CodeInput" -Category: forms -Props: label: string = "Code", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CodeLanguageBadge -Mount: data-component="CodeLanguageBadge" -Category: feedback -Props: label: string = "CodeLanguage", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### CodeTabs -Mount: data-component="CodeTabs" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CodeText -Mount: data-component="CodeText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CohortChart -Mount: data-component="CohortChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ColorGrid -Mount: data-component="ColorGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ColorHexInput -Mount: data-component="ColorHexInput" -Category: forms -Props: label: string = "ColorHex", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ColorPicker -Mount: data-component="ColorPicker" -Category: forms -Props: label: string = "Color", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ColorSelector -Mount: data-component="ColorSelector" -Category: forms -Props: label: string = "Color", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ColorSwatch -Mount: data-component="ColorSwatch" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Combobox -Mount: data-component="Combobox" -Category: core -Props: id: string = "combobox", name: string = "", label: string = "Choose an option", placeholder: string = "Search options", options: string = [], required: boolean = false, disabled: boolean = false, class: string = "" -Slots: none -Events: none - -### ComingSoonBadge -Mount: data-component="ComingSoonBadge" -Category: feedback -Props: label: string = "ComingSoon", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ComingSoonState -Mount: data-component="ComingSoonState" -Category: feedback -Props: label: string = "ComingSoon", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### CommandBlock -Mount: data-component="CommandBlock" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CommandMenu -Mount: data-component="CommandMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### CommandSearchInput -Mount: data-component="CommandSearchInput" -Category: forms -Props: label: string = "CommandSearch", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CompanyHero -Mount: data-component="CompanyHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CompanyNameInput -Mount: data-component="CompanyNameInput" -Category: forms -Props: label: string = "CompanyName", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CompanyPageShell -Mount: data-component="CompanyPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CompanySizeSelector -Mount: data-component="CompanySizeSelector" -Category: forms -Props: label: string = "CompanySize", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ComparisonDateRangePicker -Mount: data-component="ComparisonDateRangePicker" -Category: forms -Props: label: string = "ComparisonDateRange", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ComparisonTable -Mount: data-component="ComparisonTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### CompletionMeter -Mount: data-component="CompletionMeter" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ComplianceBadgeList -Mount: data-component="ComplianceBadgeList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ComplianceProgramCard -Mount: data-component="ComplianceProgramCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ConfirmationDialog -Mount: data-component="ConfirmationDialog" -Category: overlays -Props: title: string = "Confirm action", description: string = "Are you sure you want to continue?", confirmLabel: string = "Confirm", cancelLabel: string = "Cancel", danger: boolean = false, open: boolean = false, class: string = "" -Slots: confirm -Events: click - -### ConfirmPasswordInput -Mount: data-component="ConfirmPasswordInput" -Category: forms -Props: label: string = "ConfirmPassword", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ConnectedAccountCard -Mount: data-component="ConnectedAccountCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ConnectionCard -Mount: data-component="ConnectionCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### ConsentTimelinePreview -Mount: data-component="ConsentTimelinePreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ContactCard -Mount: data-component="ContactCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### ContactCTA -Mount: data-component="ContactCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ContactForm -Mount: data-component="ContactForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ContactHero -Mount: data-component="ContactHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ContactPageShell -Mount: data-component="ContactPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ContactSalesBanner -Mount: data-component="ContactSalesBanner" -Category: core -Props: class: string = "", eyebrow: string = "Enterprise identity", title: string = "Ready to secure your next application?", description: string = "", primaryLabel: string = "Contact sales", primaryHref: string = "/contact", secondaryLabel: string = "Start free", secondaryHref: string = "/sign-up", iconClass: string = "icon-[lucide--messages-square]", centered: boolean = false, compact: boolean = false, points: string = [], trustPoints: string = [] -Slots: none -Events: none - -### ContactSalesButton -Mount: data-component="ContactSalesButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ContactSalesForm -Mount: data-component="ContactSalesForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Container -Mount: data-component="Container" -Category: core -Props: size: string = "default", className: string = "" -Slots: default -Events: none - -### ContextMenu -Mount: data-component="ContextMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### ContextSwitcher -Mount: data-component="ContextSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ConversationList -Mount: data-component="ConversationList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ConversationPreview -Mount: data-component="ConversationPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ConversionChart -Mount: data-component="ConversionChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### CookieBanner -Mount: data-component="CookieBanner" -Category: feedback -Props: class: string = "", title: string = "We use cookies", description: string = "We use essential cookies and optional analytics to improve your experience.", privacyHref: string = "/privacy" -Slots: none -Events: click - -### CookieCategoryList -Mount: data-component="CookieCategoryList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### CookieCategoryToggle -Mount: data-component="CookieCategoryToggle" -Category: forms -Props: label: string = "CookieCategory", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CookieConsent -Mount: data-component="CookieConsent" -Category: core -Props: class: string = "" -Slots: none -Events: click, change - -### CookieDetailsTable -Mount: data-component="CookieDetailsTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### CookiePreferencesDialog -Mount: data-component="CookiePreferencesDialog" -Category: overlays -Props: title: string = "Cookie preferences", description: string = "Choose which optional cookies you allow. Essential cookies are always enabled.", saveLabel: string = "Save preferences", acceptLabel: string = "Accept all", rejectLabel: string = "Reject optional", open: boolean = false, class: string = "" -Slots: none -Events: change, click - -### CookieTable -Mount: data-component="CookieTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### CoordinatesInput -Mount: data-component="CoordinatesInput" -Category: forms -Props: label: string = "Coordinates", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CoordinatesPicker -Mount: data-component="CoordinatesPicker" -Category: forms -Props: label: string = "Coordinates", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CopyButton -Mount: data-component="CopyButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### CopyCodeButton -Mount: data-component="CopyCodeButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### CopySecretField -Mount: data-component="CopySecretField" -Category: forms -Props: label: string = "CopySecret", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CostBreakdownChart -Mount: data-component="CostBreakdownChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### CostSummary -Mount: data-component="CostSummary" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Counter -Mount: data-component="Counter" -Category: feedback -Props: label: string = "Status", variant: string = "default", class: string = "" -Slots: default -Events: none - -### CountryCallingCodeInput -Mount: data-component="CountryCallingCodeInput" -Category: forms -Props: label: string = "CountryCallingCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CountryCallingCodeSelector -Mount: data-component="CountryCallingCodeSelector" -Category: forms -Props: label: string = "CountryCallingCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CountrySelector -Mount: data-component="CountrySelector" -Category: forms -Props: label: string = "Country", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CouponInput -Mount: data-component="CouponInput" -Category: forms -Props: label: string = "Coupon", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CreditAmountInput -Mount: data-component="CreditAmountInput" -Category: forms -Props: label: string = "CreditAmount", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CronBuilder -Mount: data-component="CronBuilder" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CronInput -Mount: data-component="CronInput" -Category: forms -Props: label: string = "Cron", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CsvUpload -Mount: data-component="CsvUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CTASection -Mount: data-component="CTASection" -Category: layout -Props: class: string = "", eyebrow: string = "Ready?", title: string = "Start building today", description: string = "", primaryLabel: string = "Get started", primaryHref: string = "#", secondaryLabel: string = "Contact sales", secondaryHref: string = "#" -Slots: none -Events: none - -### CurrencyInput -Mount: data-component="CurrencyInput" -Category: forms -Props: label: string = "Currency", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CurrencySelector -Mount: data-component="CurrencySelector" -Category: forms -Props: label: string = "Currency", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CurrentPasswordInput -Mount: data-component="CurrentPasswordInput" -Category: forms -Props: label: string = "CurrentPassword", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CustomerLogo -Mount: data-component="CustomerLogo" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CustomerStoryCard -Mount: data-component="CustomerStoryCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DangerButton -Mount: data-component="DangerButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### DataProtectionCard -Mount: data-component="DataProtectionCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DataRetentionTable -Mount: data-component="DataRetentionTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### DataTable -Mount: data-component="DataTable" -Category: data -Props: caption: string = "Data table", columns: string = [], rows: string = [], emptyMessage: string = "No data available.", striped: boolean = false, class: string = "" -Slots: none -Events: none - -### DateInput -Mount: data-component="DateInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Date", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### DatePicker -Mount: data-component="DatePicker" -Category: forms -Props: class: string = "", id: string = "date", name: string = "date", label: string = "Date", value: string = "", min: string = "", max: string = "", required: boolean = false -Slots: none -Events: none - -### DateRangeCalendar -Mount: data-component="DateRangeCalendar" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DateRangePicker -Mount: data-component="DateRangePicker" -Category: forms -Props: class: string = "", label: string = "Date range", startName: string = "startDate", endName: string = "endDate" -Slots: none -Events: none - -### DateRangeSlider -Mount: data-component="DateRangeSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DateTimeInput -Mount: data-component="DateTimeInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "DateTime", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### DateTimePicker -Mount: data-component="DateTimePicker" -Category: forms -Props: id: string = "datetime-picker", name: string = "datetime", label: string = "Date and time", value: string = "", min: string = "", max: string = "", required: boolean = false, disabled: boolean = false, class: string = "" -Slots: none -Events: none - -### DateTimeRangePicker -Mount: data-component="DateTimeRangePicker" -Category: forms -Props: label: string = "DateTimeRange", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DecimalInput -Mount: data-component="DecimalInput" -Category: forms -Props: label: string = "Decimal", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DefinitionList -Mount: data-component="DefinitionList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### DeleteConfirmationDialog -Mount: data-component="DeleteConfirmationDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### DeliveryPreview -Mount: data-component="DeliveryPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DeliveryStatusChart -Mount: data-component="DeliveryStatusChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### DeliveryStatusTimeline -Mount: data-component="DeliveryStatusTimeline" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### DemoRequestForm -Mount: data-component="DemoRequestForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DepartmentInput -Mount: data-component="DepartmentInput" -Category: forms -Props: label: string = "Department", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DeprecatedFeatureAlert -Mount: data-component="DeprecatedFeatureAlert" -Category: feedback -Props: label: string = "DeprecatedFeature", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### DescriptionList -Mount: data-component="DescriptionList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### DesktopNavigation -Mount: data-component="DesktopNavigation" -Category: layout -Props: label: string = "Primary navigation", items: string = [], class: string = "" -Slots: none -Events: none - -### DeveloperCTA -Mount: data-component="DeveloperCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### DeveloperHero -Mount: data-component="DeveloperHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### DeveloperPageShell -Mount: data-component="DeveloperPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### DeveloperSearch -Mount: data-component="DeveloperSearch" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DevelopersMegaMenu -Mount: data-component="DevelopersMegaMenu" -Category: core -Props: class: string = "" -Slots: none -Events: none - -### DevelopersMenu -Mount: data-component="DevelopersMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### DeviceCard -Mount: data-component="DeviceCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### disclosure -Mount: data-component="disclosure" -Category: core -Props: summary: string = "Details", class: string = "" -Slots: default -Events: none - -### DiscountInput -Mount: data-component="DiscountInput" -Category: forms -Props: label: string = "Discount", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DisplayHeading -Mount: data-component="DisplayHeading" -Category: core -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### DisplayNameInput -Mount: data-component="DisplayNameInput" -Category: forms -Props: label: string = "DisplayName", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Divider -Mount: data-component="Divider" -Category: core -Props: className: string = "" -Slots: default -Events: none - -### DocumentPreview -Mount: data-component="DocumentPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DocumentUpload -Mount: data-component="DocumentUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DomainInput -Mount: data-component="DomainInput" -Category: forms -Props: label: string = "Domain", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DoNotSellLink -Mount: data-component="DoNotSellLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### DonutChart -Mount: data-component="DonutChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### DownloadAction -Mount: data-component="DownloadAction" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### DownloadButton -Mount: data-component="DownloadButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### DownloadGateForm -Mount: data-component="DownloadGateForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DownloadPolicyButton -Mount: data-component="DownloadPolicyButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### DownloadResourceForm -Mount: data-component="DownloadResourceForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Drawer -Mount: data-component="Drawer" -Category: core -Props: class: string = "", title: string = "Panel", open: boolean = false, side: string = "right" -Slots: default -Events: click - -### DropdownMenu -Mount: data-component="DropdownMenu" -Category: overlays -Props: class: string = "", label: string = "Menu" -Slots: default -Events: click - -### DropdownNavigation -Mount: data-component="DropdownNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### DurationInput -Mount: data-component="DurationInput" -Category: forms -Props: label: string = "Duration", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DurationPicker -Mount: data-component="DurationPicker" -Category: forms -Props: label: string = "Duration", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DurationSlider -Mount: data-component="DurationSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ElevatedCard -Mount: data-component="ElevatedCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### EmailBodyEditor -Mount: data-component="EmailBodyEditor" -Category: forms -Props: label: string = "EmailBody", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### EmailComposer -Mount: data-component="EmailComposer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### EmailInput -Mount: data-component="EmailInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Email", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### EmojiPicker -Mount: data-component="EmojiPicker" -Category: forms -Props: label: string = "Emoji", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### EmptyState -Mount: data-component="EmptyState" -Category: feedback -Props: class: string = "", eyebrow: string = "", title: string = "Nothing found", description: string = "", iconClass: string = "icon-[lucide--inbox]", primaryLabel: string = "", primaryHref: string = "", secondaryLabel: string = "", secondaryHref: string = "", compact: boolean = false, centered: boolean = true, suggestions: string = [] -Slots: none -Events: none - -### EncryptionDiagram -Mount: data-component="EncryptionDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### EnterpriseCTA -Mount: data-component="EnterpriseCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### EnterpriseHero -Mount: data-component="EnterpriseHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### EnterprisePricingCard -Mount: data-component="EnterprisePricingCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### EnvironmentSelector -Mount: data-component="EnvironmentSelector" -Category: forms -Props: label: string = "Environment", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### EnvironmentSwitcher -Mount: data-component="EnvironmentSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ErrorActions -Mount: data-component="ErrorActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ErrorCard -Mount: data-component="ErrorCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### ErrorCode -Mount: data-component="ErrorCode" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ErrorHero -Mount: data-component="ErrorHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ErrorIllustration -Mount: data-component="ErrorIllustration" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ErrorPage -Mount: data-component="ErrorPage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ErrorPageShell -Mount: data-component="ErrorPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ErrorState -Mount: data-component="ErrorState" -Category: feedback -Props: class: string = "", type: string = "error", eyebrow: string = "", title: string = "Something went wrong", description: string = "", errorCode: string = "", iconClass: string = "", primaryLabel: string = "", primaryHref: string = "", secondaryLabel: string = "", secondaryHref: string = "", retryLabel: string = "", retryAction: string = "", centered: boolean = true, compact: boolean = false, details: string = [] -Slots: none -Events: click - -### ErrorSupportLink -Mount: data-component="ErrorSupportLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### EstimatedCostSummary -Mount: data-component="EstimatedCostSummary" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### EventTable -Mount: data-component="EventTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ExpandableText -Mount: data-component="ExpandableText" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ExpiryDateTimePicker -Mount: data-component="ExpiryDateTimePicker" -Category: forms -Props: label: string = "ExpiryDateTime", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ExportProgress -Mount: data-component="ExportProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ExternalLink -Mount: data-component="ExternalLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### EyebrowText -Mount: data-component="EyebrowText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### FactorCard -Mount: data-component="FactorCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FallbackRouteBuilder -Mount: data-component="FallbackRouteBuilder" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FallbackRouteDiagram -Mount: data-component="FallbackRouteDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### FAQ -Mount: data-component="FAQ" -Category: core -Props: class: string = "", eyebrow: string = "", title: string = "Frequently asked questions", description: string = "", items: string = [], centered: boolean = true, allowMultiple: boolean = false, defaultOpenIndex: number = 0 -Slots: none -Events: none - -### FAQAccordion -Mount: data-component="FAQAccordion" -Category: core -Props: class: string = "", eyebrow: string = "", title: string = "Frequently asked questions", description: string = "", items: string = [], centered: boolean = true, compact: boolean = false, allowMultiple: boolean = false, defaultOpenIndex: number = 0, showContact: boolean = false, contactText: string = "Still have questions?", contactLabel: string = "Contact support", contactHref: string = "/support" -Slots: none -Events: click - -### FaviconUpload -Mount: data-component="FaviconUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FaxInput -Mount: data-component="FaxInput" -Category: forms -Props: label: string = "Fax", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FeatureCard -Mount: data-component="FeatureCard" -Category: content -Props: class: string = "", icon: string = "icon-[lucide--sparkles]", title: string = "Feature", description: string = "", href: string = "" -Slots: none -Events: none - -### FeatureChecklist -Mount: data-component="FeatureChecklist" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FeatureComparisonTable -Mount: data-component="FeatureComparisonTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### FeaturedBlogCard -Mount: data-component="FeaturedBlogCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FeatureDetailsPanel -Mount: data-component="FeatureDetailsPanel" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### FeatureGrid -Mount: data-component="FeatureGrid" -Category: data -Props: columns: number = 3, className: string = "" -Slots: default -Events: none - -### FeatureIconCard -Mount: data-component="FeatureIconCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FeatureList -Mount: data-component="FeatureList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### FeatureTabs -Mount: data-component="FeatureTabs" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FeatureTimeline -Mount: data-component="FeatureTimeline" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### FeatureUnavailableState -Mount: data-component="FeatureUnavailableState" -Category: feedback -Props: label: string = "FeatureUnavailable", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### FieldActions -Mount: data-component="FieldActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### file-upload -Mount: data-component="file-upload" -Category: core -Props: store: string = "public", endpoint: string = "/api/upload", accept: string = "", multiple: boolean = false, max: number = 0, label: string = "Drag files here or click to browse", class: string = "" -Slots: none -Events: none - -### FileInput -Mount: data-component="FileInput" -Category: forms -Props: label: string = "File", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FileList -Mount: data-component="FileList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### FileSizeInput -Mount: data-component="FileSizeInput" -Category: forms -Props: label: string = "FileSize", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FileSizeLabel -Mount: data-component="FileSizeLabel" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FileTypeBadge -Mount: data-component="FileTypeBadge" -Category: feedback -Props: label: string = "FileType", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### FileUpload -Mount: data-component="FileUpload" -Category: content -Props: class: string = "", id: string = "file", name: string = "file", label: string = "Upload file", accept: string = "", multiple: boolean = false, help: string = "Drag and drop or browse" -Slots: none -Events: none - -### FilterableTable -Mount: data-component="FilterableTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### FilterBar -Mount: data-component="FilterBar" -Category: core -Props: label: string = "Filters", clearLabel: string = "Clear filters", showClear: boolean = true, class: string = "" -Slots: default -Events: none - -### FilterMenu -Mount: data-component="FilterMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### FilterSearchInput -Mount: data-component="FilterSearchInput" -Category: forms -Props: label: string = "FilterSearch", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FinalCTA -Mount: data-component="FinalCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### FirstNameInput -Mount: data-component="FirstNameInput" -Category: forms -Props: label: string = "FirstName", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Flex -Mount: data-component="Flex" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### FontPicker -Mount: data-component="FontPicker" -Category: forms -Props: label: string = "Font", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FontSizePicker -Mount: data-component="FontSizePicker" -Category: forms -Props: label: string = "FontSize", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FontWeightPicker -Mount: data-component="FontWeightPicker" -Category: forms -Props: label: string = "FontWeight", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FooterLanguageSwitcher -Mount: data-component="FooterLanguageSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FooterStatusIndicator -Mount: data-component="FooterStatusIndicator" -Category: feedback -Props: label: string = "FooterStatus", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ForbiddenPage -Mount: data-component="ForbiddenPage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ForbiddenState -Mount: data-component="ForbiddenState" -Category: feedback -Props: label: string = "Forbidden", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ForgotPasswordForm -Mount: data-component="ForgotPasswordForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Form -Mount: data-component="Form" -Category: content -Props: action: string = "", method: string = "post", name: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### FormActions -Mount: data-component="FormActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### FormAlert -Mount: data-component="FormAlert" -Category: feedback -Props: label: string = "Form", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### FormDialog -Mount: data-component="FormDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### FormError -Mount: data-component="FormError" -Category: core -Props: id: string = "", message: string = "", class: string = "" -Slots: default -Events: none - -### FormErrorSummary -Mount: data-component="FormErrorSummary" -Category: content -Props: class: string = "", title: string = "Please fix the following", visible: boolean = true -Slots: default -Events: none - -### FormField -Mount: data-component="FormField" -Category: forms -Props: class: string = "", label: string = "Field", help: string = "", error: string = "", required: boolean = false -Slots: default -Events: none - -### FormGrid -Mount: data-component="FormGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### FormGroup -Mount: data-component="FormGroup" -Category: forms -Props: label: string = "Form", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FormHelpText -Mount: data-component="FormHelpText" -Category: content -Props: id: string = "", text: string = "", class: string = "" -Slots: default -Events: none - -### FormLabel -Mount: data-component="FormLabel" -Category: content -Props: for: string = "", label: string = "Label", required: boolean = false, optional: boolean = false, class: string = "" -Slots: none -Events: none - -### FormProgress -Mount: data-component="FormProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### FormRow -Mount: data-component="FormRow" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### FormSection -Mount: data-component="FormSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### FullBleed -Mount: data-component="FullBleed" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### FullscreenDialog -Mount: data-component="FullscreenDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### FunnelChart -Mount: data-component="FunnelChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### GeoChart -Mount: data-component="GeoChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### GeofenceEditor -Mount: data-component="GeofenceEditor" -Category: forms -Props: label: string = "Geofence", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### GhostButton -Mount: data-component="GhostButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### GlassCard -Mount: data-component="GlassCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### GlobalSearch -Mount: data-component="GlobalSearch" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### GradientCTA -Mount: data-component="GradientCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### GradientPicker -Mount: data-component="GradientPicker" -Category: forms -Props: label: string = "Gradient", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### GradientStopEditor -Mount: data-component="GradientStopEditor" -Category: forms -Props: label: string = "GradientStop", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Grid -Mount: data-component="Grid" -Category: data -Props: gap: string = "4", className: string = "" -Slots: default -Events: none - -### GuideCard -Mount: data-component="GuideCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### GuideChecklist -Mount: data-component="GuideChecklist" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### GuideDifficultyBadge -Mount: data-component="GuideDifficultyBadge" -Category: feedback -Props: label: string = "GuideDifficulty", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### GuideGrid -Mount: data-component="GuideGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### GuideStep -Mount: data-component="GuideStep" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Header -Mount: data-component="Header" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### HeaderActions -Mount: data-component="HeaderActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### HealthIndicator -Mount: data-component="HealthIndicator" -Category: feedback -Props: label: string = "Health", variant: string = "default", class: string = "" -Slots: default -Events: none - -### Hero -Mount: data-component="Hero" -Category: layout -Props: class: string = "", eyebrow: string = "", title: string = "Build faster with WRNexusJS", highlight: string = "", description: string = "", primaryLabel: string = "Get started", primaryHref: string = "#", secondaryLabel: string = "Learn more", secondaryHref: string = "#", align: string = "center" -Slots: default -Events: none - -### HeroActions -Mount: data-component="HeroActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### HeroCodePanel -Mount: data-component="HeroCodePanel" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### HeroGradientText -Mount: data-component="HeroGradientText" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### HeroPrimaryAction -Mount: data-component="HeroPrimaryAction" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### HeroProductPreview -Mount: data-component="HeroProductPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### HeroSecondaryAction -Mount: data-component="HeroSecondaryAction" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### HeroTrustText -Mount: data-component="HeroTrustText" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### HexColorInput -Mount: data-component="HexColorInput" -Category: forms -Props: label: string = "HexColor", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### HiddenField -Mount: data-component="HiddenField" -Category: forms -Props: label: string = "Hidden", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### HighlightText -Mount: data-component="HighlightText" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### HolidayCalendar -Mount: data-component="HolidayCalendar" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### HostnameInput -Mount: data-component="HostnameInput" -Category: forms -Props: label: string = "Hostname", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### HourPicker -Mount: data-component="HourPicker" -Category: forms -Props: label: string = "Hour", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### HslColorInput -Mount: data-component="HslColorInput" -Category: forms -Props: label: string = "HslColor", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### hstack -Mount: data-component="hstack" -Category: core -Props: gap: string = "4", align: string = "center", class: string = "" -Slots: default -Events: none - -### HtmlEditor -Mount: data-component="HtmlEditor" -Category: forms -Props: label: string = "Html", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### HumanApprovalStep -Mount: data-component="HumanApprovalStep" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Icon -Mount: data-component="Icon" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### IconButton -Mount: data-component="IconButton" -Category: actions -Props: class: string = "", label: string = "Action", icon: string = "•", variant: string = "ghost", disabled: boolean = false -Slots: none -Events: none - -### IconPicker -Mount: data-component="IconPicker" -Category: forms -Props: label: string = "Icon", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### IconSelector -Mount: data-component="IconSelector" -Category: forms -Props: label: string = "Icon", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### IdentifierInput -Mount: data-component="IdentifierInput" -Category: forms -Props: label: string = "Identifier", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Illustration -Mount: data-component="Illustration" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ImageCompressionPreview -Mount: data-component="ImageCompressionPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ImageEditor -Mount: data-component="ImageEditor" -Category: forms -Props: label: string = "Image", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ImagePreviewDialog -Mount: data-component="ImagePreviewDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### ImageSelector -Mount: data-component="ImageSelector" -Category: forms -Props: label: string = "Image", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ImageUpload -Mount: data-component="ImageUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ImportProgress -Mount: data-component="ImportProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### IncidentAlert -Mount: data-component="IncidentAlert" -Category: feedback -Props: label: string = "Incident", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### IncidentBanner -Mount: data-component="IncidentBanner" -Category: feedback -Props: label: string = "Incident", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### IncidentCard -Mount: data-component="IncidentCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### IncidentList -Mount: data-component="IncidentList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### IncidentResponseFlow -Mount: data-component="IncidentResponseFlow" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### IncidentSeverityBadge -Mount: data-component="IncidentSeverityBadge" -Category: feedback -Props: label: string = "IncidentSeverity", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### IncidentTimeline -Mount: data-component="IncidentTimeline" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### IndustryBadge -Mount: data-component="IndustryBadge" -Category: feedback -Props: label: string = "Industry", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### IndustrySelector -Mount: data-component="IndustrySelector" -Category: forms -Props: label: string = "Industry", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### InfoCard -Mount: data-component="InfoCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### Inline -Mount: data-component="Inline" -Category: core -Props: gap: string = "4", className: string = "" -Slots: default -Events: none - -### InlineAlert -Mount: data-component="InlineAlert" -Category: feedback -Props: label: string = "Inline", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### InlineCode -Mount: data-component="InlineCode" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### input -Mount: data-component="input" -Category: core -Props: type: string = "text", name: string = "", value: string = "", placeholder: string = "", class: string = "" -Slots: none -Events: none - -### InputGroup -Mount: data-component="InputGroup" -Category: forms -Props: label: string = "Input", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### InsetPanel -Mount: data-component="InsetPanel" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### IntegerInput -Mount: data-component="IntegerInput" -Category: forms -Props: label: string = "Integer", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### IntegrationCard -Mount: data-component="IntegrationCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", icon: string = "icon-[lucide--plug-zap]", class: string = "" -Slots: default -Events: none - -### InvoiceLineItem -Mount: data-component="InvoiceLineItem" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### InvoiceSummary -Mount: data-component="InvoiceSummary" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### IpAddressInput -Mount: data-component="IpAddressInput" -Category: forms -Props: label: string = "IpAddress", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### JobCard -Mount: data-component="JobCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### JobProgress -Mount: data-component="JobProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### JobTitleInput -Mount: data-component="JobTitleInput" -Category: forms -Props: label: string = "JobTitle", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### JsonInput -Mount: data-component="JsonInput" -Category: forms -Props: label: string = "Json", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### JsonViewer -Mount: data-component="JsonViewer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### KeyValueTable -Mount: data-component="KeyValueTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### KycDocumentUpload -Mount: data-component="KycDocumentUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### LanguageSelector -Mount: data-component="LanguageSelector" -Category: forms -Props: label: string = "Language", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LanguageSwitcher -Mount: data-component="LanguageSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### LastNameInput -Mount: data-component="LastNameInput" -Category: forms -Props: label: string = "LastName", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LatencyMetric -Mount: data-component="LatencyMetric" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### LatitudeInput -Mount: data-component="LatitudeInput" -Category: forms -Props: label: string = "Latitude", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LeadershipGrid -Mount: data-component="LeadershipGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### LeadText -Mount: data-component="LeadText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### LegalAcceptanceNotice -Mount: data-component="LegalAcceptanceNotice" -Category: feedback -Props: label: string = "LegalAcceptance", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### LegalBulletList -Mount: data-component="LegalBulletList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### LegalContactBlock -Mount: data-component="LegalContactBlock" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### LegalDefinitionList -Mount: data-component="LegalDefinitionList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### LegalDocumentHeader -Mount: data-component="LegalDocumentHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### LegalDocumentLayout -Mount: data-component="LegalDocumentLayout" -Category: layout -Props: class: string = "", title: string = "Legal document", effectiveDate: string = "", updatedDate: string = "" -Slots: toc, default -Events: none - -### LegalHero -Mount: data-component="LegalHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### LegalLanguageSelector -Mount: data-component="LegalLanguageSelector" -Category: forms -Props: label: string = "LegalLanguage", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LegalNotice -Mount: data-component="LegalNotice" -Category: feedback -Props: label: string = "Legal", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### LegalPageShell -Mount: data-component="LegalPageShell" -Category: layout -Props: class: string = "" -Slots: navigation, default -Events: none - -### LegalPrintButton -Mount: data-component="LegalPrintButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### LegalRegionSelector -Mount: data-component="LegalRegionSelector" -Category: forms -Props: label: string = "LegalRegion", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LegalSection -Mount: data-component="LegalSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### LegalSummary -Mount: data-component="LegalSummary" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### LegalTable -Mount: data-component="LegalTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### LegalTableOfContents -Mount: data-component="LegalTableOfContents" -Category: core -Props: title: string = "On this page", items: string = [], class: string = "" -Slots: none -Events: none - -### LegalVersionBadge -Mount: data-component="LegalVersionBadge" -Category: feedback -Props: label: string = "LegalVersion", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### LetterSpacingPicker -Mount: data-component="LetterSpacingPicker" -Category: forms -Props: label: string = "LetterSpacing", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LicenseKeyInput -Mount: data-component="LicenseKeyInput" -Category: forms -Props: label: string = "LicenseKey", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Lightbox -Mount: data-component="Lightbox" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### LineChart -Mount: data-component="LineChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### LineHeightPicker -Mount: data-component="LineHeightPicker" -Category: forms -Props: label: string = "LineHeight", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Link -Mount: data-component="Link" -Category: core -Props: href: string = "#", label: string = "Link", external: boolean = false, className: string = "" -Slots: none -Events: none - -### LinkButton -Mount: data-component="LinkButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### List -Mount: data-component="List" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### LoadingButton -Mount: data-component="LoadingButton" -Category: actions -Props: label: string = "Continue", loadingLabel: string = "Loading…", loading: boolean = false, disabled: boolean = false, type: string = "button", variant: string = "primary", class: string = "" -Slots: none -Events: none - -### LocaleSelector -Mount: data-component="LocaleSelector" -Category: forms -Props: label: string = "Locale", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LocalizedRouteLink -Mount: data-component="LocalizedRouteLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### LocationPicker -Mount: data-component="LocationPicker" -Category: forms -Props: label: string = "Location", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Logo -Mount: data-component="Logo" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### LogoCloud -Mount: data-component="LogoCloud" -Category: core -Props: class: string = "", eyebrow: string = "", title: string = "Trusted by teams building modern products", description: string = "", logos: string = [], centered: boolean = true, compact: boolean = false, variant: string = "strip", grayscale: boolean = true, showNames: boolean = false, maxItems: number = 8 -Slots: none -Events: none - -### LogoUpload -Mount: data-component="LogoUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### LogoutDialog -Mount: data-component="LogoutDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### LogTable -Mount: data-component="LogTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### LongitudeInput -Mount: data-component="LongitudeInput" -Category: forms -Props: label: string = "Longitude", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MaintenanceAlert -Mount: data-component="MaintenanceAlert" -Category: feedback -Props: label: string = "Maintenance", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### MaintenanceBanner -Mount: data-component="MaintenanceBanner" -Category: feedback -Props: label: string = "Maintenance", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### MaintenanceCard -Mount: data-component="MaintenanceCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MaintenancePage -Mount: data-component="MaintenancePage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MaintenanceState -Mount: data-component="MaintenanceState" -Category: feedback -Props: label: string = "Maintenance", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### MaintenanceWindowPicker -Mount: data-component="MaintenanceWindowPicker" -Category: forms -Props: label: string = "MaintenanceWindow", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MapPicker -Mount: data-component="MapPicker" -Category: forms -Props: label: string = "Map", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MarkdownEditor -Mount: data-component="MarkdownEditor" -Category: forms -Props: label: string = "Markdown", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MarketingPageShell -Mount: data-component="MarketingPageShell" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### MarketingSectionHeader -Mount: data-component="MarketingSectionHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### MaskedSecretField -Mount: data-component="MaskedSecretField" -Category: forms -Props: label: string = "MaskedSecret", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MegaMenu -Mount: data-component="MegaMenu" -Category: overlays -Props: label: string = "Explore", sections: string = [], class: string = "" -Slots: none -Events: click - -### MemberList -Mount: data-component="MemberList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### MentionInput -Mount: data-component="MentionInput" -Category: forms -Props: label: string = "Mention", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MessageCharacterCounter -Mount: data-component="MessageCharacterCounter" -Category: feedback -Props: label: string = "MessageCharacter", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### MessageComposer -Mount: data-component="MessageComposer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MessageComposerPreview -Mount: data-component="MessageComposerPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MessageLimitInput -Mount: data-component="MessageLimitInput" -Category: forms -Props: label: string = "MessageLimit", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MessagePreview -Mount: data-component="MessagePreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MessageVolumeSlider -Mount: data-component="MessageVolumeSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Metric -Mount: data-component="Metric" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### MetricCard -Mount: data-component="MetricCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MetricGrid -Mount: data-component="MetricGrid" -Category: data -Props: label: string = "Key metrics", metrics: string = [], class: string = "" -Slots: none -Events: none - -### MetricText -Mount: data-component="MetricText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### MinutePicker -Mount: data-component="MinutePicker" -Category: forms -Props: label: string = "Minute", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MissionSection -Mount: data-component="MissionSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### MobileDeviceFrame -Mount: data-component="MobileDeviceFrame" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### MobileInput -Mount: data-component="MobileInput" -Category: forms -Props: label: string = "Mobile", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MobileMenuButton -Mount: data-component="MobileMenuButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### MobileNavigation -Mount: data-component="MobileNavigation" -Category: layout -Props: label: string = "Menu", closeLabel: string = "Close menu", items: string = [], class: string = "" -Slots: none -Events: click - -### MobileTableCard -Mount: data-component="MobileTableCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Modal -Mount: data-component="Modal" -Category: core -Props: class: string = "", title: string = "Dialog", description: string = "", open: boolean = false, size: string = "md", closeLabel: string = "Close" -Slots: default -Events: click - -### MonthlyVolumeSelector -Mount: data-component="MonthlyVolumeSelector" -Category: forms -Props: label: string = "MonthlyVolume", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MonthPicker -Mount: data-component="MonthPicker" -Category: forms -Props: label: string = "Month", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MonthYearPicker -Mount: data-component="MonthYearPicker" -Category: forms -Props: label: string = "MonthYear", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MultiFileUpload -Mount: data-component="MultiFileUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MultipleEmailInput -Mount: data-component="MultipleEmailInput" -Category: forms -Props: label: string = "MultipleEmail", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MultiSelect -Mount: data-component="MultiSelect" -Category: core -Props: id: string = "multi-select", name: string = "", label: string = "Choose options", options: string = [], required: boolean = false, disabled: boolean = false, size: number = 5, class: string = "" -Slots: none -Events: none - -### MutedText -Mount: data-component="MutedText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### NameInput -Mount: data-component="NameInput" -Category: forms -Props: label: string = "Name", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### NarrowContainer -Mount: data-component="NarrowContainer" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### Navigation -Mount: data-component="Navigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### NavigationItem -Mount: data-component="NavigationItem" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### NavigationMegaMenu -Mount: data-component="NavigationMegaMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### NewBadge -Mount: data-component="NewBadge" -Category: feedback -Props: label: string = "New", variant: string = "default", class: string = "" -Slots: default -Events: none - -### NewPasswordInput -Mount: data-component="NewPasswordInput" -Category: forms -Props: label: string = "NewPassword", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### NewsletterCTA -Mount: data-component="NewsletterCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### NewsletterForm -Mount: data-component="NewsletterForm" -Category: content -Props: class: string = "", eyebrow: string = "", title: string = "Stay up to date", description: string = "", placeholder: string = "Enter your email", buttonLabel: string = "Subscribe", action: string = "/newsletter/subscribe", method: string = "post", emailName: string = "email", privacyLabel: string = "", privacyHref: string = "/privacy", successMessage: string = "You are subscribed.", errorMessage: string = "Something went wrong. Please try again.", iconClass: string = "icon-[lucide--mail]", centered: boolean = false, compact: boolean = false, showIcon: boolean = true, showPrivacy: boolean = true, fullWidth: boolean = false -Slots: none -Events: submit, input - -### NoResultsState -Mount: data-component="NoResultsState" -Category: feedback -Props: label: string = "NoResults", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### NotFoundPage -Mount: data-component="NotFoundPage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### NotFoundState -Mount: data-component="NotFoundState" -Category: feedback -Props: label: string = "NotFound", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### NotificationCard -Mount: data-component="NotificationCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### NotificationDot -Mount: data-component="NotificationDot" -Category: core -Props: label: string = "Notification", variant: string = "default", class: string = "" -Slots: default -Events: none - -### NotificationList -Mount: data-component="NotificationList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### NumberInput -Mount: data-component="NumberInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Number", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### OfficeCard -Mount: data-component="OfficeCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### OfflinePage -Mount: data-component="OfflinePage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### OfflineState -Mount: data-component="OfflineState" -Category: feedback -Props: label: string = "Offline", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### OnboardingProgress -Mount: data-component="OnboardingProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### OneTimeSecretDisplay -Mount: data-component="OneTimeSecretDisplay" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### OnlineIndicator -Mount: data-component="OnlineIndicator" -Category: feedback -Props: label: string = "Online", variant: string = "default", class: string = "" -Slots: default -Events: none - -### OpacitySlider -Mount: data-component="OpacitySlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### OpenAPICTA -Mount: data-component="OpenAPICTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### OptionalIndicator -Mount: data-component="OptionalIndicator" -Category: feedback -Props: label: string = "Optional", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### OrganizationSelector -Mount: data-component="OrganizationSelector" -Category: forms -Props: label: string = "Organization", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### OtpInput -Mount: data-component="OtpInput" -Category: forms -Props: class: string = "", name: string = "otp", length: number = 6, label: string = "Verification code" -Slots: none -Events: none - -### OtpVerificationForm -Mount: data-component="OtpVerificationForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### OutlinedCard -Mount: data-component="OutlinedCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### PageAlert -Mount: data-component="PageAlert" -Category: feedback -Props: label: string = "Page", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### PageHeader -Mount: data-component="PageHeader" -Category: core -Props: class: string = "", eyebrow: string = "", title: string = "", description: string = "", primaryLabel: string = "", primaryHref: string = "", secondaryLabel: string = "", secondaryHref: string = "", icon: string = "sparkles", centered: boolean = false, compact: boolean = false, showBreadcrumbs: boolean = false, breadcrumbParent: string = "", breadcrumbParentHref: string = "", breadcrumbCurrent: string = "", highlights: string = [] -Slots: none -Events: none - -### PageHeading -Mount: data-component="PageHeading" -Category: core -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### PageShell -Mount: data-component="PageShell" -Category: core -Props: className: string = "" -Slots: default -Events: none - -### PageSkeleton -Mount: data-component="PageSkeleton" -Category: feedback -Props: label: string = "Page", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### Pagination -Mount: data-component="Pagination" -Category: core -Props: class: string = "", currentPage: number = 1, totalPages: number = 1, previousHref: string = "", nextHref: string = "", pages: string = [], showNumbers: boolean = true, showSummary: boolean = true, totalItems: number = 0, pageSize: number = 10, compact: boolean = false, centered: boolean = false -Slots: none -Events: none - -### Panel -Mount: data-component="Panel" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### PartnerApplicationForm -Mount: data-component="PartnerApplicationForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PartnerLogoGrid -Mount: data-component="PartnerLogoGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### PartnerProgramCard -Mount: data-component="PartnerProgramCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PasskeyButton -Mount: data-component="PasskeyButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### PasswordInput -Mount: data-component="PasswordInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Password", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### PasswordRequirementList -Mount: data-component="PasswordRequirementList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### PasswordStrengthMeter -Mount: data-component="PasswordStrengthMeter" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### PasswordVisibilityToggle -Mount: data-component="PasswordVisibilityToggle" -Category: forms -Props: label: string = "PasswordVisibility", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PathInput -Mount: data-component="PathInput" -Category: forms -Props: label: string = "Path", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PaymentMethodCard -Mount: data-component="PaymentMethodCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PdfPreview -Mount: data-component="PdfPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PercentageInput -Mount: data-component="PercentageInput" -Category: forms -Props: label: string = "Percentage", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PermissionSelector -Mount: data-component="PermissionSelector" -Category: forms -Props: label: string = "Permission", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PhoneInput -Mount: data-component="PhoneInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Phone", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### PieChart -Mount: data-component="PieChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### Pill -Mount: data-component="Pill" -Category: core -Props: label: string = "Pill", variant: string = "default", class: string = "" -Slots: default -Events: none - -### PinInput -Mount: data-component="PinInput" -Category: forms -Props: label: string = "Pin", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PlainTextEditor -Mount: data-component="PlainTextEditor" -Category: forms -Props: label: string = "PlainText", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PlanCTA -Mount: data-component="PlanCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### PlanFeatureList -Mount: data-component="PlanFeatureList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### PlanLimitList -Mount: data-component="PlanLimitList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### PlanSelector -Mount: data-component="PlanSelector" -Category: forms -Props: label: string = "Plan", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PlatformPillarCard -Mount: data-component="PlatformPillarCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PolicyVersionTable -Mount: data-component="PolicyVersionTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### Popover -Mount: data-component="Popover" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### PortInput -Mount: data-component="PortInput" -Category: forms -Props: label: string = "Port", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PortNumberInput -Mount: data-component="PortNumberInput" -Category: forms -Props: label: string = "PortNumber", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PositiveNumberInput -Mount: data-component="PositiveNumberInput" -Category: forms -Props: label: string = "PositiveNumber", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PostalCodeInput -Mount: data-component="PostalCodeInput" -Category: forms -Props: label: string = "PostalCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PostmanCTA -Mount: data-component="PostmanCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### PresetDateRangePicker -Mount: data-component="PresetDateRangePicker" -Category: forms -Props: label: string = "PresetDateRange", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PressReleaseCard -Mount: data-component="PressReleaseCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PreviewBadge -Mount: data-component="PreviewBadge" -Category: feedback -Props: label: string = "Preview", variant: string = "default", class: string = "" -Slots: default -Events: none - -### PreviousNextNavigation -Mount: data-component="PreviousNextNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### PriceInput -Mount: data-component="PriceInput" -Category: forms -Props: label: string = "Price", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PriceRangeSlider -Mount: data-component="PriceRangeSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PriceText -Mount: data-component="PriceText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### PricingCard -Mount: data-component="PricingCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PricingComparisonTable -Mount: data-component="PricingComparisonTable" -Category: data -Props: caption: string = "Plan comparison", plans: string = [], features: string = [], class: string = "" -Slots: none -Events: none - -### PricingContactForm -Mount: data-component="PricingContactForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PricingFeatureGroup -Mount: data-component="PricingFeatureGroup" -Category: forms -Props: label: string = "PricingFeature", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PricingGrid -Mount: data-component="PricingGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### PricingHero -Mount: data-component="PricingHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### PricingPlanCard -Mount: data-component="PricingPlanCard" -Category: content -Props: class: string = "", name: string = "Starter", description: string = "", price: string = "₹0", period: string = "/month", featured: boolean = false, ctaLabel: string = "Choose plan", ctaHref: string = "#" -Slots: default -Events: none - -### PricingTable -Mount: data-component="PricingTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### PricingToggle -Mount: data-component="PricingToggle" -Category: forms -Props: label: string = "Pricing", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PrimaryButton -Mount: data-component="PrimaryButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### PrintAction -Mount: data-component="PrintAction" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### PrintPolicyButton -Mount: data-component="PrintPolicyButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### PrioritySelector -Mount: data-component="PrioritySelector" -Category: forms -Props: label: string = "Priority", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PrivacyNotice -Mount: data-component="PrivacyNotice" -Category: feedback -Props: label: string = "Privacy", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ProductArchitectureDiagram -Mount: data-component="ProductArchitectureDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ProductCard -Mount: data-component="ProductCard" -Category: content -Props: eyebrow: string = "Product", title: string = "Product name", description: string = "", href: string = "#", actionLabel: string = "Learn more", status: string = "", class: string = "" -Slots: none -Events: none - -### ProductCategorySection -Mount: data-component="ProductCategorySection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ProductCTA -Mount: data-component="ProductCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ProductFeatureList -Mount: data-component="ProductFeatureList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ProductGrid -Mount: data-component="ProductGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ProductHero -Mount: data-component="ProductHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ProductIcon -Mount: data-component="ProductIcon" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ProductIntegrationList -Mount: data-component="ProductIntegrationList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ProductList -Mount: data-component="ProductList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ProductLogo -Mount: data-component="ProductLogo" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ProductMegaMenu -Mount: data-component="ProductMegaMenu" -Category: core -Props: class: string = "" -Slots: none -Events: none - -### ProductMiniCard -Mount: data-component="ProductMiniCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ProductNavigationCard -Mount: data-component="ProductNavigationCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ProductPageShell -Mount: data-component="ProductPageShell" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### ProductSelector -Mount: data-component="ProductSelector" -Category: forms -Props: label: string = "Product", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ProductsMegaMenu -Mount: data-component="ProductsMegaMenu" -Category: overlays -Props: label: string = "Products", sections: string = [], class: string = "" -Slots: none -Events: none - -### ProductStatusBadge -Mount: data-component="ProductStatusBadge" -Category: feedback -Props: label: string = "ProductStatus", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ProductUseCaseList -Mount: data-component="ProductUseCaseList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### progress -Mount: data-component="progress" -Category: core -Props: value: number = 0, max: number = 100, class: string = "" -Slots: none -Events: none - -### ProgressBar -Mount: data-component="ProgressBar" -Category: core -Props: class: string = "", value: number = 0, max: number = 100, label: string = "Progress", showValue: boolean = true -Slots: none -Events: none - -### ProgressChart -Mount: data-component="ProgressChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ProgressRing -Mount: data-component="ProgressRing" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ProgressSlider -Mount: data-component="ProgressSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ProjectCard -Mount: data-component="ProjectCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### ProjectSelector -Mount: data-component="ProjectSelector" -Category: forms -Props: label: string = "Project", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ProjectSwitcher -Mount: data-component="ProjectSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PromoCodeInput -Mount: data-component="PromoCodeInput" -Category: forms -Props: label: string = "PromoCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PromptDialog -Mount: data-component="PromptDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### ProviderSelector -Mount: data-component="ProviderSelector" -Category: forms -Props: label: string = "Provider", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PublicFooter -Mount: data-component="PublicFooter" -Category: core -Props: class: string = "" -Slots: none -Events: submit - -### PublicHeader -Mount: data-component="PublicHeader" -Category: layout -Props: class: string = "" -Slots: none -Events: click - -### PublicHeaderLogo -Mount: data-component="PublicHeaderLogo" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PublicMobileNavigation -Mount: data-component="PublicMobileNavigation" -Category: core -Props: class: string = "" -Slots: none -Events: click - -### PublicPageShell -Mount: data-component="PublicPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### PublicSearch -Mount: data-component="PublicSearch" -Category: core -Props: class: string = "", query: string = "", placeholder: string = "Search...", label: string = "Search", action: string = "", method: string = "get", name: string = "q", buttonLabel: string = "", clearLabel: string = "Clear search", size: string = "default", centered: boolean = false, fullWidth: boolean = false, showShortcut: boolean = false, shortcutLabel: string = "⌘ K", suggestions: string = [] -Slots: none -Events: input, focus, blur, click - -### PublishDateTimePicker -Mount: data-component="PublishDateTimePicker" -Category: forms -Props: label: string = "PublishDateTime", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PushComposer -Mount: data-component="PushComposer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PushNotificationEditor -Mount: data-component="PushNotificationEditor" -Category: forms -Props: label: string = "PushNotification", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### QrCode -Mount: data-component="QrCode" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### QuantityInput -Mount: data-component="QuantityInput" -Category: forms -Props: label: string = "Quantity", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### QuantityStepper -Mount: data-component="QuantityStepper" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### QuietHoursPicker -Mount: data-component="QuietHoursPicker" -Category: forms -Props: label: string = "Quiet hours", startName: string = "quietStart", endName: string = "quietEnd", start: string = "22:00", end: string = "08:00", timezone: string = "UTC", disabled: boolean = false, class: string = "" -Slots: none -Events: none - -### QuoteText -Mount: data-component="QuoteText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### Radio -Mount: data-component="Radio" -Category: core -Props: class: string = "", id: string = "", name: string = "choice", value: string = "", label: string = "Option", description: string = "", checked: boolean = false, disabled: boolean = false -Slots: none -Events: none - -### RadioGroup -Mount: data-component="RadioGroup" -Category: forms -Props: class: string = "", label: string = "Choose one", name: string = "choice" -Slots: default -Events: none - -### RangeInput -Mount: data-component="RangeInput" -Category: forms -Props: label: string = "Range", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RangeSlider -Mount: data-component="RangeSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RateLimitedState -Mount: data-component="RateLimitedState" -Category: feedback -Props: label: string = "RateLimited", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### RateLimitInput -Mount: data-component="RateLimitInput" -Category: forms -Props: label: string = "RateLimit", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RateLimitPage -Mount: data-component="RateLimitPage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RateTable -Mount: data-component="RateTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### RatingSlider -Mount: data-component="RatingSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RecipientSelector -Mount: data-component="RecipientSelector" -Category: forms -Props: label: string = "Recipient", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RecoveryCodeForm -Mount: data-component="RecoveryCodeForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RecoveryCodeInput -Mount: data-component="RecoveryCodeInput" -Category: forms -Props: label: string = "RecoveryCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RecurrenceRuleBuilder -Mount: data-component="RecurrenceRuleBuilder" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RecurringSchedulePicker -Mount: data-component="RecurringSchedulePicker" -Category: forms -Props: id: string = "recurring-schedule", name: string = "recurrence", label: string = "Repeat", value: string = "none", disabled: boolean = false, class: string = "" -Slots: none -Events: none - -### RedirectUriInput -Mount: data-component="RedirectUriInput" -Category: forms -Props: label: string = "RedirectUri", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ReferenceInput -Mount: data-component="ReferenceInput" -Category: forms -Props: label: string = "Reference", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RegexInput -Mount: data-component="RegexInput" -Category: forms -Props: label: string = "Regex", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RegionalPrivacyBanner -Mount: data-component="RegionalPrivacyBanner" -Category: feedback -Props: label: string = "RegionalPrivacy", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### RegionAvailabilityTable -Mount: data-component="RegionAvailabilityTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### RegionSelector -Mount: data-component="RegionSelector" -Category: forms -Props: label: string = "Region", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RegionUnavailableAlert -Mount: data-component="RegionUnavailableAlert" -Category: feedback -Props: label: string = "RegionUnavailable", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### RegionUnavailableState -Mount: data-component="RegionUnavailableState" -Category: feedback -Props: label: string = "RegionUnavailable", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### RejectOptionalCookiesButton -Mount: data-component="RejectOptionalCookiesButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ReopenCookieSettingsButton -Mount: data-component="ReopenCookieSettingsButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ReportCard -Mount: data-component="ReportCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RequestResponseViewer -Mount: data-component="RequestResponseViewer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RequestViewer -Mount: data-component="RequestViewer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RequiredIndicator -Mount: data-component="RequiredIndicator" -Category: feedback -Props: label: string = "Required", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ResetPasswordForm -Mount: data-component="ResetPasswordForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ResizablePanel -Mount: data-component="ResizablePanel" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ResourceCard -Mount: data-component="ResourceCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ResourceDownloadCard -Mount: data-component="ResourceDownloadCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ResourcePageShell -Mount: data-component="ResourcePageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ResourceSearch -Mount: data-component="ResourceSearch" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ResourcesMegaMenu -Mount: data-component="ResourcesMegaMenu" -Category: overlays -Props: class: string = "" -Slots: none -Events: none - -### ResourceTypeBadge -Mount: data-component="ResourceTypeBadge" -Category: feedback -Props: label: string = "ResourceType", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ResponseViewer -Mount: data-component="ResponseViewer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ResponsibleDisclosureCTA -Mount: data-component="ResponsibleDisclosureCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ResponsiveTable -Mount: data-component="ResponsiveTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ResultsSection -Mount: data-component="ResultsSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### RetentionTable -Mount: data-component="RetentionTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### RetryCountInput -Mount: data-component="RetryCountInput" -Category: forms -Props: label: string = "RetryCount", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RevenueChart -Mount: data-component="RevenueChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### RgbColorInput -Mount: data-component="RgbColorInput" -Category: forms -Props: label: string = "RgbColor", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RichTextEditor -Mount: data-component="RichTextEditor" -Category: forms -Props: label: string = "RichText", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RichTextInput -Mount: data-component="RichTextInput" -Category: forms -Props: label: string = "RichText", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RoleSelector -Mount: data-component="RoleSelector" -Category: forms -Props: label: string = "Role", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RollingDateRangePicker -Mount: data-component="RollingDateRangePicker" -Category: forms -Props: label: string = "RollingDateRange", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SaveCookiePreferencesButton -Mount: data-component="SaveCookiePreferencesButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SavedFilterSelector -Mount: data-component="SavedFilterSelector" -Category: forms -Props: label: string = "SavedFilter", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ScheduledDateTimePicker -Mount: data-component="ScheduledDateTimePicker" -Category: forms -Props: label: string = "ScheduledDateTime", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ScheduleMessagePicker -Mount: data-component="ScheduleMessagePicker" -Category: forms -Props: label: string = "ScheduleMessage", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SchedulePicker -Mount: data-component="SchedulePicker" -Category: forms -Props: class: string = "", label: string = "Schedule" -Slots: none -Events: none - -### ScreenshotFrame -Mount: data-component="ScreenshotFrame" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ScrollArea -Mount: data-component="ScrollArea" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### SDKCard -Mount: data-component="SDKCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SdkLanguageSelector -Mount: data-component="SdkLanguageSelector" -Category: forms -Props: label: string = "SdkLanguage", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SDKLanguageTabs -Mount: data-component="SDKLanguageTabs" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SDKTabs -Mount: data-component="SDKTabs" -Category: core -Props: label: string = "SDK languages", tabs: string = [], defaultIndex: number = 0, class: string = "" -Slots: none -Events: click - -### SearchButton -Mount: data-component="SearchButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SearchCategoryTabs -Mount: data-component="SearchCategoryTabs" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SearchDialog -Mount: data-component="SearchDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### SearchEmptyState -Mount: data-component="SearchEmptyState" -Category: feedback -Props: label: string = "SearchEmpty", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### SearchInput -Mount: data-component="SearchInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Search", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### SearchLoadingState -Mount: data-component="SearchLoadingState" -Category: feedback -Props: label: string = "SearchLoading", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### SearchResultItem -Mount: data-component="SearchResultItem" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SecondaryButton -Mount: data-component="SecondaryButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SecondPicker -Mount: data-component="SecondPicker" -Category: forms -Props: label: string = "Second", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SecretDisplay -Mount: data-component="SecretDisplay" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SecretInput -Mount: data-component="SecretInput" -Category: forms -Props: label: string = "Secret", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SecretRevealDialog -Mount: data-component="SecretRevealDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### Section -Mount: data-component="Section" -Category: layout -Props: id: string = "", size: string = "default", surface: string = "default", className: string = "" -Slots: default -Events: none - -### SectionActions -Mount: data-component="SectionActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SectionHeader -Mount: data-component="SectionHeader" -Category: layout -Props: class: string = "", eyebrow: string = "", title: string = "Section title", description: string = "", align: string = "left" -Slots: default -Events: none - -### SectionHeading -Mount: data-component="SectionHeading" -Category: core -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SecurityAlert -Mount: data-component="SecurityAlert" -Category: feedback -Props: label: string = "Security", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### SecurityContactCard -Mount: data-component="SecurityContactCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SecurityFeatureCard -Mount: data-component="SecurityFeatureCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SecurityHero -Mount: data-component="SecurityHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SecurityPillarGrid -Mount: data-component="SecurityPillarGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### SecurityPracticeList -Mount: data-component="SecurityPracticeList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### SecurityReportForm -Mount: data-component="SecurityReportForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Select -Mount: data-component="Select" -Category: core -Props: class: string = "", id: string = "", name: string = "", label: string = "Select", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false -Slots: default -Events: none - -### SenderIdInput -Mount: data-component="SenderIdInput" -Category: forms -Props: label: string = "SenderId", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ServerErrorPage -Mount: data-component="ServerErrorPage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ServiceLevelTable -Mount: data-component="ServiceLevelTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ServiceStatusBadge -Mount: data-component="ServiceStatusBadge" -Category: feedback -Props: label: string = "ServiceStatus", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ServiceStatusList -Mount: data-component="ServiceStatusList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ServiceStatusRow -Mount: data-component="ServiceStatusRow" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### SessionCard -Mount: data-component="SessionCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SessionExpiredDialog -Mount: data-component="SessionExpiredDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### SetupChecklist -Mount: data-component="SetupChecklist" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SeveritySelector -Mount: data-component="SeveritySelector" -Category: forms -Props: label: string = "Severity", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ShadowPicker -Mount: data-component="ShadowPicker" -Category: forms -Props: label: string = "Shadow", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ShareAction -Mount: data-component="ShareAction" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ShareButton -Mount: data-component="ShareButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SidebarLayout -Mount: data-component="SidebarLayout" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### SidePanel -Mount: data-component="SidePanel" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SignInForm -Mount: data-component="SignInForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SignInLink -Mount: data-component="SignInLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SignUpForm -Mount: data-component="SignUpForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SiteSearch -Mount: data-component="SiteSearch" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Skeleton -Mount: data-component="Skeleton" -Category: feedback -Props: height: string = "4", rounded: string = "lg", className: string = "" -Slots: none -Events: none - -### SkipLink -Mount: data-component="SkipLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SlaTable -Mount: data-component="SlaTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### Slider -Mount: data-component="Slider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SlugInput -Mount: data-component="SlugInput" -Category: forms -Props: label: string = "Slug", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SmallText -Mount: data-component="SmallText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SmartRouteDiagram -Mount: data-component="SmartRouteDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### SmsComposer -Mount: data-component="SmsComposer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SmsMessageEditor -Mount: data-component="SmsMessageEditor" -Category: forms -Props: label: string = "SmsMessage", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SmsSegmentCounter -Mount: data-component="SmsSegmentCounter" -Category: feedback -Props: label: string = "SmsSegment", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### SocialShare -Mount: data-component="SocialShare" -Category: core -Props: class: string = "", title: string = "Share this page", description: string = "", url: string = "", shareText: string = "", centered: boolean = false, compact: boolean = false, showTitle: boolean = true, showCopy: boolean = true, networks: string = [] -Slots: none -Events: click - -### SolutionHero -Mount: data-component="SolutionHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SolutionPageShell -Mount: data-component="SolutionPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SolutionSection -Mount: data-component="SolutionSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SolutionsMegaMenu -Mount: data-component="SolutionsMegaMenu" -Category: overlays -Props: class: string = "" -Slots: none -Events: none - -### SortableTable -Mount: data-component="SortableTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### spacer -Mount: data-component="spacer" -Category: core -Props: class: string = "" -Slots: none -Events: none - -### Spinner -Mount: data-component="Spinner" -Category: core -Props: class: string = "", label: string = "Loading", size: string = "md" -Slots: none -Events: none - -### SplitButton -Mount: data-component="SplitButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SplitCTA -Mount: data-component="SplitCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SplitHero -Mount: data-component="SplitHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SplitLayout -Mount: data-component="SplitLayout" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### SplitSectionHeader -Mount: data-component="SplitSectionHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### Stack -Mount: data-component="Stack" -Category: core -Props: gap: string = "4", className: string = "" -Slots: default -Events: none - -### StartFreeButton -Mount: data-component="StartFreeButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### StatCard -Mount: data-component="StatCard" -Category: content -Props: class: string = "", label: string = "Metric", value: string = "0", change: string = "", trend: string = "neutral" -Slots: none -Events: none - -### StateSelector -Mount: data-component="StateSelector" -Category: forms -Props: label: string = "State", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### StatusBadge -Mount: data-component="StatusBadge" -Category: feedback -Props: class: string = "", status: string = "operational" -Slots: none -Events: none - -### StatusBanner -Mount: data-component="StatusBanner" -Category: core -Props: class: string = "", type: string = "info", title: string = "", description: string = "", actionLabel: string = "", actionHref: string = "", dismissible: boolean = true, compact: boolean = false, details: string = [] -Slots: none -Events: click - -### StatusPageShell -Mount: data-component="StatusPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### StatusSelector -Mount: data-component="StatusSelector" -Category: forms -Props: label: string = "Status", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### StatusSubscribeForm -Mount: data-component="StatusSubscribeForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### StatusTable -Mount: data-component="StatusTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### StepNavigation -Mount: data-component="StepNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### Stepper -Mount: data-component="Stepper" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### StepperInput -Mount: data-component="StepperInput" -Category: forms -Props: label: string = "Stepper", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### StepUpAuthenticationDialog -Mount: data-component="StepUpAuthenticationDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### StickerPicker -Mount: data-component="StickerPicker" -Category: forms -Props: label: string = "Sticker", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Sticky -Mount: data-component="Sticky" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### StickyLayout -Mount: data-component="StickyLayout" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### StreetAddressInput -Mount: data-component="StreetAddressInput" -Category: forms -Props: label: string = "StreetAddress", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SubdomainInput -Mount: data-component="SubdomainInput" -Category: forms -Props: label: string = "Subdomain", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SubjectInput -Mount: data-component="SubjectInput" -Category: forms -Props: label: string = "Subject", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SubprocessorTable -Mount: data-component="SubprocessorTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### SubsectionHeading -Mount: data-component="SubsectionHeading" -Category: core -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SuccessCard -Mount: data-component="SuccessCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### SuccessState -Mount: data-component="SuccessState" -Category: feedback -Props: label: string = "Success", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### SupportRequestForm -Mount: data-component="SupportRequestForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Surface -Mount: data-component="Surface" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### Switch -Mount: data-component="Switch" -Category: core -Props: class: string = "", id: string = "", name: string = "", label: string = "Switch", description: string = "", checked: boolean = false, disabled: boolean = false -Slots: none -Events: click - -### Table -Mount: data-component="Table" -Category: data -Props: class: string = "", caption: string = "Data table", responsive: boolean = true -Slots: default -Events: none - -### TableHeader -Mount: data-component="TableHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### TableRow -Mount: data-component="TableRow" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### TableSkeleton -Mount: data-component="TableSkeleton" -Category: feedback -Props: label: string = "Table", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### Tabs -Mount: data-component="Tabs" -Category: content -Props: class: string = "", active: string = "first" -Slots: first, second -Events: click - -### tag -Mount: data-component="tag" -Category: core -Props: label: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### TagInput -Mount: data-component="TagInput" -Category: forms -Props: label: string = "Tag", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TaxNotice -Mount: data-component="TaxNotice" -Category: feedback -Props: label: string = "Tax", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### TaxRateInput -Mount: data-component="TaxRateInput" -Category: forms -Props: label: string = "TaxRate", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TeamMemberCard -Mount: data-component="TeamMemberCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TeamSizeSelector -Mount: data-component="TeamSizeSelector" -Category: forms -Props: label: string = "TeamSize", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TemplateCard -Mount: data-component="TemplateCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### TemplateSelector -Mount: data-component="TemplateSelector" -Category: forms -Props: label: string = "Template", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TemplateVariableInput -Mount: data-component="TemplateVariableInput" -Category: forms -Props: label: string = "TemplateVariable", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TenantIsolationDiagram -Mount: data-component="TenantIsolationDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### TerminalBlock -Mount: data-component="TerminalBlock" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TertiaryButton -Mount: data-component="TertiaryButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### TestimonialCard -Mount: data-component="TestimonialCard" -Category: content -Props: class: string = "", quote: string = "Great product.", name: string = "Customer", role: string = "", company: string = "", avatar: string = "" -Slots: none -Events: none - -### TestimonialCarousel -Mount: data-component="TestimonialCarousel" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TestMessageDialog -Mount: data-component="TestMessageDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### Textarea -Mount: data-component="Textarea" -Category: core -Props: class: string = "", id: string = "", name: string = "", label: string = "Message", value: string = "", placeholder: string = "", rows: number = 5, help: string = "", error: string = "", required: boolean = false, disabled: boolean = false -Slots: none -Events: none - -### TextInput -Mount: data-component="TextInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Text", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### TextLink -Mount: data-component="TextLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### TextSkeleton -Mount: data-component="TextSkeleton" -Category: feedback -Props: label: string = "Text", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### theme-toggle -Mount: data-component="theme-toggle" -Category: core -Props: label: string = "Toggle theme", class: string = "" -Slots: default -Events: none - -### ThemeColorPicker -Mount: data-component="ThemeColorPicker" -Category: forms -Props: label: string = "ThemeColor", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ThemeSwitcher -Mount: data-component="ThemeSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TimeInput -Mount: data-component="TimeInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Time", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### Timeline -Mount: data-component="Timeline" -Category: visualization -Props: class: string = "", title: string = "Timeline" -Slots: default -Events: none - -### TimelineChart -Mount: data-component="TimelineChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### TimelineItem -Mount: data-component="TimelineItem" -Category: content -Props: class: string = "", title: string = "Event", date: string = "", description: string = "", status: string = "default" -Slots: none -Events: none - -### TimeoutInput -Mount: data-component="TimeoutInput" -Category: forms -Props: label: string = "Timeout", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TimePicker -Mount: data-component="TimePicker" -Category: forms -Props: id: string = "time-picker", name: string = "time", label: string = "Time", value: string = "", min: string = "", max: string = "", step: number = 60, required: boolean = false, disabled: boolean = false, class: string = "" -Slots: none -Events: none - -### TimeRangePicker -Mount: data-component="TimeRangePicker" -Category: forms -Props: label: string = "TimeRange", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TimezoneAwareTimePicker -Mount: data-component="TimezoneAwareTimePicker" -Category: forms -Props: label: string = "TimezoneAwareTime", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TimezoneSelector -Mount: data-component="TimezoneSelector" -Category: forms -Props: class: string = "", id: string = "timezone", name: string = "timezone", label: string = "Timezone" -Slots: none -Events: none - -### Toast -Mount: data-component="Toast" -Category: core -Props: class: string = "", title: string = "Saved", description: string = "", variant: string = "success", duration: number = 5000 -Slots: none -Events: click - -### ToastAction -Mount: data-component="ToastAction" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ToastHost -Mount: data-component="ToastHost" -Category: core -Props: class: string = "" -Slots: none -Events: click - -### ToastIcon -Mount: data-component="ToastIcon" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ToastProgress -Mount: data-component="ToastProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### Toggle -Mount: data-component="Toggle" -Category: forms -Props: label: string = "", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ToggleGroup -Mount: data-component="ToggleGroup" -Category: forms -Props: label: string = "Toggle", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TokenInput -Mount: data-component="TokenInput" -Category: forms -Props: label: string = "Token", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Tooltip -Mount: data-component="Tooltip" -Category: content -Props: class: string = "", text: string = "Helpful information", position: string = "top" -Slots: default -Events: none - -### TotpVerificationForm -Mount: data-component="TotpVerificationForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TranslatedText -Mount: data-component="TranslatedText" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TreeTable -Mount: data-component="TreeTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### TrendIndicator -Mount: data-component="TrendIndicator" -Category: feedback -Props: label: string = "Trend", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### TruncatedText -Mount: data-component="TruncatedText" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TrustBadgeList -Mount: data-component="TrustBadgeList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### Typography -Mount: data-component="Typography" -Category: core -Props: as: string = "p", variant: string = "body", align: string = "start", class: string = "" -Slots: default -Events: none - -### UnavailableRegionState -Mount: data-component="UnavailableRegionState" -Category: feedback -Props: label: string = "UnavailableRegion", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### UnifiedTimelinePreview -Mount: data-component="UnifiedTimelinePreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### UnsavedChangesDialog -Mount: data-component="UnsavedChangesDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### UploadItem -Mount: data-component="UploadItem" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### UploadPreview -Mount: data-component="UploadPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### UploadProgress -Mount: data-component="UploadProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### UptimeChart -Mount: data-component="UptimeChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### UptimeMetric -Mount: data-component="UptimeMetric" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### UrlInput -Mount: data-component="UrlInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Url", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### UsagePricingTable -Mount: data-component="UsagePricingTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### UseCaseSelector -Mount: data-component="UseCaseSelector" -Category: forms -Props: label: string = "UseCase", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### UserCard -Mount: data-component="UserCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### UsernameInput -Mount: data-component="UsernameInput" -Category: forms -Props: label: string = "Username", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ValueCard -Mount: data-component="ValueCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ValuesGrid -Mount: data-component="ValuesGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### VerificationCodeInput -Mount: data-component="VerificationCodeInput" -Category: forms -Props: label: string = "VerificationCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### VerifiedBadge -Mount: data-component="VerifiedBadge" -Category: feedback -Props: label: string = "Verified", variant: string = "default", class: string = "" -Slots: default -Events: none - -### VersionSelector -Mount: data-component="VersionSelector" -Category: forms -Props: label: string = "Version", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### VerticalTabs -Mount: data-component="VerticalTabs" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### VideoCard -Mount: data-component="VideoCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### VideoPreviewDialog -Mount: data-component="VideoPreviewDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### VideoUpload -Mount: data-component="VideoUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### VirtualizedTable -Mount: data-component="VirtualizedTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### VisionSection -Mount: data-component="VisionSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### VisuallyHidden -Mount: data-component="VisuallyHidden" -Category: core -Props: className: string = "" -Slots: default -Events: none - -### VoiceScriptComposer -Mount: data-component="VoiceScriptComposer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### VoiceScriptEditor -Mount: data-component="VoiceScriptEditor" -Category: forms -Props: label: string = "VoiceScript", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### VolumeInput -Mount: data-component="VolumeInput" -Category: forms -Props: label: string = "Volume", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### VolumeSlider -Mount: data-component="VolumeSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WarningCard -Mount: data-component="WarningCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### WebhookEventCard -Mount: data-component="WebhookEventCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WebhookFlowDiagram -Mount: data-component="WebhookFlowDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### WebhookPayloadViewer -Mount: data-component="WebhookPayloadViewer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WebhookUrlInput -Mount: data-component="WebhookUrlInput" -Category: forms -Props: label: string = "WebhookUrl", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### WebinarCard -Mount: data-component="WebinarCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WebinarRegistrationForm -Mount: data-component="WebinarRegistrationForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Well -Mount: data-component="Well" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### WhatsAppComposer -Mount: data-component="WhatsAppComposer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WhatsAppNumberInput -Mount: data-component="WhatsAppNumberInput" -Category: forms -Props: label: string = "WhatsAppNumber", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### WhatsAppTemplateEditor -Mount: data-component="WhatsAppTemplateEditor" -Category: forms -Props: label: string = "WhatsAppTemplate", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### WideContainer -Mount: data-component="WideContainer" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### Wizard -Mount: data-component="Wizard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WizardHeader -Mount: data-component="WizardHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### WizardNavigation -Mount: data-component="WizardNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### WorkflowCanvasPreview -Mount: data-component="WorkflowCanvasPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WorkflowProgress -Mount: data-component="WorkflowProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### WorkspaceCard -Mount: data-component="WorkspaceCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### WorkspaceSelector -Mount: data-component="WorkspaceSelector" -Category: forms -Props: label: string = "Workspace", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### WorkspaceSwitcher -Mount: data-component="WorkspaceSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### YearPicker -Mount: data-component="YearPicker" -Category: forms -Props: label: string = "Year", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ZoomSlider -Mount: data-component="ZoomSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -# UI component catalog - -The installed @wrnexus/ui release contains 901 documented components. Every mount name, prop type, required/default status, slot, and event is included below and in llms-full.txt. - -### AcceptAllCookiesButton -Mount: data-component="AcceptAllCookiesButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### AccessibleAccordion -Mount: data-component="AccessibleAccordion" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AccessibleCarousel -Mount: data-component="AccessibleCarousel" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AccessibleChartSummary -Mount: data-component="AccessibleChartSummary" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AccessibleDialog -Mount: data-component="AccessibleDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### AccessibleErrorSummary -Mount: data-component="AccessibleErrorSummary" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AccessibleIcon -Mount: data-component="AccessibleIcon" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AccessibleMenu -Mount: data-component="AccessibleMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### AccessibleTabs -Mount: data-component="AccessibleTabs" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AccessibleTooltip -Mount: data-component="AccessibleTooltip" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Accordion -Mount: data-component="Accordion" -Category: content -Props: class: string = "", title: string = "Question", open: boolean = false -Slots: default -Events: click - -### AccountMenu -Mount: data-component="AccountMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### AccountStatusBanner -Mount: data-component="AccountStatusBanner" -Category: feedback -Props: label: string = "AccountStatus", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ActionMenu -Mount: data-component="ActionMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### ActiveFilterList -Mount: data-component="ActiveFilterList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ActivityList -Mount: data-component="ActivityList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### AddOnCard -Mount: data-component="AddOnCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AddressInput -Mount: data-component="AddressInput" -Category: forms -Props: label: string = "Address", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### AddressPreview -Mount: data-component="AddressPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AdvancedFilterBuilder -Mount: data-component="AdvancedFilterBuilder" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Alert -Mount: data-component="Alert" -Category: feedback -Props: class: string = "", title: string = "Notice", description: string = "", variant: string = "info", dismissible: boolean = false -Slots: default -Events: click - -### AlertDialog -Mount: data-component="AlertDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### AmountInput -Mount: data-component="AmountInput" -Category: forms -Props: label: string = "Amount", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### AnalyticsDashboardPreview -Mount: data-component="AnalyticsDashboardPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AnchorNavigation -Mount: data-component="AnchorNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### AnnouncementBar -Mount: data-component="AnnouncementBar" -Category: core -Props: class: string = "", badge: string = "New", message: string = "WrNexus Organizations is now available.", description: string = "Build secure multi-tenant applications with teams, roles, domains, and enterprise SSO.", href: string = "/organizations", actionLabel: string = "Explore organizations", ariaLabel: string = "Announcement" -Slots: none -Events: click - -### ApartmentInput -Mount: data-component="ApartmentInput" -Category: forms -Props: label: string = "Apartment", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ApiAuthenticationNotice -Mount: data-component="ApiAuthenticationNotice" -Category: feedback -Props: label: string = "ApiAuthentication", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ApiEndpointCard -Mount: data-component="ApiEndpointCard" -Category: content -Props: class: string = "", method: string = "GET", path: string = "/api/example", eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "View endpoint" -Slots: default -Events: none - -### ApiErrorExample -Mount: data-component="ApiErrorExample" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ApiHeaderTable -Mount: data-component="ApiHeaderTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ApiKeyCreateDialog -Mount: data-component="ApiKeyCreateDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### ApiKeyDisplay -Mount: data-component="ApiKeyDisplay" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ApiKeyInput -Mount: data-component="ApiKeyInput" -Category: forms -Props: label: string = "ApiKey", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ApiMethodBadge -Mount: data-component="ApiMethodBadge" -Category: feedback -Props: label: string = "ApiMethod", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ApiParameterTable -Mount: data-component="ApiParameterTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ApiRateLimitNotice -Mount: data-component="ApiRateLimitNotice" -Category: feedback -Props: label: string = "ApiRateLimit", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ApiRequestExample -Mount: data-component="ApiRequestExample" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ApiResponseExample -Mount: data-component="ApiResponseExample" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ApiSchemaTable -Mount: data-component="ApiSchemaTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ApiSchemaViewer -Mount: data-component="ApiSchemaViewer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ApiVersionBadge -Mount: data-component="ApiVersionBadge" -Category: feedback -Props: label: string = "ApiVersion", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### AppHeader -Mount: data-component="AppHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ArchitectureSection -Mount: data-component="ArchitectureSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### AreaChart -Mount: data-component="AreaChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ArticleHero -Mount: data-component="ArticleHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ArticleLayout -Mount: data-component="ArticleLayout" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ArticleNewsletterCTA -Mount: data-component="ArticleNewsletterCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ArticlePageShell -Mount: data-component="ArticlePageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ArticleShareActions -Mount: data-component="ArticleShareActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### AspectRatio -Mount: data-component="AspectRatio" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### AssetCard -Mount: data-component="AssetCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### AttachmentPicker -Mount: data-component="AttachmentPicker" -Category: forms -Props: label: string = "Attachment", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### AttachmentUpload -Mount: data-component="AttachmentUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AudioUpload -Mount: data-component="AudioUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AuditLogPreview -Mount: data-component="AuditLogPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AuditTable -Mount: data-component="AuditTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### AuthenticatorCodeInput -Mount: data-component="AuthenticatorCodeInput" -Category: forms -Props: label: string = "AuthenticatorCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### AuthorAvatar -Mount: data-component="AuthorAvatar" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AuthorCard -Mount: data-component="AuthorCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AuthorizedApplicationCard -Mount: data-component="AuthorizedApplicationCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AutoGrid -Mount: data-component="AutoGrid" -Category: data -Props: class: string = "" -Slots: default -Events: none - -### AutomationExampleCard -Mount: data-component="AutomationExampleCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### AvailabilityCalendar -Mount: data-component="AvailabilityCalendar" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Avatar -Mount: data-component="Avatar" -Category: content -Props: class: string = "", src: string = "", alt: string = "", initials: string = "WR", size: string = "md" -Slots: none -Events: none - -### AvatarGroup -Mount: data-component="AvatarGroup" -Category: forms -Props: label: string = "Avatar", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### AvatarUpload -Mount: data-component="AvatarUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### BackButton -Mount: data-component="BackButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### BackToTop -Mount: data-component="BackToTop" -Category: core -Props: class: string = "", label: string = "Back to top", assistiveLabel: string = "Return to the top of the page", threshold: number = 500 -Slots: none -Events: click - -### Badge -Mount: data-component="Badge" -Category: feedback -Props: class: string = "", label: string = "", variant: string = "neutral" -Slots: default -Events: none - -### BankTransferDetails -Mount: data-component="BankTransferDetails" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Banner -Mount: data-component="Banner" -Category: feedback -Props: class: string = "", text: string = "Announcement", href: string = "", actionLabel: string = "Learn more", variant: string = "brand" -Slots: none -Events: none - -### BarChart -Mount: data-component="BarChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### BetaBadge -Mount: data-component="BetaBadge" -Category: feedback -Props: label: string = "Beta", variant: string = "default", class: string = "" -Slots: default -Events: none - -### BillingAddressForm -Mount: data-component="BillingAddressForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### BillingExample -Mount: data-component="BillingExample" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### BillingPeriodToggle -Mount: data-component="BillingPeriodToggle" -Category: forms -Props: label: string = "BillingPeriod", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### BlackoutDatePicker -Mount: data-component="BlackoutDatePicker" -Category: forms -Props: label: string = "BlackoutDate", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### BlogCard -Mount: data-component="BlogCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### BlogGrid -Mount: data-component="BlogGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### BlogList -Mount: data-component="BlogList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### BlogSearch -Mount: data-component="BlogSearch" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### BodyText -Mount: data-component="BodyText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### BorderRadiusPicker -Mount: data-component="BorderRadiusPicker" -Category: forms -Props: label: string = "BorderRadius", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### BottomNavigation -Mount: data-component="BottomNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### BrandColorPicker -Mount: data-component="BrandColorPicker" -Category: forms -Props: label: string = "BrandColor", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### BrandSelector -Mount: data-component="BrandSelector" -Category: forms -Props: label: string = "Brand", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Breadcrumbs -Mount: data-component="Breadcrumbs" -Category: core -Props: class: string = "", items: string = [], centered: boolean = false, compact: boolean = false, showHome: boolean = true, homeLabel: string = "Home", homeHref: string = "/" -Slots: none -Events: none - -### BrowserFrame -Mount: data-component="BrowserFrame" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### BudgetRangeSlider -Mount: data-component="BudgetRangeSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### BudgetSelector -Mount: data-component="BudgetSelector" -Category: forms -Props: label: string = "Budget", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### BusinessHoursPicker -Mount: data-component="BusinessHoursPicker" -Category: forms -Props: label: string = "BusinessHours", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Button -Mount: data-component="Button" -Category: actions -Props: label: string = "Button", type: string = "button", variant: string = "primary", size: string = "md", disabled: boolean = false, loading: boolean = false, icon: string = "", className: string = "" -Slots: none -Events: none - -### ButtonGroup -Mount: data-component="ButtonGroup" -Category: forms -Props: label: string = "Button", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ButtonSelector -Mount: data-component="ButtonSelector" -Category: forms -Props: label: string = "Button", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Calendar -Mount: data-component="Calendar" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CalendarGrid -Mount: data-component="CalendarGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### CalendarHeader -Mount: data-component="CalendarHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CalendarNavigation -Mount: data-component="CalendarNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CallbackUrlInput -Mount: data-component="CallbackUrlInput" -Category: forms -Props: label: string = "CallbackUrl", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CampaignCard -Mount: data-component="CampaignCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", icon: string = "icon-[lucide--send]", class: string = "" -Slots: default -Events: none - -### CampaignPerformancePreview -Mount: data-component="CampaignPerformancePreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CampaignProgress -Mount: data-component="CampaignProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### CapabilityGrid -Mount: data-component="CapabilityGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### CaptchaField -Mount: data-component="CaptchaField" -Category: forms -Props: label: string = "Captcha", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Card -Mount: data-component="Card" -Category: content -Props: variant: string = "default", padding: string = "md", interactive: boolean = false, className: string = "" -Slots: default -Events: none - -### CardPaymentForm -Mount: data-component="CardPaymentForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CardSelector -Mount: data-component="CardSelector" -Category: forms -Props: label: string = "Card", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CardSkeleton -Mount: data-component="CardSkeleton" -Category: feedback -Props: label: string = "Card", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### CareerApplicationForm -Mount: data-component="CareerApplicationForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CareerBenefitsGrid -Mount: data-component="CareerBenefitsGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### Carousel -Mount: data-component="Carousel" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CaseStudyCard -Mount: data-component="CaseStudyCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CaseStudyHero -Mount: data-component="CaseStudyHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CaseStudyPreview -Mount: data-component="CaseStudyPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CenteredCTA -Mount: data-component="CenteredCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### CenteredHero -Mount: data-component="CenteredHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CenteredSectionHeader -Mount: data-component="CenteredSectionHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CertificateUpload -Mount: data-component="CertificateUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CertificationBadge -Mount: data-component="CertificationBadge" -Category: feedback -Props: label: string = "Certification", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ChallengeSection -Mount: data-component="ChallengeSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ChannelBadge -Mount: data-component="ChannelBadge" -Category: feedback -Props: label: string = "Channel", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ChannelCard -Mount: data-component="ChannelCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", icon: string = "icon-[lucide--radio-tower]", class: string = "" -Slots: default -Events: none - -### ChannelComparisonChart -Mount: data-component="ChannelComparisonChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ChannelComparisonTable -Mount: data-component="ChannelComparisonTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ChannelFallbackDiagram -Mount: data-component="ChannelFallbackDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ChannelFlow -Mount: data-component="ChannelFlow" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ChannelIcon -Mount: data-component="ChannelIcon" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ChannelRateTable -Mount: data-component="ChannelRateTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ChannelSelector -Mount: data-component="ChannelSelector" -Category: forms -Props: label: string = "Channel", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CharacterCounter -Mount: data-component="CharacterCounter" -Category: feedback -Props: label: string = "Character", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ChartEmptyState -Mount: data-component="ChartEmptyState" -Category: feedback -Props: label: string = "ChartEmpty", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ChartTooltip -Mount: data-component="ChartTooltip" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Checkbox -Mount: data-component="Checkbox" -Category: core -Props: class: string = "", id: string = "", name: string = "", label: string = "Checkbox", description: string = "", checked: boolean = false, disabled: boolean = false -Slots: none -Events: none - -### CheckboxGroup -Mount: data-component="CheckboxGroup" -Category: forms -Props: label: string = "Checkbox", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Checklist -Mount: data-component="Checklist" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ChecklistProgress -Mount: data-component="ChecklistProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### Chip -Mount: data-component="Chip" -Category: core -Props: label: string = "Chip", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ChipInput -Mount: data-component="ChipInput" -Category: forms -Props: label: string = "Chip", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CircularProgress -Mount: data-component="CircularProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### CitySelector -Mount: data-component="CitySelector" -Category: forms -Props: label: string = "City", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ClearFiltersButton -Mount: data-component="ClearFiltersButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ClickableCard -Mount: data-component="ClickableCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### CloseButton -Mount: data-component="CloseButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### Cluster -Mount: data-component="Cluster" -Category: core -Props: gap: string = "4", className: string = "" -Slots: default -Events: none - -### Code -Mount: data-component="Code" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CodeBlock -Mount: data-component="CodeBlock" -Category: content -Props: class: string = "", language: string = "text", filename: string = "", code: string = "" -Slots: none -Events: click - -### CodeCopyButton -Mount: data-component="CodeCopyButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### CodeHeader -Mount: data-component="CodeHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CodeInput -Mount: data-component="CodeInput" -Category: forms -Props: label: string = "Code", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CodeLanguageBadge -Mount: data-component="CodeLanguageBadge" -Category: feedback -Props: label: string = "CodeLanguage", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### CodeTabs -Mount: data-component="CodeTabs" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CodeText -Mount: data-component="CodeText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CohortChart -Mount: data-component="CohortChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ColorGrid -Mount: data-component="ColorGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ColorHexInput -Mount: data-component="ColorHexInput" -Category: forms -Props: label: string = "ColorHex", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ColorPicker -Mount: data-component="ColorPicker" -Category: forms -Props: label: string = "Color", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ColorSelector -Mount: data-component="ColorSelector" -Category: forms -Props: label: string = "Color", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ColorSwatch -Mount: data-component="ColorSwatch" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Combobox -Mount: data-component="Combobox" -Category: core -Props: id: string = "combobox", name: string = "", label: string = "Choose an option", placeholder: string = "Search options", options: string = [], required: boolean = false, disabled: boolean = false, class: string = "" -Slots: none -Events: none - -### ComingSoonBadge -Mount: data-component="ComingSoonBadge" -Category: feedback -Props: label: string = "ComingSoon", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ComingSoonState -Mount: data-component="ComingSoonState" -Category: feedback -Props: label: string = "ComingSoon", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### CommandBlock -Mount: data-component="CommandBlock" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CommandMenu -Mount: data-component="CommandMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### CommandSearchInput -Mount: data-component="CommandSearchInput" -Category: forms -Props: label: string = "CommandSearch", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CompanyHero -Mount: data-component="CompanyHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CompanyNameInput -Mount: data-component="CompanyNameInput" -Category: forms -Props: label: string = "CompanyName", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CompanyPageShell -Mount: data-component="CompanyPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### CompanySizeSelector -Mount: data-component="CompanySizeSelector" -Category: forms -Props: label: string = "CompanySize", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ComparisonDateRangePicker -Mount: data-component="ComparisonDateRangePicker" -Category: forms -Props: label: string = "ComparisonDateRange", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ComparisonTable -Mount: data-component="ComparisonTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### CompletionMeter -Mount: data-component="CompletionMeter" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ComplianceBadgeList -Mount: data-component="ComplianceBadgeList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ComplianceProgramCard -Mount: data-component="ComplianceProgramCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ConfirmationDialog -Mount: data-component="ConfirmationDialog" -Category: overlays -Props: title: string = "Confirm action", description: string = "Are you sure you want to continue?", confirmLabel: string = "Confirm", cancelLabel: string = "Cancel", danger: boolean = false, open: boolean = false, class: string = "" -Slots: confirm -Events: click - -### ConfirmPasswordInput -Mount: data-component="ConfirmPasswordInput" -Category: forms -Props: label: string = "ConfirmPassword", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ConnectedAccountCard -Mount: data-component="ConnectedAccountCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ConnectionCard -Mount: data-component="ConnectionCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### ConsentTimelinePreview -Mount: data-component="ConsentTimelinePreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ContactCard -Mount: data-component="ContactCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### ContactCTA -Mount: data-component="ContactCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ContactForm -Mount: data-component="ContactForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ContactHero -Mount: data-component="ContactHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ContactPageShell -Mount: data-component="ContactPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ContactSalesBanner -Mount: data-component="ContactSalesBanner" -Category: core -Props: class: string = "", eyebrow: string = "Enterprise identity", title: string = "Ready to secure your next application?", description: string = "", primaryLabel: string = "Contact sales", primaryHref: string = "/contact", secondaryLabel: string = "Start free", secondaryHref: string = "/sign-up", iconClass: string = "icon-[lucide--messages-square]", centered: boolean = false, compact: boolean = false, points: string = [], trustPoints: string = [] -Slots: none -Events: none - -### ContactSalesButton -Mount: data-component="ContactSalesButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ContactSalesForm -Mount: data-component="ContactSalesForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Container -Mount: data-component="Container" -Category: core -Props: size: string = "default", className: string = "" -Slots: default -Events: none - -### ContextMenu -Mount: data-component="ContextMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### ContextSwitcher -Mount: data-component="ContextSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ConversationList -Mount: data-component="ConversationList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ConversationPreview -Mount: data-component="ConversationPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ConversionChart -Mount: data-component="ConversionChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### CookieBanner -Mount: data-component="CookieBanner" -Category: feedback -Props: class: string = "", title: string = "We use cookies", description: string = "We use essential cookies and optional analytics to improve your experience.", privacyHref: string = "/privacy" -Slots: none -Events: click - -### CookieCategoryList -Mount: data-component="CookieCategoryList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### CookieCategoryToggle -Mount: data-component="CookieCategoryToggle" -Category: forms -Props: label: string = "CookieCategory", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CookieConsent -Mount: data-component="CookieConsent" -Category: core -Props: class: string = "" -Slots: none -Events: click, change - -### CookieDetailsTable -Mount: data-component="CookieDetailsTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### CookiePreferencesDialog -Mount: data-component="CookiePreferencesDialog" -Category: overlays -Props: title: string = "Cookie preferences", description: string = "Choose which optional cookies you allow. Essential cookies are always enabled.", saveLabel: string = "Save preferences", acceptLabel: string = "Accept all", rejectLabel: string = "Reject optional", open: boolean = false, class: string = "" -Slots: none -Events: change, click - -### CookieTable -Mount: data-component="CookieTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### CoordinatesInput -Mount: data-component="CoordinatesInput" -Category: forms -Props: label: string = "Coordinates", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CoordinatesPicker -Mount: data-component="CoordinatesPicker" -Category: forms -Props: label: string = "Coordinates", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CopyButton -Mount: data-component="CopyButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### CopyCodeButton -Mount: data-component="CopyCodeButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### CopySecretField -Mount: data-component="CopySecretField" -Category: forms -Props: label: string = "CopySecret", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CostBreakdownChart -Mount: data-component="CostBreakdownChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### CostSummary -Mount: data-component="CostSummary" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Counter -Mount: data-component="Counter" -Category: feedback -Props: label: string = "Status", variant: string = "default", class: string = "" -Slots: default -Events: none - -### CountryCallingCodeInput -Mount: data-component="CountryCallingCodeInput" -Category: forms -Props: label: string = "CountryCallingCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CountryCallingCodeSelector -Mount: data-component="CountryCallingCodeSelector" -Category: forms -Props: label: string = "CountryCallingCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CountrySelector -Mount: data-component="CountrySelector" -Category: forms -Props: label: string = "Country", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CouponInput -Mount: data-component="CouponInput" -Category: forms -Props: label: string = "Coupon", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CreditAmountInput -Mount: data-component="CreditAmountInput" -Category: forms -Props: label: string = "CreditAmount", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CronBuilder -Mount: data-component="CronBuilder" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CronInput -Mount: data-component="CronInput" -Category: forms -Props: label: string = "Cron", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CsvUpload -Mount: data-component="CsvUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CTASection -Mount: data-component="CTASection" -Category: layout -Props: class: string = "", eyebrow: string = "Ready?", title: string = "Start building today", description: string = "", primaryLabel: string = "Get started", primaryHref: string = "#", secondaryLabel: string = "Contact sales", secondaryHref: string = "#" -Slots: none -Events: none - -### CurrencyInput -Mount: data-component="CurrencyInput" -Category: forms -Props: label: string = "Currency", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CurrencySelector -Mount: data-component="CurrencySelector" -Category: forms -Props: label: string = "Currency", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CurrentPasswordInput -Mount: data-component="CurrentPasswordInput" -Category: forms -Props: label: string = "CurrentPassword", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### CustomerLogo -Mount: data-component="CustomerLogo" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### CustomerStoryCard -Mount: data-component="CustomerStoryCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DangerButton -Mount: data-component="DangerButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### DataProtectionCard -Mount: data-component="DataProtectionCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DataRetentionTable -Mount: data-component="DataRetentionTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### DataTable -Mount: data-component="DataTable" -Category: data -Props: caption: string = "Data table", columns: string = [], rows: string = [], emptyMessage: string = "No data available.", striped: boolean = false, class: string = "" -Slots: none -Events: none - -### DateInput -Mount: data-component="DateInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Date", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### DatePicker -Mount: data-component="DatePicker" -Category: forms -Props: class: string = "", id: string = "date", name: string = "date", label: string = "Date", value: string = "", min: string = "", max: string = "", required: boolean = false -Slots: none -Events: none - -### DateRangeCalendar -Mount: data-component="DateRangeCalendar" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DateRangePicker -Mount: data-component="DateRangePicker" -Category: forms -Props: class: string = "", label: string = "Date range", startName: string = "startDate", endName: string = "endDate" -Slots: none -Events: none - -### DateRangeSlider -Mount: data-component="DateRangeSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DateTimeInput -Mount: data-component="DateTimeInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "DateTime", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### DateTimePicker -Mount: data-component="DateTimePicker" -Category: forms -Props: id: string = "datetime-picker", name: string = "datetime", label: string = "Date and time", value: string = "", min: string = "", max: string = "", required: boolean = false, disabled: boolean = false, class: string = "" -Slots: none -Events: none - -### DateTimeRangePicker -Mount: data-component="DateTimeRangePicker" -Category: forms -Props: label: string = "DateTimeRange", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DecimalInput -Mount: data-component="DecimalInput" -Category: forms -Props: label: string = "Decimal", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DefinitionList -Mount: data-component="DefinitionList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### DeleteConfirmationDialog -Mount: data-component="DeleteConfirmationDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### DeliveryPreview -Mount: data-component="DeliveryPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DeliveryStatusChart -Mount: data-component="DeliveryStatusChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### DeliveryStatusTimeline -Mount: data-component="DeliveryStatusTimeline" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### DemoRequestForm -Mount: data-component="DemoRequestForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DepartmentInput -Mount: data-component="DepartmentInput" -Category: forms -Props: label: string = "Department", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DeprecatedFeatureAlert -Mount: data-component="DeprecatedFeatureAlert" -Category: feedback -Props: label: string = "DeprecatedFeature", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### DescriptionList -Mount: data-component="DescriptionList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### DesktopNavigation -Mount: data-component="DesktopNavigation" -Category: layout -Props: label: string = "Primary navigation", items: string = [], class: string = "" -Slots: none -Events: none - -### DeveloperCTA -Mount: data-component="DeveloperCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### DeveloperHero -Mount: data-component="DeveloperHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### DeveloperPageShell -Mount: data-component="DeveloperPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### DeveloperSearch -Mount: data-component="DeveloperSearch" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DevelopersMegaMenu -Mount: data-component="DevelopersMegaMenu" -Category: core -Props: class: string = "" -Slots: none -Events: none - -### DevelopersMenu -Mount: data-component="DevelopersMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### DeviceCard -Mount: data-component="DeviceCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### disclosure -Mount: data-component="disclosure" -Category: core -Props: summary: string = "Details", class: string = "" -Slots: default -Events: none - -### DiscountInput -Mount: data-component="DiscountInput" -Category: forms -Props: label: string = "Discount", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DisplayHeading -Mount: data-component="DisplayHeading" -Category: core -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### DisplayNameInput -Mount: data-component="DisplayNameInput" -Category: forms -Props: label: string = "DisplayName", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Divider -Mount: data-component="Divider" -Category: core -Props: className: string = "" -Slots: default -Events: none - -### DocumentPreview -Mount: data-component="DocumentPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DocumentUpload -Mount: data-component="DocumentUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DomainInput -Mount: data-component="DomainInput" -Category: forms -Props: label: string = "Domain", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DoNotSellLink -Mount: data-component="DoNotSellLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### DonutChart -Mount: data-component="DonutChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### DownloadAction -Mount: data-component="DownloadAction" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### DownloadButton -Mount: data-component="DownloadButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### DownloadGateForm -Mount: data-component="DownloadGateForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### DownloadPolicyButton -Mount: data-component="DownloadPolicyButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### DownloadResourceForm -Mount: data-component="DownloadResourceForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Drawer -Mount: data-component="Drawer" -Category: core -Props: class: string = "", title: string = "Panel", open: boolean = false, side: string = "right" -Slots: default -Events: click - -### DropdownMenu -Mount: data-component="DropdownMenu" -Category: overlays -Props: class: string = "", label: string = "Menu" -Slots: default -Events: click - -### DropdownNavigation -Mount: data-component="DropdownNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### DurationInput -Mount: data-component="DurationInput" -Category: forms -Props: label: string = "Duration", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DurationPicker -Mount: data-component="DurationPicker" -Category: forms -Props: label: string = "Duration", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### DurationSlider -Mount: data-component="DurationSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ElevatedCard -Mount: data-component="ElevatedCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### EmailBodyEditor -Mount: data-component="EmailBodyEditor" -Category: forms -Props: label: string = "EmailBody", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### EmailComposer -Mount: data-component="EmailComposer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### EmailInput -Mount: data-component="EmailInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Email", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### EmojiPicker -Mount: data-component="EmojiPicker" -Category: forms -Props: label: string = "Emoji", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### EmptyState -Mount: data-component="EmptyState" -Category: feedback -Props: class: string = "", eyebrow: string = "", title: string = "Nothing found", description: string = "", iconClass: string = "icon-[lucide--inbox]", primaryLabel: string = "", primaryHref: string = "", secondaryLabel: string = "", secondaryHref: string = "", compact: boolean = false, centered: boolean = true, suggestions: string = [] -Slots: none -Events: none - -### EncryptionDiagram -Mount: data-component="EncryptionDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### EnterpriseCTA -Mount: data-component="EnterpriseCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### EnterpriseHero -Mount: data-component="EnterpriseHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### EnterprisePricingCard -Mount: data-component="EnterprisePricingCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### EnvironmentSelector -Mount: data-component="EnvironmentSelector" -Category: forms -Props: label: string = "Environment", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### EnvironmentSwitcher -Mount: data-component="EnvironmentSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ErrorActions -Mount: data-component="ErrorActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ErrorCard -Mount: data-component="ErrorCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### ErrorCode -Mount: data-component="ErrorCode" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ErrorHero -Mount: data-component="ErrorHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ErrorIllustration -Mount: data-component="ErrorIllustration" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ErrorPage -Mount: data-component="ErrorPage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ErrorPageShell -Mount: data-component="ErrorPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ErrorState -Mount: data-component="ErrorState" -Category: feedback -Props: class: string = "", type: string = "error", eyebrow: string = "", title: string = "Something went wrong", description: string = "", errorCode: string = "", iconClass: string = "", primaryLabel: string = "", primaryHref: string = "", secondaryLabel: string = "", secondaryHref: string = "", retryLabel: string = "", retryAction: string = "", centered: boolean = true, compact: boolean = false, details: string = [] -Slots: none -Events: click - -### ErrorSupportLink -Mount: data-component="ErrorSupportLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### EstimatedCostSummary -Mount: data-component="EstimatedCostSummary" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### EventTable -Mount: data-component="EventTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ExpandableText -Mount: data-component="ExpandableText" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ExpiryDateTimePicker -Mount: data-component="ExpiryDateTimePicker" -Category: forms -Props: label: string = "ExpiryDateTime", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ExportProgress -Mount: data-component="ExportProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ExternalLink -Mount: data-component="ExternalLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### EyebrowText -Mount: data-component="EyebrowText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### FactorCard -Mount: data-component="FactorCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FallbackRouteBuilder -Mount: data-component="FallbackRouteBuilder" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FallbackRouteDiagram -Mount: data-component="FallbackRouteDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### FAQ -Mount: data-component="FAQ" -Category: core -Props: class: string = "", eyebrow: string = "", title: string = "Frequently asked questions", description: string = "", items: string = [], centered: boolean = true, allowMultiple: boolean = false, defaultOpenIndex: number = 0 -Slots: none -Events: none - -### FAQAccordion -Mount: data-component="FAQAccordion" -Category: core -Props: class: string = "", eyebrow: string = "", title: string = "Frequently asked questions", description: string = "", items: string = [], centered: boolean = true, compact: boolean = false, allowMultiple: boolean = false, defaultOpenIndex: number = 0, showContact: boolean = false, contactText: string = "Still have questions?", contactLabel: string = "Contact support", contactHref: string = "/support" -Slots: none -Events: click - -### FaviconUpload -Mount: data-component="FaviconUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FaxInput -Mount: data-component="FaxInput" -Category: forms -Props: label: string = "Fax", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FeatureCard -Mount: data-component="FeatureCard" -Category: content -Props: class: string = "", icon: string = "icon-[lucide--sparkles]", title: string = "Feature", description: string = "", href: string = "" -Slots: none -Events: none - -### FeatureChecklist -Mount: data-component="FeatureChecklist" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FeatureComparisonTable -Mount: data-component="FeatureComparisonTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### FeaturedBlogCard -Mount: data-component="FeaturedBlogCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FeatureDetailsPanel -Mount: data-component="FeatureDetailsPanel" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### FeatureGrid -Mount: data-component="FeatureGrid" -Category: data -Props: columns: number = 3, className: string = "" -Slots: default -Events: none - -### FeatureIconCard -Mount: data-component="FeatureIconCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FeatureList -Mount: data-component="FeatureList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### FeatureTabs -Mount: data-component="FeatureTabs" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FeatureTimeline -Mount: data-component="FeatureTimeline" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### FeatureUnavailableState -Mount: data-component="FeatureUnavailableState" -Category: feedback -Props: label: string = "FeatureUnavailable", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### FieldActions -Mount: data-component="FieldActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### file-upload -Mount: data-component="file-upload" -Category: core -Props: store: string = "public", endpoint: string = "/api/upload", accept: string = "", multiple: boolean = false, max: number = 0, label: string = "Drag files here or click to browse", class: string = "" -Slots: none -Events: none - -### FileInput -Mount: data-component="FileInput" -Category: forms -Props: label: string = "File", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FileList -Mount: data-component="FileList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### FileSizeInput -Mount: data-component="FileSizeInput" -Category: forms -Props: label: string = "FileSize", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FileSizeLabel -Mount: data-component="FileSizeLabel" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FileTypeBadge -Mount: data-component="FileTypeBadge" -Category: feedback -Props: label: string = "FileType", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### FileUpload -Mount: data-component="FileUpload" -Category: content -Props: class: string = "", id: string = "file", name: string = "file", label: string = "Upload file", accept: string = "", multiple: boolean = false, help: string = "Drag and drop or browse" -Slots: none -Events: none - -### FilterableTable -Mount: data-component="FilterableTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### FilterBar -Mount: data-component="FilterBar" -Category: core -Props: label: string = "Filters", clearLabel: string = "Clear filters", showClear: boolean = true, class: string = "" -Slots: default -Events: none - -### FilterMenu -Mount: data-component="FilterMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### FilterSearchInput -Mount: data-component="FilterSearchInput" -Category: forms -Props: label: string = "FilterSearch", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FinalCTA -Mount: data-component="FinalCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### FirstNameInput -Mount: data-component="FirstNameInput" -Category: forms -Props: label: string = "FirstName", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Flex -Mount: data-component="Flex" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### FontPicker -Mount: data-component="FontPicker" -Category: forms -Props: label: string = "Font", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FontSizePicker -Mount: data-component="FontSizePicker" -Category: forms -Props: label: string = "FontSize", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FontWeightPicker -Mount: data-component="FontWeightPicker" -Category: forms -Props: label: string = "FontWeight", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FooterLanguageSwitcher -Mount: data-component="FooterLanguageSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### FooterStatusIndicator -Mount: data-component="FooterStatusIndicator" -Category: feedback -Props: label: string = "FooterStatus", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ForbiddenPage -Mount: data-component="ForbiddenPage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ForbiddenState -Mount: data-component="ForbiddenState" -Category: feedback -Props: label: string = "Forbidden", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ForgotPasswordForm -Mount: data-component="ForgotPasswordForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Form -Mount: data-component="Form" -Category: content -Props: action: string = "", method: string = "post", name: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### FormActions -Mount: data-component="FormActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### FormAlert -Mount: data-component="FormAlert" -Category: feedback -Props: label: string = "Form", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### FormDialog -Mount: data-component="FormDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### FormError -Mount: data-component="FormError" -Category: core -Props: id: string = "", message: string = "", class: string = "" -Slots: default -Events: none - -### FormErrorSummary -Mount: data-component="FormErrorSummary" -Category: content -Props: class: string = "", title: string = "Please fix the following", visible: boolean = true -Slots: default -Events: none - -### FormField -Mount: data-component="FormField" -Category: forms -Props: class: string = "", label: string = "Field", help: string = "", error: string = "", required: boolean = false -Slots: default -Events: none - -### FormGrid -Mount: data-component="FormGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### FormGroup -Mount: data-component="FormGroup" -Category: forms -Props: label: string = "Form", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### FormHelpText -Mount: data-component="FormHelpText" -Category: content -Props: id: string = "", text: string = "", class: string = "" -Slots: default -Events: none - -### FormLabel -Mount: data-component="FormLabel" -Category: content -Props: for: string = "", label: string = "Label", required: boolean = false, optional: boolean = false, class: string = "" -Slots: none -Events: none - -### FormProgress -Mount: data-component="FormProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### FormRow -Mount: data-component="FormRow" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### FormSection -Mount: data-component="FormSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### FullBleed -Mount: data-component="FullBleed" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### FullscreenDialog -Mount: data-component="FullscreenDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### FunnelChart -Mount: data-component="FunnelChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### GeoChart -Mount: data-component="GeoChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### GeofenceEditor -Mount: data-component="GeofenceEditor" -Category: forms -Props: label: string = "Geofence", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### GhostButton -Mount: data-component="GhostButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### GlassCard -Mount: data-component="GlassCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### GlobalSearch -Mount: data-component="GlobalSearch" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### GradientCTA -Mount: data-component="GradientCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### GradientPicker -Mount: data-component="GradientPicker" -Category: forms -Props: label: string = "Gradient", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### GradientStopEditor -Mount: data-component="GradientStopEditor" -Category: forms -Props: label: string = "GradientStop", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Grid -Mount: data-component="Grid" -Category: data -Props: gap: string = "4", className: string = "" -Slots: default -Events: none - -### GuideCard -Mount: data-component="GuideCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### GuideChecklist -Mount: data-component="GuideChecklist" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### GuideDifficultyBadge -Mount: data-component="GuideDifficultyBadge" -Category: feedback -Props: label: string = "GuideDifficulty", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### GuideGrid -Mount: data-component="GuideGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### GuideStep -Mount: data-component="GuideStep" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Header -Mount: data-component="Header" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### HeaderActions -Mount: data-component="HeaderActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### HealthIndicator -Mount: data-component="HealthIndicator" -Category: feedback -Props: label: string = "Health", variant: string = "default", class: string = "" -Slots: default -Events: none - -### Hero -Mount: data-component="Hero" -Category: layout -Props: class: string = "", eyebrow: string = "", title: string = "Build faster with WRNexusJS", highlight: string = "", description: string = "", primaryLabel: string = "Get started", primaryHref: string = "#", secondaryLabel: string = "Learn more", secondaryHref: string = "#", align: string = "center" -Slots: default -Events: none - -### HeroActions -Mount: data-component="HeroActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### HeroCodePanel -Mount: data-component="HeroCodePanel" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### HeroGradientText -Mount: data-component="HeroGradientText" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### HeroPrimaryAction -Mount: data-component="HeroPrimaryAction" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### HeroProductPreview -Mount: data-component="HeroProductPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### HeroSecondaryAction -Mount: data-component="HeroSecondaryAction" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### HeroTrustText -Mount: data-component="HeroTrustText" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### HexColorInput -Mount: data-component="HexColorInput" -Category: forms -Props: label: string = "HexColor", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### HiddenField -Mount: data-component="HiddenField" -Category: forms -Props: label: string = "Hidden", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### HighlightText -Mount: data-component="HighlightText" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### HolidayCalendar -Mount: data-component="HolidayCalendar" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### HostnameInput -Mount: data-component="HostnameInput" -Category: forms -Props: label: string = "Hostname", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### HourPicker -Mount: data-component="HourPicker" -Category: forms -Props: label: string = "Hour", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### HslColorInput -Mount: data-component="HslColorInput" -Category: forms -Props: label: string = "HslColor", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### hstack -Mount: data-component="hstack" -Category: core -Props: gap: string = "4", align: string = "center", class: string = "" -Slots: default -Events: none - -### HtmlEditor -Mount: data-component="HtmlEditor" -Category: forms -Props: label: string = "Html", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### HumanApprovalStep -Mount: data-component="HumanApprovalStep" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Icon -Mount: data-component="Icon" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### IconButton -Mount: data-component="IconButton" -Category: actions -Props: class: string = "", label: string = "Action", icon: string = "•", variant: string = "ghost", disabled: boolean = false -Slots: none -Events: none - -### IconPicker -Mount: data-component="IconPicker" -Category: forms -Props: label: string = "Icon", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### IconSelector -Mount: data-component="IconSelector" -Category: forms -Props: label: string = "Icon", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### IdentifierInput -Mount: data-component="IdentifierInput" -Category: forms -Props: label: string = "Identifier", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Illustration -Mount: data-component="Illustration" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ImageCompressionPreview -Mount: data-component="ImageCompressionPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ImageEditor -Mount: data-component="ImageEditor" -Category: forms -Props: label: string = "Image", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ImagePreviewDialog -Mount: data-component="ImagePreviewDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### ImageSelector -Mount: data-component="ImageSelector" -Category: forms -Props: label: string = "Image", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ImageUpload -Mount: data-component="ImageUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ImportProgress -Mount: data-component="ImportProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### IncidentAlert -Mount: data-component="IncidentAlert" -Category: feedback -Props: label: string = "Incident", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### IncidentBanner -Mount: data-component="IncidentBanner" -Category: feedback -Props: label: string = "Incident", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### IncidentCard -Mount: data-component="IncidentCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### IncidentList -Mount: data-component="IncidentList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### IncidentResponseFlow -Mount: data-component="IncidentResponseFlow" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### IncidentSeverityBadge -Mount: data-component="IncidentSeverityBadge" -Category: feedback -Props: label: string = "IncidentSeverity", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### IncidentTimeline -Mount: data-component="IncidentTimeline" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### IndustryBadge -Mount: data-component="IndustryBadge" -Category: feedback -Props: label: string = "Industry", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### IndustrySelector -Mount: data-component="IndustrySelector" -Category: forms -Props: label: string = "Industry", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### InfoCard -Mount: data-component="InfoCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### Inline -Mount: data-component="Inline" -Category: core -Props: gap: string = "4", className: string = "" -Slots: default -Events: none - -### InlineAlert -Mount: data-component="InlineAlert" -Category: feedback -Props: label: string = "Inline", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### InlineCode -Mount: data-component="InlineCode" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### input -Mount: data-component="input" -Category: core -Props: type: string = "text", name: string = "", value: string = "", placeholder: string = "", class: string = "" -Slots: none -Events: none - -### InputGroup -Mount: data-component="InputGroup" -Category: forms -Props: label: string = "Input", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### InsetPanel -Mount: data-component="InsetPanel" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### IntegerInput -Mount: data-component="IntegerInput" -Category: forms -Props: label: string = "Integer", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### IntegrationCard -Mount: data-component="IntegrationCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", icon: string = "icon-[lucide--plug-zap]", class: string = "" -Slots: default -Events: none - -### InvoiceLineItem -Mount: data-component="InvoiceLineItem" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### InvoiceSummary -Mount: data-component="InvoiceSummary" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### IpAddressInput -Mount: data-component="IpAddressInput" -Category: forms -Props: label: string = "IpAddress", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### JobCard -Mount: data-component="JobCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### JobProgress -Mount: data-component="JobProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### JobTitleInput -Mount: data-component="JobTitleInput" -Category: forms -Props: label: string = "JobTitle", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### JsonInput -Mount: data-component="JsonInput" -Category: forms -Props: label: string = "Json", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### JsonViewer -Mount: data-component="JsonViewer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### KeyValueTable -Mount: data-component="KeyValueTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### KycDocumentUpload -Mount: data-component="KycDocumentUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### LanguageSelector -Mount: data-component="LanguageSelector" -Category: forms -Props: label: string = "Language", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LanguageSwitcher -Mount: data-component="LanguageSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### LastNameInput -Mount: data-component="LastNameInput" -Category: forms -Props: label: string = "LastName", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LatencyMetric -Mount: data-component="LatencyMetric" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### LatitudeInput -Mount: data-component="LatitudeInput" -Category: forms -Props: label: string = "Latitude", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LeadershipGrid -Mount: data-component="LeadershipGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### LeadText -Mount: data-component="LeadText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### LegalAcceptanceNotice -Mount: data-component="LegalAcceptanceNotice" -Category: feedback -Props: label: string = "LegalAcceptance", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### LegalBulletList -Mount: data-component="LegalBulletList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### LegalContactBlock -Mount: data-component="LegalContactBlock" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### LegalDefinitionList -Mount: data-component="LegalDefinitionList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### LegalDocumentHeader -Mount: data-component="LegalDocumentHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### LegalDocumentLayout -Mount: data-component="LegalDocumentLayout" -Category: layout -Props: class: string = "", title: string = "Legal document", effectiveDate: string = "", updatedDate: string = "" -Slots: toc, default -Events: none - -### LegalHero -Mount: data-component="LegalHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### LegalLanguageSelector -Mount: data-component="LegalLanguageSelector" -Category: forms -Props: label: string = "LegalLanguage", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LegalNotice -Mount: data-component="LegalNotice" -Category: feedback -Props: label: string = "Legal", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### LegalPageShell -Mount: data-component="LegalPageShell" -Category: layout -Props: class: string = "" -Slots: navigation, default -Events: none - -### LegalPrintButton -Mount: data-component="LegalPrintButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### LegalRegionSelector -Mount: data-component="LegalRegionSelector" -Category: forms -Props: label: string = "LegalRegion", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LegalSection -Mount: data-component="LegalSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### LegalSummary -Mount: data-component="LegalSummary" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### LegalTable -Mount: data-component="LegalTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### LegalTableOfContents -Mount: data-component="LegalTableOfContents" -Category: core -Props: title: string = "On this page", items: string = [], class: string = "" -Slots: none -Events: none - -### LegalVersionBadge -Mount: data-component="LegalVersionBadge" -Category: feedback -Props: label: string = "LegalVersion", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### LetterSpacingPicker -Mount: data-component="LetterSpacingPicker" -Category: forms -Props: label: string = "LetterSpacing", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LicenseKeyInput -Mount: data-component="LicenseKeyInput" -Category: forms -Props: label: string = "LicenseKey", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Lightbox -Mount: data-component="Lightbox" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### LineChart -Mount: data-component="LineChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### LineHeightPicker -Mount: data-component="LineHeightPicker" -Category: forms -Props: label: string = "LineHeight", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Link -Mount: data-component="Link" -Category: core -Props: href: string = "#", label: string = "Link", external: boolean = false, className: string = "" -Slots: none -Events: none - -### LinkButton -Mount: data-component="LinkButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### List -Mount: data-component="List" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### LoadingButton -Mount: data-component="LoadingButton" -Category: actions -Props: label: string = "Continue", loadingLabel: string = "Loading…", loading: boolean = false, disabled: boolean = false, type: string = "button", variant: string = "primary", class: string = "" -Slots: none -Events: none - -### LocaleSelector -Mount: data-component="LocaleSelector" -Category: forms -Props: label: string = "Locale", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### LocalizedRouteLink -Mount: data-component="LocalizedRouteLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### LocationPicker -Mount: data-component="LocationPicker" -Category: forms -Props: label: string = "Location", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Logo -Mount: data-component="Logo" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### LogoCloud -Mount: data-component="LogoCloud" -Category: core -Props: class: string = "", eyebrow: string = "", title: string = "Trusted by teams building modern products", description: string = "", logos: string = [], centered: boolean = true, compact: boolean = false, variant: string = "strip", grayscale: boolean = true, showNames: boolean = false, maxItems: number = 8 -Slots: none -Events: none - -### LogoUpload -Mount: data-component="LogoUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### LogoutDialog -Mount: data-component="LogoutDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### LogTable -Mount: data-component="LogTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### LongitudeInput -Mount: data-component="LongitudeInput" -Category: forms -Props: label: string = "Longitude", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MaintenanceAlert -Mount: data-component="MaintenanceAlert" -Category: feedback -Props: label: string = "Maintenance", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### MaintenanceBanner -Mount: data-component="MaintenanceBanner" -Category: feedback -Props: label: string = "Maintenance", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### MaintenanceCard -Mount: data-component="MaintenanceCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MaintenancePage -Mount: data-component="MaintenancePage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MaintenanceState -Mount: data-component="MaintenanceState" -Category: feedback -Props: label: string = "Maintenance", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### MaintenanceWindowPicker -Mount: data-component="MaintenanceWindowPicker" -Category: forms -Props: label: string = "MaintenanceWindow", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MapPicker -Mount: data-component="MapPicker" -Category: forms -Props: label: string = "Map", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MarkdownEditor -Mount: data-component="MarkdownEditor" -Category: forms -Props: label: string = "Markdown", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MarketingPageShell -Mount: data-component="MarketingPageShell" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### MarketingSectionHeader -Mount: data-component="MarketingSectionHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### MaskedSecretField -Mount: data-component="MaskedSecretField" -Category: forms -Props: label: string = "MaskedSecret", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MegaMenu -Mount: data-component="MegaMenu" -Category: overlays -Props: label: string = "Explore", sections: string = [], class: string = "" -Slots: none -Events: click - -### MemberList -Mount: data-component="MemberList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### MentionInput -Mount: data-component="MentionInput" -Category: forms -Props: label: string = "Mention", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MessageCharacterCounter -Mount: data-component="MessageCharacterCounter" -Category: feedback -Props: label: string = "MessageCharacter", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### MessageComposer -Mount: data-component="MessageComposer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MessageComposerPreview -Mount: data-component="MessageComposerPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MessageLimitInput -Mount: data-component="MessageLimitInput" -Category: forms -Props: label: string = "MessageLimit", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MessagePreview -Mount: data-component="MessagePreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MessageVolumeSlider -Mount: data-component="MessageVolumeSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Metric -Mount: data-component="Metric" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### MetricCard -Mount: data-component="MetricCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MetricGrid -Mount: data-component="MetricGrid" -Category: data -Props: label: string = "Key metrics", metrics: string = [], class: string = "" -Slots: none -Events: none - -### MetricText -Mount: data-component="MetricText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### MinutePicker -Mount: data-component="MinutePicker" -Category: forms -Props: label: string = "Minute", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MissionSection -Mount: data-component="MissionSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### MobileDeviceFrame -Mount: data-component="MobileDeviceFrame" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### MobileInput -Mount: data-component="MobileInput" -Category: forms -Props: label: string = "Mobile", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MobileMenuButton -Mount: data-component="MobileMenuButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### MobileNavigation -Mount: data-component="MobileNavigation" -Category: layout -Props: label: string = "Menu", closeLabel: string = "Close menu", items: string = [], class: string = "" -Slots: none -Events: click - -### MobileTableCard -Mount: data-component="MobileTableCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Modal -Mount: data-component="Modal" -Category: core -Props: class: string = "", title: string = "Dialog", description: string = "", open: boolean = false, size: string = "md", closeLabel: string = "Close" -Slots: default -Events: click - -### MonthlyVolumeSelector -Mount: data-component="MonthlyVolumeSelector" -Category: forms -Props: label: string = "MonthlyVolume", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MonthPicker -Mount: data-component="MonthPicker" -Category: forms -Props: label: string = "Month", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MonthYearPicker -Mount: data-component="MonthYearPicker" -Category: forms -Props: label: string = "MonthYear", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MultiFileUpload -Mount: data-component="MultiFileUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### MultipleEmailInput -Mount: data-component="MultipleEmailInput" -Category: forms -Props: label: string = "MultipleEmail", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### MultiSelect -Mount: data-component="MultiSelect" -Category: core -Props: id: string = "multi-select", name: string = "", label: string = "Choose options", options: string = [], required: boolean = false, disabled: boolean = false, size: number = 5, class: string = "" -Slots: none -Events: none - -### MutedText -Mount: data-component="MutedText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### NameInput -Mount: data-component="NameInput" -Category: forms -Props: label: string = "Name", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### NarrowContainer -Mount: data-component="NarrowContainer" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### Navigation -Mount: data-component="Navigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### NavigationItem -Mount: data-component="NavigationItem" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### NavigationMegaMenu -Mount: data-component="NavigationMegaMenu" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### NewBadge -Mount: data-component="NewBadge" -Category: feedback -Props: label: string = "New", variant: string = "default", class: string = "" -Slots: default -Events: none - -### NewPasswordInput -Mount: data-component="NewPasswordInput" -Category: forms -Props: label: string = "NewPassword", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### NewsletterCTA -Mount: data-component="NewsletterCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### NewsletterForm -Mount: data-component="NewsletterForm" -Category: content -Props: class: string = "", eyebrow: string = "", title: string = "Stay up to date", description: string = "", placeholder: string = "Enter your email", buttonLabel: string = "Subscribe", action: string = "/newsletter/subscribe", method: string = "post", emailName: string = "email", privacyLabel: string = "", privacyHref: string = "/privacy", successMessage: string = "You are subscribed.", errorMessage: string = "Something went wrong. Please try again.", iconClass: string = "icon-[lucide--mail]", centered: boolean = false, compact: boolean = false, showIcon: boolean = true, showPrivacy: boolean = true, fullWidth: boolean = false -Slots: none -Events: submit, input - -### NoResultsState -Mount: data-component="NoResultsState" -Category: feedback -Props: label: string = "NoResults", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### NotFoundPage -Mount: data-component="NotFoundPage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### NotFoundState -Mount: data-component="NotFoundState" -Category: feedback -Props: label: string = "NotFound", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### NotificationCard -Mount: data-component="NotificationCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### NotificationDot -Mount: data-component="NotificationDot" -Category: core -Props: label: string = "Notification", variant: string = "default", class: string = "" -Slots: default -Events: none - -### NotificationList -Mount: data-component="NotificationList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### NumberInput -Mount: data-component="NumberInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Number", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### OfficeCard -Mount: data-component="OfficeCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### OfflinePage -Mount: data-component="OfflinePage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### OfflineState -Mount: data-component="OfflineState" -Category: feedback -Props: label: string = "Offline", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### OnboardingProgress -Mount: data-component="OnboardingProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### OneTimeSecretDisplay -Mount: data-component="OneTimeSecretDisplay" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### OnlineIndicator -Mount: data-component="OnlineIndicator" -Category: feedback -Props: label: string = "Online", variant: string = "default", class: string = "" -Slots: default -Events: none - -### OpacitySlider -Mount: data-component="OpacitySlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### OpenAPICTA -Mount: data-component="OpenAPICTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### OptionalIndicator -Mount: data-component="OptionalIndicator" -Category: feedback -Props: label: string = "Optional", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### OrganizationSelector -Mount: data-component="OrganizationSelector" -Category: forms -Props: label: string = "Organization", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### OtpInput -Mount: data-component="OtpInput" -Category: forms -Props: class: string = "", name: string = "otp", length: number = 6, label: string = "Verification code" -Slots: none -Events: none - -### OtpVerificationForm -Mount: data-component="OtpVerificationForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### OutlinedCard -Mount: data-component="OutlinedCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### PageAlert -Mount: data-component="PageAlert" -Category: feedback -Props: label: string = "Page", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### PageHeader -Mount: data-component="PageHeader" -Category: core -Props: class: string = "", eyebrow: string = "", title: string = "", description: string = "", primaryLabel: string = "", primaryHref: string = "", secondaryLabel: string = "", secondaryHref: string = "", icon: string = "sparkles", centered: boolean = false, compact: boolean = false, showBreadcrumbs: boolean = false, breadcrumbParent: string = "", breadcrumbParentHref: string = "", breadcrumbCurrent: string = "", highlights: string = [] -Slots: none -Events: none - -### PageHeading -Mount: data-component="PageHeading" -Category: core -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### PageShell -Mount: data-component="PageShell" -Category: core -Props: className: string = "" -Slots: default -Events: none - -### PageSkeleton -Mount: data-component="PageSkeleton" -Category: feedback -Props: label: string = "Page", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### Pagination -Mount: data-component="Pagination" -Category: core -Props: class: string = "", currentPage: number = 1, totalPages: number = 1, previousHref: string = "", nextHref: string = "", pages: string = [], showNumbers: boolean = true, showSummary: boolean = true, totalItems: number = 0, pageSize: number = 10, compact: boolean = false, centered: boolean = false -Slots: none -Events: none - -### Panel -Mount: data-component="Panel" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### PartnerApplicationForm -Mount: data-component="PartnerApplicationForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PartnerLogoGrid -Mount: data-component="PartnerLogoGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### PartnerProgramCard -Mount: data-component="PartnerProgramCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PasskeyButton -Mount: data-component="PasskeyButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### PasswordInput -Mount: data-component="PasswordInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Password", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### PasswordRequirementList -Mount: data-component="PasswordRequirementList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### PasswordStrengthMeter -Mount: data-component="PasswordStrengthMeter" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### PasswordVisibilityToggle -Mount: data-component="PasswordVisibilityToggle" -Category: forms -Props: label: string = "PasswordVisibility", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PathInput -Mount: data-component="PathInput" -Category: forms -Props: label: string = "Path", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PaymentMethodCard -Mount: data-component="PaymentMethodCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PdfPreview -Mount: data-component="PdfPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PercentageInput -Mount: data-component="PercentageInput" -Category: forms -Props: label: string = "Percentage", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PermissionSelector -Mount: data-component="PermissionSelector" -Category: forms -Props: label: string = "Permission", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PhoneInput -Mount: data-component="PhoneInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Phone", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### PieChart -Mount: data-component="PieChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### Pill -Mount: data-component="Pill" -Category: core -Props: label: string = "Pill", variant: string = "default", class: string = "" -Slots: default -Events: none - -### PinInput -Mount: data-component="PinInput" -Category: forms -Props: label: string = "Pin", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PlainTextEditor -Mount: data-component="PlainTextEditor" -Category: forms -Props: label: string = "PlainText", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PlanCTA -Mount: data-component="PlanCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### PlanFeatureList -Mount: data-component="PlanFeatureList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### PlanLimitList -Mount: data-component="PlanLimitList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### PlanSelector -Mount: data-component="PlanSelector" -Category: forms -Props: label: string = "Plan", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PlatformPillarCard -Mount: data-component="PlatformPillarCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PolicyVersionTable -Mount: data-component="PolicyVersionTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### Popover -Mount: data-component="Popover" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### PortInput -Mount: data-component="PortInput" -Category: forms -Props: label: string = "Port", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PortNumberInput -Mount: data-component="PortNumberInput" -Category: forms -Props: label: string = "PortNumber", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PositiveNumberInput -Mount: data-component="PositiveNumberInput" -Category: forms -Props: label: string = "PositiveNumber", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PostalCodeInput -Mount: data-component="PostalCodeInput" -Category: forms -Props: label: string = "PostalCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PostmanCTA -Mount: data-component="PostmanCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### PresetDateRangePicker -Mount: data-component="PresetDateRangePicker" -Category: forms -Props: label: string = "PresetDateRange", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PressReleaseCard -Mount: data-component="PressReleaseCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PreviewBadge -Mount: data-component="PreviewBadge" -Category: feedback -Props: label: string = "Preview", variant: string = "default", class: string = "" -Slots: default -Events: none - -### PreviousNextNavigation -Mount: data-component="PreviousNextNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### PriceInput -Mount: data-component="PriceInput" -Category: forms -Props: label: string = "Price", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PriceRangeSlider -Mount: data-component="PriceRangeSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PriceText -Mount: data-component="PriceText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### PricingCard -Mount: data-component="PricingCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PricingComparisonTable -Mount: data-component="PricingComparisonTable" -Category: data -Props: caption: string = "Plan comparison", plans: string = [], features: string = [], class: string = "" -Slots: none -Events: none - -### PricingContactForm -Mount: data-component="PricingContactForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PricingFeatureGroup -Mount: data-component="PricingFeatureGroup" -Category: forms -Props: label: string = "PricingFeature", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PricingGrid -Mount: data-component="PricingGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### PricingHero -Mount: data-component="PricingHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### PricingPlanCard -Mount: data-component="PricingPlanCard" -Category: content -Props: class: string = "", name: string = "Starter", description: string = "", price: string = "₹0", period: string = "/month", featured: boolean = false, ctaLabel: string = "Choose plan", ctaHref: string = "#" -Slots: default -Events: none - -### PricingTable -Mount: data-component="PricingTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### PricingToggle -Mount: data-component="PricingToggle" -Category: forms -Props: label: string = "Pricing", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PrimaryButton -Mount: data-component="PrimaryButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### PrintAction -Mount: data-component="PrintAction" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### PrintPolicyButton -Mount: data-component="PrintPolicyButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### PrioritySelector -Mount: data-component="PrioritySelector" -Category: forms -Props: label: string = "Priority", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PrivacyNotice -Mount: data-component="PrivacyNotice" -Category: feedback -Props: label: string = "Privacy", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ProductArchitectureDiagram -Mount: data-component="ProductArchitectureDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ProductCard -Mount: data-component="ProductCard" -Category: content -Props: eyebrow: string = "Product", title: string = "Product name", description: string = "", href: string = "#", actionLabel: string = "Learn more", status: string = "", class: string = "" -Slots: none -Events: none - -### ProductCategorySection -Mount: data-component="ProductCategorySection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ProductCTA -Mount: data-component="ProductCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ProductFeatureList -Mount: data-component="ProductFeatureList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ProductGrid -Mount: data-component="ProductGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ProductHero -Mount: data-component="ProductHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ProductIcon -Mount: data-component="ProductIcon" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ProductIntegrationList -Mount: data-component="ProductIntegrationList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ProductList -Mount: data-component="ProductList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ProductLogo -Mount: data-component="ProductLogo" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ProductMegaMenu -Mount: data-component="ProductMegaMenu" -Category: core -Props: class: string = "" -Slots: none -Events: none - -### ProductMiniCard -Mount: data-component="ProductMiniCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ProductNavigationCard -Mount: data-component="ProductNavigationCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ProductPageShell -Mount: data-component="ProductPageShell" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### ProductSelector -Mount: data-component="ProductSelector" -Category: forms -Props: label: string = "Product", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ProductsMegaMenu -Mount: data-component="ProductsMegaMenu" -Category: overlays -Props: label: string = "Products", sections: string = [], class: string = "" -Slots: none -Events: none - -### ProductStatusBadge -Mount: data-component="ProductStatusBadge" -Category: feedback -Props: label: string = "ProductStatus", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ProductUseCaseList -Mount: data-component="ProductUseCaseList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### progress -Mount: data-component="progress" -Category: core -Props: value: number = 0, max: number = 100, class: string = "" -Slots: none -Events: none - -### ProgressBar -Mount: data-component="ProgressBar" -Category: core -Props: class: string = "", value: number = 0, max: number = 100, label: string = "Progress", showValue: boolean = true -Slots: none -Events: none - -### ProgressChart -Mount: data-component="ProgressChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ProgressRing -Mount: data-component="ProgressRing" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### ProgressSlider -Mount: data-component="ProgressSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ProjectCard -Mount: data-component="ProjectCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### ProjectSelector -Mount: data-component="ProjectSelector" -Category: forms -Props: label: string = "Project", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ProjectSwitcher -Mount: data-component="ProjectSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PromoCodeInput -Mount: data-component="PromoCodeInput" -Category: forms -Props: label: string = "PromoCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PromptDialog -Mount: data-component="PromptDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### ProviderSelector -Mount: data-component="ProviderSelector" -Category: forms -Props: label: string = "Provider", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PublicFooter -Mount: data-component="PublicFooter" -Category: core -Props: class: string = "" -Slots: none -Events: submit - -### PublicHeader -Mount: data-component="PublicHeader" -Category: layout -Props: class: string = "" -Slots: none -Events: click - -### PublicHeaderLogo -Mount: data-component="PublicHeaderLogo" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PublicMobileNavigation -Mount: data-component="PublicMobileNavigation" -Category: core -Props: class: string = "" -Slots: none -Events: click - -### PublicPageShell -Mount: data-component="PublicPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### PublicSearch -Mount: data-component="PublicSearch" -Category: core -Props: class: string = "", query: string = "", placeholder: string = "Search...", label: string = "Search", action: string = "", method: string = "get", name: string = "q", buttonLabel: string = "", clearLabel: string = "Clear search", size: string = "default", centered: boolean = false, fullWidth: boolean = false, showShortcut: boolean = false, shortcutLabel: string = "⌘ K", suggestions: string = [] -Slots: none -Events: input, focus, blur, click - -### PublishDateTimePicker -Mount: data-component="PublishDateTimePicker" -Category: forms -Props: label: string = "PublishDateTime", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### PushComposer -Mount: data-component="PushComposer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### PushNotificationEditor -Mount: data-component="PushNotificationEditor" -Category: forms -Props: label: string = "PushNotification", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### QrCode -Mount: data-component="QrCode" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### QuantityInput -Mount: data-component="QuantityInput" -Category: forms -Props: label: string = "Quantity", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### QuantityStepper -Mount: data-component="QuantityStepper" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### QuietHoursPicker -Mount: data-component="QuietHoursPicker" -Category: forms -Props: label: string = "Quiet hours", startName: string = "quietStart", endName: string = "quietEnd", start: string = "22:00", end: string = "08:00", timezone: string = "UTC", disabled: boolean = false, class: string = "" -Slots: none -Events: none - -### QuoteText -Mount: data-component="QuoteText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### Radio -Mount: data-component="Radio" -Category: core -Props: class: string = "", id: string = "", name: string = "choice", value: string = "", label: string = "Option", description: string = "", checked: boolean = false, disabled: boolean = false -Slots: none -Events: none - -### RadioGroup -Mount: data-component="RadioGroup" -Category: forms -Props: class: string = "", label: string = "Choose one", name: string = "choice" -Slots: default -Events: none - -### RangeInput -Mount: data-component="RangeInput" -Category: forms -Props: label: string = "Range", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RangeSlider -Mount: data-component="RangeSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RateLimitedState -Mount: data-component="RateLimitedState" -Category: feedback -Props: label: string = "RateLimited", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### RateLimitInput -Mount: data-component="RateLimitInput" -Category: forms -Props: label: string = "RateLimit", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RateLimitPage -Mount: data-component="RateLimitPage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RateTable -Mount: data-component="RateTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### RatingSlider -Mount: data-component="RatingSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RecipientSelector -Mount: data-component="RecipientSelector" -Category: forms -Props: label: string = "Recipient", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RecoveryCodeForm -Mount: data-component="RecoveryCodeForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RecoveryCodeInput -Mount: data-component="RecoveryCodeInput" -Category: forms -Props: label: string = "RecoveryCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RecurrenceRuleBuilder -Mount: data-component="RecurrenceRuleBuilder" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RecurringSchedulePicker -Mount: data-component="RecurringSchedulePicker" -Category: forms -Props: id: string = "recurring-schedule", name: string = "recurrence", label: string = "Repeat", value: string = "none", disabled: boolean = false, class: string = "" -Slots: none -Events: none - -### RedirectUriInput -Mount: data-component="RedirectUriInput" -Category: forms -Props: label: string = "RedirectUri", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ReferenceInput -Mount: data-component="ReferenceInput" -Category: forms -Props: label: string = "Reference", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RegexInput -Mount: data-component="RegexInput" -Category: forms -Props: label: string = "Regex", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RegionalPrivacyBanner -Mount: data-component="RegionalPrivacyBanner" -Category: feedback -Props: label: string = "RegionalPrivacy", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### RegionAvailabilityTable -Mount: data-component="RegionAvailabilityTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### RegionSelector -Mount: data-component="RegionSelector" -Category: forms -Props: label: string = "Region", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RegionUnavailableAlert -Mount: data-component="RegionUnavailableAlert" -Category: feedback -Props: label: string = "RegionUnavailable", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### RegionUnavailableState -Mount: data-component="RegionUnavailableState" -Category: feedback -Props: label: string = "RegionUnavailable", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### RejectOptionalCookiesButton -Mount: data-component="RejectOptionalCookiesButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ReopenCookieSettingsButton -Mount: data-component="ReopenCookieSettingsButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ReportCard -Mount: data-component="ReportCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RequestResponseViewer -Mount: data-component="RequestResponseViewer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RequestViewer -Mount: data-component="RequestViewer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### RequiredIndicator -Mount: data-component="RequiredIndicator" -Category: feedback -Props: label: string = "Required", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ResetPasswordForm -Mount: data-component="ResetPasswordForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ResizablePanel -Mount: data-component="ResizablePanel" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ResourceCard -Mount: data-component="ResourceCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ResourceDownloadCard -Mount: data-component="ResourceDownloadCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ResourcePageShell -Mount: data-component="ResourcePageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ResourceSearch -Mount: data-component="ResourceSearch" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ResourcesMegaMenu -Mount: data-component="ResourcesMegaMenu" -Category: overlays -Props: class: string = "" -Slots: none -Events: none - -### ResourceTypeBadge -Mount: data-component="ResourceTypeBadge" -Category: feedback -Props: label: string = "ResourceType", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ResponseViewer -Mount: data-component="ResponseViewer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ResponsibleDisclosureCTA -Mount: data-component="ResponsibleDisclosureCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ResponsiveTable -Mount: data-component="ResponsiveTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ResultsSection -Mount: data-component="ResultsSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### RetentionTable -Mount: data-component="RetentionTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### RetryCountInput -Mount: data-component="RetryCountInput" -Category: forms -Props: label: string = "RetryCount", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RevenueChart -Mount: data-component="RevenueChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### RgbColorInput -Mount: data-component="RgbColorInput" -Category: forms -Props: label: string = "RgbColor", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RichTextEditor -Mount: data-component="RichTextEditor" -Category: forms -Props: label: string = "RichText", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RichTextInput -Mount: data-component="RichTextInput" -Category: forms -Props: label: string = "RichText", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RoleSelector -Mount: data-component="RoleSelector" -Category: forms -Props: label: string = "Role", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### RollingDateRangePicker -Mount: data-component="RollingDateRangePicker" -Category: forms -Props: label: string = "RollingDateRange", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SaveCookiePreferencesButton -Mount: data-component="SaveCookiePreferencesButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SavedFilterSelector -Mount: data-component="SavedFilterSelector" -Category: forms -Props: label: string = "SavedFilter", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ScheduledDateTimePicker -Mount: data-component="ScheduledDateTimePicker" -Category: forms -Props: label: string = "ScheduledDateTime", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ScheduleMessagePicker -Mount: data-component="ScheduleMessagePicker" -Category: forms -Props: label: string = "ScheduleMessage", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SchedulePicker -Mount: data-component="SchedulePicker" -Category: forms -Props: class: string = "", label: string = "Schedule" -Slots: none -Events: none - -### ScreenshotFrame -Mount: data-component="ScreenshotFrame" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### ScrollArea -Mount: data-component="ScrollArea" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### SDKCard -Mount: data-component="SDKCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SdkLanguageSelector -Mount: data-component="SdkLanguageSelector" -Category: forms -Props: label: string = "SdkLanguage", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SDKLanguageTabs -Mount: data-component="SDKLanguageTabs" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SDKTabs -Mount: data-component="SDKTabs" -Category: core -Props: label: string = "SDK languages", tabs: string = [], defaultIndex: number = 0, class: string = "" -Slots: none -Events: click - -### SearchButton -Mount: data-component="SearchButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SearchCategoryTabs -Mount: data-component="SearchCategoryTabs" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SearchDialog -Mount: data-component="SearchDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### SearchEmptyState -Mount: data-component="SearchEmptyState" -Category: feedback -Props: label: string = "SearchEmpty", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### SearchInput -Mount: data-component="SearchInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Search", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### SearchLoadingState -Mount: data-component="SearchLoadingState" -Category: feedback -Props: label: string = "SearchLoading", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### SearchResultItem -Mount: data-component="SearchResultItem" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SecondaryButton -Mount: data-component="SecondaryButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SecondPicker -Mount: data-component="SecondPicker" -Category: forms -Props: label: string = "Second", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SecretDisplay -Mount: data-component="SecretDisplay" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SecretInput -Mount: data-component="SecretInput" -Category: forms -Props: label: string = "Secret", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SecretRevealDialog -Mount: data-component="SecretRevealDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### Section -Mount: data-component="Section" -Category: layout -Props: id: string = "", size: string = "default", surface: string = "default", className: string = "" -Slots: default -Events: none - -### SectionActions -Mount: data-component="SectionActions" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SectionHeader -Mount: data-component="SectionHeader" -Category: layout -Props: class: string = "", eyebrow: string = "", title: string = "Section title", description: string = "", align: string = "left" -Slots: default -Events: none - -### SectionHeading -Mount: data-component="SectionHeading" -Category: core -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SecurityAlert -Mount: data-component="SecurityAlert" -Category: feedback -Props: label: string = "Security", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### SecurityContactCard -Mount: data-component="SecurityContactCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SecurityFeatureCard -Mount: data-component="SecurityFeatureCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SecurityHero -Mount: data-component="SecurityHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SecurityPillarGrid -Mount: data-component="SecurityPillarGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### SecurityPracticeList -Mount: data-component="SecurityPracticeList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### SecurityReportForm -Mount: data-component="SecurityReportForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Select -Mount: data-component="Select" -Category: core -Props: class: string = "", id: string = "", name: string = "", label: string = "Select", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false -Slots: default -Events: none - -### SenderIdInput -Mount: data-component="SenderIdInput" -Category: forms -Props: label: string = "SenderId", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ServerErrorPage -Mount: data-component="ServerErrorPage" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ServiceLevelTable -Mount: data-component="ServiceLevelTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ServiceStatusBadge -Mount: data-component="ServiceStatusBadge" -Category: feedback -Props: label: string = "ServiceStatus", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### ServiceStatusList -Mount: data-component="ServiceStatusList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### ServiceStatusRow -Mount: data-component="ServiceStatusRow" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### SessionCard -Mount: data-component="SessionCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SessionExpiredDialog -Mount: data-component="SessionExpiredDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### SetupChecklist -Mount: data-component="SetupChecklist" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SeveritySelector -Mount: data-component="SeveritySelector" -Category: forms -Props: label: string = "Severity", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ShadowPicker -Mount: data-component="ShadowPicker" -Category: forms -Props: label: string = "Shadow", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ShareAction -Mount: data-component="ShareAction" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ShareButton -Mount: data-component="ShareButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SidebarLayout -Mount: data-component="SidebarLayout" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### SidePanel -Mount: data-component="SidePanel" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SignInForm -Mount: data-component="SignInForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SignInLink -Mount: data-component="SignInLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SignUpForm -Mount: data-component="SignUpForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SiteSearch -Mount: data-component="SiteSearch" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Skeleton -Mount: data-component="Skeleton" -Category: feedback -Props: height: string = "4", rounded: string = "lg", className: string = "" -Slots: none -Events: none - -### SkipLink -Mount: data-component="SkipLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SlaTable -Mount: data-component="SlaTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### Slider -Mount: data-component="Slider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SlugInput -Mount: data-component="SlugInput" -Category: forms -Props: label: string = "Slug", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SmallText -Mount: data-component="SmallText" -Category: content -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SmartRouteDiagram -Mount: data-component="SmartRouteDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### SmsComposer -Mount: data-component="SmsComposer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### SmsMessageEditor -Mount: data-component="SmsMessageEditor" -Category: forms -Props: label: string = "SmsMessage", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SmsSegmentCounter -Mount: data-component="SmsSegmentCounter" -Category: feedback -Props: label: string = "SmsSegment", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### SocialShare -Mount: data-component="SocialShare" -Category: core -Props: class: string = "", title: string = "Share this page", description: string = "", url: string = "", shareText: string = "", centered: boolean = false, compact: boolean = false, showTitle: boolean = true, showCopy: boolean = true, networks: string = [] -Slots: none -Events: click - -### SolutionHero -Mount: data-component="SolutionHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SolutionPageShell -Mount: data-component="SolutionPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SolutionSection -Mount: data-component="SolutionSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SolutionsMegaMenu -Mount: data-component="SolutionsMegaMenu" -Category: overlays -Props: class: string = "" -Slots: none -Events: none - -### SortableTable -Mount: data-component="SortableTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### spacer -Mount: data-component="spacer" -Category: core -Props: class: string = "" -Slots: none -Events: none - -### Spinner -Mount: data-component="Spinner" -Category: core -Props: class: string = "", label: string = "Loading", size: string = "md" -Slots: none -Events: none - -### SplitButton -Mount: data-component="SplitButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SplitCTA -Mount: data-component="SplitCTA" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### SplitHero -Mount: data-component="SplitHero" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SplitLayout -Mount: data-component="SplitLayout" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### SplitSectionHeader -Mount: data-component="SplitSectionHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### Stack -Mount: data-component="Stack" -Category: core -Props: gap: string = "4", className: string = "" -Slots: default -Events: none - -### StartFreeButton -Mount: data-component="StartFreeButton" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### StatCard -Mount: data-component="StatCard" -Category: content -Props: class: string = "", label: string = "Metric", value: string = "0", change: string = "", trend: string = "neutral" -Slots: none -Events: none - -### StateSelector -Mount: data-component="StateSelector" -Category: forms -Props: label: string = "State", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### StatusBadge -Mount: data-component="StatusBadge" -Category: feedback -Props: class: string = "", status: string = "operational" -Slots: none -Events: none - -### StatusBanner -Mount: data-component="StatusBanner" -Category: core -Props: class: string = "", type: string = "info", title: string = "", description: string = "", actionLabel: string = "", actionHref: string = "", dismissible: boolean = true, compact: boolean = false, details: string = [] -Slots: none -Events: click - -### StatusPageShell -Mount: data-component="StatusPageShell" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### StatusSelector -Mount: data-component="StatusSelector" -Category: forms -Props: label: string = "Status", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### StatusSubscribeForm -Mount: data-component="StatusSubscribeForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### StatusTable -Mount: data-component="StatusTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### StepNavigation -Mount: data-component="StepNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### Stepper -Mount: data-component="Stepper" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### StepperInput -Mount: data-component="StepperInput" -Category: forms -Props: label: string = "Stepper", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### StepUpAuthenticationDialog -Mount: data-component="StepUpAuthenticationDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### StickerPicker -Mount: data-component="StickerPicker" -Category: forms -Props: label: string = "Sticker", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Sticky -Mount: data-component="Sticky" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### StickyLayout -Mount: data-component="StickyLayout" -Category: layout -Props: class: string = "" -Slots: default -Events: none - -### StreetAddressInput -Mount: data-component="StreetAddressInput" -Category: forms -Props: label: string = "StreetAddress", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SubdomainInput -Mount: data-component="SubdomainInput" -Category: forms -Props: label: string = "Subdomain", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SubjectInput -Mount: data-component="SubjectInput" -Category: forms -Props: label: string = "Subject", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### SubprocessorTable -Mount: data-component="SubprocessorTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### SubsectionHeading -Mount: data-component="SubsectionHeading" -Category: core -Props: text: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### SuccessCard -Mount: data-component="SuccessCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### SuccessState -Mount: data-component="SuccessState" -Category: feedback -Props: label: string = "Success", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### SupportRequestForm -Mount: data-component="SupportRequestForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Surface -Mount: data-component="Surface" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### Switch -Mount: data-component="Switch" -Category: core -Props: class: string = "", id: string = "", name: string = "", label: string = "Switch", description: string = "", checked: boolean = false, disabled: boolean = false -Slots: none -Events: click - -### Table -Mount: data-component="Table" -Category: data -Props: class: string = "", caption: string = "Data table", responsive: boolean = true -Slots: default -Events: none - -### TableHeader -Mount: data-component="TableHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### TableRow -Mount: data-component="TableRow" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### TableSkeleton -Mount: data-component="TableSkeleton" -Category: feedback -Props: label: string = "Table", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### Tabs -Mount: data-component="Tabs" -Category: content -Props: class: string = "", active: string = "first" -Slots: first, second -Events: click - -### tag -Mount: data-component="tag" -Category: core -Props: label: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### TagInput -Mount: data-component="TagInput" -Category: forms -Props: label: string = "Tag", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TaxNotice -Mount: data-component="TaxNotice" -Category: feedback -Props: label: string = "Tax", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### TaxRateInput -Mount: data-component="TaxRateInput" -Category: forms -Props: label: string = "TaxRate", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TeamMemberCard -Mount: data-component="TeamMemberCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TeamSizeSelector -Mount: data-component="TeamSizeSelector" -Category: forms -Props: label: string = "TeamSize", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TemplateCard -Mount: data-component="TemplateCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### TemplateSelector -Mount: data-component="TemplateSelector" -Category: forms -Props: label: string = "Template", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TemplateVariableInput -Mount: data-component="TemplateVariableInput" -Category: forms -Props: label: string = "TemplateVariable", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TenantIsolationDiagram -Mount: data-component="TenantIsolationDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### TerminalBlock -Mount: data-component="TerminalBlock" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TertiaryButton -Mount: data-component="TertiaryButton" -Category: actions -Props: label: string = "Action", type: string = "button", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### TestimonialCard -Mount: data-component="TestimonialCard" -Category: content -Props: class: string = "", quote: string = "Great product.", name: string = "Customer", role: string = "", company: string = "", avatar: string = "" -Slots: none -Events: none - -### TestimonialCarousel -Mount: data-component="TestimonialCarousel" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TestMessageDialog -Mount: data-component="TestMessageDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### Textarea -Mount: data-component="Textarea" -Category: core -Props: class: string = "", id: string = "", name: string = "", label: string = "Message", value: string = "", placeholder: string = "", rows: number = 5, help: string = "", error: string = "", required: boolean = false, disabled: boolean = false -Slots: none -Events: none - -### TextInput -Mount: data-component="TextInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Text", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### TextLink -Mount: data-component="TextLink" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### TextSkeleton -Mount: data-component="TextSkeleton" -Category: feedback -Props: label: string = "Text", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### theme-toggle -Mount: data-component="theme-toggle" -Category: core -Props: label: string = "Toggle theme", class: string = "" -Slots: default -Events: none - -### ThemeColorPicker -Mount: data-component="ThemeColorPicker" -Category: forms -Props: label: string = "ThemeColor", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ThemeSwitcher -Mount: data-component="ThemeSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TimeInput -Mount: data-component="TimeInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Time", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### Timeline -Mount: data-component="Timeline" -Category: visualization -Props: class: string = "", title: string = "Timeline" -Slots: default -Events: none - -### TimelineChart -Mount: data-component="TimelineChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### TimelineItem -Mount: data-component="TimelineItem" -Category: content -Props: class: string = "", title: string = "Event", date: string = "", description: string = "", status: string = "default" -Slots: none -Events: none - -### TimeoutInput -Mount: data-component="TimeoutInput" -Category: forms -Props: label: string = "Timeout", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TimePicker -Mount: data-component="TimePicker" -Category: forms -Props: id: string = "time-picker", name: string = "time", label: string = "Time", value: string = "", min: string = "", max: string = "", step: number = 60, required: boolean = false, disabled: boolean = false, class: string = "" -Slots: none -Events: none - -### TimeRangePicker -Mount: data-component="TimeRangePicker" -Category: forms -Props: label: string = "TimeRange", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TimezoneAwareTimePicker -Mount: data-component="TimezoneAwareTimePicker" -Category: forms -Props: label: string = "TimezoneAwareTime", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TimezoneSelector -Mount: data-component="TimezoneSelector" -Category: forms -Props: class: string = "", id: string = "timezone", name: string = "timezone", label: string = "Timezone" -Slots: none -Events: none - -### Toast -Mount: data-component="Toast" -Category: core -Props: class: string = "", title: string = "Saved", description: string = "", variant: string = "success", duration: number = 5000 -Slots: none -Events: click - -### ToastAction -Mount: data-component="ToastAction" -Category: actions -Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = "" -Slots: default -Events: none - -### ToastHost -Mount: data-component="ToastHost" -Category: core -Props: class: string = "" -Slots: none -Events: click - -### ToastIcon -Mount: data-component="ToastIcon" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ToastProgress -Mount: data-component="ToastProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### Toggle -Mount: data-component="Toggle" -Category: forms -Props: label: string = "", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ToggleGroup -Mount: data-component="ToggleGroup" -Category: forms -Props: label: string = "Toggle", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### TokenInput -Mount: data-component="TokenInput" -Category: forms -Props: label: string = "Token", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### Tooltip -Mount: data-component="Tooltip" -Category: content -Props: class: string = "", text: string = "Helpful information", position: string = "top" -Slots: default -Events: none - -### TotpVerificationForm -Mount: data-component="TotpVerificationForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TranslatedText -Mount: data-component="TranslatedText" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TreeTable -Mount: data-component="TreeTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### TrendIndicator -Mount: data-component="TrendIndicator" -Category: feedback -Props: label: string = "Trend", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### TruncatedText -Mount: data-component="TruncatedText" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### TrustBadgeList -Mount: data-component="TrustBadgeList" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### Typography -Mount: data-component="Typography" -Category: core -Props: as: string = "p", variant: string = "body", align: string = "start", class: string = "" -Slots: default -Events: none - -### UnavailableRegionState -Mount: data-component="UnavailableRegionState" -Category: feedback -Props: label: string = "UnavailableRegion", title: string = "", description: string = "", value: string = "", variant: string = "default", class: string = "" -Slots: default -Events: none - -### UnifiedTimelinePreview -Mount: data-component="UnifiedTimelinePreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### UnsavedChangesDialog -Mount: data-component="UnsavedChangesDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### UploadItem -Mount: data-component="UploadItem" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### UploadPreview -Mount: data-component="UploadPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### UploadProgress -Mount: data-component="UploadProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### UptimeChart -Mount: data-component="UptimeChart" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### UptimeMetric -Mount: data-component="UptimeMetric" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### UrlInput -Mount: data-component="UrlInput" -Category: forms -Props: class: string = "", id: string = "", name: string = "", label: string = "Url", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "" -Slots: none -Events: none - -### UsagePricingTable -Mount: data-component="UsagePricingTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### UseCaseSelector -Mount: data-component="UseCaseSelector" -Category: forms -Props: label: string = "UseCase", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### UserCard -Mount: data-component="UserCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### UsernameInput -Mount: data-component="UsernameInput" -Category: forms -Props: label: string = "Username", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ValueCard -Mount: data-component="ValueCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### ValuesGrid -Mount: data-component="ValuesGrid" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### VerificationCodeInput -Mount: data-component="VerificationCodeInput" -Category: forms -Props: label: string = "VerificationCode", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### VerifiedBadge -Mount: data-component="VerifiedBadge" -Category: feedback -Props: label: string = "Verified", variant: string = "default", class: string = "" -Slots: default -Events: none - -### VersionSelector -Mount: data-component="VersionSelector" -Category: forms -Props: label: string = "Version", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### VerticalTabs -Mount: data-component="VerticalTabs" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### VideoCard -Mount: data-component="VideoCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### VideoPreviewDialog -Mount: data-component="VideoPreviewDialog" -Category: overlays -Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = "" -Slots: default -Events: none - -### VideoUpload -Mount: data-component="VideoUpload" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### VirtualizedTable -Mount: data-component="VirtualizedTable" -Category: data -Props: title: string = "", description: string = "", empty: boolean = false, emptyText: string = "No items available.", class: string = "" -Slots: default -Events: none - -### VisionSection -Mount: data-component="VisionSection" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### VisuallyHidden -Mount: data-component="VisuallyHidden" -Category: core -Props: className: string = "" -Slots: default -Events: none - -### VoiceScriptComposer -Mount: data-component="VoiceScriptComposer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### VoiceScriptEditor -Mount: data-component="VoiceScriptEditor" -Category: forms -Props: label: string = "VoiceScript", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### VolumeInput -Mount: data-component="VolumeInput" -Category: forms -Props: label: string = "Volume", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### VolumeSlider -Mount: data-component="VolumeSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WarningCard -Mount: data-component="WarningCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### WebhookEventCard -Mount: data-component="WebhookEventCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WebhookFlowDiagram -Mount: data-component="WebhookFlowDiagram" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### WebhookPayloadViewer -Mount: data-component="WebhookPayloadViewer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WebhookUrlInput -Mount: data-component="WebhookUrlInput" -Category: forms -Props: label: string = "WebhookUrl", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### WebinarCard -Mount: data-component="WebinarCard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WebinarRegistrationForm -Mount: data-component="WebinarRegistrationForm" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### Well -Mount: data-component="Well" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### WhatsAppComposer -Mount: data-component="WhatsAppComposer" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WhatsAppNumberInput -Mount: data-component="WhatsAppNumberInput" -Category: forms -Props: label: string = "WhatsAppNumber", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### WhatsAppTemplateEditor -Mount: data-component="WhatsAppTemplateEditor" -Category: forms -Props: label: string = "WhatsAppTemplate", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### WideContainer -Mount: data-component="WideContainer" -Category: core -Props: class: string = "" -Slots: default -Events: none - -### Wizard -Mount: data-component="Wizard" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WizardHeader -Mount: data-component="WizardHeader" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### WizardNavigation -Mount: data-component="WizardNavigation" -Category: layout -Props: eyebrow: string = "", title: string = "", description: string = "", align: string = "start", class: string = "" -Slots: default -Events: none - -### WorkflowCanvasPreview -Mount: data-component="WorkflowCanvasPreview" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### WorkflowProgress -Mount: data-component="WorkflowProgress" -Category: visualization -Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = "" -Slots: default -Events: none - -### WorkspaceCard -Mount: data-component="WorkspaceCard" -Category: content -Props: title: string = "", description: string = "", href: string = "", class: string = "" -Slots: default -Events: none - -### WorkspaceSelector -Mount: data-component="WorkspaceSelector" -Category: forms -Props: label: string = "Workspace", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### WorkspaceSwitcher -Mount: data-component="WorkspaceSwitcher" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - -### YearPicker -Mount: data-component="YearPicker" -Category: forms -Props: label: string = "Year", name: string = "", value: string = "", placeholder: string = "", type: string = "text", required: boolean = false, disabled: boolean = false, readonly: boolean = false, help: string = "", error: string = "", class: string = "" -Slots: default -Events: none - -### ZoomSlider -Mount: data-component="ZoomSlider" -Category: content -Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = "" -Slots: default -Events: none - # Installed package documentation -The following README files and declarations come from the installed private 0.2.65 release. +The following README files and declarations come from the installed private 0.2.66 release. ## @wrnexus/ai diff --git a/public/sitemap.xml b/public/sitemap.xml index a729de51..d3d9fdad 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -1,2 +1,2 @@ -https://wrnexusjs.dev/https://wrnexusjs.dev/accesshttps://wrnexusjs.dev/getting-startedhttps://wrnexusjs.dev/tutorialhttps://wrnexusjs.dev/architecturehttps://wrnexusjs.dev/languagehttps://wrnexusjs.dev/packageshttps://wrnexusjs.dev/componentshttps://wrnexusjs.dev/guides/project-structurehttps://wrnexusjs.dev/guides/routinghttps://wrnexusjs.dev/guides/pages-and-componentshttps://wrnexusjs.dev/guides/server-datahttps://wrnexusjs.dev/guides/api-routeshttps://wrnexusjs.dev/guides/middlewarehttps://wrnexusjs.dev/guides/forms-and-validationhttps://wrnexusjs.dev/guides/authenticationhttps://wrnexusjs.dev/guides/authorizationhttps://wrnexusjs.dev/guides/securityhttps://wrnexusjs.dev/guides/databasehttps://wrnexusjs.dev/guides/uploadshttps://wrnexusjs.dev/guides/realtimehttps://wrnexusjs.dev/guides/pubsubhttps://wrnexusjs.dev/guides/queueshttps://wrnexusjs.dev/guides/testinghttps://wrnexusjs.dev/guides/workspaces-and-gatewayhttps://wrnexusjs.dev/guides/deploymenthttps://wrnexusjs.dev/guides/configuration-and-profileshttps://wrnexusjs.dev/guides/i18n-and-themeshttps://wrnexusjs.dev/guides/mobilehttps://wrnexusjs.dev/guides/observabilityhttps://wrnexusjs.dev/guides/upgradinghttps://wrnexusjs.dev/guides/troubleshootinghttps://wrnexusjs.dev/exampleshttps://wrnexusjs.dev/showcasehttps://wrnexusjs.dev/benchmarkshttps://wrnexusjs.dev/roadmaphttps://wrnexusjs.dev/changeloghttps://wrnexusjs.dev/releases/0.2.65https://wrnexusjs.dev/securityhttps://wrnexusjs.dev/supporthttps://wrnexusjs.dev/licensehttps://wrnexusjs.dev/searchhttps://wrnexusjs.dev/404https://wrnexusjs.dev/packages/aihttps://wrnexusjs.dev/packages/authzhttps://wrnexusjs.dev/packages/clihttps://wrnexusjs.dev/packages/compilerhttps://wrnexusjs.dev/packages/corehttps://wrnexusjs.dev/packages/csrhttps://wrnexusjs.dev/packages/dbhttps://wrnexusjs.dev/packages/dev-serverhttps://wrnexusjs.dev/packages/encryptionhttps://wrnexusjs.dev/packages/helpershttps://wrnexusjs.dev/packages/i18nhttps://wrnexusjs.dev/packages/jwthttps://wrnexusjs.dev/packages/mobilehttps://wrnexusjs.dev/packages/nativehttps://wrnexusjs.dev/packages/oauthhttps://wrnexusjs.dev/packages/pubsubhttps://wrnexusjs.dev/packages/queuehttps://wrnexusjs.dev/packages/reactivehttps://wrnexusjs.dev/packages/routerhttps://wrnexusjs.dev/packages/ssrhttps://wrnexusjs.dev/packages/styleshttps://wrnexusjs.dev/packages/testhttps://wrnexusjs.dev/packages/trackinghttps://wrnexusjs.dev/packages/uihttps://wrnexusjs.dev/packages/uploaderhttps://wrnexusjs.dev/packages/validationhttps://wrnexusjs.dev/components/accept-all-cookies-buttonhttps://wrnexusjs.dev/components/accessible-accordionhttps://wrnexusjs.dev/components/accessible-carouselhttps://wrnexusjs.dev/components/accessible-chart-summaryhttps://wrnexusjs.dev/components/accessible-dialoghttps://wrnexusjs.dev/components/accessible-error-summaryhttps://wrnexusjs.dev/components/accessible-iconhttps://wrnexusjs.dev/components/accessible-menuhttps://wrnexusjs.dev/components/accessible-tabshttps://wrnexusjs.dev/components/accessible-tooltiphttps://wrnexusjs.dev/components/accordionhttps://wrnexusjs.dev/components/account-menuhttps://wrnexusjs.dev/components/account-status-bannerhttps://wrnexusjs.dev/components/action-menuhttps://wrnexusjs.dev/components/active-filter-listhttps://wrnexusjs.dev/components/activity-listhttps://wrnexusjs.dev/components/add-on-cardhttps://wrnexusjs.dev/components/address-inputhttps://wrnexusjs.dev/components/address-previewhttps://wrnexusjs.dev/components/advanced-filter-builderhttps://wrnexusjs.dev/components/alerthttps://wrnexusjs.dev/components/alert-dialoghttps://wrnexusjs.dev/components/amount-inputhttps://wrnexusjs.dev/components/analytics-dashboard-previewhttps://wrnexusjs.dev/components/anchor-navigationhttps://wrnexusjs.dev/components/announcement-barhttps://wrnexusjs.dev/components/apartment-inputhttps://wrnexusjs.dev/components/api-authentication-noticehttps://wrnexusjs.dev/components/api-endpoint-cardhttps://wrnexusjs.dev/components/api-error-examplehttps://wrnexusjs.dev/components/api-header-tablehttps://wrnexusjs.dev/components/api-key-create-dialoghttps://wrnexusjs.dev/components/api-key-displayhttps://wrnexusjs.dev/components/api-key-inputhttps://wrnexusjs.dev/components/api-method-badgehttps://wrnexusjs.dev/components/api-parameter-tablehttps://wrnexusjs.dev/components/api-rate-limit-noticehttps://wrnexusjs.dev/components/api-request-examplehttps://wrnexusjs.dev/components/api-response-examplehttps://wrnexusjs.dev/components/api-schema-tablehttps://wrnexusjs.dev/components/api-schema-viewerhttps://wrnexusjs.dev/components/api-version-badgehttps://wrnexusjs.dev/components/app-headerhttps://wrnexusjs.dev/components/architecture-sectionhttps://wrnexusjs.dev/components/area-charthttps://wrnexusjs.dev/components/article-herohttps://wrnexusjs.dev/components/article-layouthttps://wrnexusjs.dev/components/article-newsletter-ctahttps://wrnexusjs.dev/components/article-page-shellhttps://wrnexusjs.dev/components/article-share-actionshttps://wrnexusjs.dev/components/aspect-ratiohttps://wrnexusjs.dev/components/asset-cardhttps://wrnexusjs.dev/components/attachment-pickerhttps://wrnexusjs.dev/components/attachment-uploadhttps://wrnexusjs.dev/components/audio-uploadhttps://wrnexusjs.dev/components/audit-log-previewhttps://wrnexusjs.dev/components/audit-tablehttps://wrnexusjs.dev/components/authenticator-code-inputhttps://wrnexusjs.dev/components/author-avatarhttps://wrnexusjs.dev/components/author-cardhttps://wrnexusjs.dev/components/authorized-application-cardhttps://wrnexusjs.dev/components/auto-gridhttps://wrnexusjs.dev/components/automation-example-cardhttps://wrnexusjs.dev/components/availability-calendarhttps://wrnexusjs.dev/components/avatarhttps://wrnexusjs.dev/components/avatar-grouphttps://wrnexusjs.dev/components/avatar-uploadhttps://wrnexusjs.dev/components/back-buttonhttps://wrnexusjs.dev/components/back-to-tophttps://wrnexusjs.dev/components/badgehttps://wrnexusjs.dev/components/bank-transfer-detailshttps://wrnexusjs.dev/components/bannerhttps://wrnexusjs.dev/components/bar-charthttps://wrnexusjs.dev/components/beta-badgehttps://wrnexusjs.dev/components/billing-address-formhttps://wrnexusjs.dev/components/billing-examplehttps://wrnexusjs.dev/components/billing-period-togglehttps://wrnexusjs.dev/components/blackout-date-pickerhttps://wrnexusjs.dev/components/blog-cardhttps://wrnexusjs.dev/components/blog-gridhttps://wrnexusjs.dev/components/blog-listhttps://wrnexusjs.dev/components/blog-searchhttps://wrnexusjs.dev/components/body-texthttps://wrnexusjs.dev/components/border-radius-pickerhttps://wrnexusjs.dev/components/bottom-navigationhttps://wrnexusjs.dev/components/brand-color-pickerhttps://wrnexusjs.dev/components/brand-selectorhttps://wrnexusjs.dev/components/breadcrumbshttps://wrnexusjs.dev/components/browser-framehttps://wrnexusjs.dev/components/budget-range-sliderhttps://wrnexusjs.dev/components/budget-selectorhttps://wrnexusjs.dev/components/business-hours-pickerhttps://wrnexusjs.dev/components/buttonhttps://wrnexusjs.dev/components/button-grouphttps://wrnexusjs.dev/components/button-selectorhttps://wrnexusjs.dev/components/calendarhttps://wrnexusjs.dev/components/calendar-gridhttps://wrnexusjs.dev/components/calendar-headerhttps://wrnexusjs.dev/components/calendar-navigationhttps://wrnexusjs.dev/components/callback-url-inputhttps://wrnexusjs.dev/components/campaign-cardhttps://wrnexusjs.dev/components/campaign-performance-previewhttps://wrnexusjs.dev/components/campaign-progresshttps://wrnexusjs.dev/components/capability-gridhttps://wrnexusjs.dev/components/captcha-fieldhttps://wrnexusjs.dev/components/cardhttps://wrnexusjs.dev/components/card-payment-formhttps://wrnexusjs.dev/components/card-selectorhttps://wrnexusjs.dev/components/card-skeletonhttps://wrnexusjs.dev/components/career-application-formhttps://wrnexusjs.dev/components/career-benefits-gridhttps://wrnexusjs.dev/components/carouselhttps://wrnexusjs.dev/components/case-study-cardhttps://wrnexusjs.dev/components/case-study-herohttps://wrnexusjs.dev/components/case-study-previewhttps://wrnexusjs.dev/components/centered-ctahttps://wrnexusjs.dev/components/centered-herohttps://wrnexusjs.dev/components/centered-section-headerhttps://wrnexusjs.dev/components/certificate-uploadhttps://wrnexusjs.dev/components/certification-badgehttps://wrnexusjs.dev/components/challenge-sectionhttps://wrnexusjs.dev/components/channel-badgehttps://wrnexusjs.dev/components/channel-cardhttps://wrnexusjs.dev/components/channel-comparison-charthttps://wrnexusjs.dev/components/channel-comparison-tablehttps://wrnexusjs.dev/components/channel-fallback-diagramhttps://wrnexusjs.dev/components/channel-flowhttps://wrnexusjs.dev/components/channel-iconhttps://wrnexusjs.dev/components/channel-rate-tablehttps://wrnexusjs.dev/components/channel-selectorhttps://wrnexusjs.dev/components/character-counterhttps://wrnexusjs.dev/components/chart-empty-statehttps://wrnexusjs.dev/components/chart-tooltiphttps://wrnexusjs.dev/components/checkboxhttps://wrnexusjs.dev/components/checkbox-grouphttps://wrnexusjs.dev/components/checklisthttps://wrnexusjs.dev/components/checklist-progresshttps://wrnexusjs.dev/components/chiphttps://wrnexusjs.dev/components/chip-inputhttps://wrnexusjs.dev/components/circular-progresshttps://wrnexusjs.dev/components/city-selectorhttps://wrnexusjs.dev/components/clear-filters-buttonhttps://wrnexusjs.dev/components/clickable-cardhttps://wrnexusjs.dev/components/close-buttonhttps://wrnexusjs.dev/components/clusterhttps://wrnexusjs.dev/components/codehttps://wrnexusjs.dev/components/code-blockhttps://wrnexusjs.dev/components/code-copy-buttonhttps://wrnexusjs.dev/components/code-headerhttps://wrnexusjs.dev/components/code-inputhttps://wrnexusjs.dev/components/code-language-badgehttps://wrnexusjs.dev/components/code-tabshttps://wrnexusjs.dev/components/code-texthttps://wrnexusjs.dev/components/cohort-charthttps://wrnexusjs.dev/components/color-gridhttps://wrnexusjs.dev/components/color-hex-inputhttps://wrnexusjs.dev/components/color-pickerhttps://wrnexusjs.dev/components/color-selectorhttps://wrnexusjs.dev/components/color-swatchhttps://wrnexusjs.dev/components/comboboxhttps://wrnexusjs.dev/components/coming-soon-badgehttps://wrnexusjs.dev/components/coming-soon-statehttps://wrnexusjs.dev/components/command-blockhttps://wrnexusjs.dev/components/command-menuhttps://wrnexusjs.dev/components/command-search-inputhttps://wrnexusjs.dev/components/company-herohttps://wrnexusjs.dev/components/company-name-inputhttps://wrnexusjs.dev/components/company-page-shellhttps://wrnexusjs.dev/components/company-size-selectorhttps://wrnexusjs.dev/components/comparison-date-range-pickerhttps://wrnexusjs.dev/components/comparison-tablehttps://wrnexusjs.dev/components/completion-meterhttps://wrnexusjs.dev/components/compliance-badge-listhttps://wrnexusjs.dev/components/compliance-program-cardhttps://wrnexusjs.dev/components/confirmation-dialoghttps://wrnexusjs.dev/components/confirm-password-inputhttps://wrnexusjs.dev/components/connected-account-cardhttps://wrnexusjs.dev/components/connection-cardhttps://wrnexusjs.dev/components/consent-timeline-previewhttps://wrnexusjs.dev/components/contact-cardhttps://wrnexusjs.dev/components/contact-ctahttps://wrnexusjs.dev/components/contact-formhttps://wrnexusjs.dev/components/contact-herohttps://wrnexusjs.dev/components/contact-page-shellhttps://wrnexusjs.dev/components/contact-sales-bannerhttps://wrnexusjs.dev/components/contact-sales-buttonhttps://wrnexusjs.dev/components/contact-sales-formhttps://wrnexusjs.dev/components/containerhttps://wrnexusjs.dev/components/context-menuhttps://wrnexusjs.dev/components/context-switcherhttps://wrnexusjs.dev/components/conversation-listhttps://wrnexusjs.dev/components/conversation-previewhttps://wrnexusjs.dev/components/conversion-charthttps://wrnexusjs.dev/components/cookie-bannerhttps://wrnexusjs.dev/components/cookie-category-listhttps://wrnexusjs.dev/components/cookie-category-togglehttps://wrnexusjs.dev/components/cookie-consenthttps://wrnexusjs.dev/components/cookie-details-tablehttps://wrnexusjs.dev/components/cookie-preferences-dialoghttps://wrnexusjs.dev/components/cookie-tablehttps://wrnexusjs.dev/components/coordinates-inputhttps://wrnexusjs.dev/components/coordinates-pickerhttps://wrnexusjs.dev/components/copy-buttonhttps://wrnexusjs.dev/components/copy-code-buttonhttps://wrnexusjs.dev/components/copy-secret-fieldhttps://wrnexusjs.dev/components/cost-breakdown-charthttps://wrnexusjs.dev/components/cost-summaryhttps://wrnexusjs.dev/components/counterhttps://wrnexusjs.dev/components/country-calling-code-inputhttps://wrnexusjs.dev/components/country-calling-code-selectorhttps://wrnexusjs.dev/components/country-selectorhttps://wrnexusjs.dev/components/coupon-inputhttps://wrnexusjs.dev/components/credit-amount-inputhttps://wrnexusjs.dev/components/cron-builderhttps://wrnexusjs.dev/components/cron-inputhttps://wrnexusjs.dev/components/csv-uploadhttps://wrnexusjs.dev/components/ctasectionhttps://wrnexusjs.dev/components/currency-inputhttps://wrnexusjs.dev/components/currency-selectorhttps://wrnexusjs.dev/components/current-password-inputhttps://wrnexusjs.dev/components/customer-logohttps://wrnexusjs.dev/components/customer-story-cardhttps://wrnexusjs.dev/components/danger-buttonhttps://wrnexusjs.dev/components/data-protection-cardhttps://wrnexusjs.dev/components/data-retention-tablehttps://wrnexusjs.dev/components/data-tablehttps://wrnexusjs.dev/components/date-inputhttps://wrnexusjs.dev/components/date-pickerhttps://wrnexusjs.dev/components/date-range-calendarhttps://wrnexusjs.dev/components/date-range-pickerhttps://wrnexusjs.dev/components/date-range-sliderhttps://wrnexusjs.dev/components/date-time-inputhttps://wrnexusjs.dev/components/date-time-pickerhttps://wrnexusjs.dev/components/date-time-range-pickerhttps://wrnexusjs.dev/components/decimal-inputhttps://wrnexusjs.dev/components/definition-listhttps://wrnexusjs.dev/components/delete-confirmation-dialoghttps://wrnexusjs.dev/components/delivery-previewhttps://wrnexusjs.dev/components/delivery-status-charthttps://wrnexusjs.dev/components/delivery-status-timelinehttps://wrnexusjs.dev/components/demo-request-formhttps://wrnexusjs.dev/components/department-inputhttps://wrnexusjs.dev/components/deprecated-feature-alerthttps://wrnexusjs.dev/components/description-listhttps://wrnexusjs.dev/components/desktop-navigationhttps://wrnexusjs.dev/components/developer-ctahttps://wrnexusjs.dev/components/developer-herohttps://wrnexusjs.dev/components/developer-page-shellhttps://wrnexusjs.dev/components/developer-searchhttps://wrnexusjs.dev/components/developers-mega-menuhttps://wrnexusjs.dev/components/developers-menuhttps://wrnexusjs.dev/components/device-cardhttps://wrnexusjs.dev/components/disclosurehttps://wrnexusjs.dev/components/discount-inputhttps://wrnexusjs.dev/components/display-headinghttps://wrnexusjs.dev/components/display-name-inputhttps://wrnexusjs.dev/components/dividerhttps://wrnexusjs.dev/components/document-previewhttps://wrnexusjs.dev/components/document-uploadhttps://wrnexusjs.dev/components/domain-inputhttps://wrnexusjs.dev/components/do-not-sell-linkhttps://wrnexusjs.dev/components/donut-charthttps://wrnexusjs.dev/components/download-actionhttps://wrnexusjs.dev/components/download-buttonhttps://wrnexusjs.dev/components/download-gate-formhttps://wrnexusjs.dev/components/download-policy-buttonhttps://wrnexusjs.dev/components/download-resource-formhttps://wrnexusjs.dev/components/drawerhttps://wrnexusjs.dev/components/dropdown-menuhttps://wrnexusjs.dev/components/dropdown-navigationhttps://wrnexusjs.dev/components/duration-inputhttps://wrnexusjs.dev/components/duration-pickerhttps://wrnexusjs.dev/components/duration-sliderhttps://wrnexusjs.dev/components/elevated-cardhttps://wrnexusjs.dev/components/email-body-editorhttps://wrnexusjs.dev/components/email-composerhttps://wrnexusjs.dev/components/email-inputhttps://wrnexusjs.dev/components/emoji-pickerhttps://wrnexusjs.dev/components/empty-statehttps://wrnexusjs.dev/components/encryption-diagramhttps://wrnexusjs.dev/components/enterprise-ctahttps://wrnexusjs.dev/components/enterprise-herohttps://wrnexusjs.dev/components/enterprise-pricing-cardhttps://wrnexusjs.dev/components/environment-selectorhttps://wrnexusjs.dev/components/environment-switcherhttps://wrnexusjs.dev/components/error-actionshttps://wrnexusjs.dev/components/error-cardhttps://wrnexusjs.dev/components/error-codehttps://wrnexusjs.dev/components/error-herohttps://wrnexusjs.dev/components/error-illustrationhttps://wrnexusjs.dev/components/error-pagehttps://wrnexusjs.dev/components/error-page-shellhttps://wrnexusjs.dev/components/error-statehttps://wrnexusjs.dev/components/error-support-linkhttps://wrnexusjs.dev/components/estimated-cost-summaryhttps://wrnexusjs.dev/components/event-tablehttps://wrnexusjs.dev/components/expandable-texthttps://wrnexusjs.dev/components/expiry-date-time-pickerhttps://wrnexusjs.dev/components/export-progresshttps://wrnexusjs.dev/components/external-linkhttps://wrnexusjs.dev/components/eyebrow-texthttps://wrnexusjs.dev/components/factor-cardhttps://wrnexusjs.dev/components/fallback-route-builderhttps://wrnexusjs.dev/components/fallback-route-diagramhttps://wrnexusjs.dev/components/faqhttps://wrnexusjs.dev/components/faqaccordionhttps://wrnexusjs.dev/components/favicon-uploadhttps://wrnexusjs.dev/components/fax-inputhttps://wrnexusjs.dev/components/feature-cardhttps://wrnexusjs.dev/components/feature-checklisthttps://wrnexusjs.dev/components/feature-comparison-tablehttps://wrnexusjs.dev/components/featured-blog-cardhttps://wrnexusjs.dev/components/feature-details-panelhttps://wrnexusjs.dev/components/feature-gridhttps://wrnexusjs.dev/components/feature-icon-cardhttps://wrnexusjs.dev/components/feature-listhttps://wrnexusjs.dev/components/feature-tabshttps://wrnexusjs.dev/components/feature-timelinehttps://wrnexusjs.dev/components/feature-unavailable-statehttps://wrnexusjs.dev/components/field-actionshttps://wrnexusjs.dev/components/file-upload-primitivehttps://wrnexusjs.dev/components/file-inputhttps://wrnexusjs.dev/components/file-listhttps://wrnexusjs.dev/components/file-size-inputhttps://wrnexusjs.dev/components/file-size-labelhttps://wrnexusjs.dev/components/file-type-badgehttps://wrnexusjs.dev/components/file-uploadhttps://wrnexusjs.dev/components/filterable-tablehttps://wrnexusjs.dev/components/filter-barhttps://wrnexusjs.dev/components/filter-menuhttps://wrnexusjs.dev/components/filter-search-inputhttps://wrnexusjs.dev/components/final-ctahttps://wrnexusjs.dev/components/first-name-inputhttps://wrnexusjs.dev/components/flexhttps://wrnexusjs.dev/components/font-pickerhttps://wrnexusjs.dev/components/font-size-pickerhttps://wrnexusjs.dev/components/font-weight-pickerhttps://wrnexusjs.dev/components/footer-language-switcherhttps://wrnexusjs.dev/components/footer-status-indicatorhttps://wrnexusjs.dev/components/forbidden-pagehttps://wrnexusjs.dev/components/forbidden-statehttps://wrnexusjs.dev/components/forgot-password-formhttps://wrnexusjs.dev/components/formhttps://wrnexusjs.dev/components/form-actionshttps://wrnexusjs.dev/components/form-alerthttps://wrnexusjs.dev/components/form-dialoghttps://wrnexusjs.dev/components/form-errorhttps://wrnexusjs.dev/components/form-error-summaryhttps://wrnexusjs.dev/components/form-fieldhttps://wrnexusjs.dev/components/form-gridhttps://wrnexusjs.dev/components/form-grouphttps://wrnexusjs.dev/components/form-help-texthttps://wrnexusjs.dev/components/form-labelhttps://wrnexusjs.dev/components/form-progresshttps://wrnexusjs.dev/components/form-rowhttps://wrnexusjs.dev/components/form-sectionhttps://wrnexusjs.dev/components/full-bleedhttps://wrnexusjs.dev/components/fullscreen-dialoghttps://wrnexusjs.dev/components/funnel-charthttps://wrnexusjs.dev/components/geo-charthttps://wrnexusjs.dev/components/geofence-editorhttps://wrnexusjs.dev/components/ghost-buttonhttps://wrnexusjs.dev/components/glass-cardhttps://wrnexusjs.dev/components/global-searchhttps://wrnexusjs.dev/components/gradient-ctahttps://wrnexusjs.dev/components/gradient-pickerhttps://wrnexusjs.dev/components/gradient-stop-editorhttps://wrnexusjs.dev/components/gridhttps://wrnexusjs.dev/components/guide-cardhttps://wrnexusjs.dev/components/guide-checklisthttps://wrnexusjs.dev/components/guide-difficulty-badgehttps://wrnexusjs.dev/components/guide-gridhttps://wrnexusjs.dev/components/guide-stephttps://wrnexusjs.dev/components/headerhttps://wrnexusjs.dev/components/header-actionshttps://wrnexusjs.dev/components/health-indicatorhttps://wrnexusjs.dev/components/herohttps://wrnexusjs.dev/components/hero-actionshttps://wrnexusjs.dev/components/hero-code-panelhttps://wrnexusjs.dev/components/hero-gradient-texthttps://wrnexusjs.dev/components/hero-primary-actionhttps://wrnexusjs.dev/components/hero-product-previewhttps://wrnexusjs.dev/components/hero-secondary-actionhttps://wrnexusjs.dev/components/hero-trust-texthttps://wrnexusjs.dev/components/hex-color-inputhttps://wrnexusjs.dev/components/hidden-fieldhttps://wrnexusjs.dev/components/highlight-texthttps://wrnexusjs.dev/components/holiday-calendarhttps://wrnexusjs.dev/components/hostname-inputhttps://wrnexusjs.dev/components/hour-pickerhttps://wrnexusjs.dev/components/hsl-color-inputhttps://wrnexusjs.dev/components/hstackhttps://wrnexusjs.dev/components/html-editorhttps://wrnexusjs.dev/components/human-approval-stephttps://wrnexusjs.dev/components/iconhttps://wrnexusjs.dev/components/icon-buttonhttps://wrnexusjs.dev/components/icon-pickerhttps://wrnexusjs.dev/components/icon-selectorhttps://wrnexusjs.dev/components/identifier-inputhttps://wrnexusjs.dev/components/illustrationhttps://wrnexusjs.dev/components/image-compression-previewhttps://wrnexusjs.dev/components/image-editorhttps://wrnexusjs.dev/components/image-preview-dialoghttps://wrnexusjs.dev/components/image-selectorhttps://wrnexusjs.dev/components/image-uploadhttps://wrnexusjs.dev/components/import-progresshttps://wrnexusjs.dev/components/incident-alerthttps://wrnexusjs.dev/components/incident-bannerhttps://wrnexusjs.dev/components/incident-cardhttps://wrnexusjs.dev/components/incident-listhttps://wrnexusjs.dev/components/incident-response-flowhttps://wrnexusjs.dev/components/incident-severity-badgehttps://wrnexusjs.dev/components/incident-timelinehttps://wrnexusjs.dev/components/industry-badgehttps://wrnexusjs.dev/components/industry-selectorhttps://wrnexusjs.dev/components/info-cardhttps://wrnexusjs.dev/components/inlinehttps://wrnexusjs.dev/components/inline-alerthttps://wrnexusjs.dev/components/inline-codehttps://wrnexusjs.dev/components/inputhttps://wrnexusjs.dev/components/input-grouphttps://wrnexusjs.dev/components/inset-panelhttps://wrnexusjs.dev/components/integer-inputhttps://wrnexusjs.dev/components/integration-cardhttps://wrnexusjs.dev/components/invoice-line-itemhttps://wrnexusjs.dev/components/invoice-summaryhttps://wrnexusjs.dev/components/ip-address-inputhttps://wrnexusjs.dev/components/job-cardhttps://wrnexusjs.dev/components/job-progresshttps://wrnexusjs.dev/components/job-title-inputhttps://wrnexusjs.dev/components/json-inputhttps://wrnexusjs.dev/components/json-viewerhttps://wrnexusjs.dev/components/key-value-tablehttps://wrnexusjs.dev/components/kyc-document-uploadhttps://wrnexusjs.dev/components/language-selectorhttps://wrnexusjs.dev/components/language-switcherhttps://wrnexusjs.dev/components/last-name-inputhttps://wrnexusjs.dev/components/latency-metrichttps://wrnexusjs.dev/components/latitude-inputhttps://wrnexusjs.dev/components/leadership-gridhttps://wrnexusjs.dev/components/lead-texthttps://wrnexusjs.dev/components/legal-acceptance-noticehttps://wrnexusjs.dev/components/legal-bullet-listhttps://wrnexusjs.dev/components/legal-contact-blockhttps://wrnexusjs.dev/components/legal-definition-listhttps://wrnexusjs.dev/components/legal-document-headerhttps://wrnexusjs.dev/components/legal-document-layouthttps://wrnexusjs.dev/components/legal-herohttps://wrnexusjs.dev/components/legal-language-selectorhttps://wrnexusjs.dev/components/legal-noticehttps://wrnexusjs.dev/components/legal-page-shellhttps://wrnexusjs.dev/components/legal-print-buttonhttps://wrnexusjs.dev/components/legal-region-selectorhttps://wrnexusjs.dev/components/legal-sectionhttps://wrnexusjs.dev/components/legal-summaryhttps://wrnexusjs.dev/components/legal-tablehttps://wrnexusjs.dev/components/legal-table-of-contentshttps://wrnexusjs.dev/components/legal-version-badgehttps://wrnexusjs.dev/components/letter-spacing-pickerhttps://wrnexusjs.dev/components/license-key-inputhttps://wrnexusjs.dev/components/lightboxhttps://wrnexusjs.dev/components/line-charthttps://wrnexusjs.dev/components/line-height-pickerhttps://wrnexusjs.dev/components/linkhttps://wrnexusjs.dev/components/link-buttonhttps://wrnexusjs.dev/components/listhttps://wrnexusjs.dev/components/loading-buttonhttps://wrnexusjs.dev/components/locale-selectorhttps://wrnexusjs.dev/components/localized-route-linkhttps://wrnexusjs.dev/components/location-pickerhttps://wrnexusjs.dev/components/logohttps://wrnexusjs.dev/components/logo-cloudhttps://wrnexusjs.dev/components/logo-uploadhttps://wrnexusjs.dev/components/logout-dialoghttps://wrnexusjs.dev/components/log-tablehttps://wrnexusjs.dev/components/longitude-inputhttps://wrnexusjs.dev/components/maintenance-alerthttps://wrnexusjs.dev/components/maintenance-bannerhttps://wrnexusjs.dev/components/maintenance-cardhttps://wrnexusjs.dev/components/maintenance-pagehttps://wrnexusjs.dev/components/maintenance-statehttps://wrnexusjs.dev/components/maintenance-window-pickerhttps://wrnexusjs.dev/components/map-pickerhttps://wrnexusjs.dev/components/markdown-editorhttps://wrnexusjs.dev/components/marketing-page-shellhttps://wrnexusjs.dev/components/marketing-section-headerhttps://wrnexusjs.dev/components/masked-secret-fieldhttps://wrnexusjs.dev/components/mega-menuhttps://wrnexusjs.dev/components/member-listhttps://wrnexusjs.dev/components/mention-inputhttps://wrnexusjs.dev/components/message-character-counterhttps://wrnexusjs.dev/components/message-composerhttps://wrnexusjs.dev/components/message-composer-previewhttps://wrnexusjs.dev/components/message-limit-inputhttps://wrnexusjs.dev/components/message-previewhttps://wrnexusjs.dev/components/message-volume-sliderhttps://wrnexusjs.dev/components/metrichttps://wrnexusjs.dev/components/metric-cardhttps://wrnexusjs.dev/components/metric-gridhttps://wrnexusjs.dev/components/metric-texthttps://wrnexusjs.dev/components/minute-pickerhttps://wrnexusjs.dev/components/mission-sectionhttps://wrnexusjs.dev/components/mobile-device-framehttps://wrnexusjs.dev/components/mobile-inputhttps://wrnexusjs.dev/components/mobile-menu-buttonhttps://wrnexusjs.dev/components/mobile-navigationhttps://wrnexusjs.dev/components/mobile-table-cardhttps://wrnexusjs.dev/components/modalhttps://wrnexusjs.dev/components/monthly-volume-selectorhttps://wrnexusjs.dev/components/month-pickerhttps://wrnexusjs.dev/components/month-year-pickerhttps://wrnexusjs.dev/components/multi-file-uploadhttps://wrnexusjs.dev/components/multiple-email-inputhttps://wrnexusjs.dev/components/multi-selecthttps://wrnexusjs.dev/components/muted-texthttps://wrnexusjs.dev/components/name-inputhttps://wrnexusjs.dev/components/narrow-containerhttps://wrnexusjs.dev/components/navigationhttps://wrnexusjs.dev/components/navigation-itemhttps://wrnexusjs.dev/components/navigation-mega-menuhttps://wrnexusjs.dev/components/new-badgehttps://wrnexusjs.dev/components/new-password-inputhttps://wrnexusjs.dev/components/newsletter-ctahttps://wrnexusjs.dev/components/newsletter-formhttps://wrnexusjs.dev/components/no-results-statehttps://wrnexusjs.dev/components/not-found-pagehttps://wrnexusjs.dev/components/not-found-statehttps://wrnexusjs.dev/components/notification-cardhttps://wrnexusjs.dev/components/notification-dothttps://wrnexusjs.dev/components/notification-listhttps://wrnexusjs.dev/components/number-inputhttps://wrnexusjs.dev/components/office-cardhttps://wrnexusjs.dev/components/offline-pagehttps://wrnexusjs.dev/components/offline-statehttps://wrnexusjs.dev/components/onboarding-progresshttps://wrnexusjs.dev/components/one-time-secret-displayhttps://wrnexusjs.dev/components/online-indicatorhttps://wrnexusjs.dev/components/opacity-sliderhttps://wrnexusjs.dev/components/open-apictahttps://wrnexusjs.dev/components/optional-indicatorhttps://wrnexusjs.dev/components/organization-selectorhttps://wrnexusjs.dev/components/otp-inputhttps://wrnexusjs.dev/components/otp-verification-formhttps://wrnexusjs.dev/components/outlined-cardhttps://wrnexusjs.dev/components/page-alerthttps://wrnexusjs.dev/components/page-headerhttps://wrnexusjs.dev/components/page-headinghttps://wrnexusjs.dev/components/page-shellhttps://wrnexusjs.dev/components/page-skeletonhttps://wrnexusjs.dev/components/paginationhttps://wrnexusjs.dev/components/panelhttps://wrnexusjs.dev/components/partner-application-formhttps://wrnexusjs.dev/components/partner-logo-gridhttps://wrnexusjs.dev/components/partner-program-cardhttps://wrnexusjs.dev/components/passkey-buttonhttps://wrnexusjs.dev/components/password-inputhttps://wrnexusjs.dev/components/password-requirement-listhttps://wrnexusjs.dev/components/password-strength-meterhttps://wrnexusjs.dev/components/password-visibility-togglehttps://wrnexusjs.dev/components/path-inputhttps://wrnexusjs.dev/components/payment-method-cardhttps://wrnexusjs.dev/components/pdf-previewhttps://wrnexusjs.dev/components/percentage-inputhttps://wrnexusjs.dev/components/permission-selectorhttps://wrnexusjs.dev/components/phone-inputhttps://wrnexusjs.dev/components/pie-charthttps://wrnexusjs.dev/components/pillhttps://wrnexusjs.dev/components/pin-inputhttps://wrnexusjs.dev/components/plain-text-editorhttps://wrnexusjs.dev/components/plan-ctahttps://wrnexusjs.dev/components/plan-feature-listhttps://wrnexusjs.dev/components/plan-limit-listhttps://wrnexusjs.dev/components/plan-selectorhttps://wrnexusjs.dev/components/platform-pillar-cardhttps://wrnexusjs.dev/components/policy-version-tablehttps://wrnexusjs.dev/components/popoverhttps://wrnexusjs.dev/components/port-inputhttps://wrnexusjs.dev/components/port-number-inputhttps://wrnexusjs.dev/components/positive-number-inputhttps://wrnexusjs.dev/components/postal-code-inputhttps://wrnexusjs.dev/components/postman-ctahttps://wrnexusjs.dev/components/preset-date-range-pickerhttps://wrnexusjs.dev/components/press-release-cardhttps://wrnexusjs.dev/components/preview-badgehttps://wrnexusjs.dev/components/previous-next-navigationhttps://wrnexusjs.dev/components/price-inputhttps://wrnexusjs.dev/components/price-range-sliderhttps://wrnexusjs.dev/components/price-texthttps://wrnexusjs.dev/components/pricing-cardhttps://wrnexusjs.dev/components/pricing-comparison-tablehttps://wrnexusjs.dev/components/pricing-contact-formhttps://wrnexusjs.dev/components/pricing-feature-grouphttps://wrnexusjs.dev/components/pricing-gridhttps://wrnexusjs.dev/components/pricing-herohttps://wrnexusjs.dev/components/pricing-plan-cardhttps://wrnexusjs.dev/components/pricing-tablehttps://wrnexusjs.dev/components/pricing-togglehttps://wrnexusjs.dev/components/primary-buttonhttps://wrnexusjs.dev/components/print-actionhttps://wrnexusjs.dev/components/print-policy-buttonhttps://wrnexusjs.dev/components/priority-selectorhttps://wrnexusjs.dev/components/privacy-noticehttps://wrnexusjs.dev/components/product-architecture-diagramhttps://wrnexusjs.dev/components/product-cardhttps://wrnexusjs.dev/components/product-category-sectionhttps://wrnexusjs.dev/components/product-ctahttps://wrnexusjs.dev/components/product-feature-listhttps://wrnexusjs.dev/components/product-gridhttps://wrnexusjs.dev/components/product-herohttps://wrnexusjs.dev/components/product-iconhttps://wrnexusjs.dev/components/product-integration-listhttps://wrnexusjs.dev/components/product-listhttps://wrnexusjs.dev/components/product-logohttps://wrnexusjs.dev/components/product-mega-menuhttps://wrnexusjs.dev/components/product-mini-cardhttps://wrnexusjs.dev/components/product-navigation-cardhttps://wrnexusjs.dev/components/product-page-shellhttps://wrnexusjs.dev/components/product-selectorhttps://wrnexusjs.dev/components/products-mega-menuhttps://wrnexusjs.dev/components/product-status-badgehttps://wrnexusjs.dev/components/product-use-case-listhttps://wrnexusjs.dev/components/progresshttps://wrnexusjs.dev/components/progress-barhttps://wrnexusjs.dev/components/progress-charthttps://wrnexusjs.dev/components/progress-ringhttps://wrnexusjs.dev/components/progress-sliderhttps://wrnexusjs.dev/components/project-cardhttps://wrnexusjs.dev/components/project-selectorhttps://wrnexusjs.dev/components/project-switcherhttps://wrnexusjs.dev/components/promo-code-inputhttps://wrnexusjs.dev/components/prompt-dialoghttps://wrnexusjs.dev/components/provider-selectorhttps://wrnexusjs.dev/components/public-footerhttps://wrnexusjs.dev/components/public-headerhttps://wrnexusjs.dev/components/public-header-logohttps://wrnexusjs.dev/components/public-mobile-navigationhttps://wrnexusjs.dev/components/public-page-shellhttps://wrnexusjs.dev/components/public-searchhttps://wrnexusjs.dev/components/publish-date-time-pickerhttps://wrnexusjs.dev/components/push-composerhttps://wrnexusjs.dev/components/push-notification-editorhttps://wrnexusjs.dev/components/qr-codehttps://wrnexusjs.dev/components/quantity-inputhttps://wrnexusjs.dev/components/quantity-stepperhttps://wrnexusjs.dev/components/quiet-hours-pickerhttps://wrnexusjs.dev/components/quote-texthttps://wrnexusjs.dev/components/radiohttps://wrnexusjs.dev/components/radio-grouphttps://wrnexusjs.dev/components/range-inputhttps://wrnexusjs.dev/components/range-sliderhttps://wrnexusjs.dev/components/rate-limited-statehttps://wrnexusjs.dev/components/rate-limit-inputhttps://wrnexusjs.dev/components/rate-limit-pagehttps://wrnexusjs.dev/components/rate-tablehttps://wrnexusjs.dev/components/rating-sliderhttps://wrnexusjs.dev/components/recipient-selectorhttps://wrnexusjs.dev/components/recovery-code-formhttps://wrnexusjs.dev/components/recovery-code-inputhttps://wrnexusjs.dev/components/recurrence-rule-builderhttps://wrnexusjs.dev/components/recurring-schedule-pickerhttps://wrnexusjs.dev/components/redirect-uri-inputhttps://wrnexusjs.dev/components/reference-inputhttps://wrnexusjs.dev/components/regex-inputhttps://wrnexusjs.dev/components/regional-privacy-bannerhttps://wrnexusjs.dev/components/region-availability-tablehttps://wrnexusjs.dev/components/region-selectorhttps://wrnexusjs.dev/components/region-unavailable-alerthttps://wrnexusjs.dev/components/region-unavailable-statehttps://wrnexusjs.dev/components/reject-optional-cookies-buttonhttps://wrnexusjs.dev/components/reopen-cookie-settings-buttonhttps://wrnexusjs.dev/components/report-cardhttps://wrnexusjs.dev/components/request-response-viewerhttps://wrnexusjs.dev/components/request-viewerhttps://wrnexusjs.dev/components/required-indicatorhttps://wrnexusjs.dev/components/reset-password-formhttps://wrnexusjs.dev/components/resizable-panelhttps://wrnexusjs.dev/components/resource-cardhttps://wrnexusjs.dev/components/resource-download-cardhttps://wrnexusjs.dev/components/resource-page-shellhttps://wrnexusjs.dev/components/resource-searchhttps://wrnexusjs.dev/components/resources-mega-menuhttps://wrnexusjs.dev/components/resource-type-badgehttps://wrnexusjs.dev/components/response-viewerhttps://wrnexusjs.dev/components/responsible-disclosure-ctahttps://wrnexusjs.dev/components/responsive-tablehttps://wrnexusjs.dev/components/results-sectionhttps://wrnexusjs.dev/components/retention-tablehttps://wrnexusjs.dev/components/retry-count-inputhttps://wrnexusjs.dev/components/revenue-charthttps://wrnexusjs.dev/components/rgb-color-inputhttps://wrnexusjs.dev/components/rich-text-editorhttps://wrnexusjs.dev/components/rich-text-inputhttps://wrnexusjs.dev/components/role-selectorhttps://wrnexusjs.dev/components/rolling-date-range-pickerhttps://wrnexusjs.dev/components/save-cookie-preferences-buttonhttps://wrnexusjs.dev/components/saved-filter-selectorhttps://wrnexusjs.dev/components/scheduled-date-time-pickerhttps://wrnexusjs.dev/components/schedule-message-pickerhttps://wrnexusjs.dev/components/schedule-pickerhttps://wrnexusjs.dev/components/screenshot-framehttps://wrnexusjs.dev/components/scroll-areahttps://wrnexusjs.dev/components/sdkcardhttps://wrnexusjs.dev/components/sdk-language-selectorhttps://wrnexusjs.dev/components/sdklanguage-tabshttps://wrnexusjs.dev/components/sdktabshttps://wrnexusjs.dev/components/search-buttonhttps://wrnexusjs.dev/components/search-category-tabshttps://wrnexusjs.dev/components/search-dialoghttps://wrnexusjs.dev/components/search-empty-statehttps://wrnexusjs.dev/components/search-inputhttps://wrnexusjs.dev/components/search-loading-statehttps://wrnexusjs.dev/components/search-result-itemhttps://wrnexusjs.dev/components/secondary-buttonhttps://wrnexusjs.dev/components/second-pickerhttps://wrnexusjs.dev/components/secret-displayhttps://wrnexusjs.dev/components/secret-inputhttps://wrnexusjs.dev/components/secret-reveal-dialoghttps://wrnexusjs.dev/components/sectionhttps://wrnexusjs.dev/components/section-actionshttps://wrnexusjs.dev/components/section-headerhttps://wrnexusjs.dev/components/section-headinghttps://wrnexusjs.dev/components/security-alerthttps://wrnexusjs.dev/components/security-contact-cardhttps://wrnexusjs.dev/components/security-feature-cardhttps://wrnexusjs.dev/components/security-herohttps://wrnexusjs.dev/components/security-pillar-gridhttps://wrnexusjs.dev/components/security-practice-listhttps://wrnexusjs.dev/components/security-report-formhttps://wrnexusjs.dev/components/selecthttps://wrnexusjs.dev/components/sender-id-inputhttps://wrnexusjs.dev/components/server-error-pagehttps://wrnexusjs.dev/components/service-level-tablehttps://wrnexusjs.dev/components/service-status-badgehttps://wrnexusjs.dev/components/service-status-listhttps://wrnexusjs.dev/components/service-status-rowhttps://wrnexusjs.dev/components/session-cardhttps://wrnexusjs.dev/components/session-expired-dialoghttps://wrnexusjs.dev/components/setup-checklisthttps://wrnexusjs.dev/components/severity-selectorhttps://wrnexusjs.dev/components/shadow-pickerhttps://wrnexusjs.dev/components/share-actionhttps://wrnexusjs.dev/components/share-buttonhttps://wrnexusjs.dev/components/sidebar-layouthttps://wrnexusjs.dev/components/side-panelhttps://wrnexusjs.dev/components/sign-in-formhttps://wrnexusjs.dev/components/sign-in-linkhttps://wrnexusjs.dev/components/sign-up-formhttps://wrnexusjs.dev/components/site-searchhttps://wrnexusjs.dev/components/skeletonhttps://wrnexusjs.dev/components/skip-linkhttps://wrnexusjs.dev/components/sla-tablehttps://wrnexusjs.dev/components/sliderhttps://wrnexusjs.dev/components/slug-inputhttps://wrnexusjs.dev/components/small-texthttps://wrnexusjs.dev/components/smart-route-diagramhttps://wrnexusjs.dev/components/sms-composerhttps://wrnexusjs.dev/components/sms-message-editorhttps://wrnexusjs.dev/components/sms-segment-counterhttps://wrnexusjs.dev/components/social-sharehttps://wrnexusjs.dev/components/solution-herohttps://wrnexusjs.dev/components/solution-page-shellhttps://wrnexusjs.dev/components/solution-sectionhttps://wrnexusjs.dev/components/solutions-mega-menuhttps://wrnexusjs.dev/components/sortable-tablehttps://wrnexusjs.dev/components/spacerhttps://wrnexusjs.dev/components/spinnerhttps://wrnexusjs.dev/components/split-buttonhttps://wrnexusjs.dev/components/split-ctahttps://wrnexusjs.dev/components/split-herohttps://wrnexusjs.dev/components/split-layouthttps://wrnexusjs.dev/components/split-section-headerhttps://wrnexusjs.dev/components/stackhttps://wrnexusjs.dev/components/start-free-buttonhttps://wrnexusjs.dev/components/stat-cardhttps://wrnexusjs.dev/components/state-selectorhttps://wrnexusjs.dev/components/status-badgehttps://wrnexusjs.dev/components/status-bannerhttps://wrnexusjs.dev/components/status-page-shellhttps://wrnexusjs.dev/components/status-selectorhttps://wrnexusjs.dev/components/status-subscribe-formhttps://wrnexusjs.dev/components/status-tablehttps://wrnexusjs.dev/components/step-navigationhttps://wrnexusjs.dev/components/stepperhttps://wrnexusjs.dev/components/stepper-inputhttps://wrnexusjs.dev/components/step-up-authentication-dialoghttps://wrnexusjs.dev/components/sticker-pickerhttps://wrnexusjs.dev/components/stickyhttps://wrnexusjs.dev/components/sticky-layouthttps://wrnexusjs.dev/components/street-address-inputhttps://wrnexusjs.dev/components/subdomain-inputhttps://wrnexusjs.dev/components/subject-inputhttps://wrnexusjs.dev/components/subprocessor-tablehttps://wrnexusjs.dev/components/subsection-headinghttps://wrnexusjs.dev/components/success-cardhttps://wrnexusjs.dev/components/success-statehttps://wrnexusjs.dev/components/support-request-formhttps://wrnexusjs.dev/components/surfacehttps://wrnexusjs.dev/components/switchhttps://wrnexusjs.dev/components/tablehttps://wrnexusjs.dev/components/table-headerhttps://wrnexusjs.dev/components/table-rowhttps://wrnexusjs.dev/components/table-skeletonhttps://wrnexusjs.dev/components/tabshttps://wrnexusjs.dev/components/taghttps://wrnexusjs.dev/components/tag-inputhttps://wrnexusjs.dev/components/tax-noticehttps://wrnexusjs.dev/components/tax-rate-inputhttps://wrnexusjs.dev/components/team-member-cardhttps://wrnexusjs.dev/components/team-size-selectorhttps://wrnexusjs.dev/components/template-cardhttps://wrnexusjs.dev/components/template-selectorhttps://wrnexusjs.dev/components/template-variable-inputhttps://wrnexusjs.dev/components/tenant-isolation-diagramhttps://wrnexusjs.dev/components/terminal-blockhttps://wrnexusjs.dev/components/tertiary-buttonhttps://wrnexusjs.dev/components/testimonial-cardhttps://wrnexusjs.dev/components/testimonial-carouselhttps://wrnexusjs.dev/components/test-message-dialoghttps://wrnexusjs.dev/components/textareahttps://wrnexusjs.dev/components/text-inputhttps://wrnexusjs.dev/components/text-linkhttps://wrnexusjs.dev/components/text-skeletonhttps://wrnexusjs.dev/components/theme-togglehttps://wrnexusjs.dev/components/theme-color-pickerhttps://wrnexusjs.dev/components/theme-switcherhttps://wrnexusjs.dev/components/time-inputhttps://wrnexusjs.dev/components/timelinehttps://wrnexusjs.dev/components/timeline-charthttps://wrnexusjs.dev/components/timeline-itemhttps://wrnexusjs.dev/components/timeout-inputhttps://wrnexusjs.dev/components/time-pickerhttps://wrnexusjs.dev/components/time-range-pickerhttps://wrnexusjs.dev/components/timezone-aware-time-pickerhttps://wrnexusjs.dev/components/timezone-selectorhttps://wrnexusjs.dev/components/toasthttps://wrnexusjs.dev/components/toast-actionhttps://wrnexusjs.dev/components/toast-hosthttps://wrnexusjs.dev/components/toast-iconhttps://wrnexusjs.dev/components/toast-progresshttps://wrnexusjs.dev/components/togglehttps://wrnexusjs.dev/components/toggle-grouphttps://wrnexusjs.dev/components/token-inputhttps://wrnexusjs.dev/components/tooltiphttps://wrnexusjs.dev/components/totp-verification-formhttps://wrnexusjs.dev/components/translated-texthttps://wrnexusjs.dev/components/tree-tablehttps://wrnexusjs.dev/components/trend-indicatorhttps://wrnexusjs.dev/components/truncated-texthttps://wrnexusjs.dev/components/trust-badge-listhttps://wrnexusjs.dev/components/typographyhttps://wrnexusjs.dev/components/unavailable-region-statehttps://wrnexusjs.dev/components/unified-timeline-previewhttps://wrnexusjs.dev/components/unsaved-changes-dialoghttps://wrnexusjs.dev/components/upload-itemhttps://wrnexusjs.dev/components/upload-previewhttps://wrnexusjs.dev/components/upload-progresshttps://wrnexusjs.dev/components/uptime-charthttps://wrnexusjs.dev/components/uptime-metrichttps://wrnexusjs.dev/components/url-inputhttps://wrnexusjs.dev/components/usage-pricing-tablehttps://wrnexusjs.dev/components/use-case-selectorhttps://wrnexusjs.dev/components/user-cardhttps://wrnexusjs.dev/components/username-inputhttps://wrnexusjs.dev/components/value-cardhttps://wrnexusjs.dev/components/values-gridhttps://wrnexusjs.dev/components/verification-code-inputhttps://wrnexusjs.dev/components/verified-badgehttps://wrnexusjs.dev/components/version-selectorhttps://wrnexusjs.dev/components/vertical-tabshttps://wrnexusjs.dev/components/video-cardhttps://wrnexusjs.dev/components/video-preview-dialoghttps://wrnexusjs.dev/components/video-uploadhttps://wrnexusjs.dev/components/virtualized-tablehttps://wrnexusjs.dev/components/vision-sectionhttps://wrnexusjs.dev/components/visually-hiddenhttps://wrnexusjs.dev/components/voice-script-composerhttps://wrnexusjs.dev/components/voice-script-editorhttps://wrnexusjs.dev/components/volume-inputhttps://wrnexusjs.dev/components/volume-sliderhttps://wrnexusjs.dev/components/warning-cardhttps://wrnexusjs.dev/components/webhook-event-cardhttps://wrnexusjs.dev/components/webhook-flow-diagramhttps://wrnexusjs.dev/components/webhook-payload-viewerhttps://wrnexusjs.dev/components/webhook-url-inputhttps://wrnexusjs.dev/components/webinar-cardhttps://wrnexusjs.dev/components/webinar-registration-formhttps://wrnexusjs.dev/components/wellhttps://wrnexusjs.dev/components/whats-app-composerhttps://wrnexusjs.dev/components/whats-app-number-inputhttps://wrnexusjs.dev/components/whats-app-template-editorhttps://wrnexusjs.dev/components/wide-containerhttps://wrnexusjs.dev/components/wizardhttps://wrnexusjs.dev/components/wizard-headerhttps://wrnexusjs.dev/components/wizard-navigationhttps://wrnexusjs.dev/components/workflow-canvas-previewhttps://wrnexusjs.dev/components/workflow-progresshttps://wrnexusjs.dev/components/workspace-cardhttps://wrnexusjs.dev/components/workspace-selectorhttps://wrnexusjs.dev/components/workspace-switcherhttps://wrnexusjs.dev/components/year-pickerhttps://wrnexusjs.dev/components/zoom-slider +https://wrnexusjs.dev/https://wrnexusjs.dev/accesshttps://wrnexusjs.dev/getting-startedhttps://wrnexusjs.dev/tutorialhttps://wrnexusjs.dev/architecturehttps://wrnexusjs.dev/languagehttps://wrnexusjs.dev/packageshttps://wrnexusjs.dev/componentshttps://wrnexusjs.dev/guides/project-structurehttps://wrnexusjs.dev/guides/routinghttps://wrnexusjs.dev/guides/pages-and-componentshttps://wrnexusjs.dev/guides/server-datahttps://wrnexusjs.dev/guides/api-routeshttps://wrnexusjs.dev/guides/middlewarehttps://wrnexusjs.dev/guides/forms-and-validationhttps://wrnexusjs.dev/guides/authenticationhttps://wrnexusjs.dev/guides/authorizationhttps://wrnexusjs.dev/guides/securityhttps://wrnexusjs.dev/guides/databasehttps://wrnexusjs.dev/guides/uploadshttps://wrnexusjs.dev/guides/realtimehttps://wrnexusjs.dev/guides/pubsubhttps://wrnexusjs.dev/guides/queueshttps://wrnexusjs.dev/guides/testinghttps://wrnexusjs.dev/guides/workspaces-and-gatewayhttps://wrnexusjs.dev/guides/deploymenthttps://wrnexusjs.dev/guides/configuration-and-profileshttps://wrnexusjs.dev/guides/i18n-and-themeshttps://wrnexusjs.dev/guides/mobilehttps://wrnexusjs.dev/guides/observabilityhttps://wrnexusjs.dev/guides/upgradinghttps://wrnexusjs.dev/guides/troubleshootinghttps://wrnexusjs.dev/exampleshttps://wrnexusjs.dev/showcasehttps://wrnexusjs.dev/benchmarkshttps://wrnexusjs.dev/roadmaphttps://wrnexusjs.dev/changeloghttps://wrnexusjs.dev/releases/0.2.66https://wrnexusjs.dev/securityhttps://wrnexusjs.dev/supporthttps://wrnexusjs.dev/licensehttps://wrnexusjs.dev/searchhttps://wrnexusjs.dev/404https://wrnexusjs.dev/packages/aihttps://wrnexusjs.dev/packages/authzhttps://wrnexusjs.dev/packages/clihttps://wrnexusjs.dev/packages/compilerhttps://wrnexusjs.dev/packages/corehttps://wrnexusjs.dev/packages/csrhttps://wrnexusjs.dev/packages/dbhttps://wrnexusjs.dev/packages/dev-serverhttps://wrnexusjs.dev/packages/encryptionhttps://wrnexusjs.dev/packages/helpershttps://wrnexusjs.dev/packages/i18nhttps://wrnexusjs.dev/packages/jwthttps://wrnexusjs.dev/packages/mobilehttps://wrnexusjs.dev/packages/nativehttps://wrnexusjs.dev/packages/oauthhttps://wrnexusjs.dev/packages/pubsubhttps://wrnexusjs.dev/packages/queuehttps://wrnexusjs.dev/packages/reactivehttps://wrnexusjs.dev/packages/routerhttps://wrnexusjs.dev/packages/ssrhttps://wrnexusjs.dev/packages/styleshttps://wrnexusjs.dev/packages/testhttps://wrnexusjs.dev/packages/trackinghttps://wrnexusjs.dev/packages/uihttps://wrnexusjs.dev/packages/uploaderhttps://wrnexusjs.dev/packages/validationhttps://wrnexusjs.dev/components/accept-all-cookies-buttonhttps://wrnexusjs.dev/components/accessible-accordionhttps://wrnexusjs.dev/components/accessible-carouselhttps://wrnexusjs.dev/components/accessible-chart-summaryhttps://wrnexusjs.dev/components/accessible-dialoghttps://wrnexusjs.dev/components/accessible-error-summaryhttps://wrnexusjs.dev/components/accessible-iconhttps://wrnexusjs.dev/components/accessible-menuhttps://wrnexusjs.dev/components/accessible-tabshttps://wrnexusjs.dev/components/accessible-tooltiphttps://wrnexusjs.dev/components/accordionhttps://wrnexusjs.dev/components/account-menuhttps://wrnexusjs.dev/components/account-status-bannerhttps://wrnexusjs.dev/components/action-menuhttps://wrnexusjs.dev/components/active-filter-listhttps://wrnexusjs.dev/components/activity-listhttps://wrnexusjs.dev/components/add-on-cardhttps://wrnexusjs.dev/components/address-inputhttps://wrnexusjs.dev/components/address-previewhttps://wrnexusjs.dev/components/advanced-filter-builderhttps://wrnexusjs.dev/components/alerthttps://wrnexusjs.dev/components/alert-dialoghttps://wrnexusjs.dev/components/amount-inputhttps://wrnexusjs.dev/components/analytics-dashboard-previewhttps://wrnexusjs.dev/components/anchor-navigationhttps://wrnexusjs.dev/components/announcement-barhttps://wrnexusjs.dev/components/apartment-inputhttps://wrnexusjs.dev/components/api-authentication-noticehttps://wrnexusjs.dev/components/api-endpoint-cardhttps://wrnexusjs.dev/components/api-error-examplehttps://wrnexusjs.dev/components/api-header-tablehttps://wrnexusjs.dev/components/api-key-create-dialoghttps://wrnexusjs.dev/components/api-key-displayhttps://wrnexusjs.dev/components/api-key-inputhttps://wrnexusjs.dev/components/api-method-badgehttps://wrnexusjs.dev/components/api-parameter-tablehttps://wrnexusjs.dev/components/api-rate-limit-noticehttps://wrnexusjs.dev/components/api-request-examplehttps://wrnexusjs.dev/components/api-response-examplehttps://wrnexusjs.dev/components/api-schema-tablehttps://wrnexusjs.dev/components/api-schema-viewerhttps://wrnexusjs.dev/components/api-version-badgehttps://wrnexusjs.dev/components/app-headerhttps://wrnexusjs.dev/components/architecture-sectionhttps://wrnexusjs.dev/components/area-charthttps://wrnexusjs.dev/components/article-herohttps://wrnexusjs.dev/components/article-layouthttps://wrnexusjs.dev/components/article-newsletter-ctahttps://wrnexusjs.dev/components/article-page-shellhttps://wrnexusjs.dev/components/article-share-actionshttps://wrnexusjs.dev/components/aspect-ratiohttps://wrnexusjs.dev/components/asset-cardhttps://wrnexusjs.dev/components/attachment-pickerhttps://wrnexusjs.dev/components/attachment-uploadhttps://wrnexusjs.dev/components/audio-uploadhttps://wrnexusjs.dev/components/audit-log-previewhttps://wrnexusjs.dev/components/audit-tablehttps://wrnexusjs.dev/components/authenticator-code-inputhttps://wrnexusjs.dev/components/author-avatarhttps://wrnexusjs.dev/components/author-cardhttps://wrnexusjs.dev/components/authorized-application-cardhttps://wrnexusjs.dev/components/auto-gridhttps://wrnexusjs.dev/components/automation-example-cardhttps://wrnexusjs.dev/components/availability-calendarhttps://wrnexusjs.dev/components/avatarhttps://wrnexusjs.dev/components/avatar-grouphttps://wrnexusjs.dev/components/avatar-uploadhttps://wrnexusjs.dev/components/back-buttonhttps://wrnexusjs.dev/components/back-to-tophttps://wrnexusjs.dev/components/badgehttps://wrnexusjs.dev/components/bank-transfer-detailshttps://wrnexusjs.dev/components/bannerhttps://wrnexusjs.dev/components/bar-charthttps://wrnexusjs.dev/components/beta-badgehttps://wrnexusjs.dev/components/billing-address-formhttps://wrnexusjs.dev/components/billing-examplehttps://wrnexusjs.dev/components/billing-period-togglehttps://wrnexusjs.dev/components/blackout-date-pickerhttps://wrnexusjs.dev/components/blog-cardhttps://wrnexusjs.dev/components/blog-gridhttps://wrnexusjs.dev/components/blog-listhttps://wrnexusjs.dev/components/blog-searchhttps://wrnexusjs.dev/components/body-texthttps://wrnexusjs.dev/components/border-radius-pickerhttps://wrnexusjs.dev/components/bottom-navigationhttps://wrnexusjs.dev/components/brand-color-pickerhttps://wrnexusjs.dev/components/brand-selectorhttps://wrnexusjs.dev/components/breadcrumbshttps://wrnexusjs.dev/components/browser-framehttps://wrnexusjs.dev/components/budget-range-sliderhttps://wrnexusjs.dev/components/budget-selectorhttps://wrnexusjs.dev/components/business-hours-pickerhttps://wrnexusjs.dev/components/buttonhttps://wrnexusjs.dev/components/button-grouphttps://wrnexusjs.dev/components/button-selectorhttps://wrnexusjs.dev/components/calendarhttps://wrnexusjs.dev/components/calendar-gridhttps://wrnexusjs.dev/components/calendar-headerhttps://wrnexusjs.dev/components/calendar-navigationhttps://wrnexusjs.dev/components/callback-url-inputhttps://wrnexusjs.dev/components/campaign-cardhttps://wrnexusjs.dev/components/campaign-performance-previewhttps://wrnexusjs.dev/components/campaign-progresshttps://wrnexusjs.dev/components/capability-gridhttps://wrnexusjs.dev/components/captcha-fieldhttps://wrnexusjs.dev/components/cardhttps://wrnexusjs.dev/components/card-payment-formhttps://wrnexusjs.dev/components/card-selectorhttps://wrnexusjs.dev/components/card-skeletonhttps://wrnexusjs.dev/components/career-application-formhttps://wrnexusjs.dev/components/career-benefits-gridhttps://wrnexusjs.dev/components/carouselhttps://wrnexusjs.dev/components/case-study-cardhttps://wrnexusjs.dev/components/case-study-herohttps://wrnexusjs.dev/components/case-study-previewhttps://wrnexusjs.dev/components/centered-ctahttps://wrnexusjs.dev/components/centered-herohttps://wrnexusjs.dev/components/centered-section-headerhttps://wrnexusjs.dev/components/certificate-uploadhttps://wrnexusjs.dev/components/certification-badgehttps://wrnexusjs.dev/components/challenge-sectionhttps://wrnexusjs.dev/components/channel-badgehttps://wrnexusjs.dev/components/channel-cardhttps://wrnexusjs.dev/components/channel-comparison-charthttps://wrnexusjs.dev/components/channel-comparison-tablehttps://wrnexusjs.dev/components/channel-fallback-diagramhttps://wrnexusjs.dev/components/channel-flowhttps://wrnexusjs.dev/components/channel-iconhttps://wrnexusjs.dev/components/channel-rate-tablehttps://wrnexusjs.dev/components/channel-selectorhttps://wrnexusjs.dev/components/character-counterhttps://wrnexusjs.dev/components/chart-empty-statehttps://wrnexusjs.dev/components/chart-tooltiphttps://wrnexusjs.dev/components/checkboxhttps://wrnexusjs.dev/components/checkbox-grouphttps://wrnexusjs.dev/components/checklisthttps://wrnexusjs.dev/components/checklist-progresshttps://wrnexusjs.dev/components/chiphttps://wrnexusjs.dev/components/chip-inputhttps://wrnexusjs.dev/components/circular-progresshttps://wrnexusjs.dev/components/city-selectorhttps://wrnexusjs.dev/components/clear-filters-buttonhttps://wrnexusjs.dev/components/clickable-cardhttps://wrnexusjs.dev/components/close-buttonhttps://wrnexusjs.dev/components/clusterhttps://wrnexusjs.dev/components/codehttps://wrnexusjs.dev/components/code-blockhttps://wrnexusjs.dev/components/code-copy-buttonhttps://wrnexusjs.dev/components/code-headerhttps://wrnexusjs.dev/components/code-inputhttps://wrnexusjs.dev/components/code-language-badgehttps://wrnexusjs.dev/components/code-tabshttps://wrnexusjs.dev/components/code-texthttps://wrnexusjs.dev/components/cohort-charthttps://wrnexusjs.dev/components/color-gridhttps://wrnexusjs.dev/components/color-hex-inputhttps://wrnexusjs.dev/components/color-pickerhttps://wrnexusjs.dev/components/color-selectorhttps://wrnexusjs.dev/components/color-swatchhttps://wrnexusjs.dev/components/comboboxhttps://wrnexusjs.dev/components/coming-soon-badgehttps://wrnexusjs.dev/components/coming-soon-statehttps://wrnexusjs.dev/components/command-blockhttps://wrnexusjs.dev/components/command-menuhttps://wrnexusjs.dev/components/command-search-inputhttps://wrnexusjs.dev/components/company-herohttps://wrnexusjs.dev/components/company-name-inputhttps://wrnexusjs.dev/components/company-page-shellhttps://wrnexusjs.dev/components/company-size-selectorhttps://wrnexusjs.dev/components/comparison-date-range-pickerhttps://wrnexusjs.dev/components/comparison-tablehttps://wrnexusjs.dev/components/completion-meterhttps://wrnexusjs.dev/components/compliance-badge-listhttps://wrnexusjs.dev/components/compliance-program-cardhttps://wrnexusjs.dev/components/confirmation-dialoghttps://wrnexusjs.dev/components/confirm-password-inputhttps://wrnexusjs.dev/components/connected-account-cardhttps://wrnexusjs.dev/components/connection-cardhttps://wrnexusjs.dev/components/consent-timeline-previewhttps://wrnexusjs.dev/components/contact-cardhttps://wrnexusjs.dev/components/contact-ctahttps://wrnexusjs.dev/components/contact-formhttps://wrnexusjs.dev/components/contact-herohttps://wrnexusjs.dev/components/contact-page-shellhttps://wrnexusjs.dev/components/contact-sales-bannerhttps://wrnexusjs.dev/components/contact-sales-buttonhttps://wrnexusjs.dev/components/contact-sales-formhttps://wrnexusjs.dev/components/containerhttps://wrnexusjs.dev/components/context-menuhttps://wrnexusjs.dev/components/context-switcherhttps://wrnexusjs.dev/components/conversation-listhttps://wrnexusjs.dev/components/conversation-previewhttps://wrnexusjs.dev/components/conversion-charthttps://wrnexusjs.dev/components/cookie-bannerhttps://wrnexusjs.dev/components/cookie-category-listhttps://wrnexusjs.dev/components/cookie-category-togglehttps://wrnexusjs.dev/components/cookie-consenthttps://wrnexusjs.dev/components/cookie-details-tablehttps://wrnexusjs.dev/components/cookie-preferences-dialoghttps://wrnexusjs.dev/components/cookie-tablehttps://wrnexusjs.dev/components/coordinates-inputhttps://wrnexusjs.dev/components/coordinates-pickerhttps://wrnexusjs.dev/components/copy-buttonhttps://wrnexusjs.dev/components/copy-code-buttonhttps://wrnexusjs.dev/components/copy-secret-fieldhttps://wrnexusjs.dev/components/cost-breakdown-charthttps://wrnexusjs.dev/components/cost-summaryhttps://wrnexusjs.dev/components/counterhttps://wrnexusjs.dev/components/country-calling-code-inputhttps://wrnexusjs.dev/components/country-calling-code-selectorhttps://wrnexusjs.dev/components/country-selectorhttps://wrnexusjs.dev/components/coupon-inputhttps://wrnexusjs.dev/components/credit-amount-inputhttps://wrnexusjs.dev/components/cron-builderhttps://wrnexusjs.dev/components/cron-inputhttps://wrnexusjs.dev/components/csv-uploadhttps://wrnexusjs.dev/components/ctasectionhttps://wrnexusjs.dev/components/currency-inputhttps://wrnexusjs.dev/components/currency-selectorhttps://wrnexusjs.dev/components/current-password-inputhttps://wrnexusjs.dev/components/customer-logohttps://wrnexusjs.dev/components/customer-story-cardhttps://wrnexusjs.dev/components/danger-buttonhttps://wrnexusjs.dev/components/data-protection-cardhttps://wrnexusjs.dev/components/data-retention-tablehttps://wrnexusjs.dev/components/data-tablehttps://wrnexusjs.dev/components/date-inputhttps://wrnexusjs.dev/components/date-pickerhttps://wrnexusjs.dev/components/date-range-calendarhttps://wrnexusjs.dev/components/date-range-pickerhttps://wrnexusjs.dev/components/date-range-sliderhttps://wrnexusjs.dev/components/date-time-inputhttps://wrnexusjs.dev/components/date-time-pickerhttps://wrnexusjs.dev/components/date-time-range-pickerhttps://wrnexusjs.dev/components/decimal-inputhttps://wrnexusjs.dev/components/definition-listhttps://wrnexusjs.dev/components/delete-confirmation-dialoghttps://wrnexusjs.dev/components/delivery-previewhttps://wrnexusjs.dev/components/delivery-status-charthttps://wrnexusjs.dev/components/delivery-status-timelinehttps://wrnexusjs.dev/components/demo-request-formhttps://wrnexusjs.dev/components/department-inputhttps://wrnexusjs.dev/components/deprecated-feature-alerthttps://wrnexusjs.dev/components/description-listhttps://wrnexusjs.dev/components/desktop-navigationhttps://wrnexusjs.dev/components/developer-ctahttps://wrnexusjs.dev/components/developer-herohttps://wrnexusjs.dev/components/developer-page-shellhttps://wrnexusjs.dev/components/developer-searchhttps://wrnexusjs.dev/components/developers-mega-menuhttps://wrnexusjs.dev/components/developers-menuhttps://wrnexusjs.dev/components/device-cardhttps://wrnexusjs.dev/components/disclosurehttps://wrnexusjs.dev/components/discount-inputhttps://wrnexusjs.dev/components/display-headinghttps://wrnexusjs.dev/components/display-name-inputhttps://wrnexusjs.dev/components/dividerhttps://wrnexusjs.dev/components/document-previewhttps://wrnexusjs.dev/components/document-uploadhttps://wrnexusjs.dev/components/domain-inputhttps://wrnexusjs.dev/components/do-not-sell-linkhttps://wrnexusjs.dev/components/donut-charthttps://wrnexusjs.dev/components/download-actionhttps://wrnexusjs.dev/components/download-buttonhttps://wrnexusjs.dev/components/download-gate-formhttps://wrnexusjs.dev/components/download-policy-buttonhttps://wrnexusjs.dev/components/download-resource-formhttps://wrnexusjs.dev/components/drawerhttps://wrnexusjs.dev/components/dropdown-menuhttps://wrnexusjs.dev/components/dropdown-navigationhttps://wrnexusjs.dev/components/duration-inputhttps://wrnexusjs.dev/components/duration-pickerhttps://wrnexusjs.dev/components/duration-sliderhttps://wrnexusjs.dev/components/elevated-cardhttps://wrnexusjs.dev/components/email-body-editorhttps://wrnexusjs.dev/components/email-composerhttps://wrnexusjs.dev/components/email-inputhttps://wrnexusjs.dev/components/emoji-pickerhttps://wrnexusjs.dev/components/empty-statehttps://wrnexusjs.dev/components/encryption-diagramhttps://wrnexusjs.dev/components/enterprise-ctahttps://wrnexusjs.dev/components/enterprise-herohttps://wrnexusjs.dev/components/enterprise-pricing-cardhttps://wrnexusjs.dev/components/environment-selectorhttps://wrnexusjs.dev/components/environment-switcherhttps://wrnexusjs.dev/components/error-actionshttps://wrnexusjs.dev/components/error-cardhttps://wrnexusjs.dev/components/error-codehttps://wrnexusjs.dev/components/error-herohttps://wrnexusjs.dev/components/error-illustrationhttps://wrnexusjs.dev/components/error-pagehttps://wrnexusjs.dev/components/error-page-shellhttps://wrnexusjs.dev/components/error-statehttps://wrnexusjs.dev/components/error-support-linkhttps://wrnexusjs.dev/components/estimated-cost-summaryhttps://wrnexusjs.dev/components/event-tablehttps://wrnexusjs.dev/components/expandable-texthttps://wrnexusjs.dev/components/expiry-date-time-pickerhttps://wrnexusjs.dev/components/export-progresshttps://wrnexusjs.dev/components/external-linkhttps://wrnexusjs.dev/components/eyebrow-texthttps://wrnexusjs.dev/components/factor-cardhttps://wrnexusjs.dev/components/fallback-route-builderhttps://wrnexusjs.dev/components/fallback-route-diagramhttps://wrnexusjs.dev/components/faqhttps://wrnexusjs.dev/components/faqaccordionhttps://wrnexusjs.dev/components/favicon-uploadhttps://wrnexusjs.dev/components/fax-inputhttps://wrnexusjs.dev/components/feature-cardhttps://wrnexusjs.dev/components/feature-checklisthttps://wrnexusjs.dev/components/feature-comparison-tablehttps://wrnexusjs.dev/components/featured-blog-cardhttps://wrnexusjs.dev/components/feature-details-panelhttps://wrnexusjs.dev/components/feature-gridhttps://wrnexusjs.dev/components/feature-icon-cardhttps://wrnexusjs.dev/components/feature-listhttps://wrnexusjs.dev/components/feature-tabshttps://wrnexusjs.dev/components/feature-timelinehttps://wrnexusjs.dev/components/feature-unavailable-statehttps://wrnexusjs.dev/components/field-actionshttps://wrnexusjs.dev/components/file-upload-primitivehttps://wrnexusjs.dev/components/file-inputhttps://wrnexusjs.dev/components/file-listhttps://wrnexusjs.dev/components/file-size-inputhttps://wrnexusjs.dev/components/file-size-labelhttps://wrnexusjs.dev/components/file-type-badgehttps://wrnexusjs.dev/components/file-uploadhttps://wrnexusjs.dev/components/filterable-tablehttps://wrnexusjs.dev/components/filter-barhttps://wrnexusjs.dev/components/filter-menuhttps://wrnexusjs.dev/components/filter-search-inputhttps://wrnexusjs.dev/components/final-ctahttps://wrnexusjs.dev/components/first-name-inputhttps://wrnexusjs.dev/components/flexhttps://wrnexusjs.dev/components/font-pickerhttps://wrnexusjs.dev/components/font-size-pickerhttps://wrnexusjs.dev/components/font-weight-pickerhttps://wrnexusjs.dev/components/footer-language-switcherhttps://wrnexusjs.dev/components/footer-status-indicatorhttps://wrnexusjs.dev/components/forbidden-pagehttps://wrnexusjs.dev/components/forbidden-statehttps://wrnexusjs.dev/components/forgot-password-formhttps://wrnexusjs.dev/components/formhttps://wrnexusjs.dev/components/form-actionshttps://wrnexusjs.dev/components/form-alerthttps://wrnexusjs.dev/components/form-dialoghttps://wrnexusjs.dev/components/form-errorhttps://wrnexusjs.dev/components/form-error-summaryhttps://wrnexusjs.dev/components/form-fieldhttps://wrnexusjs.dev/components/form-gridhttps://wrnexusjs.dev/components/form-grouphttps://wrnexusjs.dev/components/form-help-texthttps://wrnexusjs.dev/components/form-labelhttps://wrnexusjs.dev/components/form-progresshttps://wrnexusjs.dev/components/form-rowhttps://wrnexusjs.dev/components/form-sectionhttps://wrnexusjs.dev/components/full-bleedhttps://wrnexusjs.dev/components/fullscreen-dialoghttps://wrnexusjs.dev/components/funnel-charthttps://wrnexusjs.dev/components/geo-charthttps://wrnexusjs.dev/components/geofence-editorhttps://wrnexusjs.dev/components/ghost-buttonhttps://wrnexusjs.dev/components/glass-cardhttps://wrnexusjs.dev/components/global-searchhttps://wrnexusjs.dev/components/gradient-ctahttps://wrnexusjs.dev/components/gradient-pickerhttps://wrnexusjs.dev/components/gradient-stop-editorhttps://wrnexusjs.dev/components/gridhttps://wrnexusjs.dev/components/guide-cardhttps://wrnexusjs.dev/components/guide-checklisthttps://wrnexusjs.dev/components/guide-difficulty-badgehttps://wrnexusjs.dev/components/guide-gridhttps://wrnexusjs.dev/components/guide-stephttps://wrnexusjs.dev/components/headerhttps://wrnexusjs.dev/components/header-actionshttps://wrnexusjs.dev/components/health-indicatorhttps://wrnexusjs.dev/components/herohttps://wrnexusjs.dev/components/hero-actionshttps://wrnexusjs.dev/components/hero-code-panelhttps://wrnexusjs.dev/components/hero-gradient-texthttps://wrnexusjs.dev/components/hero-primary-actionhttps://wrnexusjs.dev/components/hero-product-previewhttps://wrnexusjs.dev/components/hero-secondary-actionhttps://wrnexusjs.dev/components/hero-trust-texthttps://wrnexusjs.dev/components/hex-color-inputhttps://wrnexusjs.dev/components/hidden-fieldhttps://wrnexusjs.dev/components/highlight-texthttps://wrnexusjs.dev/components/holiday-calendarhttps://wrnexusjs.dev/components/hostname-inputhttps://wrnexusjs.dev/components/hour-pickerhttps://wrnexusjs.dev/components/hsl-color-inputhttps://wrnexusjs.dev/components/hstackhttps://wrnexusjs.dev/components/html-editorhttps://wrnexusjs.dev/components/human-approval-stephttps://wrnexusjs.dev/components/iconhttps://wrnexusjs.dev/components/icon-buttonhttps://wrnexusjs.dev/components/icon-pickerhttps://wrnexusjs.dev/components/icon-selectorhttps://wrnexusjs.dev/components/identifier-inputhttps://wrnexusjs.dev/components/illustrationhttps://wrnexusjs.dev/components/image-compression-previewhttps://wrnexusjs.dev/components/image-editorhttps://wrnexusjs.dev/components/image-preview-dialoghttps://wrnexusjs.dev/components/image-selectorhttps://wrnexusjs.dev/components/image-uploadhttps://wrnexusjs.dev/components/import-progresshttps://wrnexusjs.dev/components/incident-alerthttps://wrnexusjs.dev/components/incident-bannerhttps://wrnexusjs.dev/components/incident-cardhttps://wrnexusjs.dev/components/incident-listhttps://wrnexusjs.dev/components/incident-response-flowhttps://wrnexusjs.dev/components/incident-severity-badgehttps://wrnexusjs.dev/components/incident-timelinehttps://wrnexusjs.dev/components/industry-badgehttps://wrnexusjs.dev/components/industry-selectorhttps://wrnexusjs.dev/components/info-cardhttps://wrnexusjs.dev/components/inlinehttps://wrnexusjs.dev/components/inline-alerthttps://wrnexusjs.dev/components/inline-codehttps://wrnexusjs.dev/components/inputhttps://wrnexusjs.dev/components/input-grouphttps://wrnexusjs.dev/components/inset-panelhttps://wrnexusjs.dev/components/integer-inputhttps://wrnexusjs.dev/components/integration-cardhttps://wrnexusjs.dev/components/invoice-line-itemhttps://wrnexusjs.dev/components/invoice-summaryhttps://wrnexusjs.dev/components/ip-address-inputhttps://wrnexusjs.dev/components/job-cardhttps://wrnexusjs.dev/components/job-progresshttps://wrnexusjs.dev/components/job-title-inputhttps://wrnexusjs.dev/components/json-inputhttps://wrnexusjs.dev/components/json-viewerhttps://wrnexusjs.dev/components/key-value-tablehttps://wrnexusjs.dev/components/kyc-document-uploadhttps://wrnexusjs.dev/components/language-selectorhttps://wrnexusjs.dev/components/language-switcherhttps://wrnexusjs.dev/components/last-name-inputhttps://wrnexusjs.dev/components/latency-metrichttps://wrnexusjs.dev/components/latitude-inputhttps://wrnexusjs.dev/components/leadership-gridhttps://wrnexusjs.dev/components/lead-texthttps://wrnexusjs.dev/components/legal-acceptance-noticehttps://wrnexusjs.dev/components/legal-bullet-listhttps://wrnexusjs.dev/components/legal-contact-blockhttps://wrnexusjs.dev/components/legal-definition-listhttps://wrnexusjs.dev/components/legal-document-headerhttps://wrnexusjs.dev/components/legal-document-layouthttps://wrnexusjs.dev/components/legal-herohttps://wrnexusjs.dev/components/legal-language-selectorhttps://wrnexusjs.dev/components/legal-noticehttps://wrnexusjs.dev/components/legal-page-shellhttps://wrnexusjs.dev/components/legal-print-buttonhttps://wrnexusjs.dev/components/legal-region-selectorhttps://wrnexusjs.dev/components/legal-sectionhttps://wrnexusjs.dev/components/legal-summaryhttps://wrnexusjs.dev/components/legal-tablehttps://wrnexusjs.dev/components/legal-table-of-contentshttps://wrnexusjs.dev/components/legal-version-badgehttps://wrnexusjs.dev/components/letter-spacing-pickerhttps://wrnexusjs.dev/components/license-key-inputhttps://wrnexusjs.dev/components/lightboxhttps://wrnexusjs.dev/components/line-charthttps://wrnexusjs.dev/components/line-height-pickerhttps://wrnexusjs.dev/components/linkhttps://wrnexusjs.dev/components/link-buttonhttps://wrnexusjs.dev/components/listhttps://wrnexusjs.dev/components/loading-buttonhttps://wrnexusjs.dev/components/locale-selectorhttps://wrnexusjs.dev/components/localized-route-linkhttps://wrnexusjs.dev/components/location-pickerhttps://wrnexusjs.dev/components/logohttps://wrnexusjs.dev/components/logo-cloudhttps://wrnexusjs.dev/components/logo-uploadhttps://wrnexusjs.dev/components/logout-dialoghttps://wrnexusjs.dev/components/log-tablehttps://wrnexusjs.dev/components/longitude-inputhttps://wrnexusjs.dev/components/maintenance-alerthttps://wrnexusjs.dev/components/maintenance-bannerhttps://wrnexusjs.dev/components/maintenance-cardhttps://wrnexusjs.dev/components/maintenance-pagehttps://wrnexusjs.dev/components/maintenance-statehttps://wrnexusjs.dev/components/maintenance-window-pickerhttps://wrnexusjs.dev/components/map-pickerhttps://wrnexusjs.dev/components/markdown-editorhttps://wrnexusjs.dev/components/marketing-page-shellhttps://wrnexusjs.dev/components/marketing-section-headerhttps://wrnexusjs.dev/components/masked-secret-fieldhttps://wrnexusjs.dev/components/mega-menuhttps://wrnexusjs.dev/components/member-listhttps://wrnexusjs.dev/components/mention-inputhttps://wrnexusjs.dev/components/message-character-counterhttps://wrnexusjs.dev/components/message-composerhttps://wrnexusjs.dev/components/message-composer-previewhttps://wrnexusjs.dev/components/message-limit-inputhttps://wrnexusjs.dev/components/message-previewhttps://wrnexusjs.dev/components/message-volume-sliderhttps://wrnexusjs.dev/components/metrichttps://wrnexusjs.dev/components/metric-cardhttps://wrnexusjs.dev/components/metric-gridhttps://wrnexusjs.dev/components/metric-texthttps://wrnexusjs.dev/components/minute-pickerhttps://wrnexusjs.dev/components/mission-sectionhttps://wrnexusjs.dev/components/mobile-device-framehttps://wrnexusjs.dev/components/mobile-inputhttps://wrnexusjs.dev/components/mobile-menu-buttonhttps://wrnexusjs.dev/components/mobile-navigationhttps://wrnexusjs.dev/components/mobile-table-cardhttps://wrnexusjs.dev/components/modalhttps://wrnexusjs.dev/components/monthly-volume-selectorhttps://wrnexusjs.dev/components/month-pickerhttps://wrnexusjs.dev/components/month-year-pickerhttps://wrnexusjs.dev/components/multi-file-uploadhttps://wrnexusjs.dev/components/multiple-email-inputhttps://wrnexusjs.dev/components/multi-selecthttps://wrnexusjs.dev/components/muted-texthttps://wrnexusjs.dev/components/name-inputhttps://wrnexusjs.dev/components/narrow-containerhttps://wrnexusjs.dev/components/navigationhttps://wrnexusjs.dev/components/navigation-itemhttps://wrnexusjs.dev/components/navigation-mega-menuhttps://wrnexusjs.dev/components/new-badgehttps://wrnexusjs.dev/components/new-password-inputhttps://wrnexusjs.dev/components/newsletter-ctahttps://wrnexusjs.dev/components/newsletter-formhttps://wrnexusjs.dev/components/no-results-statehttps://wrnexusjs.dev/components/not-found-pagehttps://wrnexusjs.dev/components/not-found-statehttps://wrnexusjs.dev/components/notification-cardhttps://wrnexusjs.dev/components/notification-dothttps://wrnexusjs.dev/components/notification-listhttps://wrnexusjs.dev/components/number-inputhttps://wrnexusjs.dev/components/office-cardhttps://wrnexusjs.dev/components/offline-pagehttps://wrnexusjs.dev/components/offline-statehttps://wrnexusjs.dev/components/onboarding-progresshttps://wrnexusjs.dev/components/one-time-secret-displayhttps://wrnexusjs.dev/components/online-indicatorhttps://wrnexusjs.dev/components/opacity-sliderhttps://wrnexusjs.dev/components/open-apictahttps://wrnexusjs.dev/components/optional-indicatorhttps://wrnexusjs.dev/components/organization-selectorhttps://wrnexusjs.dev/components/otp-inputhttps://wrnexusjs.dev/components/otp-verification-formhttps://wrnexusjs.dev/components/outlined-cardhttps://wrnexusjs.dev/components/page-alerthttps://wrnexusjs.dev/components/page-headerhttps://wrnexusjs.dev/components/page-headinghttps://wrnexusjs.dev/components/page-shellhttps://wrnexusjs.dev/components/page-skeletonhttps://wrnexusjs.dev/components/paginationhttps://wrnexusjs.dev/components/panelhttps://wrnexusjs.dev/components/partner-application-formhttps://wrnexusjs.dev/components/partner-logo-gridhttps://wrnexusjs.dev/components/partner-program-cardhttps://wrnexusjs.dev/components/passkey-buttonhttps://wrnexusjs.dev/components/password-inputhttps://wrnexusjs.dev/components/password-requirement-listhttps://wrnexusjs.dev/components/password-strength-meterhttps://wrnexusjs.dev/components/password-visibility-togglehttps://wrnexusjs.dev/components/path-inputhttps://wrnexusjs.dev/components/payment-method-cardhttps://wrnexusjs.dev/components/pdf-previewhttps://wrnexusjs.dev/components/percentage-inputhttps://wrnexusjs.dev/components/permission-selectorhttps://wrnexusjs.dev/components/phone-inputhttps://wrnexusjs.dev/components/pie-charthttps://wrnexusjs.dev/components/pillhttps://wrnexusjs.dev/components/pin-inputhttps://wrnexusjs.dev/components/plain-text-editorhttps://wrnexusjs.dev/components/plan-ctahttps://wrnexusjs.dev/components/plan-feature-listhttps://wrnexusjs.dev/components/plan-limit-listhttps://wrnexusjs.dev/components/plan-selectorhttps://wrnexusjs.dev/components/platform-pillar-cardhttps://wrnexusjs.dev/components/policy-version-tablehttps://wrnexusjs.dev/components/popoverhttps://wrnexusjs.dev/components/port-inputhttps://wrnexusjs.dev/components/port-number-inputhttps://wrnexusjs.dev/components/positive-number-inputhttps://wrnexusjs.dev/components/postal-code-inputhttps://wrnexusjs.dev/components/postman-ctahttps://wrnexusjs.dev/components/preset-date-range-pickerhttps://wrnexusjs.dev/components/press-release-cardhttps://wrnexusjs.dev/components/preview-badgehttps://wrnexusjs.dev/components/previous-next-navigationhttps://wrnexusjs.dev/components/price-inputhttps://wrnexusjs.dev/components/price-range-sliderhttps://wrnexusjs.dev/components/price-texthttps://wrnexusjs.dev/components/pricing-cardhttps://wrnexusjs.dev/components/pricing-comparison-tablehttps://wrnexusjs.dev/components/pricing-contact-formhttps://wrnexusjs.dev/components/pricing-feature-grouphttps://wrnexusjs.dev/components/pricing-gridhttps://wrnexusjs.dev/components/pricing-herohttps://wrnexusjs.dev/components/pricing-plan-cardhttps://wrnexusjs.dev/components/pricing-tablehttps://wrnexusjs.dev/components/pricing-togglehttps://wrnexusjs.dev/components/primary-buttonhttps://wrnexusjs.dev/components/print-actionhttps://wrnexusjs.dev/components/print-policy-buttonhttps://wrnexusjs.dev/components/priority-selectorhttps://wrnexusjs.dev/components/privacy-noticehttps://wrnexusjs.dev/components/product-architecture-diagramhttps://wrnexusjs.dev/components/product-cardhttps://wrnexusjs.dev/components/product-category-sectionhttps://wrnexusjs.dev/components/product-ctahttps://wrnexusjs.dev/components/product-feature-listhttps://wrnexusjs.dev/components/product-gridhttps://wrnexusjs.dev/components/product-herohttps://wrnexusjs.dev/components/product-iconhttps://wrnexusjs.dev/components/product-integration-listhttps://wrnexusjs.dev/components/product-listhttps://wrnexusjs.dev/components/product-logohttps://wrnexusjs.dev/components/product-mega-menuhttps://wrnexusjs.dev/components/product-mini-cardhttps://wrnexusjs.dev/components/product-navigation-cardhttps://wrnexusjs.dev/components/product-page-shellhttps://wrnexusjs.dev/components/product-selectorhttps://wrnexusjs.dev/components/products-mega-menuhttps://wrnexusjs.dev/components/product-status-badgehttps://wrnexusjs.dev/components/product-use-case-listhttps://wrnexusjs.dev/components/progresshttps://wrnexusjs.dev/components/progress-barhttps://wrnexusjs.dev/components/progress-charthttps://wrnexusjs.dev/components/progress-ringhttps://wrnexusjs.dev/components/progress-sliderhttps://wrnexusjs.dev/components/project-cardhttps://wrnexusjs.dev/components/project-selectorhttps://wrnexusjs.dev/components/project-switcherhttps://wrnexusjs.dev/components/promo-code-inputhttps://wrnexusjs.dev/components/prompt-dialoghttps://wrnexusjs.dev/components/provider-selectorhttps://wrnexusjs.dev/components/public-footerhttps://wrnexusjs.dev/components/public-headerhttps://wrnexusjs.dev/components/public-header-logohttps://wrnexusjs.dev/components/public-mobile-navigationhttps://wrnexusjs.dev/components/public-page-shellhttps://wrnexusjs.dev/components/public-searchhttps://wrnexusjs.dev/components/publish-date-time-pickerhttps://wrnexusjs.dev/components/push-composerhttps://wrnexusjs.dev/components/push-notification-editorhttps://wrnexusjs.dev/components/qr-codehttps://wrnexusjs.dev/components/quantity-inputhttps://wrnexusjs.dev/components/quantity-stepperhttps://wrnexusjs.dev/components/quiet-hours-pickerhttps://wrnexusjs.dev/components/quote-texthttps://wrnexusjs.dev/components/radiohttps://wrnexusjs.dev/components/radio-grouphttps://wrnexusjs.dev/components/range-inputhttps://wrnexusjs.dev/components/range-sliderhttps://wrnexusjs.dev/components/rate-limited-statehttps://wrnexusjs.dev/components/rate-limit-inputhttps://wrnexusjs.dev/components/rate-limit-pagehttps://wrnexusjs.dev/components/rate-tablehttps://wrnexusjs.dev/components/rating-sliderhttps://wrnexusjs.dev/components/recipient-selectorhttps://wrnexusjs.dev/components/recovery-code-formhttps://wrnexusjs.dev/components/recovery-code-inputhttps://wrnexusjs.dev/components/recurrence-rule-builderhttps://wrnexusjs.dev/components/recurring-schedule-pickerhttps://wrnexusjs.dev/components/redirect-uri-inputhttps://wrnexusjs.dev/components/reference-inputhttps://wrnexusjs.dev/components/regex-inputhttps://wrnexusjs.dev/components/regional-privacy-bannerhttps://wrnexusjs.dev/components/region-availability-tablehttps://wrnexusjs.dev/components/region-selectorhttps://wrnexusjs.dev/components/region-unavailable-alerthttps://wrnexusjs.dev/components/region-unavailable-statehttps://wrnexusjs.dev/components/reject-optional-cookies-buttonhttps://wrnexusjs.dev/components/reopen-cookie-settings-buttonhttps://wrnexusjs.dev/components/report-cardhttps://wrnexusjs.dev/components/request-response-viewerhttps://wrnexusjs.dev/components/request-viewerhttps://wrnexusjs.dev/components/required-indicatorhttps://wrnexusjs.dev/components/reset-password-formhttps://wrnexusjs.dev/components/resizable-panelhttps://wrnexusjs.dev/components/resource-cardhttps://wrnexusjs.dev/components/resource-download-cardhttps://wrnexusjs.dev/components/resource-page-shellhttps://wrnexusjs.dev/components/resource-searchhttps://wrnexusjs.dev/components/resources-mega-menuhttps://wrnexusjs.dev/components/resource-type-badgehttps://wrnexusjs.dev/components/response-viewerhttps://wrnexusjs.dev/components/responsible-disclosure-ctahttps://wrnexusjs.dev/components/responsive-tablehttps://wrnexusjs.dev/components/results-sectionhttps://wrnexusjs.dev/components/retention-tablehttps://wrnexusjs.dev/components/retry-count-inputhttps://wrnexusjs.dev/components/revenue-charthttps://wrnexusjs.dev/components/rgb-color-inputhttps://wrnexusjs.dev/components/rich-text-editorhttps://wrnexusjs.dev/components/rich-text-inputhttps://wrnexusjs.dev/components/role-selectorhttps://wrnexusjs.dev/components/rolling-date-range-pickerhttps://wrnexusjs.dev/components/save-cookie-preferences-buttonhttps://wrnexusjs.dev/components/saved-filter-selectorhttps://wrnexusjs.dev/components/scheduled-date-time-pickerhttps://wrnexusjs.dev/components/schedule-message-pickerhttps://wrnexusjs.dev/components/schedule-pickerhttps://wrnexusjs.dev/components/screenshot-framehttps://wrnexusjs.dev/components/scroll-areahttps://wrnexusjs.dev/components/sdkcardhttps://wrnexusjs.dev/components/sdk-language-selectorhttps://wrnexusjs.dev/components/sdklanguage-tabshttps://wrnexusjs.dev/components/sdktabshttps://wrnexusjs.dev/components/search-buttonhttps://wrnexusjs.dev/components/search-category-tabshttps://wrnexusjs.dev/components/search-dialoghttps://wrnexusjs.dev/components/search-empty-statehttps://wrnexusjs.dev/components/search-inputhttps://wrnexusjs.dev/components/search-loading-statehttps://wrnexusjs.dev/components/search-result-itemhttps://wrnexusjs.dev/components/secondary-buttonhttps://wrnexusjs.dev/components/second-pickerhttps://wrnexusjs.dev/components/secret-displayhttps://wrnexusjs.dev/components/secret-inputhttps://wrnexusjs.dev/components/secret-reveal-dialoghttps://wrnexusjs.dev/components/sectionhttps://wrnexusjs.dev/components/section-actionshttps://wrnexusjs.dev/components/section-headerhttps://wrnexusjs.dev/components/section-headinghttps://wrnexusjs.dev/components/security-alerthttps://wrnexusjs.dev/components/security-contact-cardhttps://wrnexusjs.dev/components/security-feature-cardhttps://wrnexusjs.dev/components/security-herohttps://wrnexusjs.dev/components/security-pillar-gridhttps://wrnexusjs.dev/components/security-practice-listhttps://wrnexusjs.dev/components/security-report-formhttps://wrnexusjs.dev/components/selecthttps://wrnexusjs.dev/components/sender-id-inputhttps://wrnexusjs.dev/components/server-error-pagehttps://wrnexusjs.dev/components/service-level-tablehttps://wrnexusjs.dev/components/service-status-badgehttps://wrnexusjs.dev/components/service-status-listhttps://wrnexusjs.dev/components/service-status-rowhttps://wrnexusjs.dev/components/session-cardhttps://wrnexusjs.dev/components/session-expired-dialoghttps://wrnexusjs.dev/components/setup-checklisthttps://wrnexusjs.dev/components/severity-selectorhttps://wrnexusjs.dev/components/shadow-pickerhttps://wrnexusjs.dev/components/share-actionhttps://wrnexusjs.dev/components/share-buttonhttps://wrnexusjs.dev/components/sidebar-layouthttps://wrnexusjs.dev/components/side-panelhttps://wrnexusjs.dev/components/sign-in-formhttps://wrnexusjs.dev/components/sign-in-linkhttps://wrnexusjs.dev/components/sign-up-formhttps://wrnexusjs.dev/components/site-searchhttps://wrnexusjs.dev/components/skeletonhttps://wrnexusjs.dev/components/skip-linkhttps://wrnexusjs.dev/components/sla-tablehttps://wrnexusjs.dev/components/sliderhttps://wrnexusjs.dev/components/slug-inputhttps://wrnexusjs.dev/components/small-texthttps://wrnexusjs.dev/components/smart-route-diagramhttps://wrnexusjs.dev/components/sms-composerhttps://wrnexusjs.dev/components/sms-message-editorhttps://wrnexusjs.dev/components/sms-segment-counterhttps://wrnexusjs.dev/components/social-sharehttps://wrnexusjs.dev/components/solution-herohttps://wrnexusjs.dev/components/solution-page-shellhttps://wrnexusjs.dev/components/solution-sectionhttps://wrnexusjs.dev/components/solutions-mega-menuhttps://wrnexusjs.dev/components/sortable-tablehttps://wrnexusjs.dev/components/spacerhttps://wrnexusjs.dev/components/spinnerhttps://wrnexusjs.dev/components/split-buttonhttps://wrnexusjs.dev/components/split-ctahttps://wrnexusjs.dev/components/split-herohttps://wrnexusjs.dev/components/split-layouthttps://wrnexusjs.dev/components/split-section-headerhttps://wrnexusjs.dev/components/stackhttps://wrnexusjs.dev/components/start-free-buttonhttps://wrnexusjs.dev/components/stat-cardhttps://wrnexusjs.dev/components/state-selectorhttps://wrnexusjs.dev/components/status-badgehttps://wrnexusjs.dev/components/status-bannerhttps://wrnexusjs.dev/components/status-page-shellhttps://wrnexusjs.dev/components/status-selectorhttps://wrnexusjs.dev/components/status-subscribe-formhttps://wrnexusjs.dev/components/status-tablehttps://wrnexusjs.dev/components/step-navigationhttps://wrnexusjs.dev/components/stepperhttps://wrnexusjs.dev/components/stepper-inputhttps://wrnexusjs.dev/components/step-up-authentication-dialoghttps://wrnexusjs.dev/components/sticker-pickerhttps://wrnexusjs.dev/components/stickyhttps://wrnexusjs.dev/components/sticky-layouthttps://wrnexusjs.dev/components/street-address-inputhttps://wrnexusjs.dev/components/subdomain-inputhttps://wrnexusjs.dev/components/subject-inputhttps://wrnexusjs.dev/components/subprocessor-tablehttps://wrnexusjs.dev/components/subsection-headinghttps://wrnexusjs.dev/components/success-cardhttps://wrnexusjs.dev/components/success-statehttps://wrnexusjs.dev/components/support-request-formhttps://wrnexusjs.dev/components/surfacehttps://wrnexusjs.dev/components/switchhttps://wrnexusjs.dev/components/tablehttps://wrnexusjs.dev/components/table-headerhttps://wrnexusjs.dev/components/table-rowhttps://wrnexusjs.dev/components/table-skeletonhttps://wrnexusjs.dev/components/tabshttps://wrnexusjs.dev/components/taghttps://wrnexusjs.dev/components/tag-inputhttps://wrnexusjs.dev/components/tax-noticehttps://wrnexusjs.dev/components/tax-rate-inputhttps://wrnexusjs.dev/components/team-member-cardhttps://wrnexusjs.dev/components/team-size-selectorhttps://wrnexusjs.dev/components/template-cardhttps://wrnexusjs.dev/components/template-selectorhttps://wrnexusjs.dev/components/template-variable-inputhttps://wrnexusjs.dev/components/tenant-isolation-diagramhttps://wrnexusjs.dev/components/terminal-blockhttps://wrnexusjs.dev/components/tertiary-buttonhttps://wrnexusjs.dev/components/testimonial-cardhttps://wrnexusjs.dev/components/testimonial-carouselhttps://wrnexusjs.dev/components/test-message-dialoghttps://wrnexusjs.dev/components/textareahttps://wrnexusjs.dev/components/text-inputhttps://wrnexusjs.dev/components/text-linkhttps://wrnexusjs.dev/components/text-skeletonhttps://wrnexusjs.dev/components/theme-togglehttps://wrnexusjs.dev/components/theme-color-pickerhttps://wrnexusjs.dev/components/theme-switcherhttps://wrnexusjs.dev/components/time-inputhttps://wrnexusjs.dev/components/timelinehttps://wrnexusjs.dev/components/timeline-charthttps://wrnexusjs.dev/components/timeline-itemhttps://wrnexusjs.dev/components/timeout-inputhttps://wrnexusjs.dev/components/time-pickerhttps://wrnexusjs.dev/components/time-range-pickerhttps://wrnexusjs.dev/components/timezone-aware-time-pickerhttps://wrnexusjs.dev/components/timezone-selectorhttps://wrnexusjs.dev/components/toasthttps://wrnexusjs.dev/components/toast-actionhttps://wrnexusjs.dev/components/toast-hosthttps://wrnexusjs.dev/components/toast-iconhttps://wrnexusjs.dev/components/toast-progresshttps://wrnexusjs.dev/components/togglehttps://wrnexusjs.dev/components/toggle-grouphttps://wrnexusjs.dev/components/token-inputhttps://wrnexusjs.dev/components/tooltiphttps://wrnexusjs.dev/components/totp-verification-formhttps://wrnexusjs.dev/components/translated-texthttps://wrnexusjs.dev/components/tree-tablehttps://wrnexusjs.dev/components/trend-indicatorhttps://wrnexusjs.dev/components/truncated-texthttps://wrnexusjs.dev/components/trust-badge-listhttps://wrnexusjs.dev/components/typographyhttps://wrnexusjs.dev/components/unavailable-region-statehttps://wrnexusjs.dev/components/unified-timeline-previewhttps://wrnexusjs.dev/components/unsaved-changes-dialoghttps://wrnexusjs.dev/components/upload-itemhttps://wrnexusjs.dev/components/upload-previewhttps://wrnexusjs.dev/components/upload-progresshttps://wrnexusjs.dev/components/uptime-charthttps://wrnexusjs.dev/components/uptime-metrichttps://wrnexusjs.dev/components/url-inputhttps://wrnexusjs.dev/components/usage-pricing-tablehttps://wrnexusjs.dev/components/use-case-selectorhttps://wrnexusjs.dev/components/user-cardhttps://wrnexusjs.dev/components/username-inputhttps://wrnexusjs.dev/components/value-cardhttps://wrnexusjs.dev/components/values-gridhttps://wrnexusjs.dev/components/verification-code-inputhttps://wrnexusjs.dev/components/verified-badgehttps://wrnexusjs.dev/components/version-selectorhttps://wrnexusjs.dev/components/vertical-tabshttps://wrnexusjs.dev/components/video-cardhttps://wrnexusjs.dev/components/video-preview-dialoghttps://wrnexusjs.dev/components/video-uploadhttps://wrnexusjs.dev/components/virtualized-tablehttps://wrnexusjs.dev/components/vision-sectionhttps://wrnexusjs.dev/components/visually-hiddenhttps://wrnexusjs.dev/components/voice-script-composerhttps://wrnexusjs.dev/components/voice-script-editorhttps://wrnexusjs.dev/components/volume-inputhttps://wrnexusjs.dev/components/volume-sliderhttps://wrnexusjs.dev/components/warning-cardhttps://wrnexusjs.dev/components/webhook-event-cardhttps://wrnexusjs.dev/components/webhook-flow-diagramhttps://wrnexusjs.dev/components/webhook-payload-viewerhttps://wrnexusjs.dev/components/webhook-url-inputhttps://wrnexusjs.dev/components/webinar-cardhttps://wrnexusjs.dev/components/webinar-registration-formhttps://wrnexusjs.dev/components/wellhttps://wrnexusjs.dev/components/whats-app-composerhttps://wrnexusjs.dev/components/whats-app-number-inputhttps://wrnexusjs.dev/components/whats-app-template-editorhttps://wrnexusjs.dev/components/wide-containerhttps://wrnexusjs.dev/components/wizardhttps://wrnexusjs.dev/components/wizard-headerhttps://wrnexusjs.dev/components/wizard-navigationhttps://wrnexusjs.dev/components/workflow-canvas-previewhttps://wrnexusjs.dev/components/workflow-progresshttps://wrnexusjs.dev/components/workspace-cardhttps://wrnexusjs.dev/components/workspace-selectorhttps://wrnexusjs.dev/components/workspace-switcherhttps://wrnexusjs.dev/components/year-pickerhttps://wrnexusjs.dev/components/zoom-slider