Skip to content

Commit 74b2dde

Browse files
committed
Add /component
1 parent e44e898 commit 74b2dde

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

__tests__/html2/simple/fatModule/esm.sh/fluentTheme.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"imports": {
1818
"@fluentui/react-components": "https://esm.sh/@fluentui/react-components?deps=react@18,react-dom@18&exports=FluentProvider,webLightTheme",
1919
"botframework-webchat": "/__dist__/packages/bundle/static/botframework-webchat.js",
20+
"botframework-webchat/component": "/__dist__/packages/bundle/static/botframework-webchat/component.js",
2021
"botframework-webchat/decorator": "/__dist__/packages/bundle/static/botframework-webchat/decorator.js",
2122
"botframework-webchat/internal": "/__dist__/packages/bundle/static/botframework-webchat/internal.js",
2223
"botframework-webchat-fluent-theme": "/__dist__/packages/fluent-theme/static/botframework-webchat-fluent-theme.js",

__tests__/html2/simple/fatModule/esm.sh/tsx/fluentTheme.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"imports": {
1818
"@fluentui/react-components": "https://esm.sh/@fluentui/react-components?deps=react@18,react-dom@18&exports=FluentProvider,createDarkTheme,webLightTheme",
1919
"botframework-webchat": "/__dist__/packages/bundle/static/botframework-webchat.js",
20+
"botframework-webchat/component": "/__dist__/packages/bundle/static/botframework-webchat/component.js",
2021
"botframework-webchat/decorator": "/__dist__/packages/bundle/static/botframework-webchat/decorator.js",
2122
"botframework-webchat/internal": "/__dist__/packages/bundle/static/botframework-webchat/internal.js",
2223
"botframework-webchat-fluent-theme": "/__dist__/packages/fluent-theme/static/botframework-webchat-fluent-theme.js",

__tests__/html2/simple/fatModule/fluentTheme.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"imports": {
1919
"@fluentui/react-components": "https://esm.sh/@fluentui/react-components?deps=react@18.3.1,react-dom@18.3.1&exports=FluentProvider,createDarkTheme,webLightTheme",
2020
"botframework-webchat": "/__dist__/packages/bundle/static/botframework-webchat.js",
21+
"botframework-webchat/component": "/__dist__/packages/bundle/static/botframework-webchat/component.js",
2122
"botframework-webchat/decorator": "/__dist__/packages/bundle/static/botframework-webchat/decorator.js",
2223
"botframework-webchat/internal": "/__dist__/packages/bundle/static/botframework-webchat/internal.js",
2324
"botframework-webchat-fluent-theme": "/__dist__/packages/fluent-theme/static/botframework-webchat-fluent-theme.js",

0 commit comments

Comments
 (0)