@fpkit/acss 0.4.19 → 0.5.2
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/libs/chunk-TBM2QIVT.js +8 -0
- package/libs/chunk-TBM2QIVT.js.map +1 -0
- package/libs/chunk-VAH6X2DZ.cjs +31 -0
- package/libs/chunk-VAH6X2DZ.cjs.map +1 -0
- package/libs/components/badge/badge.css +1 -1
- package/libs/components/badge/badge.css.map +1 -1
- package/libs/components/badge/badge.min.css +2 -2
- package/libs/components/buttons/button.css +1 -1
- package/libs/components/buttons/button.css.map +1 -1
- package/libs/components/buttons/button.min.css +2 -2
- package/libs/components/cards/card.css +1 -1
- package/libs/components/cards/card.css.map +1 -1
- package/libs/components/cards/card.min.css +2 -2
- package/libs/components/details/details.css +1 -1
- package/libs/components/details/details.css.map +1 -1
- package/libs/components/details/details.min.css +2 -2
- package/libs/components/icons/icon.css +1 -1
- package/libs/components/icons/icon.css.map +1 -1
- package/libs/components/icons/icon.min.css +2 -2
- package/libs/{icons-1f5afc0c.d.ts → icons-2f29127c.d.ts} +32 -1
- package/libs/icons.cjs +2 -2
- package/libs/icons.d.cts +1 -1
- package/libs/icons.d.ts +1 -1
- package/libs/icons.js +1 -1
- package/libs/index.cjs +37 -37
- package/libs/index.cjs.map +1 -1
- package/libs/index.css +1 -1
- package/libs/index.css.map +1 -1
- package/libs/index.d.cts +8 -5
- package/libs/index.d.ts +8 -5
- package/libs/index.js +6 -6
- package/libs/index.js.map +1 -1
- package/package.json +3 -2
- package/src/components/badge/badge.scss +1 -0
- package/src/components/badge/badge.stories.tsx +3 -3
- package/src/components/breadcrumbs/breadcrumb.stories.tsx +26 -10
- package/src/components/breadcrumbs/breadcrumb.tsx +48 -40
- package/src/components/buttons/button.scss +3 -4
- package/src/components/buttons/button.stories.tsx +50 -28
- package/src/components/buttons/button.test.tsx +1 -1
- package/src/components/buttons/button.tsx +31 -4
- package/src/components/cards/card.scss +5 -3
- package/src/components/cards/card.stories.tsx +4 -4
- package/src/components/cards/card.tsx +0 -1
- package/src/components/details/details.scss +12 -3
- package/src/components/details/details.stories.tsx +20 -4
- package/src/components/details/details.tsx +2 -1
- package/src/components/form/form.stories.tsx +2 -2
- package/src/components/form/input.stories.tsx +2 -2
- package/src/components/form/select.stories.tsx +2 -2
- package/src/components/form/select.tsx +23 -33
- package/src/components/fp.test.tsx +1 -1
- package/src/components/heading/heading.stories.tsx +2 -2
- package/src/components/heading/heading.tsx +2 -2
- package/src/components/icons/components/svg.tsx +1 -0
- package/src/components/icons/icon.scss +2 -0
- package/src/components/icons/icon.stories.tsx +23 -3
- package/src/components/icons/icon.tsx +11 -0
- package/src/components/icons/types.ts +1 -1
- package/src/components/images/figure.stories.tsx +3 -6
- package/src/components/images/img.stories.tsx +3 -3
- package/src/components/layout/footer.stories.tsx +2 -2
- package/src/components/layout/landmarks.stories.tsx +2 -2
- package/src/components/layout/main.stories.tsx +2 -2
- package/src/components/link/link.stories.tsx +2 -2
- package/src/components/list/list.stories.tsx +7 -2
- package/src/components/nav/nav.stories.tsx +4 -3
- package/src/components/popover/popover.stories.tsx +2 -2
- package/src/components/progress/progress.stories.tsx +2 -2
- package/src/components/tag/tag.stories.tsx +3 -3
- package/src/components/text/text.stories.tsx +6 -6
- package/src/patterns/page/page-header.stories.tsx +2 -2
- package/src/sass/_globals.scss +9 -7
- package/src/styles/badge/badge.css +1 -0
- package/src/styles/badge/badge.css.map +1 -1
- package/src/styles/buttons/button.css +3 -3
- package/src/styles/buttons/button.css.map +1 -1
- package/src/styles/cards/card.css +2 -3
- package/src/styles/cards/card.css.map +1 -1
- package/src/styles/details/details.css +11 -3
- package/src/styles/details/details.css.map +1 -1
- package/src/styles/icons/icon.css +2 -0
- package/src/styles/icons/icon.css.map +1 -1
- package/src/styles/index.css +26 -16
- package/src/styles/index.css.map +1 -1
- package/LICENSE +0 -21
- package/dist/chunk-77CZU5XZ.cjs +0 -9
- package/dist/chunk-77CZU5XZ.cjs.map +0 -1
- package/dist/chunk-D43FJIRQ.cjs +0 -31
- package/dist/chunk-D43FJIRQ.cjs.map +0 -1
- package/dist/chunk-GJWMCDFS.js +0 -9
- package/dist/chunk-GJWMCDFS.js.map +0 -1
- package/dist/chunk-PCDUGD3C.js +0 -5
- package/dist/chunk-PCDUGD3C.js.map +0 -1
- package/dist/hooks.cjs +0 -10
- package/dist/hooks.cjs.map +0 -1
- package/dist/hooks.d.cts +0 -32
- package/dist/hooks.d.ts +0 -32
- package/dist/hooks.js +0 -8
- package/dist/hooks.js.map +0 -1
- package/dist/icon-e6044c73.d.ts +0 -227
- package/dist/icons.cjs +0 -73
- package/dist/icons.cjs.map +0 -1
- package/dist/icons.d.cts +0 -252
- package/dist/icons.d.ts +0 -252
- package/dist/icons.js +0 -4
- package/dist/icons.js.map +0 -1
- package/dist/index.cjs +0 -59
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.cts +0 -566
- package/dist/index.d.ts +0 -566
- package/dist/index.js +0 -11
- package/dist/index.js.map +0 -1
- package/libs/chunk-QHIABQNQ.js +0 -8
- package/libs/chunk-QHIABQNQ.js.map +0 -1
- package/libs/chunk-ZOHIKF6I.cjs +0 -31
- package/libs/chunk-ZOHIKF6I.cjs.map +0 -1
- package/src/components/popover/node_modules/.vitest/results.json +0 -1
- package/src/hooks/popover/node_modules/.vitest/results.json +0 -1
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/badge/fp-badge.tsx","../src/components/buttons/button.tsx","../src/components/cards/card.tsx","../src/components/modal/dialog.tsx","../src/components/dropdowns/dropdown-details.tsx","../src/components/dropdowns/dropdown-summary.tsx","../src/components/dropdowns/dropdown.tsx","../src/components/form/fields.tsx","../src/components/layout/landmarks.tsx","../src/components/images/img.tsx","../src/components/form/inputs.tsx","../src/components/link/link.tsx","../src/components/list/list.tsx","../src/components/modal/modal.tsx","../src/components/tables/table-elements.tsx","../src/components/tables/table.tsx","../src/components/text/text.tsx","../src/components/form/textarea.tsx"],"names":["jsx","defStyles","Badge","_a","_b","elm","role","children","renderStyles","styles","props","__objRest","fp_default","__spreadProps","__spreadValues","Button","type","disabled","classes","pointerDown","pointerOver","pointerLeave","e","defaultStyles","Card","dataStyle","id","Dialog","modalRef","openOnMount","Details","title","onToggle","Summary","jsxs","Dropdown","summary","toggle","Field","labelFor","label","Header","Main","Footer","Aside","Section","Article","Img","src","alt","width","height","loading","placeholder","fetchpriority","decoding","imgLoaded","imgError","Input","name","value","isDisabled","readonly","required","inputRef","inputChange","inputBlur","inputDown","Link","href","target","rel","prefetch","onPointerDown","relValue","link_default","List","variant","React","Fragment","Modal","openChild","closeChild","modalHeader","modalFooter","showOpen","dialogRef","openModal","closeModal","Caption","Thead","Tbody","Tr","Td","Table","RenderHead","data","head","item","index","RenderBody","rec","RenderTable","tblBody","tblCaption","tblHead","Text","text","Span","Title","Textarea","rows","cols","textareaBlur","textareaChange","textareaDown","textareaRef","handleChange","handleBlur","handleKeyDown"],"mappings":"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","sourcesContent":["import FP from '#components/fp'\nimport React from 'react'\n\nexport interface FpBadgeProps {\n elm?: 'span' | 'p'\n children: React.ReactNode\n role: 'note' | 'alert' | 'status'\n renderStyles?: boolean\n styles?: {}\n}\n\nconst defStyles = {\n paddingInline: 'var(--badge-px, 0.7rem)',\n paddingBlock: 'var(--badge-py, 0.2rem)',\n color: 'var(--badge-cl, black)',\n fontSize: 'var(--badge-fs, 0.8rem)',\n fontWeight: 'var(--badge-fw, normal)',\n fontFamily: 'var(--badge-ff, sans-serif)',\n border: 'var(--badge-brd, none)',\n borderRadius: 'var(--badge-rds, 99rem)',\n backgroundColor: 'var(--badge-bg, \"blue\")',\n textDecoration: 'var(--badge-decoration, none)',\n textTransform: 'var(--badge-tt, var(--tt))',\n}\n\n/**\n * @description Creates a Badge component that wraps a child element with a badge.\n * @param {string} elm - element type to render\n * @param {string} role - aria role\n * @param {any} children - child element to render\n * @param {boolean} renderStyles - whether or not to render the default styles\n * @param {object} styles - styles to pass to the FP component\n * @param {object} props - additional props to pass to the FP component\n * @returns {any} - returns the Badge component\n */\nexport const Badge = ({\n elm = 'span',\n role,\n children,\n renderStyles = true,\n styles = {},\n ...props\n}: FpBadgeProps) => {\n return (\n <FP as={elm} role={role} styles={styles} {...props}>\n {children}\n </FP>\n )\n}\n\nBadge.styles = defStyles\nBadge.displayName = 'Badge'\n","import { ComponentProps } from '#/types'\n// import React from 'react'\nimport FP from '#components/fp'\n\nexport interface ButtonProps\n extends React.ButtonHTMLAttributes<HTMLButtonElement> {\n /**\n * The type of the button.\n */\n type: 'button' | 'submit' | 'reset'\n\n /**\n * Button label/content\n */\n children: React.ReactNode\n\n /**\n * Button styles and props\n */\n styles?: object\n\n /**\n * button classes\n */\n classes?: string\n\n /**\n * @deprecated import styles Button.styles\n * default button styles\n */\n defaultStyles?: boolean\n\n /**\n * Button pointer-down event (pointerOver, pointerLeave)\n */\n pointerDown?: (e: React.PointerEvent) => void\n\n /**\n * Button pointer-down event (pointerOver, pointerLeave)\n */\n pointerOver?: (e: React.PointerEvent) => void\n\n /**\n * Pointer leave event handler for the Button component.\n *\n * @param {React.PointerEvent} e - The pointer event\n */\n pointerLeave?: (e: React.PointerEvent) => void\n}\n\n/**\n * Default styles object for the Button component.\n *\n * Defines CSS custom properties used for styling buttons.\n *\n * @property {string} --btn-px - Padding left/right\n * @property {string} --btn-py - Padding top/bottom\n * @property {string} --btn-dsp - Display value\n * @property {string} --btn-place - place-items value\n * @property {string} --btn-justify - justify-content value\n * @property {string} --btn-cursor - Cursor value\n * @property {string} --btn-border - Border value\n * @property {string} --btn-color - Text color\n * @property {string} --btn-bg - Background color\n * @property {string} --btn-radius - Border radius\n */\nexport const defStyles = {\n paddingInline: 'var(--btn-px, 1.4rem)',\n paddingBlock: 'var(--btn-py, 0.8rem)',\n display: 'var(--btn-dsp, inline-flex)',\n placeItems: 'var(--btn-place, center)',\n justifyContent: 'var(--btn-justify, center)',\n cursor: 'var(--btn-cursor, pointer)',\n border: 'var(--btn-border, none)',\n color: 'var(--btn-color, white)',\n backgroundColor: 'var(--btn-bg, royalblue)',\n borderRadius: 'var(--btn-radius, 0.2rem)',\n}\n\n/*\n * Button component\n *\n * Renders a <button> element with custom props.\n *\n * @param {ButtonProps} props - The component props\n * @param {\"button\" | \"submit\" | \"reset\"} [props.type=\"button\"] - The button type\n * @param {ReactNode} props.children - The button label/content\n * @param {Object} [props.styles] - Custom CSS styles\n * @param {boolean} [props.disabled=false] - Whether the button is disabled\n * @param {string} [props.classes] - Custom CSS classes\n * @param {function} [props.pointerDown] - Pointer down event handler\n * @param {function} [props.pointerOver] - Pointer over event handler\n * @param {function} [props.pointerLeave] - Pointer leave event handler\n * @param {boolean} [props.defaultStyles=false] - Whether to apply default styles\n *\n * @returns {JSX.Element} The rendered <button> element\n */\n\nexport const Button = ({\n type = 'button',\n children,\n styles,\n disabled,\n classes,\n pointerDown,\n pointerOver,\n pointerLeave,\n ...props\n}: ButtonProps) => {\n const handlePointerDown = (e: React.PointerEvent<HTMLButtonElement>) => {\n if (!disabled) {\n pointerDown?.(e)\n }\n }\n\n const handlePointerOver = (e: React.PointerEvent<HTMLButtonElement>) => {\n if (!disabled) {\n pointerOver?.(e)\n }\n }\n\n const handlePointerLeave = (e: React.PointerEvent<HTMLButtonElement>) => {\n if (!disabled) {\n pointerLeave?.(e)\n }\n }\n\n /* Returning a button element. */\n return (\n <button\n type={type}\n onPointerOver={handlePointerOver}\n onPointerDown={handlePointerDown}\n onPointerLeave={handlePointerLeave}\n style={styles}\n aria-disabled={disabled}\n {...props}\n >\n {children}\n </button>\n )\n //\n}\n\nexport default Button\nButton.styles = defStyles\nButton.displayName = 'Button'\n","import FP from '../fp'\nimport { ComponentProps } from '../../types'\n\n/*\n * CardProps interface\n *\n * Extends ComponentProps. Defines props for the Card component.\n *\n * @property {('div' | 'aside' | 'section' | 'article')} [elm='div'] - HTML element to render as\n */\nexport interface CardProps extends ComponentProps {\n elm?: 'div' | 'aside' | 'section' | 'article'\n}\n\n/*\n * Default styles for the Card component.\n *\n * Defines CSS custom properties for styling cards.\n *\n * @property {string} --card-p - Padding\n * @property {string} --card-bg - Background color\n * @property {string} --card-shadow - Box shadow\n * @property {string} --card-rds - Border radius\n * @property {string} --card-brd - Border\n * @property {string} --card-cl - Text color\n */\nexport const defaultStyles = {\n padding: 'var(--card-p, 2rem)',\n backgroundColor: 'var(--card-bg, white)',\n boxShadow: 'var(--card-shadow, 0 0 0.5rem 0.1rem rgba(0, 0, 0, 0.1))',\n borderRadius: 'var(--card-rds, 0.2ßrem)',\n border: 'var(--card-brd, none)',\n color: 'var(--card-cl, black)',\n}\n\n/*\n * Card component\n *\n * Renders a card container.\n *\n * @param {CardProps} props - Component props\n * @param {('div' | 'aside' | 'section' | 'article')} [props.elm='div'] - Element to render as\n * @param {Object} [props.styles] - CSS styles to apply\n * @param {ReactNode} props.children - Card content\n * @param {boolean} [props.renderStyles=true] - Whether to render default styles\n * @param {string} [props.dataStyle] - data-card attribute value\n * @param {string} [props.id] - Unique ID\n *\n * @returns {ReactElement} Card component\n */\nexport const Card = ({\n elm = 'div',\n styles,\n children,\n renderStyles = true,\n dataStyle,\n id,\n ...props\n}: CardProps) => {\n return (\n <FP\n as={elm}\n id={id}\n styles={styles}\n renderStyles={renderStyles}\n data-card={dataStyle}\n {...props}\n >\n {children}\n </FP>\n )\n}\n\nCard.styles = defaultStyles\n\nCard.displayName = 'Card'\n","import FP from '../fp'\nimport { ComponentProps } from '../../types'\nimport { Button } from '../buttons/button'\nimport React, { MouseEventHandler, useEffect } from 'react'\n\nexport interface DialogProps extends ComponentProps {\n /**\n * React ref for dialog element\n */\n modalRef: React.RefObject<HTMLDialogElement>\n /**\n * Handle close modal event\n */\n closeModal?: (e: React.SyntheticEvent<HTMLDialogElement>) => void\n /**\n * open modal on mount\n */\n openOnMount?: boolean\n}\n/**\n * Dialog component\n */\nexport const Dialog = ({\n id,\n children,\n modalRef,\n openOnMount,\n ...props\n}: DialogProps) => {\n\n const handleCloseModal = (e: React.SyntheticEvent<HTMLDialogElement>) => {\n if (e.currentTarget === e.target) {\n e.currentTarget.close()\n }\n }\n\n return (\n <FP\n as=\"dialog\"\n id={id}\n ref={modalRef}\n open={openOnMount}\n onClick={handleCloseModal}\n {...props}\n >\n {children}\n </FP>\n )\n}\n\nDialog.displayName = 'Dialog'\n","import FP from '../fp'\nimport { ComponentProps } from '../../types'\nexport interface DropdownProps extends ComponentProps {\n elm?: 'div' | 'aside'\n title: string\n children: React.ReactNode\n onToggle?: (e: React.SyntheticEvent) => void\n}\n\nexport const defaultStyles = {\n padding: 'var(--card-p, 1.2rem)',\n backgroundColor: 'var(--card-bg, white)',\n}\n\nexport const Details = ({\n title,\n children,\n styles,\n renderStyles = true,\n onToggle,\n ...props\n}: DropdownProps) => {\n const handleToggle = (e: React.SyntheticEvent) => {\n onToggle?.(e)\n }\n return (\n <FP as=\"details\" title={title} onToggle={handleToggle} styles={styles}>\n {children}\n </FP>\n )\n}\nDetails.styles = defaultStyles\nexport default Details\nDetails.displayName = 'Details'\n","// import { defStyles } from \"@fpkit/fp-button/lib/components/button\"\nimport FP from '../fp'\n\nexport interface SummaryPros {\n children: React.ReactNode\n styles?: {}\n renderStyles?: boolean\n}\n\nexport const defaultStyles = {\n listStyle: 'none',\n justifyContent: 'var(--summary-justify, space-between)',\n color: 'var(--summary-color, currentColor)',\n cursor: 'var(--detail-cursor, pointer)',\n}\n\nexport const Summary = ({\n children,\n styles,\n renderStyles = true,\n ...props\n}: SummaryPros) => {\n return (\n <FP as=\"summary\" styles={styles} {...props}>\n {children}\n </FP>\n )\n}\n\nSummary.styles = defaultStyles\nSummary.displayName = 'Summary'\nexport default Summary\n","import { ComponentProps } from '../../types'\nimport { Details } from './dropdown-details'\nimport { Summary } from './dropdown-summary'\n\nexport interface DropdownProps extends ComponentProps {\n title: string\n summary: React.ReactNode\n toggle?: (e: React.SyntheticEvent) => void\n}\n\nconst defaultStyles = {\n display: 'flex',\n placeContent: 'flex-start',\n placeItems: 'center',\n gap: '.7rem',\n border: 'var(--summary-border, solid 1px #ccc)',\n transition: 'all 0.2s ease',\n backgroundColor: 'var(--summary-bg, whitesmoke)',\n padding: 'var(--details-pd, 1.2rem)',\n minWidth: 'var(--summary-min-w, 80vw)',\n maxWidth: 'var(--summary-min-w, 80vw)',\n}\n\nexport const Dropdown = ({\n styles,\n children,\n summary,\n toggle,\n renderStyles = true,\n ...props\n}: DropdownProps) => {\n return (\n <Details styles={styles} onToggle={toggle} {...props}>\n <Summary>{summary}</Summary>\n {children}\n </Details>\n )\n}\n\nDropdown.styles = defaultStyles\nDropdown.Summary = Summary\nDropdown.Details = Details\n\nexport default Dropdown\nDropdown.displayName = 'Dropdown'\n","import FP from '../fp'\nimport { ComponentProps } from '../../types'\n\nexport interface FieldProps extends ComponentProps {\n /**\n * Defines the for attribute of the label element\n */\n labelFor: string\n /**\n * The label content\n */\n label: React.ReactNode\n}\n\nexport const defaultStyles = {}\n\n/**\n * Field component that renders a label and children wrapped in a div element.\n * @param labelFor Defines the for attribute of the label element\n * @param styles Custom styles to be applied to the component\n * @param label The label content\n * @param children The children to be rendered inside the component\n * @param props Additional props to be spread to the component\n */\nexport const Field = ({\n labelFor,\n styles,\n label,\n children,\n ...props\n}: FieldProps) => {\n return (\n <FP as=\"div\" styles={styles} data-style=\"fields\">\n <label htmlFor={labelFor}>{label}</label>\n {children}\n </FP>\n )\n}\n\nField.styles = defaultStyles\n\nField.displayName = 'Field'\n","/**\n * @fileoverview Landmarks components\n */\n\nimport FP from '../fp'\nimport { ComponentProps } from '../../types'\n\nexport const Header = ({ children, styles = {}, ...props }: ComponentProps) => {\n return (\n <FP as=\"header\" {...props} styles={styles}>\n <FP as=\"section\">{children}</FP>\n </FP>\n )\n}\n\nexport const Main = ({ children, styles = {}, ...props }: ComponentProps) => {\n return (\n <FP as=\"main\" styles={styles} {...props}>\n {children}\n </FP>\n )\n}\n\nexport const Footer = ({ children, styles = {}, ...props }: ComponentProps) => {\n return (\n <FP as=\"footer\" styles={styles} {...props}>\n <FP as=\"section\">{children || 'Copyright © 2022'}</FP>\n </FP>\n )\n}\n\nexport const Aside = ({ children, styles = {}, ...props }: ComponentProps) => {\n return (\n <FP as=\"aside\" styles={styles} {...props}>\n <FP as=\"section\">{children}</FP>\n </FP>\n )\n}\n\nexport const Section = ({\n children,\n styles = {},\n ...props\n}: ComponentProps) => {\n return (\n <FP as=\"section\" styles={styles} {...props}>\n {children}\n </FP>\n )\n}\n\nexport const Article = ({\n children,\n styles = {},\n ...props\n}: ComponentProps) => {\n return (\n <FP as=\"article\" styles={styles} {...props}>\n {children}\n </FP>\n )\n}\n\nHeader.displayName = 'Header'\nMain.displayName = 'Main'\nFooter.displayName = 'Footer'\nAside.displayName = 'Aside'\nSection.displayName = 'Section'\nArticle.displayName = 'Article'\n","import FP from '../fp'\nimport { ComponentProps } from 'src/types'\n\n/*\n * ImageProps interface\n *\n * Extends ComponentProps and defines additional props for the Img component.\n *\n * @property {string} [src] - The image source URL\n * @property {string} alt - Required alt text for image accessibility\n * @property {number} width - Required width of image\n * @property {number} [height] - Optional height of image\n * @property {\"eager\" | \"lazy\"} [loading=\"lazy\"] - Loading behavior\n * @property {string} [placeholder] - Fallback placeholder image\n * @property {\"high\" | \"low\"} [fetchpriority=\"low\"] - Image fetch priority\n * @property {\"sync\" | \"async\" | \"auto\"} [decoding=\"auto\"] - Decode setting\n * @property {function} [imgError] - Error callback\n * @property {function} [imgLoaded] - Loaded callback\n */\n\nexport interface ImageProps extends ComponentProps {\n alt: string\n src?: string\n width?: number\n height?: number\n loading?: 'eager' | 'lazy'\n placeholder?: string\n fetchpriority?: 'high' | 'low'\n decoding?: 'sync' | 'async' | 'auto'\n imgError?: (e: React.SyntheticEvent<HTMLImageElement, Event>) => void\n imgLoaded?: (e: React.SyntheticEvent<HTMLImageElement, Event>) => void\n}\n\n/*\n * Default styles object for the Img component.\n *\n * @property {string} maxWidth - Sets the max-width CSS property. Default is 'var(--img-w, 100%)'.\n * @property {string} height - Sets the height CSS property. Default is 'var(--img-h, auto)'.\n * @property {string} objectFit - Sets the object-fit CSS property. Default is 'var(--img-obj-fit, cover)'.\n * @property {string} objectPosition - Sets the object-position CSS property. Default is 'var(--img-position, center center)'.\n * @property {string} aspectRatio - Sets the aspect-ratio CSS property. Default is 'var(--img-ratio, auto 2/3)'.\n */\n\nexport const defaultStyles = {\n maxWidth: 'var(--img-w, 100%)',\n height: 'var(--img-h, auto)',\n objectFit: 'var(--img-obj-fit, cover)',\n objectPosition: 'var(--img-position, center center)',\n aspectRatio: 'var(--img-ratio, auto 2/3)',\n display: 'var(--img-display, initial)',\n}\n\n/*\n * Img component\n *\n * Renders an <img> element with custom props.\n *\n * @param {string} src - The image source URL.\n * @param {string} alt - The alt text for the image.\n * @param {number} [width=480] - The width of the image.\n * @param {number} [height] - The height of the image.\n * @param {Object} [styles] - Additional CSS styles to apply.\n * @param {boolean} [renderStyles=true] - Whether to render the default styles.\n * @param {\"eager\" | \"lazy\"} [loading=\"lazy\"] - The loading attribute.\n * @param {string} [placeholder] - A placeholder image URL.\n * @param {\"high\" | \"low\"} [fetchpriority=\"low\"] - The fetchpriority attribute.\n * @param {\"sync\" | \"async\" | \"auto\"} [decoding=\"auto\"] - The decoding attribute.\n * @param {function} [imgLoaded] - Callback when image loads successfully.\n * @param {function} [imgError] - Callback when image errors.\n *\n * @returns {JSX.Element} The Img component.\n */\nexport const Img = ({\n src,\n alt,\n width = 480,\n height,\n styles,\n loading = 'lazy',\n placeholder = `https://via.placeholder.com/${width}?text=PLACEHOLDER`,\n fetchpriority = 'low',\n decoding = 'auto',\n imgLoaded,\n imgError,\n ...props\n}: ImageProps) => {\n const handleImgError = (\n e: React.SyntheticEvent<HTMLImageElement, Event>,\n ): void => {\n if (imgError) {\n imgError?.(e)\n return\n }\n if (e.currentTarget.src !== placeholder) {\n e.currentTarget.src = placeholder\n }\n }\n\n const handleImgLoad = (\n e: React.SyntheticEvent<HTMLImageElement, Event>,\n ): void => {\n imgLoaded?.(e)\n }\n\n return (\n <FP\n as=\"img\"\n src={src}\n alt={alt}\n width={width}\n height={height || 'auto'}\n loading={loading}\n style={styles}\n onError={handleImgError}\n onLoad={handleImgLoad}\n {...props}\n />\n )\n}\nImg.styles = defaultStyles\nImg.displayName = 'Img'\n","import FP from '../fp'\nimport { ComponentProps } from '../../types'\n\n// import\n\nexport interface InputProps extends Omit<ComponentProps, 'children'> {\n /**\n * The type of the input.\n */\n type?: 'text' | 'password' | 'email' | 'number' | 'tel' | 'url' | 'search'\n /**\n * The input name\n */\n name?: string\n /**\n * The input value\n */\n value?: string\n /**\n * The input placeholder\n */\n placeholder?: string\n /**\n * Pass a function to handle input change events\n */\n inputChange?: (e: React.ChangeEvent<HTMLInputElement>) => void\n /**\n * Pass a function to handle input focus events\n */\n inputBlur?: (e: React.FocusEvent<HTMLInputElement>) => void\n /**\n * Function prop to handle input keydown events\n */\n inputDown?: (e: React.KeyboardEvent<HTMLInputElement>) => void\n /**\n * Input is required or not\n */\n required?: boolean\n /**\n * Input id attribute\n */\n id: string\n /**\n * Set the element as disabled\n */\n isDisabled?: boolean\n /**\n * Set the element as readonly\n */\n readonly?: boolean\n /**\n * ref to the input element\n */\n inputRef?: React.RefObject<HTMLInputElement>\n /**\n * Input styles\n */\n styles?: {}\n /**\n * input classes\n */\n classes?: string\n}\n\nexport const defaultStyles = {\n minWidth: 'var(--input-min-w, 60%)',\n}\n\n/**\n * Input component that renders an HTML input element.\n * @param {InputProps} props - The input component props.\n * @returns {JSX.Element} - The input component.\n */\nexport const Input = ({\n type = 'text',\n name,\n value,\n placeholder,\n id,\n styles,\n classes,\n isDisabled,\n readonly,\n required,\n inputRef,\n inputChange,\n inputBlur,\n inputDown,\n ...props\n}: InputProps): JSX.Element => {\n const handleChange = (e: React.ChangeEvent<HTMLInputElement>) => {\n if (inputChange && !isDisabled) {\n inputChange?.(e)\n }\n }\n\n const handleBlur = (e: React.FocusEvent<HTMLInputElement>) => {\n if (inputBlur && !isDisabled) {\n inputBlur?.(e)\n }\n }\n\n const handleKeyDown = (e: React.KeyboardEvent<HTMLInputElement>) => {\n if (inputDown && !isDisabled) {\n e.preventDefault()\n inputDown?.(e)\n }\n }\n\n return (\n <FP\n as=\"input\"\n id={id}\n type={type}\n placeholder={placeholder}\n className={classes}\n styles={styles}\n onChange={handleChange}\n onBlur={handleBlur}\n onKeyDown={handleKeyDown}\n value={value}\n name={name}\n ref={inputRef}\n aria-disabled={isDisabled}\n tab-index={isDisabled ? -1 : undefined}\n aria-readonly={readonly}\n readOnly={readonly}\n {...props}\n />\n )\n}\nInput.styles = defaultStyles\nInput.displayName = 'Input'\n","import FP from '../fp'\nimport { ComponentProps } from '../../types'\n\nexport type LinkProps = Partial<ComponentProps> & {\n href: string\n target?: string\n rel?: string\n children: React.ReactNode\n prefetch?: boolean\n onPointerDown?: (e: React.PointerEvent<HTMLAnchorElement>) => void\n}\n\nexport const Link = ({\n href,\n target,\n rel,\n children,\n styles = {},\n prefetch = true,\n onPointerDown,\n ...props\n}: LinkProps) => {\n let relValue = rel\n\n if (target === '_blank')\n relValue = `noopener noreferrer ${!!prefetch ? 'prefetch' : ''}`\n\n const handleOnpointerDown = (e: React.PointerEvent<HTMLAnchorElement>) => {\n if (onPointerDown) onPointerDown?.(e)\n }\n\n return (\n <FP\n as=\"a\"\n href={href}\n target={target}\n styles={styles}\n rel={relValue}\n onPointerDown={handleOnpointerDown}\n {...props}\n >\n {children ?? 'Link'}\n </FP>\n )\n}\n\nexport default Link\nLink.displayName = 'Link'\n","import * as React from 'react'\nimport FP from '../fp'\n\nexport interface ListProps {\n styles?: {}\n classes?: string\n children: React.ReactNode\n type: 'ul' | 'ol' | 'dl'\n variant: string\n}\n\nexport const List = ({\n children,\n classes,\n type = 'ul',\n variant,\n styles,\n ...props\n}: ListProps) => {\n return (\n <FP\n as={type}\n data-variant={variant}\n className={classes}\n style={styles}\n {...props}\n >\n {children}\n </FP>\n )\n}\n\nexport default List\n","import React from 'react'\nimport { ComponentProps } from '../../types'\nimport { Button } from '../buttons/button'\nimport { Dialog } from './dialog'\n\nexport interface ModalProps extends ComponentProps {\n /**\n * The child component/content for open button\n */\n openChild?: React.ReactNode\n /**\n * The child component/content for close button\n */\n closeChild?: React.ReactNode\n /**\n * The child component/content for modal header\n */\n modalHeader?: React.ReactNode\n /**\n * The child component/content for modal footer\n */\n modalFooter?: React.ReactNode\n /**\n * The child component/content for modal body\n */\n children: React.ReactNode\n /**\n * Open modal on mount when set to true\n */\n showOpen?: boolean\n}\nexport const Modal = ({\n openChild,\n closeChild,\n modalHeader,\n modalFooter,\n children,\n showOpen = false,\n ...props\n}: ModalProps) => {\n const dialogRef = React.useRef<HTMLDialogElement>(null)\n const openModal = (): void => {\n if (dialogRef.current) {\n if(showOpen)\n dialogRef.current.show()\n else\n dialogRef.current.showModal()\n }\n }\n const closeModal = () => {\n if (dialogRef.current) {\n dialogRef.current.close()\n }\n }\n\n return (\n <>\n <Dialog modalRef={dialogRef} openOnMount={showOpen} {...props}>\n <section>\n {modalHeader}\n {children}\n {modalFooter ?? (\n <div>\n <Button\n type=\"button\"\n pointerDown={() => {\n closeModal()\n }}\n >\n {closeChild || 'Close'}\n </Button>{' '}\n </div>\n )}\n </section>\n </Dialog>\n { !showOpen && (\n <Button type=\"button\" pointerDown={openModal}>\n {openChild || 'Open Modal'}\n </Button>\n )}\n </>\n )\n}\n\nModal.displayName = 'Modal'\n","import FP from '../fp'\nimport { ComponentProps } from '../../types'\nimport React from 'react'\n\n\nexport const Caption = ({ children, ...props }: ComponentProps) => {\n return (\n <FP as=\"caption\" {...props}>\n {children}\n </FP>\n )\n}\n\nexport const Thead = ({ children, ...props }: ComponentProps) => (\n <FP as=\"thead\" {...props}>\n {children}\n </FP>\n)\n\nexport const Tbody = ({ children, ...props }: ComponentProps) => (\n <FP as=\"tbody\" {...props}>\n {children}\n </FP>\n)\n\nexport const Tr = ({ children, ...props }: ComponentProps) => (\n <FP as=\"tr\" {...props}>\n {children}\n </FP>\n)\n\nexport const Td = ({ children, ...props }: ComponentProps) => (\n <FP as=\"td\" {...props}>\n {children}\n </FP>\n)\n\nexport const Table = ({ id, dataStyle, children, ...props }: ComponentProps) => {\n return (\n <FP\n as=\"section\"\n id={id}\n {...props}\n data-style=\"table-wrapper\"\n >\n <table>{children}</table>\n </FP>\n )\n}\n\nTable.displayName = 'Table'\nCaption.displayName = 'Caption'\nThead.displayName = 'Thead'\nTbody.displayName = 'Tbody'\nTr.displayName = 'Tr'\nTd.displayName = 'Td'\n\n","import { Table, Caption, Thead, Tbody, Td, Tr } from \"./table-elements\"\nimport { ComponentProps } from '../../types'\n\nexport interface TableProps extends ComponentProps {\n tblHead: React.ReactNode\n tblBody: React.ReactNode\n tblCaption?: React.ReactNode\n}\n\nexport type dataType = {id: number, items: string[]}[]\n\n/**\n * Render the `thead` by passing an array of names\n */\nexport const RenderHead = (data: []) => {\n const head = data.map((item, index) => {\n return <th key={index}>{item}</th>\n })\n return (\n <tr>\n {head}\n </tr>\n )\n}\n\n/**\n * Render the table body `tr`, `td` with the data provided\n */\nexport const RenderBody = (data: {}[]) => {\n const rec = data.map((item, index) => {\n return (\n <tr key={index}>\n {/* <td>{item?.id}</td>\n <td>{item?.items}</td> */}\n </tr>\n )\n })\n return (<Tbody>{rec}</Tbody>)\n}\n\n/**\n * Render the table placing `caption`, `thead` and `tbody` in the correct order\n * caption is optional\n */\nexport const RenderTable = ({tblBody, tblCaption, tblHead}: TableProps) => {\n return (\n <Table>\n {tblCaption && <Caption>{tblCaption}</Caption>}\n <Thead>\n <Tr>\n {tblHead}\n </Tr>\n </Thead>\n <Tbody>\n {tblBody}\n </Tbody>\n </Table>\n )\n}\n\nRenderTable.displayName = 'TBL'\nRenderBody.displayName = 'renderBody'\nRenderHead.displayName = 'renderHead'\n","import FP from '../fp'\nimport React from 'react'\n\nexport type TextElements =\n | 'p'\n | 'span'\n | 'a'\n | 'strong'\n | 'em'\n | 'small'\n | 's'\n | 'cite'\n | 'time'\n | 'code'\n | 'kbd'\n | 'sub'\n | 'sup'\n | 'i'\n | 'b'\n | 'u'\n | 'mark'\n | 'span'\n | 'blockquote'\nexport interface TextProps {\n /**\n * HTML element\n */\n elm?: TextElements\n children?: React.ReactNode\n text?: String\n styles?: {}\n}\n\nexport const Text = ({\n elm = 'p',\n text,\n styles,\n children,\n ...props\n}: TextProps) => {\n return (\n <FP as={elm} styles={styles} {...props}>\n {children || text}\n </FP>\n )\n}\n\nexport const Span = ({\n elm = 'span',\n children,\n styles,\n ...props\n}: TextProps) => {\n return (\n <FP as={elm} styles={styles} {...props}>\n {children}\n </FP>\n )\n}\n\nexport interface TitleProps {\n /**\n * HTML headings\n */\n elm?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6'\n children?: React.ReactNode\n styles?: {}\n}\n\nexport const Title = ({\n elm = 'h3',\n children,\n styles,\n ...props\n}: TitleProps) => {\n return (\n <FP as={elm} styles={styles} {...props}>\n {children}\n </FP>\n )\n}\n\nexport default Text\n\nText.displayName = 'Text'\nTitle.displayName = 'Title'\nSpan.displayName = 'Span'\n","import FP from '../fp'\nimport { InputProps } from './inputs'\nimport { SharedInputProps } from '../../types'\n\nexport interface TextareaProps extends SharedInputProps {\n /**\n * The number of lines in textarea\n */\n rows?: number\n /**\n * The number of columns in textarea\n */\n cols?: number\n /**\n * Textarea react ref\n */\n textareaRef?: React.RefObject<HTMLTextAreaElement>\n /**\n * Textarea change event handler\n */\n textareaChange?: (e: React.ChangeEvent<HTMLTextAreaElement>) => void\n /**\n * Textarea area blur event handler\n */\n textareaBlur?: (e: React.FocusEvent<HTMLTextAreaElement>) => void\n /**\n * Textarea keydown event handler\n */\n textareaDown?: (e: React.KeyboardEvent<HTMLTextAreaElement>) => void\n}\n\nexport const defaultStyles = {}\n\nexport const Textarea = ({\n value,\n rows,\n cols,\n id,\n required,\n disabled,\n readonly,\n textareaBlur,\n textareaChange,\n textareaDown,\n textareaRef,\n ...props\n}: TextareaProps) => {\n const handleChange = (e: React.ChangeEvent<HTMLTextAreaElement>) => {\n if (textareaChange && !disabled) {\n textareaChange(e)\n }\n }\n\n const handleBlur = (e: React.FocusEvent<HTMLTextAreaElement>) => {\n if (textareaBlur && !disabled) {\n textareaBlur?.(e)\n }\n }\n\n const handleKeyDown = (e: React.KeyboardEvent<HTMLTextAreaElement>) => {\n if (textareaDown && !disabled) {\n textareaDown?.(e)\n }\n }\n\n return (\n <FP\n as=\"textarea\"\n ref={textareaRef}\n rows={rows}\n cols={cols}\n styles={{ ...defaultStyles }}\n data-style=\"textarea\"\n id={id}\n required={required}\n value={value}\n aria-disabled={disabled}\n readOnly={readonly}\n onChange={handleChange}\n onBlur={handleBlur}\n onKeyDown={handleKeyDown}\n {...props}\n />\n )\n}\n\nTextarea.displayName = 'Textarea'\n"]}
|
package/libs/chunk-QHIABQNQ.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as m from 'react';
|
|
2
|
-
import m__default from 'react';
|
|
3
|
-
|
|
4
|
-
var fo=m__default.forwardRef(({as:o,styles:t,classes:r,children:l,defaultStyles:s,...i},p)=>{let K=o||"div",co={...s,...t};return m__default.createElement(K,{ref:p,style:co,className:r,...i},l)}),po=fo;var yo={display:"inline-flex",alignItems:"center",width:"auto"},Q=({fill:o,strokeColor:t,styles:r,size:l=24,role:s="img",alt:i,children:p,...K})=>m.createElement("svg",{fill:o,stroke:t,height:l,width:l,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",style:r,role:s,"aria-label":i,...K},p),e=Q;Q.displayName="Svg";Q.styles=yo;var uo={...e.styles,fill:"none",stroke:"currentColor"},Y=({strokeColor:o="currentColor",fill:t="none",size:r=16,styles:l,role:s="img",alt:i="Code icon",...p}={})=>m.createElement(e,{size:r,role:s,alt:i,styles:l,...p},m.createElement("g",{fill:t,stroke:o,strokeLinecap:"square",strokeLinejoin:"miter",strokeMiterlimit:"10",strokeWidth:"2"},m.createElement("rect",{height:"22",width:"18",fill:"none",stroke:o,x:"3",y:"1"}),m.createElement("polyline",{fill:"none",points:"9 9 6 12 9 15"}),m.createElement("polyline",{fill:"none",points:"15 15 18 12 15 9"})));Y.styles=uo;var ao={...e.styles,fill:"currentColor",stroke:"none"},k=({strokeColor:o="currentColor",fill:t="none",size:r=16,styles:l=ao,role:s="img",alt:i="Home icon",...p})=>m__default.createElement(e,{size:r,styles:l,role:s,alt:i,...p},m__default.createElement("g",{fill:t,stroke:o,strokeLinecap:"square",strokeLinejoin:"miter",strokeMiterlimit:"10",strokeWidth:"2"},m__default.createElement("polygon",{fill:"none",points:"12 2 2 10 2 23 9 23 9 16 15 16 15 23 22 23 22 10 12 2",stroke:o})));k.displayName="Home";k.styles=ao;var go={...e.styles,fill:"currentColor"},S=({fill:o="currentColor",size:t=24,role:r="img",alt:l="Add icon",...s})=>m.createElement(e,{size:t,role:r,alt:l,...s},m.createElement("g",{fill:o},m.createElement("path",{d:"M17,11h-4V7c0-.553-.447-1-1-1s-1,.447-1,1v4H7c-.553,0-1,.447-1,1s.447,1,1,1h4v4c0,.553,.447,1,1,1s1-.447,1-1v-4h4c.553,0,1-.447,1-1s-.447-1-1-1Z",fill:o})));S.styles=go;S.displayName="Add";var ko={...e.styles},x=({strokeColor:o="currentColor",fill:t="currentColor",size:r=16,styles:l,role:s="img",alt:i="Arrow pointing left",...p})=>m.createElement(e,{size:r,styles:l,role:s,...p,alt:i},m.createElement("g",{fill:t,strokeMiterlimit:"10"},m.createElement("line",{fill:"none",stroke:o,strokeLinecap:"butt",strokeLinejoin:"miter",strokeWidth:"2",x1:"22",x2:"2",y1:"12",y2:"12"}),m.createElement("polyline",{fill:"none",points:"9,19 2,12 9,5 ",stroke:o,strokeLinecap:"square",strokeLinejoin:"miter",strokeWidth:"2"})));x.styles=ko;x.displayName="ArrowLeft";var Po={...e.styles},h=({size:o=16,strokeColor:t="currentcolor",styles:r,role:l="img",alt:s="Chat icon",...i})=>m.createElement(e,{size:o,styles:r,role:l,alt:s,...i},m.createElement("g",{fill:t,strokeMiterlimit:"10"},m.createElement("path",{d:"M21,2H3c-1.105,0-2,.895-2,2V15c0,1.105,.895,2,2,2h5l4,5,4-5h5c1.105,0,2-.895,2-2V4c0-1.105-.895-2-2-2Z",fill:"none",stroke:t,strokeLinecap:"square",strokeLinejoin:"miter",strokeWidth:"2"})));h.styles=Po;h.displayName="Chat";var So={...e.styles},v=({fill:o="currentColor",styles:t,size:r=16,role:l="img",alt:s="Down icon",...i})=>m.createElement(e,{size:r,role:l,styles:t,alt:s,...i},m.createElement("g",{fill:o,strokeMiterlimit:"10"},m.createElement("line",{fill:"none",stroke:o,strokeLinecap:"butt",strokeLinejoin:"miter",strokeWidth:"2",x1:"12",x2:"12",y1:"2",y2:"22"}),m.createElement("polyline",{fill:"none",points:"19,15 12,22 5,15 ",stroke:o,strokeLinecap:"square",strokeLinejoin:"miter",strokeWidth:"2"})));v.styles=So;v.displayName="ArrowDown";var xo={...e.styles,fill:"none",stroke:"currentColor"},I=({strokeColor:o="currentColor",styles:t,size:r=16,role:l="img",alt:s="Up arrow icon",...i})=>m.createElement(e,{size:r,styles:t,role:l,alt:s,...i},m.createElement("g",{fill:"none",stroke:o,strokeLinecap:"square",strokeLinejoin:"miter",strokeMiterlimit:"10",strokeWidth:"2"},m.createElement("line",{fill:"none",strokeLinecap:"butt",x1:"12",x2:"12",y1:"22",y2:"2"}),m.createElement("polyline",{fill:"none",points:"5,9 12,2 19,9 ",stroke:o})));I.displayName="ArrowUp";I.style=xo;({...e.styles,fill:"currentColor"});var $=({size:o=16,fill:t="currentColor",strokeColor:r="currentColor",styles:l,role:s="img",alt:i="Right arrow icon",...p})=>m__default.createElement(e,{size:o,styles:l,role:s,alt:i,...p},m__default.createElement("g",{fill:t,stroke:r,strokeLinecap:"square",strokeLinejoin:"miter",strokeMiterlimit:"10",strokeWidth:"2"},m__default.createElement("line",{fill:"none",strokeLinecap:"butt",x1:"2",x2:"22",y1:"12",y2:"12"}),m__default.createElement("polyline",{fill:"none",points:"15,5 22,12 15,19 ",stroke:r})));$.displayName="ArrowRight";var Co={...e.styles,fill:"none",stroke:"currentColor"},z=({size:o=16,fill:t="none",strokeColor:r="currentColor",styles:l,alt:s="User Icon",role:i,...p})=>m__default.createElement(e,{size:o,role:i,alt:s,styles:l,...p},m__default.createElement("g",{fill:t,stroke:r,strokeLinecap:"square",strokeLinejoin:"miter",strokeMiterlimit:"10",strokeWidth:"2"},m__default.createElement("circle",{cx:"12",cy:"5.5",fill:"none",r:"4.5"}),m__default.createElement("path",{d:"M12,14c-4.971,0-9,4.029-9,9H21c0-4.971-4.029-9-9-9Z",fill:"none",stroke:r})));z.styles=Co;z.displayName="User";var ho={fill:"currentColor"},R=({size:o=16,fill:t="currentColor",styles:r,role:l="img",alt:s="Right arrow icon",...i})=>m__default.createElement(e,{size:o,alt:s,styles:r,role:l,...i},m__default.createElement("g",{fill:t},m__default.createElement("path",{d:"M7,23a1,1,0,0,1-.707-1.707L15.586,12,6.293,2.707A1,1,0,0,1,7.707,1.293l10,10a1,1,0,0,1,0,1.414l-10,10A1,1,0,0,1,7,23Z",fill:t})));R.displayName="Right";R.styles=ho;var vo={...e.styles,fill:"currentColor"},A=({fill:o="currentColor",size:t=16,styles:r,role:l="img",alt:s="Left arrow icon",...i})=>m__default.createElement(e,{size:t,styles:r,alt:s,role:l,...i},m__default.createElement("g",{fill:o},m__default.createElement("path",{d:"M17,23a1,1,0,0,1-.707-.293l-10-10a1,1,0,0,1,0-1.414l10-10a1,1,0,0,1,1.414,1.414L8.414,12l9.293,9.293A1,1,0,0,1,17,23Z",fill:o})));A.displayName="Left";A.styles=vo;var Io={fill:"currentColor"},M=({size:o=24,fill:t="currentColor",styles:r,role:l="img",alt:s="Minus icon",...i})=>m__default.createElement(e,{size:o,styles:r,role:l,alt:s,...i},m__default.createElement("g",{fill:t},m__default.createElement("path",{d:"M17,11H7c-.553,0-1,.447-1,1s.447,1,1,1h10c.553,0,1-.447,1-1s-.447-1-1-1Z",fill:t})));M.displayName="Minus";M.styles=Io;var wo={fill:"currenStyle"},N=({size:o=16,fill:t="currentColor",styles:r,role:l="img",alt:s="Remove icon",...i})=>m__default.createElement(e,{size:o,alt:s,styles:r,role:l,...i},m__default.createElement("g",{fill:t},m__default.createElement("path",{d:"M19.7,4.3c-0.4-0.4-1-0.4-1.4,0L12,10.6L5.7,4.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l6.3,6.3l-6.3,6.3 c-0.4,0.4-0.4,1,0,1.4C4.5,19.9,4.7,20,5,20s0.5-0.1,0.7-0.3l6.3-6.3l6.3,6.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L13.4,12l6.3-6.3C20.1,5.3,20.1,4.7,19.7,4.3z",fill:t})));N.displayName="Remove";N.styles=wo;var Lo={...e.styles,stroke:"currentColor"},j=({size:o=16,strokeColor:t="currentColor",styles:r,role:l="img",alt:s="Copy icon",...i})=>m__default.createElement(e,{size:o,styles:r,role:l,alt:s,...i},m__default.createElement("g",{fill:"none",stroke:t,strokeLinecap:"square",strokeLinejoin:"miter",strokeMiterlimit:"10",strokeWidth:"2"},m__default.createElement("polyline",{fill:"none",points:"8 19 2 19 2 1 17 1 17 6",stroke:t}),m__default.createElement("rect",{height:"13",width:"10",fill:"none",x:"12",y:"10"})));j.displayName="Copy";j.styles=Lo;var zo={...e.styles},W=({size:o=16,fill:t="currentColor",styles:r,role:l="img",alt:s="Up arrow icon",...i})=>m__default.createElement(e,{size:o,alt:s,styles:r,role:l,...i},m__default.createElement("g",{fill:t},m__default.createElement("path",{d:"M22,18a1,1,0,0,1-.707-.293L12,8.414,2.707,17.707a1,1,0,0,1-1.414-1.414l10-10a1,1,0,0,1,1.414,0l10,10A1,1,0,0,1,22,18Z",fill:t})));W.displayName="Up";W.styles=zo;var Ro={...e.styles},Z=({size:o=16,fill:t="currentColor",styles:r,role:l="img",alt:s="Down arrow icon",...i})=>m.createElement(e,{size:o,alt:s,styles:r,role:l,...i},m.createElement("g",{fill:t},m.createElement("path",{d:"M12,18a1,1,0,0,1-.707-.293l-10-10A1,1,0,0,1,2.707,6.293L12,15.586l9.293-9.293a1,1,0,1,1,1.414,1.414l-10,10A1,1,0,0,1,12,18Z",fill:t})));Z.displayName="Down";Z.styles=Ro;function io({size:o=16,fill:t,strokeColor:r="currentColor",styles:l,role:s="img",alt:i="Star icon",...p}){return m__default.createElement(e,{size:o,alt:i,styles:l,role:s,...p},m__default.createElement("g",{fill:t,stroke:r,strokeLinecap:"square",strokeLinejoin:"miter",strokeMiterlimit:"10",strokeWidth:"2"},m__default.createElement("polygon",{fill:"none",points:"12,2.49 15.09,8.75 22,9.754 17,14.628 18.18,21.51 12,18.262 5.82,21.51 7,14.628 2,9.754 8.91,8.75 ",stroke:r})))}io.displayName="Star";var Ao={...e.styles,fill:"none",stroke:"currentColor"},E=({strokeColor:o="currentColor",styles:t,size:r=24,role:l="img",alt:s="Up arrow icon",...i})=>m.createElement(e,{size:r,styles:t,role:l,alt:s,...i},m.createElement("g",{fill:"none","stroke-linecap":"square","stroke-linejoin":"miter","stroke-miterlimit":"10"},m.createElement("path",{d:"M7 21L7 3L19 12L7 21Z",stroke:o,"stroke-width":"2",fill:"none"})," "));E.displayName="PlayIcon";E.style=Ao;var Mo={...e.styles,fill:"none",stroke:"currentColor"},D=({strokeColor:o="currentColor",styles:t,size:r=16,role:l="img",alt:s="Up arrow icon",...i})=>m.createElement(e,{size:r,styles:t,role:l,alt:s,...i},m.createElement("g",{fill:"none","stroke-linecap":"square","stroke-linejoin":"miter","stroke-miterlimit":"10"},m.createElement("rect",{x:"2",y:"2",width:"6",height:"20",fill:"none",stroke:o,"stroke-width":"2"}),m.createElement("rect",{x:"16",y:"2",width:"6",height:"20",fill:"none",stroke:o,"stroke-width":"2"})));D.displayName="Pause";D.style=Mo;var No={...e.styles,fill:"none",stroke:"currentColor"},T=({strokeColor:o="currentColor",styles:t,size:r=16,role:l="img",alt:s="Up arrow icon",...i})=>m.createElement(e,{size:r,styles:t,role:l,alt:s,...i},m.createElement("g",{fill:"none","stroke-linecap":"square","stroke-linejoin":"miter","stroke-miterlimit":"10"},m.createElement("path",{d:"M20 21L20 3",stroke:o,"stroke-width":"2",fill:"none"}),m.createElement("path",{d:"M4 4L4 20L16 12L4 4Z",stroke:o,"stroke-width":"2",fill:"none"})));T.displayName="Resume";T.style=No;var Uo={...e.styles,fill:"none",stroke:"currentColor"},b=({strokeColor:o="currentColor",styles:t,size:r=16,role:l="img",alt:s="Up arrow icon",...i})=>m.createElement(e,{size:r,styles:t,role:l,alt:s,...i},m.createElement("g",{fill:"none","stroke-linecap":"square","stroke-linejoin":"miter","stroke-miterlimit":"10"},m.createElement("rect",{x:"2",y:"2",fill:"none",stroke:o,"stroke-width":"2",width:"20",height:"20"})));b.displayName="Stop";b.style=Uo;var jo={...e.styles,fill:"none",stroke:"currentColor"},O=({strokeColor:o="currentColor",styles:t,size:r=24,role:l="img",alt:s="Stop icon",...i})=>m.createElement(e,{size:r,styles:t,role:l,alt:s,...i},m.createElement("g",{fill:o},m.createElement("path",{fill:o,d:"M22,1H2C1.447,1,1,1.447,1,2v20c0,0.553,0.447,1,1,1h20c0.553,0,1-0.447,1-1V2C23,1.447,22.553,1,22,1z"})));O.displayName="StopSolid";O.style=jo;var Wo={...e.styles,fill:"none",stroke:"currentColor"},X=({strokeColor:o="currentColor",styles:t,size:r=24,role:l="img",alt:s="Up arrow icon",...i})=>m.createElement(e,{size:r,styles:t,role:l,alt:s,...i},m.createElement("g",{fill:o},m.createElement("path",{fill:o,d:"M20.555,11.168l-15-10c-0.307-0.204-0.702-0.224-1.026-0.05C4.203,1.292,4,1.631,4,2v20 c0,0.369,0.203,0.708,0.528,0.882C4.676,22.961,4.838,23,5,23c0.194,0,0.388-0.057,0.555-0.168l15-10C20.833,12.646,21,12.334,21,12 S20.833,11.354,20.555,11.168z"})));X.displayName="PlaySolid";X.style=Wo;var qo={...e.styles,fill:"none",stroke:"currentColor"},B=({strokeColor:o="currentColor",styles:t,size:r=24,role:l="img",alt:s="Pause arrow icon",...i})=>m.createElement(e,{size:r,styles:t,role:l,alt:s,...i},m.createElement("g",{fill:o},m.createElement("path",{d:"M7,1H2A1,1,0,0,0,1,2V22a1,1,0,0,0,1,1H7a1,1,0,0,0,1-1V2A1,1,0,0,0,7,1Z",fill:o}),m.createElement("path",{d:"M22,1H17a1,1,0,0,0-1,1V22a1,1,0,0,0,1,1h5a1,1,0,0,0,1-1V2A1,1,0,0,0,22,1Z",fill:o})));B.displayName="PauseSolid";B.style=qo;var Zo={...e.styles,fill:"none",stroke:"currentColor"},G=({strokeColor:o="currentColor",styles:t,size:r=16,role:l="img",alt:s="Up arrow icon",...i})=>m.createElement(e,{size:r,styles:t,role:l,alt:s,...i},m.createElement("g",{fill:o},m.createElement("path",{fill:o,"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3 21.8685L17.8028 12L3 2.1315L3 21.8685Z"}),m.createElement("path",{fill:o,"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19 2L19 22L21 22L21 2L19 2Z"})));G.displayName="ResumeSolid";G.style=Zo;var Eo={display:"inline-flex",direction:"row",gap:".2rem",placeItems:"center",width:"auto"},n=({id:o,classes:t,children:r,styles:l,...s})=>m__default.createElement(po,{id:o,as:"span",styles:l,className:t,"data-icon":!0,"data-style":"icons",...s},r),Rt=n;n.displayName="Icon";n.styles=Eo;n.Add=S;n.ArrowDown=v;n.ArrowLeft=x;n.ArrowRight=$;n.ArrowUp=I;n.Chat=h;n.Code=Y;n.Copy=j;n.Home=k;n.Left=A;n.Minus=M;n.Remove=N;n.Right=R;n.Star=io;n.Up=W;n.Down=Z;n.User=z;n.Play=E;n.Pause=D;n.Stop=b;n.Resume=T;n.ResumeSolid=G;n.PlaySolid=X;n.PauseSolid=B;n.StopSolid=O;
|
|
5
|
-
|
|
6
|
-
export { po as a, n as b, Rt as c };
|
|
7
|
-
//# sourceMappingURL=out.js.map
|
|
8
|
-
//# sourceMappingURL=chunk-QHIABQNQ.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/ui.tsx","../src/components/icons/components/code.tsx","../src/components/icons/components/svg.tsx","../src/components/icons/components/home.tsx","../src/components/icons/components/add.tsx","../src/components/icons/components/arrow-left.tsx","../src/components/icons/components/chat.tsx","../src/components/icons/components/arrow-down.tsx","../src/components/icons/components/arrow-up.tsx","../src/components/icons/components/arrow-right.tsx","../src/components/icons/components/user.tsx","../src/components/icons/components/right.tsx","../src/components/icons/components/left.tsx","../src/components/icons/components/minus.tsx","../src/components/icons/components/remove.tsx","../src/components/icons/components/copy.tsx","../src/components/icons/components/up.tsx","../src/components/icons/components/down.tsx","../src/components/icons/components/star.tsx","../src/components/icons/components/play.tsx","../src/components/icons/components/pause.tsx","../src/components/icons/components/resume.tsx","../src/components/icons/components/stop.tsx","../src/components/icons/components/stop-solid.tsx","../src/components/icons/components/play-solid.tsx","../src/components/icons/components/pause-solid.tsx","../src/components/icons/components/resume-solid.tsx","../src/components/icons/icon.tsx"],"names":["React","FP","as","styles","classes","children","defaultStyles","props","ref","Component","styleObj","ui_default","defaultStyes","Svg","fill","strokeColor","size","role","alt","svg_default","Code","Home","Add","ArrowLeft","Chat","ArrowDown","ArrowUp","ArrowRight","User","Right","Left","Minus","Remove","Copy","Up","Down","Star","Play","Pause","Resume","Stop","StopSolid","PlaySolid","PauseSolid","ResumeSolid","Icon","id","icon_default"],"mappings":"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","sourcesContent":["/* eslint-enable react/display-name */\nimport React from 'react'\n\ntype PolymorphicRef<C extends React.ElementType> =\n React.ComponentPropsWithRef<C>['ref']\n\ntype AsProp<C extends React.ElementType> = {\n as?: C\n}\n\ntype PropsToOmit<C extends React.ElementType, P> = keyof (AsProp<C> & P)\n\ntype PolymorphicComponentProp<\n C extends React.ElementType,\n Props = {},\n> = React.PropsWithChildren<Props & AsProp<C>> &\n Omit<React.ComponentPropsWithoutRef<C>, PropsToOmit<C, Props>>\n\ntype PolymorphicComponentPropWithRef<\n C extends React.ElementType,\n Props = {},\n> = PolymorphicComponentProp<C, Props> & {\n ref?: PolymorphicRef<C>\n}\n\ntype FPProps<C extends React.ElementType> = PolymorphicComponentPropWithRef<\n C,\n {\n renderStyles?: boolean\n styles?: React.CSSProperties\n classes?: string\n id?: string\n children?: React.ReactNode\n }\n>\n\n/*\n * FPComponent type definition\n *\n * Defines the component function signature for the FP component.\n *\n * @typeParam C - The HTML element type to render\n * @param props - The component props\n * @returns React component\n */\ntype FPComponent = <C extends React.ElementType = 'span'>(\n props: FPProps<C>,\n) => React.ReactElement | any\n\nconst FP: FPComponent = React.forwardRef(\n <C extends React.ElementType>(\n { as, styles, classes, children, defaultStyles, ...props }: FPProps<C>,\n ref?: PolymorphicRef<C>,\n ) => {\n const Component = as || 'div'\n\n const styleObj: React.CSSProperties = { ...defaultStyles, ...styles }\n\n return (\n <Component ref={ref} style={styleObj} className={classes} {...props}>\n {children}\n </Component>\n )\n },\n)\n\nexport default FP\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\nexport const Code = ({\n strokeColor = 'currentColor',\n fill = 'none',\n size = 16,\n styles,\n role = 'img',\n alt = 'Code icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n> = {}) => {\n return (\n <Svg size={size} role={role} alt={alt} styles={styles} {...props}>\n <g\n fill={fill}\n stroke={strokeColor}\n strokeLinecap=\"square\"\n strokeLinejoin=\"miter\"\n strokeMiterlimit=\"10\"\n strokeWidth=\"2\"\n >\n <rect\n height=\"22\"\n width=\"18\"\n fill=\"none\"\n stroke={strokeColor}\n x=\"3\"\n y=\"1\"\n />\n <polyline fill=\"none\" points=\"9 9 6 12 9 15\" />\n <polyline fill=\"none\" points=\"15 15 18 12 15 9\" />\n </g>\n </Svg>\n )\n}\n\nexport default Code\nCode.styles = defaultStyles\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\n\nconst defaultStyes = {\n display: 'inline-flex',\n alignItems: 'center',\n width: 'auto',\n}\n\nexport const Svg = ({\n fill,\n strokeColor,\n styles,\n size = 24,\n role = 'img',\n alt,\n children,\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt' | 'children'\n>) => {\n return (\n <svg\n fill={fill}\n stroke={strokeColor}\n height={size}\n width={size}\n viewBox=\"0 0 24 24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={styles}\n role={role}\n aria-label={alt}\n {...props}\n >\n {children}\n </svg>\n )\n}\n\nexport default Svg\nSvg.displayName = 'Svg'\nSvg.styles = defaultStyes\n","import { IconProps } from '../types'\nimport React from 'react'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'currentColor',\n stroke: 'none',\n}\n\n/**\n * Renders a home icon.\n *\n * @param {string} strokeColor - The color of the icon's stroke.\n * @param {string} fill - The color of the icon's fill.\n * @param {string} size - The size of the icon.\n * @param {string} viewBox - The viewBox of the icon.\n * @param {string} name - The name of the icon.\n * @param {Object} styles - The styles of the icon.\n * @param {Object} props - The props of the icon.\n * @returns {JSX.Element} - A home icon.\n */\nexport const Home = ({\n strokeColor = 'currentColor',\n fill = 'none',\n size = 16,\n styles = defaultStyles,\n role = 'img',\n alt = 'Home icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g\n fill={fill}\n stroke={strokeColor}\n strokeLinecap=\"square\"\n strokeLinejoin=\"miter\"\n strokeMiterlimit=\"10\"\n strokeWidth=\"2\"\n >\n <polygon\n fill=\"none\"\n points=\"12 2 2 10 2 23 9 23 9 16 15 16 15 23 22 23 22 10 12 2\"\n stroke={strokeColor}\n />\n </g>\n </Svg>\n )\n}\n\nexport default Home\nHome.displayName = 'Home'\nHome.styles = defaultStyles\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'currentColor',\n}\n\n/**\n * Add Icon component\n * @param {string} fill - Icon fill color (default: 'currentColor')\n * @param {string} size - Icon size (default: '24')\n * @param {IconProps} props - Other icon properties\n * @returns {JSX.Element} - Rendered component\n */\nexport const Add = ({\n fill = 'currentColor',\n size = 24,\n role = 'img',\n alt = 'Add icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>): JSX.Element => {\n return (\n <Svg size={size} role={role} alt={alt} {...props}>\n <g fill={fill}>\n <path\n d=\"M17,11h-4V7c0-.553-.447-1-1-1s-1,.447-1,1v4H7c-.553,0-1,.447-1,1s.447,1,1,1h4v4c0,.553,.447,1,1,1s1-.447,1-1v-4h4c.553,0,1-.447,1-1s-.447-1-1-1Z\"\n fill={fill}\n />\n </g>\n </Svg>\n )\n}\n\nexport default Add\nAdd.styles = defaultStyles\nAdd.displayName = 'Add'\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = { ...Svg.styles }\n\nexport const ArrowLeft = ({\n strokeColor = 'currentColor',\n fill = 'currentColor',\n size = 16,\n styles,\n role = 'img',\n alt = 'Arrow pointing left',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} {...props} alt={alt}>\n <g fill={fill} strokeMiterlimit=\"10\">\n <line\n fill=\"none\"\n stroke={strokeColor}\n strokeLinecap=\"butt\"\n strokeLinejoin=\"miter\"\n strokeWidth=\"2\"\n x1=\"22\"\n x2=\"2\"\n y1=\"12\"\n y2=\"12\"\n />\n <polyline\n fill=\"none\"\n points=\"9,19 2,12 9,5 \"\n stroke={strokeColor}\n strokeLinecap=\"square\"\n strokeLinejoin=\"miter\"\n strokeWidth=\"2\"\n />\n </g>\n </Svg>\n )\n}\n\nexport default ArrowLeft\nArrowLeft.styles = defaultStyles\nArrowLeft.displayName = 'ArrowLeft'\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = { ...Svg.styles }\n\n/**\n * @param {string} size - The width and height of the icon in pixels. Defaults to 24.\n * @param {string} strokeColor - The color of the icon stroke. Defaults to 'currentcolor'.\n * @param {React.CSSProperties} styles - Additional CSS styles to apply to the icon.\n * @param {IconProps} props - Additional props to pass to the SVG element.\n * @returns {JSX.Element} - A chat icon component that displays a speech bubble with lines representing text.\n */\nexport const Chat = ({\n size = 16,\n strokeColor = 'currentcolor',\n styles,\n role = 'img',\n alt = 'Chat icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>): JSX.Element => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g fill={strokeColor} strokeMiterlimit=\"10\">\n <path\n d=\"M21,2H3c-1.105,0-2,.895-2,2V15c0,1.105,.895,2,2,2h5l4,5,4-5h5c1.105,0,2-.895,2-2V4c0-1.105-.895-2-2-2Z\"\n fill=\"none\"\n stroke={strokeColor}\n strokeLinecap=\"square\"\n strokeLinejoin=\"miter\"\n strokeWidth=\"2\"\n />\n </g>\n </Svg>\n )\n}\n\nexport default Chat\nChat.styles = defaultStyles\nChat.displayName = 'Chat'\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = { ...Svg.styles }\n\n/**\n * ArrowDown icon component\n * @param fill - Icon fill color\n * @param strokeColor - Icon stroke color\n * @param styles - Icon styles\n * @param size - Icon size\n */\nexport const ArrowDown = ({\n fill = 'currentColor',\n styles,\n size = 16,\n role = 'img',\n alt = 'Down icon',\n ...props\n}: Pick<IconProps, 'fill' | 'styles' | 'size' | 'role' | 'alt'>) => {\n return (\n <Svg size={size} role={role} styles={styles} alt={alt} {...props}>\n <g fill={fill} strokeMiterlimit=\"10\">\n <line\n fill=\"none\"\n stroke={fill}\n strokeLinecap=\"butt\"\n strokeLinejoin=\"miter\"\n strokeWidth=\"2\"\n x1=\"12\"\n x2=\"12\"\n y1=\"2\"\n y2=\"22\"\n />\n <polyline\n fill=\"none\"\n points=\"19,15 12,22 5,15 \"\n stroke={fill}\n strokeLinecap=\"square\"\n strokeLinejoin=\"miter\"\n strokeWidth=\"2\"\n />\n </g>\n </Svg>\n )\n}\n\nexport default ArrowDown\nArrowDown.styles = defaultStyles\nArrowDown.displayName = 'ArrowDown'\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\n/**\n * ArrowUp icon component\n * @param fill - Icon fill color\n * @param strokeColor - Icon stroke color\n * @param styles - Icon styles\n * @param size - Icon size\n */\nexport const ArrowUp = ({\n strokeColor = 'currentColor',\n styles,\n size = 16,\n role = 'img',\n alt = 'Up arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g\n fill=\"none\"\n stroke={strokeColor}\n strokeLinecap=\"square\"\n strokeLinejoin=\"miter\"\n strokeMiterlimit=\"10\"\n strokeWidth=\"2\"\n >\n <line fill=\"none\" strokeLinecap=\"butt\" x1=\"12\" x2=\"12\" y1=\"22\" y2=\"2\" />\n <polyline fill=\"none\" points=\"5,9 12,2 19,9 \" stroke={strokeColor} />\n </g>\n </Svg>\n )\n}\n\nexport default ArrowUp\nArrowUp.displayName = 'ArrowUp'\nArrowUp.style = defaultStyles\n","import { IconProps } from '../types'\nimport React from 'react'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'currentColor',\n}\n\n/*\n * ArrowRight icon component.\n *\n * Renders a right arrow SVG icon.\n *\n * @param {IconProps} props - The component props\n * @param {string} [props.size=\"24\"] - Icon size\n * @param {string} [props.fill=\"currentColor\"] - Icon fill color\n * @param {string} [props.strokeColor=\"currentColor\"] - Stroke color\n *\n * @returns {React.ReactElement} - The rendered icon\n */\nexport const ArrowRight = ({\n size = 16,\n fill = 'currentColor',\n strokeColor = 'currentColor',\n styles,\n role = 'img',\n alt = 'Right arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g\n fill={fill}\n stroke={strokeColor}\n strokeLinecap=\"square\"\n strokeLinejoin=\"miter\"\n strokeMiterlimit=\"10\"\n strokeWidth=\"2\"\n >\n <line fill=\"none\" strokeLinecap=\"butt\" x1=\"2\" x2=\"22\" y1=\"12\" y2=\"12\" />\n <polyline fill=\"none\" points=\"15,5 22,12 15,19 \" stroke={strokeColor} />\n </g>\n </Svg>\n )\n}\n\nexport default ArrowRight\nArrowRight.displayName = 'ArrowRight'\n","import { IconProps } from '../types'\nimport React from 'react'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\nexport const User = ({\n size = 16,\n fill = 'none',\n strokeColor = 'currentColor',\n styles,\n alt = 'User Icon',\n role,\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} role={role} alt={alt} styles={styles} {...props}>\n <g\n fill={fill}\n stroke={strokeColor}\n strokeLinecap=\"square\"\n strokeLinejoin=\"miter\"\n strokeMiterlimit=\"10\"\n strokeWidth=\"2\"\n >\n <circle cx=\"12\" cy=\"5.5\" fill=\"none\" r=\"4.5\" />\n <path\n d=\"M12,14c-4.971,0-9,4.029-9,9H21c0-4.971-4.029-9-9-9Z\"\n fill=\"none\"\n stroke={strokeColor}\n />\n </g>\n </Svg>\n )\n}\n\nexport default User\nUser.styles = defaultStyles\nUser.displayName = 'User'\n","import { IconProps } from '../types'\nimport React from 'react'\nimport Svg from './svg'\n\nconst defaultStyles = {\n fill: 'currentColor',\n}\n\n/**\n * Renders a right arrow icon.\n *\n * @param {string} size - The size of the icon.\n * @param {string} fill - The fill color of the icon.\n * @param {React.CSSProperties} styles - The styles to apply to the icon.\n * @param {IconProps} props - The props to pass down to the icon.\n * @returns {JSX.Element} - A right arrow icon.\n */\nexport const Right = ({\n size = 16,\n fill = 'currentColor',\n styles,\n role = 'img',\n alt = 'Right arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} alt={alt} styles={styles} role={role} {...props}>\n <g fill={fill}>\n <path\n d=\"M7,23a1,1,0,0,1-.707-1.707L15.586,12,6.293,2.707A1,1,0,0,1,7.707,1.293l10,10a1,1,0,0,1,0,1.414l-10,10A1,1,0,0,1,7,23Z\"\n fill={fill}\n />\n </g>\n </Svg>\n )\n}\n\nexport default Right\nRight.displayName = 'Right'\nRight.styles = defaultStyles\n","import { IconProps } from '../types'\nimport React from 'react'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'currentColor',\n}\n\n/**\n * Left arrow icon\n * @param {string} fill - Icon fill color (default: 'currentColor')\n * @param {string} size - Icon size (default: '24')\n * @param {React.CSSProperties} styles - Icon styles (default: {})\n * @param {IconProps} props - Any other valid props for an SVG element\n * @returns {JSX.Element} - Rendered icon component\n */\nexport const Left = ({\n fill = 'currentColor',\n size = 16,\n styles,\n role = 'img',\n alt = 'Left arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} alt={alt} role={role} {...props}>\n <g fill={fill}>\n <path\n d=\"M17,23a1,1,0,0,1-.707-.293l-10-10a1,1,0,0,1,0-1.414l10-10a1,1,0,0,1,1.414,1.414L8.414,12l9.293,9.293A1,1,0,0,1,17,23Z\"\n fill={fill}\n />\n </g>\n </Svg>\n )\n}\n\nexport default Left\nLeft.displayName = 'Left'\nLeft.styles = defaultStyles\n","import { IconProps } from '../types'\nimport React from 'react'\nimport Svg from './svg'\n\nconst defaultStyles = {\n fill: 'currentColor',\n}\n\n/**\n * Minus icon component\n * @param {string} size - Icon size (default: 24)\n * @param {string} fill - Icon fill color (default: 'currentColor')\n * @param {object} styles - Inline styles for the SVG element\n * @param {object} props - Any other SVG attributes\n * @returns {JSX.Element} - Rendered Minus icon component\n */\nexport const Minus = ({\n size = 24,\n fill = 'currentColor',\n styles,\n role = 'img',\n alt = 'Minus icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g fill={fill}>\n <path\n d=\"M17,11H7c-.553,0-1,.447-1,1s.447,1,1,1h10c.553,0,1-.447,1-1s-.447-1-1-1Z\"\n fill={fill}\n />\n </g>\n </Svg>\n )\n}\n\nexport default Minus\nMinus.displayName = 'Minus'\nMinus.styles = defaultStyles\n","import { IconProps } from '../types'\nimport React from 'react'\nimport Svg from './svg'\n\nconst defaultStyles = {\n fill: 'currenStyle',\n}\n\n/**\n * Remove icon component\n * @param {string} size - The size of the icon\n * @param {string} fill - The fill color of the icon\n * @param {object} styles - The styles to apply to the icon\n * @param {object} props - The additional props to pass to the icon\n * @returns {JSX.Element} - The Remove icon component\n */\nexport const Remove = ({\n size = 16,\n fill = 'currentColor',\n styles,\n role = 'img',\n alt = 'Remove icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} alt={alt} styles={styles} role={role} {...props}>\n <g fill={fill}>\n <path\n d=\"M19.7,4.3c-0.4-0.4-1-0.4-1.4,0L12,10.6L5.7,4.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l6.3,6.3l-6.3,6.3 c-0.4,0.4-0.4,1,0,1.4C4.5,19.9,4.7,20,5,20s0.5-0.1,0.7-0.3l6.3-6.3l6.3,6.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L13.4,12l6.3-6.3C20.1,5.3,20.1,4.7,19.7,4.3z\"\n fill={fill}\n />\n </g>\n </Svg>\n )\n}\n\nexport default Remove\nRemove.displayName = 'Remove'\nRemove.styles = defaultStyles\n","import { IconProps } from '../types'\nimport React from 'react'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n stroke: 'currentColor',\n}\n\n/**\n * Copy icon component\n * @param {string} size - The width and height of the icon\n * @param {string} strokeColor - The color of the icon stroke\n * @param {IconProps} props - The icon component props\n * @returns {JSX.Element} - A react JSX element representing the copy icon\n */\nexport const Copy = ({\n size = 16,\n strokeColor = 'currentColor',\n styles,\n role = 'img',\n alt = 'Copy icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>): JSX.Element => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g\n fill=\"none\"\n stroke={strokeColor}\n strokeLinecap=\"square\"\n strokeLinejoin=\"miter\"\n strokeMiterlimit=\"10\"\n strokeWidth=\"2\"\n >\n <polyline\n fill=\"none\"\n points=\"8 19 2 19 2 1 17 1 17 6\"\n stroke={strokeColor}\n />\n <rect height=\"13\" width=\"10\" fill=\"none\" x=\"12\" y=\"10\" />\n </g>\n </Svg>\n )\n}\n\nexport default Copy\nCopy.displayName = 'Copy'\nCopy.styles = defaultStyles\n","import { IconProps } from '../types'\nimport React from 'react'\nimport Svg from './svg'\n\nconst defaultStyles = { ...Svg.styles }\nexport const Up = ({\n size = 16,\n fill = 'currentColor',\n styles,\n role = 'img',\n alt = 'Up arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} alt={alt} styles={styles} role={role} {...props}>\n <g fill={fill}>\n <path\n d=\"M22,18a1,1,0,0,1-.707-.293L12,8.414,2.707,17.707a1,1,0,0,1-1.414-1.414l10-10a1,1,0,0,1,1.414,0l10,10A1,1,0,0,1,22,18Z\"\n fill={fill}\n />\n </g>\n </Svg>\n )\n}\n\nexport default Up\nUp.displayName = 'Up'\nUp.styles = defaultStyles\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = { ...Svg.styles }\n\nexport const Down = ({\n size = 16,\n fill = 'currentColor',\n styles,\n role = 'img',\n alt = 'Down arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} alt={alt} styles={styles} role={role} {...props}>\n <g fill={fill}>\n <path\n d=\"M12,18a1,1,0,0,1-.707-.293l-10-10A1,1,0,0,1,2.707,6.293L12,15.586l9.293-9.293a1,1,0,1,1,1.414,1.414l-10,10A1,1,0,0,1,12,18Z\"\n fill={fill}\n />\n </g>\n </Svg>\n )\n}\n\nexport default Down\nDown.displayName = 'Down'\nDown.styles = defaultStyles\n","import { IconProps } from '../types'\nimport React from 'react'\nimport Svg from './svg'\n\nexport function Star({\n size = 16,\n fill,\n strokeColor = 'currentColor',\n styles,\n role = 'img',\n alt = 'Star icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) {\n return (\n <Svg size={size} alt={alt} styles={styles} role={role} {...props}>\n <g\n fill={fill}\n stroke={strokeColor}\n strokeLinecap=\"square\"\n strokeLinejoin=\"miter\"\n strokeMiterlimit=\"10\"\n strokeWidth=\"2\"\n >\n <polygon\n fill=\"none\"\n points=\"12,2.49 15.09,8.75 22,9.754 17,14.628 18.18,21.51 12,18.262 5.82,21.51 7,14.628 2,9.754 8.91,8.75 \"\n stroke={strokeColor}\n />\n </g>\n </Svg>\n )\n}\n\nexport default Star\nStar.displayName = 'Star'\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\n/**\n * ArrowUp icon component\n * @param fill - Icon fill color\n * @param strokeColor - Icon stroke color\n * @param styles - Icon styles\n * @param size - Icon size\n */\nexport const Play = ({\n strokeColor = 'currentColor',\n styles,\n size = 24,\n role = 'img',\n alt = 'Up arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g\n fill=\"none\"\n stroke-linecap=\"square\"\n stroke-linejoin=\"miter\"\n stroke-miterlimit=\"10\"\n >\n <path\n d=\"M7 21L7 3L19 12L7 21Z\"\n stroke={strokeColor}\n stroke-width=\"2\"\n fill=\"none\"\n ></path>{' '}\n </g>\n </Svg>\n )\n}\n\nexport default Play\nPlay.displayName = 'PlayIcon'\nPlay.style = defaultStyles\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\n/**\n * ArrowUp icon component\n * @param fill - Icon fill color\n * @param strokeColor - Icon stroke color\n * @param styles - Icon styles\n * @param size - Icon size\n */\nexport const Pause = ({\n strokeColor = 'currentColor',\n styles,\n size = 16,\n role = 'img',\n alt = 'Up arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g\n fill=\"none\"\n stroke-linecap=\"square\"\n stroke-linejoin=\"miter\"\n stroke-miterlimit=\"10\"\n >\n <rect\n x=\"2\"\n y=\"2\"\n width=\"6\"\n height=\"20\"\n fill=\"none\"\n stroke={strokeColor}\n stroke-width=\"2\"\n ></rect>\n <rect\n x=\"16\"\n y=\"2\"\n width=\"6\"\n height=\"20\"\n fill=\"none\"\n stroke={strokeColor}\n stroke-width=\"2\"\n ></rect>\n </g>\n </Svg>\n )\n}\n\nexport default Pause\nPause.displayName = 'Pause'\nPause.style = defaultStyles\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\n/**\n * Resume icon component\n * @param fill - Icon fill color\n * @param strokeColor - Icon stroke color\n * @param styles - Icon styles\n * @param size - Icon size\n */\nexport const Resume = ({\n strokeColor = 'currentColor',\n styles,\n size = 16,\n role = 'img',\n alt = 'Up arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g\n fill=\"none\"\n stroke-linecap=\"square\"\n stroke-linejoin=\"miter\"\n stroke-miterlimit=\"10\"\n >\n <path\n d=\"M20 21L20 3\"\n stroke={strokeColor}\n stroke-width=\"2\"\n fill=\"none\"\n ></path>\n <path\n d=\"M4 4L4 20L16 12L4 4Z\"\n stroke={strokeColor}\n stroke-width=\"2\"\n fill=\"none\"\n ></path>\n </g>\n </Svg>\n )\n}\n\nexport default Resume\nResume.displayName = 'Resume'\nResume.style = defaultStyles\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\n/**\n * Stop icon component\n * @param fill - Icon fill color\n * @param strokeColor - Icon stroke color\n * @param styles - Icon styles\n * @param size - Icon size\n */\nexport const Stop = ({\n strokeColor = 'currentColor',\n styles,\n size = 16,\n role = 'img',\n alt = 'Up arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g\n fill=\"none\"\n stroke-linecap=\"square\"\n stroke-linejoin=\"miter\"\n stroke-miterlimit=\"10\"\n >\n <rect\n x=\"2\"\n y=\"2\"\n fill=\"none\"\n stroke={strokeColor}\n stroke-width=\"2\"\n width=\"20\"\n height=\"20\"\n ></rect>\n </g>\n </Svg>\n )\n}\n\nexport default Stop\nStop.displayName = 'Stop'\nStop.style = defaultStyles\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\n/**\n * Stop icon component\n * @param fill - Icon fill color\n * @param strokeColor - Icon stroke color\n * @param styles - Icon styles\n * @param size - Icon size\n */\nexport const StopSolid = ({\n strokeColor = 'currentColor',\n styles,\n size = 24,\n role = 'img',\n alt = 'Stop icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g fill={strokeColor}>\n <path\n fill={strokeColor}\n d=\"M22,1H2C1.447,1,1,1.447,1,2v20c0,0.553,0.447,1,1,1h20c0.553,0,1-0.447,1-1V2C23,1.447,22.553,1,22,1z\"\n ></path>\n </g>\n </Svg>\n )\n}\n\nexport default StopSolid\nStopSolid.displayName = 'StopSolid'\nStopSolid.style = defaultStyles\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\n/**\n * ArrowUp icon component\n * @param fill - Icon fill color\n * @param strokeColor - Icon stroke color\n * @param styles - Icon styles\n * @param size - Icon size\n */\nexport const PlaySolid = ({\n strokeColor = 'currentColor',\n styles,\n size = 24,\n role = 'img',\n alt = 'Up arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g fill={strokeColor}>\n <path\n fill={strokeColor}\n d=\"M20.555,11.168l-15-10c-0.307-0.204-0.702-0.224-1.026-0.05C4.203,1.292,4,1.631,4,2v20 c0,0.369,0.203,0.708,0.528,0.882C4.676,22.961,4.838,23,5,23c0.194,0,0.388-0.057,0.555-0.168l15-10C20.833,12.646,21,12.334,21,12 S20.833,11.354,20.555,11.168z\"\n ></path>\n </g>\n </Svg>\n )\n}\n\nexport default PlaySolid\nPlaySolid.displayName = 'PlaySolid'\nPlaySolid.style = defaultStyles\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\n/**\n * ArrowUp icon component\n * @param fill - Icon fill color\n * @param strokeColor - Icon stroke color\n * @param styles - Icon styles\n * @param size - Icon size\n */\nexport const PauseSolid = ({\n strokeColor = 'currentColor',\n styles,\n size = 24,\n role = 'img',\n alt = 'Pause arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g fill={strokeColor}>\n <path\n d=\"M7,1H2A1,1,0,0,0,1,2V22a1,1,0,0,0,1,1H7a1,1,0,0,0,1-1V2A1,1,0,0,0,7,1Z\"\n fill={strokeColor}\n ></path>\n <path\n d=\"M22,1H17a1,1,0,0,0-1,1V22a1,1,0,0,0,1,1h5a1,1,0,0,0,1-1V2A1,1,0,0,0,22,1Z\"\n fill={strokeColor}\n ></path>\n </g>\n </Svg>\n )\n}\n\nexport default PauseSolid\nPauseSolid.displayName = 'PauseSolid'\nPauseSolid.style = defaultStyles\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\n/**\n * Resume icon component\n * @param fill - Icon fill color\n * @param strokeColor - Icon stroke color\n * @param styles - Icon styles\n * @param size - Icon size\n */\nexport const ResumeSolid = ({\n strokeColor = 'currentColor',\n styles,\n size = 16,\n role = 'img',\n alt = 'Up arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g fill={strokeColor}>\n <path\n fill={strokeColor}\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M3 21.8685L17.8028 12L3 2.1315L3 21.8685Z\"\n ></path>\n <path\n fill={strokeColor}\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M19 2L19 22L21 22L21 2L19 2Z\"\n ></path>\n </g>\n </Svg>\n )\n}\n\nexport default ResumeSolid\nResumeSolid.displayName = 'ResumeSolid'\nResumeSolid.style = defaultStyles\n","import {\n Add,\n ArrowDown,\n ArrowLeft,\n ArrowRight,\n ArrowUp,\n Chat,\n Code,\n Copy,\n Down,\n Home,\n Left,\n Minus,\n Remove,\n Right,\n Star,\n Up,\n User,\n Play,\n Pause,\n Stop,\n Resume,\n PlaySolid,\n PauseSolid,\n ResumeSolid,\n StopSolid\n} from './index'\n\nimport UI from '#components/ui'\nimport React from 'react'\n\n/**\n * The default styles object for the Icon component.\n *\n * @property {string} display - Sets display to 'inline-flex' to make Icon inline.\n * @property {string} direction - Sets flex direction to 'row'.\n * @property {string} gap - Sets gap between items to '.2rem'.\n * @property {string} placeItems - Centers items vertically using 'center'.\n * @property {string} width - Sets width to 'auto' for automatic sizing.\n */\nconst defaultStyles = {\n display: 'inline-flex',\n direction: 'row',\n gap: '.2rem',\n placeItems: 'center',\n width: 'auto',\n}\n\nexport type IconProps = React.ComponentProps<typeof UI>\n\nexport const Icon = ({\n id,\n classes,\n children,\n styles,\n ...props\n}: IconProps) => {\n return (\n <UI\n id={id}\n as=\"span\"\n styles={styles}\n className={classes}\n data-icon\n data-style=\"icons\"\n {...props}\n >\n {children}\n </UI>\n )\n}\n\nexport default Icon\nIcon.displayName = 'Icon'\nIcon.styles = defaultStyles\nIcon.Add = Add\nIcon.ArrowDown = ArrowDown\nIcon.ArrowLeft = ArrowLeft\nIcon.ArrowRight = ArrowRight\nIcon.ArrowUp = ArrowUp\nIcon.Chat = Chat\nIcon.Code = Code\nIcon.Copy = Copy\nIcon.Home = Home\nIcon.Left = Left\nIcon.Minus = Minus\nIcon.Remove = Remove\nIcon.Right = Right\nIcon.Star = Star\nIcon.Up = Up\nIcon.Down = Down\nIcon.User = User\nIcon.Play = Play\nIcon.Pause = Pause\nIcon.Stop = Stop\nIcon.Resume = Resume\nIcon.ResumeSolid = ResumeSolid\nIcon.PlaySolid = PlaySolid\nIcon.PauseSolid = PauseSolid\nIcon.StopSolid = StopSolid\n"]}
|
package/libs/chunk-ZOHIKF6I.cjs
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var m = require('react');
|
|
4
|
-
|
|
5
|
-
function _interopNamespace(e) {
|
|
6
|
-
if (e && e.__esModule) return e;
|
|
7
|
-
var n = Object.create(null);
|
|
8
|
-
if (e) {
|
|
9
|
-
Object.keys(e).forEach(function (k) {
|
|
10
|
-
if (k !== 'default') {
|
|
11
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
12
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function () { return e[k]; }
|
|
15
|
-
});
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
n.default = e;
|
|
20
|
-
return Object.freeze(n);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
var m__namespace = /*#__PURE__*/_interopNamespace(m);
|
|
24
|
-
|
|
25
|
-
var fo=m__namespace.default.forwardRef(({as:o,styles:t,classes:r,children:l,defaultStyles:s,...i},p)=>{let K=o||"div",co={...s,...t};return m__namespace.default.createElement(K,{ref:p,style:co,className:r,...i},l)}),po=fo;var yo={display:"inline-flex",alignItems:"center",width:"auto"},Q=({fill:o,strokeColor:t,styles:r,size:l=24,role:s="img",alt:i,children:p,...K})=>m__namespace.createElement("svg",{fill:o,stroke:t,height:l,width:l,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",style:r,role:s,"aria-label":i,...K},p),e=Q;Q.displayName="Svg";Q.styles=yo;var uo={...e.styles,fill:"none",stroke:"currentColor"},Y=({strokeColor:o="currentColor",fill:t="none",size:r=16,styles:l,role:s="img",alt:i="Code icon",...p}={})=>m__namespace.createElement(e,{size:r,role:s,alt:i,styles:l,...p},m__namespace.createElement("g",{fill:t,stroke:o,strokeLinecap:"square",strokeLinejoin:"miter",strokeMiterlimit:"10",strokeWidth:"2"},m__namespace.createElement("rect",{height:"22",width:"18",fill:"none",stroke:o,x:"3",y:"1"}),m__namespace.createElement("polyline",{fill:"none",points:"9 9 6 12 9 15"}),m__namespace.createElement("polyline",{fill:"none",points:"15 15 18 12 15 9"})));Y.styles=uo;var ao={...e.styles,fill:"currentColor",stroke:"none"},k=({strokeColor:o="currentColor",fill:t="none",size:r=16,styles:l=ao,role:s="img",alt:i="Home icon",...p})=>m__namespace.default.createElement(e,{size:r,styles:l,role:s,alt:i,...p},m__namespace.default.createElement("g",{fill:t,stroke:o,strokeLinecap:"square",strokeLinejoin:"miter",strokeMiterlimit:"10",strokeWidth:"2"},m__namespace.default.createElement("polygon",{fill:"none",points:"12 2 2 10 2 23 9 23 9 16 15 16 15 23 22 23 22 10 12 2",stroke:o})));k.displayName="Home";k.styles=ao;var go={...e.styles,fill:"currentColor"},S=({fill:o="currentColor",size:t=24,role:r="img",alt:l="Add icon",...s})=>m__namespace.createElement(e,{size:t,role:r,alt:l,...s},m__namespace.createElement("g",{fill:o},m__namespace.createElement("path",{d:"M17,11h-4V7c0-.553-.447-1-1-1s-1,.447-1,1v4H7c-.553,0-1,.447-1,1s.447,1,1,1h4v4c0,.553,.447,1,1,1s1-.447,1-1v-4h4c.553,0,1-.447,1-1s-.447-1-1-1Z",fill:o})));S.styles=go;S.displayName="Add";var ko={...e.styles},x=({strokeColor:o="currentColor",fill:t="currentColor",size:r=16,styles:l,role:s="img",alt:i="Arrow pointing left",...p})=>m__namespace.createElement(e,{size:r,styles:l,role:s,...p,alt:i},m__namespace.createElement("g",{fill:t,strokeMiterlimit:"10"},m__namespace.createElement("line",{fill:"none",stroke:o,strokeLinecap:"butt",strokeLinejoin:"miter",strokeWidth:"2",x1:"22",x2:"2",y1:"12",y2:"12"}),m__namespace.createElement("polyline",{fill:"none",points:"9,19 2,12 9,5 ",stroke:o,strokeLinecap:"square",strokeLinejoin:"miter",strokeWidth:"2"})));x.styles=ko;x.displayName="ArrowLeft";var Po={...e.styles},h=({size:o=16,strokeColor:t="currentcolor",styles:r,role:l="img",alt:s="Chat icon",...i})=>m__namespace.createElement(e,{size:o,styles:r,role:l,alt:s,...i},m__namespace.createElement("g",{fill:t,strokeMiterlimit:"10"},m__namespace.createElement("path",{d:"M21,2H3c-1.105,0-2,.895-2,2V15c0,1.105,.895,2,2,2h5l4,5,4-5h5c1.105,0,2-.895,2-2V4c0-1.105-.895-2-2-2Z",fill:"none",stroke:t,strokeLinecap:"square",strokeLinejoin:"miter",strokeWidth:"2"})));h.styles=Po;h.displayName="Chat";var So={...e.styles},v=({fill:o="currentColor",styles:t,size:r=16,role:l="img",alt:s="Down icon",...i})=>m__namespace.createElement(e,{size:r,role:l,styles:t,alt:s,...i},m__namespace.createElement("g",{fill:o,strokeMiterlimit:"10"},m__namespace.createElement("line",{fill:"none",stroke:o,strokeLinecap:"butt",strokeLinejoin:"miter",strokeWidth:"2",x1:"12",x2:"12",y1:"2",y2:"22"}),m__namespace.createElement("polyline",{fill:"none",points:"19,15 12,22 5,15 ",stroke:o,strokeLinecap:"square",strokeLinejoin:"miter",strokeWidth:"2"})));v.styles=So;v.displayName="ArrowDown";var xo={...e.styles,fill:"none",stroke:"currentColor"},I=({strokeColor:o="currentColor",styles:t,size:r=16,role:l="img",alt:s="Up arrow icon",...i})=>m__namespace.createElement(e,{size:r,styles:t,role:l,alt:s,...i},m__namespace.createElement("g",{fill:"none",stroke:o,strokeLinecap:"square",strokeLinejoin:"miter",strokeMiterlimit:"10",strokeWidth:"2"},m__namespace.createElement("line",{fill:"none",strokeLinecap:"butt",x1:"12",x2:"12",y1:"22",y2:"2"}),m__namespace.createElement("polyline",{fill:"none",points:"5,9 12,2 19,9 ",stroke:o})));I.displayName="ArrowUp";I.style=xo;({...e.styles,fill:"currentColor"});var $=({size:o=16,fill:t="currentColor",strokeColor:r="currentColor",styles:l,role:s="img",alt:i="Right arrow icon",...p})=>m__namespace.default.createElement(e,{size:o,styles:l,role:s,alt:i,...p},m__namespace.default.createElement("g",{fill:t,stroke:r,strokeLinecap:"square",strokeLinejoin:"miter",strokeMiterlimit:"10",strokeWidth:"2"},m__namespace.default.createElement("line",{fill:"none",strokeLinecap:"butt",x1:"2",x2:"22",y1:"12",y2:"12"}),m__namespace.default.createElement("polyline",{fill:"none",points:"15,5 22,12 15,19 ",stroke:r})));$.displayName="ArrowRight";var Co={...e.styles,fill:"none",stroke:"currentColor"},z=({size:o=16,fill:t="none",strokeColor:r="currentColor",styles:l,alt:s="User Icon",role:i,...p})=>m__namespace.default.createElement(e,{size:o,role:i,alt:s,styles:l,...p},m__namespace.default.createElement("g",{fill:t,stroke:r,strokeLinecap:"square",strokeLinejoin:"miter",strokeMiterlimit:"10",strokeWidth:"2"},m__namespace.default.createElement("circle",{cx:"12",cy:"5.5",fill:"none",r:"4.5"}),m__namespace.default.createElement("path",{d:"M12,14c-4.971,0-9,4.029-9,9H21c0-4.971-4.029-9-9-9Z",fill:"none",stroke:r})));z.styles=Co;z.displayName="User";var ho={fill:"currentColor"},R=({size:o=16,fill:t="currentColor",styles:r,role:l="img",alt:s="Right arrow icon",...i})=>m__namespace.default.createElement(e,{size:o,alt:s,styles:r,role:l,...i},m__namespace.default.createElement("g",{fill:t},m__namespace.default.createElement("path",{d:"M7,23a1,1,0,0,1-.707-1.707L15.586,12,6.293,2.707A1,1,0,0,1,7.707,1.293l10,10a1,1,0,0,1,0,1.414l-10,10A1,1,0,0,1,7,23Z",fill:t})));R.displayName="Right";R.styles=ho;var vo={...e.styles,fill:"currentColor"},A=({fill:o="currentColor",size:t=16,styles:r,role:l="img",alt:s="Left arrow icon",...i})=>m__namespace.default.createElement(e,{size:t,styles:r,alt:s,role:l,...i},m__namespace.default.createElement("g",{fill:o},m__namespace.default.createElement("path",{d:"M17,23a1,1,0,0,1-.707-.293l-10-10a1,1,0,0,1,0-1.414l10-10a1,1,0,0,1,1.414,1.414L8.414,12l9.293,9.293A1,1,0,0,1,17,23Z",fill:o})));A.displayName="Left";A.styles=vo;var Io={fill:"currentColor"},M=({size:o=24,fill:t="currentColor",styles:r,role:l="img",alt:s="Minus icon",...i})=>m__namespace.default.createElement(e,{size:o,styles:r,role:l,alt:s,...i},m__namespace.default.createElement("g",{fill:t},m__namespace.default.createElement("path",{d:"M17,11H7c-.553,0-1,.447-1,1s.447,1,1,1h10c.553,0,1-.447,1-1s-.447-1-1-1Z",fill:t})));M.displayName="Minus";M.styles=Io;var wo={fill:"currenStyle"},N=({size:o=16,fill:t="currentColor",styles:r,role:l="img",alt:s="Remove icon",...i})=>m__namespace.default.createElement(e,{size:o,alt:s,styles:r,role:l,...i},m__namespace.default.createElement("g",{fill:t},m__namespace.default.createElement("path",{d:"M19.7,4.3c-0.4-0.4-1-0.4-1.4,0L12,10.6L5.7,4.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l6.3,6.3l-6.3,6.3 c-0.4,0.4-0.4,1,0,1.4C4.5,19.9,4.7,20,5,20s0.5-0.1,0.7-0.3l6.3-6.3l6.3,6.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L13.4,12l6.3-6.3C20.1,5.3,20.1,4.7,19.7,4.3z",fill:t})));N.displayName="Remove";N.styles=wo;var Lo={...e.styles,stroke:"currentColor"},j=({size:o=16,strokeColor:t="currentColor",styles:r,role:l="img",alt:s="Copy icon",...i})=>m__namespace.default.createElement(e,{size:o,styles:r,role:l,alt:s,...i},m__namespace.default.createElement("g",{fill:"none",stroke:t,strokeLinecap:"square",strokeLinejoin:"miter",strokeMiterlimit:"10",strokeWidth:"2"},m__namespace.default.createElement("polyline",{fill:"none",points:"8 19 2 19 2 1 17 1 17 6",stroke:t}),m__namespace.default.createElement("rect",{height:"13",width:"10",fill:"none",x:"12",y:"10"})));j.displayName="Copy";j.styles=Lo;var zo={...e.styles},W=({size:o=16,fill:t="currentColor",styles:r,role:l="img",alt:s="Up arrow icon",...i})=>m__namespace.default.createElement(e,{size:o,alt:s,styles:r,role:l,...i},m__namespace.default.createElement("g",{fill:t},m__namespace.default.createElement("path",{d:"M22,18a1,1,0,0,1-.707-.293L12,8.414,2.707,17.707a1,1,0,0,1-1.414-1.414l10-10a1,1,0,0,1,1.414,0l10,10A1,1,0,0,1,22,18Z",fill:t})));W.displayName="Up";W.styles=zo;var Ro={...e.styles},Z=({size:o=16,fill:t="currentColor",styles:r,role:l="img",alt:s="Down arrow icon",...i})=>m__namespace.createElement(e,{size:o,alt:s,styles:r,role:l,...i},m__namespace.createElement("g",{fill:t},m__namespace.createElement("path",{d:"M12,18a1,1,0,0,1-.707-.293l-10-10A1,1,0,0,1,2.707,6.293L12,15.586l9.293-9.293a1,1,0,1,1,1.414,1.414l-10,10A1,1,0,0,1,12,18Z",fill:t})));Z.displayName="Down";Z.styles=Ro;function io({size:o=16,fill:t,strokeColor:r="currentColor",styles:l,role:s="img",alt:i="Star icon",...p}){return m__namespace.default.createElement(e,{size:o,alt:i,styles:l,role:s,...p},m__namespace.default.createElement("g",{fill:t,stroke:r,strokeLinecap:"square",strokeLinejoin:"miter",strokeMiterlimit:"10",strokeWidth:"2"},m__namespace.default.createElement("polygon",{fill:"none",points:"12,2.49 15.09,8.75 22,9.754 17,14.628 18.18,21.51 12,18.262 5.82,21.51 7,14.628 2,9.754 8.91,8.75 ",stroke:r})))}io.displayName="Star";var Ao={...e.styles,fill:"none",stroke:"currentColor"},E=({strokeColor:o="currentColor",styles:t,size:r=24,role:l="img",alt:s="Up arrow icon",...i})=>m__namespace.createElement(e,{size:r,styles:t,role:l,alt:s,...i},m__namespace.createElement("g",{fill:"none","stroke-linecap":"square","stroke-linejoin":"miter","stroke-miterlimit":"10"},m__namespace.createElement("path",{d:"M7 21L7 3L19 12L7 21Z",stroke:o,"stroke-width":"2",fill:"none"})," "));E.displayName="PlayIcon";E.style=Ao;var Mo={...e.styles,fill:"none",stroke:"currentColor"},D=({strokeColor:o="currentColor",styles:t,size:r=16,role:l="img",alt:s="Up arrow icon",...i})=>m__namespace.createElement(e,{size:r,styles:t,role:l,alt:s,...i},m__namespace.createElement("g",{fill:"none","stroke-linecap":"square","stroke-linejoin":"miter","stroke-miterlimit":"10"},m__namespace.createElement("rect",{x:"2",y:"2",width:"6",height:"20",fill:"none",stroke:o,"stroke-width":"2"}),m__namespace.createElement("rect",{x:"16",y:"2",width:"6",height:"20",fill:"none",stroke:o,"stroke-width":"2"})));D.displayName="Pause";D.style=Mo;var No={...e.styles,fill:"none",stroke:"currentColor"},T=({strokeColor:o="currentColor",styles:t,size:r=16,role:l="img",alt:s="Up arrow icon",...i})=>m__namespace.createElement(e,{size:r,styles:t,role:l,alt:s,...i},m__namespace.createElement("g",{fill:"none","stroke-linecap":"square","stroke-linejoin":"miter","stroke-miterlimit":"10"},m__namespace.createElement("path",{d:"M20 21L20 3",stroke:o,"stroke-width":"2",fill:"none"}),m__namespace.createElement("path",{d:"M4 4L4 20L16 12L4 4Z",stroke:o,"stroke-width":"2",fill:"none"})));T.displayName="Resume";T.style=No;var Uo={...e.styles,fill:"none",stroke:"currentColor"},b=({strokeColor:o="currentColor",styles:t,size:r=16,role:l="img",alt:s="Up arrow icon",...i})=>m__namespace.createElement(e,{size:r,styles:t,role:l,alt:s,...i},m__namespace.createElement("g",{fill:"none","stroke-linecap":"square","stroke-linejoin":"miter","stroke-miterlimit":"10"},m__namespace.createElement("rect",{x:"2",y:"2",fill:"none",stroke:o,"stroke-width":"2",width:"20",height:"20"})));b.displayName="Stop";b.style=Uo;var jo={...e.styles,fill:"none",stroke:"currentColor"},O=({strokeColor:o="currentColor",styles:t,size:r=24,role:l="img",alt:s="Stop icon",...i})=>m__namespace.createElement(e,{size:r,styles:t,role:l,alt:s,...i},m__namespace.createElement("g",{fill:o},m__namespace.createElement("path",{fill:o,d:"M22,1H2C1.447,1,1,1.447,1,2v20c0,0.553,0.447,1,1,1h20c0.553,0,1-0.447,1-1V2C23,1.447,22.553,1,22,1z"})));O.displayName="StopSolid";O.style=jo;var Wo={...e.styles,fill:"none",stroke:"currentColor"},X=({strokeColor:o="currentColor",styles:t,size:r=24,role:l="img",alt:s="Up arrow icon",...i})=>m__namespace.createElement(e,{size:r,styles:t,role:l,alt:s,...i},m__namespace.createElement("g",{fill:o},m__namespace.createElement("path",{fill:o,d:"M20.555,11.168l-15-10c-0.307-0.204-0.702-0.224-1.026-0.05C4.203,1.292,4,1.631,4,2v20 c0,0.369,0.203,0.708,0.528,0.882C4.676,22.961,4.838,23,5,23c0.194,0,0.388-0.057,0.555-0.168l15-10C20.833,12.646,21,12.334,21,12 S20.833,11.354,20.555,11.168z"})));X.displayName="PlaySolid";X.style=Wo;var qo={...e.styles,fill:"none",stroke:"currentColor"},B=({strokeColor:o="currentColor",styles:t,size:r=24,role:l="img",alt:s="Pause arrow icon",...i})=>m__namespace.createElement(e,{size:r,styles:t,role:l,alt:s,...i},m__namespace.createElement("g",{fill:o},m__namespace.createElement("path",{d:"M7,1H2A1,1,0,0,0,1,2V22a1,1,0,0,0,1,1H7a1,1,0,0,0,1-1V2A1,1,0,0,0,7,1Z",fill:o}),m__namespace.createElement("path",{d:"M22,1H17a1,1,0,0,0-1,1V22a1,1,0,0,0,1,1h5a1,1,0,0,0,1-1V2A1,1,0,0,0,22,1Z",fill:o})));B.displayName="PauseSolid";B.style=qo;var Zo={...e.styles,fill:"none",stroke:"currentColor"},G=({strokeColor:o="currentColor",styles:t,size:r=16,role:l="img",alt:s="Up arrow icon",...i})=>m__namespace.createElement(e,{size:r,styles:t,role:l,alt:s,...i},m__namespace.createElement("g",{fill:o},m__namespace.createElement("path",{fill:o,"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3 21.8685L17.8028 12L3 2.1315L3 21.8685Z"}),m__namespace.createElement("path",{fill:o,"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19 2L19 22L21 22L21 2L19 2Z"})));G.displayName="ResumeSolid";G.style=Zo;var Eo={display:"inline-flex",direction:"row",gap:".2rem",placeItems:"center",width:"auto"},n=({id:o,classes:t,children:r,styles:l,...s})=>m__namespace.default.createElement(po,{id:o,as:"span",styles:l,className:t,"data-icon":!0,"data-style":"icons",...s},r),Rt=n;n.displayName="Icon";n.styles=Eo;n.Add=S;n.ArrowDown=v;n.ArrowLeft=x;n.ArrowRight=$;n.ArrowUp=I;n.Chat=h;n.Code=Y;n.Copy=j;n.Home=k;n.Left=A;n.Minus=M;n.Remove=N;n.Right=R;n.Star=io;n.Up=W;n.Down=Z;n.User=z;n.Play=E;n.Pause=D;n.Stop=b;n.Resume=T;n.ResumeSolid=G;n.PlaySolid=X;n.PauseSolid=B;n.StopSolid=O;
|
|
26
|
-
|
|
27
|
-
exports.a = po;
|
|
28
|
-
exports.b = n;
|
|
29
|
-
exports.c = Rt;
|
|
30
|
-
//# sourceMappingURL=out.js.map
|
|
31
|
-
//# sourceMappingURL=chunk-ZOHIKF6I.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/ui.tsx","../src/components/icons/components/code.tsx","../src/components/icons/components/svg.tsx","../src/components/icons/components/home.tsx","../src/components/icons/components/add.tsx","../src/components/icons/components/arrow-left.tsx","../src/components/icons/components/chat.tsx","../src/components/icons/components/arrow-down.tsx","../src/components/icons/components/arrow-up.tsx","../src/components/icons/components/arrow-right.tsx","../src/components/icons/components/user.tsx","../src/components/icons/components/right.tsx","../src/components/icons/components/left.tsx","../src/components/icons/components/minus.tsx","../src/components/icons/components/remove.tsx","../src/components/icons/components/copy.tsx","../src/components/icons/components/up.tsx","../src/components/icons/components/down.tsx","../src/components/icons/components/star.tsx","../src/components/icons/components/play.tsx","../src/components/icons/components/pause.tsx","../src/components/icons/components/resume.tsx","../src/components/icons/components/stop.tsx","../src/components/icons/components/stop-solid.tsx","../src/components/icons/components/play-solid.tsx","../src/components/icons/components/pause-solid.tsx","../src/components/icons/components/resume-solid.tsx","../src/components/icons/icon.tsx"],"names":["React","FP","as","styles","classes","children","defaultStyles","props","ref","Component","styleObj","ui_default","defaultStyes","Svg","fill","strokeColor","size","role","alt","svg_default","Code","Home","Add","ArrowLeft","Chat","ArrowDown","ArrowUp","ArrowRight","User","Right","Left","Minus","Remove","Copy","Up","Down","Star","Play","Pause","Resume","Stop","StopSolid","PlaySolid","PauseSolid","ResumeSolid","Icon","id","icon_default"],"mappings":"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","sourcesContent":["/* eslint-enable react/display-name */\nimport React from 'react'\n\ntype PolymorphicRef<C extends React.ElementType> =\n React.ComponentPropsWithRef<C>['ref']\n\ntype AsProp<C extends React.ElementType> = {\n as?: C\n}\n\ntype PropsToOmit<C extends React.ElementType, P> = keyof (AsProp<C> & P)\n\ntype PolymorphicComponentProp<\n C extends React.ElementType,\n Props = {},\n> = React.PropsWithChildren<Props & AsProp<C>> &\n Omit<React.ComponentPropsWithoutRef<C>, PropsToOmit<C, Props>>\n\ntype PolymorphicComponentPropWithRef<\n C extends React.ElementType,\n Props = {},\n> = PolymorphicComponentProp<C, Props> & {\n ref?: PolymorphicRef<C>\n}\n\ntype FPProps<C extends React.ElementType> = PolymorphicComponentPropWithRef<\n C,\n {\n renderStyles?: boolean\n styles?: React.CSSProperties\n classes?: string\n id?: string\n children?: React.ReactNode\n }\n>\n\n/*\n * FPComponent type definition\n *\n * Defines the component function signature for the FP component.\n *\n * @typeParam C - The HTML element type to render\n * @param props - The component props\n * @returns React component\n */\ntype FPComponent = <C extends React.ElementType = 'span'>(\n props: FPProps<C>,\n) => React.ReactElement | any\n\nconst FP: FPComponent = React.forwardRef(\n <C extends React.ElementType>(\n { as, styles, classes, children, defaultStyles, ...props }: FPProps<C>,\n ref?: PolymorphicRef<C>,\n ) => {\n const Component = as || 'div'\n\n const styleObj: React.CSSProperties = { ...defaultStyles, ...styles }\n\n return (\n <Component ref={ref} style={styleObj} className={classes} {...props}>\n {children}\n </Component>\n )\n },\n)\n\nexport default FP\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\nexport const Code = ({\n strokeColor = 'currentColor',\n fill = 'none',\n size = 16,\n styles,\n role = 'img',\n alt = 'Code icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n> = {}) => {\n return (\n <Svg size={size} role={role} alt={alt} styles={styles} {...props}>\n <g\n fill={fill}\n stroke={strokeColor}\n strokeLinecap=\"square\"\n strokeLinejoin=\"miter\"\n strokeMiterlimit=\"10\"\n strokeWidth=\"2\"\n >\n <rect\n height=\"22\"\n width=\"18\"\n fill=\"none\"\n stroke={strokeColor}\n x=\"3\"\n y=\"1\"\n />\n <polyline fill=\"none\" points=\"9 9 6 12 9 15\" />\n <polyline fill=\"none\" points=\"15 15 18 12 15 9\" />\n </g>\n </Svg>\n )\n}\n\nexport default Code\nCode.styles = defaultStyles\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\n\nconst defaultStyes = {\n display: 'inline-flex',\n alignItems: 'center',\n width: 'auto',\n}\n\nexport const Svg = ({\n fill,\n strokeColor,\n styles,\n size = 24,\n role = 'img',\n alt,\n children,\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt' | 'children'\n>) => {\n return (\n <svg\n fill={fill}\n stroke={strokeColor}\n height={size}\n width={size}\n viewBox=\"0 0 24 24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={styles}\n role={role}\n aria-label={alt}\n {...props}\n >\n {children}\n </svg>\n )\n}\n\nexport default Svg\nSvg.displayName = 'Svg'\nSvg.styles = defaultStyes\n","import { IconProps } from '../types'\nimport React from 'react'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'currentColor',\n stroke: 'none',\n}\n\n/**\n * Renders a home icon.\n *\n * @param {string} strokeColor - The color of the icon's stroke.\n * @param {string} fill - The color of the icon's fill.\n * @param {string} size - The size of the icon.\n * @param {string} viewBox - The viewBox of the icon.\n * @param {string} name - The name of the icon.\n * @param {Object} styles - The styles of the icon.\n * @param {Object} props - The props of the icon.\n * @returns {JSX.Element} - A home icon.\n */\nexport const Home = ({\n strokeColor = 'currentColor',\n fill = 'none',\n size = 16,\n styles = defaultStyles,\n role = 'img',\n alt = 'Home icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g\n fill={fill}\n stroke={strokeColor}\n strokeLinecap=\"square\"\n strokeLinejoin=\"miter\"\n strokeMiterlimit=\"10\"\n strokeWidth=\"2\"\n >\n <polygon\n fill=\"none\"\n points=\"12 2 2 10 2 23 9 23 9 16 15 16 15 23 22 23 22 10 12 2\"\n stroke={strokeColor}\n />\n </g>\n </Svg>\n )\n}\n\nexport default Home\nHome.displayName = 'Home'\nHome.styles = defaultStyles\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'currentColor',\n}\n\n/**\n * Add Icon component\n * @param {string} fill - Icon fill color (default: 'currentColor')\n * @param {string} size - Icon size (default: '24')\n * @param {IconProps} props - Other icon properties\n * @returns {JSX.Element} - Rendered component\n */\nexport const Add = ({\n fill = 'currentColor',\n size = 24,\n role = 'img',\n alt = 'Add icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>): JSX.Element => {\n return (\n <Svg size={size} role={role} alt={alt} {...props}>\n <g fill={fill}>\n <path\n d=\"M17,11h-4V7c0-.553-.447-1-1-1s-1,.447-1,1v4H7c-.553,0-1,.447-1,1s.447,1,1,1h4v4c0,.553,.447,1,1,1s1-.447,1-1v-4h4c.553,0,1-.447,1-1s-.447-1-1-1Z\"\n fill={fill}\n />\n </g>\n </Svg>\n )\n}\n\nexport default Add\nAdd.styles = defaultStyles\nAdd.displayName = 'Add'\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = { ...Svg.styles }\n\nexport const ArrowLeft = ({\n strokeColor = 'currentColor',\n fill = 'currentColor',\n size = 16,\n styles,\n role = 'img',\n alt = 'Arrow pointing left',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} {...props} alt={alt}>\n <g fill={fill} strokeMiterlimit=\"10\">\n <line\n fill=\"none\"\n stroke={strokeColor}\n strokeLinecap=\"butt\"\n strokeLinejoin=\"miter\"\n strokeWidth=\"2\"\n x1=\"22\"\n x2=\"2\"\n y1=\"12\"\n y2=\"12\"\n />\n <polyline\n fill=\"none\"\n points=\"9,19 2,12 9,5 \"\n stroke={strokeColor}\n strokeLinecap=\"square\"\n strokeLinejoin=\"miter\"\n strokeWidth=\"2\"\n />\n </g>\n </Svg>\n )\n}\n\nexport default ArrowLeft\nArrowLeft.styles = defaultStyles\nArrowLeft.displayName = 'ArrowLeft'\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = { ...Svg.styles }\n\n/**\n * @param {string} size - The width and height of the icon in pixels. Defaults to 24.\n * @param {string} strokeColor - The color of the icon stroke. Defaults to 'currentcolor'.\n * @param {React.CSSProperties} styles - Additional CSS styles to apply to the icon.\n * @param {IconProps} props - Additional props to pass to the SVG element.\n * @returns {JSX.Element} - A chat icon component that displays a speech bubble with lines representing text.\n */\nexport const Chat = ({\n size = 16,\n strokeColor = 'currentcolor',\n styles,\n role = 'img',\n alt = 'Chat icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>): JSX.Element => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g fill={strokeColor} strokeMiterlimit=\"10\">\n <path\n d=\"M21,2H3c-1.105,0-2,.895-2,2V15c0,1.105,.895,2,2,2h5l4,5,4-5h5c1.105,0,2-.895,2-2V4c0-1.105-.895-2-2-2Z\"\n fill=\"none\"\n stroke={strokeColor}\n strokeLinecap=\"square\"\n strokeLinejoin=\"miter\"\n strokeWidth=\"2\"\n />\n </g>\n </Svg>\n )\n}\n\nexport default Chat\nChat.styles = defaultStyles\nChat.displayName = 'Chat'\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = { ...Svg.styles }\n\n/**\n * ArrowDown icon component\n * @param fill - Icon fill color\n * @param strokeColor - Icon stroke color\n * @param styles - Icon styles\n * @param size - Icon size\n */\nexport const ArrowDown = ({\n fill = 'currentColor',\n styles,\n size = 16,\n role = 'img',\n alt = 'Down icon',\n ...props\n}: Pick<IconProps, 'fill' | 'styles' | 'size' | 'role' | 'alt'>) => {\n return (\n <Svg size={size} role={role} styles={styles} alt={alt} {...props}>\n <g fill={fill} strokeMiterlimit=\"10\">\n <line\n fill=\"none\"\n stroke={fill}\n strokeLinecap=\"butt\"\n strokeLinejoin=\"miter\"\n strokeWidth=\"2\"\n x1=\"12\"\n x2=\"12\"\n y1=\"2\"\n y2=\"22\"\n />\n <polyline\n fill=\"none\"\n points=\"19,15 12,22 5,15 \"\n stroke={fill}\n strokeLinecap=\"square\"\n strokeLinejoin=\"miter\"\n strokeWidth=\"2\"\n />\n </g>\n </Svg>\n )\n}\n\nexport default ArrowDown\nArrowDown.styles = defaultStyles\nArrowDown.displayName = 'ArrowDown'\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\n/**\n * ArrowUp icon component\n * @param fill - Icon fill color\n * @param strokeColor - Icon stroke color\n * @param styles - Icon styles\n * @param size - Icon size\n */\nexport const ArrowUp = ({\n strokeColor = 'currentColor',\n styles,\n size = 16,\n role = 'img',\n alt = 'Up arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g\n fill=\"none\"\n stroke={strokeColor}\n strokeLinecap=\"square\"\n strokeLinejoin=\"miter\"\n strokeMiterlimit=\"10\"\n strokeWidth=\"2\"\n >\n <line fill=\"none\" strokeLinecap=\"butt\" x1=\"12\" x2=\"12\" y1=\"22\" y2=\"2\" />\n <polyline fill=\"none\" points=\"5,9 12,2 19,9 \" stroke={strokeColor} />\n </g>\n </Svg>\n )\n}\n\nexport default ArrowUp\nArrowUp.displayName = 'ArrowUp'\nArrowUp.style = defaultStyles\n","import { IconProps } from '../types'\nimport React from 'react'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'currentColor',\n}\n\n/*\n * ArrowRight icon component.\n *\n * Renders a right arrow SVG icon.\n *\n * @param {IconProps} props - The component props\n * @param {string} [props.size=\"24\"] - Icon size\n * @param {string} [props.fill=\"currentColor\"] - Icon fill color\n * @param {string} [props.strokeColor=\"currentColor\"] - Stroke color\n *\n * @returns {React.ReactElement} - The rendered icon\n */\nexport const ArrowRight = ({\n size = 16,\n fill = 'currentColor',\n strokeColor = 'currentColor',\n styles,\n role = 'img',\n alt = 'Right arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g\n fill={fill}\n stroke={strokeColor}\n strokeLinecap=\"square\"\n strokeLinejoin=\"miter\"\n strokeMiterlimit=\"10\"\n strokeWidth=\"2\"\n >\n <line fill=\"none\" strokeLinecap=\"butt\" x1=\"2\" x2=\"22\" y1=\"12\" y2=\"12\" />\n <polyline fill=\"none\" points=\"15,5 22,12 15,19 \" stroke={strokeColor} />\n </g>\n </Svg>\n )\n}\n\nexport default ArrowRight\nArrowRight.displayName = 'ArrowRight'\n","import { IconProps } from '../types'\nimport React from 'react'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\nexport const User = ({\n size = 16,\n fill = 'none',\n strokeColor = 'currentColor',\n styles,\n alt = 'User Icon',\n role,\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} role={role} alt={alt} styles={styles} {...props}>\n <g\n fill={fill}\n stroke={strokeColor}\n strokeLinecap=\"square\"\n strokeLinejoin=\"miter\"\n strokeMiterlimit=\"10\"\n strokeWidth=\"2\"\n >\n <circle cx=\"12\" cy=\"5.5\" fill=\"none\" r=\"4.5\" />\n <path\n d=\"M12,14c-4.971,0-9,4.029-9,9H21c0-4.971-4.029-9-9-9Z\"\n fill=\"none\"\n stroke={strokeColor}\n />\n </g>\n </Svg>\n )\n}\n\nexport default User\nUser.styles = defaultStyles\nUser.displayName = 'User'\n","import { IconProps } from '../types'\nimport React from 'react'\nimport Svg from './svg'\n\nconst defaultStyles = {\n fill: 'currentColor',\n}\n\n/**\n * Renders a right arrow icon.\n *\n * @param {string} size - The size of the icon.\n * @param {string} fill - The fill color of the icon.\n * @param {React.CSSProperties} styles - The styles to apply to the icon.\n * @param {IconProps} props - The props to pass down to the icon.\n * @returns {JSX.Element} - A right arrow icon.\n */\nexport const Right = ({\n size = 16,\n fill = 'currentColor',\n styles,\n role = 'img',\n alt = 'Right arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} alt={alt} styles={styles} role={role} {...props}>\n <g fill={fill}>\n <path\n d=\"M7,23a1,1,0,0,1-.707-1.707L15.586,12,6.293,2.707A1,1,0,0,1,7.707,1.293l10,10a1,1,0,0,1,0,1.414l-10,10A1,1,0,0,1,7,23Z\"\n fill={fill}\n />\n </g>\n </Svg>\n )\n}\n\nexport default Right\nRight.displayName = 'Right'\nRight.styles = defaultStyles\n","import { IconProps } from '../types'\nimport React from 'react'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'currentColor',\n}\n\n/**\n * Left arrow icon\n * @param {string} fill - Icon fill color (default: 'currentColor')\n * @param {string} size - Icon size (default: '24')\n * @param {React.CSSProperties} styles - Icon styles (default: {})\n * @param {IconProps} props - Any other valid props for an SVG element\n * @returns {JSX.Element} - Rendered icon component\n */\nexport const Left = ({\n fill = 'currentColor',\n size = 16,\n styles,\n role = 'img',\n alt = 'Left arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} alt={alt} role={role} {...props}>\n <g fill={fill}>\n <path\n d=\"M17,23a1,1,0,0,1-.707-.293l-10-10a1,1,0,0,1,0-1.414l10-10a1,1,0,0,1,1.414,1.414L8.414,12l9.293,9.293A1,1,0,0,1,17,23Z\"\n fill={fill}\n />\n </g>\n </Svg>\n )\n}\n\nexport default Left\nLeft.displayName = 'Left'\nLeft.styles = defaultStyles\n","import { IconProps } from '../types'\nimport React from 'react'\nimport Svg from './svg'\n\nconst defaultStyles = {\n fill: 'currentColor',\n}\n\n/**\n * Minus icon component\n * @param {string} size - Icon size (default: 24)\n * @param {string} fill - Icon fill color (default: 'currentColor')\n * @param {object} styles - Inline styles for the SVG element\n * @param {object} props - Any other SVG attributes\n * @returns {JSX.Element} - Rendered Minus icon component\n */\nexport const Minus = ({\n size = 24,\n fill = 'currentColor',\n styles,\n role = 'img',\n alt = 'Minus icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g fill={fill}>\n <path\n d=\"M17,11H7c-.553,0-1,.447-1,1s.447,1,1,1h10c.553,0,1-.447,1-1s-.447-1-1-1Z\"\n fill={fill}\n />\n </g>\n </Svg>\n )\n}\n\nexport default Minus\nMinus.displayName = 'Minus'\nMinus.styles = defaultStyles\n","import { IconProps } from '../types'\nimport React from 'react'\nimport Svg from './svg'\n\nconst defaultStyles = {\n fill: 'currenStyle',\n}\n\n/**\n * Remove icon component\n * @param {string} size - The size of the icon\n * @param {string} fill - The fill color of the icon\n * @param {object} styles - The styles to apply to the icon\n * @param {object} props - The additional props to pass to the icon\n * @returns {JSX.Element} - The Remove icon component\n */\nexport const Remove = ({\n size = 16,\n fill = 'currentColor',\n styles,\n role = 'img',\n alt = 'Remove icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} alt={alt} styles={styles} role={role} {...props}>\n <g fill={fill}>\n <path\n d=\"M19.7,4.3c-0.4-0.4-1-0.4-1.4,0L12,10.6L5.7,4.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l6.3,6.3l-6.3,6.3 c-0.4,0.4-0.4,1,0,1.4C4.5,19.9,4.7,20,5,20s0.5-0.1,0.7-0.3l6.3-6.3l6.3,6.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L13.4,12l6.3-6.3C20.1,5.3,20.1,4.7,19.7,4.3z\"\n fill={fill}\n />\n </g>\n </Svg>\n )\n}\n\nexport default Remove\nRemove.displayName = 'Remove'\nRemove.styles = defaultStyles\n","import { IconProps } from '../types'\nimport React from 'react'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n stroke: 'currentColor',\n}\n\n/**\n * Copy icon component\n * @param {string} size - The width and height of the icon\n * @param {string} strokeColor - The color of the icon stroke\n * @param {IconProps} props - The icon component props\n * @returns {JSX.Element} - A react JSX element representing the copy icon\n */\nexport const Copy = ({\n size = 16,\n strokeColor = 'currentColor',\n styles,\n role = 'img',\n alt = 'Copy icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>): JSX.Element => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g\n fill=\"none\"\n stroke={strokeColor}\n strokeLinecap=\"square\"\n strokeLinejoin=\"miter\"\n strokeMiterlimit=\"10\"\n strokeWidth=\"2\"\n >\n <polyline\n fill=\"none\"\n points=\"8 19 2 19 2 1 17 1 17 6\"\n stroke={strokeColor}\n />\n <rect height=\"13\" width=\"10\" fill=\"none\" x=\"12\" y=\"10\" />\n </g>\n </Svg>\n )\n}\n\nexport default Copy\nCopy.displayName = 'Copy'\nCopy.styles = defaultStyles\n","import { IconProps } from '../types'\nimport React from 'react'\nimport Svg from './svg'\n\nconst defaultStyles = { ...Svg.styles }\nexport const Up = ({\n size = 16,\n fill = 'currentColor',\n styles,\n role = 'img',\n alt = 'Up arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} alt={alt} styles={styles} role={role} {...props}>\n <g fill={fill}>\n <path\n d=\"M22,18a1,1,0,0,1-.707-.293L12,8.414,2.707,17.707a1,1,0,0,1-1.414-1.414l10-10a1,1,0,0,1,1.414,0l10,10A1,1,0,0,1,22,18Z\"\n fill={fill}\n />\n </g>\n </Svg>\n )\n}\n\nexport default Up\nUp.displayName = 'Up'\nUp.styles = defaultStyles\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = { ...Svg.styles }\n\nexport const Down = ({\n size = 16,\n fill = 'currentColor',\n styles,\n role = 'img',\n alt = 'Down arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} alt={alt} styles={styles} role={role} {...props}>\n <g fill={fill}>\n <path\n d=\"M12,18a1,1,0,0,1-.707-.293l-10-10A1,1,0,0,1,2.707,6.293L12,15.586l9.293-9.293a1,1,0,1,1,1.414,1.414l-10,10A1,1,0,0,1,12,18Z\"\n fill={fill}\n />\n </g>\n </Svg>\n )\n}\n\nexport default Down\nDown.displayName = 'Down'\nDown.styles = defaultStyles\n","import { IconProps } from '../types'\nimport React from 'react'\nimport Svg from './svg'\n\nexport function Star({\n size = 16,\n fill,\n strokeColor = 'currentColor',\n styles,\n role = 'img',\n alt = 'Star icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) {\n return (\n <Svg size={size} alt={alt} styles={styles} role={role} {...props}>\n <g\n fill={fill}\n stroke={strokeColor}\n strokeLinecap=\"square\"\n strokeLinejoin=\"miter\"\n strokeMiterlimit=\"10\"\n strokeWidth=\"2\"\n >\n <polygon\n fill=\"none\"\n points=\"12,2.49 15.09,8.75 22,9.754 17,14.628 18.18,21.51 12,18.262 5.82,21.51 7,14.628 2,9.754 8.91,8.75 \"\n stroke={strokeColor}\n />\n </g>\n </Svg>\n )\n}\n\nexport default Star\nStar.displayName = 'Star'\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\n/**\n * ArrowUp icon component\n * @param fill - Icon fill color\n * @param strokeColor - Icon stroke color\n * @param styles - Icon styles\n * @param size - Icon size\n */\nexport const Play = ({\n strokeColor = 'currentColor',\n styles,\n size = 24,\n role = 'img',\n alt = 'Up arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g\n fill=\"none\"\n stroke-linecap=\"square\"\n stroke-linejoin=\"miter\"\n stroke-miterlimit=\"10\"\n >\n <path\n d=\"M7 21L7 3L19 12L7 21Z\"\n stroke={strokeColor}\n stroke-width=\"2\"\n fill=\"none\"\n ></path>{' '}\n </g>\n </Svg>\n )\n}\n\nexport default Play\nPlay.displayName = 'PlayIcon'\nPlay.style = defaultStyles\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\n/**\n * ArrowUp icon component\n * @param fill - Icon fill color\n * @param strokeColor - Icon stroke color\n * @param styles - Icon styles\n * @param size - Icon size\n */\nexport const Pause = ({\n strokeColor = 'currentColor',\n styles,\n size = 16,\n role = 'img',\n alt = 'Up arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g\n fill=\"none\"\n stroke-linecap=\"square\"\n stroke-linejoin=\"miter\"\n stroke-miterlimit=\"10\"\n >\n <rect\n x=\"2\"\n y=\"2\"\n width=\"6\"\n height=\"20\"\n fill=\"none\"\n stroke={strokeColor}\n stroke-width=\"2\"\n ></rect>\n <rect\n x=\"16\"\n y=\"2\"\n width=\"6\"\n height=\"20\"\n fill=\"none\"\n stroke={strokeColor}\n stroke-width=\"2\"\n ></rect>\n </g>\n </Svg>\n )\n}\n\nexport default Pause\nPause.displayName = 'Pause'\nPause.style = defaultStyles\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\n/**\n * Resume icon component\n * @param fill - Icon fill color\n * @param strokeColor - Icon stroke color\n * @param styles - Icon styles\n * @param size - Icon size\n */\nexport const Resume = ({\n strokeColor = 'currentColor',\n styles,\n size = 16,\n role = 'img',\n alt = 'Up arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g\n fill=\"none\"\n stroke-linecap=\"square\"\n stroke-linejoin=\"miter\"\n stroke-miterlimit=\"10\"\n >\n <path\n d=\"M20 21L20 3\"\n stroke={strokeColor}\n stroke-width=\"2\"\n fill=\"none\"\n ></path>\n <path\n d=\"M4 4L4 20L16 12L4 4Z\"\n stroke={strokeColor}\n stroke-width=\"2\"\n fill=\"none\"\n ></path>\n </g>\n </Svg>\n )\n}\n\nexport default Resume\nResume.displayName = 'Resume'\nResume.style = defaultStyles\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\n/**\n * Stop icon component\n * @param fill - Icon fill color\n * @param strokeColor - Icon stroke color\n * @param styles - Icon styles\n * @param size - Icon size\n */\nexport const Stop = ({\n strokeColor = 'currentColor',\n styles,\n size = 16,\n role = 'img',\n alt = 'Up arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g\n fill=\"none\"\n stroke-linecap=\"square\"\n stroke-linejoin=\"miter\"\n stroke-miterlimit=\"10\"\n >\n <rect\n x=\"2\"\n y=\"2\"\n fill=\"none\"\n stroke={strokeColor}\n stroke-width=\"2\"\n width=\"20\"\n height=\"20\"\n ></rect>\n </g>\n </Svg>\n )\n}\n\nexport default Stop\nStop.displayName = 'Stop'\nStop.style = defaultStyles\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\n/**\n * Stop icon component\n * @param fill - Icon fill color\n * @param strokeColor - Icon stroke color\n * @param styles - Icon styles\n * @param size - Icon size\n */\nexport const StopSolid = ({\n strokeColor = 'currentColor',\n styles,\n size = 24,\n role = 'img',\n alt = 'Stop icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g fill={strokeColor}>\n <path\n fill={strokeColor}\n d=\"M22,1H2C1.447,1,1,1.447,1,2v20c0,0.553,0.447,1,1,1h20c0.553,0,1-0.447,1-1V2C23,1.447,22.553,1,22,1z\"\n ></path>\n </g>\n </Svg>\n )\n}\n\nexport default StopSolid\nStopSolid.displayName = 'StopSolid'\nStopSolid.style = defaultStyles\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\n/**\n * ArrowUp icon component\n * @param fill - Icon fill color\n * @param strokeColor - Icon stroke color\n * @param styles - Icon styles\n * @param size - Icon size\n */\nexport const PlaySolid = ({\n strokeColor = 'currentColor',\n styles,\n size = 24,\n role = 'img',\n alt = 'Up arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g fill={strokeColor}>\n <path\n fill={strokeColor}\n d=\"M20.555,11.168l-15-10c-0.307-0.204-0.702-0.224-1.026-0.05C4.203,1.292,4,1.631,4,2v20 c0,0.369,0.203,0.708,0.528,0.882C4.676,22.961,4.838,23,5,23c0.194,0,0.388-0.057,0.555-0.168l15-10C20.833,12.646,21,12.334,21,12 S20.833,11.354,20.555,11.168z\"\n ></path>\n </g>\n </Svg>\n )\n}\n\nexport default PlaySolid\nPlaySolid.displayName = 'PlaySolid'\nPlaySolid.style = defaultStyles\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\n/**\n * ArrowUp icon component\n * @param fill - Icon fill color\n * @param strokeColor - Icon stroke color\n * @param styles - Icon styles\n * @param size - Icon size\n */\nexport const PauseSolid = ({\n strokeColor = 'currentColor',\n styles,\n size = 24,\n role = 'img',\n alt = 'Pause arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g fill={strokeColor}>\n <path\n d=\"M7,1H2A1,1,0,0,0,1,2V22a1,1,0,0,0,1,1H7a1,1,0,0,0,1-1V2A1,1,0,0,0,7,1Z\"\n fill={strokeColor}\n ></path>\n <path\n d=\"M22,1H17a1,1,0,0,0-1,1V22a1,1,0,0,0,1,1h5a1,1,0,0,0,1-1V2A1,1,0,0,0,22,1Z\"\n fill={strokeColor}\n ></path>\n </g>\n </Svg>\n )\n}\n\nexport default PauseSolid\nPauseSolid.displayName = 'PauseSolid'\nPauseSolid.style = defaultStyles\n","import * as React from 'react'\n\nimport { IconProps } from '../types'\nimport Svg from './svg'\n\nconst defaultStyles = {\n ...Svg.styles,\n fill: 'none',\n stroke: 'currentColor',\n}\n\n/**\n * Resume icon component\n * @param fill - Icon fill color\n * @param strokeColor - Icon stroke color\n * @param styles - Icon styles\n * @param size - Icon size\n */\nexport const ResumeSolid = ({\n strokeColor = 'currentColor',\n styles,\n size = 16,\n role = 'img',\n alt = 'Up arrow icon',\n ...props\n}: Pick<\n IconProps,\n 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'\n>) => {\n return (\n <Svg size={size} styles={styles} role={role} alt={alt} {...props}>\n <g fill={strokeColor}>\n <path\n fill={strokeColor}\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M3 21.8685L17.8028 12L3 2.1315L3 21.8685Z\"\n ></path>\n <path\n fill={strokeColor}\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M19 2L19 22L21 22L21 2L19 2Z\"\n ></path>\n </g>\n </Svg>\n )\n}\n\nexport default ResumeSolid\nResumeSolid.displayName = 'ResumeSolid'\nResumeSolid.style = defaultStyles\n","import {\n Add,\n ArrowDown,\n ArrowLeft,\n ArrowRight,\n ArrowUp,\n Chat,\n Code,\n Copy,\n Down,\n Home,\n Left,\n Minus,\n Remove,\n Right,\n Star,\n Up,\n User,\n Play,\n Pause,\n Stop,\n Resume,\n PlaySolid,\n PauseSolid,\n ResumeSolid,\n StopSolid\n} from './index'\n\nimport UI from '#components/ui'\nimport React from 'react'\n\n/**\n * The default styles object for the Icon component.\n *\n * @property {string} display - Sets display to 'inline-flex' to make Icon inline.\n * @property {string} direction - Sets flex direction to 'row'.\n * @property {string} gap - Sets gap between items to '.2rem'.\n * @property {string} placeItems - Centers items vertically using 'center'.\n * @property {string} width - Sets width to 'auto' for automatic sizing.\n */\nconst defaultStyles = {\n display: 'inline-flex',\n direction: 'row',\n gap: '.2rem',\n placeItems: 'center',\n width: 'auto',\n}\n\nexport type IconProps = React.ComponentProps<typeof UI>\n\nexport const Icon = ({\n id,\n classes,\n children,\n styles,\n ...props\n}: IconProps) => {\n return (\n <UI\n id={id}\n as=\"span\"\n styles={styles}\n className={classes}\n data-icon\n data-style=\"icons\"\n {...props}\n >\n {children}\n </UI>\n )\n}\n\nexport default Icon\nIcon.displayName = 'Icon'\nIcon.styles = defaultStyles\nIcon.Add = Add\nIcon.ArrowDown = ArrowDown\nIcon.ArrowLeft = ArrowLeft\nIcon.ArrowRight = ArrowRight\nIcon.ArrowUp = ArrowUp\nIcon.Chat = Chat\nIcon.Code = Code\nIcon.Copy = Copy\nIcon.Home = Home\nIcon.Left = Left\nIcon.Minus = Minus\nIcon.Remove = Remove\nIcon.Right = Right\nIcon.Star = Star\nIcon.Up = Up\nIcon.Down = Down\nIcon.User = User\nIcon.Play = Play\nIcon.Pause = Pause\nIcon.Stop = Stop\nIcon.Resume = Resume\nIcon.ResumeSolid = ResumeSolid\nIcon.PlaySolid = PlaySolid\nIcon.PauseSolid = PauseSolid\nIcon.StopSolid = StopSolid\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":"0.33.0","results":[[":popover.test.tsx",{"duration":0,"failed":true}]]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":"0.31.1","results":[[":popover.test.tsx",{"duration":0,"failed":true}]]}
|