@wix/form-public 0.102.0 → 0.104.0
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.
- package/dist/_tsup-dts-rollup.d.cts +6 -1
- package/dist/_tsup-dts-rollup.d.ts +6 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -51,3 +51,4 @@ export { DonationProps } from './_tsup-dts-rollup.cjs';
|
|
|
51
51
|
export { AppointmentProps } from './_tsup-dts-rollup.cjs';
|
|
52
52
|
export { ProductListProps } from './_tsup-dts-rollup.cjs';
|
|
53
53
|
export { FieldsProps } from './_tsup-dts-rollup.cjs';
|
|
54
|
+
export { LoginBarProps } from './_tsup-dts-rollup.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -51,3 +51,4 @@ export { DonationProps } from './_tsup-dts-rollup.js';
|
|
|
51
51
|
export { AppointmentProps } from './_tsup-dts-rollup.js';
|
|
52
52
|
export { ProductListProps } from './_tsup-dts-rollup.js';
|
|
53
53
|
export { FieldsProps } from './_tsup-dts-rollup.js';
|
|
54
|
+
export { LoginBarProps } from './_tsup-dts-rollup.js';
|
package/dist/index.js
CHANGED
|
@@ -31631,7 +31631,7 @@ var FIELD_TYPE_MAP = {
|
|
|
31631
31631
|
BOOKINGS_LAST_NAME: "TEXT_INPUT",
|
|
31632
31632
|
BOOKINGS_EMAIL: "TEXT_INPUT",
|
|
31633
31633
|
BOOKINGS_PHONE: "PHONE_INPUT",
|
|
31634
|
-
BOOKINGS_ADDRESS: "
|
|
31634
|
+
BOOKINGS_ADDRESS: "MULTILINE_ADDRESS",
|
|
31635
31635
|
BOOKINGS_HEADER: "TEXT",
|
|
31636
31636
|
BOOKINGS_RICH_TEXT: "TEXT",
|
|
31637
31637
|
// PAYMENTS_FIELD_TYPES
|
|
@@ -31680,7 +31680,7 @@ var FIELD_TYPE_MAP = {
|
|
|
31680
31680
|
// fields that have not been implemented
|
|
31681
31681
|
NESTED_FORM: "TEXT_INPUT",
|
|
31682
31682
|
IDENTITY_PASSWORD: "TEXT_INPUT",
|
|
31683
|
-
BOOKINGS_LOGIN_BAR: "
|
|
31683
|
+
BOOKINGS_LOGIN_BAR: "LOGIN_BAR"
|
|
31684
31684
|
};
|
|
31685
31685
|
|
|
31686
31686
|
// src/utils/mappers.tsx
|