@oxide/design-system 2.1.1--canary.14f0443.0 → 2.1.1--canary.c8a08c2.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.
|
@@ -6,13 +6,21 @@
|
|
|
6
6
|
* Copyright Oxide Computer Company
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
@layer
|
|
9
|
+
@layer utility {
|
|
10
|
+
.text-mono-code {
|
|
11
|
+
@apply !text-[0.825em] !normal-case;
|
|
12
|
+
font-feature-settings: 'calt' 0;
|
|
13
|
+
letter-spacing: 0;
|
|
14
|
+
}
|
|
15
|
+
|
|
10
16
|
.accent-link {
|
|
11
17
|
@apply text-accent-secondary hover:text-accent;
|
|
12
18
|
text-decoration: underline;
|
|
13
19
|
text-decoration-color: color-mix(in srgb, currentColor 60%, transparent);
|
|
14
20
|
}
|
|
21
|
+
}
|
|
15
22
|
|
|
23
|
+
@layer components {
|
|
16
24
|
.asciidoc-body {
|
|
17
25
|
.line-through {
|
|
18
26
|
text-decoration: line-through;
|
|
@@ -278,12 +286,6 @@
|
|
|
278
286
|
@apply normal-case text-default;
|
|
279
287
|
}
|
|
280
288
|
|
|
281
|
-
.text-mono-code {
|
|
282
|
-
@apply !text-[0.825em] !normal-case;
|
|
283
|
-
font-feature-settings: 'calt' 0;
|
|
284
|
-
letter-spacing: 0;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
289
|
.inline-code {
|
|
288
290
|
@apply text-secondary;
|
|
289
291
|
@apply ml-[1px] mr-[1px] rounded border px-[4px] py-[1px] align-[1px] text-[0.825em] bg-raise border-secondary;
|
package/package.json
CHANGED