@undrr/undrr-mangrove 1.2.11 → 1.2.12
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 +8 -8
- package/components/BarChart.js +2 -2
- package/components/Fetcher.js +2 -2
- package/components/MapComponent.js +2 -2
- package/components/MegaMenu.js +2 -2
- package/components/QuoteHighlight.js +2 -2
- package/components/ScrollContainer.js +2 -2
- package/components/ShareButtons.js +2 -2
- package/css/style-gutenberg.css +4 -4
- package/css/style-gutenberg.css.map +1 -1
- package/css/style-irp.css +8 -15
- package/css/style-irp.css.map +1 -1
- package/css/style-mcr.css +8 -15
- package/css/style-mcr.css.map +1 -1
- package/css/style-preventionweb.css +8 -15
- package/css/style-preventionweb.css.map +1 -1
- package/css/style.css +8 -15
- package/css/style.css.map +1 -1
- package/error-pages/403.html +1 -1
- package/error-pages/404.html +1 -1
- package/error-pages/429.html +1 -1
- package/error-pages/502.html +1 -1
- package/error-pages/503.html +1 -1
- package/package.json +1 -1
- package/scss/Components/MegaMenu/megamenu.scss +271 -209
- package/scss/Components/PageHeader/page-header.scss +3 -3
- package/scss/Components/Tab/tab.scss +5 -5
- package/scss/assets/scss/_variables-irp.scss +1 -0
- package/scss/assets/scss/_variables-mcr.scss +1 -0
- package/scss/assets/scss/_variables-preventionweb.scss +1 -0
- package/scss/assets/scss/_variables.scss +4 -2
package/README.md
CHANGED
|
@@ -260,20 +260,20 @@ All assets are now served from versioned endpoints for stability:
|
|
|
260
260
|
```
|
|
261
261
|
https://assets.undrr.org/static/sitemap.html#mangrove-1-2-10
|
|
262
262
|
https://assets.undrr.org/static/mangrove/README.md
|
|
263
|
-
https://assets.undrr.org/static/mangrove/latest/
|
|
263
|
+
https://assets.undrr.org/static/mangrove/latest/css/style.css
|
|
264
264
|
https://assets.undrr.org/static/mangrove/latest/components/MegaMenu.js
|
|
265
|
-
https://assets.undrr.org/static/mangrove/latest/
|
|
266
|
-
https://assets.undrr.org/static/mangrove/1.2.
|
|
267
|
-
https://assets.undrr.org/static/mangrove/1.2.
|
|
268
|
-
https://assets.undrr.org/static/mangrove/1.2.
|
|
265
|
+
https://assets.undrr.org/static/mangrove/latest/js/tabs.js
|
|
266
|
+
https://assets.undrr.org/static/mangrove/1.2.12/css/style.css
|
|
267
|
+
https://assets.undrr.org/static/mangrove/1.2.12/components/MegaMenu.js
|
|
268
|
+
https://assets.undrr.org/static/mangrove/1.2.12/js/tabs.js
|
|
269
269
|
```
|
|
270
270
|
|
|
271
|
-
#### Bleeding edge test
|
|
271
|
+
#### Bleeding edge test rep
|
|
272
272
|
|
|
273
273
|
```
|
|
274
274
|
https://assets.undrr.org/testing/static/sitemap.html#mangrove-1-2-4
|
|
275
|
-
https://assets.undrr.org/testing/static/mangrove/latest/
|
|
276
|
-
https://assets.undrr.org/static/mangrove/1.2.
|
|
275
|
+
https://assets.undrr.org/testing/static/mangrove/latest/css/style.css
|
|
276
|
+
https://assets.undrr.org/static/mangrove/1.2.12/css/style.css
|
|
277
277
|
... etc
|
|
278
278
|
```
|
|
279
279
|
|