@ably/ui 11.7.1-dev.1344841 → 11.7.1-dev.2e09628

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
@@ -498,13 +498,13 @@
498
498
  }
499
499
 
500
500
  .ui-text-overline1 {
501
- @apply font-mono font-normal text-active-orange uppercase;
501
+ @apply font-mono font-medium text-active-orange uppercase;
502
502
  @apply text-overline1 leading-normal;
503
503
  @apply tracking-widen-0.16;
504
504
  }
505
505
 
506
506
  .ui-text-overline2 {
507
- @apply font-mono font-normal text-active-orange uppercase;
507
+ @apply font-mono font-medium text-active-orange uppercase;
508
508
  @apply text-overline2 leading-normal;
509
509
  @apply tracking-widen-0.16;
510
510
  }
@@ -663,7 +663,7 @@
663
663
  }
664
664
  @layer components {
665
665
  .ui-input {
666
- @apply text-p2 font-light bg-light-grey rounded p-input w-full leading-none appearance-none border border-mid-grey transition-input;
666
+ @apply text-p2 font-medium bg-light-grey rounded p-input w-full leading-none appearance-none border border-mid-grey transition-input;
667
667
  @apply hover:bg-white hover:shadow-input hover:border-transparent;
668
668
  @apply focus:bg-white focus:shadow-input focus:border-transparent focus:outline-gui-focus;
669
669
  @apply max-w-screen-sm;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ably/ui",
3
- "version": "11.7.1-dev.1344841",
3
+ "version": "11.7.1-dev.2e09628",
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",
@@ -139,10 +139,7 @@ export default function Uptime({ serverUrl, linkTo = null, theme = "light" }) {
139
139
 
140
140
  if (data && data.error) {
141
141
  return (
142
- <div
143
- className={`flex sm:flex-row justify-center items-center p-24 border rounded ui-text-p2 ${themes[theme].text}`}
144
- data-id="uptime-error"
145
- >
142
+ <div className={`flex sm:flex-row justify-center items-center p-24 border rounded ui-text-p2 ${themes[theme].text}`} data-id="uptime-error">
146
143
  Sorry, we can’t retrieve uptime data right now.
147
144
  </div>
148
145
  );
@@ -68,13 +68,13 @@
68
68
  }
69
69
 
70
70
  .ui-text-overline1 {
71
- @apply font-mono font-normal text-active-orange uppercase;
71
+ @apply font-mono font-medium text-active-orange uppercase;
72
72
  @apply text-overline1 leading-normal;
73
73
  @apply tracking-widen-0.16;
74
74
  }
75
75
 
76
76
  .ui-text-overline2 {
77
- @apply font-mono font-normal text-active-orange uppercase;
77
+ @apply font-mono font-medium text-active-orange uppercase;
78
78
  @apply text-overline2 leading-normal;
79
79
  @apply tracking-widen-0.16;
80
80
  }
@@ -5,7 +5,7 @@
5
5
 
6
6
  @layer components {
7
7
  .ui-input {
8
- @apply text-p2 font-light bg-light-grey rounded p-input w-full leading-none appearance-none border border-mid-grey transition-input;
8
+ @apply text-p2 font-medium bg-light-grey rounded p-input w-full leading-none appearance-none border border-mid-grey transition-input;
9
9
  @apply hover:bg-white hover:shadow-input hover:border-transparent;
10
10
  @apply focus:bg-white focus:shadow-input focus:border-transparent focus:outline-gui-focus;
11
11
  @apply max-w-screen-sm;