@wix/form-public 0.27.0 → 0.29.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/index.cjs +7 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +594 -594
- package/dist/index.css.map +1 -1
- package/dist/index.js +7 -5
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -20523,7 +20523,8 @@ var READONLY_FIELD_TYPES = {
|
|
|
20523
20523
|
ECOM_SHIPPING_DETAILS: "ECOM_SHIPPING_DETAILS",
|
|
20524
20524
|
BOOKINGS_HEADER: "BOOKINGS_HEADER",
|
|
20525
20525
|
BOOKINGS_RICH_TEXT: "BOOKINGS_RICH_TEXT",
|
|
20526
|
-
BOOKINGS_LOGIN_BAR: "BOOKINGS_LOGIN_BAR"
|
|
20526
|
+
BOOKINGS_LOGIN_BAR: "BOOKINGS_LOGIN_BAR",
|
|
20527
|
+
EVENTS_HEADER: "EVENTS_HEADER"
|
|
20527
20528
|
};
|
|
20528
20529
|
|
|
20529
20530
|
// ../form-fields/dist/esm/constants/field-types.js
|
|
@@ -20650,8 +20651,8 @@ var ANCHOR_LINK = "anchor-link";
|
|
|
20650
20651
|
|
|
20651
20652
|
// ../../node_modules/@wix/ricos/dist/es/plugin-link/statics/link-viewer-scss.js
|
|
20652
20653
|
var link_viewer_default = {
|
|
20653
|
-
"link": "
|
|
20654
|
-
"linkInViewer": "
|
|
20654
|
+
"link": "WUCMP",
|
|
20655
|
+
"linkInViewer": "GjqyF"};
|
|
20655
20656
|
|
|
20656
20657
|
// ../../node_modules/@wix/ricos/dist/es/plugin-link/nodeViewDecorators/anchor.js
|
|
20657
20658
|
var decorator = (anchorDecoration, element) => {
|
|
@@ -30091,8 +30092,9 @@ var FIELD_TYPE_MAP = {
|
|
|
30091
30092
|
DONATION: "DONATION",
|
|
30092
30093
|
PAYMENT_INPUT: "PAYMENT_INPUT",
|
|
30093
30094
|
FIXED_PAYMENT: "FIXED_PAYMENT",
|
|
30094
|
-
//
|
|
30095
|
-
EVENTS_RSVP: "
|
|
30095
|
+
// EVENTS_FIELD_TYPES
|
|
30096
|
+
EVENTS_RSVP: "RADIO_GROUP",
|
|
30097
|
+
EVENTS_HEADER: "TEXT",
|
|
30096
30098
|
// COMMON_FIELD_TYPES + READONLY
|
|
30097
30099
|
TEXT_INPUT: "TEXT_INPUT",
|
|
30098
30100
|
NUMBER_INPUT: "NUMBER_INPUT",
|