@pareto-engineering/design-system 4.0.0-alpha.50 → 4.0.0-alpha.51
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.
|
@@ -28,6 +28,14 @@ $default-spacing: var(--gap);
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
+
&:not(.desktop-no-scroll) {
|
|
32
|
+
>* {
|
|
33
|
+
&:nth-child(2) {
|
|
34
|
+
margin-left: $default-spacing;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
31
39
|
&::after {
|
|
32
40
|
content: "";
|
|
33
41
|
min-width: calc($default-spacing / 2);
|
|
@@ -56,5 +64,13 @@ $default-spacing: var(--gap);
|
|
|
56
64
|
}
|
|
57
65
|
}
|
|
58
66
|
}
|
|
67
|
+
|
|
68
|
+
&:not(.desktop-no-scroll) {
|
|
69
|
+
>* {
|
|
70
|
+
&:nth-child(2) {
|
|
71
|
+
margin-left: unset;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
59
75
|
}
|
|
60
76
|
}
|
|
@@ -28,6 +28,14 @@ $default-spacing: var(--gap);
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
+
&:not(.desktop-no-scroll) {
|
|
32
|
+
>* {
|
|
33
|
+
&:nth-child(2) {
|
|
34
|
+
margin-left: $default-spacing;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
31
39
|
&::after {
|
|
32
40
|
content: "";
|
|
33
41
|
min-width: calc($default-spacing / 2);
|
|
@@ -56,5 +64,13 @@ $default-spacing: var(--gap);
|
|
|
56
64
|
}
|
|
57
65
|
}
|
|
58
66
|
}
|
|
67
|
+
|
|
68
|
+
&:not(.desktop-no-scroll) {
|
|
69
|
+
>* {
|
|
70
|
+
&:nth-child(2) {
|
|
71
|
+
margin-left: unset;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
59
75
|
}
|
|
60
76
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pareto-engineering/design-system",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.51",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/es/index.js",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@lexical/react": "^0.11.3",
|
|
54
|
-
"@pareto-engineering/assets": "^4.0.0-alpha.
|
|
54
|
+
"@pareto-engineering/assets": "^4.0.0-alpha.51",
|
|
55
55
|
"@pareto-engineering/bem": "^4.0.0-alpha.20",
|
|
56
|
-
"@pareto-engineering/styles": "^4.0.0-alpha.
|
|
56
|
+
"@pareto-engineering/styles": "^4.0.0-alpha.51",
|
|
57
57
|
"@pareto-engineering/utils": "^4.0.0-alpha.46",
|
|
58
58
|
"date-fns": "^2.29.3",
|
|
59
59
|
"downshift": "^6.1.12",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"relay-test-utils": "^15.0.0"
|
|
71
71
|
},
|
|
72
72
|
"browserslist": "> 2%",
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "90558f028073dad7837844afc39e2450e96657c1"
|
|
74
74
|
}
|
|
@@ -28,6 +28,14 @@ $default-spacing: var(--gap);
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
+
&:not(.desktop-no-scroll) {
|
|
32
|
+
>* {
|
|
33
|
+
&:nth-child(2) {
|
|
34
|
+
margin-left: $default-spacing;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
31
39
|
&::after {
|
|
32
40
|
content: "";
|
|
33
41
|
min-width: calc($default-spacing / 2);
|
|
@@ -56,5 +64,13 @@ $default-spacing: var(--gap);
|
|
|
56
64
|
}
|
|
57
65
|
}
|
|
58
66
|
}
|
|
67
|
+
|
|
68
|
+
&:not(.desktop-no-scroll) {
|
|
69
|
+
>* {
|
|
70
|
+
&:nth-child(2) {
|
|
71
|
+
margin-left: unset;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
59
75
|
}
|
|
60
76
|
}
|