@wix/headless-forms 0.0.31 → 0.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * as Form from './Form.js';
|
|
2
2
|
export * from './types.js';
|
|
3
|
-
export { Checkbox, CheckboxGroup, DateInput, DatePicker, DateTimeInput, Dropdown, FileUpload, MultilineAddress, NumberInput, PhoneInput, RadioGroup, RatingInput, Tags, TextArea, TextInput, TimeInput, LoginBar, SubmitButton, FormProvider, FixedPayment, ProductList, } from '@wix/form-public';
|
|
3
|
+
export { Checkbox, CheckboxGroup, DateInput, DatePicker, DateTimeInput, Dropdown, FileUpload, MultilineAddress, NumberInput, PhoneInput, RadioGroup, RatingInput, Tags, TextArea, TextInput, TimeInput, LoginBar, SubmitButton, FormProvider, FixedPayment, ProductList, Donation, PaymentInput, Signature, } from '@wix/form-public';
|
package/cjs/dist/react/index.js
CHANGED
|
@@ -36,7 +36,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.ProductList = exports.FixedPayment = exports.FormProvider = exports.SubmitButton = exports.LoginBar = exports.TimeInput = exports.TextInput = exports.TextArea = exports.Tags = exports.RatingInput = exports.RadioGroup = exports.PhoneInput = exports.NumberInput = exports.MultilineAddress = exports.FileUpload = exports.Dropdown = exports.DateTimeInput = exports.DatePicker = exports.DateInput = exports.CheckboxGroup = exports.Checkbox = exports.Form = void 0;
|
|
39
|
+
exports.Signature = exports.PaymentInput = exports.Donation = exports.ProductList = exports.FixedPayment = exports.FormProvider = exports.SubmitButton = exports.LoginBar = exports.TimeInput = exports.TextInput = exports.TextArea = exports.Tags = exports.RatingInput = exports.RadioGroup = exports.PhoneInput = exports.NumberInput = exports.MultilineAddress = exports.FileUpload = exports.Dropdown = exports.DateTimeInput = exports.DatePicker = exports.DateInput = exports.CheckboxGroup = exports.Checkbox = exports.Form = void 0;
|
|
40
40
|
exports.Form = __importStar(require("./Form.js"));
|
|
41
41
|
__exportStar(require("./types.js"), exports);
|
|
42
42
|
var form_public_1 = require("@wix/form-public");
|
|
@@ -61,3 +61,6 @@ Object.defineProperty(exports, "SubmitButton", { enumerable: true, get: function
|
|
|
61
61
|
Object.defineProperty(exports, "FormProvider", { enumerable: true, get: function () { return form_public_1.FormProvider; } });
|
|
62
62
|
Object.defineProperty(exports, "FixedPayment", { enumerable: true, get: function () { return form_public_1.FixedPayment; } });
|
|
63
63
|
Object.defineProperty(exports, "ProductList", { enumerable: true, get: function () { return form_public_1.ProductList; } });
|
|
64
|
+
Object.defineProperty(exports, "Donation", { enumerable: true, get: function () { return form_public_1.Donation; } });
|
|
65
|
+
Object.defineProperty(exports, "PaymentInput", { enumerable: true, get: function () { return form_public_1.PaymentInput; } });
|
|
66
|
+
Object.defineProperty(exports, "Signature", { enumerable: true, get: function () { return form_public_1.Signature; } });
|
package/dist/react/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * as Form from './Form.js';
|
|
2
2
|
export * from './types.js';
|
|
3
|
-
export { Checkbox, CheckboxGroup, DateInput, DatePicker, DateTimeInput, Dropdown, FileUpload, MultilineAddress, NumberInput, PhoneInput, RadioGroup, RatingInput, Tags, TextArea, TextInput, TimeInput, LoginBar, SubmitButton, FormProvider, FixedPayment, ProductList, } from '@wix/form-public';
|
|
3
|
+
export { Checkbox, CheckboxGroup, DateInput, DatePicker, DateTimeInput, Dropdown, FileUpload, MultilineAddress, NumberInput, PhoneInput, RadioGroup, RatingInput, Tags, TextArea, TextInput, TimeInput, LoginBar, SubmitButton, FormProvider, FixedPayment, ProductList, Donation, PaymentInput, Signature, } from '@wix/form-public';
|
package/dist/react/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * as Form from './Form.js';
|
|
2
2
|
export * from './types.js';
|
|
3
|
-
export { Checkbox, CheckboxGroup, DateInput, DatePicker, DateTimeInput, Dropdown, FileUpload, MultilineAddress, NumberInput, PhoneInput, RadioGroup, RatingInput, Tags, TextArea, TextInput, TimeInput, LoginBar, SubmitButton, FormProvider, FixedPayment, ProductList, } from '@wix/form-public';
|
|
3
|
+
export { Checkbox, CheckboxGroup, DateInput, DatePicker, DateTimeInput, Dropdown, FileUpload, MultilineAddress, NumberInput, PhoneInput, RadioGroup, RatingInput, Tags, TextArea, TextInput, TimeInput, LoginBar, SubmitButton, FormProvider, FixedPayment, ProductList, Donation, PaymentInput, Signature, } from '@wix/form-public';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/headless-forms",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.32",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"vitest": "^3.1.4"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@wix/form-public": "^0.
|
|
48
|
+
"@wix/form-public": "^0.120.0",
|
|
49
49
|
"@wix/forms": "^1.0.373",
|
|
50
50
|
"@wix/headless-utils": "0.0.8",
|
|
51
51
|
"@wix/services-definitions": "^1.0.1",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"groupId": "com.wixpress.headless-components"
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
|
-
"falconPackageHash": "
|
|
65
|
+
"falconPackageHash": "f8b277f9cd641fdc77bafc5daed9942e15859b64d93a3830e0c0af9a"
|
|
66
66
|
}
|