Skip to content

Commit

Permalink
Additional exports to support VS Code extension fullscreen DataCube (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
travisstebbins authored Jan 8, 2025
1 parent f681dff commit 35d973a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/little-files-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@finos/legend-art': patch
---

Export new BoxArrowUpRightIcon
5 changes: 5 additions & 0 deletions .changeset/rude-planets-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@finos/legend-vscode-extension-dependencies': patch
---

Additional exports to support VS Code extension fullscreen DataCube
2 changes: 2 additions & 0 deletions packages/legend-art/src/icon/Icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ import {
BsQuestionSquare,
BsQuestionSquareFill,
BsTextLeft,
BsBoxArrowUpRight,
} from 'react-icons/bs';

export const FilledTriangleIcon = BsFillTriangleFill;
Expand All @@ -203,6 +204,7 @@ export const ThinChevronLeftIcon = BsChevronLeft;
export const QuestionSquareIcon = BsQuestionSquare;
export const QuestionSquareFillIcon = BsQuestionSquareFill;
export const GenericTextFileIcon = BsTextLeft;
export const BoxArrowUpRightIcon = BsBoxArrowUpRight;

//======================================================= HI =======================================================
import { HiCode, HiHome, HiOutlineDocumentReport } from 'react-icons/hi';
Expand Down
4 changes: 4 additions & 0 deletions packages/legend-vscode-extension-dependencies/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export {
AlignMiddleIcon,
AlignStartIcon,
AlignTopIcon,
BoxArrowUpRightIcon,
Button,
CaretDownIcon,
clsx,
Expand Down Expand Up @@ -246,6 +247,7 @@ export {
isBoolean,
isLossSafeNumber,
isNonNullable,
isNullable,
LogEvent,
NetworkClientError,
parseLosslessJSON,
Expand Down Expand Up @@ -297,6 +299,8 @@ export {
type DataCubeAPI,
type DataCubeConfiguration,
type DataCubeExecutionResult,
type DataCubeInnerHeaderComponentParams,
type DataCubeOptions,
type DataCubeRelationType,
_elementPtr,
_function,
Expand Down

0 comments on commit 35d973a

Please sign in to comment.