@worldresources/wri-design-systems 2.146.0 → 2.148.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 +1 -0
- package/dist/index.cjs.js +144 -76
- package/dist/index.d.ts +27 -2
- package/dist/index.esm.js +941 -873
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -228,6 +228,7 @@ border: 1px solid ${getThemedColor('neutral', 400)};
|
|
|
228
228
|
|
|
229
229
|
## Status
|
|
230
230
|
|
|
231
|
+
- [Avatar](https://github.com/wri/wri-design-systems/tree/main/src/components/Status/Avatar)
|
|
231
232
|
- [Badge](https://github.com/wri/wri-design-systems/tree/main/src/components/Status/Badge)
|
|
232
233
|
- [Inline Message](https://github.com/wri/wri-design-systems/tree/main/src/components/Status/InlineMessage)
|
|
233
234
|
- [Progress Bar](https://github.com/wri/wri-design-systems/tree/main/src/components/Status/ProgressBar)
|