@xenide-io/the-old-ui-theme 0.5.5 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -9
- package/dist/{Chip-C5hRFAhe.d.mts → Chip-DzC5xtK9.d.mts} +8 -3
- package/dist/{Chip-C5hRFAhe.d.ts → Chip-DzC5xtK9.d.ts} +8 -3
- package/dist/chunk-3G43JEI3.mjs +2564 -0
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +7 -2
- package/dist/index.mjs +3 -1
- package/dist/tailwind-preset.js +1 -0
- package/dist/tailwind-preset.mjs +1 -0
- package/dist/ui.d.mts +4 -531
- package/dist/ui.d.ts +4 -531
- package/dist/ui.js +407 -2504
- package/dist/ui.mjs +5 -91
- package/package.json +1 -1
- package/src/app/globals.css +18 -0
- package/src/components/ui/Typography.tsx +12 -4
- package/src/components/ui/index.ts +7 -184
- package/src/components/ui/typography.test.tsx +27 -0
- package/src/styles/typography.css +75 -3
- package/tailwind-preset.ts +1 -0
- package/dist/chunk-SBBKXV35.mjs +0 -4620
- package/src/components/ui/AlertDialog.tsx +0 -62
- package/src/components/ui/AppLayout.tsx +0 -27
- package/src/components/ui/Autocomplete.tsx +0 -106
- package/src/components/ui/Banner.tsx +0 -63
- package/src/components/ui/ButtonGroup.tsx +0 -16
- package/src/components/ui/ChatBubble.tsx +0 -71
- package/src/components/ui/Collapsible.tsx +0 -46
- package/src/components/ui/Combobox.tsx +0 -119
- package/src/components/ui/ContextMenu.tsx +0 -81
- package/src/components/ui/DataTable.tsx +0 -133
- package/src/components/ui/DatePicker.tsx +0 -96
- package/src/components/ui/Dialog.tsx +0 -75
- package/src/components/ui/Divider.tsx +0 -39
- package/src/components/ui/Drawer.tsx +0 -71
- package/src/components/ui/HoverCard.tsx +0 -36
- package/src/components/ui/Indicator.tsx +0 -61
- package/src/components/ui/InputGroup.tsx +0 -16
- package/src/components/ui/Lettermark.tsx +0 -47
- package/src/components/ui/LoadingBar.tsx +0 -25
- package/src/components/ui/Menubar.tsx +0 -66
- package/src/components/ui/Metric.tsx +0 -34
- package/src/components/ui/Navigation.tsx +0 -94
- package/src/components/ui/NumberField.tsx +0 -76
- package/src/components/ui/Popover.tsx +0 -73
- package/src/components/ui/ProgressCircle.tsx +0 -63
- package/src/components/ui/Rating.tsx +0 -65
- package/src/components/ui/Resizable.tsx +0 -71
- package/src/components/ui/Row.tsx +0 -51
- package/src/components/ui/ScrollArea.tsx +0 -54
- package/src/components/ui/Sidebar.tsx +0 -79
- package/src/components/ui/Snack.tsx +0 -48
- package/src/components/ui/Splotch.tsx +0 -33
- package/src/components/ui/Stepper.tsx +0 -74
- package/src/components/ui/Tabs.tsx +0 -53
- package/src/components/ui/Tag.tsx +0 -65
- package/src/components/ui/Terminal.tsx +0 -54
- package/src/components/ui/ThemeManager.tsx +0 -18
- package/src/components/ui/Timeline.tsx +0 -60
- package/src/components/ui/Toast.tsx +0 -70
- package/src/components/ui/Toggle.tsx +0 -62
- package/src/components/ui/Widget.tsx +0 -31
package/README.md
CHANGED
|
@@ -106,22 +106,34 @@ the component family it demonstrates:
|
|
|
106
106
|
| Route | Focus |
|
|
107
107
|
| ------------------- | -------------------------------- |
|
|
108
108
|
| `/demo` | Route picker |
|
|
109
|
-
| `/demo/foundations` |
|
|
109
|
+
| `/demo/foundations` | Type scale, tokens, icons, setup |
|
|
110
110
|
| `/demo/components` | Primitive components |
|
|
111
111
|
| `/demo/patterns` | Composed UI flows |
|
|
112
|
-
| `/demo/charts` | Charts and data surfaces |
|
|
113
112
|
| `/demo/suite` | Shared product chrome |
|
|
114
113
|
|
|
115
114
|
## Layers (take what you need)
|
|
116
115
|
|
|
117
|
-
| Tier
|
|
118
|
-
|
|
|
119
|
-
| **CSS tokens**
|
|
120
|
-
| **
|
|
121
|
-
| **
|
|
122
|
-
| **
|
|
116
|
+
| Tier | What you get | Dependencies |
|
|
117
|
+
| ------------------- | -------------------------------------------------------------------------------- | ----------------- |
|
|
118
|
+
| **CSS tokens** | `src/styles/themes.css` — `[data-theme]` variables (`--ph-*`) | None |
|
|
119
|
+
| **Typography** | `src/styles/typography.css` — font stacks and the fluid marketing scale | None |
|
|
120
|
+
| **Tailwind preset** | `tailwind-preset.ts` — `ph.*` colours, `font-sans`/`font-serif`, radii, shadows | `tailwindcss` |
|
|
121
|
+
| **App shell** | `src/app/globals.css` — `@font-face`, primitives, layouts | Tokens + Tailwind |
|
|
123
122
|
|
|
124
|
-
|
|
123
|
+
## Typography
|
|
124
|
+
|
|
125
|
+
Two voices, deliberately different shapes rather than two weights of one face:
|
|
126
|
+
|
|
127
|
+
| Role | Face | Where |
|
|
128
|
+
| ----------------------- | ------------------- | -------------------------------------------------------------- |
|
|
129
|
+
| Product UI and body | Open Runde (`font-sans`) | Every in-app surface, `H1`–`H5`, `P`, controls |
|
|
130
|
+
| Display | Instrument Serif (`font-serif`) | `Display`, `SectionTitle`, `.ph-hero-title`, doc titles |
|
|
131
|
+
| Functional | System monospace | `Mono`, code, IDs, keyboard shortcuts |
|
|
132
|
+
|
|
133
|
+
Marketing sizes are fluid (`clamp()`), so a hero is one class instead of three
|
|
134
|
+
breakpoint variants: `.ph-hero-title`, `.ph-section-title`, `.ph-feature-title`,
|
|
135
|
+
`.ph-lead`, `.ph-eyebrow`. Self-host `InstrumentSerif-{Regular,Italic}.woff2` and
|
|
136
|
+
the Open Runde weights under `public/fonts/`.
|
|
125
137
|
|
|
126
138
|
## Themes
|
|
127
139
|
|
|
@@ -771,8 +771,13 @@ interface TextBaseProps {
|
|
|
771
771
|
children?: ReactNode;
|
|
772
772
|
truncate?: boolean;
|
|
773
773
|
}
|
|
774
|
-
/**
|
|
774
|
+
/**
|
|
775
|
+
* Display — the marketing hero voice: Instrument Serif, fluid size, one per page.
|
|
776
|
+
* Product page titles use H1/`SuitePageHeader` (sans) instead.
|
|
777
|
+
*/
|
|
775
778
|
declare function Display({ children, tone, weight, truncate, className, }: TextBaseProps): react.JSX.Element;
|
|
779
|
+
/** Section title — serif, fluid; pairs with Display on public pages. */
|
|
780
|
+
declare function SectionTitle({ children, tone, weight, truncate, className }: TextBaseProps): react.JSX.Element;
|
|
776
781
|
/** H1 — page title */
|
|
777
782
|
declare function H1({ children, tone, weight, truncate, className }: TextBaseProps): react.JSX.Element;
|
|
778
783
|
/** H2 — section title */
|
|
@@ -791,7 +796,7 @@ declare function Small({ children, tone, weight, truncate, className }: TextBase
|
|
|
791
796
|
declare function Caption({ children, tone, weight, truncate, className }: TextBaseProps): react.JSX.Element;
|
|
792
797
|
/** Overline — tiny eyebrow text */
|
|
793
798
|
declare function Overline({ children, tone, weight, truncate, className }: TextBaseProps): react.JSX.Element;
|
|
794
|
-
/** Lead — intro paragraph
|
|
799
|
+
/** Lead — intro paragraph under a Display/SectionTitle; measure-capped for readability */
|
|
795
800
|
declare function Lead({ children, tone, weight, truncate, className }: TextBaseProps): react.JSX.Element;
|
|
796
801
|
/** Mono — code, data, technical text */
|
|
797
802
|
declare function Mono({ children, tone, weight, truncate, className }: TextBaseProps): react.JSX.Element;
|
|
@@ -868,4 +873,4 @@ interface ChipProps extends ButtonHTMLAttributes<HTMLButtonElement> {
|
|
|
868
873
|
}
|
|
869
874
|
declare const Chip: react.ForwardRefExoticComponent<ChipProps & react.RefAttributes<HTMLButtonElement>>;
|
|
870
875
|
|
|
871
|
-
export { type DropdownSide as $, Accordion as A, Badge as B, CANONICAL_ICONS as C, type CanonicalIconName as D, Caption as E, Card as F, type CardProps as G, type CardVariant as H, Checkbox as I, type CheckboxProps as J, Chip as K, type ChipProps as L, CommandPalette as M, Display as N, Dot as O, type DotProps as P, type DropdownAlign as Q, DropdownButton as R, type DropdownButtonProps as S, DropdownItem as T, type DropdownItemProps as U, DropdownMenu as V, type DropdownMenuProps as W, DropdownRadioGroup as X, type DropdownRadioGroupProps as Y, DropdownRadioItem as Z, type DropdownRadioItemProps as _, Alert as a, IconLogout as a$, EmptyState as a0, FileUpload as a1, type FileUploadProps as a2, FilterBar as a3, type FilterBarProps as a4, type FilterChip as a5, FilterChips as a6, type FilterChipsProps as a7, FilterMenu as a8, type FilterMenuOption as a9, IconClipboardEdit as aA, IconClose as aB, IconCodePreview as aC, IconCohort as aD, IconCommandCursor as aE, IconCopy as aF, IconCumulativeChart as aG, IconDataReel as aH, IconDatabase as aI, IconDownload as aJ, IconEdit as aK, IconErrorOutline as aL, IconEventStream as aM, IconExclamation as aN, IconExperimentSplit as aO, IconFeatureGate as aP, IconFlag as aQ, IconFlare as aR, IconFlask as aS, IconGift as aT, IconGridView as aU, IconHandClick as aV, IconHome as aW, IconInfo as aX, IconInsightBoard as aY, IconLayers as aZ, IconListView as a_, type FilterMenuProps as aa, FormField as ab, type FormFieldControlProps as ac, type FormFieldProps as ad, H1 as ae, H2 as af, H3 as ag, H4 as ah, H5 as ai, IconActivity as aj, type IconAliasName as ak, IconAreaChart as al, IconArrowDown as am, IconArrowUp as an, IconBase as ao, IconBell as ap, IconBellOff as aq, IconBolt as ar, IconBox as as, IconByName as at, IconCancel as au, IconCheck as av, IconCheckCircle as aw, IconChevronDown as ax, IconChevronLeft as ay, IconChevronRight as az, type AlertProps as b, Radio as b$, IconMail as b0, IconMoon as b1, type IconName as b2, IconOldWindow as b3, IconPanelRight as b4, IconPerson as b5, IconPlayCircle as b6, IconPlus as b7, IconPremium as b8, type IconProps as b9, Input as bA, type InputProps as bB, type InputSize as bC, type InputVariant as bD, Label as bE, Lead as bF, Link as bG, type LinkProps as bH, Loader as bI, type LoaderProps as bJ, type LoaderSize as bK, type LoaderVariant as bL, LoadingState as bM, type LoadingStateProps as bN, Modal as bO, type ModalProps as bP, type ModalSize as bQ, Mono as bR, OLD_UI_ICONS as bS, Overline as bT, P as bU, PH_ICONS as bV, PH_ICON_ALIASES as bW, Panel as bX, type PanelProps as bY, Progress as bZ, type ProgressProps as b_, IconQueryEditor as ba, IconQueryStack as bb, IconRadar as bc, IconRecording as bd, IconReplayFrame as be, IconRobot as bf, IconRocket as bg, IconSave as bh, IconSearch as bi, IconSelectEvents as bj, IconShoppingCart as bk, IconSpinner as bl, IconStar as bm, IconSubArrowRight as bn, IconSun as bo, IconSurveyCard as bp, IconSurveys as bq, IconSync as br, IconTableChart as bs, IconTerminal as bt, IconToggle as bu, IconTrash as bv, IconTuning as bw, IconUpload as bx, IconVolume as by, IconVolumeOff as bz, type AlertStatus as c, type RadioProps as c0, Range as c1, type RangeProps as c2, SearchGroup as c3, type SearchGroupProps as c4, SearchInput as c5, type SearchInputProps as c6,
|
|
876
|
+
export { type DropdownSide as $, Accordion as A, Badge as B, CANONICAL_ICONS as C, type CanonicalIconName as D, Caption as E, Card as F, type CardProps as G, type CardVariant as H, Checkbox as I, type CheckboxProps as J, Chip as K, type ChipProps as L, CommandPalette as M, Display as N, Dot as O, type DotProps as P, type DropdownAlign as Q, DropdownButton as R, type DropdownButtonProps as S, DropdownItem as T, type DropdownItemProps as U, DropdownMenu as V, type DropdownMenuProps as W, DropdownRadioGroup as X, type DropdownRadioGroupProps as Y, DropdownRadioItem as Z, type DropdownRadioItemProps as _, Alert as a, IconLogout as a$, EmptyState as a0, FileUpload as a1, type FileUploadProps as a2, FilterBar as a3, type FilterBarProps as a4, type FilterChip as a5, FilterChips as a6, type FilterChipsProps as a7, FilterMenu as a8, type FilterMenuOption as a9, IconClipboardEdit as aA, IconClose as aB, IconCodePreview as aC, IconCohort as aD, IconCommandCursor as aE, IconCopy as aF, IconCumulativeChart as aG, IconDataReel as aH, IconDatabase as aI, IconDownload as aJ, IconEdit as aK, IconErrorOutline as aL, IconEventStream as aM, IconExclamation as aN, IconExperimentSplit as aO, IconFeatureGate as aP, IconFlag as aQ, IconFlare as aR, IconFlask as aS, IconGift as aT, IconGridView as aU, IconHandClick as aV, IconHome as aW, IconInfo as aX, IconInsightBoard as aY, IconLayers as aZ, IconListView as a_, type FilterMenuProps as aa, FormField as ab, type FormFieldControlProps as ac, type FormFieldProps as ad, H1 as ae, H2 as af, H3 as ag, H4 as ah, H5 as ai, IconActivity as aj, type IconAliasName as ak, IconAreaChart as al, IconArrowDown as am, IconArrowUp as an, IconBase as ao, IconBell as ap, IconBellOff as aq, IconBolt as ar, IconBox as as, IconByName as at, IconCancel as au, IconCheck as av, IconCheckCircle as aw, IconChevronDown as ax, IconChevronLeft as ay, IconChevronRight as az, type AlertProps as b, Radio as b$, IconMail as b0, IconMoon as b1, type IconName as b2, IconOldWindow as b3, IconPanelRight as b4, IconPerson as b5, IconPlayCircle as b6, IconPlus as b7, IconPremium as b8, type IconProps as b9, Input as bA, type InputProps as bB, type InputSize as bC, type InputVariant as bD, Label as bE, Lead as bF, Link as bG, type LinkProps as bH, Loader as bI, type LoaderProps as bJ, type LoaderSize as bK, type LoaderVariant as bL, LoadingState as bM, type LoadingStateProps as bN, Modal as bO, type ModalProps as bP, type ModalSize as bQ, Mono as bR, OLD_UI_ICONS as bS, Overline as bT, P as bU, PH_ICONS as bV, PH_ICON_ALIASES as bW, Panel as bX, type PanelProps as bY, Progress as bZ, type ProgressProps as b_, IconQueryEditor as ba, IconQueryStack as bb, IconRadar as bc, IconRecording as bd, IconReplayFrame as be, IconRobot as bf, IconRocket as bg, IconSave as bh, IconSearch as bi, IconSelectEvents as bj, IconShoppingCart as bk, IconSpinner as bl, IconStar as bm, IconSubArrowRight as bn, IconSun as bo, IconSurveyCard as bp, IconSurveys as bq, IconSync as br, IconTableChart as bs, IconTerminal as bt, IconToggle as bu, IconTrash as bv, IconTuning as bw, IconUpload as bx, IconVolume as by, IconVolumeOff as bz, type AlertStatus as c, type RadioProps as c0, Range as c1, type RangeProps as c2, SearchGroup as c3, type SearchGroupProps as c4, SearchInput as c5, type SearchInputProps as c6, SectionTitle as c7, SegmentedControl as c8, Select as c9, type TooltipAlign as cA, type TooltipProps as cB, TooltipProvider as cC, type TooltipProviderProps as cD, type TooltipSide as cE, type SelectProps as ca, SettingsLayout as cb, type SettingsLayoutProps as cc, SettingsNav as cd, type SettingsNavGroup as ce, type SettingsNavItem as cf, type SettingsNavProps as cg, Skeleton as ch, type SkeletonProps as ci, type SkeletonShape as cj, Small as ck, SortMenu as cl, type SortMenuProps as cm, Spinner as cn, type SpinnerProps as co, Stat as cp, type StatProps as cq, type StatTone as cr, Table as cs, type TableColumn as ct, type TableProps as cu, Textarea as cv, type TextareaProps as cw, Toggle as cx, type ToggleProps as cy, Tooltip as cz, AuthCard as d, type AuthCardProps as e, AuthDivider as f, type AuthDividerProps as g, AuthLayout as h, type AuthLayoutProps as i, Avatar as j, AvatarGroup as k, type AvatarGroupProps as l, type AvatarProps as m, type AvatarSize as n, type AvatarStatus as o, type BadgeProps as p, type BadgeSize as q, type BadgeVariant as r, Button as s, ButtonChrome as t, type ButtonChromeProps as u, type ButtonProps as v, type ButtonShape as w, type ButtonSize as x, type ButtonVariant as y, Calendar as z };
|
|
@@ -771,8 +771,13 @@ interface TextBaseProps {
|
|
|
771
771
|
children?: ReactNode;
|
|
772
772
|
truncate?: boolean;
|
|
773
773
|
}
|
|
774
|
-
/**
|
|
774
|
+
/**
|
|
775
|
+
* Display — the marketing hero voice: Instrument Serif, fluid size, one per page.
|
|
776
|
+
* Product page titles use H1/`SuitePageHeader` (sans) instead.
|
|
777
|
+
*/
|
|
775
778
|
declare function Display({ children, tone, weight, truncate, className, }: TextBaseProps): react.JSX.Element;
|
|
779
|
+
/** Section title — serif, fluid; pairs with Display on public pages. */
|
|
780
|
+
declare function SectionTitle({ children, tone, weight, truncate, className }: TextBaseProps): react.JSX.Element;
|
|
776
781
|
/** H1 — page title */
|
|
777
782
|
declare function H1({ children, tone, weight, truncate, className }: TextBaseProps): react.JSX.Element;
|
|
778
783
|
/** H2 — section title */
|
|
@@ -791,7 +796,7 @@ declare function Small({ children, tone, weight, truncate, className }: TextBase
|
|
|
791
796
|
declare function Caption({ children, tone, weight, truncate, className }: TextBaseProps): react.JSX.Element;
|
|
792
797
|
/** Overline — tiny eyebrow text */
|
|
793
798
|
declare function Overline({ children, tone, weight, truncate, className }: TextBaseProps): react.JSX.Element;
|
|
794
|
-
/** Lead — intro paragraph
|
|
799
|
+
/** Lead — intro paragraph under a Display/SectionTitle; measure-capped for readability */
|
|
795
800
|
declare function Lead({ children, tone, weight, truncate, className }: TextBaseProps): react.JSX.Element;
|
|
796
801
|
/** Mono — code, data, technical text */
|
|
797
802
|
declare function Mono({ children, tone, weight, truncate, className }: TextBaseProps): react.JSX.Element;
|
|
@@ -868,4 +873,4 @@ interface ChipProps extends ButtonHTMLAttributes<HTMLButtonElement> {
|
|
|
868
873
|
}
|
|
869
874
|
declare const Chip: react.ForwardRefExoticComponent<ChipProps & react.RefAttributes<HTMLButtonElement>>;
|
|
870
875
|
|
|
871
|
-
export { type DropdownSide as $, Accordion as A, Badge as B, CANONICAL_ICONS as C, type CanonicalIconName as D, Caption as E, Card as F, type CardProps as G, type CardVariant as H, Checkbox as I, type CheckboxProps as J, Chip as K, type ChipProps as L, CommandPalette as M, Display as N, Dot as O, type DotProps as P, type DropdownAlign as Q, DropdownButton as R, type DropdownButtonProps as S, DropdownItem as T, type DropdownItemProps as U, DropdownMenu as V, type DropdownMenuProps as W, DropdownRadioGroup as X, type DropdownRadioGroupProps as Y, DropdownRadioItem as Z, type DropdownRadioItemProps as _, Alert as a, IconLogout as a$, EmptyState as a0, FileUpload as a1, type FileUploadProps as a2, FilterBar as a3, type FilterBarProps as a4, type FilterChip as a5, FilterChips as a6, type FilterChipsProps as a7, FilterMenu as a8, type FilterMenuOption as a9, IconClipboardEdit as aA, IconClose as aB, IconCodePreview as aC, IconCohort as aD, IconCommandCursor as aE, IconCopy as aF, IconCumulativeChart as aG, IconDataReel as aH, IconDatabase as aI, IconDownload as aJ, IconEdit as aK, IconErrorOutline as aL, IconEventStream as aM, IconExclamation as aN, IconExperimentSplit as aO, IconFeatureGate as aP, IconFlag as aQ, IconFlare as aR, IconFlask as aS, IconGift as aT, IconGridView as aU, IconHandClick as aV, IconHome as aW, IconInfo as aX, IconInsightBoard as aY, IconLayers as aZ, IconListView as a_, type FilterMenuProps as aa, FormField as ab, type FormFieldControlProps as ac, type FormFieldProps as ad, H1 as ae, H2 as af, H3 as ag, H4 as ah, H5 as ai, IconActivity as aj, type IconAliasName as ak, IconAreaChart as al, IconArrowDown as am, IconArrowUp as an, IconBase as ao, IconBell as ap, IconBellOff as aq, IconBolt as ar, IconBox as as, IconByName as at, IconCancel as au, IconCheck as av, IconCheckCircle as aw, IconChevronDown as ax, IconChevronLeft as ay, IconChevronRight as az, type AlertProps as b, Radio as b$, IconMail as b0, IconMoon as b1, type IconName as b2, IconOldWindow as b3, IconPanelRight as b4, IconPerson as b5, IconPlayCircle as b6, IconPlus as b7, IconPremium as b8, type IconProps as b9, Input as bA, type InputProps as bB, type InputSize as bC, type InputVariant as bD, Label as bE, Lead as bF, Link as bG, type LinkProps as bH, Loader as bI, type LoaderProps as bJ, type LoaderSize as bK, type LoaderVariant as bL, LoadingState as bM, type LoadingStateProps as bN, Modal as bO, type ModalProps as bP, type ModalSize as bQ, Mono as bR, OLD_UI_ICONS as bS, Overline as bT, P as bU, PH_ICONS as bV, PH_ICON_ALIASES as bW, Panel as bX, type PanelProps as bY, Progress as bZ, type ProgressProps as b_, IconQueryEditor as ba, IconQueryStack as bb, IconRadar as bc, IconRecording as bd, IconReplayFrame as be, IconRobot as bf, IconRocket as bg, IconSave as bh, IconSearch as bi, IconSelectEvents as bj, IconShoppingCart as bk, IconSpinner as bl, IconStar as bm, IconSubArrowRight as bn, IconSun as bo, IconSurveyCard as bp, IconSurveys as bq, IconSync as br, IconTableChart as bs, IconTerminal as bt, IconToggle as bu, IconTrash as bv, IconTuning as bw, IconUpload as bx, IconVolume as by, IconVolumeOff as bz, type AlertStatus as c, type RadioProps as c0, Range as c1, type RangeProps as c2, SearchGroup as c3, type SearchGroupProps as c4, SearchInput as c5, type SearchInputProps as c6,
|
|
876
|
+
export { type DropdownSide as $, Accordion as A, Badge as B, CANONICAL_ICONS as C, type CanonicalIconName as D, Caption as E, Card as F, type CardProps as G, type CardVariant as H, Checkbox as I, type CheckboxProps as J, Chip as K, type ChipProps as L, CommandPalette as M, Display as N, Dot as O, type DotProps as P, type DropdownAlign as Q, DropdownButton as R, type DropdownButtonProps as S, DropdownItem as T, type DropdownItemProps as U, DropdownMenu as V, type DropdownMenuProps as W, DropdownRadioGroup as X, type DropdownRadioGroupProps as Y, DropdownRadioItem as Z, type DropdownRadioItemProps as _, Alert as a, IconLogout as a$, EmptyState as a0, FileUpload as a1, type FileUploadProps as a2, FilterBar as a3, type FilterBarProps as a4, type FilterChip as a5, FilterChips as a6, type FilterChipsProps as a7, FilterMenu as a8, type FilterMenuOption as a9, IconClipboardEdit as aA, IconClose as aB, IconCodePreview as aC, IconCohort as aD, IconCommandCursor as aE, IconCopy as aF, IconCumulativeChart as aG, IconDataReel as aH, IconDatabase as aI, IconDownload as aJ, IconEdit as aK, IconErrorOutline as aL, IconEventStream as aM, IconExclamation as aN, IconExperimentSplit as aO, IconFeatureGate as aP, IconFlag as aQ, IconFlare as aR, IconFlask as aS, IconGift as aT, IconGridView as aU, IconHandClick as aV, IconHome as aW, IconInfo as aX, IconInsightBoard as aY, IconLayers as aZ, IconListView as a_, type FilterMenuProps as aa, FormField as ab, type FormFieldControlProps as ac, type FormFieldProps as ad, H1 as ae, H2 as af, H3 as ag, H4 as ah, H5 as ai, IconActivity as aj, type IconAliasName as ak, IconAreaChart as al, IconArrowDown as am, IconArrowUp as an, IconBase as ao, IconBell as ap, IconBellOff as aq, IconBolt as ar, IconBox as as, IconByName as at, IconCancel as au, IconCheck as av, IconCheckCircle as aw, IconChevronDown as ax, IconChevronLeft as ay, IconChevronRight as az, type AlertProps as b, Radio as b$, IconMail as b0, IconMoon as b1, type IconName as b2, IconOldWindow as b3, IconPanelRight as b4, IconPerson as b5, IconPlayCircle as b6, IconPlus as b7, IconPremium as b8, type IconProps as b9, Input as bA, type InputProps as bB, type InputSize as bC, type InputVariant as bD, Label as bE, Lead as bF, Link as bG, type LinkProps as bH, Loader as bI, type LoaderProps as bJ, type LoaderSize as bK, type LoaderVariant as bL, LoadingState as bM, type LoadingStateProps as bN, Modal as bO, type ModalProps as bP, type ModalSize as bQ, Mono as bR, OLD_UI_ICONS as bS, Overline as bT, P as bU, PH_ICONS as bV, PH_ICON_ALIASES as bW, Panel as bX, type PanelProps as bY, Progress as bZ, type ProgressProps as b_, IconQueryEditor as ba, IconQueryStack as bb, IconRadar as bc, IconRecording as bd, IconReplayFrame as be, IconRobot as bf, IconRocket as bg, IconSave as bh, IconSearch as bi, IconSelectEvents as bj, IconShoppingCart as bk, IconSpinner as bl, IconStar as bm, IconSubArrowRight as bn, IconSun as bo, IconSurveyCard as bp, IconSurveys as bq, IconSync as br, IconTableChart as bs, IconTerminal as bt, IconToggle as bu, IconTrash as bv, IconTuning as bw, IconUpload as bx, IconVolume as by, IconVolumeOff as bz, type AlertStatus as c, type RadioProps as c0, Range as c1, type RangeProps as c2, SearchGroup as c3, type SearchGroupProps as c4, SearchInput as c5, type SearchInputProps as c6, SectionTitle as c7, SegmentedControl as c8, Select as c9, type TooltipAlign as cA, type TooltipProps as cB, TooltipProvider as cC, type TooltipProviderProps as cD, type TooltipSide as cE, type SelectProps as ca, SettingsLayout as cb, type SettingsLayoutProps as cc, SettingsNav as cd, type SettingsNavGroup as ce, type SettingsNavItem as cf, type SettingsNavProps as cg, Skeleton as ch, type SkeletonProps as ci, type SkeletonShape as cj, Small as ck, SortMenu as cl, type SortMenuProps as cm, Spinner as cn, type SpinnerProps as co, Stat as cp, type StatProps as cq, type StatTone as cr, Table as cs, type TableColumn as ct, type TableProps as cu, Textarea as cv, type TextareaProps as cw, Toggle as cx, type ToggleProps as cy, Tooltip as cz, AuthCard as d, type AuthCardProps as e, AuthDivider as f, type AuthDividerProps as g, AuthLayout as h, type AuthLayoutProps as i, Avatar as j, AvatarGroup as k, type AvatarGroupProps as l, type AvatarProps as m, type AvatarSize as n, type AvatarStatus as o, type BadgeProps as p, type BadgeSize as q, type BadgeVariant as r, Button as s, ButtonChrome as t, type ButtonChromeProps as u, type ButtonProps as v, type ButtonShape as w, type ButtonSize as x, type ButtonVariant as y, Calendar as z };
|