@worldresources/wri-design-systems 2.139.0 → 2.141.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 +2 -0
- package/dist/index.cjs.js +815 -681
- package/dist/index.d.ts +28 -2
- package/dist/index.esm.js +275 -141
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -157,6 +157,7 @@ border: 1px solid ${getThemedColor('neutral', 400)};
|
|
|
157
157
|
- [Item Count](https://github.com/wri/wri-design-systems/tree/main/src/components/DataDisplay/ItemCount)
|
|
158
158
|
- [List](https://github.com/wri/wri-design-systems/tree/main/src/components/DataDisplay/List)
|
|
159
159
|
- [Table](https://github.com/wri/wri-design-systems/tree/main/src/components/DataDisplay/Table)
|
|
160
|
+
- [Extendable Card](https://github.com/wri/wri-design-systems/tree/main/src/components/DataDisplay/ExtendableCard)
|
|
160
161
|
|
|
161
162
|
## Forms
|
|
162
163
|
|
|
@@ -216,6 +217,7 @@ border: 1px solid ${getThemedColor('neutral', 400)};
|
|
|
216
217
|
|
|
217
218
|
- [Breadcrumb](https://github.com/wri/wri-design-systems/tree/main/src/components/Navigation/Breadcrumb)
|
|
218
219
|
- [Footer](https://github.com/wri/wri-design-systems/tree/main/src/components/Navigation/Footer)
|
|
220
|
+
- [Mobile Tab Bar](https://github.com/wri/wri-design-systems/tree/main/src/components/Navigation/MobileTabBar)
|
|
219
221
|
- [Navbar](https://github.com/wri/wri-design-systems/tree/main/src/components/Navigation/Navbar)
|
|
220
222
|
- [Navigation Rail](https://github.com/wri/wri-design-systems/tree/main/src/components/Navigation/NavigationRail)
|
|
221
223
|
- [Pagination](https://github.com/wri/wri-design-systems/tree/main/src/components/Navigation/Pagination)
|