@opensite/ui 0.0.9 → 0.1.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.
- package/dist/animated-dialog.cjs +1 -0
- package/dist/animated-dialog.js +1 -0
- package/dist/{button-variants-CSFRwdBy.d.cts → button-variants-CdXVl4bn.d.cts} +1 -1
- package/dist/{button-variants-CSFRwdBy.d.ts → button-variants-CdXVl4bn.d.ts} +1 -1
- package/dist/button.d.cts +1 -1
- package/dist/button.d.ts +1 -1
- package/dist/components.cjs +1 -0
- package/dist/components.d.cts +1 -1
- package/dist/components.d.ts +1 -1
- package/dist/components.js +1 -0
- package/dist/dynamic-icon.cjs +1 -0
- package/dist/dynamic-icon.js +1 -0
- package/dist/feature-showcase.cjs +1 -0
- package/dist/feature-showcase.js +1 -0
- package/dist/hooks.cjs +1 -0
- package/dist/hooks.js +1 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -0
- package/dist/media-hover-ctas.cjs +1 -0
- package/dist/media-hover-ctas.js +1 -0
- package/dist/page-hero-banner.cjs +1 -0
- package/dist/page-hero-banner.js +1 -0
- package/dist/pressable.cjs +1 -0
- package/dist/pressable.d.cts +1 -1
- package/dist/pressable.d.ts +1 -1
- package/dist/pressable.js +1 -0
- package/dist/use-navigation.cjs +1 -0
- package/dist/use-navigation.js +1 -0
- package/package.json +1 -1
package/dist/animated-dialog.cjs
CHANGED
package/dist/animated-dialog.js
CHANGED
|
@@ -7,7 +7,7 @@ import * as class_variance_authority_types from 'class-variance-authority/types'
|
|
|
7
7
|
* when only the variants are needed (e.g., in Pressable component).
|
|
8
8
|
*/
|
|
9
9
|
declare const buttonVariants: (props?: ({
|
|
10
|
-
variant?: "
|
|
10
|
+
variant?: "secondary" | "link" | "outline" | "default" | "destructive" | "ghost" | null | undefined;
|
|
11
11
|
size?: "sm" | "md" | "lg" | "default" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
|
|
12
12
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
13
13
|
|
|
@@ -7,7 +7,7 @@ import * as class_variance_authority_types from 'class-variance-authority/types'
|
|
|
7
7
|
* when only the variants are needed (e.g., in Pressable component).
|
|
8
8
|
*/
|
|
9
9
|
declare const buttonVariants: (props?: ({
|
|
10
|
-
variant?: "
|
|
10
|
+
variant?: "secondary" | "link" | "outline" | "default" | "destructive" | "ghost" | null | undefined;
|
|
11
11
|
size?: "sm" | "md" | "lg" | "default" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
|
|
12
12
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
13
13
|
|
package/dist/button.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
|
4
|
-
import { b as buttonVariants } from './button-variants-
|
|
4
|
+
import { b as buttonVariants } from './button-variants-CdXVl4bn.cjs';
|
|
5
5
|
import 'class-variance-authority/types';
|
|
6
6
|
|
|
7
7
|
declare function Button({ className, variant, size, asChild, ...props }: React.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
|
package/dist/button.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { VariantProps } from 'class-variance-authority';
|
|
4
|
-
import { b as buttonVariants } from './button-variants-
|
|
4
|
+
import { b as buttonVariants } from './button-variants-CdXVl4bn.js';
|
|
5
5
|
import 'class-variance-authority/types';
|
|
6
6
|
|
|
7
7
|
declare function Button({ className, variant, size, asChild, ...props }: React.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
|
package/dist/components.cjs
CHANGED
package/dist/components.d.cts
CHANGED
|
@@ -14,6 +14,6 @@ export { AlternatingBlockSection, AlternatingBlocksProps, AnimatedDialogProps, A
|
|
|
14
14
|
import 'react';
|
|
15
15
|
import 'react/jsx-runtime';
|
|
16
16
|
import 'class-variance-authority';
|
|
17
|
-
import './button-variants-
|
|
17
|
+
import './button-variants-CdXVl4bn.cjs';
|
|
18
18
|
import 'class-variance-authority/types';
|
|
19
19
|
import '@radix-ui/react-popover';
|
package/dist/components.d.ts
CHANGED
|
@@ -14,6 +14,6 @@ export { AlternatingBlockSection, AlternatingBlocksProps, AnimatedDialogProps, A
|
|
|
14
14
|
import 'react';
|
|
15
15
|
import 'react/jsx-runtime';
|
|
16
16
|
import 'class-variance-authority';
|
|
17
|
-
import './button-variants-
|
|
17
|
+
import './button-variants-CdXVl4bn.js';
|
|
18
18
|
import 'class-variance-authority/types';
|
|
19
19
|
import '@radix-ui/react-popover';
|
package/dist/components.js
CHANGED
package/dist/dynamic-icon.cjs
CHANGED
package/dist/dynamic-icon.js
CHANGED
package/dist/feature-showcase.js
CHANGED
package/dist/hooks.cjs
CHANGED
package/dist/hooks.js
CHANGED
package/dist/index.cjs
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -16,7 +16,7 @@ export { cn } from './utils.cjs';
|
|
|
16
16
|
import 'react';
|
|
17
17
|
import 'react/jsx-runtime';
|
|
18
18
|
import 'class-variance-authority';
|
|
19
|
-
import './button-variants-
|
|
19
|
+
import './button-variants-CdXVl4bn.cjs';
|
|
20
20
|
import 'class-variance-authority/types';
|
|
21
21
|
import '@radix-ui/react-popover';
|
|
22
22
|
import 'clsx';
|
package/dist/index.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export { cn } from './utils.js';
|
|
|
16
16
|
import 'react';
|
|
17
17
|
import 'react/jsx-runtime';
|
|
18
18
|
import 'class-variance-authority';
|
|
19
|
-
import './button-variants-
|
|
19
|
+
import './button-variants-CdXVl4bn.js';
|
|
20
20
|
import 'class-variance-authority/types';
|
|
21
21
|
import '@radix-ui/react-popover';
|
|
22
22
|
import 'clsx';
|
package/dist/index.js
CHANGED
package/dist/media-hover-ctas.js
CHANGED
package/dist/page-hero-banner.js
CHANGED
package/dist/pressable.cjs
CHANGED
package/dist/pressable.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
|
3
|
-
import { b as buttonVariants } from './button-variants-
|
|
3
|
+
import { b as buttonVariants } from './button-variants-CdXVl4bn.cjs';
|
|
4
4
|
import 'class-variance-authority/types';
|
|
5
5
|
|
|
6
6
|
type FallbackComponentType = "span" | "div" | "button";
|
package/dist/pressable.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { VariantProps } from 'class-variance-authority';
|
|
3
|
-
import { b as buttonVariants } from './button-variants-
|
|
3
|
+
import { b as buttonVariants } from './button-variants-CdXVl4bn.js';
|
|
4
4
|
import 'class-variance-authority/types';
|
|
5
5
|
|
|
6
6
|
type FallbackComponentType = "span" | "div" | "button";
|
package/dist/pressable.js
CHANGED
package/dist/use-navigation.cjs
CHANGED
package/dist/use-navigation.js
CHANGED