@vygruppen/spor-react 13.3.1 → 13.4.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.
package/dist/index.d.cts CHANGED
@@ -2,7 +2,7 @@ import * as React$1 from 'react';
2
2
  import React__default, { PropsWithChildren, ReactNode, ComponentProps, Ref } from 'react';
3
3
  import * as react_jsx_runtime from 'react/jsx-runtime';
4
4
  import * as _chakra_ui_react from '@chakra-ui/react';
5
- import { AccordionRootProps, RecipeVariantProps, Accordion as Accordion$1, Alert as Alert$1, ConditionalValue, BreadcrumbRootProps, ButtonProps as ButtonProps$1, GroupProps, Clipboard as Clipboard$1, IconButtonProps as IconButtonProps$1, BoxProps, SystemStyleObject, RadioCard as RadioCard$1, SeparatorProps, Field as Field$1, PopoverRootProps, Dialog, Drawer as Drawer$1, Box, ComboboxRootProps, Combobox as Combobox$1, ComboboxItemProps, Checkbox as Checkbox$1, CheckboxGroup as CheckboxGroup$1, Fieldset as Fieldset$1, CheckboxCardRootProps, Input as Input$1, TagRootProps, ListRootProps, MenuRootProps, MenuContentProps, MenuItemProps as MenuItemProps$1, MenuTriggerItemProps as MenuTriggerItemProps$1, MenuRadioItemGroupProps, MenuRadioItemProps, MenuItemGroupProps as MenuItemGroupProps$1, MenuCheckboxItemProps, MenuSeparatorProps, NativeSelectFieldProps, RadioGroup as RadioGroup$1, SelectRootProps, SelectLabelProps, Select as Select$1, CollectionItem, Switch as Switch$1, TextareaProps as TextareaProps$1, LinkProps as LinkProps$1, List as List$1, UseProgressProps, SkeletonProps as SkeletonProps$1, CircleProps, Popover as Popover$1, Pagination as Pagination$1, ChakraProviderProps, SystemContext, TabsRootProps, Tabs as Tabs$1, TableRootProps, TableColumnHeaderProps as TableColumnHeaderProps$1, TableBodyProps as TableBodyProps$1, Tooltip as Tooltip$1, BadgeProps as BadgeProps$1, CodeProps, HeadingProps as HeadingProps$1, TextProps as TextProps$1 } from '@chakra-ui/react';
5
+ import { AccordionRootProps, RecipeVariantProps, Accordion as Accordion$1, AccordionItemProps, Alert as Alert$1, ConditionalValue, BreadcrumbRootProps, ButtonProps as ButtonProps$1, GroupProps, Clipboard as Clipboard$1, IconButtonProps as IconButtonProps$1, BoxProps, SystemStyleObject, RadioCard as RadioCard$1, SeparatorProps, Field as Field$1, PopoverRootProps, Dialog, Drawer as Drawer$1, Box, ComboboxRootProps, Combobox as Combobox$1, ComboboxItemProps, Checkbox as Checkbox$1, CheckboxGroup as CheckboxGroup$1, Fieldset as Fieldset$1, CheckboxCardRootProps, Input as Input$1, TagRootProps, ListRootProps, MenuRootProps, MenuContentProps, MenuItemProps as MenuItemProps$1, MenuTriggerItemProps as MenuTriggerItemProps$1, MenuRadioItemGroupProps, MenuRadioItemProps, MenuItemGroupProps as MenuItemGroupProps$1, MenuCheckboxItemProps, MenuSeparatorProps, NativeSelectFieldProps, RadioGroup as RadioGroup$1, SelectRootProps, SelectLabelProps, Select as Select$1, CollectionItem, Switch as Switch$1, TextareaProps as TextareaProps$1, LinkProps as LinkProps$1, List as List$1, UseProgressProps, SkeletonProps as SkeletonProps$1, CircleProps, Popover as Popover$1, Pagination as Pagination$1, ChakraProviderProps, SystemContext, TabsRootProps, Tabs as Tabs$1, TableRootProps, TableColumnHeaderProps as TableColumnHeaderProps$1, TableBodyProps as TableBodyProps$1, Tooltip as Tooltip$1, BadgeProps as BadgeProps$1, CodeProps, HeadingProps as HeadingProps$1, TextProps as TextProps$1 } from '@chakra-ui/react';
6
6
  export { AspectRatio, Box, BoxProps, BreadcrumbCurrentLink, BreadcrumbEllipsis, BreadcrumbLink, Center, CenterProps, ClientOnly, Collapsible, CollapsibleRootProps, Container, ContainerProps, Em, Flex, FlexProps, For, FormatByte, FormatNumber, Grid, GridItem, GridItemProps, GridProps, HStack, Icon, Image, ImageProps, Kbd, LocaleProvider, Portal, PortalProps, Show, SimpleGrid, SimpleGridProps, Spacer, SpacerProps, Span, Stack, SystemConfig, TableCaption, TableCaptionProps, TableCell, TableCellProps, TableColumn, TableColumnGroup, TableColumnProps, TableFooter, TableFooterProps, TableHeader, TableHeaderProps, TableRoot, TableRootProps, TableRow, TableRowProps, UseDisclosureProps, VStack, VisuallyHidden, Wrap, createIcon, createListCollection, createSystem, defineConfig, defineRecipe, defineSlotRecipe, defineStyle, mergeConfigs, chakra as spor, useBreakpointValue, useCheckbox, useClipboard, useControllableProp, useDisclosure, useMediaQuery, useRecipe, useSlotRecipe, useToken } from '@chakra-ui/react';
