@tipp/ui 1.0.31 → 1.0.32

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.d.cts CHANGED
@@ -21,14 +21,15 @@ export { ThemeProvider } from './theme/theme-provider.cjs';
21
21
  import * as index_js from '@radix-ui/themes/dist/cjs/props/index.js';
22
22
  export { index_js as uiProps };
23
23
  export { BarChartIcon, BookmarkFilledIcon, BookmarkIcon, ChatBubbleIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ClipboardIcon, Cross1Icon, DotsHorizontalIcon, DotsVerticalIcon, ExclamationTriangleIcon, ExitIcon, FileIcon, GearIcon, InfoCircledIcon, Link2Icon, MagnifyingGlassIcon, MixerHorizontalIcon, Pencil1Icon, PersonIcon, PlusIcon, TrashIcon } from '@radix-ui/react-icons';
24
- export { Chart, ChartProps, chartTheme } from './charts/chart.cjs';
24
+ export { Chart, ChartProps } from './charts/chart.cjs';
25
25
  export { HorizontalBarChart, HorizontalBarChartProps } from './charts/horizontal-bar-chart.cjs';
26
26
  export { toast } from 'react-toastify';
27
27
  export { ExpandComp, OnRowClick } from './molecules/expand-table/row.cjs';
28
28
  export { ColumnDef, createColumnHelper } from '@tanstack/react-table';
29
+ export { c as chartTheme } from './chart-theme-BLAIiQPs.cjs';
29
30
  import 'react';
30
31
  import '@radix-ui/react-dialog';
31
32
  import '@radix-ui/react-form';
32
33
  import 'react-datepicker';
34
+ import 'echarts-for-react';
33
35
  import 'echarts';
34
- import 'echarts-for-react/lib/core';
package/dist/index.d.ts CHANGED
@@ -21,14 +21,15 @@ export { ThemeProvider } from './theme/theme-provider.js';
21
21
  import * as index_js from '@radix-ui/themes/dist/cjs/props/index.js';
22
22
  export { index_js as uiProps };
23
23
  export { BarChartIcon, BookmarkFilledIcon, BookmarkIcon, ChatBubbleIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ClipboardIcon, Cross1Icon, DotsHorizontalIcon, DotsVerticalIcon, ExclamationTriangleIcon, ExitIcon, FileIcon, GearIcon, InfoCircledIcon, Link2Icon, MagnifyingGlassIcon, MixerHorizontalIcon, Pencil1Icon, PersonIcon, PlusIcon, TrashIcon } from '@radix-ui/react-icons';
24
- export { Chart, ChartProps, chartTheme } from './charts/chart.js';
24
+ export { Chart, ChartProps } from './charts/chart.js';
25
25
  export { HorizontalBarChart, HorizontalBarChartProps } from './charts/horizontal-bar-chart.js';
26
26
  export { toast } from 'react-toastify';
27
27
  export { ExpandComp, OnRowClick } from './molecules/expand-table/row.js';
28
28
  export { ColumnDef, createColumnHelper } from '@tanstack/react-table';
29
+ export { c as chartTheme } from './chart-theme-BLAIiQPs.js';
29
30
  import 'react';
30
31
  import '@radix-ui/react-dialog';
31
32
  import '@radix-ui/react-form';
32
33
  import 'react-datepicker';
34
+ import 'echarts-for-react';
33
35
  import 'echarts';
34
- import 'echarts-for-react/lib/core';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tipp/ui",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -58,8 +58,8 @@
58
58
  "postcss-nesting": "12.0.2",
59
59
  "tsup": "^8.0.2",
60
60
  "typescript": "^5.3.3",
61
- "@tipp/typescript-config": "0.0.4",
62
- "@tipp/eslint-config": "0.2.3"
61
+ "@tipp/eslint-config": "0.2.3",
62
+ "@tipp/typescript-config": "0.0.4"
63
63
  },
64
64
  "scripts": {
65
65
  "build": "pnpm run build:js & pnpm run build:css",