@enki-tek/fms-web-components 0.0.16 → 0.0.17

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.
@@ -12,6 +12,7 @@
12
12
  border: 1px solid #DEE2E6;
13
13
  position: relative;
14
14
  padding-bottom: 2rem;
15
+ background-color: $white;
15
16
  }
16
17
 
17
18
  :global(.dropdown-custom) {
@@ -31,7 +32,7 @@
31
32
  top: 4px;
32
33
  @extend %commonSCSS;
33
34
  text-transform: uppercase;
34
- z-index: 100;
35
+ background-color: $white;
35
36
  }
36
37
 
37
38
  :global(.dropdown-custom .dropdown-menu-custom) {
@@ -6,7 +6,7 @@ export let title = "Dropdowns";
6
6
  <Dropdown autoClose={true} class="dropdown-custom">
7
7
  <DropdownToggle
8
8
  color="light"
9
- class="efs-small dropdown-toggle-custom btn-lg bg-transparent etext-secondary border-0 outline-0 "
9
+ class="efs-small dropdown-toggle-custom btn-lg etext-secondary border-0 outline-0 "
10
10
  caret>{title}</DropdownToggle>
11
11
  <DropdownMenu class=" position-absolute dropdown-menu-custom">
12
12
  <slot />
@@ -31,6 +31,7 @@ export let title = "Dropdowns";
31
31
  border: 1px solid #DEE2E6;
32
32
  position: relative;
33
33
  padding-bottom: 2rem;
34
+ background-color: #ffffff;
34
35
  }
35
36
  :global(.dropdown-custom) {
36
37
  display: flex;
@@ -47,7 +48,7 @@ export let title = "Dropdowns";
47
48
  position: absolute;
48
49
  top: 4px;
49
50
  text-transform: uppercase;
50
- z-index: 100;
51
+ background-color: #ffffff;
51
52
  }
52
53
  :global(.dropdown-custom .dropdown-menu-custom) {
53
54
  margin-top: -13px !important;
@@ -24,6 +24,7 @@ export let disabled;
24
24
  border: 1px solid #DEE2E6;
25
25
  position: relative;
26
26
  padding-bottom: 2rem;
27
+ background-color: #ffffff;
27
28
  }
28
29
  :global(.dropdown-custom) {
29
30
  display: flex;
@@ -40,7 +41,7 @@ export let disabled;
40
41
  position: absolute;
41
42
  top: 4px;
42
43
  text-transform: uppercase;
43
- z-index: 100;
44
+ background-color: #ffffff;
44
45
  }
45
46
  :global(.dropdown-custom .dropdown-menu-custom) {
46
47
  margin-top: -13px !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enki-tek/fms-web-components",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "devDependencies": {
5
5
  "@storybook/addon-essentials": "^7.6.14",
6
6
  "@storybook/addon-interactions": "^7.6.14",