@cryptofi/core-ui 0.9.0 → 0.11.0

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.
@@ -237,6 +237,9 @@ declare const CfAreaChart: ({ data, dataKey, width, height, areaType, }: {
237
237
  }) => react_jsx_runtime.JSX.Element;
238
238
  //# sourceMappingURL=AreaChart.d.ts.map
239
239
 
240
+ declare const CfBreakpointDebugger: () => react_jsx_runtime.JSX.Element;
241
+ //# sourceMappingURL=BreakpointDebugger.d.ts.map
242
+
240
243
  declare const CfCard: ({ children, ...rest }: CardProps) => react_jsx_runtime.JSX.Element;
241
244
  //# sourceMappingURL=Card.d.ts.map
242
245
 
@@ -288,4 +291,4 @@ interface CfToastProps extends UseToastOptions {
288
291
  }
289
292
  declare const CfToast: (props: CfToastProps) => react_jsx_runtime.JSX.Element;
290
293
 
291
- export { CfAreaChart, CfCard, CfCheckbox, type CfCheckboxProps, CfInput, type CfInputProps, CfLineChart, CfSelect, type CfSelectProps, CfTag, type CfTagProps, CfToast, SvgIconAlert as IconAlert, SvgIconArrowDown as IconArrowDown, SvgIconArrowUp as IconArrowUp, SvgIconBank as IconBank, SvgIconBarChart as IconBarChart, SvgIconCalendar as IconCalendar, SvgIconCaretDown as IconCaretDown, SvgIconCaretLeft as IconCaretLeft, SvgIconCaretRight as IconCaretRight, SvgIconCaretUp as IconCaretUp, SvgIconCent as IconCent, SvgIconCheck as IconCheck, SvgIconChecking as IconChecking, SvgIconClose as IconClose, SvgIconConnect as IconConnect, SvgIconCopy as IconCopy, SvgIconDollar as IconDollar, SvgIconDownload as IconDownload, SvgIconEdit as IconEdit, SvgIconEnter as IconEnter, SvgIconEnterInverted as IconEnterInverted, SvgIconExchange as IconExchange, SvgIconFilter as IconFilter, SvgIconHelp as IconHelp, SvgIconHistory as IconHistory, SvgIconHome as IconHome, SvgIconIndicatorDown as IconIndicatorDown, SvgIconIndicatorUp as IconIndicatorUp, SvgIconInfo as IconInfo, SvgIconMail as IconMail, SvgIconMenu as IconMenu, SvgIconMore as IconMore, SvgIconNotification as IconNotification, SvgIconOverview as IconOverview, SvgIconPercent as IconPercent, SvgIconPieChart as IconPieChart, SvgIconPlus as IconPlus, 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, exportedTheme as coreTheme, formatPercentage, formatUSD, getDelta, uiColors };
294
+ export { CfAreaChart, CfBreakpointDebugger, CfCard, CfCheckbox, type CfCheckboxProps, CfInput, type CfInputProps, CfLineChart, CfSelect, type CfSelectProps, CfTag, type CfTagProps, CfToast, SvgIconAlert as IconAlert, SvgIconArrowDown as IconArrowDown, SvgIconArrowUp as IconArrowUp, SvgIconBank as IconBank, SvgIconBarChart as IconBarChart, SvgIconCalendar as IconCalendar, SvgIconCaretDown as IconCaretDown, SvgIconCaretLeft as IconCaretLeft, SvgIconCaretRight as IconCaretRight, SvgIconCaretUp as IconCaretUp, SvgIconCent as IconCent, SvgIconCheck as IconCheck, SvgIconChecking as IconChecking, SvgIconClose as IconClose, SvgIconConnect as IconConnect, SvgIconCopy as IconCopy, SvgIconDollar as IconDollar, SvgIconDownload as IconDownload, SvgIconEdit as IconEdit, SvgIconEnter as IconEnter, SvgIconEnterInverted as IconEnterInverted, SvgIconExchange as IconExchange, SvgIconFilter as IconFilter, SvgIconHelp as IconHelp, SvgIconHistory as IconHistory, SvgIconHome as IconHome, SvgIconIndicatorDown as IconIndicatorDown, SvgIconIndicatorUp as IconIndicatorUp, SvgIconInfo as IconInfo, SvgIconMail as IconMail, SvgIconMenu as IconMenu, SvgIconMore as IconMore, SvgIconNotification as IconNotification, SvgIconOverview as IconOverview, SvgIconPercent as IconPercent, SvgIconPieChart as IconPieChart, SvgIconPlus as IconPlus, 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, exportedTheme as coreTheme, formatPercentage, formatUSD, getDelta, uiColors };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptofi/core-ui",
3
- "version": "0.9.0",
3
+ "version": "0.11.0",
4
4
  "author": {
5
5
  "name": "CryptoFi"
6
6
  },
@@ -25,8 +25,8 @@
25
25
  "publish:npm": "npm publish --access public",
26
26
  "icons:gen": "yarn icons:clean && yarn icons:prefix && yarn dlx @svgr/cli -- ./svg-icons",
27
27
  "icons:clean": "rm -rf src/icons && mkdir src/icons",
28
- "icons:prefix": "node scripts/prefix-icons.cjs",
29
- "postpublish": "npm-publish-slack-webhook https://hooks.slack.com/services/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"
28
+ "icons:prefix": "node scripts/prefixIcons.cjs",
29
+ "postpublish": "dotenv cross-var node scripts/npmPublishNotifier.cjs %SLACK_WEBHOOK_URL%"
30
30
  },
31
31
  "module": "dist/index.js",
32
32
  "types": "dist/types/index.d.ts",
@@ -54,7 +54,6 @@
54
54
  "@chakra-ui/storybook-addon": "^5.0.1",
55
55
  "@emotion/react": "^11.11.1",
56
56
  "@emotion/styled": "^11.11.0",
57
- "@n370/npm-publish-slack-webhook": "^0.1.1",
58
57
  "@rollup/plugin-commonjs": "^25.0.7",
59
58
  "@rollup/plugin-node-resolve": "^15.2.3",
60
59
  "@rollup/plugin-terser": "^0.4.4",
@@ -79,12 +78,15 @@
79
78
  "@testing-library/react": "^13.4.0",
80
79
  "@types/jest": "^29.2.6",
81
80
  "@types/lodash.isempty": "^4",
81
+ "@types/prop-types": "^15",
82
82
  "@types/react": "^18.0.27",
83
83
  "@types/react-dom": "^18.0.10",
84
84
  "@types/rollup-plugin-peer-deps-external": "^2",
85
85
  "@types/stringify-object": "^4.0.4",
86
86
  "@typescript-eslint/eslint-plugin": "^6.13.1",
87
87
  "@typescript-eslint/parser": "^6.13.1",
88
+ "cross-var": "^1.1.0",
89
+ "dotenv-cli": "^7.3.0",
88
90
  "eslint": "^8.9.0",
89
91
  "eslint-config-airbnb": "^19.0.4",
90
92
  "eslint-config-prettier": "^8.4.0",
@@ -103,6 +105,7 @@
103
105
  "lodash.isempty": "^4.4.0",
104
106
  "pnpapi": "^0.0.0",
105
107
  "prettier": "^3.1.0",
108
+ "prop-types": "^15.8.1",
106
109
  "react": "^18.2.0",
107
110
  "react-dom": "^18.2.0",
108
111
  "rollup": "^4.3.1",