@designcrowd/fe-shared-lib 1.7.0-eng-4159 → 1.7.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.
@@ -2,9 +2,9 @@
2
2
  rel="stylesheet"
3
3
  href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap"
4
4
  />
5
-
6
- <link rel="stylesheet" href="css/tailwind-brandCrowd.css">
7
- <link rel="stylesheet" href="css/tailwind-brandPage.css">
8
- <link rel="stylesheet" href="css/tailwind-crazyDomains.css">
9
- <link rel="stylesheet" href="css/tailwind-designCom.css">
5
+
6
+ <link rel="stylesheet" href="css/tailwind-brandCrowd.css">
7
+ <link rel="stylesheet" href="css/tailwind-brandPage.css">
8
+ <link rel="stylesheet" href="css/tailwind-crazyDomains.css">
9
+ <link rel="stylesheet" href="css/tailwind-designCom.css">
10
10
  <link rel="stylesheet" href="css/tailwind-designCrowd.css">
@@ -2,9 +2,9 @@
2
2
  rel="stylesheet"
3
3
  href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap"
4
4
  />
5
-
6
- <link rel="stylesheet" href="css/tailwind-brandCrowd.css">
7
- <link rel="stylesheet" href="css/tailwind-brandPage.css">
8
- <link rel="stylesheet" href="css/tailwind-crazyDomains.css">
9
- <link rel="stylesheet" href="css/tailwind-designCom.css">
5
+
6
+ <link rel="stylesheet" href="css/tailwind-brandCrowd.css">
7
+ <link rel="stylesheet" href="css/tailwind-brandPage.css">
8
+ <link rel="stylesheet" href="css/tailwind-crazyDomains.css">
9
+ <link rel="stylesheet" href="css/tailwind-designCom.css">
10
10
  <link rel="stylesheet" href="css/tailwind-designCrowd.css">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.7.0-eng-4159",
3
+ "version": "1.7.0",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -26,7 +26,8 @@
26
26
 
27
27
  <div
28
28
  v-show="isMenuVisible"
29
- class="tw-origin-top-right tw-absolute tw-mt-2 tw-rounded-md tw-shadow-lg tw-bg-white tw-ring-1 tw-ring-black tw-ring-opacity-5 tw-z-20"
29
+ class="tw-origin-top-right tw-absolute tw-mt-2 tw-rounded-md tw-shadow-lg tw-bg-white tw-ring-1 tw-ring-black tw-ring-opacity-5"
30
+ :style="{ zIndex: menuZIndex }"
30
31
  :class="[
31
32
  menuElementClasses,
32
33
  {
@@ -88,6 +89,11 @@ export default {
88
89
  type: String,
89
90
  required: false,
90
91
  },
92
+ menuZIndex: {
93
+ type: Number,
94
+ required: false,
95
+ default: 20,
96
+ },
91
97
  },
92
98
  data: () => ({
93
99
  isMenuVisible: false,