@pareto-engineering/design-system 2.0.0-alpha.42 → 2.0.0-alpha.43
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.
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
/* @pareto-engineering/generator-front 1.0.12 */
|
|
2
2
|
@use "@pareto-engineering/bem";
|
|
3
3
|
|
|
4
|
-
$default-padding: 1em;
|
|
5
|
-
$default-margin: 1em;
|
|
6
4
|
$default-border: var(--theme-border-style) var(--metadata);
|
|
7
5
|
|
|
8
|
-
.#{bem.$base}.popover{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
border: $default-border;
|
|
6
|
+
.#{bem.$base}.popover {
|
|
7
|
+
position: absolute;
|
|
8
|
+
z-index: 1;
|
|
9
|
+
background-color: var(--x);
|
|
10
|
+
border: $default-border;
|
|
14
11
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
> *:not(:last-child) {
|
|
20
|
-
margin-bottom: $default-margin / 2;
|
|
21
|
-
}
|
|
12
|
+
&:not(.open) {
|
|
13
|
+
display: none;
|
|
14
|
+
}
|
|
22
15
|
|
|
23
16
|
&.bottom {
|
|
24
17
|
top: 100%;
|
|
@@ -37,7 +30,4 @@ $default-border: var(--theme-border-style) var(--metadata);
|
|
|
37
30
|
bottom: 100%;
|
|
38
31
|
top: auto;
|
|
39
32
|
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
33
|
+
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
/* @pareto-engineering/generator-front 1.0.12 */
|
|
2
2
|
@use "@pareto-engineering/bem";
|
|
3
3
|
|
|
4
|
-
$default-padding: 1em;
|
|
5
|
-
$default-margin: 1em;
|
|
6
4
|
$default-border: var(--theme-border-style) var(--metadata);
|
|
7
5
|
|
|
8
|
-
.#{bem.$base}.popover{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
border: $default-border;
|
|
6
|
+
.#{bem.$base}.popover {
|
|
7
|
+
position: absolute;
|
|
8
|
+
z-index: 1;
|
|
9
|
+
background-color: var(--x);
|
|
10
|
+
border: $default-border;
|
|
14
11
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
> *:not(:last-child) {
|
|
20
|
-
margin-bottom: $default-margin / 2;
|
|
21
|
-
}
|
|
12
|
+
&:not(.open) {
|
|
13
|
+
display: none;
|
|
14
|
+
}
|
|
22
15
|
|
|
23
16
|
&.bottom {
|
|
24
17
|
top: 100%;
|
|
@@ -37,7 +30,4 @@ $default-border: var(--theme-border-style) var(--metadata);
|
|
|
37
30
|
bottom: 100%;
|
|
38
31
|
top: auto;
|
|
39
32
|
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
33
|
+
}
|
package/package.json
CHANGED
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
/* @pareto-engineering/generator-front 1.0.12 */
|
|
2
2
|
@use "@pareto-engineering/bem";
|
|
3
3
|
|
|
4
|
-
$default-padding: 1em;
|
|
5
|
-
$default-margin: 1em;
|
|
6
4
|
$default-border: var(--theme-border-style) var(--metadata);
|
|
7
5
|
|
|
8
|
-
.#{bem.$base}.popover{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
border: $default-border;
|
|
6
|
+
.#{bem.$base}.popover {
|
|
7
|
+
position: absolute;
|
|
8
|
+
z-index: 1;
|
|
9
|
+
background-color: var(--x);
|
|
10
|
+
border: $default-border;
|
|
14
11
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
> *:not(:last-child) {
|
|
20
|
-
margin-bottom: $default-margin / 2;
|
|
21
|
-
}
|
|
12
|
+
&:not(.open) {
|
|
13
|
+
display: none;
|
|
14
|
+
}
|
|
22
15
|
|
|
23
16
|
&.bottom {
|
|
24
17
|
top: 100%;
|
|
@@ -37,7 +30,4 @@ $default-border: var(--theme-border-style) var(--metadata);
|
|
|
37
30
|
bottom: 100%;
|
|
38
31
|
top: auto;
|
|
39
32
|
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
33
|
+
}
|