@cryptofi/core-ui 1.3.1 → 1.3.3

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.
@@ -21,6 +21,9 @@ declare const SvgIconBank: _chakra_ui_system.ChakraComponent<(props: IconProps &
21
21
  declare const SvgIconBarChart: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
22
22
  //# sourceMappingURL=IconBarChart.d.ts.map
23
23
 
24
+ declare const SvgIconBookCheck: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
25
+ //# sourceMappingURL=IconBookCheck.d.ts.map
26
+
24
27
  declare const SvgIconCalendar: _chakra_ui_system.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
25
28
  //# sourceMappingURL=IconCalendar.d.ts.map
26
29
 
@@ -324,6 +327,14 @@ declare const utcDateToLocal: ({ dateFormat, timeString, }: {
324
327
  }) => string;
325
328
  //# sourceMappingURL=utcDateToLocal.d.ts.map
326
329
 
330
+ declare const layoutMinWidth = "22rem";
331
+ declare const dateFormats: {
332
+ dateOnly: string;
333
+ dateWithTime: string;
334
+ shortDateWithTime: string;
335
+ shortDateWithYear: string;
336
+ };
337
+
327
338
  /**
328
339
  *
329
340
  * @description Returns a phone number string in the following format: (000) 000-0000.
@@ -535,12 +546,4 @@ declare const useBreakpoint: () => {
535
546
  };
536
547
  //# sourceMappingURL=useBreakpoint.d.ts.map
537
548
 
538
- declare const layoutMinWidth = "22rem";
539
- declare const dateFormats: {
540
- dateOnly: string;
541
- dateWithTime: string;
542
- shortDateWithTime: string;
543
- shortDateWithYear: string;
544
- };
545
-
546
- export { CfAreaChart, CfBreakpointDebugger, CfButtonGroup, CfButtonGroupButton, CfCard, CfCarousel, CfCheckbox, type CfCheckboxProps, CfForm, CfInput, CfInputArray, CfLineChart, CfModal, CfNavLink, CfOpenSearchPagination, CfPagination, PrettyWrap as CfPrettyWrap, CfSelect, type CfSelectOption, type CfSelectProps, CfSpinner, CfTag, type CfTagProps, CfToast, SvgIconAlert as IconAlert, SvgIconAlgo as IconAlgo, SvgIconArrowDown as IconArrowDown, SvgIconArrowUp as IconArrowUp, SvgIconAvax as IconAvax, SvgIconBank as IconBank, SvgIconBarChart as IconBarChart, SvgIconBch as IconBch, SvgIconBtc as IconBtc, SvgIconCalendar as IconCalendar, SvgIconCaretDown as IconCaretDown, SvgIconCaretLeft as IconCaretLeft, SvgIconCaretRight as IconCaretRight, SvgIconCaretUp as IconCaretUp, SvgIconCent as IconCent, SvgIconCheck as IconCheck, SvgIconChecking as IconChecking, SvgIconCircleCheck as IconCircleCheck, SvgIconClose as IconClose, SvgIconConnect as IconConnect, SvgIconCopy as IconCopy, SvgIconDollar as IconDollar, SvgIconDollarBill as IconDollarBill, SvgIconDownload as IconDownload, SvgIconEdit as IconEdit, SvgIconEnter as IconEnter, SvgIconEnterInverted as IconEnterInverted, SvgIconEth as IconEth, SvgIconExchange as IconExchange, SvgIconFilter as IconFilter, SvgIconHelp as IconHelp, SvgIconHistory as IconHistory, SvgIconHome as IconHome, SvgIconIndicatorDown as IconIndicatorDown, SvgIconIndicatorUp as IconIndicatorUp, SvgIconInfo as IconInfo, SvgIconLink as IconLink, SvgIconLock as IconLock, SvgIconLtc as IconLtc, SvgIconMail as IconMail, SvgIconMenu as IconMenu, SvgIconMinus as IconMinus, SvgIconMkr as IconMkr, SvgIconMore as IconMore, SvgIconNotification as IconNotification, SvgIconOverview as IconOverview, SvgIconPercent as IconPercent, SvgIconPieChart as IconPieChart, SvgIconPlus as IconPlus, SvgIconRefresh as IconRefresh, SvgIconReports as IconReports, SvgIconReservesSuccess as IconReservesSuccess, SvgIconReservesWarning as IconReservesWarning, SvgIconSearch as IconSearch, SvgIconSettings as IconSettings, SvgIconSettlement as IconSettlement, SvgIconSignIn as IconSignIn, SvgIconSignOut as IconSignOut, SvgIconSort as IconSort, SvgIconSpinner as IconSpinner, SvgIconSupport as IconSupport, SvgIconTrash as IconTrash, SvgIconUpload as IconUpload, SvgIconUser as IconUser, SvgIconXlm as IconXlm, SvgIconXrp as IconXrp, type PageClickEvent, aggregateAmounts, exportedTheme as coreTheme, dateFormats, dateToTimestamp, formatPercentage, formatPhoneNumber, formatUsd, getDelta, layoutMinWidth, pullFromEnd, uiColors, usdToNumber, useBreakpoint as useCfBreakpoint, utcDateToLocal };
549
+ export { CfAreaChart, CfBreakpointDebugger, CfButtonGroup, CfButtonGroupButton, CfCard, CfCarousel, CfCheckbox, type CfCheckboxProps, CfForm, CfInput, CfInputArray, CfLineChart, CfModal, CfNavLink, CfOpenSearchPagination, CfPagination, PrettyWrap as CfPrettyWrap, CfSelect, type CfSelectOption, type CfSelectProps, CfSpinner, CfTag, type CfTagProps, CfToast, SvgIconAlert as IconAlert, SvgIconAlgo as IconAlgo, SvgIconArrowDown as IconArrowDown, SvgIconArrowUp as IconArrowUp, SvgIconAvax as IconAvax, SvgIconBank as IconBank, SvgIconBarChart as IconBarChart, SvgIconBch as IconBch, SvgIconBookCheck as IconBookCheck, SvgIconBtc as IconBtc, SvgIconCalendar as IconCalendar, SvgIconCaretDown as IconCaretDown, SvgIconCaretLeft as IconCaretLeft, SvgIconCaretRight as IconCaretRight, SvgIconCaretUp as IconCaretUp, SvgIconCent as IconCent, SvgIconCheck as IconCheck, SvgIconChecking as IconChecking, SvgIconCircleCheck as IconCircleCheck, SvgIconClose as IconClose, SvgIconConnect as IconConnect, SvgIconCopy as IconCopy, SvgIconDollar as IconDollar, SvgIconDollarBill as IconDollarBill, SvgIconDownload as IconDownload, SvgIconEdit as IconEdit, SvgIconEnter as IconEnter, SvgIconEnterInverted as IconEnterInverted, SvgIconEth as IconEth, SvgIconExchange as IconExchange, SvgIconFilter as IconFilter, SvgIconHelp as IconHelp, SvgIconHistory as IconHistory, SvgIconHome as IconHome, SvgIconIndicatorDown as IconIndicatorDown, SvgIconIndicatorUp as IconIndicatorUp, SvgIconInfo as IconInfo, SvgIconLink as IconLink, SvgIconLock as IconLock, SvgIconLtc as IconLtc, SvgIconMail as IconMail, SvgIconMenu as IconMenu, SvgIconMinus as IconMinus, SvgIconMkr as IconMkr, SvgIconMore as IconMore, SvgIconNotification as IconNotification, SvgIconOverview as IconOverview, SvgIconPercent as IconPercent, SvgIconPieChart as IconPieChart, SvgIconPlus as IconPlus, SvgIconRefresh as IconRefresh, SvgIconReports as IconReports, SvgIconReservesSuccess as IconReservesSuccess, SvgIconReservesWarning as IconReservesWarning, SvgIconSearch as IconSearch, SvgIconSettings as IconSettings, SvgIconSettlement as IconSettlement, SvgIconSignIn as IconSignIn, SvgIconSignOut as IconSignOut, SvgIconSort as IconSort, SvgIconSpinner as IconSpinner, SvgIconSupport as IconSupport, SvgIconTrash as IconTrash, SvgIconUpload as IconUpload, SvgIconUser as IconUser, SvgIconXlm as IconXlm, SvgIconXrp as IconXrp, type PageClickEvent, aggregateAmounts, exportedTheme as coreTheme, dateFormats, dateToTimestamp, formatPercentage, formatPhoneNumber, formatUsd, getDelta, layoutMinWidth, pullFromEnd, uiColors, usdToNumber, useBreakpoint as useCfBreakpoint, utcDateToLocal };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptofi/core-ui",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "author": {
5
5
  "name": "CryptoFi"
6
6
  },
@@ -73,22 +73,22 @@
73
73
  "@chakra-ui/storybook-addon": "^5.1.0",
74
74
  "@emotion/react": "^11.13.3",
75
75
  "@emotion/styled": "^11.13.0",
76
- "@eslint/js": "^9.10.0",
76
+ "@eslint/js": "^9.11.0",
77
77
  "@rollup/plugin-commonjs": "^26.0.1",
78
78
  "@rollup/plugin-node-resolve": "^15.2.3",
79
79
  "@rollup/plugin-terser": "^0.4.4",
80
- "@storybook/addon-essentials": "^8.2.9",
81
- "@storybook/addon-interactions": "^8.2.9",
82
- "@storybook/addon-links": "^8.2.9",
83
- "@storybook/addon-onboarding": "^8.2.9",
84
- "@storybook/blocks": "^8.2.9",
85
- "@storybook/components": "^8.2.9",
86
- "@storybook/manager-api": "^8.2.9",
87
- "@storybook/preview-api": "^8.2.9",
88
- "@storybook/react": "^8.2.9",
89
- "@storybook/react-vite": "^8.2.9",
90
- "@storybook/test": "^8.2.9",
91
- "@storybook/types": "^8.2.9",
80
+ "@storybook/addon-essentials": "^8.3.0",
81
+ "@storybook/addon-interactions": "^8.3.2",
82
+ "@storybook/addon-links": "^8.3.0",
83
+ "@storybook/addon-onboarding": "^8.3.0",
84
+ "@storybook/blocks": "^8.3.0",
85
+ "@storybook/components": "^8.3.2",
86
+ "@storybook/manager-api": "^8.3.2",
87
+ "@storybook/preview-api": "^8.3.0",
88
+ "@storybook/react": "^8.3.2",
89
+ "@storybook/react-vite": "^8.3.2",
90
+ "@storybook/test": "^8.3.0",
91
+ "@storybook/types": "^8.3.2",
92
92
  "@svgr/cli": "^8.1.0",
93
93
  "@svgr/core": "^8.1.0",
94
94
  "@svgr/plugin-jsx": "^8.1.0",
@@ -100,7 +100,7 @@
100
100
  "@types/eslint__js": "^8.42.3",
101
101
  "@types/jest": "^29.2.6",
102
102
  "@types/prop-types": "^15",
103
- "@types/react": "^18.3.6",
103
+ "@types/react": "^18.3.8",
104
104
  "@types/react-dom": "^18.2.25",
105
105
  "@types/rollup-plugin-peer-deps-external": "^2",
106
106
  "@types/stringify-object": "^4.0.4",
@@ -136,11 +136,11 @@
136
136
  "rollup-plugin-peer-deps-external": "^2.2.4",
137
137
  "rollup-plugin-typescript2": "^0.36.0",
138
138
  "rollup-plugin-visualizer": "^5.12.0",
139
- "storybook": "^8.2.9",
139
+ "storybook": "^8.3.2",
140
140
  "stringify-object": "^5.0.0",
141
141
  "ts-jest": "^29.2.5",
142
142
  "typescript": "^5.6.2",
143
- "typescript-eslint": "^8.4.0",
143
+ "typescript-eslint": "^8.6.0",
144
144
  "vite": "^5.4.3"
145
145
  },
146
146
  "packageManager": "yarn@4.2.2"