@undrr/undrr-mangrove 1.2.13 → 1.3.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 -5
- package/components/BarChart.js +2 -2
- package/components/Fetcher.js +2 -2
- package/components/Fetcher.js.LICENSE.txt +0 -2
- package/components/Gallery.js +6 -0
- package/components/Gallery.js.LICENSE.txt +9 -0
- package/components/IconCard.js +6 -0
- package/components/IconCard.js.LICENSE.txt +11 -0
- package/components/MapComponent.js +2 -2
- package/components/MapComponent.js.LICENSE.txt +0 -2
- package/components/MegaMenu.js +2 -2
- package/components/Pager.js +6 -0
- package/components/Pager.js.LICENSE.txt +9 -0
- package/components/QuoteHighlight.js +2 -2
- package/components/ScrollContainer.js +2 -2
- package/components/ShareButtons.js +2 -2
- package/components/ShareButtons.js.LICENSE.txt +0 -2
- package/components/StatsCard.js +6 -0
- package/components/StatsCard.js.LICENSE.txt +9 -0
- package/components/SyndicationSearchWidget.js +6 -0
- package/components/SyndicationSearchWidget.js.LICENSE.txt +9 -0
- package/css/style-gutenberg.css +12 -6
- package/css/style-gutenberg.css.map +1 -1
- package/css/style-irp.css +76 -39
- package/css/style-irp.css.map +1 -1
- package/css/style-mcr.css +76 -39
- package/css/style-mcr.css.map +1 -1
- package/css/style-preventionweb.css +76 -39
- package/css/style-preventionweb.css.map +1 -1
- package/css/style.css +76 -39
- package/css/style.css.map +1 -1
- package/error-pages/401.html +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/500.html +1 -1
- package/error-pages/502.html +1 -1
- package/error-pages/503.html +1 -1
- package/error-pages/504.html +1 -1
- package/error-pages/5xx.html +1 -1
- package/error-pages/challenge.html +1 -1
- package/error-pages/managed-challenge.html +1 -1
- package/fonts/mangrove-icon-set/LICENSE.txt +21 -0
- package/fonts/mangrove-icon-set/README.txt +75 -0
- package/fonts/mangrove-icon-set/config.json +342 -0
- package/fonts/mangrove-icon-set/demo.html +406 -0
- package/fonts/mangrove-icon-set/font/mangrove-icon-set.eot +0 -0
- package/fonts/mangrove-icon-set/font/mangrove-icon-set.svg +118 -0
- package/fonts/mangrove-icon-set/font/mangrove-icon-set.ttf +0 -0
- package/fonts/mangrove-icon-set/font/mangrove-icon-set.woff +0 -0
- package/fonts/mangrove-icon-set/font/mangrove-icon-set.woff2 +0 -0
- package/package.json +3 -2
- package/scss/Atom/Icons/icons.scss +113 -31
- package/scss/Components/Accordion/accordion.scss +3 -3
- package/scss/Components/Breadcrumbs/breadcrumbs.scss +7 -0
- package/scss/Components/Buttons/CtaButton/buttons.scss +7 -0
- package/scss/Components/Buttons/ShareButtons/share-buttons.scss +8 -0
- package/scss/Components/Cards/Card/card.scss +278 -39
- package/scss/Components/Cards/StatsCard/stats-card.scss +225 -0
- package/scss/Components/Forms/Dropdowns/CustomSelect/custom-select.scss +4 -1
- package/scss/Components/Forms/Dropdowns/Multiselect/multi-select.scss +10 -10
- package/scss/Components/Forms/InputFields/input-fields.scss +3 -7
- package/scss/Components/Gallery/gallery.scss +498 -0
- package/scss/Components/HighlightBox/highlight-box.scss +99 -0
- package/scss/Components/MegaMenu/megamenu.scss +51 -4
- package/scss/Components/Pager/pager.scss +239 -0
- package/scss/Components/SyndicationSearchWidget/SyndicationSearchWidget.scss +1432 -0
- package/scss/Components/Tab/tab.scss +7 -0
- package/scss/assets/fonts/dubai/dubai.scss +9 -0
- package/scss/assets/fonts/noto-kufi-arabic/noto-kufi-arabic.scss +9 -0
- package/scss/assets/scss/_components.scss +5 -1
- package/scss/assets/scss/_fonts.scss +7 -0
- package/scss/assets/scss/_foundational.scss +19 -4
- package/scss/assets/scss/_mixins.scss +1 -1
- package/scss/assets/scss/_variables.scss +42 -41
- package/js/fitText.js +0 -23
- package/scss/Components/Cards/StatsCards/stats-cards.scss +0 -197
- package/scss/Components/StatsCardSlider/stats-card-slider.scss +0 -46
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[](https://www.npmjs.com/package/@undrr/undrr-mangrove)
|
|
2
2
|
[](https://unisdr.github.io/undrr-mangrove/)
|
|
3
|
-
[](https://github.com/unisdr/undrr-mangrove/actions)
|
|
4
4
|
[](https://github.com/unisdr/undrr-mangrove/blob/main/LICENSE)
|
|
5
5
|
|
|
6
6
|
# Mangrove: the UNDRR component library
|
|
@@ -263,9 +263,9 @@ https://assets.undrr.org/static/mangrove/README.md
|
|
|
263
263
|
https://assets.undrr.org/static/mangrove/latest/css/style.css
|
|
264
264
|
https://assets.undrr.org/static/mangrove/latest/components/MegaMenu.js
|
|
265
265
|
https://assets.undrr.org/static/mangrove/latest/js/tabs.js
|
|
266
|
-
https://assets.undrr.org/static/mangrove/1.
|
|
267
|
-
https://assets.undrr.org/static/mangrove/1.
|
|
268
|
-
https://assets.undrr.org/static/mangrove/1.
|
|
266
|
+
https://assets.undrr.org/static/mangrove/1.3.0/css/style.css
|
|
267
|
+
https://assets.undrr.org/static/mangrove/1.3.0/components/MegaMenu.js
|
|
268
|
+
https://assets.undrr.org/static/mangrove/1.3.0/js/tabs.js
|
|
269
269
|
```
|
|
270
270
|
|
|
271
271
|
#### Bleeding edge test rep
|
|
@@ -273,7 +273,7 @@ https://assets.undrr.org/static/mangrove/1.2.13/js/tabs.js
|
|
|
273
273
|
```
|
|
274
274
|
https://assets.undrr.org/testing/static/sitemap.html#mangrove-1-2-4
|
|
275
275
|
https://assets.undrr.org/testing/static/mangrove/latest/css/style.css
|
|
276
|
-
https://assets.undrr.org/static/mangrove/1.
|
|
276
|
+
https://assets.undrr.org/static/mangrove/1.3.0/css/style.css
|
|
277
277
|
... etc
|
|
278
278
|
```
|
|
279
279
|
|