|
|
@@ -8,22 +8,83 @@
|
|
|
"pnpm": ">=10.19.0"
|
|
|
},
|
|
|
"exports": {
|
|
|
- "./*": {
|
|
|
- "types": "./dist/esm/*/index.d.ts",
|
|
|
- "default": "./dist/esm/*/index.jsx"
|
|
|
- },
|
|
|
- "./useData": {
|
|
|
- "types": "./dist/esm/useData/index.d.ts",
|
|
|
- "default": "./dist/esm/useData/index.js"
|
|
|
- },
|
|
|
- "./useQueryParamsPagination": {
|
|
|
- "types": "./dist/esm/useQueryParamsPagination/index.d.ts",
|
|
|
- "default": "./dist/esm/useQueryParamsPagination/index.js"
|
|
|
- },
|
|
|
- "./theme": "./dist/esm/theme.scss"
|
|
|
+ "./AppShell": "./dist/AppShell/index.js",
|
|
|
+ "./AppShell/amplitude": "./dist/AppShell/amplitude.js",
|
|
|
+ "./AppShell/body-providers": "./dist/AppShell/body-providers.js",
|
|
|
+ "./AppShell/fonts": "./dist/AppShell/fonts.js",
|
|
|
+ "./AppShell/html-with-lang": "./dist/AppShell/html-with-lang.js",
|
|
|
+ "./AppShell/i18n-provider": "./dist/AppShell/i18n-provider.js",
|
|
|
+ "./AppShell/report-accessibility": "./dist/AppShell/report-accessibility.js",
|
|
|
+ "./AppShell/router-provider": "./dist/AppShell/router-provider.js",
|
|
|
+ "./AppShell/tabs": "./dist/AppShell/tabs.js",
|
|
|
+ "./Badge": "./dist/Badge/index.js",
|
|
|
+ "./Breadcrumbs": "./dist/Breadcrumbs/index.js",
|
|
|
+ "./Button": "./dist/Button/index.js",
|
|
|
+ "./Card": "./dist/Card/index.js",
|
|
|
+ "./compose-providers": "./dist/compose-providers.js",
|
|
|
+ "./CopyButton": "./dist/CopyButton/index.js",
|
|
|
+ "./CrossfadeTabPanels": "./dist/CrossfadeTabPanels/index.js",
|
|
|
+ "./DropdownCaretDown": "./dist/DropdownCaretDown/index.js",
|
|
|
+ "./EntityList": "./dist/EntityList/index.js",
|
|
|
+ "./ErrorPage": "./dist/ErrorPage/index.js",
|
|
|
+ "./Footer": "./dist/Footer/index.js",
|
|
|
+ "./Header": "./dist/Header/index.js",
|
|
|
+ "./Header/theme-switch": "./dist/Header/theme-switch.js",
|
|
|
+ "./InfoBox": "./dist/InfoBox/index.js",
|
|
|
+ "./Link": "./dist/Link/index.js",
|
|
|
+ "./MainNavTabs": "./dist/MainNavTabs/index.js",
|
|
|
+ "./Meter": "./dist/Meter/index.js",
|
|
|
+ "./MobileNavTabs": "./dist/MobileNavTabs/index.js",
|
|
|
+ "./ModalDialog": "./dist/ModalDialog/index.js",
|
|
|
+ "./NoResults": "./dist/NoResults/index.js",
|
|
|
+ "./NotFoundPage": "./dist/NotFoundPage/index.js",
|
|
|
+ "./omit-keys": "./dist/omit-keys.js",
|
|
|
+ "./overlay-visible-context": "./dist/overlay-visible-context.js",
|
|
|
+ "./Paginator": "./dist/Paginator/index.js",
|
|
|
+ "./SearchButton": "./dist/SearchButton/index.js",
|
|
|
+ "./SearchInput": "./dist/SearchInput/index.js",
|
|
|
+ "./Select": "./dist/Select/index.js",
|
|
|
+ "./SingleToggleGroup": "./dist/SingleToggleGroup/index.js",
|
|
|
+ "./Skeleton": "./dist/Skeleton/index.js",
|
|
|
+ "./social-links": "./dist/social-links.js",
|
|
|
+ "./Spinner": "./dist/Spinner/index.js",
|
|
|
+ "./StatCard": "./dist/StatCard/index.js",
|
|
|
+ "./Status": "./dist/Status/index.js",
|
|
|
+ "./Switch": "./dist/Switch/index.js",
|
|
|
+ "./SymbolPairTag": "./dist/SymbolPairTag/index.js",
|
|
|
+ "./Table": "./dist/Table/index.js",
|
|
|
+ "./TableGrid": "./dist/TableGrid/index.js",
|
|
|
+ "./TableGrid/dummy-row-data": "./dist/TableGrid/dummy-row-data.js",
|
|
|
+ "./TableGrid/table-grid-props": "./dist/TableGrid/table-grid-props.js",
|
|
|
+ "./TabList": "./dist/TabList/index.js",
|
|
|
+ "./Term": "./dist/Term/index.js",
|
|
|
+ "./unstyled/Breadcrumbs": "./dist/unstyled/Breadcrumbs/index.js",
|
|
|
+ "./unstyled/Button": "./dist/unstyled/Button/index.js",
|
|
|
+ "./unstyled/Dialog": "./dist/unstyled/Dialog/index.js",
|
|
|
+ "./unstyled/GridList": "./dist/unstyled/GridList/index.js",
|
|
|
+ "./unstyled/Label": "./dist/unstyled/Label/index.js",
|
|
|
+ "./unstyled/Link": "./dist/unstyled/Link/index.js",
|
|
|
+ "./unstyled/ListBox": "./dist/unstyled/ListBox/index.js",
|
|
|
+ "./unstyled/Meter": "./dist/unstyled/Meter/index.js",
|
|
|
+ "./unstyled/Popover": "./dist/unstyled/Popover/index.js",
|
|
|
+ "./unstyled/SearchField": "./dist/unstyled/SearchField/index.js",
|
|
|
+ "./unstyled/Select": "./dist/unstyled/Select/index.js",
|
|
|
+ "./unstyled/Switch": "./dist/unstyled/Switch/index.js",
|
|
|
+ "./unstyled/Table": "./dist/unstyled/Table/index.js",
|
|
|
+ "./unstyled/Tabs": "./dist/unstyled/Tabs/index.js",
|
|
|
+ "./unstyled/TextField": "./dist/unstyled/TextField/index.js",
|
|
|
+ "./unstyled/Toolbar": "./dist/unstyled/Toolbar/index.js",
|
|
|
+ "./use-prefetch": "./dist/use-prefetch.js",
|
|
|
+ "./useAlert": "./dist/useAlert/index.js",
|
|
|
+ "./useData": "./dist/useData/index.js",
|
|
|
+ "./useDrawer": "./dist/useDrawer/index.js",
|
|
|
+ "./useLogger": "./dist/useLogger/index.js",
|
|
|
+ "./useQueryParamsPagination": "./dist/useQueryParamsPagination/index.js",
|
|
|
+ "./Virtualizer": "./dist/Virtualizer/index.js",
|
|
|
+ "./package.json": "./package.json"
|
|
|
},
|
|
|
"scripts": {
|
|
|
- "build": "tshy",
|
|
|
+ "build": "build-ts-package --noCjs",
|
|
|
"build:declarations": "tsc --project tsconfig.build.json --outDir ./dist/esm",
|
|
|
"build:scss": "copyfiles -u 1 \"src/**/*.scss\" dist/esm",
|
|
|
"build:storybook": "storybook build",
|
|
|
@@ -81,6 +142,7 @@
|
|
|
"@types/react-dom": "catalog:",
|
|
|
"autoprefixer": "catalog:",
|
|
|
"babel-plugin-react-compiler": "catalog:",
|
|
|
+ "build-ts-package": "workspace:",
|
|
|
"copyfiles": "catalog:",
|
|
|
"css-loader": "catalog:",
|
|
|
"eslint": "catalog:",
|
|
|
@@ -98,8 +160,5 @@
|
|
|
"stylelint-config-standard-scss": "catalog:",
|
|
|
"typescript": "catalog:"
|
|
|
},
|
|
|
- "packageManager": "pnpm@10.19.0",
|
|
|
- "tshy": {
|
|
|
- "project": "tsconfig.build.json"
|
|
|
- }
|
|
|
+ "packageManager": "pnpm@10.19.0"
|
|
|
}
|