@oxide/design-system 6.1.2-canary.255caa1 → 6.1.2-canary.ea0efcf

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.
Files changed (2) hide show
  1. package/dist/asciidoc.css +2 -11
  2. package/package.json +1 -1
package/dist/asciidoc.css CHANGED
@@ -53,7 +53,7 @@
53
53
  }
54
54
 
55
55
  .admonitionblock .quoteblock {
56
- @apply border-accent-secondary mt-2 mb-2 pl-[0.75rem];
56
+ @apply border-0 p-3 bg-default rounded-md mt-2 mb-2;
57
57
  }
58
58
 
59
59
  .admonition-content .paragraph {
@@ -391,15 +391,6 @@
391
391
  @apply text-accent;
392
392
  }
393
393
 
394
- .admonitionblock .quoteblock {
395
- @apply border-accent-secondary;
396
- }
397
-
398
- .admonitionblock,
399
- .admonitionblock blockquote {
400
- @apply text-accent;
401
- }
402
-
403
394
  .admonitionblock a {
404
395
  @apply text-accent underline;
405
396
  }
@@ -462,7 +453,7 @@
462
453
  }
463
454
 
464
455
  .title {
465
- @apply text-sans-lg text-secondary mb-2 max-w-[40rem] text-left italic;
456
+ @apply text-sans-lg text-[1em]! text-current mb-1 max-w-[40rem] text-left italic;
466
457
  }
467
458
 
468
459
  summary.title {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "6.1.2-canary.255caa1",
3
+ "version": "6.1.2-canary.ea0efcf",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,