@transferwise/neptune-css 0.0.0-experimental-2e8de8d → 0.0.0-experimental-ebe6bd5

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.
@@ -1088,10 +1088,6 @@ html:not([dir="rtl"]) .p-x-5 {
1088
1088
  row-gap: 8px;
1089
1089
  row-gap: var(--size-8);
1090
1090
  }
1091
- .gap-y-4 {
1092
- row-gap: 4px;
1093
- row-gap: var(--size-4);
1094
- }
1095
1091
  .m-a-panel {
1096
1092
  margin-top: 16px !important;
1097
1093
  margin-top: var(--size-16) !important;
@@ -5094,11 +5094,6 @@ html:not([dir="rtl"]) .p-x-5 {
5094
5094
  row-gap: var(--size-8);
5095
5095
  }
5096
5096
 
5097
- .gap-y-4 {
5098
- row-gap: 4px;
5099
- row-gap: var(--size-4);
5100
- }
5101
-
5102
5097
  .m-a-panel {
5103
5098
  margin-top: 16px !important;
5104
5099
  margin-top: var(--size-16) !important;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "0.0.0-experimental-2e8de8d",
4
+ "version": "0.0.0-experimental-ebe6bd5",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -16,10 +16,6 @@
16
16
  row-gap: var(--size-8);
17
17
  }
18
18
 
19
- .gap-y-4 {
20
- row-gap: var(--size-4);
21
- }
22
-
23
19
  .responsive-spacing(panel, var(--size-16), var(--size-24), var(--size-32));
24
20
  .responsive-spacing-vertical(section-1, var(--size-16), var(--size-24), var(--size-32));
25
21
  .responsive-spacing-vertical(section-2, var(--size-32), var(--size-48), var(--size-64));