@equinor/echo-components 0.8.0-beta-9 → 0.8.0-rc-0
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 +17 -4
- package/index.cjs.js +1 -1
- package/package.json +1 -1
- package/src/components/pcMatrix/PCMatrix.d.ts +3 -3
- package/src/components/searchBar/floatingSearchBar/FloatingSearchBar.d.ts +5 -3
- package/src/components/searchBar/responsiveSearchBar/ResponsiveSearchBar.d.ts +3 -1
- package/src/components/sidesheet/index.d.ts +1 -1
- package/src/components/sidesheet/sheet/Sheet.d.ts +1 -1
- package/src/components/sidesheet/sheet/utils.d.ts +1 -1
- package/src/components/sidesheet/sheetTopArea/SheetTopArea.d.ts +9 -1
- package/src/icons/echoAssets/badges.d.ts +3 -0
- package/src/icons/echoAssets/index.d.ts +4 -2
- package/src/icons/echoAssets/subsea.d.ts +2 -0
package/README.md
CHANGED
|
@@ -1,7 +1,20 @@
|
|
|
1
|
-
#
|
|
1
|
+
# EchoComponents
|
|
2
2
|
|
|
3
|
-
This library was generated with [Nx](https://nx.dev).
|
|
3
|
+
This publishable library was generated with [Nx](https://nx.dev).
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Building blocks for Echo, built on top of EDS (Equinor Design System).
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## How to develop and release EchoComponents
|
|
8
|
+
|
|
9
|
+
Check the [readme](/libs/README.md) in the NX libraries folder.
|
|
10
|
+
|
|
11
|
+
## Awailable NPM scripts
|
|
12
|
+
|
|
13
|
+
- `lint-components`
|
|
14
|
+
- `build-components`
|
|
15
|
+
- `test-components`
|
|
16
|
+
|
|
17
|
+
## Old repository of echoComponents
|
|
18
|
+
|
|
19
|
+
Keeping it for historical reasons.
|
|
20
|
+
https://github.com/equinor/EchoComponents
|