@blockscout/ui-toolkit 2.4.0-alpha → 2.4.0-alpha.2
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/README.md +5 -0
- package/dist/chakra/link.d.ts +1 -1
- package/dist/components/charts/Chart.d.ts +14 -0
- package/dist/components/charts/ChartFullscreenDialog.d.ts +17 -0
- package/dist/components/charts/ChartWidget.d.ts +19 -0
- package/dist/components/charts/ChartWidgetContent.d.ts +18 -0
- package/dist/components/charts/index.d.ts +18 -0
- package/dist/components/charts/parts/ChartArea.d.ts +15 -0
- package/dist/components/charts/parts/ChartAxis.d.ts +11 -0
- package/dist/components/charts/parts/ChartGridLine.d.ts +10 -0
- package/dist/components/charts/parts/ChartLegend.d.ts +9 -0
- package/dist/components/charts/parts/ChartLine.d.ts +11 -0
- package/dist/components/charts/parts/ChartMenu.d.ts +19 -0
- package/dist/components/charts/parts/ChartOverlay.d.ts +7 -0
- package/dist/components/charts/parts/ChartSelectionX.d.ts +11 -0
- package/dist/components/charts/parts/ChartTooltip.d.ts +15 -0
- package/dist/components/charts/parts/ChartWatermark.d.ts +3 -0
- package/dist/components/charts/parts/tooltip/ChartTooltipBackdrop.d.ts +8 -0
- package/dist/components/charts/parts/tooltip/ChartTooltipContent.d.ts +14 -0
- package/dist/components/charts/parts/tooltip/ChartTooltipLine.d.ts +4 -0
- package/dist/components/charts/parts/tooltip/ChartTooltipPoint.d.ts +20 -0
- package/dist/components/charts/parts/tooltip/ChartTooltipRow.d.ts +24 -0
- package/dist/components/charts/parts/tooltip/ChartTooltipTitle.d.ts +7 -0
- package/dist/components/charts/parts/tooltip/pointerTracker.d.ts +13 -0
- package/dist/components/charts/parts/tooltip/utils.d.ts +7 -0
- package/dist/components/charts/types.d.ts +67 -0
- package/dist/components/charts/utils/animations.d.ts +5 -0
- package/dist/components/charts/utils/calculateInnerSize.d.ts +5 -0
- package/dist/components/charts/utils/formatters.d.ts +2 -0
- package/dist/components/charts/utils/getDateLabel.d.ts +2 -0
- package/dist/components/charts/utils/timeChartAxis.d.ts +22 -0
- package/dist/components/charts/utils/useChartBrushX.d.ts +7 -0
- package/dist/components/charts/utils/useChartLegend.d.ts +4 -0
- package/dist/components/charts/utils/useChartZoom.d.ts +6 -0
- package/dist/components/charts/utils/useTimeChartController.d.ts +30 -0
- package/dist/components/forms/fields/FormFieldAddress.d.ts +3 -1
- package/dist/components/forms/fields/FormFieldCheckbox.d.ts +3 -1
- package/dist/components/forms/fields/FormFieldCheckboxGroup.d.ts +3 -1
- package/dist/components/forms/fields/FormFieldColor.d.ts +3 -1
- package/dist/components/forms/fields/FormFieldEmail.d.ts +3 -1
- package/dist/components/forms/fields/FormFieldNumber.d.ts +3 -1
- package/dist/components/forms/fields/FormFieldRadio.d.ts +3 -1
- package/dist/components/forms/fields/FormFieldSelect.d.ts +3 -1
- package/dist/components/forms/fields/FormFieldSelectAsync.d.ts +3 -1
- package/dist/components/forms/fields/FormFieldSwitch.d.ts +3 -1
- package/dist/components/forms/fields/FormFieldText.d.ts +3 -1
- package/dist/components/forms/fields/FormFieldUrl.d.ts +3 -1
- package/dist/components/forms/inputs/file/FileInput.d.ts +2 -1
- package/dist/hooks/useClientRect.d.ts +2 -0
- package/dist/index.js +5218 -3583
- package/dist/package/src/index.d.ts +3 -0
- package/dist/utils/file.d.ts +2 -0
- package/package.json +2 -2
|
@@ -39,6 +39,7 @@ export * as AdaptiveTabs from '../../components/AdaptiveTabs/index';
|
|
|
39
39
|
export * from '../../components/RoutedTabs/index';
|
|
40
40
|
export * from '../../components/buttons/BackToButton';
|
|
41
41
|
export * from '../../components/buttons/ClearButton';
|
|
42
|
+
export * from '../../components/charts';
|
|
42
43
|
export * from '../../components/Hint/Hint';
|
|
43
44
|
export * from '../../components/filters/FilterInput';
|
|
44
45
|
export * from '../../components/forms/components';
|
|
@@ -53,6 +54,7 @@ export * as html from '../../utils/htmlEntities';
|
|
|
53
54
|
export * as consts from '../../utils/consts';
|
|
54
55
|
export * as regexp from '../../utils/regexp';
|
|
55
56
|
export * as guards from '../../utils/guards';
|
|
57
|
+
export * as file from '../../utils/file';
|
|
56
58
|
export * from '../../utils/url';
|
|
57
59
|
export * from '../../utils/isBrowser';
|
|
58
60
|
export { useClipboard } from '../../hooks/useClipboard';
|
|
@@ -61,3 +63,4 @@ export { useUpdateEffect } from '../../hooks/useUpdateEffect';
|
|
|
61
63
|
export { useFirstMountState } from '../../hooks/useFirstMountState';
|
|
62
64
|
export { useIsSticky } from '../../hooks/useIsSticky';
|
|
63
65
|
export { useViewportSize } from '../../hooks/useViewportSize';
|
|
66
|
+
export { useClientRect } from '../../hooks/useClientRect';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockscout/ui-toolkit",
|
|
3
|
-
"version": "2.4.0-alpha",
|
|
3
|
+
"version": "2.4.0-alpha.2",
|
|
4
4
|
"description": "A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@types/react": "18.3.12",
|
|
57
57
|
"@types/react-dom": "18.3.1",
|
|
58
58
|
"@vitejs/plugin-react": "4.3.4",
|
|
59
|
-
"typescript": "5.
|
|
59
|
+
"typescript": "5.9.2",
|
|
60
60
|
"vite": "6.2.7",
|
|
61
61
|
"vite-plugin-dts": "4.5.3",
|
|
62
62
|
"vite-plugin-svgr": "4.3.0",
|