7
7
  import { IconComponent } from '@vygruppen/spor-icon-react';
8
8
  import { CalendarDate, DateDuration, DateValue as DateValue$1 } from '@internationalized/date';
@@ -122,7 +122,7 @@ type AccordionItemContentProps = Accordion$1.ItemContentProps & {
122
122
  type ExpandableProps = Omit<AccordionProps & AccordionItemTriggerProps, "title"> & HeadingLevel & {
123
123
  title: ReactNode;
124
124
  };
125
- type ExpandableItemProps = HeadingLevel & {
125
+ type ExpandableItemProps = HeadingLevel & Omit<AccordionItemProps, "title"> & {
126
126
  value: string;
127
127
  title: ReactNode;
128
128
  children?: React.ReactNode;
@@ -1117,7 +1117,38 @@ declare const ColorModeButton: ({ ref, ...props }: ColorModeButtonProps & {
1117
1117
  ref?: React$1.Ref<HTMLButtonElement>;
1118
1118
  }) => react_jsx_runtime.JSX.Element;
1119
1119
 
1120
- declare const fieldSlotRecipe: _chakra_ui_react.SlotRecipeDefinition<"root" | "label" | "requiredIndicator" | "helperText" | "errorText", _chakra_ui_react.SlotRecipeVariantRecord<"root" | "label" | "requiredIndicator" | "helperText" | "errorText">>;
1120
+ declare const fieldSlotRecipe: _chakra_ui_react.SlotRecipeDefinition<"root" | "label" | "requiredIndicator" | "helperText" | "errorText", {
1121
+ size: {
1122
+ sm: {
1123
+ label: {
1124
+ fontSize: ("mobile.xs" | "desktop.xs")[];
1125
+ paddingX: number;
1126
+ "&[data-float]": {
1127
+ fontSize: ("mobile.2xs" | "desktop.2xs")[];
1128
+ top: number;
1129
+ };
1130
+ top: "0.5rem";
1131
+ };
1132
+ helperText: {
1133
+ color: "text.subtle";
1134
+ lineHeight: "normal";
1135
+ fontSize: ("mobile.xs" | "desktop.xs")[];
1136
+ };
1137
+ };
1138
+ md: {
1139
+ label: {
1140
+ paddingX: number;
1141
+ fontSize: ("mobile.sm" | "desktop.sm")[];
1142
+ "&[data-float]": {
1143
+ fontSize: ("mobile.2xs" | "desktop.2xs")[];
1144
+ color: "text.subtle";
1145
+ top: "0.3rem";
1146
+ };
1147
+ top: "0.9rem";
1148
+ };
1149
+ };
1150
+ };
1151
+ }>;
1121
1152
 
1122
1153
  type FieldVariantProps = RecipeVariantProps<typeof fieldSlotRecipe>;
1123
1154
  type FieldBaseProps = {
@@ -1133,6 +1164,7 @@ type FieldBaseProps = {
1133
1164
  shouldFloat?: boolean;
1134
1165
  labelAsChild?: boolean;
1135
1166
  gap?: string | number;
1167
+ size?: "sm" | "md";
1136
1168
  };
1137
1169
  type FieldProps = Omit<Field$1.RootProps, "label" | "onChange" | "onBlur"> & React$1.PropsWithChildren<FieldVariantProps> & FieldBaseProps;
1138
1170
  /**
@@ -2089,13 +2121,14 @@ declare const FilterChip: ({ ref, children, icon, onCheckedChange, ...rootProps
2089
2121
 
2090
2122
  type ChakraInputProps = ComponentProps<typeof Input$1>;
2091
2123
 
2092
- type InputProps = FieldProps & Exclude<ChakraInputProps, "size" | "label" | "colorPalette" | "placeholder"> & {
2124
+ type InputProps = FieldProps & Exclude<ChakraInputProps, "label" | "colorPalette" | "placeholder"> & {
2093
2125
  /** The input's label */
2094
2126
  label?: ReactNode;
2095
2127
  /** Element that shows up to the left */
2096
2128
  startElement?: React__default.ReactNode;
2097
2129
  /** Element that shows up to the right */
2098
2130
  endElement?: React__default.ReactNode;
2131
+ /** Override the font size of the start and end elements */
2099
2132
  fontSize?: string;
2100
2133
  };
2101
2134
  /**
@@ -2127,7 +2160,7 @@ type InputProps = FieldProps & Exclude<ChakraInputProps, "size" | "label" | "col
2127
2160
  *
2128
2161
  * @see https://spor.vy.no/components/input
2129
2162
  */
2130
- declare const Input: ({ ref, startElement, endElement, label, invalid, helperText, errorText, required, hidden, fontSize, labelAsChild, ...props }: InputProps & {
2163
+ declare const Input: ({ ref, startElement, endElement, label, invalid, helperText, errorText, required, hidden, fontSize, labelAsChild, size, ...props }: InputProps & {
2131
2164
  ref?: React__default.Ref<HTMLInputElement | null>;
2132
2165
  }) => react_jsx_runtime.JSX.Element;
2133
2166
 
@@ -2333,6 +2366,24 @@ declare const nativeSelectSlotRecipe: _chakra_ui_react.SlotRecipeDefinition<"ico
2333
2366
  };
2334
2367
  };
2335
2368
  };
2369
+ size: {
2370
+ sm: {
2371
+ field: {
2372
+ paddingTop?: number | undefined;
2373
+ height?: number | undefined;
2374
+ fontSize?: "xs" | undefined;
2375
+ paddingX?: number | undefined;
2376
+ };
2377
+ };
2378
+ md: {
2379
+ field: {
2380
+ paddingX?: number | undefined;
2381
+ paddingTop?: number | undefined;
2382
+ height?: number | undefined;
2383
+ fontSize?: "mobile.md" | undefined;
2384
+ };
2385
+ };
2386
+ };
2336
2387
  }>;
2337
2388
 
2338
2389
  type NativeSelectVariantProps = RecipeVariantProps<typeof nativeSelectSlotRecipe>;
@@ -2602,8 +2653,9 @@ declare const SelectItemGroup: ({ ref, ...props }: SelectItemGroupProps & {
2602
2653
  type SelectTriggerProps = Select$1.ControlProps & {
2603
2654
  clearable?: boolean;
2604
2655
  children?: React$1.ReactNode;
2656
+ size: "sm" | "md";
2605
2657
  };
2606
- declare const SelectTrigger: ({ ref, ...props }: SelectTriggerProps & {
2658
+ declare const SelectTrigger: ({ ref, size, ...props }: SelectTriggerProps & {
2607
2659
  ref?: React$1.Ref<HTMLButtonElement>;
2608
2660
  }) => react_jsx_runtime.JSX.Element;
2609
2661
  type SelectContentProps = Select$1.ContentProps & {
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import * as React$1 from 'react';
2
2
  import React__default, { PropsWithChildren, ReactNode, ComponentProps, Ref } from 'react';
3
3
  import * as react_jsx_runtime from 'react/jsx-runtime';
4
4
  import * as _chakra_ui_react from '@chakra-ui/react';
5
- import { AccordionRootProps, RecipeVariantProps, Accordion as Accordion$1, Alert as Alert$1, ConditionalValue, BreadcrumbRootProps, ButtonProps as ButtonProps$1, GroupProps, Clipboard as Clipboard$1, IconButtonProps as IconButtonProps$1, BoxProps, SystemStyleObject, RadioCard as RadioCard$1, SeparatorProps, Field as Field$1, PopoverRootProps, Dialog, Drawer as Drawer$1, Box, ComboboxRootProps, Combobox as Combobox$1, ComboboxItemProps, Checkbox as Checkbox$1, CheckboxGroup as CheckboxGroup$1, Fieldset as Fieldset$1, CheckboxCardRootProps, Input as Input$1, TagRootProps, ListRootProps, MenuRootProps, MenuContentProps, MenuItemProps as MenuItemProps$1, MenuTriggerItemProps as MenuTriggerItemProps$1, MenuRadioItemGroupProps, MenuRadioItemProps, MenuItemGroupProps as MenuItemGroupProps$1, MenuCheckboxItemProps, MenuSeparatorProps, NativeSelectFieldProps, RadioGroup as RadioGroup$1, SelectRootProps, SelectLabelProps, Select as Select$1, CollectionItem, Switch as Switch$1, TextareaProps as TextareaProps$1, LinkProps as LinkProps$1, List as List$1, UseProgressProps, SkeletonProps as SkeletonProps$1, CircleProps, Popover as Popover$1, Pagination as Pagination$1, ChakraProviderProps, SystemContext, TabsRootProps, Tabs as Tabs$1, TableRootProps, TableColumnHeaderProps as TableColumnHeaderProps$1, TableBodyProps as TableBodyProps$1, Tooltip as Tooltip$1, BadgeProps as BadgeProps$1, CodeProps, HeadingProps as HeadingProps$1, TextProps as TextProps$1 } from '@chakra-ui/react';
5
+ import { AccordionRootProps, RecipeVariantProps, Accordion as Accordion$1, AccordionItemProps, Alert as Alert$1, ConditionalValue, BreadcrumbRootProps, ButtonProps as ButtonProps$1, GroupProps, Clipboard as Clipboard$1, IconButtonProps as IconButtonProps$1, BoxProps, SystemStyleObject, RadioCard as RadioCard$1, SeparatorProps, Field as Field$1, PopoverRootProps, Dialog, Drawer as Drawer$1, Box, ComboboxRootProps, Combobox as Combobox$1, ComboboxItemProps, Checkbox as Checkbox$1, CheckboxGroup as CheckboxGroup$1, Fieldset as Fieldset$1, CheckboxCardRootProps, Input as Input$1, TagRootProps, ListRootProps, MenuRootProps, MenuContentProps, MenuItemProps as MenuItemProps$1, MenuTriggerItemProps as MenuTriggerItemProps$1, MenuRadioItemGroupProps, MenuRadioItemProps, MenuItemGroupProps as MenuItemGroupProps$1, MenuCheckboxItemProps, MenuSeparatorProps, NativeSelectFieldProps, RadioGroup as RadioGroup$1, SelectRootProps, SelectLabelProps, Select as Select$1, CollectionItem, Switch as Switch$1, TextareaProps as TextareaProps$1, LinkProps as LinkProps$1, List as List$1, UseProgressProps, SkeletonProps as SkeletonProps$1, CircleProps, Popover as Popover$1, Pagination as Pagination$1, ChakraProviderProps, SystemContext, TabsRootProps, Tabs as Tabs$1, TableRootProps, TableColumnHeaderProps as TableColumnHeaderProps$1, TableBodyProps as TableBodyProps$1, Tooltip as Tooltip$1, BadgeProps as BadgeProps$1, CodeProps, HeadingProps as HeadingProps$1, TextProps as TextProps$1 } from '@chakra-ui/react';
6
6
  export { AspectRatio, Box, BoxProps, BreadcrumbCurrentLink, BreadcrumbEllipsis, BreadcrumbLink, Center, CenterProps, ClientOnly, Collapsible, CollapsibleRootProps, Container, ContainerProps, Em, Flex, FlexProps, For, FormatByte, FormatNumber, Grid, GridItem, GridItemProps, GridProps, HStack, Icon, Image, ImageProps, Kbd, LocaleProvider, Portal, PortalProps, Show, SimpleGrid, SimpleGridProps, Spacer, SpacerProps, Span, Stack, SystemConfig, TableCaption, TableCaptionProps, TableCell, TableCellProps, TableColumn, TableColumnGroup, TableColumnProps, TableFooter, TableFooterProps, TableHeader, TableHeaderProps, TableRoot, TableRootProps, TableRow, TableRowProps, UseDisclosureProps, VStack, VisuallyHidden, Wrap, createIcon, createListCollection, createSystem, defineConfig, defineRecipe, defineSlotRecipe, defineStyle, mergeConfigs, chakra as spor, useBreakpointValue, useCheckbox, useClipboard, useControllableProp, useDisclosure, useMediaQuery, useRecipe, useSlotRecipe, useToken } from '@chakra-ui/react';
7
7
  import { IconComponent } from '@vygruppen/spor-icon-react';
8
8
  import { CalendarDate, DateDuration, DateValue as DateValue$1 } from '@internationalized/date';
@@ -122,7 +122,7 @@ type AccordionItemContentProps = Accordion$1.ItemContentProps & {
122
122
  type ExpandableProps = Omit<AccordionProps & AccordionItemTriggerProps, "title"> & HeadingLevel & {
123
123
  title: ReactNode;
124
124
  };
125
- type ExpandableItemProps = HeadingLevel & {
125
+ type ExpandableItemProps = HeadingLevel & Omit<AccordionItemProps, "title"> & {
126
126
  value: string;
127
127
  title: ReactNode;
128
128
  children?: React.ReactNode;
@@ -1117,7 +1117,38 @@ declare const ColorModeButton: ({ ref, ...props }: ColorModeButtonProps & {
1117
1117
  ref?: React$1.Ref<HTMLButtonElement>;
1118
1118
  }) => react_jsx_runtime.JSX.Element;
1119
1119
 
1120
- declare const fieldSlotRecipe: _chakra_ui_react.SlotRecipeDefinition<"root" | "label" | "requiredIndicator" | "helperText" | "errorText", _chakra_ui_react.SlotRecipeVariantRecord<"root" | "label" | "requiredIndicator" | "helperText" | "errorText">>;
1120
+ declare const fieldSlotRecipe: _chakra_ui_react.SlotRecipeDefinition<"root" | "label" | "requiredIndicator" | "helperText" | "errorText", {
1121
+ size: {
1122
+ sm: {
1123
+ label: {
1124
+ fontSize: ("mobile.xs" | "desktop.xs")[];
1125
+ paddingX: number;
1126
+ "&[data-float]": {
1127
+ fontSize: ("mobile.2xs" | "desktop.2xs")[];
1128
+ top: number;
1129
+ };
1130
+ top: "0.5rem";
1131
+ };
1132
+ helperText: {
1133
+ color: "text.subtle";
1134
+ lineHeight: "normal";
1135
+ fontSize: ("mobile.xs" | "desktop.xs")[];
1136
+ };
1137
+ };
1138
+ md: {
1139
+ label: {
1140
+ paddingX: number;
1141
+ fontSize: ("mobile.sm" | "desktop.sm")[];
1142
+ "&[data-float]": {
1143
+ fontSize: ("mobile.2xs" | "desktop.2xs")[];
1144
+ color: "text.subtle";
1145
+ top: "0.3rem";
1146
+ };
1147
+ top: "0.9rem";
1148
+ };
1149
+ };
1150
+ };
1151
+ }>;
1121
1152
 
1122
1153
  type FieldVariantProps = RecipeVariantProps<typeof fieldSlotRecipe>;
1123
1154
  type FieldBaseProps = {
@@ -1133,6 +1164,7 @@ type FieldBaseProps = {
1133
1164
  shouldFloat?: boolean;
1134
1165
  labelAsChild?: boolean;
1135
1166
  gap?: string | number;
1167
+ size?: "sm" | "md";
1136
1168
  };
1137
1169
  type FieldProps = Omit<Field$1.RootProps, "label" | "onChange" | "onBlur"> & React$1.PropsWithChildren<FieldVariantProps> & FieldBaseProps;
1138
1170
  /**
@@ -2089,13 +2121,14 @@ declare const FilterChip: ({ ref, children, icon, onCheckedChange, ...rootProps
2089
2121
 
2090
2122
  type ChakraInputProps = ComponentProps<typeof Input$1>;
2091
2123
 
2092
- type InputProps = FieldProps & Exclude<ChakraInputProps, "size" | "label" | "colorPalette" | "placeholder"> & {
2124
+ type InputProps = FieldProps & Exclude<ChakraInputProps, "label" | "colorPalette" | "placeholder"> & {
2093
2125
  /** The input's label */
2094
2126
  label?: ReactNode;
2095
2127
  /** Element that shows up to the left */
2096
2128
  startElement?: React__default.ReactNode;
2097
2129
  /** Element that shows up to the right */
2098
2130
  endElement?: React__default.ReactNode;
2131
+ /** Override the font size of the start and end elements */
2099
2132
  fontSize?: string;
2100
2133
  };
2101
2134
  /**
@@ -2127,7 +2160,7 @@ type InputProps = FieldProps & Exclude<ChakraInputProps, "size" | "label" | "col
2127
2160
  *
2128
2161
  * @see https://spor.vy.no/components/input
2129
2162
  */
2130
- declare const Input: ({ ref, startElement, endElement, label, invalid, helperText, errorText, required, hidden, fontSize, labelAsChild, ...props }: InputProps & {
2163
+ declare const Input: ({ ref, startElement, endElement, label, invalid, helperText, errorText, required, hidden, fontSize, labelAsChild, size, ...props }: InputProps & {
2131
2164
  ref?: React__default.Ref<HTMLInputElement | null>;
2132
2165
  }) => react_jsx_runtime.JSX.Element;
2133
2166
 
@@ -2333,6 +2366,24 @@ declare const nativeSelectSlotRecipe: _chakra_ui_react.SlotRecipeDefinition<"ico
2333
2366
  };
2334
2367
  };
2335
2368
  };
2369
+ size: {
2370
+ sm: {
2371
+ field: {
2372
+ paddingTop?: number | undefined;
2373
+ height?: number | undefined;
2374
+ fontSize?: "xs" | undefined;
2375
+ paddingX?: number | undefined;
2376
+ };
2377
+ };
2378
+ md: {
2379
+ field: {
2380
+ paddingX?: number | undefined;
2381
+ paddingTop?: number | undefined;
2382
+ height?: number | undefined;
2383
+ fontSize?: "mobile.md" | undefined;
2384
+ };
2385
+ };
2386
+ };
2336
2387
  }>;
2337
2388
 
2338
2389
  type NativeSelectVariantProps = RecipeVariantProps<typeof nativeSelectSlotRecipe>;
@@ -2602,8 +2653,9 @@ declare const SelectItemGroup: ({ ref, ...props }: SelectItemGroupProps & {
2602
2653
  type SelectTriggerProps = Select$1.ControlProps & {
2603
2654
  clearable?: boolean;
2604
2655
  children?: React$1.ReactNode;
2656
+ size: "sm" | "md";
2605
2657
  };
2606
- declare const SelectTrigger: ({ ref, ...props }: SelectTriggerProps & {
2658
+ declare const SelectTrigger: ({ ref, size, ...props }: SelectTriggerProps & {
2607
2659
  ref?: React$1.Ref<HTMLButtonElement>;
2608
2660
  }) => react_jsx_runtime.JSX.Element;
2609
2661
  type SelectContentProps = Select$1.ContentProps & {