@reapit/elements 4.0.2 → 4.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,10 +1,22 @@
1
1
  # Reapit Elements
2
2
 
3
- ![lines](/packages/elements/src/tests/badges/badge-lines.svg) ![functions](/packages/elements/src/tests/badges/badge-functions.svg) ![branches](/packages/elements/src/tests/badges/badge-branches.svg) ![statements](/packages/elements/src/tests/badges/badge-statements.svg)
3
+ A React UI toolkit, with cross platform support for building web applications in the Reapit Foundations ecosystem. Written in TypeScript the library exports both React Components and a CSS Stylesheet. The package is distubuted via NPM and is available [here](https://www.npmjs.com/package/@reapit/elements).
4
4
 
5
- A UI toolkit for building web applications in the Reapit Marketplace. Exports a library of React Components, JavaScript and TypeScript utilities and a CSS Stylesheet.
5
+ ![lines](/src/tests/badges/badge-lines.svg) ![functions](/src/tests/badges/badge-functions.svg) ![branches](/src/tests/badges/badge-branches.svg) ![statements](/src/tests/badges/badge-statements.svg)
6
+
7
+ [![Test PR](https://github.com/reapit/elements/actions/workflows/test-pr.yml/badge.svg)](https://github.com/reapit/elements/actions/workflows/test-pr.yml)
8
+ [![Release Dev](https://github.com/reapit/elements/actions/workflows/release-dev.yml/badge.svg)](https://github.com/reapit/elements/actions/workflows/release-dev.yml)
9
+ [![Release Prod](https://github.com/reapit/elements/actions/workflows/release-prod.yml/badge.svg)](https://github.com/reapit/elements/actions/workflows/release-prod.yml)
6
10
 
7
11
  ## Documentation
8
12
 
9
13
  For the React Component Storybook and documentation visit [here](https://elements.reapit.cloud).
10
-
14
+
15
+ This project was imported from the Reapit Foundations Monorepo at version 4.0.2. The original commit history can be found [here](https://github.com/reapit/foundations/tree/%40reapit/elements_v4.0.2).
16
+
17
+ - Detailed documentation on all aspects of the Foundations platform is available [at this external link](https://foundations-documentation.reapit.cloud).
18
+ - If you are interested in what we are building in Elements, head to the [discussions page here](https://github.com/reapit/elements/discussions).
19
+ - If you want to request a feature or report a bug, please open an issue [here](https://github.com/reapit/elements/issues/new/choose). If it is accepted for development, you can track it's progress on our [backlog board](https://github.com/orgs/reapit/projects/16)
20
+ - If you are interested in our future roadmap, you can view [here](https://github.com/orgs/reapit/projects/16/views/2).
21
+
22
+ Please read our [disclaimer](./DISCLAIMER.md) before proceeding.