Socket
Socket
Sign inDemoInstall

@lion/form-core

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/form-core - npm Package Compare versions

Comparing version 0.6.8 to 0.6.9

6

CHANGELOG.md
# Change Log
## 0.6.9
### Patch Changes
- cf0967fe: Fix type definition file for CSSResultArray
## 0.6.8

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@lion/form-core",
"version": "0.6.8",
"version": "0.6.9",
"description": "Form-core contains all essential building blocks for creating form fields and fieldsets",

@@ -5,0 +5,0 @@ "license": "MIT",

import { Constructor } from '@open-wc/dedupe-mixin';
import { CSSResult, LitElement, TemplateResult } from '@lion/core';
import { LitElement, TemplateResult } from '@lion/core';
import { CSSResultArray } from 'lit-element';
import { FormatHost } from '../FormatMixinTypes';

@@ -32,3 +33,3 @@

static get styles(): CSSResult | CSSResult[];
static get styles(): CSSResultArray;

@@ -35,0 +36,0 @@ render(): TemplateResult;

@@ -1,2 +0,3 @@

import { CSSResult, LitElement, nothing, TemplateResult } from '@lion/core';
import { CSSResultArray } from 'lit-element';
import { LitElement, nothing, TemplateResult } from '@lion/core';
import { SlotsMap, SlotHost } from '@lion/core/types/SlotMixinTypes';

@@ -14,3 +15,3 @@ import { Constructor } from '@open-wc/dedupe-mixin';

export declare class FormControlHost {
static get styles(): CSSResult | CSSResult[];
static get styles(): CSSResultArray;
static get properties(): {

@@ -17,0 +18,0 @@ name: {

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