@ably/ui 17.3.1-dev.9c15d605 → 17.3.1-dev.f2f71d8f

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.
@@ -35,7 +35,9 @@
35
35
  }
36
36
 
37
37
  .ui-section-spacing-collapse {
38
- @apply -my-20 sm:-my-24 md:-my-32;
38
+ /* This removes the spacing between adjacent .ui-section-spacing classes,
39
+ in a way that handles margin collapsing as well (hence not an exact opposite) */
40
+ @apply -my-4 sm:-my-8 md:-my-16;
39
41
  }
40
42
 
41
43
  .ui-content-spacing {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ably/ui",
3
- "version": "17.3.1-dev.9c15d605",
3
+ "version": "17.3.1-dev.f2f71d8f",
4
4
  "description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
5
5
  "repository": {
6
6
  "type": "git",