ros.grant.common 2.0.1330 → 2.0.1331
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/Shared/Styles/myrtex-lib/dropdown/dropdown-divider.less +7 -0
- package/Shared/Styles/myrtex-lib/dropdown/dropdown-item.less +54 -0
- package/Shared/Styles/myrtex-lib/dropdown/dropdown-menu.less +20 -0
- package/Shared/Styles/myrtex-lib/dropdown/dropdown-title.less +15 -0
- package/Shared/Styles/myrtex-lib/dropdown/dropdown-toggle.less +3 -0
- package/Shared/Styles/myrtex-lib/dropdown/dropdown.less +3 -0
- package/package.json +2 -2
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
.mrx-dropdown-item {
|
|
2
|
+
width: 100%;
|
|
3
|
+
padding: .25rem 1rem;
|
|
4
|
+
clear: both;
|
|
5
|
+
color: var(--Main1);
|
|
6
|
+
text-align: inherit;
|
|
7
|
+
text-decoration: none;
|
|
8
|
+
white-space: nowrap;
|
|
9
|
+
background-color: transparent;
|
|
10
|
+
border: 0;
|
|
11
|
+
font-weight: 400;
|
|
12
|
+
font-size: 14px;
|
|
13
|
+
line-height: 20px;
|
|
14
|
+
display: flex;
|
|
15
|
+
align-items: center;
|
|
16
|
+
|
|
17
|
+
&:hover, &:focus {
|
|
18
|
+
color: var(--Main1);
|
|
19
|
+
background-color: var(--Bg2);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&.active, &:active {
|
|
23
|
+
color: var(--White);
|
|
24
|
+
text-decoration: none;
|
|
25
|
+
background-color: var(--Main2);
|
|
26
|
+
|
|
27
|
+
svg {
|
|
28
|
+
path, rect {
|
|
29
|
+
stroke: var(--White);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
span {
|
|
35
|
+
font-weight: 400;
|
|
36
|
+
font-size: 14px;
|
|
37
|
+
line-height: 20px;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
svg {
|
|
41
|
+
margin-right: 10px;
|
|
42
|
+
|
|
43
|
+
path, rect {
|
|
44
|
+
stroke: var(--Main1);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.mrx-dropdown-item:not(:disabled),
|
|
50
|
+
.mrx-dropdown-item[type=button]:not(:disabled),
|
|
51
|
+
.mrx-dropdown-item[type=reset]:not(:disabled),
|
|
52
|
+
.mrx-dropdown-item[type=submit]:not(:disabled) {
|
|
53
|
+
cursor: pointer;
|
|
54
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
.mrx-dropdown-menu {
|
|
2
|
+
position: absolute;
|
|
3
|
+
z-index: 1000;
|
|
4
|
+
display: none;
|
|
5
|
+
min-width: 10rem;
|
|
6
|
+
padding: .5rem 0;
|
|
7
|
+
margin: 0;
|
|
8
|
+
font-size: 1rem;
|
|
9
|
+
color: #212529;
|
|
10
|
+
text-align: left;
|
|
11
|
+
list-style: none;
|
|
12
|
+
background-color: #fff;
|
|
13
|
+
background-clip: padding-box;
|
|
14
|
+
border: 1px solid rgba(0, 0, 0, .175);
|
|
15
|
+
border-radius: .375rem;
|
|
16
|
+
|
|
17
|
+
&.show {
|
|
18
|
+
display: block;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
.mrx-dropdown-title {
|
|
2
|
+
width: 100%;
|
|
3
|
+
padding: .25rem 1rem;
|
|
4
|
+
clear: both;
|
|
5
|
+
color: var(--Secondary);
|
|
6
|
+
text-align: inherit;
|
|
7
|
+
white-space: nowrap;
|
|
8
|
+
background-color: transparent;
|
|
9
|
+
border: 0;
|
|
10
|
+
font-weight: 400;
|
|
11
|
+
font-size: 14px;
|
|
12
|
+
line-height: 20px;
|
|
13
|
+
display: flex;
|
|
14
|
+
align-items: center;
|
|
15
|
+
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.
|
|
2
|
+
"version": "2.0.1331",
|
|
3
3
|
"name": "ros.grant.common",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"pickmeup": "^3.2.1",
|
|
52
52
|
"rimraf": "^3.0.2",
|
|
53
53
|
"ros.grant.telerik": "1.0.22",
|
|
54
|
-
"ros.grant.webshared": "2.0.
|
|
54
|
+
"ros.grant.webshared": "2.0.423",
|
|
55
55
|
"rxjs": "^6.5.4",
|
|
56
56
|
"slick-carousel": "^1.8.1",
|
|
57
57
|
"sticky-sidebar": "^3.3.1",
|