@prosperitainova/mirage-ui 1.1.85 → 1.1.87

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "../../../src/theme/fonts/ProximaNova.css";
3
2
  type ItemsProps = {
4
3
  label: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Props as ReactSelectProps } from "react-select";
3
2
  import "../../../src/theme/fonts/ProximaNova.css";
4
3
  export type SelectProps = Omit<ReactSelectProps, "onChange"> & {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { DropzoneProps as DropzoneRootProps } from "react-dropzone";
3
2
  import "../../../src/theme/fonts/ProximaNova.css";
4
3
  interface DropzoneRootPropsLite extends Omit<DropzoneRootProps, "onDrop"> {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "../../../src/theme/fonts/ProximaNova.css";
3
2
  export type NotificationsProps = {
4
3
  img?: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export type ProgressBarProps = {
3
2
  percent: number;
4
3
  color?: string;
@@ -36,3 +36,4 @@ export { default as TooltipCustom } from "./TooltipCustom";
36
36
  export { default as NotControlledToolTip } from "./NotControlledTooltip";
37
37
  export { default as BottomModal } from "./BottomModal";
38
38
  export { default as UITheme } from "../theme";
39
+ export { hexToFilter } from "../utils";
@@ -1 +1,2 @@
1
1
  export declare const handleCurrencyInput: (string: string, noLeadingZeros?: boolean, thousandSeparator?: string, decimalSeparator?: string) => string;
2
+ export declare const hexToFilter: (hex: string) => string;
package/dist/index.d.ts CHANGED
@@ -512,5 +512,7 @@ type colortype = {
512
512
 
513
513
  declare const UITheme: AppTheme;
514
514
 
515
- export { AddBalanceOutput, BalanceAlert, BottomModal, Breadcrumb, Button, ButtonDropdown, ButtonMoreDetails, Checkbox, CustomSelect, Dropzone, IconWithTooltip, Input, InputCurrency, InputToken, InteractiveModal, lateralModal as LateralModal, Margin, MenuDropdown as Menudropdown, NotcontrolledTooltip as NotControlledToolTip, NotificationBar as NotificationsBar, Padding, Pagination, ParcelSelector, ProgressBar, Radio, RadioGroup, ReturnButton, Search, SideBar, Spacer, SummaryPanel, TabMenu, Table, Toast, Toggle, Tooltip, TooltipCustom, UITheme };
515
+ declare const hexToFilter: (hex: string) => string;
516
+
517
+ export { AddBalanceOutput, BalanceAlert, BottomModal, Breadcrumb, Button, ButtonDropdown, ButtonMoreDetails, Checkbox, CustomSelect, Dropzone, IconWithTooltip, Input, InputCurrency, InputToken, InteractiveModal, lateralModal as LateralModal, Margin, MenuDropdown as Menudropdown, NotcontrolledTooltip as NotControlledToolTip, NotificationBar as NotificationsBar, Padding, Pagination, ParcelSelector, ProgressBar, Radio, RadioGroup, ReturnButton, Search, SideBar, Spacer, SummaryPanel, TabMenu, Table, Toast, Toggle, Tooltip, TooltipCustom, UITheme, hexToFilter };
516
518
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosperitainova/mirage-ui",
3
- "version": "1.1.85",
3
+ "version": "1.1.87",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -10,6 +10,7 @@
10
10
  "@fortawesome/free-regular-svg-icons": "^6.2.2",
11
11
  "bootstrap": "^5.2.3",
12
12
  "formik": "^2.4.3",
13
+ "hex-to-css-filter": "^5.4.0",
13
14
  "react-content-loader": "^6.2.1",
14
15
  "react-currency-input": "^1.3.6",
15
16
  "react-currency-input-field": "^3.6.11",