@equinor/echo-components 0.8.3 → 0.8.6
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 +4 -4
- package/index.cjs.js +1 -1
- package/package.json +1 -1
- package/src/__mocks__/notificationItem.d.ts +4 -0
- package/src/components/contextMenu/ContextMenu.d.ts +3 -0
- package/src/components/index.d.ts +2 -0
- package/src/components/notificationListItem/NotificationListItem.d.ts +10 -0
- package/src/components/subseaStatusLabel/SubseaStatusLabel.d.ts +5 -0
- package/src/elements/index.d.ts +2 -0
- package/src/elements/tagIcon/TagIcon.d.ts +1 -1
- package/src/elements/tagIcon/TagIconWithChips.d.ts +14 -0
- package/src/types/colorMap.d.ts +4 -0
- package/src/types/index.d.ts +1 -0
- package/src/types/notificationItem.d.ts +12 -0
- package/src/types/workOrderItem.d.ts +0 -4
- package/src/utils/colors.d.ts +4 -0
- package/src/utils/index.d.ts +2 -0
- package/src/utils/notification.d.ts +2 -0
- package/src/utils/workorder.d.ts +1 -3
package/README.md
CHANGED
|
@@ -17,11 +17,11 @@ Publishing static storybook page
|
|
|
17
17
|
|
|
18
18
|
Check the [readme](/libs/README.md) in the NX libraries folder.
|
|
19
19
|
|
|
20
|
-
##
|
|
20
|
+
## Available NPM scripts
|
|
21
21
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
- `lint-components`
|
|
23
|
+
- `build-components`
|
|
24
|
+
- `test-components`
|
|
25
25
|
|
|
26
26
|
## Old repository of echoComponents
|
|
27
27
|
|