@eloisallena/web_components 1.0.6 → 1.0.7

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.
Files changed (133) hide show
  1. package/dist/index.cjs +275 -0
  2. package/dist/index.d.ts +2 -26
  3. package/dist/index.js +794 -26
  4. package/dist/src/component/breadcrumbs/Breadcrumbs.d.ts +1 -2
  5. package/dist/src/component/breadcrumbs/index.d.ts +1 -0
  6. package/dist/src/component/button/index.d.ts +1 -0
  7. package/dist/src/component/card/Card.d.ts +1 -2
  8. package/dist/src/component/card/CardContent.d.ts +1 -2
  9. package/dist/src/component/card/CardFooter.d.ts +1 -2
  10. package/dist/src/component/card/CardImage.d.ts +2 -2
  11. package/dist/src/component/card/index.d.ts +5 -1
  12. package/dist/src/component/footer/Cfooter.d.ts +1 -2
  13. package/dist/src/component/footer/FooterBottom.d.ts +1 -2
  14. package/dist/src/component/footer/FooterContact.d.ts +1 -2
  15. package/dist/src/component/footer/FooterIcon.d.ts +1 -2
  16. package/dist/src/component/footer/QuickLink.d.ts +1 -2
  17. package/dist/src/component/footer/index.d.ts +6 -1
  18. package/dist/src/component/form/Cform.d.ts +1 -2
  19. package/dist/src/component/form/index.d.ts +1 -0
  20. package/dist/src/component/header/Cheader.d.ts +1 -2
  21. package/dist/src/component/header/Drawer.d.ts +1 -2
  22. package/dist/src/component/header/Icon.d.ts +1 -2
  23. package/dist/src/component/header/NavBar.d.ts +1 -2
  24. package/dist/src/component/header/SearchBar.d.ts +1 -2
  25. package/dist/src/component/header/index.d.ts +7 -2
  26. package/dist/src/component/input/CheckBox.d.ts +2 -2
  27. package/dist/src/component/input/Select.d.ts +2 -2
  28. package/dist/src/component/input/TextField.d.ts +1 -2
  29. package/dist/src/component/input/index.d.ts +4 -1
  30. package/dist/src/component/modal/Modal.d.ts +2 -2
  31. package/dist/src/component/modal/index.d.ts +1 -0
  32. package/dist/src/component/section/Section.d.ts +1 -2
  33. package/dist/src/component/section/index.d.ts +1 -0
  34. package/dist/src/component/stories/LandingLayout.d.ts +2 -3
  35. package/dist/src/component/stories/index.d.ts +1 -0
  36. package/dist/src/component/table/Ctable.d.ts +1 -2
  37. package/dist/src/component/table/TableBody.d.ts +1 -2
  38. package/dist/src/component/table/TableCell.d.ts +1 -2
  39. package/dist/src/component/table/TableHead.d.ts +1 -2
  40. package/dist/src/component/table/TableRow.d.ts +1 -2
  41. package/dist/src/component/table/index.d.ts +9 -2
  42. package/dist/src/component/table/types.d.ts +3 -2
  43. package/dist/src/index.d.ts +12 -26
  44. package/dist/web_components.css +3 -0
  45. package/package.json +8 -12
  46. package/dist/component/breadcrumbs/Breadcrumbs.d.ts +0 -9
  47. package/dist/component/breadcrumbs/Breadcrumbs.js +0 -7
  48. package/dist/component/breadcrumbs/index.d.ts +0 -1
  49. package/dist/component/breadcrumbs/index.js +0 -1
  50. package/dist/component/button/Button.d.ts +0 -8
  51. package/dist/component/button/Button.js +0 -15
  52. package/dist/component/button/index.d.ts +0 -1
  53. package/dist/component/button/index.js +0 -2
  54. package/dist/component/card/Card.d.ts +0 -6
  55. package/dist/component/card/Card.js +0 -4
  56. package/dist/component/card/CardContent.d.ts +0 -6
  57. package/dist/component/card/CardContent.js +0 -4
  58. package/dist/component/card/CardFooter.d.ts +0 -5
  59. package/dist/component/card/CardFooter.js +0 -4
  60. package/dist/component/card/CardImage.d.ts +0 -7
  61. package/dist/component/card/CardImage.js +0 -4
  62. package/dist/component/card/index.d.ts +0 -4
  63. package/dist/component/card/index.js +0 -4
  64. package/dist/component/footer/Cfooter.d.ts +0 -6
  65. package/dist/component/footer/Cfooter.js +0 -4
  66. package/dist/component/footer/FooterBottom.d.ts +0 -5
  67. package/dist/component/footer/FooterBottom.js +0 -4
  68. package/dist/component/footer/FooterContact.d.ts +0 -11
  69. package/dist/component/footer/FooterContact.js +0 -4
  70. package/dist/component/footer/FooterIcon.d.ts +0 -7
  71. package/dist/component/footer/FooterIcon.js +0 -4
  72. package/dist/component/footer/QuickLink.d.ts +0 -11
  73. package/dist/component/footer/QuickLink.js +0 -4
  74. package/dist/component/footer/index.d.ts +0 -5
  75. package/dist/component/footer/index.js +0 -5
  76. package/dist/component/form/Cform.d.ts +0 -6
  77. package/dist/component/form/Cform.js +0 -4
  78. package/dist/component/form/index.d.ts +0 -1
  79. package/dist/component/form/index.js +0 -1
  80. package/dist/component/header/Cheader.d.ts +0 -7
  81. package/dist/component/header/Cheader.js +0 -4
  82. package/dist/component/header/Drawer.d.ts +0 -12
  83. package/dist/component/header/Drawer.js +0 -22
  84. package/dist/component/header/Icon.d.ts +0 -9
  85. package/dist/component/header/Icon.js +0 -11
  86. package/dist/component/header/NavBar.d.ts +0 -12
  87. package/dist/component/header/NavBar.js +0 -14
  88. package/dist/component/header/SearchBar.d.ts +0 -8
  89. package/dist/component/header/SearchBar.js +0 -7
  90. package/dist/component/header/index.d.ts +0 -5
  91. package/dist/component/header/index.js +0 -5
  92. package/dist/component/input/CheckBox.d.ts +0 -12
  93. package/dist/component/input/CheckBox.js +0 -18
  94. package/dist/component/input/Select.d.ts +0 -17
  95. package/dist/component/input/Select.js +0 -12
  96. package/dist/component/input/TextField.d.ts +0 -11
  97. package/dist/component/input/TextField.js +0 -7
  98. package/dist/component/input/index.d.ts +0 -3
  99. package/dist/component/input/index.js +0 -3
  100. package/dist/component/modal/Modal.d.ts +0 -8
  101. package/dist/component/modal/Modal.js +0 -6
  102. package/dist/component/modal/index.d.ts +0 -1
  103. package/dist/component/modal/index.js +0 -1
  104. package/dist/component/section/Section.d.ts +0 -9
  105. package/dist/component/section/Section.js +0 -14
  106. package/dist/component/section/index.d.ts +0 -1
  107. package/dist/component/section/index.js +0 -1
  108. package/dist/component/spinner/Loader.d.ts +0 -1
  109. package/dist/component/spinner/Loader.js +0 -4
  110. package/dist/component/spinner/index.d.ts +0 -1
  111. package/dist/component/spinner/index.js +0 -1
  112. package/dist/component/stories/LandingLayout.d.ts +0 -6
  113. package/dist/component/stories/LandingLayout.js +0 -33
  114. package/dist/component/stories/index.d.ts +0 -1
  115. package/dist/component/stories/index.js +0 -1
  116. package/dist/component/table/Ctable.d.ts +0 -8
  117. package/dist/component/table/Ctable.js +0 -13
  118. package/dist/component/table/TableBody.d.ts +0 -7
  119. package/dist/component/table/TableBody.js +0 -4
  120. package/dist/component/table/TableCell.d.ts +0 -8
  121. package/dist/component/table/TableCell.js +0 -12
  122. package/dist/component/table/TableHead.d.ts +0 -7
  123. package/dist/component/table/TableHead.js +0 -16
  124. package/dist/component/table/TableRow.d.ts +0 -8
  125. package/dist/component/table/TableRow.js +0 -27
  126. package/dist/component/table/alignment.d.ts +0 -5
  127. package/dist/component/table/alignment.js +0 -5
  128. package/dist/component/table/index.d.ts +0 -5
  129. package/dist/component/table/index.js +0 -5
  130. package/dist/component/table/types.d.ts +0 -13
  131. package/dist/component/table/types.js +0 -1
  132. package/dist/themes/tailwind.css +0 -47
  133. package/dist/web-components.es.js +0 -786
