@worldresources/wri-design-systems 2.129.0 → 2.130.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 CHANGED
@@ -205,9 +205,10 @@ border: 1px solid ${getThemedColor('neutral', 400)};
205
205
  - [Pagination](https://github.com/wri/wri-design-systems/tree/main/src/components/InformationDisplay/Pagination)
206
206
  - [Table](https://github.com/wri/wri-design-systems/tree/main/src/components/InformationDisplay/Table)
207
207
 
208
- ## Layout
208
+ ## Containers
209
209
 
210
- - [Panel](https://github.com/wri/wri-design-systems/tree/main/src/components/Layout/Panel)
210
+ - [Panel](https://github.com/wri/wri-design-systems/tree/main/src/components/Containers/Panel)
211
+ - [Sheet](https://github.com/wri/wri-design-systems/tree/main/src/components/Containers/Sheet)
211
212
 
212
213
  ## Navigation
213
214