Socket
Socket
Sign inDemoInstall

@uxf/form

Package Overview
Dependencies
Maintainers
1
Versions
284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxf/form - npm Package Compare versions

Comparing version 1.0.0-beta.72 to 1.0.0-beta.73

6

color-radio-group/color-radio-group.stories.js

@@ -54,3 +54,3 @@ "use strict";

function Default() {
const storyFormSelects = (control) => (react_1.default.createElement("div", { className: "space-y-4" },
const storyFormColorRadioGroup = (control) => (react_1.default.createElement("div", { className: "space-y-4" },
react_1.default.createElement(index_1.ColorRadioGroup, { control: control, id: "color-radio-group", label: "Color radio group form", name: "color-radio-group", options: options }),

@@ -62,5 +62,5 @@ react_1.default.createElement(index_1.ColorRadioGroup, { control: control, id: "color-radio-group", isDisabled: true, label: "Color radio group form disabled", name: "color-radio-group-disabled", options: options }),

return (react_1.default.createElement(form_1.Form, null, ({ control }) => (react_1.default.createElement("div", { className: "flex flex-col lg:flex-row" },
react_1.default.createElement("div", { className: "light space-y-2 p-20 lg:w-1/2" }, storyFormSelects(control)),
react_1.default.createElement("div", { className: "dark space-y-2 bg-gray-900 p-20 lg:w-1/2" }, storyFormSelects(control))))));
react_1.default.createElement("div", { className: "light space-y-2 p-20 lg:w-1/2" }, storyFormColorRadioGroup(control)),
react_1.default.createElement("div", { className: "dark space-y-2 bg-gray-900 p-20 lg:w-1/2" }, storyFormColorRadioGroup(control))))));
}
exports.Default = Default;
{
"name": "@uxf/form",
"version": "1.0.0-beta.72",
"version": "1.0.0-beta.73",
"description": "",

@@ -16,5 +16,5 @@ "publishConfig": {

"dependencies": {
"@uxf/ui": "^1.0.0-beta.72",
"@uxf/ui": "^1.0.0-beta.73",
"react-hook-form": "latest"
}
}

@@ -30,3 +30,3 @@ "use strict";

function Default() {
const storyFormSelects = (control) => (react_1.default.createElement("div", { className: "space-y-4" },
const storyFormRadioGroup = (control) => (react_1.default.createElement("div", { className: "space-y-4" },
react_1.default.createElement(index_1.RadioGroup, { control: control, id: "radio-group", label: "Radio group form", name: "radio-group", options: options }),

@@ -38,5 +38,5 @@ react_1.default.createElement(index_1.RadioGroup, { control: control, id: "radio-group", isDisabled: true, label: "Radio group form disabled", name: "radio-group-disabled", options: options }),

return (react_1.default.createElement(form_1.Form, null, ({ control }) => (react_1.default.createElement("div", { className: "flex flex-col lg:flex-row" },
react_1.default.createElement("div", { className: "light space-y-2 p-20 lg:w-1/2" }, storyFormSelects(control)),
react_1.default.createElement("div", { className: "dark space-y-2 bg-gray-900 p-20 lg:w-1/2" }, storyFormSelects(control))))));
react_1.default.createElement("div", { className: "light space-y-2 p-20 lg:w-1/2" }, storyFormRadioGroup(control)),
react_1.default.createElement("div", { className: "dark space-y-2 bg-gray-900 p-20 lg:w-1/2" }, storyFormRadioGroup(control))))));
}
exports.Default = Default;
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