@@ -1,4 +1,4 @@
1
- interface BreadcrumbsProps {
1
+ export interface BreadcrumbsProps {
2
2
  items: {
3
3
  id: number;
4
4
  label: string;
@@ -6,4 +6,3 @@ interface BreadcrumbsProps {
6
6
  }[];
7
7
  }
8
8
  export declare const Breadcrumbs: React.FC<BreadcrumbsProps>;
9
- export {};
@@ -1 +1,2 @@
1
1
  export { Breadcrumbs } from './Breadcrumbs';
2
+ export type { BreadcrumbsProps } from './Breadcrumbs';
@@ -1 +1,2 @@
1
1
  export { Button } from './Button';
2
+ export type { ButtonProps } from './Button';
@@ -1,6 +1,5 @@
1
1
  import { default as React } from 'react';
2
- interface CardProps {
2
+ export interface CardProps {
3
3
  children?: React.ReactNode;
4
4
  }
5
5
  export declare const Card: React.FC<CardProps>;
6
- export {};
@@ -1,6 +1,5 @@
1
- interface CardContentProps {
1
+ export interface CardContentProps {
2
2
  title: string;
3
3
  description: string;
4
4
  }
5
5
  export declare const CardContent: React.FC<CardContentProps>;
6
- export {};
@@ -1,5 +1,4 @@
1
- interface CardFooterProps {
1
+ export interface CardFooterProps {
2
2
  children?: React.ReactNode;
3
3
  }
4
4
  export declare const CardFooter: React.FC<CardFooterProps>;
5
- export {};
@@ -1,7 +1,7 @@
1
- interface CardImageProps {
1
+ import { default as React } from 'react';
2
+ export interface CardImageProps {
2
3
  alt: string;
3
4
  image: string;
4
5
  children?: React.ReactNode;
5
6
  }
6
7
  export declare const CardImage: React.FC<CardImageProps>;
7
- export {};
@@ -1,4 +1,8 @@
1
1
  export { Card } from './Card';
2
+ export type { CardProps } from './Card';
2
3
  export { CardContent } from './CardContent';
3
- export { CardImage } from './CardImage';
4
+ export type { CardContentProps } from './CardContent';
4
5
  export { CardFooter } from './CardFooter';
6
+ export type { CardFooterProps } from './CardFooter';
7
+ export { CardImage } from './CardImage';
8
+ export type { CardImageProps } from './CardImage';
@@ -1,6 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- interface CfooterProps {
2
+ export interface CfooterProps {
3
3
  children?: ReactNode;
4
4
  }
5
5
  export declare const Cfooter: ({ children }: CfooterProps) => import("react/jsx-runtime").JSX.Element;
6
- export {};
@@ -1,5 +1,4 @@
1
- interface FooterBottomProps {
1
+ export interface FooterBottomProps {
2
2
  copyright: string;
3
3
  }
4
4
  export declare const FooterBottom: React.FC<FooterBottomProps>;
5
- export {};
@@ -1,4 +1,4 @@
1
- interface FooterContactProps {
1
+ export interface FooterContactProps {
2
2
  email: string;
3
3
  phone: string;
4
4
  socials: {
@@ -8,4 +8,3 @@ interface FooterContactProps {
8
8
  }[];
9
9
  }
10
10
  export declare const FooterContact: ({ email, phone, socials, }: FooterContactProps) => import("react/jsx-runtime").JSX.Element;
11
- export {};
@@ -1,7 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
- interface FooterIconProps {
2
+ export interface FooterIconProps {
3
3
  children?: ReactNode;
4
4
  description: string;
5
5
  }
6
6
  export declare const FooterIcon: ({ children, description, }: FooterIconProps) => import("react/jsx-runtime").JSX.Element;
7
- export {};
@@ -1,4 +1,4 @@
1
- interface QuickLinkProps {
1
+ export interface QuickLinkProps {
2
2
  title: string;
3
3
  links: {
4
4
  id: number;
@@ -8,4 +8,3 @@ interface QuickLinkProps {
8
8
  onItemClick?: (label: string) => void;
9
9
  }
10
10
  export declare const QuickLink: ({ title, links, onItemClick, }: QuickLinkProps) => import("react/jsx-runtime").JSX.Element;
11
- export {};
@@ -1,5 +1,10 @@
1
1
  export { Cfooter } from './Cfooter';
2
- export { FooterIcon } from './FooterIcon';
2
+ export type { CfooterProps } from './Cfooter';
3
3
  export { FooterBottom } from './FooterBottom';
4
+ export type { FooterBottomProps } from './FooterBottom';
4
5
  export { FooterContact } from './FooterContact';
6
+ export type { FooterContactProps } from './FooterContact';
7
+ export { FooterIcon } from './FooterIcon';
8
+ export type { FooterIconProps } from './FooterIcon';
5
9
  export { QuickLink } from './QuickLink';
10
+ export type { QuickLinkProps } from './QuickLink';
@@ -1,6 +1,5 @@
1
1
  import { default as React } from 'react';
2
- interface CformProps {
2
+ export interface CformProps extends React.FormHTMLAttributes<HTMLFormElement> {
3
3
  children?: React.ReactNode;
4
4
  }
5
5
  export declare const Cform: React.FC<CformProps>;
6
- export {};
@@ -1 +1,2 @@
1
1
  export { Cform } from './Cform';
2
+ export type { CformProps } from './Cform';
@@ -1,7 +1,6 @@
1
1
  import { default as React } from 'react';
2
- interface CheaderProps {
2
+ export interface CheaderProps {
3
3
  children?: React.ReactNode;
4
4
  style?: string;
5
5
  }
6
6
  export declare const Cheader: React.FC<CheaderProps>;
7
- export {};
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
- interface DrawerProps {
2
+ export interface DrawerProps {
3
3
  navDrawer: {
4
4
  id: number;
5
5
  href: string;
@@ -9,4 +9,3 @@ interface DrawerProps {
9
9
  onItemClick?: (label: string) => void;
10
10
  }
11
11
  export declare const Drawer: React.FC<DrawerProps>;
12
- export {};
@@ -1,9 +1,8 @@
1
1
  import { default as React } from 'react';
2
- interface IconProps {
2
+ export interface IconProps {
3
3
  logo?: string;
4
4
  title?: string;
5
5
  style?: string;
6
6
  alt?: string;
7
7
  }
8
8
  export declare const Icon: React.FC<IconProps>;
9
- export {};
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
- interface NavBarProps {
2
+ export interface NavBarProps {
3
3
  navBar: {
4
4
  id: number;
5
5
  href: string;
@@ -9,4 +9,3 @@ interface NavBarProps {
9
9
  onItemClick?: (label: string) => void;
10
10
  }
11
11
  export declare const NavBar: React.FC<NavBarProps>;
12
- export {};
@@ -1,8 +1,7 @@
1
1
  import { default as React } from 'react';
2
- interface SearchBarProps {
2
+ export interface SearchBarProps {
3
3
  placeholder?: string;
4
4
  style?: string;
5
5
  children?: React.ReactNode;
6
6
  }
7
7
  export declare const SearchBar: React.FC<SearchBarProps>;
8
- export {};
@@ -1,5 +1,10 @@
1
1
  export { Cheader } from './Cheader';
2
- export { Icon } from './Icon';
2
+ export type { CheaderProps } from './Cheader';
3
3
  export { Drawer } from './Drawer';
4
- export { SearchBar } from './SearchBar';
4
+ export type { DrawerProps } from './Drawer';
5
+ export { Icon } from './Icon';
6
+ export type { IconProps } from './Icon';
5
7
  export { NavBar } from './NavBar';
8
+ export type { NavBarProps } from './NavBar';
9
+ export { SearchBar } from './SearchBar';
10
+ export type { SearchBarProps } from './SearchBar';
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
- interface CheckBoxProps {
2
+ export interface CheckBoxProps {
3
3
  id: string;
4
4
  label: string;
5
5
  required?: boolean;
@@ -7,6 +7,6 @@ interface CheckBoxProps {
7
7
  defaultChecked?: boolean;
8
8
  error?: boolean;
9
9
  helperText?: string;
10
+ onChange?: (checked: boolean) => void;
10
11
  }
11
12
  export declare const CheckBox: React.FC<CheckBoxProps>;
12
- export {};
@@ -1,4 +1,5 @@
1
- interface SelectProps {
1
+ import { default as React } from 'react';
2
+ export interface SelectProps {
2
3
  label: string;
3
4
  options: {
4
5
  key: number;
@@ -14,4 +15,3 @@ interface SelectProps {
14
15
  onChange?: (value: string) => void;
15
16
  }
16
17
  export declare const Select: React.FC<SelectProps>;
17
- export {};
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
- interface TextFieldProps {
2
+ export interface TextFieldProps {
3
3
  id: string;
4
4
  labelText: string;
5
5
  placeholder: string;
@@ -8,4 +8,3 @@ interface TextFieldProps {
8
8
  type: "text" | "email" | "password" | "number";
9
9
  }
10
10
  export declare const TextField: React.FC<TextFieldProps>;
11
- export {};
@@ -1,3 +1,6 @@
1
- export { TextField } from './TextField';
2
1
  export { CheckBox } from './CheckBox';
2
+ export type { CheckBoxProps } from './CheckBox';
3
3
  export { Select } from './Select';
4
+ export type { SelectProps } from './Select';
5
+ export { TextField } from './TextField';
6
+ export type { TextFieldProps } from './TextField';
@@ -1,8 +1,8 @@
1
- interface ModalProps {
1
+ import { default as React } from 'react';
2
+ export interface ModalProps {
2
3
  isOpen: boolean;
3
4
  onClose: () => void;
4
5
  title: string;
5
6
  children: React.ReactNode;
6
7
  }
7
8
  export declare const Modal: React.FC<ModalProps>;
8
- export {};
@@ -1 +1,2 @@
1
1
  export { Modal } from './Modal';
2
+ export type { ModalProps } from './Modal';
@@ -1,9 +1,8 @@
1
1
  import { default as React } from 'react';
2
- interface SectionProps {
2
+ export interface SectionProps {
3
3
  id?: string;
4
4
  title?: string;
5
5
  children?: React.ReactNode;
6
6
  style?: string;
7
7
  }
8
8
  export declare const Section: React.FC<SectionProps>;
9
- export {};
@@ -1 +1,2 @@
1
1
  export { Section } from './Section';
2
+ export type { SectionProps } from './Section';
@@ -1,6 +1,5 @@
1
1
  import { default as React } from 'react';
2
- interface LayoutProps {
2
+ export interface LandingLayoutProps {
3
3
  children: React.ReactNode;
4
4
  }
5
- export declare const LandingLayout: React.FC<LayoutProps>;
6
- export {};
5
+ export declare const LandingLayout: React.FC<LandingLayoutProps>;
@@ -1 +1,2 @@
1
1
  export { LandingLayout } from './LandingLayout';
2
+ export type { LandingLayoutProps } from './LandingLayout';
@@ -1,8 +1,7 @@
1
1
  import { default as React } from 'react';
2
- interface CtableProps {
2
+ export interface CtableProps {
3
3
  children?: React.ReactNode;
4
4
  style?: string;
5
5
  maxRows?: number;
6
6
  }
7
7
  export declare const Ctable: React.FC<CtableProps>;
8
- export {};
@@ -1,7 +1,6 @@
1
1
  import { default as React } from 'react';
2
- interface TableBodyProps {
2
+ export interface TableBodyProps {
3
3
  children?: React.ReactNode;
4
4
  style?: string;
5
5
  }
6
6
  export declare const TableBody: React.FC<TableBodyProps>;
7
- export {};
@@ -1,8 +1,7 @@
1
1
  import { default as React } from 'react';
2
- interface TableCellProps {
2
+ export interface TableCellProps {
3
3
  children: React.ReactNode;
4
4
  align?: string;
5
5
  style?: string;
6
6
  }
7
7
  export declare const TableCell: React.FC<TableCellProps>;
8
- export {};
@@ -1,7 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { TableHeadCell } from './types';
3
- interface TableHeadProps {
3
+ export interface TableHeadProps {
4
4
  rowData: TableHeadCell[];
5
5
  }
6
6
  export declare const TableHead: React.FC<TableHeadProps>;
7
- export {};
@@ -1,8 +1,7 @@
1
1
  import { default as React } from 'react';
2
2
  import { TableRowCell } from './types';
3
- interface TableRowProps {
3
+ export interface TableRowProps {
4
4
  rowData: TableRowCell[];
5
5
  style?: string;
6
6
  }
7
7
  export declare const TableRow: React.FC<TableRowProps>;
8
- export {};
@@ -1,5 +1,12 @@
1
1
  export { Ctable } from './Ctable';
2
- export { TableHead } from './TableHead';
2
+ export type { CtableProps } from './Ctable';
3
3
  export { TableBody } from './TableBody';
4
- export { TableRow } from './TableRow';
4
+ export type { TableBodyProps } from './TableBody';
5
5
  export { TableCell } from './TableCell';
6
+ export type { TableCellProps } from './TableCell';
7
+ export { TableHead } from './TableHead';
8
+ export type { TableHeadProps } from './TableHead';
9
+ export { TableRow } from './TableRow';
10
+ export type { TableRowProps } from './TableRow';
11
+ export { alignment } from './alignment';
12
+ export type { TableAlignment, TableHeadCell, TableRowCell, } from './types';
@@ -1,13 +1,14 @@
1
+ export type TableAlignment = "left" | "center" | "right";
1
2
  export interface TableHeadCell {
2
3
  key: number;
3
4
  name: string;
4
5
  value: string;
5
- align?: "left" | "center" | "right";
6
+ align?: TableAlignment;
6
7
  style?: string;
7
8
  }
8
9
  export interface TableRowCell {
9
10
  key: number;
10
11
  value: string;
11
- align?: "left" | "center" | "right";
12
+ align?: TableAlignment;
12
13
  style?: string;
13
14
  }
@@ -1,26 +1,12 @@
1
- export { Button } from './component/button';
2
- export { Card } from './component/card';
3
- export { Cfooter } from './component/footer';
4
- export { FooterIcon } from './component/footer';
5
- export { FooterBottom } from './component/footer';
6
- export { FooterContact } from './component/footer';
7
- export { QuickLink } from './component/footer';
8
- export { Cform } from './component/form';
9
- export { Cheader } from './component/header';
10
- export { Icon } from './component/header';
11
- export { Drawer } from './component/header';
12
- export { SearchBar } from './component/header';
13
- export { NavBar } from './component/header';
14
- export { Modal } from './component/modal';
15
- export { TextField } from './component/input';
16
- export { CheckBox } from './component/input';
17
- export { Select } from './component/input';
18
- export { Section } from './component/section';
19
- export { Loader } from './component/spinner';
20
- export { LandingLayout } from './component/stories';
21
- export { Ctable } from './component/table';
22
- export { TableBody } from './component/table';
23
- export { TableCell } from './component/table';
24
- export { TableHead } from './component/table';
25
- export { TableRow } from './component/table';
26
- export { Breadcrumbs } from './component/breadcrumbs';
1
+ export * from './component/button';
2
+ export * from './component/card';
3
+ export * from './component/footer';
4
+ export * from './component/header';
5
+ export * from './component/input';
6
+ export * from './component/modal';
7
+ export * from './component/spinner';
8
+ export * from './component/form';
9
+ export * from './component/section';
10
+ export * from './component/table';
11
+ export * from './component/breadcrumbs';
12
+ export * from './component/stories';
@@ -0,0 +1,3 @@
1
+ /*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
2
+ @layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-duration:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--container-xs:20rem;--container-sm:24rem;--container-md:28rem;--container-2xl:42rem;--container-3xl:48rem;--container-6xl:72rem;--container-7xl:80rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height:calc(1.5 / 1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25 / 1.875);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--text-6xl:3.75rem;--text-6xl--line-height:1;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--radius-xs:.125rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-2xl:1rem;--animate-spin:spin 1s linear infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-blue:oklch(44.62% .1768 263.73);--color-green:oklch(39.58% .134172 142.611);--color-red:oklch(45.94% .1885 29.23);--color-white:oklch(96.08% .0058 264.53);--color-black:oklch(22.21% 0 0);--color-light-black:oklch(28.76% .0203 260.62);--color-gray:oklch(42.76% 0 0);--color-light-gray:oklch(78.26% 0 0);--color-primary-button:oklch(28.76% .0203 260.62);--color-secondary-button:oklch(28.76% .0203 260.62);--color-restore-button:oklch(28.76% .0203 260.62);--color-delete-button:oklch(28.76% .0203 260.62);--color-disabled-button:oklch(28.76% .0203 260.62);--color-primary:oklch(28.76% .0203 260.62)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}[data-mode=light]{background-color:var(--color-white);color:var(--color-black);--color-primary-button:oklch(44.62% .1768 263.73);--color-secondary-button:oklch(39.46% .0271 256.81);--color-restore-button:oklch(39.58% .134172 142.611);--color-delete-button:oklch(45.94% .1885 29.23);--color-disabled-button:oklch(42.76% 0 0);--color-primary:oklch(100% 0 0)}[data-mode=dark]{background-color:var(--color-light-black);color:var(--color-white);--color-primary-button:oklch(77.69% .0911 250.52);--color-secondary-button:oklch(81.88% .0167 206.42);--color-restore-button:oklch(75.7% .193 143.64);--color-delete-button:oklch(79.78% .1161 19.96);--color-disabled-button:oklch(78.26% 0 0);--color-primary:oklch(22.21% 0 0)}}@layer components;@layer utilities{.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing) * 0)}.start{inset-inline-start:var(--spacing)}.top-0{top:calc(var(--spacing) * 0)}.top-1\/2{top:50%}.top-16{top:calc(var(--spacing) * 16)}.left-0{left:calc(var(--spacing) * 0)}.left-1\/2{left:50%}.left-3{left:calc(var(--spacing) * 3)}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.mx-auto{margin-inline:auto}.ms-2{margin-inline-start:calc(var(--spacing) * 2)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.table{display:table}.h-4{height:calc(var(--spacing) * 4)}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-8{height:calc(var(--spacing) * 8)}.h-10{height:calc(var(--spacing) * 10)}.h-12{height:calc(var(--spacing) * 12)}.h-48{height:calc(var(--spacing) * 48)}.h-full{height:100%}.h-screen{height:100vh}.min-h-\[70vh\]{min-height:70vh}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-4{width:calc(var(--spacing) * 4)}.w-5{width:calc(var(--spacing) * 5)}.w-6{width:calc(var(--spacing) * 6)}.w-8{width:calc(var(--spacing) * 8)}.w-10{width:calc(var(--spacing) * 10)}.w-27\.5{width:calc(var(--spacing) * 27.5)}.w-65{width:calc(var(--spacing) * 65)}.w-full{width:100%}.max-w-2xl{max-width:var(--container-2xl)}.max-w-3xl{max-width:var(--container-3xl)}.max-w-6xl{max-width:var(--container-6xl)}.max-w-7xl{max-width:var(--container-7xl)}.max-w-full{max-width:100%}.max-w-md{max-width:var(--container-md)}.max-w-sm{max-width:var(--container-sm)}.max-w-xs{max-width:var(--container-xs)}.min-w-10{min-width:calc(var(--spacing) * 10)}.flex-1{flex:1}.shrink-0{flex-shrink:0}.border-separate{border-collapse:separate}.border-spacing-0{--tw-border-spacing-x:calc(var(--spacing) * 0);--tw-border-spacing-y:calc(var(--spacing) * 0);border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.origin-left{transform-origin:0}.-translate-x-1\/2{--tw-translate-x:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-x-full{--tw-translate-x:-100%;translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-x-0{--tw-translate-x:calc(var(--spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.scale-150{--tw-scale-x:150%;--tw-scale-y:150%;--tw-scale-z:150%;scale:var(--tw-scale-x) var(--tw-scale-y)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-spin{animation:var(--animate-spin)}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.scroll-mt-32{scroll-margin-top:calc(var(--spacing) * 32)}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-items-center{justify-items:center}.gap-1{gap:calc(var(--spacing) * 1)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-6{gap:calc(var(--spacing) * 6)}.gap-8{gap:calc(var(--spacing) * 8)}.gap-10{gap:calc(var(--spacing) * 10)}.gap-12{gap:calc(var(--spacing) * 12)}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.scroll-smooth{scroll-behavior:smooth}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-xs{border-radius:var(--radius-xs)}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-solid{--tw-border-style:solid;border-style:solid}.border-black\/\[\.08\]{border-color:#1b1b1b14}@supports (color:color-mix(in lab, red, red)){.border-black\/\[\.08\]{border-color:color-mix(in oklab, var(--color-black) 8%, transparent)}}.border-gray{border-color:var(--color-gray)}.border-light-gray{border-color:var(--color-light-gray)}.border-red{border-color:var(--color-red)}.border-white{border-color:var(--color-white)}.bg-black\/40{background-color:#1b1b1b66}@supports (color:color-mix(in lab, red, red)){.bg-black\/40{background-color:color-mix(in oklab, var(--color-black) 40%, transparent)}}.bg-delete-button{background-color:var(--color-delete-button)}.bg-disabled-button{background-color:var(--color-disabled-button)}.bg-gray{background-color:var(--color-gray)}.bg-light-gray{background-color:var(--color-light-gray)}.bg-primary{background-color:var(--color-primary)}.bg-primary-button{background-color:var(--color-primary-button)}.bg-restore-button{background-color:var(--color-restore-button)}.bg-secondary-button{background-color:var(--color-secondary-button)}.bg-white{background-color:var(--color-white)}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-4{padding:calc(var(--spacing) * 4)}.p-5{padding:calc(var(--spacing) * 5)}.p-6{padding:calc(var(--spacing) * 6)}.p-10{padding:calc(var(--spacing) * 10)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.px-6{padding-inline:calc(var(--spacing) * 6)}.px-8{padding-inline:calc(var(--spacing) * 8)}.px-16{padding-inline:calc(var(--spacing) * 16)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-6{padding-block:calc(var(--spacing) * 6)}.py-10{padding-block:calc(var(--spacing) * 10)}.py-32{padding-block:calc(var(--spacing) * 32)}.pt-6{padding-top:calc(var(--spacing) * 6)}.pb-8{padding-bottom:calc(var(--spacing) * 8)}.pl-9{padding-left:calc(var(--spacing) * 9)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-sans{font-family:var(--font-sans)}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-8{--tw-leading:calc(var(--spacing) * 8);line-height:calc(var(--spacing) * 8)}.leading-10{--tw-leading:calc(var(--spacing) * 10);line-height:calc(var(--spacing) * 10)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.whitespace-nowrap{white-space:nowrap}.text-black{color:var(--color-black)}.text-blue{color:var(--color-blue)}.text-gray{color:var(--color-gray)}.text-light-gray{color:var(--color-light-gray)}.text-primary{color:var(--color-primary)}.text-red{color:var(--color-red)}.text-white{color:var(--color-white)}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-50{opacity:.5}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a), 0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-xs{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-300{--tw-duration:.3s;transition-duration:.3s}.select-none{-webkit-user-select:none;user-select:none}@media (hover:hover){.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border-transparent:hover{border-color:#0000}.hover\:bg-\[\#383838\]:hover{background-color:#383838}.hover\:bg-black\/\[\.04\]:hover{background-color:#1b1b1b0a}@supports (color:color-mix(in lab, red, red)){.hover\:bg-black\/\[\.04\]:hover{background-color:color-mix(in oklab, var(--color-black) 4%, transparent)}}.hover\:text-green:hover{color:var(--color-green)}.hover\:underline:hover{text-decoration-line:underline}}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.focus\:ring-blue:focus{--tw-ring-color:var(--color-blue)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}@media (width>=40rem){.sm\:h-10{height:calc(var(--spacing) * 10)}.sm\:w-10{width:calc(var(--spacing) * 10)}.sm\:w-40{width:calc(var(--spacing) * 40)}.sm\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:gap-3{gap:calc(var(--spacing) * 3)}.sm\:px-4{padding-inline:calc(var(--spacing) * 4)}.sm\:text-left{text-align:left}.sm\:text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.sm\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}}@media (width>=48rem){.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-50{width:calc(var(--spacing) * 50)}.md\:w-70{width:calc(var(--spacing) * 70)}.md\:w-\[158px\]{width:158px}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:px-6{padding-inline:calc(var(--spacing) * 6)}.md\:px-10{padding-inline:calc(var(--spacing) * 10)}.md\:py-4{padding-block:calc(var(--spacing) * 4)}.md\:text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.md\:text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}.md\:text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}}@media (width>=64rem){.lg\:w-25{width:calc(var(--spacing) * 25)}.lg\:w-60{width:calc(var(--spacing) * 60)}.lg\:gap-10{gap:calc(var(--spacing) * 10)}.lg\:px-16{padding-inline:calc(var(--spacing) * 16)}}@media (prefers-color-scheme:dark){.dark\:border-white\/\[\.145\]{border-color:#f0f2f625}@supports (color:color-mix(in lab, red, red)){.dark\:border-white\/\[\.145\]{border-color:color-mix(in oklab, var(--color-white) 14.5%, transparent)}}.dark\:bg-black{background-color:var(--color-black)}.dark\:invert{--tw-invert:invert(100%);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}@media (hover:hover){.dark\:hover\:bg-\[\#1a1a1a\]:hover{background-color:#1a1a1a}.dark\:hover\:bg-\[\#ccc\]:hover{background-color:#ccc}}}.\[\&\:last-child_td\]\:border-b-0:last-child td{border-bottom-style:var(--tw-border-style);border-bottom-width:0}}@property --tw-border-spacing-x{syntax:"<length>";inherits:false;initial-value:0}@property --tw-border-spacing-y{syntax:"<length>";inherits:false;initial-value:0}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-duration{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}
3
+ /*$vite$:1*/
package/package.json CHANGED
@@ -1,27 +1,23 @@
1
- {
1
+ {
2
2
  "name": "@eloisallena/web_components",
3
- "version": "1.0.6",
4
- "type": "module",
3
+ "version": "1.0.7",
5
4
  "private": false,
6
5
  "files": [
7
6
  "dist"
8
7
  ],
8
+ "main": "./dist/index.cjs",
9
9
  "module": "./dist/index.js",
10
10
  "types": "./dist/index.d.ts",
11
11
  "exports": {
12
12
  ".": {
13
+ "types": "./dist/index.d.ts",
13
14
  "import": "./dist/index.js",
14
- "types": "./dist/index.d.ts"
15
- },
16
- "./themes/tailwind.css": {
17
- "style": "./dist/themes/tailwind.css",
18
- "default": "./dist/themes/tailwind.css"
15
+ "require": "./dist/index.cjs"
19
16
  }
20
17
  },
21
18
  "scripts": {
22
19
  "dev": "next dev",
23
- "build": "tsc -p tsconfig.build.json && node ./scripts/copy-styles.mjs",
24
- "build:app": "next build",
20
+ "build": "next build",
25
21
  "start": "next start",
26
22
  "lint": "eslint",
27
23
  "storybook": "storybook dev -p 6006",
@@ -34,8 +30,8 @@
34
30
  },
35
31
  "peerDependencies": {
36
32
  "next": "^16.2.4",
37
- "react": "19.2.4",
38
- "react-dom": "19.2.4"
33
+ "react": "^19.2.4",
34
+ "react-dom": "^19.2.4"
39
35
  },
40
36
  "devDependencies": {
41
37
  "@chromatic-com/storybook": "^5.1.2",
@@ -1,9 +0,0 @@
1
- interface BreadcrumbsProps {
2
- items: {
3
- id: number;
4
- label: string;
5
- href: string;
6
- }[];
7
- }
8
- export declare const Breadcrumbs: React.FC<BreadcrumbsProps>;
9
- export {};
@@ -1,7 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- export const Breadcrumbs = ({ items, }) => {
3
- return (_jsx("nav", { "aria-label": "Breadcrumb", children: _jsx("ol", { className: "\r\n flex\r\n flex-wrap\r\n items-center\r\n gap-2\r\n text-sm\r\n ", children: items.map((item, index) => {
4
- const isLast = index === items.length - 1;
5
- return (_jsxs("li", { className: "\r\n flex\r\n items-center\r\n gap-2\r\n ", children: [isLast ? (_jsx("span", { className: "\r\n font-semibold\r\n text-gray-900\r\n ", children: item.label })) : (_jsx("a", { href: item.href, className: "\r\n text-gray-600\r\n transition-colors\r\n hover:text-blue-600\r\n hover:underline\r\n ", children: item.label })), !isLast && (_jsx("span", { className: "text-gray-400", children: ">" }))] }, item.id));
6
- }) }) }));
7
- };
@@ -1 +0,0 @@
1
- export { Breadcrumbs } from './Breadcrumbs';
@@ -1 +0,0 @@
1
- export { Breadcrumbs } from './Breadcrumbs';
@@ -1,8 +0,0 @@
1
- export interface ButtonProps {
2
- variant?: "primary" | "secondary" | "restore" | "delete" | "disabled";
3
- label?: string;
4
- isLoading?: boolean;
5
- disabled?: boolean;
6
- onClick?: () => void;
7
- }
8
- export declare const Button: React.FC<ButtonProps>;
@@ -1,15 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { Loader } from "../spinner/Loader";
3
- export const Button = ({ variant = "primary", label, isLoading = false, disabled = false, onClick, }) => {
4
- const colors = {
5
- primary: "bg-primary-button text-primary",
6
- secondary: "bg-secondary-button text-primary",
7
- restore: "bg-restore-button text-primary",
8
- delete: "bg-delete-button text-primary",
9
- disabled: "bg-disabled-button text-primary",
10
- };
11
- const loader = isLoading ? _jsx(Loader, {}) : null;
12
- const isDisabled = disabled || isLoading;
13
- return (_jsx("div", { children: _jsxs("button", { className: `${colors[variant]} flex items-center gap-3 px-4 py-2 rounded-2xl text-sm font-medium w-full justify-center md:w-70 lg:w-25
14
- ${isDisabled ? "cursor-not-allowed opacity-50" : "hover:cursor-pointer"}`, disabled: isDisabled, onClick: onClick, children: [loader, label] }) }));
15
- };
@@ -1 +0,0 @@
1
- export { Button } from './Button';
@@ -1,2 +0,0 @@
1
- //point of entry
2
- export { Button } from './Button';
@@ -1,6 +0,0 @@
1
- import React from "react";
2
- interface CardProps {
3
- children?: React.ReactNode;
4
- }
5
- export declare const Card: React.FC<CardProps>;
6
- export {};
@@ -1,4 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- export const Card = ({ children }) => {
3
- return (_jsx("div", { className: "bg-primary w-full max-w-sm rounded-lg shadow-md overflow-hidden", children: children }));
4
- };
@@ -1,6 +0,0 @@
1
- interface CardContentProps {
2
- title: string;
3
- description: string;
4
- }
5
- export declare const CardContent: React.FC<CardContentProps>;
6
- export {};