Skip to content

Commit 5bb8cf8

Browse files
authored
Create a new dist version 0.0.3 (#3)
Collecting: - updated version 0.0.3 - fix style
1 parent 4633fc0 commit 5bb8cf8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/components/PopUpDialog/popUpDialog.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
position: fixed;
2020
top: 0;
2121
left: 0;
22-
z-index: 6;
2322
display: flex;
2423
align-items: center;
2524
justify-content: center;
2625
width: 100%;
2726
height: 100%;
2827
background: $mineshaftTwo;
28+
z-index: 999;
2929

3030
&.custom-position {
3131
width: auto;

dist/components/Tooltip/tooltip.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
line-height: 1.4;
66
display: flex;
77
max-width: 400px;
8-
z-index: 7;
8+
z-index: 999;
99
}

dist/scss/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $heightRowTable: 55px;
44
$leftRowOffset: 49px;
55
$mainBorderRadius: 4px;
66

7-
$navbarWidth: 235px;
7+
$navbarWidth: 245px;
88
$navbarTogglerWidth: 35px;
99

1010
$headerHeight: 64px;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iguazio.dashboard-react-controls",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Collection of resources (such as CSS styles, fonts and images) and ReactJS 17.x components to share among different Iguazio React repos.",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)