@maia-insurance/ui 1.0.2-c.69-canary.3 → 1.0.2-c.69-canary.5
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
|
@@ -13842,7 +13842,13 @@ function sw(t) {
|
|
|
13842
13842
|
currencyDisplay: "symbol",
|
|
13843
13843
|
currencySign: "standard"
|
|
13844
13844
|
},
|
|
13845
|
-
children: /* @__PURE__ */ D(it, { ...i, children: /* @__PURE__ */ D(Ws, { className: sx, children: /* @__PURE__ */ D(
|
|
13845
|
+
children: /* @__PURE__ */ D(it, { ...i, children: /* @__PURE__ */ D(Ws, { className: sx, children: /* @__PURE__ */ D(
|
|
13846
|
+
ut,
|
|
13847
|
+
{
|
|
13848
|
+
className: lx,
|
|
13849
|
+
placeholder: r.placeholder
|
|
13850
|
+
}
|
|
13851
|
+
) }) })
|
|
13846
13852
|
}
|
|
13847
13853
|
);
|
|
13848
13854
|
}
|
|
@@ -2,7 +2,9 @@ import { ComponentProps } from 'react';
|
|
|
2
2
|
import { NumberField as AriaNumberField } from 'react-aria-components';
|
|
3
3
|
import { InputProps } from '../shared/input';
|
|
4
4
|
type props = {
|
|
5
|
-
inputProps: Omit<ComponentProps<typeof AriaNumberField>, 'formatOptions'
|
|
5
|
+
inputProps: Omit<ComponentProps<typeof AriaNumberField>, 'formatOptions'> & {
|
|
6
|
+
placeholder?: string;
|
|
7
|
+
};
|
|
6
8
|
} & InputProps;
|
|
7
9
|
export declare function MoneyField(props: props): import("react/jsx-runtime").JSX.Element;
|
|
8
10
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"money.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/money/money.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAEL,WAAW,IAAI,eAAe,EAE/B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAGzD,KAAK,KAAK,GAAG;IACX,UAAU,EAAE,IAAI,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,EAAE,eAAe,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"money.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/money/money.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAEL,WAAW,IAAI,eAAe,EAE/B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAGzD,KAAK,KAAK,GAAG;IACX,UAAU,EAAE,IAAI,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,EAAE,eAAe,CAAC,GAAG;QAC1E,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;CACH,GAAG,UAAU,CAAC;AAEf,wBAAgB,UAAU,CAAC,KAAK,EAAE,KAAK,2CA4BtC"}
|