@@ -7,6 +7,9 @@ built upon other UI-Libraries, heavily upon
77meant to be easily implemented with much of the business logic encapsulated
88within the library itself.
99
10+ You can view the latest version of each component in the
11+ [ storybook] ( https://dev.macrostrat.org/docs/web-components/?path=/docs/text-extractions-text-extraction--docs )
12+
1013## Architecture
1114
1215#### Libraries
@@ -17,12 +20,25 @@ components. It is structured as a monorepo, with several modules (in the
1720referencing in Macrostrat's user-facing applications. Open-source contributions
1821and third-party usage are welcome!
1922
20- Several of the most important modules are:
21-
22- - [ ` @macrostrat/ui-components ` ] ( https://www.npmjs.com/package/@macrostrat/ui-components )
23- - [ ` @macrostrat/form-components ` ] ( https://www.npmjs.com/package/@macrostrat/form-components )
24- - [ ` @macrostrat/data-components ` ] ( https://www.npmjs.com/package/@macrostrat/data-components )
25- - [ ` @macrostrat/column-components ` ] ( https://www.npmjs.com/package/@macrostrat/column-components )
23+ Following is a list of all published modules
24+
25+ [ ![ @macrostrat/api-types ] ( https://img.shields.io/npm/v/@macrostrat/api-types?label=%40macrostrat%2Fapi-types )] ( https://www.npmjs.com/package/@macrostrat/api-types )
26+ [ ![ @macrostrat/color-utils ] ( https://img.shields.io/npm/v/@macrostrat/color-utils?label=%40macrostrat%2Fcolor-utils )] ( https://www.npmjs.com/package/@macrostrat/color-utils )
27+ [ ![ @macrostrat/column-components ] ( https://img.shields.io/npm/v/@macrostrat/column-components?label=%40macrostrat%2Fcolumn-components )] ( https://www.npmjs.com/package/@macrostrat/column-components )
28+ [ ![ @macrostrat/column-views ] ( https://img.shields.io/npm/v/@macrostrat/column-views?label=%40macrostrat%2Fcolumn-views )] ( https://www.npmjs.com/package/@macrostrat/column-views )
29+ [ ![ @macrostrat/data-components ] ( https://img.shields.io/npm/v/@macrostrat/data-components?label=%40macrostrat%2Fdata-components )] ( https://www.npmjs.com/package/@macrostrat/data-components )
30+ [ ![ @macrostrat/data-sheet ] ( https://img.shields.io/npm/v/@macrostrat/data-sheet?label=%40macrostrat%2Fdata-sheet )] ( https://www.npmjs.com/package/@macrostrat/data-sheet )
31+ [ ![ @macrostrat/feedback-components ] ( https://img.shields.io/npm/v/@macrostrat/feedback-components?label=%40macrostrat%2Ffeedback-components )] ( https://www.npmjs.com/package/@macrostrat/feedback-components )
32+ [ ![ @macrostrat/form-components ] ( https://img.shields.io/npm/v/@macrostrat/form-components?label=%40macrostrat%2Fform-components )] ( https://www.npmjs.com/package/@macrostrat/form-components )
33+ [ ![ @macrostrat/map-interface ] ( https://img.shields.io/npm/v/@macrostrat/map-interface?label=%40macrostrat%2Fmap-interface )] ( https://www.npmjs.com/package/@macrostrat/map-interface )
34+ [ ![ @macrostrat/map-styles ] ( https://img.shields.io/npm/v/@macrostrat/map-styles?label=%40macrostrat%2Fmap-styles )] ( https://www.npmjs.com/package/@macrostrat/map-styles )
35+ [ ![ @macrostrat/mapbox-react ] ( https://img.shields.io/npm/v/@macrostrat/mapbox-react?label=%40macrostrat%2Fmapbox-react )] ( https://www.npmjs.com/package/@macrostrat/mapbox-react )
36+ [ ![ @macrostrat/mapbox-utils ] ( https://img.shields.io/npm/v/@macrostrat/mapbox-utils?label=%40macrostrat%2Fmapbox-utils )] ( https://www.npmjs.com/package/@macrostrat/mapbox-utils )
37+ [ ![ @macrostrat/stratigraphy-utils ] ( https://img.shields.io/npm/v/@macrostrat/stratigraphy-utils?label=%40macrostrat%2Fstratigraphy-utils )] ( https://www.npmjs.com/package/@macrostrat/stratigraphy-utils )
38+ [ ![ @macrostrat/style-system ] ( https://img.shields.io/npm/v/@macrostrat/style-system?label=%40macrostrat%2Fstyle-system )] ( https://www.npmjs.com/package/@macrostrat/style-system )
39+ [ ![ @macrostrat/svg-map-components ] ( https://img.shields.io/npm/v/@macrostrat/svg-map-components?label=%40macrostrat%2Fsvg-map-components )] ( https://www.npmjs.com/package/@macrostrat/svg-map-components )
40+ [ ![ @macrostrat/timescale ] ( https://img.shields.io/npm/v/@macrostrat/timescale?label=%40macrostrat%2Ftimescale )] ( https://www.npmjs.com/package/@macrostrat/timescale )
41+ [ ![ @macrostrat/ui-components ] ( https://img.shields.io/npm/v/@macrostrat/ui-components?label=%40macrostrat%2Fui-components )] ( https://www.npmjs.com/package/@macrostrat/ui-components )
2642
2743## Contributing to web components
2844
0 commit comments