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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install packages and prepare for widget selection PRs. #32985

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions app/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"@design-system/theming": "workspace:^",
"@design-system/widgets": "workspace:^",
"@design-system/widgets-old": "workspace:^",
"@floating-ui/dom": "^1.6.3",
"@fusioncharts/powercharts": "^3.16.0",
"@github/g-emoji-element": "^1.1.5",
"@googlemaps/markerclusterer": "^2.0.14",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"1": 3,
"2": 4,
"3": 10,
"99": 9999
"99": 990
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,5 @@
--z-index-1: 3;
--z-index-2: 4;
--z-index-3: 10;
--z-index-99: 9999;
--z-index-99: 990;
}
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
"type": "zIndex"
},
"99": {
"value": 9999,
"value": 990,
"type": "zIndex"
}
},
Expand Down
29 changes: 20 additions & 9 deletions app/client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3718,10 +3718,12 @@ __metadata:
languageName: node
linkType: hard

"@floating-ui/core@npm:^1.2.6":
version: 1.2.6
resolution: "@floating-ui/core@npm:1.2.6"
checksum: e4aa96c435277f1720d4bc939e17a79b1e1eebd589c20b622d3c646a5273590ff889b8c6e126f7be61873cf8c4d7db7d418895986ea19b8b0d0530de32504c3a
"@floating-ui/core@npm:^1.0.0":
version: 1.6.0
resolution: "@floating-ui/core@npm:1.6.0"
dependencies:
"@floating-ui/utils": ^0.2.1
checksum: 2e25c53b0c124c5c9577972f8ae21d081f2f7895e6695836a53074463e8c65b47722744d6d2b5a993164936da006a268bcfe87fe68fd24dc235b1cb86bed3127
languageName: node
linkType: hard

Expand All @@ -3734,12 +3736,13 @@ __metadata:
languageName: node
linkType: hard

"@floating-ui/dom@npm:^1.2.7":
version: 1.2.8
resolution: "@floating-ui/dom@npm:1.2.8"
"@floating-ui/dom@npm:^1.2.7, @floating-ui/dom@npm:^1.6.3":
version: 1.6.3
resolution: "@floating-ui/dom@npm:1.6.3"
dependencies:
"@floating-ui/core": ^1.2.6
checksum: 02894774475a17baa498c86cd25d2825598e7de0734b8c08f7b8797b19c0bec13c4c726e529feb8bf26c6dee219c153ac1f90d8530a93534f765b3c04cfa3b4a
"@floating-ui/core": ^1.0.0
"@floating-ui/utils": ^0.2.0
checksum: 81cbb18ece3afc37992f436e469e7fabab2e433248e46fff4302d12493a175b0c64310f8a971e6e1eda7218df28ace6b70237b0f3c22fe12a21bba05b5579555
languageName: node
linkType: hard

Expand Down Expand Up @@ -3782,6 +3785,13 @@ __metadata:
languageName: node
linkType: hard

"@floating-ui/utils@npm:^0.2.0, @floating-ui/utils@npm:^0.2.1":
version: 0.2.1
resolution: "@floating-ui/utils@npm:0.2.1"
checksum: 9ed4380653c7c217cd6f66ae51f20fdce433730dbc77f95b5abfb5a808f5fdb029c6ae249b4e0490a816f2453aa6e586d9a873cd157fdba4690f65628efc6e06
languageName: node
linkType: hard

"@formatjs/ecma402-abstract@npm:1.14.3":
version: 1.14.3
resolution: "@formatjs/ecma402-abstract@npm:1.14.3"
Expand Down Expand Up @@ -12982,6 +12992,7 @@ __metadata:
"@design-system/widgets": "workspace:^"
"@design-system/widgets-old": "workspace:^"
"@faker-js/faker": ^7.4.0
"@floating-ui/dom": ^1.6.3
"@fusioncharts/powercharts": ^3.16.0
"@github/g-emoji-element": ^1.1.5
"@googlemaps/markerclusterer": ^2.0.14
Expand Down