@worldresources/wri-design-systems 1.2.0 → 2.0.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 +5 -0
- package/dist/cjs/index.js +417 -129
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +678 -390
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +103 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -101,13 +101,17 @@ function App() {
|
|
|
101
101
|
### Controls
|
|
102
102
|
|
|
103
103
|
- [Checkbox](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Controls/Checkbox)
|
|
104
|
+
- [OptionCard](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Controls/OptionCard)
|
|
104
105
|
- [Radio Button](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Controls/Radio)
|
|
105
106
|
- [Slider](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Controls/Slider)
|
|
106
107
|
- [Switch](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Controls/Switch)
|
|
107
108
|
|
|
108
109
|
### Inputs
|
|
109
110
|
|
|
111
|
+
- [Checkbox List](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Inputs/CheckboxList)
|
|
112
|
+
- [Radio List](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Inputs/RadioList)
|
|
110
113
|
- [Select](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Inputs/Select)
|
|
114
|
+
- [SliderInput](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Inputs/SliderInput)
|
|
111
115
|
- [Text Area](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Inputs/Textarea)
|
|
112
116
|
- [Text Input](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Inputs/TextInput)
|
|
113
117
|
|
|
@@ -140,6 +144,7 @@ function App() {
|
|
|
140
144
|
## Status
|
|
141
145
|
|
|
142
146
|
- [Inline Message](https://github.com/wri/wri-design-systems/tree/main/src/components/Status/InlineMessage)
|
|
147
|
+
- [Toast](https://github.com/wri/wri-design-systems/tree/main/src/components/Status/Toast)
|
|
143
148
|
|
|
144
149
|
## Building the lib
|
|
145
150
|
|