@asdp/ferryui 0.1.22-dev.8661 → 0.1.22-dev.8663

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.mjs CHANGED
@@ -3,7 +3,6 @@ import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
3
3
  import React5, { forwardRef, useState, useCallback, useRef, useEffect, useMemo, Fragment as Fragment$1 } from 'react';
4
4
  import { Row, Col, Visible } from 'react-grid-system';
5
5
  import { Icon } from '@iconify/react';
6
- import { Icon as Icon$1 } from '@iconify/react/dist/iconify.js';
7
6
  import { Controller, useForm, useWatch } from 'react-hook-form';
8
7
  import PhoneInputComponent from 'react-phone-input-2';
9
8
  import Select from 'react-select';
@@ -3548,7 +3547,7 @@ var CardTicketSearch = ({
3548
3547
  control,
3549
3548
  type: "text",
3550
3549
  contentBefore: /* @__PURE__ */ jsx(
3551
- Icon$1,
3550
+ Icon,
3552
3551
  {
3553
3552
  icon: "fluent:vehicle-ship-16-filled",
3554
3553
  color: tokens.colorBrandBackground
@@ -3617,7 +3616,7 @@ var CardTicketSearch = ({
3617
3616
  control,
3618
3617
  type: "text",
3619
3618
  contentBefore: /* @__PURE__ */ jsx(
3620
- Icon$1,
3619
+ Icon,
3621
3620
  {
3622
3621
  icon: "fluent:location-24-filled",
3623
3622
  color: tokens.colorBrandBackground
@@ -3656,7 +3655,7 @@ var CardTicketSearch = ({
3656
3655
  control,
3657
3656
  type: "text",
3658
3657
  contentBefore: /* @__PURE__ */ jsx(
3659
- Icon$1,
3658
+ Icon,
3660
3659
  {
3661
3660
  icon: "fluent:calendar-24-filled",
3662
3661
  color: tokens.colorBrandBackground
@@ -3716,7 +3715,7 @@ var CardTicketSearch = ({
3716
3715
  control,
3717
3716
  type: "text",
3718
3717
  contentBefore: /* @__PURE__ */ jsx(
3719
- Icon$1,
3718
+ Icon,
3720
3719
  {
3721
3720
  icon: "fluent:calendar-24-filled",
3722
3721
  color: tokens.colorBrandBackground
@@ -3789,7 +3788,7 @@ var CardTicketSearch = ({
3789
3788
  control,
3790
3789
  type: "text",
3791
3790
  contentBefore: /* @__PURE__ */ jsx(
3792
- Icon$1,
3791
+ Icon,
3793
3792
  {
3794
3793
  icon: "fluent:ribbon-star-24-filled",
3795
3794
  color: tokens.colorBrandBackground
@@ -3823,7 +3822,7 @@ var CardTicketSearch = ({
3823
3822
  control,
3824
3823
  type: "text",
3825
3824
  contentBefore: /* @__PURE__ */ jsx(
3826
- Icon$1,
3825
+ Icon,
3827
3826
  {
3828
3827
  icon: "fluent:apps-list-24-filled",
3829
3828
  color: tokens.colorBrandBackground
@@ -3858,7 +3857,7 @@ var CardTicketSearch = ({
3858
3857
  control,
3859
3858
  type: "text",
3860
3859
  contentBefore: /* @__PURE__ */ jsx(
3861
- Icon$1,
3860
+ Icon,
3862
3861
  {
3863
3862
  icon: "fluent:people-24-filled",
3864
3863
  color: tokens.colorBrandBackground
@@ -3880,7 +3879,7 @@ var CardTicketSearch = ({
3880
3879
  appearance: "primary",
3881
3880
  size: "large",
3882
3881
  type: "submit",
3883
- icon: /* @__PURE__ */ jsx(Icon$1, { icon: "fluent:vehicle-ship-20-filled" }),
3882
+ icon: /* @__PURE__ */ jsx(Icon, { icon: "fluent:vehicle-ship-20-filled" }),
3884
3883
  disabled: submitDisabled,
3885
3884
  children: labels.searchButton
3886
3885
  }