@worldresources/wri-design-systems 2.122.0 → 2.123.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 +6 -0
- package/dist/index.cjs.js +871 -582
- package/dist/index.d.ts +63 -7
- package/dist/index.esm.js +869 -580
- package/package.json +2 -1
package/README.md
CHANGED
@@ -159,6 +159,7 @@ border: 1px solid ${getThemedColor('neutral', 400)};
|
|
159
159
|
### Controls
|
160
160
|
|
161
161
|
- [Checkbox](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Controls/Checkbox)
|
162
|
+
- [Checkbox Option Card](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Controls/CheckboxOptionCard)
|
162
163
|
- [Option Card](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Controls/OptionCard)
|
163
164
|
- [Radio Button](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Controls/Radio)
|
164
165
|
- [Slider](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Controls/Slider)
|
@@ -211,6 +212,11 @@ border: 1px solid ${getThemedColor('neutral', 400)};
|
|
211
212
|
- [Navigation Rail](https://github.com/wri/wri-design-systems/tree/main/src/components/Navigation/NavigationRail)
|
212
213
|
- [Tab Bar](https://github.com/wri/wri-design-systems/tree/main/src/components/Navigation/TabBar)
|
213
214
|
|
215
|
+
## Overlays
|
216
|
+
|
217
|
+
- [Menu](https://github.com/wri/wri-design-systems/tree/main/src/components/Overlays/Menu)
|
218
|
+
- [Modal](https://github.com/wri/wri-design-systems/tree/main/src/components/Overlays/Modal)
|
219
|
+
|
214
220
|
## Status
|
215
221
|
|
216
222
|
- [Badge](https://github.com/wri/wri-design-systems/tree/main/src/components/Status/Badge)
|