From 6dd31748e9a13578170db10cfbcc8a4a7a8a77aa Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 4 Dec 2024 12:29:23 -0500 Subject: [PATCH] backport SL-2210 --- docs/docs/resources/changelog.md | 1 + package.json | 3 +++ 2 files changed, 4 insertions(+) diff --git a/docs/docs/resources/changelog.md b/docs/docs/resources/changelog.md index 55bc8c0c1..db5eb7cd0 100644 --- a/docs/docs/resources/changelog.md +++ b/docs/docs/resources/changelog.md @@ -29,6 +29,7 @@ During the alpha period, things might break! We take breaking changes very serio - Fixed a bug in `` that caused interactive elements to be activated when dragging - Fixed a bug in `` that prevented changing tabs by setting `active` on `` elements - Fixed a bug in `` causing scroll jumping when using `resize="auto"` +- Fixed a bug with certain bundlers when using dynamic imports - Improved alignment of the play icon in `` - Improved behavior of link buttons to not set `noreferrer noopener` by default diff --git a/package.json b/package.json index 9b19e749b..05570fdce 100644 --- a/package.json +++ b/package.json @@ -18,10 +18,13 @@ "./dist/custom-elements.json": "./dist/custom-elements.json", "./dist/webawesome.js": "./dist/webawesome.js", "./dist/webawesome.loader.js": "./dist/webawesome.loader.js", + "./dist/themes": "./dist/themes", "./dist/themes/*": "./dist/themes/*", + "./dist/components": "./dist/components", "./dist/components/*": "./dist/components/*", "./dist/react": "./dist/react/index.js", "./dist/react/*": "./dist/react/*", + "./dist/translations": "./dist/translations", "./dist/translations/*": "./dist/translations/*" }, "files": [