{
  "name": "@htmlbricks/hb-input-select",
  "version": "0.73.7",
  "contributors": [],
  "description": "Native `<select>` driven by `schemaentry`. Optional `params` as `InputSelectParams`: `options` is an array of `InputSelectOption` (`id`, `value`, optional `label`). `readonly` maps to the native `disabled` attribute on `<select>`. Host `is_small=\"yes\"` applies Bulma `select.is-small`. `show_validation` toggles `select.is-success` / `is-danger` and `validationTip` as `help is-danger`. Dispatches `setVal` on every change. Theme `--bulma-*` on `:host`. Exports `InputSelectParams`, `InputSelectOption`, `FormSchemaEntry`, `Component`, `Events` in `types/webcomponent.type.d.ts`.",
  "licenses": [
    {
      "type": "Apache-2.0",
      "path": "LICENSE.md",
      "cost": 0,
      "currency": "EUR"
    }
  ],
  "main": "main.iife.js",
  "types": "./types/html-elements.d.ts",
  "exports": {
    ".": "./main.iife.js",
    "./package.json": "./package.json",
    "./types/html-elements": "./types/html-elements.d.ts",
    "./types/svelte-elements": "./types/svelte-elements.d.ts",
    "./types/webcomponent.type": "./types/webcomponent.type.d.ts"
  },
  "dependencies": {},
  "publishConfig": {
    "access": "public"
  },
  "private": false
}