Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pap-it/templates-form-element

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pap-it/templates-form-element - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

4

dist/react/FormElement.d.ts
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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc