@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.js CHANGED
@@ -5,7 +5,6 @@ var jsxRuntime = require('react/jsx-runtime');
5
5
  var React5 = require('react');
6
6
  var reactGridSystem = require('react-grid-system');
7
7
  var react = require('@iconify/react');
8
- var iconify_js = require('@iconify/react/dist/iconify.js');
9
8
  var reactHookForm = require('react-hook-form');
10
9
  var PhoneInputComponent = require('react-phone-input-2');
11
10
  var Select = require('react-select');
@@ -3557,7 +3556,7 @@ var CardTicketSearch = ({
3557
3556
  control,
3558
3557
  type: "text",
3559
3558
  contentBefore: /* @__PURE__ */ jsxRuntime.jsx(
3560
- iconify_js.Icon,
3559
+ react.Icon,
3561
3560
  {
3562
3561
  icon: "fluent:vehicle-ship-16-filled",
3563
3562
  color: reactComponents.tokens.colorBrandBackground
@@ -3626,7 +3625,7 @@ var CardTicketSearch = ({
3626
3625
  control,
3627
3626
  type: "text",
3628
3627
  contentBefore: /* @__PURE__ */ jsxRuntime.jsx(
3629
- iconify_js.Icon,
3628
+ react.Icon,
3630
3629
  {
3631
3630
  icon: "fluent:location-24-filled",
3632
3631
  color: reactComponents.tokens.colorBrandBackground
@@ -3665,7 +3664,7 @@ var CardTicketSearch = ({
3665
3664
  control,
3666
3665
  type: "text",
3667
3666
  contentBefore: /* @__PURE__ */ jsxRuntime.jsx(
3668
- iconify_js.Icon,
3667
+ react.Icon,
3669
3668
  {
3670
3669
  icon: "fluent:calendar-24-filled",
3671
3670
  color: reactComponents.tokens.colorBrandBackground
@@ -3725,7 +3724,7 @@ var CardTicketSearch = ({
3725
3724
  control,
3726
3725
  type: "text",
3727
3726
  contentBefore: /* @__PURE__ */ jsxRuntime.jsx(
3728
- iconify_js.Icon,
3727
+ react.Icon,
3729
3728
  {
3730
3729
  icon: "fluent:calendar-24-filled",
3731
3730
  color: reactComponents.tokens.colorBrandBackground
@@ -3798,7 +3797,7 @@ var CardTicketSearch = ({
3798
3797
  control,
3799
3798
  type: "text",
3800
3799
  contentBefore: /* @__PURE__ */ jsxRuntime.jsx(
3801
- iconify_js.Icon,
3800
+ react.Icon,
3802
3801
  {
3803
3802
  icon: "fluent:ribbon-star-24-filled",
3804
3803
  color: reactComponents.tokens.colorBrandBackground
@@ -3832,7 +3831,7 @@ var CardTicketSearch = ({
3832
3831
  control,
3833
3832
  type: "text",
3834
3833
  contentBefore: /* @__PURE__ */ jsxRuntime.jsx(
3835
- iconify_js.Icon,
3834
+ react.Icon,
3836
3835
  {
3837
3836
  icon: "fluent:apps-list-24-filled",
3838
3837
  color: reactComponents.tokens.colorBrandBackground
@@ -3867,7 +3866,7 @@ var CardTicketSearch = ({
3867
3866
  control,
3868
3867
  type: "text",
3869
3868
  contentBefore: /* @__PURE__ */ jsxRuntime.jsx(
3870
- iconify_js.Icon,
3869
+ react.Icon,
3871
3870
  {
3872
3871
  icon: "fluent:people-24-filled",
3873
3872
  color: reactComponents.tokens.colorBrandBackground
@@ -3889,7 +3888,7 @@ var CardTicketSearch = ({
3889
3888
  appearance: "primary",
3890
3889
  size: "large",
3891
3890
  type: "submit",
3892
- icon: /* @__PURE__ */ jsxRuntime.jsx(iconify_js.Icon, { icon: "fluent:vehicle-ship-20-filled" }),
3891
+ icon: /* @__PURE__ */ jsxRuntime.jsx(react.Icon, { icon: "fluent:vehicle-ship-20-filled" }),
3893
3892
  disabled: submitDisabled,
3894
3893
  children: labels.searchButton
3895
3894
  }