@box/box-ai-content-answers 0.99.0 → 0.99.2
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useBreakpoint as V, Breakpoint as X, Modal as c, TooltipProvider as Y, Tooltip as Z } from "@box/blueprint-web";
|
|
2
|
-
import { ArrowsCollapse as ee } from "@box/blueprint-web-assets/icons/
|
|
2
|
+
import { ArrowsCollapse as ee } from "@box/blueprint-web-assets/icons/Fill";
|
|
3
3
|
import { BoxAiLogo as oe } from "@box/blueprint-web-assets/icons/Logo";
|
|
4
4
|
import { Size8 as E } from "@box/blueprint-web-assets/tokens/tokens";
|
|
5
5
|
import { BoxAiAgentSelectorWithApi as te, AgentsProvider as se } from "@box/box-ai-agent-selector";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/box-ai-content-answers",
|
|
3
|
-
"version": "0.99.
|
|
3
|
+
"version": "0.99.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@box/blueprint-web": "^7.8.0",
|
|
6
6
|
"@box/blueprint-web-assets": "^4.16.0",
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@box/babel-plugin-target-attributes": "1.3.0",
|
|
19
|
-
"@box/blueprint-web": "^9.18.
|
|
19
|
+
"@box/blueprint-web": "^9.18.6",
|
|
20
20
|
"@box/blueprint-web-assets": "^4.34.0",
|
|
21
|
-
"@box/box-ai-agent-selector": "^0.27.
|
|
22
|
-
"@box/item-icon": "^0.9.
|
|
21
|
+
"@box/box-ai-agent-selector": "^0.27.1",
|
|
22
|
+
"@box/item-icon": "^0.9.88",
|
|
23
23
|
"@box/storybook-utils": "^0.8.3",
|
|
24
24
|
"@testing-library/react": "^15.0.6",
|
|
25
25
|
"react": "^18.3.0",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"**/*.css"
|
|
58
58
|
],
|
|
59
59
|
"license": "SEE LICENSE IN LICENSE",
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "e9435014eda5457600235b810a8dd5f1cacdf144"
|
|
61
61
|
}
|