@ndla/preset-panda 0.0.43 → 0.0.45
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/dist/styles.css +1 -1
- package/es/zIndex.js +1 -1
- package/lib/zIndex.js +1 -1
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -636,7 +636,7 @@
|
|
|
636
636
|
--z-index-banner: 1200;
|
|
637
637
|
--z-index-overlay: 1300;
|
|
638
638
|
--z-index-modal: 1400;
|
|
639
|
-
--z-index-alert-modal-overlay:
|
|
639
|
+
--z-index-alert-modal-overlay: 1500;
|
|
640
640
|
--z-index-alert-modal: 1600;
|
|
641
641
|
--z-index-popover: 1700;
|
|
642
642
|
--z-index-skip-link: 1800;
|
package/es/zIndex.js
CHANGED
package/lib/zIndex.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ndla/preset-panda",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.45",
|
|
4
4
|
"description": "Panda preset for NDLA.",
|
|
5
5
|
"license": "GPL-3.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "3f2d720f26b163be90b396f40f3c1fad746b3cf9"
|
|
41
41
|
}
|