@oxide/design-system 1.4.2 → 1.4.3--canary.8b7106a.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.
@@ -24,12 +24,12 @@
24
24
  }
25
25
 
26
26
  .asciidoc-body .admonitionblock .quoteblock {
27
- @apply mb-2 mt-2 pl-[0.75rem] border-accent-secondary;
27
+ @apply mb-2 mt-2 pl-[0.75rem] border-success-secondary;
28
28
  }
29
29
 
30
30
  .asciidoc-body .admonitionblock p,
31
31
  .asciidoc-body .admonitionblock blockquote {
32
- @apply text-accent;
32
+ @apply text-success;
33
33
  }
34
34
 
35
35
  .asciidoc-body .admonition-content .paragraph {
@@ -288,7 +288,7 @@
288
288
  }
289
289
 
290
290
  .asciidoc-body .admonitionblock p code {
291
- @apply border-none text-inverse bg-accent;
291
+ @apply border-none text-inverse bg-success;
292
292
  }
293
293
 
294
294
  .asciidoc-body pre {
@@ -361,12 +361,12 @@
361
361
  }
362
362
 
363
363
  .asciidoc-body .admonitionblock {
364
- @apply rounded-lg border text-accent bg-accent-secondary border-accent-tertiary;
364
+ @apply rounded-lg border text-success bg-success-secondary border-success-tertiary;
365
365
  @apply my-[1.5rem] flex px-3 py-3;
366
366
  }
367
367
 
368
368
  .asciidoc-body .admonitionblock strong {
369
- @apply text-accent;
369
+ @apply text-success;
370
370
  }
371
371
 
372
372
  .asciidoc-body .admonitionblock.caution strong,
@@ -444,7 +444,7 @@
444
444
  }
445
445
 
446
446
  .asciidoc-body .admonitionblock a {
447
- @apply text-accent;
447
+ @apply text-success;
448
448
  }
449
449
 
450
450
  .asciidoc-body .admonitionblock.caution a,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "1.4.2",
3
+ "version": "1.4.3--canary.8b7106a.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "main": "components/dist/index.js",
6
6
  "scripts": {