@nationaldesignstudio/react 0.5.4 → 0.5.5
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/dist/index.d.ts +5 -2
- package/dist/index.js +77 -73
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
- package/src/lib/utils.ts +8 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as tailwind_variants from 'tailwind-variants';
|
|
2
2
|
import { VariantProps } from 'tailwind-variants';
|
|
3
|
-
export { cnBase as
|
|
3
|
+
export { cnBase as twMerge } from 'tailwind-variants';
|
|
4
4
|
import * as tailwind_variants_dist_config_js from 'tailwind-variants/dist/config.js';
|
|
5
5
|
import * as React$1 from 'react';
|
|
6
6
|
import { ReactNode } from 'react';
|
|
@@ -10,6 +10,7 @@ import { ButtonProps as ButtonProps$1 } from '@base-ui-components/react/button';
|
|
|
10
10
|
import { Popover as Popover$1 } from '@base-ui-components/react/popover';
|
|
11
11
|
import { Select as Select$1 } from '@base-ui-components/react/select';
|
|
12
12
|
import { Tooltip as Tooltip$1 } from '@base-ui-components/react/tooltip';
|
|
13
|
+
import { ClassValue } from 'clsx';
|
|
13
14
|
import { CSSVariableMap, NestedStringRecord, ColorThemeName, SurfaceThemeName } from '@nds-design-system/tokens';
|
|
14
15
|
|
|
15
16
|
declare const accordionVariants: tailwind_variants.TVReturnType<{
|
|
@@ -3494,6 +3495,8 @@ interface ToutProps extends React$1.HTMLAttributes<HTMLElement>, VariantProps<ty
|
|
|
3494
3495
|
*/
|
|
3495
3496
|
declare const Tout: React$1.ForwardRefExoticComponent<ToutProps & React$1.RefAttributes<HTMLElement>>;
|
|
3496
3497
|
|
|
3498
|
+
declare function cn(...inputs: ClassValue[]): tailwind_variants.CnReturn;
|
|
3499
|
+
|
|
3497
3500
|
/**
|
|
3498
3501
|
* Theme context value
|
|
3499
3502
|
*/
|
|
@@ -3615,4 +3618,4 @@ declare function mergeCSSVars(...maps: CSSVariableMap[]): CSSVariableMap;
|
|
|
3615
3618
|
*/
|
|
3616
3619
|
declare function filterCSSVars(cssVars: CSSVariableMap, prefix: string): CSSVariableMap;
|
|
3617
3620
|
|
|
3618
|
-
export { Accordion, AccordionItem, type AccordionItemProps, type AccordionProps, BackgroundCompound as Background, BackgroundGradient, type BackgroundGradientProps, BackgroundImage, type BackgroundImageProps, BackgroundOverlay, type BackgroundOverlayProps, type BackgroundProps, BackgroundStream, type BackgroundStreamProps, BackgroundVideo, type BackgroundVideoProps, Banner, type BannerProps, Button, type ButtonProps, type ButtonTheme, Card, CardActions, type CardActionsProps, CardBody, type CardBodyProps, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardEyebrow, type CardEyebrowProps, CardGrid, type CardGridProps, CardImage, type CardImageProps, type CardProps, CardTitle, type CardTitleProps, type ColorToken, type ComponentTheme, type ComponentThemeColors, type ComponentThemeSpatial, type ComponentThemeSurface, DEFAULT_TITLE_TYPOGRAPHY, DevToolbar, type DevToolbarProps, FONT_SIZES, FaqSection, type FaqSectionProps, type FontSizeToken, GridOverlay, type GridOverlayProps, Hero, BackgroundCompound as HeroBackground, BackgroundImage as HeroBackgroundImage, type BackgroundImageProps as HeroBackgroundImageProps, BackgroundStream as HeroBackgroundStream, type BackgroundStreamProps as HeroBackgroundStreamProps, BackgroundVideo as HeroBackgroundVideo, type BackgroundVideoProps as HeroBackgroundVideoProps, HeroContent, type HeroContentProps, BackgroundGradient as HeroGradient, type BackgroundGradientProps as HeroGradientProps, HeroHeader, type HeroHeaderProps, BackgroundOverlay as HeroOverlay, type BackgroundOverlayProps as HeroOverlayProps, type HeroProps, IconButton, type IconButtonProps, Input, InputGroup, InputGroupAddon, type InputGroupAddonProps, InputGroupButton, type InputGroupButtonProps, InputGroupInput, type InputGroupInputProps, type InputGroupProps, InputGroupText, type InputGroupTextProps, InputGroupTextarea, type InputGroupTextareaProps, type InputProps, Navbar, NavbarActions, type NavbarActionsProps, NavbarBrand, type NavbarBrandProps, NavbarLink, type NavbarLinkProps, NavbarLinks, type NavbarLinksProps, NavbarMobileMenu, NavbarMobileMenuButton, type NavbarMobileMenuButtonProps, NavbarMobileMenuLink, type NavbarMobileMenuLinkProps, type NavbarMobileMenuProps, type NavbarProps, NdstudioFooter, type NdstudioFooterProps, PagerControl, type PagerControlProps, Popover, PopoverArrow, type PopoverArrowProps, PopoverBackdrop, type PopoverBackdropProps, PopoverClose, type PopoverCloseProps, PopoverDescription, type PopoverDescriptionProps, PopoverParts, PopoverPopup, type PopoverPopupProps, PopoverPortal, type PopoverPortalProps, PopoverPositioner, type PopoverPositionerProps, type PopoverProps, PopoverRoot, type PopoverRootProps, PopoverTitle, type PopoverTitleProps, PopoverTrigger, type PopoverTriggerProps, Prose, type ProseProps, ProseSection, type ProseSectionProps, QuoteBlock, type QuoteBlockProps, type RadiusToken, River, type RiverProps, Select, SelectGroup, SelectGroupLabel, type SelectGroupLabelProps, type SelectGroupProps, SelectOption, type SelectOptionProps, SelectPopup, type SelectPopupProps, type SelectProps, SelectRoot, SelectTrigger, type SelectTriggerProps, type SpacingToken, type ThemeContextValue, ThemeProvider, type ThemeProviderProps, Tooltip, TooltipArrow, type TooltipArrowProps, TooltipParts, TooltipPopup, type TooltipPopupProps, TooltipPortal, type TooltipPortalProps, TooltipPositioner, type TooltipPositionerProps, type TooltipProps, TooltipProvider, type TooltipProviderProps, TooltipRoot, type TooltipRootProps, TooltipTrigger, type TooltipTriggerProps, Tout, type ToutProps, TwoColumnSection, type TwoColumnSectionProps, USGovBanner, type USGovBannerProps, applyTheme, backgroundGradientVariants, backgroundImageVariants, backgroundOverlayVariants, backgroundStreamVariants, backgroundVariants, backgroundVideoVariants, bannerVariants, buttonThemeToStyleVars, buttonVariants, cardGridVariants, cardVariants, createThemeStyle, filterCSSVars, fontSizeToClass, getToken, heroContentVariants, heroHeaderVariants, heroVariants, iconButtonVariants, inputGroupAddonVariants, inputGroupVariants, inputVariants, mergeCSSVars, pagerControlVariants, popoverArrowVariants, popoverPopupVariants, quoteBlockVariants, removeTheme, responsiveTypographyClass, riverVariants, selectOptionVariants, selectPopupVariants, selectTriggerVariants, themeToStyleVars, toCSSVars, tooltipArrowVariants, tooltipPopupVariants, twoColumnSectionVariants, useCSSVars, useTheme, useThemeTokens };
|
|
3621
|
+
export { Accordion, AccordionItem, type AccordionItemProps, type AccordionProps, BackgroundCompound as Background, BackgroundGradient, type BackgroundGradientProps, BackgroundImage, type BackgroundImageProps, BackgroundOverlay, type BackgroundOverlayProps, type BackgroundProps, BackgroundStream, type BackgroundStreamProps, BackgroundVideo, type BackgroundVideoProps, Banner, type BannerProps, Button, type ButtonProps, type ButtonTheme, Card, CardActions, type CardActionsProps, CardBody, type CardBodyProps, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardEyebrow, type CardEyebrowProps, CardGrid, type CardGridProps, CardImage, type CardImageProps, type CardProps, CardTitle, type CardTitleProps, type ColorToken, type ComponentTheme, type ComponentThemeColors, type ComponentThemeSpatial, type ComponentThemeSurface, DEFAULT_TITLE_TYPOGRAPHY, DevToolbar, type DevToolbarProps, FONT_SIZES, FaqSection, type FaqSectionProps, type FontSizeToken, GridOverlay, type GridOverlayProps, Hero, BackgroundCompound as HeroBackground, BackgroundImage as HeroBackgroundImage, type BackgroundImageProps as HeroBackgroundImageProps, BackgroundStream as HeroBackgroundStream, type BackgroundStreamProps as HeroBackgroundStreamProps, BackgroundVideo as HeroBackgroundVideo, type BackgroundVideoProps as HeroBackgroundVideoProps, HeroContent, type HeroContentProps, BackgroundGradient as HeroGradient, type BackgroundGradientProps as HeroGradientProps, HeroHeader, type HeroHeaderProps, BackgroundOverlay as HeroOverlay, type BackgroundOverlayProps as HeroOverlayProps, type HeroProps, IconButton, type IconButtonProps, Input, InputGroup, InputGroupAddon, type InputGroupAddonProps, InputGroupButton, type InputGroupButtonProps, InputGroupInput, type InputGroupInputProps, type InputGroupProps, InputGroupText, type InputGroupTextProps, InputGroupTextarea, type InputGroupTextareaProps, type InputProps, Navbar, NavbarActions, type NavbarActionsProps, NavbarBrand, type NavbarBrandProps, NavbarLink, type NavbarLinkProps, NavbarLinks, type NavbarLinksProps, NavbarMobileMenu, NavbarMobileMenuButton, type NavbarMobileMenuButtonProps, NavbarMobileMenuLink, type NavbarMobileMenuLinkProps, type NavbarMobileMenuProps, type NavbarProps, NdstudioFooter, type NdstudioFooterProps, PagerControl, type PagerControlProps, Popover, PopoverArrow, type PopoverArrowProps, PopoverBackdrop, type PopoverBackdropProps, PopoverClose, type PopoverCloseProps, PopoverDescription, type PopoverDescriptionProps, PopoverParts, PopoverPopup, type PopoverPopupProps, PopoverPortal, type PopoverPortalProps, PopoverPositioner, type PopoverPositionerProps, type PopoverProps, PopoverRoot, type PopoverRootProps, PopoverTitle, type PopoverTitleProps, PopoverTrigger, type PopoverTriggerProps, Prose, type ProseProps, ProseSection, type ProseSectionProps, QuoteBlock, type QuoteBlockProps, type RadiusToken, River, type RiverProps, Select, SelectGroup, SelectGroupLabel, type SelectGroupLabelProps, type SelectGroupProps, SelectOption, type SelectOptionProps, SelectPopup, type SelectPopupProps, type SelectProps, SelectRoot, SelectTrigger, type SelectTriggerProps, type SpacingToken, type ThemeContextValue, ThemeProvider, type ThemeProviderProps, Tooltip, TooltipArrow, type TooltipArrowProps, TooltipParts, TooltipPopup, type TooltipPopupProps, TooltipPortal, type TooltipPortalProps, TooltipPositioner, type TooltipPositionerProps, type TooltipProps, TooltipProvider, type TooltipProviderProps, TooltipRoot, type TooltipRootProps, TooltipTrigger, type TooltipTriggerProps, Tout, type ToutProps, TwoColumnSection, type TwoColumnSectionProps, USGovBanner, type USGovBannerProps, applyTheme, backgroundGradientVariants, backgroundImageVariants, backgroundOverlayVariants, backgroundStreamVariants, backgroundVariants, backgroundVideoVariants, bannerVariants, buttonThemeToStyleVars, buttonVariants, cardGridVariants, cardVariants, cn, createThemeStyle, filterCSSVars, fontSizeToClass, getToken, heroContentVariants, heroHeaderVariants, heroVariants, iconButtonVariants, inputGroupAddonVariants, inputGroupVariants, inputVariants, mergeCSSVars, pagerControlVariants, popoverArrowVariants, popoverPopupVariants, quoteBlockVariants, removeTheme, responsiveTypographyClass, riverVariants, selectOptionVariants, selectPopupVariants, selectTriggerVariants, themeToStyleVars, toCSSVars, tooltipArrowVariants, tooltipPopupVariants, twoColumnSectionVariants, useCSSVars, useTheme, useThemeTokens };
|
package/dist/index.js
CHANGED
|
@@ -2,7 +2,8 @@ import { Accordion as Accordion$1 } from '@base-ui-components/react/accordion';
|
|
|
2
2
|
import * as React11 from 'react';
|
|
3
3
|
import { createContext, useState, useRef, useCallback, useEffect, useMemo, useContext } from 'react';
|
|
4
4
|
import { tv, cnBase } from 'tailwind-variants';
|
|
5
|
-
export { cnBase as
|
|
5
|
+
export { cnBase as twMerge } from 'tailwind-variants';
|
|
6
|
+
import { clsx } from 'clsx';
|
|
6
7
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
7
8
|
import { useRender } from '@base-ui-components/react/use-render';
|
|
8
9
|
import { Button as Button$1 } from '@base-ui-components/react/button';
|
|
@@ -13,6 +14,9 @@ import { Dialog } from '@base-ui-components/react/dialog';
|
|
|
13
14
|
import { Slot } from '@radix-ui/react-slot';
|
|
14
15
|
|
|
15
16
|
// src/components/atoms/accordion/accordion.tsx
|
|
17
|
+
function cn(...inputs) {
|
|
18
|
+
return cnBase(clsx(inputs));
|
|
19
|
+
}
|
|
16
20
|
var accordionVariants = tv({
|
|
17
21
|
base: "flex flex-col",
|
|
18
22
|
variants: {
|
|
@@ -114,7 +118,7 @@ var AccordionItem = React11.forwardRef(
|
|
|
114
118
|
/* @__PURE__ */ jsx(
|
|
115
119
|
"span",
|
|
116
120
|
{
|
|
117
|
-
className:
|
|
121
|
+
className: cn(
|
|
118
122
|
"text-base transition-transform duration-200",
|
|
119
123
|
"[[data-open]_&]:rotate-45"
|
|
120
124
|
),
|
|
@@ -127,7 +131,7 @@ var AccordionItem = React11.forwardRef(
|
|
|
127
131
|
/* @__PURE__ */ jsx(
|
|
128
132
|
Accordion$1.Panel,
|
|
129
133
|
{
|
|
130
|
-
className:
|
|
134
|
+
className: cn(
|
|
131
135
|
"h-[var(--accordion-panel-height)] overflow-hidden",
|
|
132
136
|
"transition-[height] duration-300 ease-out",
|
|
133
137
|
"[&[data-starting-style]]:h-0 [&[data-ending-style]]:h-0"
|
|
@@ -711,7 +715,7 @@ var Input = React11.forwardRef(
|
|
|
711
715
|
ref,
|
|
712
716
|
type,
|
|
713
717
|
"aria-invalid": error || void 0,
|
|
714
|
-
className:
|
|
718
|
+
className: cn(inputVariants({ size, error, class: className })),
|
|
715
719
|
"data-size": size ?? "default",
|
|
716
720
|
"data-error": error ?? false,
|
|
717
721
|
...props
|
|
@@ -803,7 +807,7 @@ function InputGroup({ className, size, disabled, ...props }) {
|
|
|
803
807
|
"data-slot": "input-group",
|
|
804
808
|
"data-disabled": disabled || void 0,
|
|
805
809
|
disabled,
|
|
806
|
-
className:
|
|
810
|
+
className: cn(
|
|
807
811
|
"p-0 m-0 min-w-0",
|
|
808
812
|
inputGroupVariants({ size, class: className })
|
|
809
813
|
),
|
|
@@ -842,7 +846,7 @@ function InputGroupAddon({
|
|
|
842
846
|
{
|
|
843
847
|
"data-slot": "input-group-addon",
|
|
844
848
|
"data-align": align,
|
|
845
|
-
className:
|
|
849
|
+
className: cn(inputGroupAddonVariants({ align, class: className })),
|
|
846
850
|
onClick: handleClick,
|
|
847
851
|
onKeyDown: handleKeyDown,
|
|
848
852
|
...props
|
|
@@ -881,7 +885,7 @@ function InputGroupButton({
|
|
|
881
885
|
type,
|
|
882
886
|
"data-size": size,
|
|
883
887
|
variant,
|
|
884
|
-
className:
|
|
888
|
+
className: cn(inputGroupButtonVariants({ size, class: className })),
|
|
885
889
|
...props
|
|
886
890
|
}
|
|
887
891
|
);
|
|
@@ -890,7 +894,7 @@ function InputGroupText({ className, ...props }) {
|
|
|
890
894
|
return /* @__PURE__ */ jsx(
|
|
891
895
|
"span",
|
|
892
896
|
{
|
|
893
|
-
className:
|
|
897
|
+
className: cn(
|
|
894
898
|
"flex items-center gap-6 typography-ui-text-sm text-text-muted",
|
|
895
899
|
"[&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-16",
|
|
896
900
|
className
|
|
@@ -904,7 +908,7 @@ function InputGroupInput({ className, ...props }) {
|
|
|
904
908
|
"input",
|
|
905
909
|
{
|
|
906
910
|
"data-slot": "input-group-control",
|
|
907
|
-
className:
|
|
911
|
+
className: cn(
|
|
908
912
|
"flex-1 min-w-0 h-full w-full",
|
|
909
913
|
"border-0 bg-transparent shadow-none outline-none",
|
|
910
914
|
"typography-ui-text-sm text-left placeholder:text-text-muted",
|
|
@@ -921,7 +925,7 @@ function InputGroupTextarea({ className, ...props }) {
|
|
|
921
925
|
"textarea",
|
|
922
926
|
{
|
|
923
927
|
"data-slot": "input-group-control",
|
|
924
|
-
className:
|
|
928
|
+
className: cn(
|
|
925
929
|
"flex-1 min-w-0 w-full resize-none",
|
|
926
930
|
"border-0 bg-transparent shadow-none outline-none",
|
|
927
931
|
"typography-ui-text-sm text-left placeholder:text-text-muted",
|
|
@@ -935,7 +939,7 @@ function InputGroupTextarea({ className, ...props }) {
|
|
|
935
939
|
}
|
|
936
940
|
var NdstudioFooter = React11.forwardRef(
|
|
937
941
|
({ className, href = "https://ndstudio.gov", ...props }, ref) => {
|
|
938
|
-
return /* @__PURE__ */ jsx("div", { ref, className:
|
|
942
|
+
return /* @__PURE__ */ jsx("div", { ref, className: cn("text-center", className), ...props, children: /* @__PURE__ */ jsxs("p", { className: "typography-label-large uppercase text-ivory-alpha-75", children: [
|
|
939
943
|
"Designed and Engineered in DC by",
|
|
940
944
|
" ",
|
|
941
945
|
/* @__PURE__ */ jsxs(
|
|
@@ -1163,7 +1167,7 @@ var PagerControl = React11.forwardRef(
|
|
|
1163
1167
|
role: "tab",
|
|
1164
1168
|
"aria-selected": true,
|
|
1165
1169
|
"aria-label": `Page ${index + 1} of ${count}, current`,
|
|
1166
|
-
className:
|
|
1170
|
+
className: cn(
|
|
1167
1171
|
"relative cursor-pointer overflow-hidden rounded-full transition-all duration-500 ease-[cubic-bezier(0.23,1,0.32,1)]",
|
|
1168
1172
|
dotBaseVariants({ size, variant }),
|
|
1169
1173
|
getDotWidth(true),
|
|
@@ -1173,7 +1177,7 @@ var PagerControl = React11.forwardRef(
|
|
|
1173
1177
|
children: /* @__PURE__ */ jsx(
|
|
1174
1178
|
"div",
|
|
1175
1179
|
{
|
|
1176
|
-
className:
|
|
1180
|
+
className: cn(
|
|
1177
1181
|
"absolute top-0 bottom-0 left-0 h-full rounded-full",
|
|
1178
1182
|
getProgressFillClass()
|
|
1179
1183
|
),
|
|
@@ -1193,7 +1197,7 @@ var PagerControl = React11.forwardRef(
|
|
|
1193
1197
|
role: "tab",
|
|
1194
1198
|
"aria-selected": false,
|
|
1195
1199
|
"aria-label": `Go to page ${index + 1} of ${count}`,
|
|
1196
|
-
className:
|
|
1200
|
+
className: cn(
|
|
1197
1201
|
dotBaseVariants({ size, variant }),
|
|
1198
1202
|
getDotWidth(false),
|
|
1199
1203
|
getInactiveClasses()
|
|
@@ -1233,7 +1237,7 @@ var FloatingArrowSvg = ({
|
|
|
1233
1237
|
height: "10",
|
|
1234
1238
|
viewBox: "0 0 20 10",
|
|
1235
1239
|
fill: "none",
|
|
1236
|
-
className:
|
|
1240
|
+
className: cn("block", className),
|
|
1237
1241
|
"aria-hidden": "true",
|
|
1238
1242
|
children: [
|
|
1239
1243
|
/* @__PURE__ */ jsx(
|
|
@@ -1320,7 +1324,7 @@ var PopoverBackdrop = React11.forwardRef(
|
|
|
1320
1324
|
Popover$1.Backdrop,
|
|
1321
1325
|
{
|
|
1322
1326
|
ref,
|
|
1323
|
-
className:
|
|
1327
|
+
className: cn("fixed inset-0 z-40", className),
|
|
1324
1328
|
...props
|
|
1325
1329
|
}
|
|
1326
1330
|
);
|
|
@@ -1334,7 +1338,7 @@ var PopoverPositioner = React11.forwardRef(({ className, side = "bottom", sideOf
|
|
|
1334
1338
|
ref,
|
|
1335
1339
|
side,
|
|
1336
1340
|
sideOffset,
|
|
1337
|
-
className:
|
|
1341
|
+
className: cn("z-50", className),
|
|
1338
1342
|
...props
|
|
1339
1343
|
}
|
|
1340
1344
|
);
|
|
@@ -1346,7 +1350,7 @@ var PopoverPopup = React11.forwardRef(
|
|
|
1346
1350
|
Popover$1.Popup,
|
|
1347
1351
|
{
|
|
1348
1352
|
ref,
|
|
1349
|
-
className:
|
|
1353
|
+
className: cn(popoverPopupVariants({ variant }), className),
|
|
1350
1354
|
...props
|
|
1351
1355
|
}
|
|
1352
1356
|
);
|
|
@@ -1359,7 +1363,7 @@ var PopoverArrow = React11.forwardRef(
|
|
|
1359
1363
|
Popover$1.Arrow,
|
|
1360
1364
|
{
|
|
1361
1365
|
ref,
|
|
1362
|
-
className:
|
|
1366
|
+
className: cn(popoverArrowVariants(), className),
|
|
1363
1367
|
...props,
|
|
1364
1368
|
children: /* @__PURE__ */ jsx(
|
|
1365
1369
|
FloatingArrowSvg,
|
|
@@ -1379,7 +1383,7 @@ var PopoverTitle = React11.forwardRef(
|
|
|
1379
1383
|
Popover$1.Title,
|
|
1380
1384
|
{
|
|
1381
1385
|
ref,
|
|
1382
|
-
className:
|
|
1386
|
+
className: cn("typography-body-md-md font-semibold", className),
|
|
1383
1387
|
...props
|
|
1384
1388
|
}
|
|
1385
1389
|
);
|
|
@@ -1391,7 +1395,7 @@ var PopoverDescription = React11.forwardRef(({ className, ...props }, ref) => {
|
|
|
1391
1395
|
Popover$1.Description,
|
|
1392
1396
|
{
|
|
1393
1397
|
ref,
|
|
1394
|
-
className:
|
|
1398
|
+
className: cn(
|
|
1395
1399
|
"typography-body-sm-md text-overlay-text-muted mt-8",
|
|
1396
1400
|
className
|
|
1397
1401
|
),
|
|
@@ -1406,7 +1410,7 @@ var PopoverClose = React11.forwardRef(
|
|
|
1406
1410
|
Popover$1.Close,
|
|
1407
1411
|
{
|
|
1408
1412
|
ref,
|
|
1409
|
-
className:
|
|
1413
|
+
className: cn(
|
|
1410
1414
|
"absolute right-8 top-8 rounded-surface-ui-small p-4",
|
|
1411
1415
|
"text-overlay-text-muted hover:text-overlay-text",
|
|
1412
1416
|
"hover:bg-bg-section focus:outline-none focus-visible:ring-2 focus-visible:ring-border-focus",
|
|
@@ -1545,7 +1549,7 @@ var selectOptionVariants = tv({
|
|
|
1545
1549
|
var SelectChevronIcon = ({ className }) => /* @__PURE__ */ jsx(
|
|
1546
1550
|
"svg",
|
|
1547
1551
|
{
|
|
1548
|
-
className:
|
|
1552
|
+
className: cn("size-16 text-gray-500 shrink-0", className),
|
|
1549
1553
|
viewBox: "0 0 16 16",
|
|
1550
1554
|
fill: "none",
|
|
1551
1555
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1565,7 +1569,7 @@ var SelectChevronIcon = ({ className }) => /* @__PURE__ */ jsx(
|
|
|
1565
1569
|
var CheckIcon = ({ className }) => /* @__PURE__ */ jsx(
|
|
1566
1570
|
"svg",
|
|
1567
1571
|
{
|
|
1568
|
-
className:
|
|
1572
|
+
className: cn("size-14 shrink-0", className),
|
|
1569
1573
|
viewBox: "0 0 14 14",
|
|
1570
1574
|
fill: "none",
|
|
1571
1575
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1594,7 +1598,7 @@ var SelectTrigger = React11.forwardRef(
|
|
|
1594
1598
|
Select$1.Trigger,
|
|
1595
1599
|
{
|
|
1596
1600
|
ref,
|
|
1597
|
-
className:
|
|
1601
|
+
className: cn(selectTriggerVariants({ size, error }), className),
|
|
1598
1602
|
...props,
|
|
1599
1603
|
children: [
|
|
1600
1604
|
/* @__PURE__ */ jsx(Select$1.Value, { children: (value) => value ? value : /* @__PURE__ */ jsx("span", { className: "text-text-muted", children: placeholder }) }),
|
|
@@ -1611,7 +1615,7 @@ var SelectPopup = React11.forwardRef(
|
|
|
1611
1615
|
Select$1.Popup,
|
|
1612
1616
|
{
|
|
1613
1617
|
ref,
|
|
1614
|
-
className:
|
|
1618
|
+
className: cn(selectPopupVariants(), className),
|
|
1615
1619
|
...props,
|
|
1616
1620
|
children
|
|
1617
1621
|
}
|
|
@@ -1625,7 +1629,7 @@ var SelectOption = React11.forwardRef(
|
|
|
1625
1629
|
Select$1.Item,
|
|
1626
1630
|
{
|
|
1627
1631
|
ref,
|
|
1628
|
-
className:
|
|
1632
|
+
className: cn(selectOptionVariants(), className),
|
|
1629
1633
|
...props,
|
|
1630
1634
|
children: [
|
|
1631
1635
|
/* @__PURE__ */ jsx(Select$1.ItemText, { children }),
|
|
@@ -1647,7 +1651,7 @@ var SelectGroupLabel = React11.forwardRef(({ className, children, ...props }, re
|
|
|
1647
1651
|
Select$1.GroupLabel,
|
|
1648
1652
|
{
|
|
1649
1653
|
ref,
|
|
1650
|
-
className:
|
|
1654
|
+
className: cn(
|
|
1651
1655
|
"px-12 py-6 typography-body-sm-sm font-medium text-text-muted uppercase tracking-wide",
|
|
1652
1656
|
className
|
|
1653
1657
|
),
|
|
@@ -1744,7 +1748,7 @@ var TooltipPopup = React11.forwardRef(
|
|
|
1744
1748
|
{
|
|
1745
1749
|
ref,
|
|
1746
1750
|
role: "tooltip",
|
|
1747
|
-
className:
|
|
1751
|
+
className: cn(tooltipPopupVariants({ variant }), className),
|
|
1748
1752
|
...props
|
|
1749
1753
|
}
|
|
1750
1754
|
);
|
|
@@ -1757,7 +1761,7 @@ var TooltipArrow = React11.forwardRef(
|
|
|
1757
1761
|
Tooltip$1.Arrow,
|
|
1758
1762
|
{
|
|
1759
1763
|
ref,
|
|
1760
|
-
className:
|
|
1764
|
+
className: cn(tooltipArrowVariants(), className),
|
|
1761
1765
|
...props,
|
|
1762
1766
|
children: /* @__PURE__ */ jsx(FloatingArrowSvg, { fillClassName: "fill-tooltip-bg" })
|
|
1763
1767
|
}
|
|
@@ -2204,19 +2208,19 @@ var Navbar = React11.forwardRef(
|
|
|
2204
2208
|
"nav",
|
|
2205
2209
|
{
|
|
2206
2210
|
ref: mergedRef,
|
|
2207
|
-
className:
|
|
2211
|
+
className: cn("relative z-50 w-full bg-gray-50", className),
|
|
2208
2212
|
...props,
|
|
2209
2213
|
children: /* @__PURE__ */ jsx(
|
|
2210
2214
|
"div",
|
|
2211
2215
|
{
|
|
2212
|
-
className:
|
|
2216
|
+
className: cn(
|
|
2213
2217
|
"flex w-full items-center justify-between",
|
|
2214
2218
|
// Mobile
|
|
2215
|
-
"px-
|
|
2219
|
+
"px-spatial-component-navbar-padding-x-mobile py-spatial-component-navbar-padding-y-mobile",
|
|
2216
2220
|
// Tablet
|
|
2217
|
-
"md:px-
|
|
2221
|
+
"md:px-spatial-component-navbar-padding-x-tablet md:py-spatial-component-navbar-padding-y-tablet",
|
|
2218
2222
|
// Desktop
|
|
2219
|
-
"xl:px-
|
|
2223
|
+
"xl:px-spatial-component-navbar-padding-x-desktop xl:py-spatial-component-navbar-padding-y-desktop"
|
|
2220
2224
|
),
|
|
2221
2225
|
children
|
|
2222
2226
|
}
|
|
@@ -2229,7 +2233,7 @@ Navbar.displayName = "Navbar";
|
|
|
2229
2233
|
var NavbarBrand = React11.forwardRef(
|
|
2230
2234
|
({ className, asChild = false, ...props }, ref) => {
|
|
2231
2235
|
const Comp = asChild ? Slot : "div";
|
|
2232
|
-
return /* @__PURE__ */ jsx(Comp, { ref, className:
|
|
2236
|
+
return /* @__PURE__ */ jsx(Comp, { ref, className: cn("shrink-0", className), ...props });
|
|
2233
2237
|
}
|
|
2234
2238
|
);
|
|
2235
2239
|
NavbarBrand.displayName = "NavbarBrand";
|
|
@@ -2239,8 +2243,8 @@ var NavbarLinks = React11.forwardRef(
|
|
|
2239
2243
|
"div",
|
|
2240
2244
|
{
|
|
2241
2245
|
ref,
|
|
2242
|
-
className:
|
|
2243
|
-
"hidden items-center gap-
|
|
2246
|
+
className: cn(
|
|
2247
|
+
"hidden items-center gap-spatial-component-navbar-gap-links md:flex",
|
|
2244
2248
|
className
|
|
2245
2249
|
),
|
|
2246
2250
|
...props
|
|
@@ -2256,7 +2260,7 @@ var NavbarLink = React11.forwardRef(
|
|
|
2256
2260
|
Comp,
|
|
2257
2261
|
{
|
|
2258
2262
|
ref,
|
|
2259
|
-
className:
|
|
2263
|
+
className: cn(
|
|
2260
2264
|
"typography-body-small font-medium text-gray-900 transition-colors hover:text-gray-700",
|
|
2261
2265
|
active && "text-gray-1100",
|
|
2262
2266
|
className
|
|
@@ -2273,8 +2277,8 @@ var NavbarActions = React11.forwardRef(
|
|
|
2273
2277
|
"div",
|
|
2274
2278
|
{
|
|
2275
2279
|
ref,
|
|
2276
|
-
className:
|
|
2277
|
-
"flex items-center gap-
|
|
2280
|
+
className: cn(
|
|
2281
|
+
"flex items-center gap-spatial-component-navbar-gap-actions",
|
|
2278
2282
|
className
|
|
2279
2283
|
),
|
|
2280
2284
|
...props
|
|
@@ -2289,7 +2293,7 @@ var NavbarMobileMenu = React11.forwardRef(({ className, children, ...props }, re
|
|
|
2289
2293
|
Dialog.Popup,
|
|
2290
2294
|
{
|
|
2291
2295
|
ref,
|
|
2292
|
-
className:
|
|
2296
|
+
className: cn(
|
|
2293
2297
|
"fixed inset-0 z-50 bg-gray-50 md:hidden",
|
|
2294
2298
|
// Position below navbar
|
|
2295
2299
|
"pt-[calc(var(--navbar-height,60px)+1px)]",
|
|
@@ -2303,12 +2307,12 @@ var NavbarMobileMenu = React11.forwardRef(({ className, children, ...props }, re
|
|
|
2303
2307
|
/* @__PURE__ */ jsx(
|
|
2304
2308
|
"div",
|
|
2305
2309
|
{
|
|
2306
|
-
className:
|
|
2310
|
+
className: cn(
|
|
2307
2311
|
"flex flex-col",
|
|
2308
2312
|
// Padding matching navbar
|
|
2309
|
-
"px-
|
|
2313
|
+
"px-spatial-component-navbar-padding-x-mobile py-spatial-component-navbar-padding-y-tablet",
|
|
2310
2314
|
// Gap between links
|
|
2311
|
-
"gap-
|
|
2315
|
+
"gap-spatial-component-navbar-gap-mobile-menu"
|
|
2312
2316
|
),
|
|
2313
2317
|
children
|
|
2314
2318
|
}
|
|
@@ -2347,7 +2351,7 @@ var NavbarMobileMenuButton = React11.forwardRef(({ className, asChild = false, c
|
|
|
2347
2351
|
"aria-expanded": isMobileMenuOpen,
|
|
2348
2352
|
"aria-controls": "navbar-mobile-menu",
|
|
2349
2353
|
onClick: handleClick,
|
|
2350
|
-
className:
|
|
2354
|
+
className: cn("transition-colors", className),
|
|
2351
2355
|
...props,
|
|
2352
2356
|
children
|
|
2353
2357
|
}
|
|
@@ -2365,9 +2369,9 @@ var NavbarMobileMenuLink = React11.forwardRef(({ className, asChild = false, act
|
|
|
2365
2369
|
Comp,
|
|
2366
2370
|
{
|
|
2367
2371
|
ref,
|
|
2368
|
-
className:
|
|
2372
|
+
className: cn(
|
|
2369
2373
|
"typography-body-medium font-medium text-gray-900 transition-colors hover:text-gray-700",
|
|
2370
|
-
"py-
|
|
2374
|
+
"py-spatial-component-navbar-padding-y-mobile",
|
|
2371
2375
|
active && "text-gray-1100",
|
|
2372
2376
|
className
|
|
2373
2377
|
),
|
|
@@ -2499,7 +2503,7 @@ var Banner = React11.forwardRef(
|
|
|
2499
2503
|
children: /* @__PURE__ */ jsxs(
|
|
2500
2504
|
"div",
|
|
2501
2505
|
{
|
|
2502
|
-
className:
|
|
2506
|
+
className: cn(
|
|
2503
2507
|
// Uses primitive spacing tokens
|
|
2504
2508
|
"flex flex-col md:flex-row gap-20 items-start md:items-center md:justify-between",
|
|
2505
2509
|
colorScheme === "dark" && "border-t border-gray-700 py-36"
|
|
@@ -2509,7 +2513,7 @@ var Banner = React11.forwardRef(
|
|
|
2509
2513
|
/* @__PURE__ */ jsx(
|
|
2510
2514
|
"h2",
|
|
2511
2515
|
{
|
|
2512
|
-
className:
|
|
2516
|
+
className: cn(
|
|
2513
2517
|
"typography-subheading-small",
|
|
2514
2518
|
colorScheme === "dark" ? "text-gray-100" : "text-gray-900"
|
|
2515
2519
|
),
|
|
@@ -2519,7 +2523,7 @@ var Banner = React11.forwardRef(
|
|
|
2519
2523
|
/* @__PURE__ */ jsx(
|
|
2520
2524
|
"p",
|
|
2521
2525
|
{
|
|
2522
|
-
className:
|
|
2526
|
+
className: cn(
|
|
2523
2527
|
"typography-body-small",
|
|
2524
2528
|
colorScheme === "dark" ? "text-gray-500" : "text-gray-800"
|
|
2525
2529
|
),
|
|
@@ -2567,7 +2571,7 @@ var CardGrid = React11.forwardRef(
|
|
|
2567
2571
|
/* @__PURE__ */ jsx(
|
|
2568
2572
|
"h2",
|
|
2569
2573
|
{
|
|
2570
|
-
className:
|
|
2574
|
+
className: cn(
|
|
2571
2575
|
"col-full",
|
|
2572
2576
|
"typography-h4 text-gray-900",
|
|
2573
2577
|
// Gap after title: mobile default, md: 56px, lg: 64px
|
|
@@ -2579,7 +2583,7 @@ var CardGrid = React11.forwardRef(
|
|
|
2579
2583
|
/* @__PURE__ */ jsx(
|
|
2580
2584
|
"div",
|
|
2581
2585
|
{
|
|
2582
|
-
className:
|
|
2586
|
+
className: cn(
|
|
2583
2587
|
"col-full",
|
|
2584
2588
|
// Mobile: single column
|
|
2585
2589
|
"grid grid-cols-1 gap-20",
|
|
@@ -2646,7 +2650,7 @@ var TwoColumnSection = React11.forwardRef(
|
|
|
2646
2650
|
children: /* @__PURE__ */ jsxs(
|
|
2647
2651
|
"div",
|
|
2648
2652
|
{
|
|
2649
|
-
className:
|
|
2653
|
+
className: cn(
|
|
2650
2654
|
"border-t pt-36",
|
|
2651
2655
|
colorScheme === "dark" ? "border-gray-700" : "border-gray-300",
|
|
2652
2656
|
// Grid layout - uses primitive spacing tokens
|
|
@@ -2657,7 +2661,7 @@ var TwoColumnSection = React11.forwardRef(
|
|
|
2657
2661
|
/* @__PURE__ */ jsx(
|
|
2658
2662
|
"h2",
|
|
2659
2663
|
{
|
|
2660
|
-
className:
|
|
2664
|
+
className: cn(
|
|
2661
2665
|
"typography-subheading-medium",
|
|
2662
2666
|
colorScheme === "dark" ? "text-gray-100" : "text-gray-900",
|
|
2663
2667
|
// Column span based on layout
|
|
@@ -2669,7 +2673,7 @@ var TwoColumnSection = React11.forwardRef(
|
|
|
2669
2673
|
/* @__PURE__ */ jsxs(
|
|
2670
2674
|
"div",
|
|
2671
2675
|
{
|
|
2672
|
-
className:
|
|
2676
|
+
className: cn(
|
|
2673
2677
|
"flex flex-col gap-56",
|
|
2674
2678
|
layout !== "equal" && "lg:col-span-15"
|
|
2675
2679
|
),
|
|
@@ -2677,7 +2681,7 @@ var TwoColumnSection = React11.forwardRef(
|
|
|
2677
2681
|
lead && /* @__PURE__ */ jsx(
|
|
2678
2682
|
"div",
|
|
2679
2683
|
{
|
|
2680
|
-
className:
|
|
2684
|
+
className: cn(
|
|
2681
2685
|
"typography-body-large",
|
|
2682
2686
|
colorScheme === "dark" ? "text-gray-100" : "text-gray-900"
|
|
2683
2687
|
),
|
|
@@ -2687,7 +2691,7 @@ var TwoColumnSection = React11.forwardRef(
|
|
|
2687
2691
|
/* @__PURE__ */ jsx(
|
|
2688
2692
|
"div",
|
|
2689
2693
|
{
|
|
2690
|
-
className:
|
|
2694
|
+
className: cn(
|
|
2691
2695
|
"typography-body-medium flex flex-col gap-[1em]",
|
|
2692
2696
|
colorScheme === "dark" ? "text-gray-400" : "text-gray-600"
|
|
2693
2697
|
),
|
|
@@ -2721,7 +2725,7 @@ var FaqSection = React11.forwardRef(
|
|
|
2721
2725
|
colorScheme,
|
|
2722
2726
|
layout: layout ?? void 0,
|
|
2723
2727
|
title,
|
|
2724
|
-
className:
|
|
2728
|
+
className: cn(
|
|
2725
2729
|
// Override title typography to be larger
|
|
2726
2730
|
"[&_h2]:typography-h4",
|
|
2727
2731
|
// Accordion typography overrides
|
|
@@ -2887,7 +2891,7 @@ var Prose = React11.forwardRef(
|
|
|
2887
2891
|
"div",
|
|
2888
2892
|
{
|
|
2889
2893
|
ref,
|
|
2890
|
-
className:
|
|
2894
|
+
className: cn(
|
|
2891
2895
|
"flex w-full max-w-[700px] flex-col overflow-hidden",
|
|
2892
2896
|
// Responsive gap between sections
|
|
2893
2897
|
"gap-56 md:gap-72 xl:gap-96",
|
|
@@ -2908,7 +2912,7 @@ var ProseSection = React11.forwardRef(
|
|
|
2908
2912
|
"section",
|
|
2909
2913
|
{
|
|
2910
2914
|
ref,
|
|
2911
|
-
className:
|
|
2915
|
+
className: cn(
|
|
2912
2916
|
"flex w-full flex-col",
|
|
2913
2917
|
// Responsive gap between heading and body
|
|
2914
2918
|
"gap-24 md:gap-40",
|
|
@@ -2916,7 +2920,7 @@ var ProseSection = React11.forwardRef(
|
|
|
2916
2920
|
),
|
|
2917
2921
|
...props,
|
|
2918
2922
|
children: [
|
|
2919
|
-
/* @__PURE__ */ jsx(Heading, { className:
|
|
2923
|
+
/* @__PURE__ */ jsx(Heading, { className: cn(headingClass, "text-gray-900"), children: heading }),
|
|
2920
2924
|
/* @__PURE__ */ jsx("div", { className: "typography-body-medium flex flex-col gap-[1em] text-gray-800 break-words", children })
|
|
2921
2925
|
]
|
|
2922
2926
|
}
|
|
@@ -3081,7 +3085,7 @@ var River = React11.forwardRef(
|
|
|
3081
3085
|
const contentColumn = /* @__PURE__ */ jsxs(
|
|
3082
3086
|
"div",
|
|
3083
3087
|
{
|
|
3084
|
-
className:
|
|
3088
|
+
className: cn(
|
|
3085
3089
|
"flex flex-col",
|
|
3086
3090
|
// Full width on mobile/tablet, 9 cols on desktop
|
|
3087
3091
|
"lg:col-span-9"
|
|
@@ -3094,7 +3098,7 @@ var River = React11.forwardRef(
|
|
|
3094
3098
|
/* @__PURE__ */ jsxs(
|
|
3095
3099
|
"div",
|
|
3096
3100
|
{
|
|
3097
|
-
className:
|
|
3101
|
+
className: cn("flex flex-row gap-16 mt-36", "[&>*]:flex-shrink-0"),
|
|
3098
3102
|
children: [
|
|
3099
3103
|
primaryAction,
|
|
3100
3104
|
secondaryAction
|
|
@@ -3107,7 +3111,7 @@ var River = React11.forwardRef(
|
|
|
3107
3111
|
const mediaColumn = /* @__PURE__ */ jsx(
|
|
3108
3112
|
"div",
|
|
3109
3113
|
{
|
|
3110
|
-
className:
|
|
3114
|
+
className: cn(
|
|
3111
3115
|
// Full width on mobile/tablet, 15 cols on desktop
|
|
3112
3116
|
"lg:col-span-15",
|
|
3113
3117
|
// Ensure media fills the container
|
|
@@ -3125,7 +3129,7 @@ var River = React11.forwardRef(
|
|
|
3125
3129
|
children: /* @__PURE__ */ jsx(
|
|
3126
3130
|
"div",
|
|
3127
3131
|
{
|
|
3128
|
-
className:
|
|
3132
|
+
className: cn("grid grid-cols-1 gap-36", "lg:grid-cols-24 lg:gap-36"),
|
|
3129
3133
|
children: variant === "B" ? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
3130
3134
|
mediaColumn,
|
|
3131
3135
|
contentColumn
|
|
@@ -3204,7 +3208,7 @@ var Tout = React11.forwardRef(
|
|
|
3204
3208
|
/* @__PURE__ */ jsx(
|
|
3205
3209
|
"div",
|
|
3206
3210
|
{
|
|
3207
|
-
className:
|
|
3211
|
+
className: cn(
|
|
3208
3212
|
// Position above background
|
|
3209
3213
|
"relative z-10",
|
|
3210
3214
|
// Grid setup with responsive columns
|
|
@@ -3235,7 +3239,7 @@ var Tout = React11.forwardRef(
|
|
|
3235
3239
|
children: /* @__PURE__ */ jsxs(
|
|
3236
3240
|
"div",
|
|
3237
3241
|
{
|
|
3238
|
-
className:
|
|
3242
|
+
className: cn(
|
|
3239
3243
|
// Flex container for content
|
|
3240
3244
|
"flex flex-col",
|
|
3241
3245
|
isCentered ? "justify-start items-center" : "justify-end",
|
|
@@ -3250,7 +3254,7 @@ var Tout = React11.forwardRef(
|
|
|
3250
3254
|
/* @__PURE__ */ jsxs(
|
|
3251
3255
|
"div",
|
|
3252
3256
|
{
|
|
3253
|
-
className:
|
|
3257
|
+
className: cn(
|
|
3254
3258
|
"flex flex-col gap-16",
|
|
3255
3259
|
isCentered && "items-center text-center"
|
|
3256
3260
|
),
|
|
@@ -3258,7 +3262,7 @@ var Tout = React11.forwardRef(
|
|
|
3258
3262
|
/* @__PURE__ */ jsx(
|
|
3259
3263
|
"h2",
|
|
3260
3264
|
{
|
|
3261
|
-
className:
|
|
3265
|
+
className: cn(
|
|
3262
3266
|
"typography-h4",
|
|
3263
3267
|
isDark ? "text-gray-100" : "text-gray-900"
|
|
3264
3268
|
),
|
|
@@ -3271,7 +3275,7 @@ var Tout = React11.forwardRef(
|
|
|
3271
3275
|
body && /* @__PURE__ */ jsx(
|
|
3272
3276
|
"p",
|
|
3273
3277
|
{
|
|
3274
|
-
className:
|
|
3278
|
+
className: cn(
|
|
3275
3279
|
"typography-body-small",
|
|
3276
3280
|
isDark ? "text-gray-400" : "text-gray-800"
|
|
3277
3281
|
),
|
|
@@ -3287,7 +3291,7 @@ var Tout = React11.forwardRef(
|
|
|
3287
3291
|
/* @__PURE__ */ jsxs(
|
|
3288
3292
|
"div",
|
|
3289
3293
|
{
|
|
3290
|
-
className:
|
|
3294
|
+
className: cn(
|
|
3291
3295
|
"flex flex-row",
|
|
3292
3296
|
isCentered ? "justify-center" : "items-start",
|
|
3293
3297
|
// Responsive gap between buttons
|
|
@@ -7282,6 +7286,6 @@ function filterCSSVars(cssVars, prefix) {
|
|
|
7282
7286
|
return result;
|
|
7283
7287
|
}
|
|
7284
7288
|
|
|
7285
|
-
export { Accordion, AccordionItem, BackgroundCompound as Background, BackgroundGradient, BackgroundImage, BackgroundOverlay, BackgroundStream, BackgroundVideo, Banner, Button, Card, CardActions, CardBody, CardContent, CardDescription, CardEyebrow, CardGrid, CardImage, CardTitle, DEFAULT_TITLE_TYPOGRAPHY, DevToolbar, FONT_SIZES, FaqSection, GridOverlay, Hero, BackgroundCompound as HeroBackground, BackgroundImage as HeroBackgroundImage, BackgroundStream as HeroBackgroundStream, BackgroundVideo as HeroBackgroundVideo, HeroContent, BackgroundGradient as HeroGradient, HeroHeader, BackgroundOverlay as HeroOverlay, IconButton, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, Navbar, NavbarActions, NavbarBrand, NavbarLink, NavbarLinks, NavbarMobileMenu, NavbarMobileMenuButton, NavbarMobileMenuLink, NdstudioFooter, PagerControl, Popover, PopoverArrow, PopoverBackdrop, PopoverClose, PopoverDescription, PopoverParts, PopoverPopup, PopoverPortal, PopoverPositioner, PopoverRoot, PopoverTitle, PopoverTrigger, Prose, ProseSection, QuoteBlock, River, Select, SelectGroup, SelectGroupLabel, SelectOption, SelectPopup, SelectRoot, SelectTrigger, ThemeProvider, Tooltip, TooltipArrow, TooltipParts, TooltipPopup, TooltipPortal, TooltipPositioner, TooltipProvider, TooltipRoot, TooltipTrigger, Tout, TwoColumnSection, USGovBanner, applyTheme, backgroundGradientVariants, backgroundImageVariants, backgroundOverlayVariants, backgroundStreamVariants, backgroundVariants, backgroundVideoVariants, bannerVariants, buttonThemeToStyleVars, buttonVariants, cardGridVariants, cardVariants, createThemeStyle, filterCSSVars, fontSizeToClass, getToken, heroContentVariants, heroHeaderVariants, heroVariants, iconButtonVariants, inputGroupAddonVariants, inputGroupVariants, inputVariants, mergeCSSVars, pagerControlVariants, popoverArrowVariants, popoverPopupVariants, quoteBlockVariants, removeTheme, responsiveTypographyClass, riverVariants, selectOptionVariants, selectPopupVariants, selectTriggerVariants, themeToStyleVars, toCSSVars, tooltipArrowVariants, tooltipPopupVariants, twoColumnSectionVariants, useCSSVars, useTheme, useThemeTokens };
|
|
7289
|
+
export { Accordion, AccordionItem, BackgroundCompound as Background, BackgroundGradient, BackgroundImage, BackgroundOverlay, BackgroundStream, BackgroundVideo, Banner, Button, Card, CardActions, CardBody, CardContent, CardDescription, CardEyebrow, CardGrid, CardImage, CardTitle, DEFAULT_TITLE_TYPOGRAPHY, DevToolbar, FONT_SIZES, FaqSection, GridOverlay, Hero, BackgroundCompound as HeroBackground, BackgroundImage as HeroBackgroundImage, BackgroundStream as HeroBackgroundStream, BackgroundVideo as HeroBackgroundVideo, HeroContent, BackgroundGradient as HeroGradient, HeroHeader, BackgroundOverlay as HeroOverlay, IconButton, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, Navbar, NavbarActions, NavbarBrand, NavbarLink, NavbarLinks, NavbarMobileMenu, NavbarMobileMenuButton, NavbarMobileMenuLink, NdstudioFooter, PagerControl, Popover, PopoverArrow, PopoverBackdrop, PopoverClose, PopoverDescription, PopoverParts, PopoverPopup, PopoverPortal, PopoverPositioner, PopoverRoot, PopoverTitle, PopoverTrigger, Prose, ProseSection, QuoteBlock, River, Select, SelectGroup, SelectGroupLabel, SelectOption, SelectPopup, SelectRoot, SelectTrigger, ThemeProvider, Tooltip, TooltipArrow, TooltipParts, TooltipPopup, TooltipPortal, TooltipPositioner, TooltipProvider, TooltipRoot, TooltipTrigger, Tout, TwoColumnSection, USGovBanner, applyTheme, backgroundGradientVariants, backgroundImageVariants, backgroundOverlayVariants, backgroundStreamVariants, backgroundVariants, backgroundVideoVariants, bannerVariants, buttonThemeToStyleVars, buttonVariants, cardGridVariants, cardVariants, cn, createThemeStyle, filterCSSVars, fontSizeToClass, getToken, heroContentVariants, heroHeaderVariants, heroVariants, iconButtonVariants, inputGroupAddonVariants, inputGroupVariants, inputVariants, mergeCSSVars, pagerControlVariants, popoverArrowVariants, popoverPopupVariants, quoteBlockVariants, removeTheme, responsiveTypographyClass, riverVariants, selectOptionVariants, selectPopupVariants, selectTriggerVariants, themeToStyleVars, toCSSVars, tooltipArrowVariants, tooltipPopupVariants, twoColumnSectionVariants, useCSSVars, useTheme, useThemeTokens };
|
|
7286
7290
|
//# sourceMappingURL=index.js.map
|
|
7287
7291
|
//# sourceMappingURL=index.js.map
|