@reeverdev/ui 0.2.231 → 0.2.232
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2295,7 +2295,7 @@ declare const CodeBlock: React$1.ForwardRefExoticComponent<CodeBlockProps & Reac
|
|
|
2295
2295
|
declare const TabbedCodeBlock: React$1.ForwardRefExoticComponent<TabbedCodeBlockProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2296
2296
|
|
|
2297
2297
|
declare const snippetVariants: (props?: ({
|
|
2298
|
-
variant?: "solid" | "bordered" | "
|
|
2298
|
+
variant?: "solid" | "bordered" | "flat" | null | undefined;
|
|
2299
2299
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2300
2300
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2301
2301
|
interface SnippetProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof snippetVariants> {
|
package/dist/index.d.ts
CHANGED
|
@@ -2295,7 +2295,7 @@ declare const CodeBlock: React$1.ForwardRefExoticComponent<CodeBlockProps & Reac
|
|
|
2295
2295
|
declare const TabbedCodeBlock: React$1.ForwardRefExoticComponent<TabbedCodeBlockProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2296
2296
|
|
|
2297
2297
|
declare const snippetVariants: (props?: ({
|
|
2298
|
-
variant?: "solid" | "bordered" | "
|
|
2298
|
+
variant?: "solid" | "bordered" | "flat" | null | undefined;
|
|
2299
2299
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2300
2300
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2301
2301
|
interface SnippetProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof snippetVariants> {
|