@worldresources/wri-design-systems 2.131.0 → 2.133.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 +20 -24
- package/dist/index.cjs.js +472 -472
- package/dist/index.d.ts +102 -101
- package/dist/index.esm.js +483 -483
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -146,15 +146,27 @@ border: 1px solid ${getThemedColor('neutral', 400)};
|
|
|
146
146
|
|
|
147
147
|
## Components
|
|
148
148
|
|
|
149
|
+
## Containers
|
|
150
|
+
|
|
151
|
+
- [Modal](https://github.com/wri/wri-design-systems/tree/main/src/components/Containers/Modal)
|
|
152
|
+
- [Panel](https://github.com/wri/wri-design-systems/tree/main/src/components/Containers/Panel)
|
|
153
|
+
- [Sheet](https://github.com/wri/wri-design-systems/tree/main/src/components/Containers/Sheet)
|
|
154
|
+
|
|
155
|
+
## Data Display
|
|
156
|
+
|
|
157
|
+
- [Item Count](https://github.com/wri/wri-design-systems/tree/main/src/components/DataDisplay/ItemCount)
|
|
158
|
+
- [Table](https://github.com/wri/wri-design-systems/tree/main/src/components/DataDisplay/Table)
|
|
159
|
+
|
|
149
160
|
## Forms
|
|
150
161
|
|
|
151
|
-
###
|
|
162
|
+
### Actions
|
|
152
163
|
|
|
153
|
-
- [Button](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/
|
|
154
|
-
- [Close Button](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/
|
|
155
|
-
- [Icon Button](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/
|
|
156
|
-
- [Map Control](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/
|
|
157
|
-
- [
|
|
164
|
+
- [Button](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Actions/Button)
|
|
165
|
+
- [Close Button](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Actions/CloseButton)
|
|
166
|
+
- [Icon Button](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Actions/IconButton)
|
|
167
|
+
- [Map Control](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Actions/MapControl)
|
|
168
|
+
- [Menu](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Actions/Menu)
|
|
169
|
+
- [Multi Action Button](https://github.com/wri/wri-design-systems/tree/main/src/components/Forms/Actions/MultiActionButton)
|
|
158
170
|
|
|
159
171
|
### Controls
|
|
160
172
|
|
|
@@ -189,7 +201,6 @@ border: 1px solid ${getThemedColor('neutral', 400)};
|
|
|
189
201
|
- [Layer Group](https://github.com/wri/wri-design-systems/tree/main/src/components/Geospatial/Layers/LayerGroup)
|
|
190
202
|
- [Layer Item](https://github.com/wri/wri-design-systems/tree/main/src/components/Geospatial/Layers/LayerItem)
|
|
191
203
|
- [Layer Panel](https://github.com/wri/wri-design-systems/tree/main/src/components/Geospatial/Layers/LayerPanel)
|
|
192
|
-
- [Layer Sidebar](https://github.com/wri/wri-design-systems/tree/main/src/components/Geospatial/Layers/LayerSidebar)
|
|
193
204
|
|
|
194
205
|
### Legends
|
|
195
206
|
|
|
@@ -199,36 +210,21 @@ border: 1px solid ${getThemedColor('neutral', 400)};
|
|
|
199
210
|
- [Qualitative Attribute](https://github.com/wri/wri-design-systems/tree/main/src/components/Geospatial/Legends/QualitativeAttribute)
|
|
200
211
|
- [Scale Bar](https://github.com/wri/wri-design-systems/tree/main/src/components/Geospatial/Legends/ScaleBar)
|
|
201
212
|
|
|
202
|
-
## Information Display
|
|
203
|
-
|
|
204
|
-
- [Item Count](https://github.com/wri/wri-design-systems/tree/main/src/components/InformationDisplay/ItemCount)
|
|
205
|
-
- [Pagination](https://github.com/wri/wri-design-systems/tree/main/src/components/InformationDisplay/Pagination)
|
|
206
|
-
- [Table](https://github.com/wri/wri-design-systems/tree/main/src/components/InformationDisplay/Table)
|
|
207
|
-
|
|
208
|
-
## Containers
|
|
209
|
-
|
|
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)
|
|
212
|
-
|
|
213
213
|
## Navigation
|
|
214
214
|
|
|
215
215
|
- [Breadcrumb](https://github.com/wri/wri-design-systems/tree/main/src/components/Navigation/Breadcrumb)
|
|
216
216
|
- [Footer](https://github.com/wri/wri-design-systems/tree/main/src/components/Navigation/Footer)
|
|
217
217
|
- [Navbar](https://github.com/wri/wri-design-systems/tree/main/src/components/Navigation/Navbar)
|
|
218
218
|
- [Navigation Rail](https://github.com/wri/wri-design-systems/tree/main/src/components/Navigation/NavigationRail)
|
|
219
|
-
- [
|
|
219
|
+
- [Pagination](https://github.com/wri/wri-design-systems/tree/main/src/components/Navigation/Pagination)
|
|
220
220
|
- [Tab Bar](https://github.com/wri/wri-design-systems/tree/main/src/components/Navigation/TabBar)
|
|
221
221
|
|
|
222
|
-
## Overlays
|
|
223
|
-
|
|
224
|
-
- [Menu](https://github.com/wri/wri-design-systems/tree/main/src/components/Overlays/Menu)
|
|
225
|
-
- [Modal](https://github.com/wri/wri-design-systems/tree/main/src/components/Overlays/Modal)
|
|
226
|
-
|
|
227
222
|
## Status
|
|
228
223
|
|
|
229
224
|
- [Badge](https://github.com/wri/wri-design-systems/tree/main/src/components/Status/Badge)
|
|
230
225
|
- [Inline Message](https://github.com/wri/wri-design-systems/tree/main/src/components/Status/InlineMessage)
|
|
231
226
|
- [Progress Bar](https://github.com/wri/wri-design-systems/tree/main/src/components/Status/ProgressBar)
|
|
227
|
+
- [Step Progress Indicator](https://github.com/wri/wri-design-systems/tree/main/src/components/Navigation/StepProgressIndicator)
|
|
232
228
|
- [Toast](https://github.com/wri/wri-design-systems/tree/main/src/components/Status/Toast)
|
|
233
229
|
|
|
234
230
|
## Templates
|