@ceed/ads 0.0.83 → 0.0.84

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.
Files changed (3) hide show
  1. package/dist/index.js +2 -2
  2. package/framer/index.js +5409 -5409
  3. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1139,9 +1139,9 @@ Container.displayName = "Container";
1139
1139
 
1140
1140
  // src/components/CurrencyInput/CurrencyInput.tsx
1141
1141
  import React13, { useCallback as useCallback3, useState as useState3 } from "react";
1142
+ import { IntlMessageFormat } from "intl-messageformat";
1142
1143
  import { IMaskInput } from "react-imask";
1143
1144
  import InfoOutlined from "@mui/icons-material/InfoOutlined";
1144
- import { IntlMessageFormat } from "intl-messageformat";
1145
1145
 
1146
1146
  // src/components/Input/Input.tsx
1147
1147
  import React12 from "react";
@@ -1270,7 +1270,7 @@ var CurrencyInput = React13.forwardRef(
1270
1270
  []
1271
1271
  );
1272
1272
  const currencyFormatter = /* @__PURE__ */ React13.createElement(
1273
- Input,
1273
+ Input_default,
1274
1274
  {
1275
1275
  size: "sm",
1276
1276
  ref,