@xenide-io/the-old-ui-theme 0.2.9 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/README.md +1 -1
  2. package/dist/{chunk-SHF57J7U.mjs → chunk-FDMD3IIN.mjs} +1573 -652
  3. package/dist/index-D1RTT2Ap.d.mts +1044 -0
  4. package/dist/index-D1RTT2Ap.d.ts +1044 -0
  5. package/dist/index.d.mts +10 -7
  6. package/dist/index.d.ts +10 -7
  7. package/dist/index.js +1705 -744
  8. package/dist/index.mjs +61 -1
  9. package/dist/tailwind-preset.js +7 -0
  10. package/dist/tailwind-preset.mjs +7 -0
  11. package/dist/ui.d.mts +3 -2
  12. package/dist/ui.d.ts +3 -2
  13. package/dist/ui.js +1584 -666
  14. package/dist/ui.mjs +31 -1
  15. package/package.json +18 -4
  16. package/src/app/globals.css +1005 -227
  17. package/src/components/icons/IconBase.tsx +20 -12
  18. package/src/components/icons/createIconBase.tsx +12 -7
  19. package/src/components/icons/icons.tsx +208 -18
  20. package/src/components/sections/AlertShowcase.tsx +2 -1
  21. package/src/components/sections/BadgeShowcase.tsx +1 -1
  22. package/src/components/sections/ButtonShowcase.tsx +6 -10
  23. package/src/components/sections/CardShowcase.tsx +22 -6
  24. package/src/components/sections/DropdownShowcase.tsx +4 -6
  25. package/src/components/sections/FilterChipsShowcase.tsx +74 -26
  26. package/src/components/sections/FormShowcase.tsx +2 -1
  27. package/src/components/sections/IconShowcase.tsx +86 -206
  28. package/src/components/sections/KbdShowcase.tsx +47 -21
  29. package/src/components/sections/ModalShowcase.tsx +7 -6
  30. package/src/components/sections/ProductLayoutsShowcase.tsx +138 -0
  31. package/src/components/sections/ProgressShowcase.tsx +50 -53
  32. package/src/components/sections/SwapShowcase.tsx +13 -5
  33. package/src/components/ui/Alert.tsx +28 -19
  34. package/src/components/ui/AuthLayout.tsx +58 -0
  35. package/src/components/ui/Badge.tsx +10 -5
  36. package/src/components/ui/Button.tsx +22 -12
  37. package/src/components/ui/ButtonChrome.tsx +1 -1
  38. package/src/components/ui/Calendar.tsx +6 -7
  39. package/src/components/ui/Card.tsx +21 -11
  40. package/src/components/ui/CollapsibleSection.tsx +11 -11
  41. package/src/components/ui/DropdownMenu.tsx +189 -65
  42. package/src/components/ui/FilterBar.tsx +165 -0
  43. package/src/components/ui/FilterChips.tsx +65 -35
  44. package/src/components/ui/FilterControls.tsx +30 -0
  45. package/src/components/ui/FormField.tsx +69 -0
  46. package/src/components/ui/Input.tsx +166 -140
  47. package/src/components/ui/Kbd.tsx +88 -13
  48. package/src/components/ui/Loader.tsx +96 -0
  49. package/src/components/ui/Modal.tsx +66 -36
  50. package/src/components/ui/SettingsLayout.tsx +94 -0
  51. package/src/components/ui/ShowcaseWrapper.tsx +4 -16
  52. package/src/components/ui/Stepper.tsx +5 -6
  53. package/src/components/ui/first-slice.test.tsx +98 -0
  54. package/src/components/ui/index.ts +62 -3
  55. package/src/components/ui/interaction-primitives.test.tsx +77 -0
  56. package/src/components/ui/kbd-icons.test.tsx +90 -0
  57. package/src/components/ui/product-patterns.test.tsx +77 -0
  58. package/src/styles/themes.css +411 -1
  59. package/tailwind-preset.ts +7 -0
  60. package/dist/index-CmS6hcUk.d.mts +0 -753
  61. package/dist/index-CmS6hcUk.d.ts +0 -753
