Skip to content

Commit

Permalink
Use wildchar for exports
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed May 19, 2023
1 parent 8aefa64 commit 6248053
Showing 1 changed file with 5 additions and 48 deletions.
53 changes: 5 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,58 +117,15 @@
"module": "dist/fr/index.js",
"exports": {
".": "./dist/fr/index.js",
"./*": "./dist/*.js",
"./gdpr": "./dist/gdpr/index.js",
"./spa": "./dist/spa.js",
"./next-appdir": "./dist/next-appdir/index.js",
"./next-appdir/DsfrHead": "./dist/next-appdir/DsfrHead.js",
"./next-appdir/DsfrProvider": "./dist/next-appdir/DsfrProvider.js",
"./next-appdir/getColorSchemeHtmlAttributes": "./dist/next-appdir/getColorSchemeHtmlAttributes.js",
"./next-pagesdir": "./dist/next-pagesdir.js",
"./next-appdir/*": "./dist/next-appdir/*.js",
"./useIsDark": "./dist/useIsDark/index.js",
"./useGdprStore": "./dist/useGdprStore.js",
"./useColors": "./dist/useColors.js",
"./useBreakpointsValues": "./dist/useBreakpointsValues.js",
"./link": "./dist/link.js",
"./mui": "./dist/mui.js",
"./tss": "./dist/tss.js",
"./tools/cx": "./dist/tools/cx.js",
"./i18n": "./dist/i18n.js",
"./tools/*": "./dist/tools/*.js",
"./dsfr/*": "./dsfr/*",
"./blocks/*": "./dist/blocks/*",
"./ToggleSwitchGroup": "./dist/ToggleSwitchGroup.js",
"./ToggleSwitch": "./dist/ToggleSwitch.js",
"./Tile": "./dist/Tile.js",
"./Tag": "./dist/Tag.js",
"./Tabs": "./dist/Tabs.js",
"./Table": "./dist/Table.js",
"./Summary": "./dist/Summary.js",
"./Stepper": "./dist/Stepper.js",
"./SkipLinks": "./dist/SkipLinks.js",
"./SideMenu": "./dist/SideMenu.js",
"./SelectNext": "./dist/SelectNext.js",
"./Select": "./dist/Select.js",
"./SearchBar": "./dist/SearchBar.js",
"./RadioButtons": "./dist/RadioButtons.js",
"./Quote": "./dist/Quote.js",
"./Pagination": "./dist/Pagination.js",
"./Notice": "./dist/Notice.js",
"./Modal": "./dist/Modal.js",
"./blocks/*": "./dist/blocks/*.js",
"./MainNavigation": "./dist/MainNavigation/index.js",
"./Input": "./dist/Input.js",
"./Highlight": "./dist/Highlight.js",
"./Header": "./dist/Header.js",
"./Footer": "./dist/Footer.js",
"./Download": "./dist/Download.js",
"./Display": "./dist/Display.js",
"./ConsentBanner": "./dist/ConsentBanner/index.js",
"./Checkbox": "./dist/Checkbox.js",
"./Card": "./dist/Card.js",
"./CallOut": "./dist/CallOut.js",
"./ButtonsGroup": "./dist/ButtonsGroup.js",
"./Button": "./dist/Button.js",
"./Breadcrumb": "./dist/Breadcrumb.js",
"./Badge": "./dist/Badge.js",
"./Alert": "./dist/Alert.js",
"./Accordion": "./dist/Accordion.js"
"./ConsentBanner": "./dist/ConsentBanner/index.js"
}
}

0 comments on commit 6248053

Please sign in to comment.