@worldresources/wri-design-systems 2.191.26 → 2.192.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/agents/setup-ai.mjs +1 -0
- package/dist/index.cjs.js +1021 -1004
- package/dist/index.d.ts +51 -9
- package/dist/index.esm.js +1544 -1527
- package/package.json +15 -2
package/README.md
CHANGED
|
@@ -399,6 +399,7 @@ line-height: ${getThemedLineHeight(600)};
|
|
|
399
399
|
- [Slider Input](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Inputs/SliderInput)
|
|
400
400
|
- [Text Area](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Inputs/Textarea)
|
|
401
401
|
- [Text Input](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Inputs/TextInput)
|
|
402
|
+
- [Rich Text Editor](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Inputs/RichTextEditor)
|
|
402
403
|
|
|
403
404
|
### Tags
|
|
404
405
|
|
package/agents/setup-ai.mjs
CHANGED