package/dist/index.d.mts CHANGED
@@ -1,18 +1,21 @@
1
- import { aP as IconProps } from './index-CmS6hcUk.mjs';
2
- export { A as Accordion, a as Alert, b as AlertProps, c as AlertStatus, d as Avatar, e as AvatarGroup, f as AvatarGroupProps, g as AvatarProps, h as AvatarSize, i as AvatarStatus, B as Badge, j as BadgeProps, k as BadgeSize, l as BadgeVariant, m as BreadcrumbItem, n as Breadcrumbs, o as BreadcrumbsProps, p as Button, q as ButtonChrome, r as ButtonChromeProps, s as ButtonProps, t as ButtonShape, u as ButtonSize, v as ButtonVariant, C as Calendar, w as Caption, x as Card, y as CardProps, z as CardVariant, D as ChatBubble, E as ChatBubbleProps, F as ChatBubbleVariant, G as Checkbox, H as CheckboxProps, I as CodeBlock, J as CollapsibleSection, K as CommandPalette, L as ComponentDocs, M as ComponentDocsProps, N as ComponentPropRow, O as Display, P as Drawer, Q as DrawerProps, R as DrawerSide, S as DrawerSize, T as DropdownAlign, U as DropdownButton, V as DropdownButtonProps, W as DropdownItem, X as DropdownMenu, Y as DropdownMenuProps, Z as EmptyState, _ as FileUpload, $ as FileUploadProps, a0 as FilterChips, a1 as H1, a2 as H2, a3 as H3, a4 as H4, a5 as H5, a6 as HoverCard, ab as Icon, a7 as IconActivity, a8 as IconAreaChart, a9 as IconArrowDown, aa as IconArrowUp, ab as IconBase, ac as IconBell, ad as IconBellOff, ae as IconBolt, af as IconBox, ag as IconByName, ah as IconCancel, ai as IconCheck, aj as IconCheckCircle, ak as IconChevronDown, al as IconChevronLeft, am as IconChevronRight, an as IconClipboardEdit, ao as IconClose, ap as IconCohort, aq as IconCopy, ar as IconCumulativeChart, as as IconDatabase, at as IconDownload, au as IconEdit, av as IconErrorOutline, aw as IconExclamation, ax as IconFlag, ay as IconFlare, az as IconFlask, aA as IconGift, aB as IconGridView, aC as IconHandClick, aD as IconHome, aE as IconLayers, aF as IconListView, aG as IconLogout, aH as IconMail, aI as IconMoon, aJ as IconName, aK as IconPanelRight, aL as IconPerson, aM as IconPlayCircle, aN as IconPlus, aO as IconPremium, aQ as IconQueryEditor, aR as IconRadar, aS as IconRecording, aT as IconRobot, aU as IconRocket, aV as IconSave, aW as IconSearch, aX as IconSelectEvents, aY as IconShoppingCart, aZ as IconSpinner, a_ as IconStar, a$ as IconSubArrowRight, b0 as IconSun, b1 as IconSurveys, b2 as IconSync, b3 as IconTableChart, b4 as IconTerminal, b5 as IconToggle, b6 as IconTrash, b7 as IconTuning, b8 as IconUpload, b9 as IconVolume, ba as IconVolumeOff, bb as Indicator, bc as IndicatorPosition, bd as IndicatorProps, be as Input, bf as InputProps, bg as InputSize, bh as InputVariant, bi as Kbd, bj as KbdProps, bk as KbdVariant, bl as Label, bm as Lead, bn as Modal, bo as ModalProps, bp as ModalSize, bq as Mono, br as Overline, bs as P, bt as PH_ICONS, bu as Pagination, bv as PaginationProps, bw as Panel, bx as PanelProps, by as Progress, bz as ProgressProps, bA as Radio, bB as RadioProps, bC as Range, bD as RangeProps, bE as Rating, bF as RatingProps, bG as SearchGroup, bH as SearchGroupProps, bI as SearchInput, bJ as SearchInputProps, bK as SegmentedControl, bL as Select, bM as SelectProps, bN as ShowcaseWrapper, bO as Small, bP as Stat, bQ as StatProps, bR as StatTone, bS as Stepper, bT as TabItem, bU as Table, bV as TableColumn, bW as TableProps, bX as Tabs, bY as TabsProps, bZ as TabsVariant, b_ as Terminal, b$ as TerminalProps, c0 as Textarea, c1 as TextareaProps, c2 as ThemeDomSync, c3 as ThemeManager, c4 as ThemeManagerProps, c5 as ThemeSwitcher, c6 as ThemeSwitcherProps, c7 as Timeline, c8 as TimelineEvent, c9 as TimelineProps, ca as Toast, cb as ToastProps, cc as ToastStack, cd as ToastStackProps, ce as ToastStatus, cf as Toggle, cg as ToggleProps } from './index-CmS6hcUk.mjs';
3
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import { bn as IconProps } from './index-D1RTT2Ap.mjs';
2
+ export { A as Accordion, a as Alert, b as AlertProps, c as AlertStatus, d as AuthCard, e as AuthCardProps, f as AuthDivider, g as AuthDividerProps, h as AuthLayout, i as AuthLayoutProps, j as Avatar, k as AvatarGroup, l as AvatarGroupProps, m as AvatarProps, n as AvatarSize, o as AvatarStatus, B as Badge, p as BadgeProps, q as BadgeSize, r as BadgeVariant, s as BreadcrumbItem, t as Breadcrumbs, u as BreadcrumbsProps, v as Button, w as ButtonChrome, x as ButtonChromeProps, y as ButtonProps, z as ButtonShape, C as ButtonSize, D as ButtonVariant, E as CANONICAL_ICONS, F as Calendar, G as CanonicalIconName, H as Caption, I as Card, J as CardProps, K as CardVariant, L as ChatBubble, M as ChatBubbleProps, N as ChatBubbleVariant, O as Checkbox, P as CheckboxProps, Q as CodeBlock, R as CollapsibleSection, S as CommandPalette, T as ComponentDocs, U as ComponentDocsProps, V as ComponentPropRow, W as Display, X as Drawer, Y as DrawerProps, Z as DrawerSide, _ as DrawerSize, $ as DropdownAlign, a0 as DropdownButton, a1 as DropdownButtonProps, a2 as DropdownItem, a3 as DropdownItemProps, a4 as DropdownMenu, a5 as DropdownMenuProps, a6 as DropdownRadioGroup, a7 as DropdownRadioGroupProps, a8 as DropdownRadioItem, a9 as DropdownRadioItemProps, aa as DropdownSide, ab as EmptyState, ac as FileUpload, ad as FileUploadProps, ae as FilterBar, af as FilterBarProps, ag as FilterChip, ah as FilterChips, ai as FilterChipsProps, aj as FilterControls, ak as FilterControlsProps, al as FilterMenu, am as FilterMenuOption, an as FilterMenuProps, ao as FormField, ap as FormFieldControlProps, aq as FormFieldProps, ar as H1, as as H2, at as H3, au as H4, av as H5, aw as HoverCard, aC as Icon, ax as IconActivity, ay as IconAliasName, az as IconAreaChart, aA as IconArrowDown, aB as IconArrowUp, aC as IconBase, aD as IconBell, aE as IconBellOff, aF as IconBolt, aG as IconBox, aH as IconByName, aI as IconCancel, aJ as IconCheck, aK as IconCheckCircle, aL as IconChevronDown, aM as IconChevronLeft, aN as IconChevronRight, aO as IconClipboardEdit, aP as IconClose, aQ as IconCodePreview, aR as IconCohort, aS as IconCommandCursor, aT as IconCopy, aU as IconCumulativeChart, aV as IconDataReel, aW as IconDatabase, aX as IconDownload, aY as IconEdit, aZ as IconErrorOutline, a_ as IconEventStream, a$ as IconExclamation, b0 as IconExperimentSplit, b1 as IconFeatureGate, b2 as IconFlag, b3 as IconFlare, b4 as IconFlask, b5 as IconGift, b6 as IconGridView, b7 as IconHandClick, b8 as IconHome, b9 as IconInfo, ba as IconInsightBoard, bb as IconLayers, bc as IconListView, bd as IconLogout, be as IconMail, bf as IconMoon, bg as IconName, bh as IconOldWindow, bi as IconPanelRight, bj as IconPerson, bk as IconPlayCircle, bl as IconPlus, bm as IconPremium, bo as IconQueryEditor, bp as IconQueryStack, bq as IconRadar, br as IconRecording, bs as IconReplayFrame, bt as IconRobot, bu as IconRocket, bv as IconSave, bw as IconSearch, bx as IconSelectEvents, by as IconShoppingCart, bz as IconSpinner, bA as IconStar, bB as IconSubArrowRight, bC as IconSun, bD as IconSurveyCard, bE as IconSurveys, bF as IconSync, bG as IconTableChart, bH as IconTerminal, bI as IconToggle, bJ as IconTrash, bK as IconTuning, bL as IconUpload, bM as IconVolume, bN as IconVolumeOff, bO as Indicator, bP as IndicatorPosition, bQ as IndicatorProps, bR as Input, bS as InputProps, bT as InputSize, bU as InputVariant, bV as Kbd, bW as KbdPlatform, bX as KbdProps, bY as KbdVariant, bZ as Label, b_ as Lead, b$ as Loader, c0 as LoaderProps, c1 as LoaderSize, c2 as LoaderVariant, c3 as LoadingState, c4 as LoadingStateProps, c5 as Modal, c6 as ModalProps, c7 as ModalSize, c8 as Mono, c9 as OLD_UI_ICONS, ca as Overline, cb as P, cc as PH_ICONS, cd as PH_ICON_ALIASES, ce as Pagination, cf as PaginationProps, cg as Panel, ch as PanelProps, ci as Progress, cj as ProgressProps, ck as Radio, cl as RadioProps, cm as Range, cn as RangeProps, co as Rating, cp as RatingProps, cq as SearchGroup, cr as SearchGroupProps, cs as SearchInput, ct as SearchInputProps, cu as SegmentedControl, cv as Select, cw as SelectProps, cx as SettingsLayout, cy as SettingsLayoutProps, cz as SettingsNav, cA as SettingsNavGroup, cB as SettingsNavItem, cC as SettingsNavProps, cD as ShowcaseWrapper, cE as Skeleton, cF as SkeletonProps, cG as SkeletonShape, cH as Small, cI as SortMenu, cJ as SortMenuProps, cK as Stat, cL as StatProps, cM as StatTone, cN as Stepper, cO as TabItem, cP as Table, cQ as TableColumn, cR as TableProps, cS as Tabs, cT as TabsProps, cU as TabsVariant, cV as Terminal, cW as TerminalProps, cX as Textarea, cY as TextareaProps, cZ as ThemeDomSync, c_ as ThemeManager, c$ as ThemeManagerProps, d0 as ThemeSwitcher, d1 as ThemeSwitcherProps, d2 as Timeline, d3 as TimelineEvent, d4 as TimelineProps, d5 as Toast, d6 as ToastProps, d7 as ToastStack, d8 as ToastStackProps, d9 as ToastStatus, da as Toggle, db as ToggleProps } from './index-D1RTT2Ap.mjs';
3
+ import * as react from 'react';
4
4
  import { ReactNode, ComponentPropsWithoutRef } from 'react';
