@open-matrix/component-form-demo (0.1.16)

Published 2026-09-05 00:12:13 +00:00 by hivecast-admin

Installation

@open-matrix:registry=
npm install @open-matrix/component-form-demo@0.1.16
"@open-matrix/component-form-demo": "0.1.16"

About this package

Component Form Demo

Generated Hive package archetype: web-component-actor.

Commands

pnpm install
pnpm build
pnpm test
hive-pm validate .

Manifest

{
  "name": "@open-matrix/component-form-demo",
  "version": "0.1.0",
  "description": "Component form demo package generated from the FORM component archetype.",
  "displayName": "Component Form Demo",
  "namespace": "web-components.component-form-demo",
  "archetype": "web-component-actor",
  "root": {
    "type": "ComponentFormDemoRoot",
    "export": "ComponentFormDemoRoot",
    "mount": "web-components.component-form-demo",
    "displayName": "Component Form Demo",
    "description": "Package root - serves the component-form-demo component module"
  },
  "runtime": {
    "language": "typescript",
    "entry": "dist/index.js"
  },
  "components": [
    {
      "type": "ComponentFormDemoElement",
      "export": "ComponentFormDemoElement",
      "mount": "element",
      "surface": "browser",
      "displayName": "Component Form Demo Element",
      "description": "Renders a greeting badge",
      "accepts": [
        "badge.set-label",
        "component.describe"
      ],
      "emits": [
        "badge.label-changed"
      ]
    }
  ],
  "browser": {
    "entry": "dist/browser.js",
    "elements": [
      {
        "tagName": "hivecast-component-form-demo",
        "component": "ComponentFormDemoElement"
      }
    ]
  },
  "permissions": {
    "fsPolicy": "none"
  }
}

Dependencies

Dependencies

ID Version
@open-matrix/core 0.1.30

Development Dependencies

ID Version
@types/node ^25.0.10
esbuild ^0.27.3
tsx ^4.15.6
typescript ^5.7.0
Details
npm
2026-09-05 00:12:13 +00:00
1
latest
145 KiB
Assets (1)
Versions (15) View all
0.1.16 2026-09-05
0.1.15 2026-09-04
0.1.14 2026-09-04
0.1.13 2026-09-03
0.1.11 2026-08-18