@wix/headless-forms 0.0.33 → 0.0.35
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, Donation, PaymentInput, Signature, } 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, RichText, } 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.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;
|
|
39
|
+
exports.RichText = 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");
|
|
@@ -64,3 +64,4 @@ Object.defineProperty(exports, "ProductList", { enumerable: true, get: function
|
|
|
64
64
|
Object.defineProperty(exports, "Donation", { enumerable: true, get: function () { return form_public_1.Donation; } });
|
|
65
65
|
Object.defineProperty(exports, "PaymentInput", { enumerable: true, get: function () { return form_public_1.PaymentInput; } });
|
|
66
66
|
Object.defineProperty(exports, "Signature", { enumerable: true, get: function () { return form_public_1.Signature; } });
|
|
67
|
+
Object.defineProperty(exports, "RichText", { enumerable: true, get: function () { return form_public_1.RichText; } });
|
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, Donation, PaymentInput, Signature, } 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, RichText, } 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, Donation, PaymentInput, Signature, } 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, RichText, } 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.35",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
"build:watch": "tsc -p tsconfig.json --watch",
|
|
11
11
|
"test": "vitest",
|
|
12
12
|
"lint:fix": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
|
|
13
|
-
"lint:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,md}\""
|
|
13
|
+
"lint:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,md}\"",
|
|
14
|
+
"test:cjs-esm": "npx @wix/cjs-esm-verifier"
|
|
14
15
|
},
|
|
15
16
|
"lint-staged": {
|
|
16
17
|
"*.{js,jsx,ts,tsx}": "yarn lint:fix"
|
|
@@ -39,15 +40,16 @@
|
|
|
39
40
|
"@testing-library/react": "^16.3.0",
|
|
40
41
|
"@types/node": "^20.9.0",
|
|
41
42
|
"@vitest/ui": "^3.1.4",
|
|
43
|
+
"@wix/cjs-esm-verifier": "1.0.0",
|
|
42
44
|
"jsdom": "^26.1.0",
|
|
43
45
|
"prettier": "^3.4.2",
|
|
44
46
|
"typescript": "^5.8.3",
|
|
45
47
|
"vitest": "^3.1.4"
|
|
46
48
|
},
|
|
47
49
|
"dependencies": {
|
|
48
|
-
"@wix/form-public": "^0.
|
|
50
|
+
"@wix/form-public": "^0.124.0",
|
|
49
51
|
"@wix/forms": "^1.0.373",
|
|
50
|
-
"@wix/headless-utils": "0.0.
|
|
52
|
+
"@wix/headless-utils": "0.0.9",
|
|
51
53
|
"@wix/services-definitions": "^1.0.1",
|
|
52
54
|
"@wix/services-manager-react": "^1.0.3",
|
|
53
55
|
"react-aria-components": "^1.13.0"
|
|
@@ -62,5 +64,5 @@
|
|
|
62
64
|
"groupId": "com.wixpress.headless-components"
|
|
63
65
|
}
|
|
64
66
|
},
|
|
65
|
-
"falconPackageHash": "
|
|
67
|
+
"falconPackageHash": "368ed437fa8d53df39b9ce0bc08d024d67d8a6109a78a0d7a8a36550"
|
|
66
68
|
}
|