5
+ import * as react_jsx_runtime from 'react/jsx-runtime';
6
+ import '@radix-ui/react-dropdown-menu';
5
7
 
6
8
  interface IconBaseDefinition {
9
+ name?: string;
7
10
  viewBox?: string;
8
11
  paths: ReactNode;
9
12
  }
10
- /** Factory for filled Lemon-style glyphs (Material / PostHog paths). */
11
- declare function createIconBase({ viewBox, paths }: IconBaseDefinition): (props: IconProps) => react_jsx_runtime.JSX.Element;
13
+ /** Factory for filled Old UI, Lemon, and Material-style glyphs. */
14
+ declare function createIconBase({ name, viewBox, paths }: IconBaseDefinition): react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
12
15
  /** Shorthand for single-path filled icons. */
13
- declare function createIconBasePath(d: string, viewBox?: string): (props: IconProps) => react_jsx_runtime.JSX.Element;
16
+ declare function createIconBasePath(d: string, viewBox?: string, name?: string): react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
14
17
 
15
- type ThemeId = "hedgehog-light" | "hedgehog-dark" | "catppuccin-light" | "catppuccin-dark" | "sheets" | "sheets-dark" | "socials" | "socials-dark" | "xenide-light" | "xenide-dark" | "chats-light" | "chats-dark" | "bikini-bottom" | "bikini-bottom-dark" | "turtletime" | "turtletime-dark" | "note" | "note-dark" | "presentation" | "presentation-dark" | "github-light" | "github-dark" | "rosepine-light" | "rosepine-dark" | "notion" | "notion-dark";
18
+ type ThemeId = "hedgehog-light" | "hedgehog-dark" | "catppuccin-light" | "catppuccin-dark" | "sheets" | "sheets-dark" | "socials" | "socials-dark" | "xenide-light" | "xenide-dark" | "chats-light" | "chats-dark" | "bikini-bottom" | "bikini-bottom-dark" | "turtletime" | "turtletime-dark" | "note" | "note-dark" | "presentation" | "presentation-dark" | "github-light" | "github-dark" | "rosepine-light" | "rosepine-dark" | "notion" | "notion-dark" | "deepsea-light" | "deepsea-dark" | "kraken-light" | "kraken-dark";
16
19
  interface ThemeDefinition {
17
20
  id: ThemeId;
18
21
  name: string;
package/dist/index.d.ts CHANGED
@@ -1,18 +1,21 @@
1
- import { aP as IconProps } from './index-CmS6hcUk.js';
2
- export { A as Accordion, a as Alert, b as AlertProps, c as AlertStatus, d as Avatar, e as AvatarGroup, f as AvatarGroupProps, g as AvatarProps, h as AvatarSize, i as AvatarStatus, B as Badge, j as BadgeProps, k as BadgeSize, l as BadgeVariant, m as BreadcrumbItem, n as Breadcrumbs, o as BreadcrumbsProps, p as Button, q as ButtonChrome, r as ButtonChromeProps, s as ButtonProps, t as ButtonShape, u as ButtonSize, v as ButtonVariant, C as Calendar, w as Caption, x as Card, y as CardProps, z as CardVariant, D as ChatBubble, E as ChatBubbleProps, F as ChatBubbleVariant, G as Checkbox, H as CheckboxProps, I as CodeBlock, J as CollapsibleSection, K as CommandPalette, L as ComponentDocs, M as ComponentDocsProps, N as ComponentPropRow, O as Display, P as Drawer, Q as DrawerProps, R as DrawerSide, S as DrawerSize, T as DropdownAlign, U as DropdownButton, V as DropdownButtonProps, W as DropdownItem, X as DropdownMenu, Y as DropdownMenuProps, Z as EmptyState, _ as FileUpload, $ as FileUploadProps, a0 as FilterChips, a1 as H1, a2 as H2, a3 as H3, a4 as H4, a5 as H5, a6 as HoverCard, ab as Icon, a7 as IconActivity, a8 as IconAreaChart, a9 as IconArrowDown, aa as IconArrowUp, ab as IconBase, ac as IconBell, ad as IconBellOff, ae as IconBolt, af as IconBox, ag as IconByName, ah as IconCancel, ai as IconCheck, aj as IconCheckCircle, ak as IconChevronDown, al as IconChevronLeft, am as IconChevronRight, an as IconClipboardEdit, ao as IconClose, ap as IconCohort, aq as IconCopy, ar as IconCumulativeChart, as as IconDatabase, at as IconDownload, au as IconEdit, av as IconErrorOutline, aw as IconExclamation, ax as IconFlag, ay as IconFlare, az as IconFlask, aA as IconGift, aB as IconGridView, aC as IconHandClick, aD as IconHome, aE as IconLayers, aF as IconListView, aG as IconLogout, aH as IconMail, aI as IconMoon, aJ as IconName, aK as IconPanelRight, aL as IconPerson, aM as IconPlayCircle, aN as IconPlus, aO as IconPremium, aQ as IconQueryEditor, aR as IconRadar, aS as IconRecording, aT as IconRobot, aU as IconRocket, aV as IconSave, aW as IconSearch, aX as IconSelectEvents, aY as IconShoppingCart, aZ as IconSpinner, a_ as IconStar, a$ as IconSubArrowRight, b0 as IconSun, b1 as IconSurveys, b2 as IconSync, b3 as IconTableChart, b4 as IconTerminal, b5 as IconToggle, b6 as IconTrash, b7 as IconTuning, b8 as IconUpload, b9 as IconVolume, ba as IconVolumeOff, bb as Indicator, bc as IndicatorPosition, bd as IndicatorProps, be as Input, bf as InputProps, bg as InputSize, bh as InputVariant, bi as Kbd, bj as KbdProps, bk as KbdVariant, bl as Label, bm as Lead, bn as Modal, bo as ModalProps, bp as ModalSize, bq as Mono, br as Overline, bs as P, bt as PH_ICONS, bu as Pagination, bv as PaginationProps, bw as Panel, bx as PanelProps, by as Progress, bz as ProgressProps, bA as Radio, bB as RadioProps, bC as Range, bD as RangeProps, bE as Rating, bF as RatingProps, bG as SearchGroup, bH as SearchGroupProps, bI as SearchInput, bJ as SearchInputProps, bK as SegmentedControl, bL as Select, bM as SelectProps, bN as ShowcaseWrapper, bO as Small, bP as Stat, bQ as StatProps, bR as StatTone, bS as Stepper, bT as TabItem, bU as Table, bV as TableColumn, bW as TableProps, bX as Tabs, bY as TabsProps, bZ as TabsVariant, b_ as Terminal, b$ as TerminalProps, c0 as Textarea, c1 as TextareaProps, c2 as ThemeDomSync, c3 as ThemeManager, c4 as ThemeManagerProps, c5 as ThemeSwitcher, c6 as ThemeSwitcherProps, c7 as Timeline, c8 as TimelineEvent, c9 as TimelineProps, ca as Toast, cb as ToastProps, cc as ToastStack, cd as ToastStackProps, ce as ToastStatus, cf as Toggle, cg as ToggleProps } from './index-CmS6hcUk.js';
3
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import { bn as IconProps } from './index-D1RTT2Ap.js';
2
+ export { A as Accordion, a as Alert, b as AlertProps, c as AlertStatus, d as AuthCard, e as AuthCardProps, f as AuthDivider, g as AuthDividerProps, h as AuthLayout, i as AuthLayoutProps, j as Avatar, k as AvatarGroup, l as AvatarGroupProps, m as AvatarProps, n as AvatarSize, o as AvatarStatus, B as Badge, p as BadgeProps, q as BadgeSize, r as BadgeVariant, s as BreadcrumbItem, t as Breadcrumbs, u as BreadcrumbsProps, v as Button, w as ButtonChrome, x as ButtonChromeProps, y as ButtonProps, z as ButtonShape, C as ButtonSize, D as ButtonVariant, E as CANONICAL_ICONS, F as Calendar, G as CanonicalIconName, H as Caption, I as Card, J as CardProps, K as CardVariant, L as ChatBubble, M as ChatBubbleProps, N as ChatBubbleVariant, O as Checkbox, P as CheckboxProps, Q as CodeBlock, R as CollapsibleSection, S as CommandPalette, T as ComponentDocs, U as ComponentDocsProps, V as ComponentPropRow, W as Display, X as Drawer, Y as DrawerProps, Z as DrawerSide, _ as DrawerSize, $ as DropdownAlign, a0 as DropdownButton, a1 as DropdownButtonProps, a2 as DropdownItem, a3 as DropdownItemProps, a4 as DropdownMenu, a5 as DropdownMenuProps, a6 as DropdownRadioGroup, a7 as DropdownRadioGroupProps, a8 as DropdownRadioItem, a9 as DropdownRadioItemProps, aa as DropdownSide, ab as EmptyState, ac as FileUpload, ad as FileUploadProps, ae as FilterBar, af as FilterBarProps, ag as FilterChip, ah as FilterChips, ai as FilterChipsProps, aj as FilterControls, ak as FilterControlsProps, al as FilterMenu, am as FilterMenuOption, an as FilterMenuProps, ao as FormField, ap as FormFieldControlProps, aq as FormFieldProps, ar as H1, as as H2, at as H3, au as H4, av as H5, aw as HoverCard, aC as Icon, ax as IconActivity, ay as IconAliasName, az as IconAreaChart, aA as IconArrowDown, aB as IconArrowUp, aC as IconBase, aD as IconBell, aE as IconBellOff, aF as IconBolt, aG as IconBox, aH as IconByName, aI as IconCancel, aJ as IconCheck, aK as IconCheckCircle, aL as IconChevronDown, aM as IconChevronLeft, aN as IconChevronRight, aO as IconClipboardEdit, aP as IconClose, aQ as IconCodePreview, aR as IconCohort, aS as IconCommandCursor, aT as IconCopy, aU as IconCumulativeChart, aV as IconDataReel, aW as IconDatabase, aX as IconDownload, aY as IconEdit, aZ as IconErrorOutline, a_ as IconEventStream, a$ as IconExclamation, b0 as IconExperimentSplit, b1 as IconFeatureGate, b2 as IconFlag, b3 as IconFlare, b4 as IconFlask, b5 as IconGift, b6 as IconGridView, b7 as IconHandClick, b8 as IconHome, b9 as IconInfo, ba as IconInsightBoard, bb as IconLayers, bc as IconListView, bd as IconLogout, be as IconMail, bf as IconMoon, bg as IconName, bh as IconOldWindow, bi as IconPanelRight, bj as IconPerson, bk as IconPlayCircle, bl as IconPlus, bm as IconPremium, bo as IconQueryEditor, bp as IconQueryStack, bq as IconRadar, br as IconRecording, bs as IconReplayFrame, bt as IconRobot, bu as IconRocket, bv as IconSave, bw as IconSearch, bx as IconSelectEvents, by as IconShoppingCart, bz as IconSpinner, bA as IconStar, bB as IconSubArrowRight, bC as IconSun, bD as IconSurveyCard, bE as IconSurveys, bF as IconSync, bG as IconTableChart, bH as IconTerminal, bI as IconToggle, bJ as IconTrash, bK as IconTuning, bL as IconUpload, bM as IconVolume, bN as IconVolumeOff, bO as Indicator, bP as IndicatorPosition, bQ as IndicatorProps, bR as Input, bS as InputProps, bT as InputSize, bU as InputVariant, bV as Kbd, bW as KbdPlatform, bX as KbdProps, bY as KbdVariant, bZ as Label, b_ as Lead, b$ as Loader, c0 as LoaderProps, c1 as LoaderSize, c2 as LoaderVariant, c3 as LoadingState, c4 as LoadingStateProps, c5 as Modal, c6 as ModalProps, c7 as ModalSize, c8 as Mono, c9 as OLD_UI_ICONS, ca as Overline, cb as P, cc as PH_ICONS, cd as PH_ICON_ALIASES, ce as Pagination, cf as PaginationProps, cg as Panel, ch as PanelProps, ci as Progress, cj as ProgressProps, ck as Radio, cl as RadioProps, cm as Range, cn as RangeProps, co as Rating, cp as RatingProps, cq as SearchGroup, cr as SearchGroupProps, cs as SearchInput, ct as SearchInputProps, cu as SegmentedControl, cv as Select, cw as SelectProps, cx as SettingsLayout, cy as SettingsLayoutProps, cz as SettingsNav, cA as SettingsNavGroup, cB as SettingsNavItem, cC as SettingsNavProps, cD as ShowcaseWrapper, cE as Skeleton, cF as SkeletonProps, cG as SkeletonShape, cH as Small, cI as SortMenu, cJ as SortMenuProps, cK as Stat, cL as StatProps, cM as StatTone, cN as Stepper, cO as TabItem, cP as Table, cQ as TableColumn, cR as TableProps, cS as Tabs, cT as TabsProps, cU as TabsVariant, cV as Terminal, cW as TerminalProps, cX as Textarea, cY as TextareaProps, cZ as ThemeDomSync, c_ as ThemeManager, c$ as ThemeManagerProps, d0 as ThemeSwitcher, d1 as ThemeSwitcherProps, d2 as Timeline, d3 as TimelineEvent, d4 as TimelineProps, d5 as Toast, d6 as ToastProps, d7 as ToastStack, d8 as ToastStackProps, d9 as ToastStatus, da as Toggle, db as ToggleProps } from './index-D1RTT2Ap.js';
3
+ import * as react from 'react';
4
4
  import { ReactNode, ComponentPropsWithoutRef } from 'react';
5
+ import * as react_jsx_runtime from 'react/jsx-runtime';
6
+ import '@radix-ui/react-dropdown-menu';
5
7
 
6
8
  interface IconBaseDefinition {
9
+ name?: string;
7
10
  viewBox?: string;
8
11
  paths: ReactNode;
9
12
  }
10
- /** Factory for filled Lemon-style glyphs (Material / PostHog paths). */
11
- declare function createIconBase({ viewBox, paths }: IconBaseDefinition): (props: IconProps) => react_jsx_runtime.JSX.Element;
13
+ /** Factory for filled Old UI, Lemon, and Material-style glyphs. */
14
+ declare function createIconBase({ name, viewBox, paths }: IconBaseDefinition): react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
12
15
  /** Shorthand for single-path filled icons. */
13
- declare function createIconBasePath(d: string, viewBox?: string): (props: IconProps) => react_jsx_runtime.JSX.Element;
16
+ declare function createIconBasePath(d: string, viewBox?: string, name?: string): react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
14
17
 
15
- type ThemeId = "hedgehog-light" | "hedgehog-dark" | "catppuccin-light" | "catppuccin-dark" | "sheets" | "sheets-dark" | "socials" | "socials-dark" | "xenide-light" | "xenide-dark" | "chats-light" | "chats-dark" | "bikini-bottom" | "bikini-bottom-dark" | "turtletime" | "turtletime-dark" | "note" | "note-dark" | "presentation" | "presentation-dark" | "github-light" | "github-dark" | "rosepine-light" | "rosepine-dark" | "notion" | "notion-dark";
18
+ type ThemeId = "hedgehog-light" | "hedgehog-dark" | "catppuccin-light" | "catppuccin-dark" | "sheets" | "sheets-dark" | "socials" | "socials-dark" | "xenide-light" | "xenide-dark" | "chats-light" | "chats-dark" | "bikini-bottom" | "bikini-bottom-dark" | "turtletime" | "turtletime-dark" | "note" | "note-dark" | "presentation" | "presentation-dark" | "github-light" | "github-dark" | "rosepine-light" | "rosepine-dark" | "notion" | "notion-dark" | "deepsea-light" | "deepsea-dark" | "kraken-light" | "kraken-dark";
16
19
  interface ThemeDefinition {
17
20
  id: ThemeId;
18
21
  name: string;