Skip to content
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
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@blueprintjs/core": "^5.10.2",
"@macrostrat/hyper": "^3.0.6",
"@mdx-js/rollup": "^3.1.0",
"@parcel/bundler-default": "2.15.4",
"@parcel/bundler-library": "^2.14.4",
"@parcel/config-default": "2.15.4",
"@parcel/transformer-sass": "2.15.4",
"@parcel/transformer-typescript-types": "2.15.4",
"@parcel/bundler-default": "^2.16.0",
"@parcel/bundler-library": "^2.16.0",
"@parcel/config-default": "^2.16.0",
"@parcel/transformer-sass": "^2.16.0",
"@parcel/transformer-typescript-types": "^2.16.0",
"@storybook/addon-docs": "9.0.12",
"@storybook/addon-links": "9.0.12",
"@storybook/builder-vite": "9.0.12",
Expand All @@ -47,7 +47,7 @@
"marked": "^11.0",
"marked-terminal": "^7.1.0",
"node-fetch": "^3.2.9",
"parcel": "2.15.4",
"parcel": "^2.16.0",
"prettier": "^3.6.1",
"react": "^19",
"react-dom": "^19",
Expand All @@ -71,8 +71,8 @@
],
"packageManager": "[email protected]",
"devDependencies": {
"@parcel/packager-ts": "2.15.4",
"@parcel/transformer-stylus": "2.15.4",
"@parcel/packager-ts": "^2.16.0",
"@parcel/transformer-stylus": "^2.16.0",
"@types/d3-array": "^3.2.1",
"@types/underscore": "^1.13.0",
"madge": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"directory": "packages/api-types"
},
"devDependencies": {
"parcel": "^2.15.4"
"parcel": "^2.16.0"
},
"dependencies": {
"@types/geojson": "^7946.0.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/color-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"directory": "packages/color-utils"
},
"devDependencies": {
"parcel": "^2.15.4"
"parcel": "^2.16.0"
}
}
2 changes: 1 addition & 1 deletion packages/column-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"author": "Daven Quinn <[email protected]>",
"license": "MIT",
"devDependencies": {
"parcel": "^2.15.4",
"parcel": "^2.16.0",
"stylus": "^0.59.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/column-creator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"directory": "packages/column-creator"
},
"devDependencies": {
"parcel": "^2.15.4"
"parcel": "^2.16.0"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/column-views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"devDependencies": {
"@types/d3-path": "^3.1.1",
"@types/d3-scale": "^4.0.9",
"parcel": "^2.15.4",
"parcel": "^2.16.0",
"postcss": "^8.0.0",
"postcss-modules": "^6.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/column-views/src/facets/fossils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export function PBDBFossilsColumn({ columnID, color = "magenta" }) {
);
}

interface BaseMeasurementsColumnProps<T> {
export interface BaseMeasurementsColumnProps<T> {
data: T[];
noteComponent?: any;
width?: number;
Expand Down
2 changes: 1 addition & 1 deletion packages/data-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@blueprintjs/core": "^5.10.2",
"@types/d3-array": "^3.2.1",
"parcel": "^2.15.4"
"parcel": "^2.16.0"
},
"peerDependencies": {
"@blueprintjs/core": "^5.10.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-sheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
},
"devDependencies": {
"@types/underscore": "^1.13.0",
"parcel": "^2.15.4"
"parcel": "^2.16.0"
}
}
2 changes: 1 addition & 1 deletion packages/feedback-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"directory": "packages/feedback-components"
},
"devDependencies": {
"parcel": "^2.15.4"
"parcel": "^2.16.0"
}
}
2 changes: 1 addition & 1 deletion packages/form-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@types/mapbox-gl": "^2.7.21",
"@types/react": "^18.3.12",
"parcel": "^2.15.4"
"parcel": "^2.16.0"
},
"peerDependencies": {
"react": "^16.13.1||^17||^18||^19",
Expand Down
2 changes: 1 addition & 1 deletion packages/map-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"use-resize-observer": "^9.1.0"
},
"devDependencies": {
"parcel": "^2.15.4",
"parcel": "^2.16.0",
"ui-box": "^5.4.1"
},
"peerDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/map-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format
is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.2] - 2025-10-05

