Skip to content

Commit 68300e9

Browse files
committed
Update multiselect
1 parent 64ab727 commit 68300e9

File tree

4 files changed

+9
-82
lines changed

4 files changed

+9
-82
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@macrostrat/style-system": "^0.2.1",
8080
"@macrostrat/svg-map-components": "^1.0.4",
8181
"@macrostrat/timescale": "^2.2.1",
82-
"@macrostrat/ui-components": "^4.3.8",
82+
"@macrostrat/ui-components": "^4.4.0",
8383
"@react-hook/size": "^2.1.2",
8484
"@supabase/postgrest-js": "^1.18.1",
8585
"@turf/bbox": "^6.5.0",

pages/lex/minerals/+Page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function Page() {
2525
filterable: true,
2626
id_key: "id",
2727
limit: PAGE_SIZE,
28-
searchColumns: ["mineral"],
28+
searchColumns: [{ label: "Mineral", value: "mineral" }],
2929
SearchBarComponent: SearchBar,
3030
MultiSelectComponent: MultiSelect
3131
})

pages/lex/strat-names/+Page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function Page() {
3030
SearchBarComponent: SearchBar,
3131
MultiSelectComponent: MultiSelect,
3232
searchColumns: [
33-
"all_names",
33+
{ label: "Name", value: "all_names" },
3434
],
3535
toggles: h("div.header-description", [
3636
h(

yarn.lock

Lines changed: 6 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,15 +1489,6 @@ __metadata:
14891489
languageName: node
14901490
linkType: hard
14911491

1492-
"@blueprintjs/colors@npm:^5.1.8":
1493-
version: 5.1.8
1494-
resolution: "@blueprintjs/colors@npm:5.1.8"
1495-
dependencies:
1496-
tslib: "npm:~2.6.2"
1497-
checksum: 10/2675c7011a4a3ec574fe3bcf11a3ddf1aed6f3f5ada31ac48b542bf7968affe8e0db4fe87ff5faa150b920e25fb7724373a4df3d5a558ea27c49763f2e3dc9a8
1498-
languageName: node
1499-
linkType: hard
1500-
15011492
"@blueprintjs/core@npm:^4.20.2":
15021493
version: 4.20.2
15031494
resolution: "@blueprintjs/core@npm:4.20.2"
@@ -1555,33 +1546,6 @@ __metadata:
15551546
languageName: node
15561547
linkType: hard
15571548

1558-
"@blueprintjs/core@npm:^6.0.0":
1559-
version: 6.0.0
1560-
resolution: "@blueprintjs/core@npm:6.0.0"
1561-
dependencies:
1562-
"@blueprintjs/colors": "npm:^5.1.8"
1563-
"@blueprintjs/icons": "npm:^6.0.0"
1564-
"@popperjs/core": "npm:^2.11.8"
1565-
classnames: "npm:^2.3.1"
1566-
normalize.css: "npm:^8.0.1"
1567-
react-popper: "npm:^2.3.0"
1568-
react-transition-group: "npm:^4.4.5"
1569-
tslib: "npm:~2.6.2"
1570-
use-sync-external-store: "npm:^1.2.0"
1571-
peerDependencies:
1572-
"@types/react": 18
1573-
react: 18
1574-
react-dom: 18
1575-
peerDependenciesMeta:
1576-
"@types/react":
1577-
optional: true
1578-
bin:
1579-
upgrade-blueprint-2.0.0-rename: scripts/upgrade-blueprint-2.0.0-rename.sh
1580-
upgrade-blueprint-3.0.0-rename: scripts/upgrade-blueprint-3.0.0-rename.sh
1581-
checksum: 10/0bfcec31ab5aa0f697cc7dea24868447f6b6b9a78b1f8f8ba053a7a76c3320e9b2dd46bc4eeb05fdbe671604f39e462fe7691a6b4904c22ee9d7e83688c8fc19
1582-
languageName: node
1583-
linkType: hard
1584-
15851549
"@blueprintjs/datetime2@npm:^2.3.11":
15861550
version: 2.3.13
15871551
resolution: "@blueprintjs/datetime2@npm:2.3.13"
@@ -1657,24 +1621,6 @@ __metadata:
16571621
languageName: node
16581622
linkType: hard
16591623

1660-
"@blueprintjs/icons@npm:^6.0.0":
1661-
version: 6.0.0
1662-
resolution: "@blueprintjs/icons@npm:6.0.0"
1663-
dependencies:
1664-
change-case: "npm:^4.1.2"
1665-
classnames: "npm:^2.3.1"
1666-
tslib: "npm:~2.6.2"
1667-
peerDependencies:
1668-
"@types/react": 18
1669-
react: 18
1670-
react-dom: 18
1671-
peerDependenciesMeta:
1672-
"@types/react":
1673-
optional: true
1674-
checksum: 10/2fe412c430ad56bc1529416170cce0b5121e67b410ac277f89947bcf0d71a06e9ad0c398e50fe0abfe0fd7b1a52e0dd3497296b9c6349b4f209217c337840350
1675-
languageName: node
1676-
linkType: hard
1677-
16781624
"@blueprintjs/popover2@npm:^1.2.1":
16791625
version: 1.14.11
16801626
resolution: "@blueprintjs/popover2@npm:1.14.11"
@@ -1716,25 +1662,6 @@ __metadata:
17161662
languageName: node
17171663
linkType: hard
17181664

1719-
"@blueprintjs/select@npm:^6.0.0":
1720-
version: 6.0.0
1721-
resolution: "@blueprintjs/select@npm:6.0.0"
1722-
dependencies:
1723-
"@blueprintjs/core": "npm:^6.0.0"
1724-
"@blueprintjs/icons": "npm:^6.0.0"
1725-
classnames: "npm:^2.3.1"
1726-
tslib: "npm:~2.6.2"
1727-
peerDependencies:
1728-
"@types/react": 18
1729-
react: 18
1730-
react-dom: 18
1731-
peerDependenciesMeta:
1732-
"@types/react":
1733-
optional: true
1734-
checksum: 10/b4bce6e925673cdd6cebbb30dbb73d9bca974182610344512e456d959dfc5c6083d2053b4930f137f9e246bc8bc538e886ffa571ee89ebc7bdf00ac09d0f4080
1735-
languageName: node
1736-
linkType: hard
1737-
17381665
"@blueprintjs/table@npm:^5.1.4, @blueprintjs/table@npm:^5.3.4":
17391666
version: 5.3.5
17401667
resolution: "@blueprintjs/table@npm:5.3.5"
@@ -3813,13 +3740,13 @@ __metadata:
38133740
languageName: node
38143741
linkType: hard
38153742

3816-
"@macrostrat/ui-components@npm:^4.3.8":
3817-
version: 4.3.8
3818-
resolution: "@macrostrat/ui-components@npm:4.3.8"
3743+
"@macrostrat/ui-components@npm:^4.4.0":
3744+
version: 4.4.0
3745+
resolution: "@macrostrat/ui-components@npm:4.4.0"
38193746
dependencies:
38203747
"@blueprintjs/core": "npm:^5.10.2"
38213748
"@blueprintjs/datetime2": "npm:^2.3.11"
3822-
"@blueprintjs/select": "npm:^6.0.0"
3749+
"@blueprintjs/select": "npm:^5.3.10"
38233750
"@macrostrat/hyper": "npm:^3.0.6"
38243751
"@types/react": "npm:^18.3.12"
38253752
"@types/react-dom": "npm:^18"
@@ -3841,7 +3768,7 @@ __metadata:
38413768
peerDependencies:
38423769
react: ^16.8.6 || ^17 || ^18 || ^19
38433770
react-dom: ^16.8.6 || ^17 || ^18 || ^19
3844-
checksum: 10/ad2e997510a8ed424b0cecddce8412e8fe4a4cbfec6685e7811065188c956d9f251aa784275b1e2185d9b2603f2dd2549ea543c02c59925c9de0fa19de7a9b0e
3771+
checksum: 10/9f3e3db3c6c8b421c8258271e92bd1746689ffeb1cc61b5a7e5752af9c067f93559e5bdbe6532e350737818a1fbbc4f221cfae8e7d3eb9c60a077ae9f89e0ebb
38453772
languageName: node
38463773
linkType: hard
38473774

@@ -3886,7 +3813,7 @@ __metadata:
38863813
"@macrostrat/style-system": "npm:^0.2.1"
38873814
"@macrostrat/svg-map-components": "npm:^1.0.4"
38883815
"@macrostrat/timescale": "npm:^2.2.1"
3889-
"@macrostrat/ui-components": "npm:^4.3.8"
3816+
"@macrostrat/ui-components": "npm:^4.4.0"
38903817
"@mdx-js/rollup": "npm:^2.3.0"
38913818
"@react-hook/size": "npm:^2.1.2"
38923819
"@supabase/postgrest-js": "npm:^1.18.1"

0 commit comments

Comments
 (0)