@ably/ui 8.8.0 → 8.8.1
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 +4 -5
- package/package.json +1 -1
- package/src/core/styles/text.css +4 -5
package/core/styles.css
CHANGED
|
@@ -467,16 +467,15 @@
|
|
|
467
467
|
}
|
|
468
468
|
|
|
469
469
|
.ui-link {
|
|
470
|
-
@apply
|
|
470
|
+
@apply text-gui-default;
|
|
471
471
|
@apply hover:text-gui-hover active:text-gui-active disabled:text-gui-unavailable;
|
|
472
|
-
@apply focus:text-gui-
|
|
473
|
-
@apply underline;
|
|
472
|
+
@apply focus:text-gui-default focus:outline-gui-focus;
|
|
473
|
+
@apply no-underline;
|
|
474
474
|
}
|
|
475
475
|
|
|
476
476
|
.ui-link-neutral {
|
|
477
|
-
@apply visited:text-dark-grey;
|
|
478
477
|
@apply hover:text-dark-grey active:text-cool-black disabled:text-gui-unavailable;
|
|
479
|
-
@apply focus:text-
|
|
478
|
+
@apply focus:text-charcoal-grey focus:outline-gui-focus-neutral;
|
|
480
479
|
@apply underline;
|
|
481
480
|
}
|
|
482
481
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ably/ui",
|
|
3
|
-
"version": "8.8.
|
|
3
|
+
"version": "8.8.1",
|
|
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",
|
package/src/core/styles/text.css
CHANGED
|
@@ -147,16 +147,15 @@
|
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
.ui-link {
|
|
150
|
-
@apply
|
|
150
|
+
@apply text-gui-default;
|
|
151
151
|
@apply hover:text-gui-hover active:text-gui-active disabled:text-gui-unavailable;
|
|
152
|
-
@apply focus:text-gui-
|
|
153
|
-
@apply underline;
|
|
152
|
+
@apply focus:text-gui-default focus:outline-gui-focus;
|
|
153
|
+
@apply no-underline;
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
.ui-link-neutral {
|
|
157
|
-
@apply visited:text-dark-grey;
|
|
158
157
|
@apply hover:text-dark-grey active:text-cool-black disabled:text-gui-unavailable;
|
|
159
|
-
@apply focus:text-
|
|
158
|
+
@apply focus:text-charcoal-grey focus:outline-gui-focus-neutral;
|
|
160
159
|
@apply underline;
|
|
161
160
|
}
|
|
162
161
|
}
|