iryx-ui 0.19.0 → 0.20.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/README.md +3 -3
- package/dist/component-names.d.ts +2 -2
- package/dist/component-names.js +3 -1
- package/dist/components/Alert.vue.d.ts +1 -1
- package/dist/components/AppShell.vue.d.ts +1 -1
- package/dist/components/AuthProviders.vue.d.ts +1 -1
- package/dist/components/Avatar.vue.d.ts +1 -1
- package/dist/components/AvatarGroup.vue.d.ts +1 -1
- package/dist/components/Badge.vue.d.ts +1 -1
- package/dist/components/Banner.vue.d.ts +1 -1
- package/dist/components/Breadcrumb.vue.d.ts +1 -1
- package/dist/components/Calendar.vue.d.ts +1 -1
- package/dist/components/Card.vue.d.ts +1 -1
- package/dist/components/ChartLegend.vue.d.ts +3 -1
- package/dist/components/ChartLegend.vue_vue_type_script_setup_true_lang.js +4 -1
- package/dist/components/Checkbox.vue.d.ts +1 -1
- package/dist/components/Collapsible.vue.d.ts +1 -1
- package/dist/components/ColorPicker.vue.d.ts +1 -1
- package/dist/components/Container.vue.d.ts +1 -1
- package/dist/components/ContextMenu.vue.d.ts +1 -1
- package/dist/components/DateField.vue.d.ts +1 -1
- package/dist/components/DatePicker.vue.d.ts +1 -1
- package/dist/components/DateRangePicker.vue.d.ts +1 -1
- package/dist/components/Dialog.vue.d.ts +1 -1
- package/dist/components/Drawer.vue.d.ts +1 -1
- package/dist/components/DropdownMenu.vue.d.ts +1 -1
- package/dist/components/EmptyState.vue.d.ts +1 -1
- package/dist/components/FileUpload.vue.d.ts +1 -1
- package/dist/components/Input.vue.d.ts +1 -1
- package/dist/components/Kbd.vue.d.ts +1 -1
- package/dist/components/Menubar.vue.d.ts +1 -1
- package/dist/components/NavigationMenu.vue.d.ts +1 -1
- package/dist/components/NumberInput.vue.d.ts +1 -1
- package/dist/components/PageHeader.vue.d.ts +1 -1
- package/dist/components/Pagination.vue.d.ts +1 -1
- package/dist/components/PasswordInput.vue.d.ts +1 -1
- package/dist/components/PinInput.vue.d.ts +1 -1
- package/dist/components/Popover.vue.d.ts +1 -1
- package/dist/components/Progress.vue.d.ts +1 -1
- package/dist/components/Rating.js +5 -0
- package/dist/components/Rating.vue.d.ts +57 -0
- package/dist/components/Rating.vue_vue_type_script_setup_true_lang.js +110 -0
- package/dist/components/ScrollArea.vue.d.ts +1 -1
- package/dist/components/Separator.vue.d.ts +1 -1
- package/dist/components/Sidebar.vue.d.ts +1 -1
- package/dist/components/SignaturePad.vue.d.ts +1 -1
- package/dist/components/Slider.vue.d.ts +1 -1
- package/dist/components/Sparkline.vue.d.ts +1 -1
- package/dist/components/Splitter.vue.d.ts +1 -1
- package/dist/components/Stat.vue.d.ts +1 -1
- package/dist/components/Stepper.vue.d.ts +1 -1
- package/dist/components/Switch.vue.d.ts +1 -1
- package/dist/components/Table.vue.d.ts +1 -1
- package/dist/components/Tabs.vue.d.ts +1 -1
- package/dist/components/TagsInput.vue.d.ts +1 -1
- package/dist/components/TimeField.vue.d.ts +1 -1
- package/dist/components/Timeline.vue.d.ts +1 -1
- package/dist/components/Toaster.vue.d.ts +1 -1
- package/dist/components/ToggleGroup.vue.d.ts +1 -1
- package/dist/components/Toolbar.vue.d.ts +1 -1
- package/dist/components/Tooltip.vue.d.ts +1 -1
- package/dist/components/Tree.vue.d.ts +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +54 -52
- package/dist/index.d.ts +1 -0
- package/dist/index.js +56 -55
- package/dist/marketing/BrowserFrame.vue.d.ts +1 -1
- package/dist/marketing/FeatureCard.vue.d.ts +1 -1
- package/dist/marketing/Hero.vue.d.ts +1 -1
- package/dist/marketing/PricingCard.vue.d.ts +1 -1
- package/dist/marketing/Section.vue.d.ts +1 -1
- package/dist/marketing/SiteFooter.js +5 -0
- package/dist/marketing/SiteFooter.vue.d.ts +53 -0
- package/dist/marketing/SiteFooter.vue_vue_type_script_setup_true_lang.js +87 -0
- package/dist/marketing/SiteHeader.js +5 -0
- package/dist/marketing/SiteHeader.vue.d.ts +86 -0
- package/dist/marketing/SiteHeader.vue_vue_type_script_setup_true_lang.js +122 -0
- package/dist/marketing/TestimonialCard.vue.d.ts +1 -1
- package/dist/marketing/index.d.ts +2 -0
- package/dist/marketing/index.js +8 -4
- package/dist/marketing.d.ts +2 -0
- package/dist/marketing.js +5 -3
- package/dist/theme/rating.d.ts +122 -0
- package/dist/theme/rating.js +49 -0
- package/dist/theme/site-footer.d.ts +80 -0
- package/dist/theme/site-footer.js +30 -0
- package/dist/theme/site-header.d.ts +74 -0
- package/dist/theme/site-header.js +30 -0
- package/package.json +1 -1
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
export declare const siteHeaderTheme: import("tailwind-variants").TVReturnType<{
|
|
2
|
+
sticky: {
|
|
3
|
+
true: {
|
|
4
|
+
root: string;
|
|
5
|
+
};
|
|
6
|
+
false: {
|
|
7
|
+
root: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
bordered: {
|
|
11
|
+
true: {
|
|
12
|
+
root: string;
|
|
13
|
+
};
|
|
14
|
+
false: {};
|
|
15
|
+
};
|
|
16
|
+
}, {
|
|
17
|
+
root: string;
|
|
18
|
+
container: string;
|
|
19
|
+
brand: string;
|
|
20
|
+
nav: string;
|
|
21
|
+
link: string;
|
|
22
|
+
actions: string;
|
|
23
|
+
menu: string;
|
|
24
|
+
menuLink: string;
|
|
25
|
+
}, undefined, {
|
|
26
|
+
sticky: {
|
|
27
|
+
true: {
|
|
28
|
+
root: string;
|
|
29
|
+
};
|
|
30
|
+
false: {
|
|
31
|
+
root: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
bordered: {
|
|
35
|
+
true: {
|
|
36
|
+
root: string;
|
|
37
|
+
};
|
|
38
|
+
false: {};
|
|
39
|
+
};
|
|
40
|
+
}, {
|
|
41
|
+
root: string;
|
|
42
|
+
container: string;
|
|
43
|
+
brand: string;
|
|
44
|
+
nav: string;
|
|
45
|
+
link: string;
|
|
46
|
+
actions: string;
|
|
47
|
+
menu: string;
|
|
48
|
+
menuLink: string;
|
|
49
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
50
|
+
sticky: {
|
|
51
|
+
true: {
|
|
52
|
+
root: string;
|
|
53
|
+
};
|
|
54
|
+
false: {
|
|
55
|
+
root: string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
bordered: {
|
|
59
|
+
true: {
|
|
60
|
+
root: string;
|
|
61
|
+
};
|
|
62
|
+
false: {};
|
|
63
|
+
};
|
|
64
|
+
}, {
|
|
65
|
+
root: string;
|
|
66
|
+
container: string;
|
|
67
|
+
brand: string;
|
|
68
|
+
nav: string;
|
|
69
|
+
link: string;
|
|
70
|
+
actions: string;
|
|
71
|
+
menu: string;
|
|
72
|
+
menuLink: string;
|
|
73
|
+
}>>;
|
|
74
|
+
export type SiteHeaderSlots = keyof ReturnType<typeof siteHeaderTheme>;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { tv as e } from "tailwind-variants";
|
|
2
|
+
//#region src/theme/site-header.ts
|
|
3
|
+
var t = e({
|
|
4
|
+
slots: {
|
|
5
|
+
root: "w-full",
|
|
6
|
+
container: "flex h-16 items-center gap-6",
|
|
7
|
+
brand: "flex items-center gap-2.5 font-semibold tracking-tight",
|
|
8
|
+
nav: "ml-4 hidden items-center gap-1 md:flex",
|
|
9
|
+
link: "rounded-lg px-3 py-1.5 text-sm text-muted-foreground transition-[color,background-color,border-color,box-shadow] outline-none hover:bg-accent hover:text-accent-foreground focus-visible:ring-2 focus-visible:ring-primary/50 aria-[current=page]:text-foreground",
|
|
10
|
+
actions: "ml-auto flex items-center gap-2",
|
|
11
|
+
menu: "flex flex-col",
|
|
12
|
+
menuLink: "rounded-lg px-3 py-2.5 text-sm transition-[color,background-color,border-color,box-shadow] outline-none hover:bg-accent focus-visible:ring-2 focus-visible:ring-primary/50 aria-[current=page]:font-medium"
|
|
13
|
+
},
|
|
14
|
+
variants: {
|
|
15
|
+
sticky: {
|
|
16
|
+
true: { root: "sticky top-0 z-40 bg-background/80 backdrop-blur" },
|
|
17
|
+
false: { root: "bg-background" }
|
|
18
|
+
},
|
|
19
|
+
bordered: {
|
|
20
|
+
true: { root: "border-b border-border" },
|
|
21
|
+
false: {}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
defaultVariants: {
|
|
25
|
+
sticky: !0,
|
|
26
|
+
bordered: !0
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
export { t as siteHeaderTheme };
|