@oxide/design-system 1.6.3 → 1.6.4--canary.a7b36bf.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.
@@ -23,10 +23,6 @@
23
23
  @apply mt-8 text-default;
24
24
  }
25
25
 
26
- .asciidoc-body .attribution cite {
27
- @apply block;
28
- }
29
-
30
26
  .asciidoc-body .admonitionblock .quoteblock {
31
27
  @apply mb-2 mt-2 pl-[0.75rem] border-success-secondary;
32
28
  }
@@ -63,7 +59,7 @@
63
59
  word-wrap: break-word;
64
60
 
65
61
  text-decoration: underline;
66
- text-decoration-color: rgba(var(--content-accent-tertiary-rgb), 0.8);
62
+ text-decoration-color: var(--content-accent-tertiary);
67
63
  }
68
64
 
69
65
  /* Use semi-bold for strong */
@@ -365,6 +361,23 @@
365
361
  @apply my-[1.5rem] flex px-3 py-3;
366
362
  }
367
363
 
364
+ .asciidoc-body .admonitionblock a {
365
+ text-decoration-color: var(--content-success-tertiary);
366
+ }
367
+
368
+ .asciidoc-body .admonitionblock.tip a {
369
+ text-decoration-color: var(--base-purple-600);
370
+ }
371
+
372
+ .asciidoc-body .admonitionblock.warning a {
373
+ text-decoration-color: var(--content-error-tertiary);
374
+ }
375
+
376
+ .asciidoc-body .admonitionblock.caution a,
377
+ .asciidoc-body .admonitionblock.important a {
378
+ text-decoration-color: var(--content-notice-tertiary);
379
+ }
380
+
368
381
  .asciidoc-body .admonitionblock strong {
369
382
  @apply text-success;
370
383
  }
@@ -382,10 +395,6 @@
382
395
  @apply border-destructive-secondary;
383
396
  }
384
397
 
385
- .asciidoc-body .admonitionblock.tip .quoteblock {
386
- border-color: var(--base-purple-500);
387
- }
388
-
389
398
  .asciidoc-body .admonitionblock.warning strong {
390
399
  @apply text-destructive;
391
400
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "1.6.3",
3
+ "version": "1.6.4--canary.a7b36bf.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,