- Add `pointSymbolIndex` to allow custom loading of symbols by external code
- Add `sample_locality` and `fold_axis` symbols

## [1.2.1] - 2025-06-25

Small improvements to types and styles
Expand Down
4 changes: 2 additions & 2 deletions packages/map-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@macrostrat/map-styles",
"version": "1.2.1",
"version": "1.2.2",
"description": "Utilities for working with Mapbox map styles",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"src"
],
"devDependencies": {
"parcel": "^2.15.4",
"parcel": "^2.16.0",
"ts-node": "^10.7.0"
},
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions packages/map-styles/src/layer-helpers/point-features/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ class MeasurementStyler {
}
}

const pointSymbolIndex = pointSymbols;

async function setupPointSymbols(map) {
/** Load and prepare all symbols for measurements */
return Promise.all(
Expand All @@ -89,6 +91,7 @@ async function setupPointSymbols(map) {
);
}

export { pointSymbolIndex };
export * from "./icon-image";
export * from "./symbol-layer";
export { MeasurementStyler, setupPointSymbols };
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import point from "./point.png";
import shearZoneInclined from "./shear_zone_inclined.png";
import shearZoneVertical from "./shear_zone_vertical.png";
import vein from "./vein.png";
import foldAxis from "./fold_axis.png";
import sampleLocality from "./sample_locality.png";

export {
beddingHorizontal,
Expand All @@ -32,6 +34,8 @@ export {
shearZoneInclined,
shearZoneVertical,
vein,
foldAxis,
sampleLocality,
};

export default {
Expand All @@ -50,6 +54,8 @@ export default {
shearZoneInclined,
shearZoneVertical,
vein,
foldAxis,
sampleLocality,
};

export type PointSymbolName =
Expand All @@ -67,5 +73,7 @@ export type PointSymbolName =
| "lineationGeneral"
| "point"
| "vein"
| "foldAxis"
| "sampleLocality"
| "shearZoneInclined"
| "shearZoneVertical";
2 changes: 1 addition & 1 deletion packages/mapbox-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"directory": "packages/mapbox-react"
},
"devDependencies": {
"parcel": "^2.15.4"
"parcel": "^2.16.0"
}
}
2 changes: 1 addition & 1 deletion packages/mapbox-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"directory": "packages/mapbox-utils"
},
"devDependencies": {
"parcel": "^2.15.4"
"parcel": "^2.16.0"
}
}
2 changes: 1 addition & 1 deletion packages/stratigraphy-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"directory": "packages/stratigraphy-utils"
},
"devDependencies": {
"parcel": "^2.15.4"
"parcel": "^2.16.0"
}
}
2 changes: 1 addition & 1 deletion packages/svg-map-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"react-dom": "^16.13.1||^17||^18||^19"
},
"devDependencies": {
"parcel": "^2.15.4"
"parcel": "^2.16.0"
}
}
2 changes: 1 addition & 1 deletion packages/timescale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"directory": "packages/timescale"
},
"devDependencies": {
"parcel": "^2.15.4"
"parcel": "^2.16.0"
}
}
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"directory": "packages/ui-components"
},
"devDependencies": {
"parcel": "^2.15.4"
"parcel": "^2.16.0"
}
}
2 changes: 1 addition & 1 deletion toolchain/hyperstyle-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"webpack": "^5.0.0"
},
"devDependencies": {
"parcel": "^2.15.4"
"parcel": "^2.16.0"
}
}
2 changes: 1 addition & 1 deletion toolchain/vite-plugin-hyperstyles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@types/node": "^22.14.1",
"parcel": "^2.15.4"
"parcel": "^2.16.0"
},
"scripts": {
"build": "parcel build"
Expand Down
Loading