@asdp/ferryui 0.1.22-dev.9176 → 0.1.22-dev.9182

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.js CHANGED
@@ -3274,7 +3274,7 @@ var InputDynamic = ({
3274
3274
  autoCapitalize: "off",
3275
3275
  spellCheck: "false"
3276
3276
  },
3277
- value: COUNTRIES.find((country) => country.value === field.value) || null,
3277
+ value: (options && options.length > 0 ? options : COUNTRIES).find((country) => country.value === field.value) || null,
3278
3278
  onChange: (selectedOption) => {
3279
3279
  field.onChange(selectedOption ? selectedOption.value : "");
3280
3280
  if (onChange) {
@@ -12078,7 +12078,7 @@ var PriceDetailsTerms = ({
12078
12078
  const linkColor = reactComponents.tokens.colorBrandBackground;
12079
12079
  const bookingTerms = labels.bookingTerms;
12080
12080
  const agreementTerms = [
12081
- /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(reactComponents.Link, { href: "/terms-and-conditions", style: { color: linkColor }, children: labels.agreementLinkFerizy }) }),
12081
+ /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(reactComponents.Link, { href: "/term-condition", style: { color: linkColor }, children: labels.agreementLinkFerizy }) }),
12082
12082
  /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
12083
12083
  labels.agreementCovidInfo,
12084
12084
  /* @__PURE__ */ jsxRuntime.jsx(reactComponents.Link, { href: "/surat-edaran-satgas-covid-19", style: { color: linkColor }, children: labels.agreementCovidLink })