@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 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: 1400;
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
@@ -33,7 +33,7 @@ export const zIndex = defineTokens.zIndex({
33
33
  value: 1400
34
34
  },
35
35
  alertModalOverlay: {
36
- value: 1400
36
+ value: 1500
37
37
  },
38
38
  alertModal: {
39
39
  value: 1600
package/lib/zIndex.js CHANGED
@@ -39,7 +39,7 @@ const zIndex = exports.zIndex = _dev.defineTokens.zIndex({
39
39
  value: 1400
40
40
  },
41
41
  alertModalOverlay: {
42
- value: 1400
42
+ value: 1500
43
43
  },
44
44
  alertModal: {
45
45
  value: 1600
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/preset-panda",
3
- "version": "0.0.43",
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": "8810ca6acc9306d1f4dc3b2f658cbbd7090e84c5"
40
+ "gitHead": "3f2d720f26b163be90b396f40f3c1fad746b3cf9"
41
41
  }