@worldresources/wri-design-systems 2.124.0 → 2.126.1
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 +252 -206
- package/dist/index.d.ts +23 -1
- package/dist/index.esm.js +251 -205
- package/package.json +1 -1
package/README.md
CHANGED
@@ -210,6 +210,7 @@ border: 1px solid ${getThemedColor('neutral', 400)};
|
|
210
210
|
- [Breadcrumb](https://github.com/wri/wri-design-systems/tree/main/src/components/Navigation/Breadcrumb)
|
211
211
|
- [Footer](https://github.com/wri/wri-design-systems/tree/main/src/components/Navigation/Footer)
|
212
212
|
- [Navigation Rail](https://github.com/wri/wri-design-systems/tree/main/src/components/Navigation/NavigationRail)
|
213
|
+
- [Step Bar](https://github.com/wri/wri-design-systems/tree/main/src/components/Navigation/StepBar)
|
213
214
|
- [Tab Bar](https://github.com/wri/wri-design-systems/tree/main/src/components/Navigation/TabBar)
|
214
215
|
|
215
216
|
## Overlays
|