@oxide/design-system 1.6.3--canary.021dabf.0 → 1.6.3

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.
@@ -7,12 +7,6 @@
7
7
  */
8
8
 
9
9
  @layer components {
10
- .accent-link {
11
- @apply text-accent-secondary hover:text-accent;
12
- text-decoration: underline;
13
- text-decoration-color: var(--content-accent-tertiary);
14
- }
15
-
16
10
  .asciidoc-body .line-through {
17
11
  text-decoration: line-through;
18
12
  }
@@ -29,6 +23,10 @@
29
23
  @apply mt-8 text-default;
30
24
  }
31
25
 
26
+ .asciidoc-body .attribution cite {
27
+ @apply block;
28
+ }
29
+
32
30
  .asciidoc-body .admonitionblock .quoteblock {
33
31
  @apply mb-2 mt-2 pl-[0.75rem] border-success-secondary;
34
32
  }
@@ -280,8 +278,8 @@
280
278
  .asciidoc-body h3 code,
281
279
  .asciidoc-body h4 code,
282
280
  .asciidoc-body h5 code,
283
- .asciidoc-body table code .inline-code {
284
- @apply text-[0.825rem] text-secondary;
281
+ .asciidoc-body table code {
282
+ @apply text-secondary;
285
283
  @apply ml-[1px] mr-[1px] rounded border px-[4px] py-[1px] align-[1px] bg-raise border-secondary;
286
284
  }
287
285
 
@@ -302,6 +300,19 @@
302
300
  @apply overflow-x-auto !text-[13px] text-mono-code;
303
301
  }
304
302
 
303
+ .asciidoc-body h1 code,
304
+ .asciidoc-body h2 code,
305
+ .asciidoc-body h3 code,
306
+ .asciidoc-body h4 code,
307
+ .asciidoc-body h5 code {
308
+ @apply text-[0.825em];
309
+ }
310
+
311
+ .asciidoc-body .paragraph > code,
312
+ .asciidoc-body p code {
313
+ @apply text-[0.825rem];
314
+ }
315
+
305
316
  .asciidoc-body code {
306
317
  font-feature-settings: 'calt' 0;
307
318
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "1.6.3--canary.021dabf.0",
3
+ "version": "1.6.3",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,