@ably/ui 7.7.0 → 7.8.0

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.
package/core/styles.css CHANGED
@@ -338,7 +338,7 @@
338
338
 
339
339
  .ui-text-h4 {
340
340
  @apply font-sans font-medium text-cool-black;
341
- @apply text-h4;
341
+ @apply text-h4 uppercase;
342
342
  @apply tracking-widen-0.1;
343
343
  }
344
344
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ably/ui",
3
- "version": "7.7.0",
3
+ "version": "7.8.0",
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",
@@ -25,7 +25,7 @@
25
25
 
26
26
  .ui-text-h4 {
27
27
  @apply font-sans font-medium text-cool-black;
28
- @apply text-h4;
28
+ @apply text-h4 uppercase;
29
29
  @apply tracking-widen-0.1;
30
30
  }
31
31