@pareto-engineering/design-system 4.0.0-alpha.11 → 4.0.0-alpha.14

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.
@@ -3,7 +3,7 @@
3
3
  @use "@pareto-engineering/bem";
4
4
 
5
5
  .#{bem.$base}.animated-gradient {
6
- --gradient-color-1: var(--background-mesh);
6
+ --gradient-color-1: var(--hard-background-mesh);
7
7
  --gradient-color-2: var(--soft-background-mesh);
8
8
  --gradient-color-3: var(--background-mesh);
9
9
  --gradient-color-4: var(--soft-background-mesh);
@@ -1,4 +1,5 @@
1
1
  /* @pareto-engineering/generator-front 1.0.12 */
2
+ /* stylelint-disable selector-max-universal -- exception */
2
3
 
3
4
  @use "@pareto-engineering/bem";
4
5
 
@@ -38,6 +39,16 @@ $default-padding: 1.5em;
38
39
  width: 100%;
39
40
  }
40
41
  }
42
+
43
+ > * {
44
+ &:first-child {
45
+ margin-block-start: 0;
46
+ }
47
+
48
+ &:last-child {
49
+ margin-block-end: 0;
50
+ }
51
+ }
41
52
  }
42
53
 
43
54
  > .#{bem.$base}.section + .#{bem.$base}.section {
@@ -3,7 +3,7 @@
3
3
  @use "@pareto-engineering/bem";
4
4
 
5
5
  .#{bem.$base}.animated-gradient {
6
- --gradient-color-1: var(--background-mesh);
6
+ --gradient-color-1: var(--hard-background-mesh);
7
7
  --gradient-color-2: var(--soft-background-mesh);
8
8
  --gradient-color-3: var(--background-mesh);
9
9
  --gradient-color-4: var(--soft-background-mesh);
@@ -1,4 +1,5 @@
1
1
  /* @pareto-engineering/generator-front 1.0.12 */
2
+ /* stylelint-disable selector-max-universal -- exception */
2
3
 
3
4
  @use "@pareto-engineering/bem";
4
5
 
@@ -38,6 +39,16 @@ $default-padding: 1.5em;
38
39
  width: 100%;
39
40
  }
40
41
  }
42
+
43
+ > * {
44
+ &:first-child {
45
+ margin-block-start: 0;
46
+ }
47
+
48
+ &:last-child {
49
+ margin-block-end: 0;
50
+ }
51
+ }
41
52
  }
42
53
 
43
54
  > .#{bem.$base}.section + .#{bem.$base}.section {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pareto-engineering/design-system",
3
- "version": "4.0.0-alpha.11",
3
+ "version": "4.0.0-alpha.14",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/es/index.js",
@@ -52,7 +52,7 @@
52
52
  "dependencies": {
53
53
  "@pareto-engineering/assets": "^4.0.0-alpha.11",
54
54
  "@pareto-engineering/bem": "^4.0.0-alpha.11",
55
- "@pareto-engineering/styles": "^4.0.0-alpha.11",
55
+ "@pareto-engineering/styles": "^4.0.0-alpha.14",
56
56
  "date-fns": "^2.29.3",
57
57
  "downshift": "^6.1.12",
58
58
  "formik": "^2.2.9",
@@ -67,5 +67,5 @@
67
67
  "relay-test-utils": "^15.0.0"
68
68
  },
69
69
  "browserslist": "> 2%",
70
- "gitHead": "351371d8a878d6a46892a69eaea68f4a685be9fd"
70
+ "gitHead": "25faa872d3f28d54e17c224f25a7848295c0a670"
71
71
  }
@@ -3,7 +3,7 @@
3
3
  @use "@pareto-engineering/bem";
4
4
 
5
5
  .#{bem.$base}.animated-gradient {
6
- --gradient-color-1: var(--background-mesh);
6
+ --gradient-color-1: var(--hard-background-mesh);
7
7
  --gradient-color-2: var(--soft-background-mesh);
8
8
  --gradient-color-3: var(--background-mesh);
9
9
  --gradient-color-4: var(--soft-background-mesh);
@@ -1,4 +1,5 @@
1
1
  /* @pareto-engineering/generator-front 1.0.12 */
2
+ /* stylelint-disable selector-max-universal -- exception */
2
3
 
3
4
  @use "@pareto-engineering/bem";
4
5
 
@@ -38,6 +39,16 @@ $default-padding: 1.5em;
38
39
  width: 100%;
39
40
  }
40
41
  }
42
+
43
+ > * {
44
+ &:first-child {
45
+ margin-block-start: 0;
46
+ }
47
+
48
+ &:last-child {
49
+ margin-block-end: 0;
50
+ }
51
+ }
41
52
  }
42
53
 
43
54
  > .#{bem.$base}.section + .#{bem.$base}.section {