From 7bba3fcc368a40f0839479a540c3a1090897060e Mon Sep 17 00:00:00 2001 From: Jamie Henson Date: Thu, 4 Jul 2024 14:21:45 +0100 Subject: [PATCH] chore: update ui-*-spacing classes to reflect design system --- package.json | 2 +- src/core/styles.components.css | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 40fc1fd3e..e0cad0ebd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/ui", - "version": "14.1.1", + "version": "14.1.2", "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.", "repository": { "type": "git", diff --git a/src/core/styles.components.css b/src/core/styles.components.css index 1d3080a3e..f705265de 100644 --- a/src/core/styles.components.css +++ b/src/core/styles.components.css @@ -36,7 +36,11 @@ } .ui-section-spacing { - @apply py-80 sm:py-96 md:py-128; + @apply my-80 sm:my-96 md:my-128; + } + + .ui-content-spacing { + @apply my-40 sm:my-48 md:my-64; } .ui-divider-spacing {