Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bed 4681: Added portal container getter export, upped doodle ui version #878

Merged
merged 3 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"check-format": "prettier --list-different \"src/**/*.@(js|jsx|ts|tsx|md|html|css|scss|json)\""
},
"dependencies": {
"@bloodhoundenterprise/doodleui": "^1.0.0-alpha.5",
"@bloodhoundenterprise/doodleui": "^1.0.0-alpha.6",
"@date-io/luxon": "^1.3.13",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/bh-shared-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "The BloodHound Enterprise Team (https://bloodhoundenterprise.io/)",
"license": "MIT",
"dependencies": {
"@bloodhoundenterprise/doodleui": "^1.0.0-alpha.5",
"@bloodhoundenterprise/doodleui": "^1.0.0-alpha.6",
"@fortawesome/fontawesome-free": "^6.4.2",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/bh-shared-ui/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const typography: Partial<Theme['typography']> = {
},
};

const defaultPortalContainer = {
export const defaultPortalContainer = {
// Defaults all MUI components that leverage the Modal construct to portal to a child of the applicationContainer element.
// If not for this, any tailwind based components in a portal and outside the applicationContainer will not respect the current theme.
// Controlling doodle components: https://tailwindcss.com/docs/dark-mode#toggling-dark-mode-manually
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,9 @@ __metadata:
languageName: node
linkType: hard

"@bloodhoundenterprise/doodleui@npm:^1.0.0-alpha.5":
version: 1.0.0-alpha.5
resolution: "@bloodhoundenterprise/doodleui@npm:1.0.0-alpha.5"
"@bloodhoundenterprise/doodleui@npm:^1.0.0-alpha.6":
version: 1.0.0-alpha.6
resolution: "@bloodhoundenterprise/doodleui@npm:1.0.0-alpha.6"
dependencies:
"@radix-ui/react-accordion": ^1.1.2
"@radix-ui/react-select": ^2.1.1
Expand All @@ -333,7 +333,7 @@ __metadata:
lucide-react: ^0.436.0
react: ^18.2.0
react-dom: ^18.2.0
checksum: 699c35f64e85400af748761d1062f8e631b604c66e6917286f4ddd993f58a687bf36b8288df3cf61f13ea5b04efe950af351835b388139c8e2935ab0b07775c3
checksum: fb7673cd51cfd0228ddd2080d188f3e707f2e864b39dd8a0358d3f2dbc150d5c1d35736e252c1325a37afda842998a1fc08653fa0ff8b7b0cbcffbe058b4a851
languageName: node
linkType: hard

Expand Down Expand Up @@ -3978,7 +3978,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "bh-shared-ui@workspace:packages/javascript/bh-shared-ui"
dependencies:
"@bloodhoundenterprise/doodleui": ^1.0.0-alpha.5
"@bloodhoundenterprise/doodleui": ^1.0.0-alpha.6
"@emotion/react": ^11.10.4
"@emotion/styled": ^11.10.4
"@fortawesome/fontawesome-free": ^6.4.2
Expand Down Expand Up @@ -4085,7 +4085,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "bloodhound-ui@workspace:cmd/ui"
dependencies:
"@bloodhoundenterprise/doodleui": ^1.0.0-alpha.5
"@bloodhoundenterprise/doodleui": ^1.0.0-alpha.6
"@date-io/luxon": ^1.3.13
"@emotion/react": ^11.10.4
"@emotion/styled": ^11.10.4
Expand Down
Loading