@transferwise/neptune-css 0.0.0-experimental-e477c03 → 0.0.0-experimental-fdc9198

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.
@@ -1083,10 +1083,6 @@ html:not([dir="rtl"]) .p-x-5 {
1083
1083
  padding-bottom: 40px !important;
1084
1084
  padding-bottom: var(--size-40) !important;
1085
1085
  }
1086
- .gap-y-xs {
1087
- row-gap: calc(8px / 2);
1088
- row-gap: calc(var(--size-8) / 2);
1089
- }
1090
1086
  .gap-y-1 {
1091
1087
  row-gap: 8px;
1092
1088
  row-gap: var(--size-8);
@@ -5088,11 +5088,6 @@ html:not([dir="rtl"]) .p-x-5 {
5088
5088
  padding-bottom: var(--size-40) !important;
5089
5089
  }
5090
5090
 
5091
- .gap-y-xs {
5092
- row-gap: calc(8px / 2);
5093
- row-gap: calc(var(--size-8) / 2);
5094
- }
5095
-
5096
5091
  .gap-y-1 {
5097
5092
  row-gap: 8px;
5098
5093
  row-gap: var(--size-8);
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-e477c03",
4
+ "version": "0.0.0-experimental-fdc9198",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -10,10 +10,6 @@
10
10
  .spacing-vertical(4, var(--size-32));
11
11
  .spacing-vertical(5, var(--size-40));
12
12
 
13
- .gap-y-xs {
14
- row-gap: calc(var(--size-8) / 2);
15
- }
16
-
17
13
  .gap-y-1 {
18
14
  row-gap: var(--size-8);
19
15
  }