@oxide/design-system 1.4.7--canary.7cf163e.0 → 1.4.7--canary.3a50b9d.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.
@@ -633,16 +633,6 @@
633
633
  @apply bg-raise p-4 rounded-lg my-8 px-6 py-5;
634
634
  }
635
635
 
636
- .asciidoc-body .section-link-icon {
637
- margin-left: 0.5rem;
638
- display: none;
639
- color: var(--text-accent-secondary);
640
- }
641
-
642
- .asciidoc-body .section-link:hover .section-link-icon {
643
- display: block;
644
- }
645
-
646
636
  /* Boosting body text for long text readability */
647
637
  .asciidoc-body p {
648
638
  color: #c8cacb;
@@ -12,9 +12,6 @@ declare const AsciiDocBlocks: {
12
12
  Table: ({ node }: {
13
13
  node: _oxide_react_asciidoc.TableBlock;
14
14
  }) => react_jsx_runtime.JSX.Element;
15
- Section: ({ node }: {
16
- node: _oxide_react_asciidoc.SectionBlock;
17
- }) => react_jsx_runtime.JSX.Element;
18
15
  };
19
16
 
20
17
  type BadgeColor = 'default' | 'destructive' | 'notice' | 'neutral' | 'purple' | 'blue';