@frui.ts/htmlcontrols
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0-beta.3
import type { BindingTarget, TypedBindingProperty } from "@frui.ts/helpers"; | ||
import type { WithBindingProps } from "@frui.ts/views"; | ||
import type { ComponentPropsWithoutRef } from "react"; | ||
declare type CollectionCheckboxProps<TItem> = { | ||
type CollectionCheckboxProps<TItem> = { | ||
value: TItem; | ||
@@ -6,0 +6,0 @@ }; |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0-beta.3", | ||
"description": "Plain HTML controls ready for Frui.ts integration", | ||
@@ -43,7 +43,7 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/react": "^18.0.21" | ||
"@types/react": "^18.0.25" | ||
}, | ||
"dependencies": { | ||
"@frui.ts/helpers": "^1.0.0-beta.2", | ||
"@frui.ts/views": "^1.0.0-beta.2", | ||
"@frui.ts/helpers": "^1.0.0-beta.3", | ||
"@frui.ts/views": "^1.0.0-beta.3", | ||
"mobx-react-lite": "3" | ||
@@ -55,3 +55,3 @@ }, | ||
}, | ||
"gitHead": "5d7b8915490794c56dcad28698a47e6e2a904e4e" | ||
"gitHead": "105f3b54d3a4dedd92a347ff96058a4fa418ac62" | ||
} |
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
20151