@pap-it/templates-form-element
Advanced tools
Comparing version 1.0.13 to 1.0.14
import React from "react"; | ||
import { FormElement as FormElementElement } from "../src"; | ||
import "../register.bundle.mjs"; | ||
import "../src/register.js"; | ||
export { FormElement as FormElementElement } from "../src"; | ||
@@ -10,3 +10,3 @@ export type Props = { | ||
value?: string; | ||
onChange?: (e: Event) => void; | ||
onChange?: (e: React.SyntheticEvent<FormElementElement, Event>) => void; | ||
children?: React.ReactNode; | ||
@@ -13,0 +13,0 @@ className?: string; |
@@ -1,1 +0,1 @@ | ||
"use strict";import{jsx as m}from"react/jsx-runtime";import n from"react";import{papHOC as p}from"@pap-it/system-react";import"../register.bundle.mjs";export{FormElement as FormElementElement}from"../src";const a=n.forwardRef((e,r)=>{const{children:t,...o}=e;return m("pap-form-element-template",{...o,ref:r,children:t})});export const FormElement=p(a); | ||
"use strict";import{jsx as m}from"react/jsx-runtime";import n from"react";import{papHOC as p}from"@pap-it/system-react";import"../src/register.js";export{FormElement as FormElementElement}from"../src";const a=n.forwardRef((e,r)=>{const{children:t,...o}=e;return m("pap-form-element-template",{...o,ref:r,children:t})});export const FormElement=p(a); |
{ | ||
"name": "@pap-it/templates-form-element", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"scripts": { | ||
@@ -45,6 +45,6 @@ "init": "sh .scripts/init.sh", | ||
"@pap-it/system-react": "0.0.6", | ||
"@pap-it/system-base": "1.0.13" | ||
"@pap-it/system-base": "1.0.14" | ||
}, | ||
"devDependencies": { | ||
"@pap-it/system-doc": "1.0.18", | ||
"@pap-it/system-doc": "1.0.19", | ||
"esbuild": "^0.17.18", | ||
@@ -62,2 +62,2 @@ "tslib": "^2.5.0", | ||
"description": "" | ||
} | ||
} |
@@ -5,8 +5,4 @@ # FormElement | ||
Version: Version: Version: 1.0.13 | ||
Version: Version: Version: 1.0.14 | ||
## Development | ||
@@ -13,0 +9,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6852
12
+ Added@pap-it/system-base@1.0.14(transitive)
- Removed@pap-it/system-base@1.0.13(transitive)
Updated@pap-it/system-base@1.0.14