You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

@react-querybuilder/bulma

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-querybuilder/bulma - npm Package Compare versions

Comparing version

to
6.5.0

import * as react_querybuilder from 'react-querybuilder';
import { ActionProps, NotToggleProps, ValueEditorProps, ValueSelectorProps, Controls } from 'react-querybuilder';
import * as React from 'react';
declare const BulmaActionElement: {
({ className, handleOnClick, label, title, disabled, disabledTranslation, }: ActionProps): JSX.Element;
({ className, handleOnClick, label, title, disabled, disabledTranslation, }: ActionProps): React.JSX.Element;
displayName: string;

@@ -10,3 +11,3 @@ };

declare const BulmaNotToggle: {
({ className, handleOnChange, label, checked, title, disabled, }: NotToggleProps): JSX.Element;
({ className, handleOnChange, label, checked, title, disabled, }: NotToggleProps): React.JSX.Element;
displayName: string;

@@ -16,3 +17,3 @@ };

declare const BulmaValueEditor: {
(props: ValueEditorProps): JSX.Element | null;
(props: ValueEditorProps): React.JSX.Element | null;
displayName: string;

@@ -22,3 +23,3 @@ };

declare const BulmaValueSelector: {
({ className, handleOnChange, options, value, title, disabled, multiple, listsAsArrays, }: ValueSelectorProps): JSX.Element;
({ className, handleOnChange, options, value, title, disabled, multiple, listsAsArrays, }: ValueSelectorProps): React.JSX.Element;
displayName: string;

@@ -25,0 +26,0 @@ };

{
"name": "@react-querybuilder/bulma",
"description": "Custom Bulma components for react-querybuilder",
"version": "6.4.1",
"version": "6.5.0",
"publishConfig": {

@@ -37,11 +37,11 @@ "access": "public"

"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.0",
"@vitejs/plugin-react-swc": "^3.3.0",
"@types/react": "^18.2.12",
"@vitejs/plugin-react-swc": "^3.3.2",
"bulma": "^0.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-querybuilder": "^6.4.1",
"rollup-plugin-visualizer": "^5.9.0",
"typescript": "^4.9.5",
"vite": "^4.3.4"
"react-querybuilder": "^6.5.0",
"rollup-plugin-visualizer": "^5.9.2",
"typescript": "^5.1.3",
"vite": "^4.3.9"
},

@@ -51,5 +51,5 @@ "peerDependencies": {

"react": ">=16.8.0",
"react-querybuilder": "^6.4.1"
"react-querybuilder": "^6.5.0"
},
"gitHead": "94a538f2ed1095f31938cf4a8bf7a96c22703c17"
"gitHead": "17c87947746d8fcf26ce30b8fa8aa31a584b860d"
}