@oxide/design-system 6.5.3 → 6.5.4-canary.fb43c60
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.
- package/dist/asciidoc.css +2 -3
- package/dist/chunk-BCMM44R6.js +1610 -0
- package/dist/chunk-BCMM44R6.js.map +1 -0
- package/dist/components/src/asciidoc/index.js +15 -1600
- package/dist/components/src/asciidoc/index.js.map +1 -1
- package/dist/components/src/syntax/index.d.ts +1709 -0
- package/dist/components/src/syntax/index.js +11 -0
- package/dist/components/src/syntax/index.js.map +1 -0
- package/package.json +3 -2
package/dist/asciidoc.css
CHANGED
|
@@ -454,13 +454,12 @@
|
|
|
454
454
|
pre .conum[data-value] {
|
|
455
455
|
@apply text-mono-xs;
|
|
456
456
|
position: relative;
|
|
457
|
-
top: -0.125rem;
|
|
458
457
|
display: inline-block;
|
|
459
458
|
height: 1rem;
|
|
460
|
-
|
|
459
|
+
padding: 0rem 0.125rem;
|
|
461
460
|
color: var(--content-accent);
|
|
462
461
|
background-color: var(--surface-accent-hover);
|
|
463
|
-
border-radius: var(--radius-
|
|
462
|
+
border-radius: var(--radius-md);
|
|
464
463
|
text-align: center;
|
|
465
464
|
font-style: normal;
|
|
466
465
|
|