@oxide/design-system 1.7.6--canary.528a130.0 → 1.7.6--canary.ca7d435.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.
@@ -528,7 +528,7 @@
528
528
  }
529
529
 
530
530
  .asciidoc-body summary.title {
531
- @apply not-italic;
531
+ @apply not-italic text-sans-xl text-default;
532
532
  }
533
533
 
534
534
  .asciidoc-body .conum {
@@ -1,18 +1,9 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as _oxide_react_asciidoc from '@oxide/react-asciidoc';
3
- import { Block, DocumentBlock } from '@oxide/react-asciidoc';
4
3
  import * as react from 'react';
5
4
  import { ReactNode } from 'react';
6
5
  import { TabsProps, TabsTriggerProps, TabsListProps, TabsContentProps } from '@radix-ui/react-tabs';
7
6
  import { SetRequired } from 'type-fest';
8
- import * as _asciidoctor_core from '@asciidoctor/core';
9
- import { Registry, Document } from '@asciidoctor/core';
10
-
11
- declare const highlight: (block: Block) => Promise<Block>;
12
- declare const loadAsciidoctor: ({ extensions, }: {
13
- extensions?: ((this: Registry) => void)[] | undefined;
14
- }) => _asciidoctor_core.Asciidoctor;
15
- declare const handleDocument: (document: Document) => Promise<_oxide_react_asciidoc.DocumentBlock>;
16
7
 
17
8
  declare const AsciiDocBlocks: {
18
9
  Admonition: ({ node }: {
@@ -21,12 +12,6 @@ declare const AsciiDocBlocks: {
21
12
  Table: ({ node }: {
22
13
  node: _oxide_react_asciidoc.TableBlock;
23
14
  }) => react_jsx_runtime.JSX.Element;
24
- Section: ({ node }: {
25
- node: _oxide_react_asciidoc.SectionBlock;
26
- }) => react_jsx_runtime.JSX.Element;
27
- MinimalDocument: ({ document }: {
28
- document: DocumentBlock;
29
- }) => react_jsx_runtime.JSX.Element;
30
15
  };
31
16
 
32
17
  type BadgeColor = 'default' | 'destructive' | 'notice' | 'neutral' | 'purple' | 'blue';
@@ -111,4 +96,4 @@ interface ListboxProps<Value extends string = string> {
111
96
  }
112
97
  declare const Listbox: <Value extends string = string>({ name, selected, items, placeholder, className, onChange, hasError, disabled, isLoading, ...props }: ListboxProps<Value>) => react_jsx_runtime.JSX.Element;
113
98
 
114
- export { AsciiDocBlocks, Badge, BadgeColor, BadgeProps, BadgeVariant, Button, ButtonProps, ButtonSize, Checkbox, CheckboxProps, Listbox, ListboxItem, ListboxProps, Spinner, SpinnerLoader, SpinnerSize, SpinnerVariant, Tabs, TabsRootProps, Variant, badgeColors, buttonSizes, buttonStyle, handleDocument, highlight, loadAsciidoctor, spinnerSizes, spinnerVariants, variants };
99
+ export { AsciiDocBlocks, Badge, BadgeColor, BadgeProps, BadgeVariant, Button, ButtonProps, ButtonSize, Checkbox, CheckboxProps, Listbox, ListboxItem, ListboxProps, Spinner, SpinnerLoader, SpinnerSize, SpinnerVariant, Tabs, TabsRootProps, Variant, badgeColors, buttonSizes, buttonStyle, spinnerSizes, spinnerVariants, variants };