@stack-spot/portal-components 1.0.0-dev.1772020180430 → 1.0.0-dev.1772716997553
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/package.json +1 -1
- package/readme.md +1 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -4,6 +4,7 @@ A collection of UI components, hooks, SVG images, utilities and variables shared
|
|
|
4
4
|
What about the Design System (DS)? Some components here may be upgraded to the design system level eventually. But this is a place where we
|
|
5
5
|
can have any kind of component, despite it belonging to a DS or not.
|
|
6
6
|
|
|
7
|
+
|
|
7
8
|
## Presentation components
|
|
8
9
|
These are pure functions, i.e. they rely only in their inputs to render the UI. Furthermore, they don't have any collateral effect.
|
|
9
10
|
|