@mitodl/smoot-design 6.2.1 → 6.3.0
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/README.md +4 -0
- package/dist/bundles/remoteTutorDrawer.es.js +15505 -16010
- package/dist/bundles/remoteTutorDrawer.umd.js +79 -52
- package/dist/cjs/ai.d.ts +3 -3
- package/dist/cjs/ai.js +5 -1
- package/dist/cjs/bundles/RemoteTutorDrawer/FlashcardsScreen.js +1 -1
- package/dist/cjs/bundles/RemoteTutorDrawer/RemoteTutorDrawer.d.ts +1 -2
- package/dist/cjs/bundles/RemoteTutorDrawer/RemoteTutorDrawer.js +12 -6
- package/dist/cjs/bundles/RemoteTutorDrawer/RemoteTutorDrawer.stories.d.ts +1 -0
- package/dist/cjs/bundles/RemoteTutorDrawer/RemoteTutorDrawer.stories.js +18 -1
- package/dist/cjs/bundles/RemoteTutorDrawer/RemoteTutorDrawer.test.js +6 -0
- package/dist/cjs/components/AiChat/AiChat.d.ts +3 -3
- package/dist/cjs/components/AiChat/AiChat.js +20 -41
- package/dist/cjs/components/AiChat/AiChatContext.d.ts +26 -0
- package/dist/cjs/components/AiChat/AiChatContext.js +105 -0
- package/dist/cjs/components/AiChat/AiChatContext.stories.d.ts +14 -0
- package/dist/cjs/components/AiChat/AiChatContext.stories.js +75 -0
- package/dist/cjs/components/AiChat/types.d.ts +15 -11
- package/dist/cjs/components/AiChat/types.js +1 -1
- package/dist/cjs/components/AiChat/utils.d.ts +1 -1
- package/dist/cjs/components/AiChat/utils.js +1 -1
- package/dist/cjs/components/LinkAdapter/LinkAdapter.js +1 -1
- package/dist/cjs/components/TabButtons/TabButtonList.js +1 -1
- package/dist/esm/ai.d.ts +3 -3
- package/dist/esm/ai.js +2 -1
- package/dist/esm/bundles/RemoteTutorDrawer/FlashcardsScreen.js +1 -1
- package/dist/esm/bundles/RemoteTutorDrawer/RemoteTutorDrawer.d.ts +1 -2
- package/dist/esm/bundles/RemoteTutorDrawer/RemoteTutorDrawer.js +12 -6
- package/dist/esm/bundles/RemoteTutorDrawer/RemoteTutorDrawer.stories.d.ts +1 -0
- package/dist/esm/bundles/RemoteTutorDrawer/RemoteTutorDrawer.stories.js +17 -0
- package/dist/esm/bundles/RemoteTutorDrawer/RemoteTutorDrawer.test.js +6 -0
- package/dist/esm/components/AiChat/AiChat.d.ts +3 -3
- package/dist/esm/components/AiChat/AiChat.js +20 -42
- package/dist/esm/components/AiChat/AiChatContext.d.ts +26 -0
- package/dist/esm/components/AiChat/AiChatContext.js +101 -0
- package/dist/esm/components/AiChat/AiChatContext.stories.d.ts +14 -0
- package/dist/esm/components/AiChat/AiChatContext.stories.js +72 -0
- package/dist/esm/components/AiChat/types.d.ts +15 -11
- package/dist/esm/components/AiChat/types.js +1 -1
- package/dist/esm/components/AiChat/utils.d.ts +1 -1
- package/dist/esm/components/AiChat/utils.js +1 -1
- package/dist/esm/components/LinkAdapter/LinkAdapter.js +1 -1
- package/dist/esm/components/TabButtons/TabButtonList.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mitodl/smoot-design",
|
|
3
|
-
"version": "6.
|
|
4
|
-
"packageManager": "yarn@4.8.
|
|
3
|
+
"version": "6.3.0",
|
|
4
|
+
"packageManager": "yarn@4.8.1",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
7
7
|
],
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
+
"@ai-sdk/react": "1.2.10",
|
|
65
66
|
"@emotion/cache": "^11.14.0",
|
|
66
67
|
"@mui/utils": "^6.1.6",
|
|
67
|
-
"ai": "^4.0.13",
|
|
68
68
|
"classnames": "^2.5.1",
|
|
69
69
|
"lodash": "^4.17.21",
|
|
70
70
|
"react-markdown": "^10.0.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@emotion/styled": "^11.11.0",
|
|
79
79
|
"@faker-js/faker": "^9.0.0",
|
|
80
80
|
"@jest/environment": "^29.7.0",
|
|
81
|
-
"@mui/lab": "6.0.0-
|
|
81
|
+
"@mui/lab": "6.0.0-dev.240424162023-9968b4889d",
|
|
82
82
|
"@mui/material": "^6.1.6",
|
|
83
83
|
"@mui/system": "^6.1.6",
|
|
84
84
|
"@remixicon/react": "^4.2.0",
|
|
@@ -127,10 +127,8 @@
|
|
|
127
127
|
"msw-storybook-addon": "^2.0.4",
|
|
128
128
|
"next": "^15.0.2",
|
|
129
129
|
"prettier": "^3.3.3",
|
|
130
|
-
"react": "19.0.0",
|
|
130
|
+
"react": "^19.0.0",
|
|
131
131
|
"react-dom": "^19.0.0",
|
|
132
|
-
"react-router": "^7.0.0",
|
|
133
|
-
"react-router-dom": "^7.0.0",
|
|
134
132
|
"semantic-release": "^24.2.0",
|
|
135
133
|
"storybook": "^8.6.7",
|
|
136
134
|
"ts-node": "^10.9.2",
|