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

@fower/types

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fower/types - npm Package Compare versions

Comparing version 1.28.0 to 1.29.0

46

index.d.ts
import * as CSS from 'csstype'
import { Atom, Meta } from '@fower/atom'
import type { Atom, Meta } from '@fower/atom'
import type { Parser } from '@fower/parser'

@@ -9,29 +10,6 @@ // tslint:disable-next-line:export-just-namespace

declare namespace FowerTypes {
interface ParserInterface {
atoms: Atom[]
type FowerColor = CSS.Property.Color | keyof Colors
propList: PropItem[]
type FowerThemeColor = keyof Colors
props: any
config: FowerTypes.Configuration
uniqueClassName: string
hasResponsive: boolean
addAtom(atom: Atom): void
getClassNames(): string[]
toStyle(): any
toRules(enableInserted?: boolean): string[]
getParsedProps(): any
insertRule(): any
}
type FowerColor = CSS.Property.Color | keyof Colors
type As = React.ElementType

@@ -200,10 +178,2 @@

interface PropItem {
propKey: string
propValue: any
key: string
value: any
meta: Meta
}
interface Props {

@@ -230,3 +200,3 @@ style?: any

*/
beforeParseProps?(propKey: string, propValue: any, parser: ParserInterface): any
beforeParseProps?(propKey: string, propValue: any, parser: Parser): any

@@ -239,3 +209,3 @@ /**

*/
beforeHandleAtom?(atom: Atom, parser: ParserInterface): Atom
beforeHandleAtom?(atom: Atom, parser: Parser): Atom

@@ -247,3 +217,3 @@ /**

*/
handleAtom?(atom: Atom, parser: ParserInterface): Atom
handleAtom?(atom: Atom, parser: Parser): Atom

@@ -254,3 +224,3 @@ /**

*/
afterAtomStyleCreate?(parser: ParserInterface): void
afterAtomStyleCreate?(parser: Parser): void
}

@@ -257,0 +227,0 @@

7

package.json
{
"name": "@fower/types",
"version": "1.28.0",
"version": "1.29.0",
"license": "MIT",

@@ -12,6 +12,7 @@ "main": "",

"dependencies": {
"@fower/atom": "^1.28.0",
"@fower/atom": "^1.29.0",
"@fower/parser": "^1.29.0",
"csstype": "^3.0.8"
},
"gitHead": "5bf8d61bd49f8a82aebd6492ed162584430fdf21"
"gitHead": "ac5536937911f0fde336b2830f5991c645608f86"
}
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