@ably/ui 17.3.4 → 17.3.5-dev.b9905dcf

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.
@@ -34,12 +34,25 @@
34
34
  @apply my-20 sm:my-24 md:my-32;
35
35
  }
36
36
 
37
- .ui-section-spacing-collapse {
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) */
37
+ /* The *-collapse classes remove the spacing between adjacent .ui-section-spacing classes,
38
+ in a way that handles margin collapsing as well (hence not an exact opposite) */
39
+ .ui-section-spacing-collapse,
40
+ .ui-section-spacing-collapse-full {
40
41
  @apply -my-4 sm:-my-8 md:-my-16;
41
42
  }
42
43
 
44
+ .ui-section-spacing-collapse-half {
45
+ @apply -my-2 sm:-my-4 md:-my-8;
46
+ }
47
+
48
+ .ui-section-spacing-collapse-quarter {
49
+ @apply -my-1 sm:-my-2 md:-my-4;
50
+ }
51
+
52
+ .ui-section-spacing-collapse-eighth {
53
+ @apply -my-0.5 sm:-my-1 md:-my-2;
54
+ }
55
+
43
56
  .ui-content-spacing {
44
57
  @apply my-10 sm:my-12 md:my-16;
45
58
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ably/ui",
3
- "version": "17.3.4",
3
+ "version": "17.3.5-dev.b9905dcf",
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",