@vygruppen/spor-react 9.14.1 → 9.16.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/.turbo/turbo-build.log +10 -10
- package/CHANGELOG.md +12 -0
- package/dist/{CountryCodeSelect-JADNUR4X.mjs → CountryCodeSelect-2DASZ3PQ.mjs} +1 -1
- package/dist/{chunk-HKTFZRTD.mjs → chunk-MDMLROK2.mjs} +474 -561
- package/dist/index.d.mts +4 -26
- package/dist/index.d.ts +4 -26
- package/dist/index.js +541 -663
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/index.tsx +0 -1
- package/src/input/Combobox.tsx +11 -4
- package/src/input/Input.tsx +1 -0
- package/src/input/ListBox.tsx +4 -0
- package/src/loader/ColorInlineLoader.tsx +1 -10
- package/src/loader/ColorSpinner.tsx +2 -11
- package/src/loader/ContentLoader.tsx +2 -13
- package/src/loader/DarkInlineLoader.tsx +2 -13
- package/src/loader/LightFullScreenLoader.tsx +1 -10
- package/src/loader/LightInlineLoader.tsx +2 -13
- package/src/logo/VyLogo.tsx +90 -11
- package/src/logo/index.tsx +0 -1
- package/src/provider/SporProvider.tsx +4 -7
- package/src/provider/index.tsx +0 -1
- package/src/theme/components/listbox.ts +4 -3
- package/src/logo/VyLogoDefault.tsx +0 -104
- package/src/pride/PrideProvider.tsx +0 -58
- package/src/pride/TogglePride.tsx +0 -23
- package/src/pride/index.tsx +0 -2
package/dist/index.d.mts
CHANGED
@@ -1896,16 +1896,6 @@ type VyLogoPrideProps = {
|
|
1896
1896
|
} & BoxProps;
|
1897
1897
|
declare const VyLogoPride: ({ colorScheme, ...boxProps }: VyLogoPrideProps) => React.JSX.Element;
|
1898
1898
|
|
1899
|
-
type VyLogoDefaultProps = {
|
1900
|
-
/** The color of the logo
|
1901
|
-
*
|
1902
|
-
* Use `"light"` when the logo is used on a light background.
|
1903
|
-
* Use `"dark"` when the logo is used on a dark background.
|
1904
|
-
*/
|
1905
|
-
colorScheme: "light" | "dark";
|
1906
|
-
} & BoxProps;
|
1907
|
-
declare const VyLogoDefault: ({ colorScheme, ...boxProps }: VyLogoDefaultProps) => React.JSX.Element;
|
1908
|
-
|
1909
1899
|
type CargonetLogoProps = {
|
1910
1900
|
/** The color of the logo
|
1911
1901
|
*
|
@@ -2171,18 +2161,6 @@ type PaginationProps = {
|
|
2171
2161
|
**/
|
2172
2162
|
declare const Pagination: ({ totalPages, selectedPage, onPageChange, }: PaginationProps) => React.JSX.Element;
|
2173
2163
|
|
2174
|
-
interface PrideContextProps {
|
2175
|
-
isPride: boolean;
|
2176
|
-
togglePride: () => void;
|
2177
|
-
}
|
2178
|
-
declare const PrideProvider: React.FC<React.PropsWithChildren<{}>>;
|
2179
|
-
declare const usePride: () => PrideContextProps;
|
2180
|
-
|
2181
|
-
type TogglePrideProps = {
|
2182
|
-
label: string;
|
2183
|
-
};
|
2184
|
-
declare const TogglePride: ({ label }: TogglePrideProps) => React.JSX.Element;
|
2185
|
-
|
2186
2164
|
type ProgressIndicatorProps = {
|
2187
2165
|
numberOfSteps: number;
|
2188
2166
|
activeStep: number;
|
@@ -5425,10 +5403,10 @@ declare const theme: {
|
|
5425
5403
|
_active: {
|
5426
5404
|
backgroundColor: string;
|
5427
5405
|
};
|
5428
|
-
|
5429
|
-
|
5406
|
+
_focusVisible: {
|
5407
|
+
outlineColor: string;
|
5430
5408
|
};
|
5431
|
-
|
5409
|
+
_hover: {
|
5432
5410
|
backgroundColor: string;
|
5433
5411
|
};
|
5434
5412
|
_selected: {
|
@@ -9593,4 +9571,4 @@ declare const Text: _chakra_ui_system_dist_system_types.ComponentWithAs<"p", Tex
|
|
9593
9571
|
**/
|
9594
9572
|
declare function slugify(text: string | string[], maxLength?: number): string;
|
9595
9573
|
|
9596
|
-
export { Accordion, AccordionProps, AttachedInputs, Badge, BadgeProps, Brand, Breadcrumb, BreadcrumbItem, BreadcrumbLink, Button, ButtonGroup, ButtonGroupProps, ButtonProps, Card, CardProps, CardSelect, CargonetLogo, CargonetLogoProps, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChoiceChip, ChoiceChipProps, ClosableAlert, CloseButton, CloseButtonProps, Code, CodeProps, ColorInlineLoader, ColorInlineLoaderProps, ColorSpinner, ColorSpinnerProps, Combobox, ComboboxProps, ContentLoader, ContentLoaderProps, DarkFullScreenLoader, DarkInlineLoader, DarkInlineLoaderProps, DarkSpinner, DarkSpinnerProps, DatePicker, DateRangePicker, Divider, DividerProps, Drawer, DrawerBodyProps, DrawerContent, ModalHeader as DrawerHeader, Expandable, ExpandableAlert, ExpandableItem, ExpandableItemProps, FloatingActionButton, FormControl, FormControlProps, FormErrorMessage, FormErrorMessageProps, FormLabel, FormLabelProps, FullScreenDrawer, Heading, HeadingProps, IconButton, IconButtonProps, InfoSelect, InfoTag, InfoTagProps, Input, InputElementProps, InputLeftElement, InputProps, InputRightElement, ItemDescription, ItemLabel, JumpButton, Language, LanguageProvider, LightFullScreenLoader, LightInlineLoader, LightInlineLoaderProps, LightSpinner, LightSpinnerProps, LineIcon, LineIconProps, ListBox, ModalHeader, ModalHeaderProps, NativeSelect, NativeSelectProps, Nudge, NudgeProps, NumericStepper, Pagination, PasswordInput, PasswordInputProps, PhoneNumberInput, PlayPauseButton, PressableCard,
|
9574
|
+
export { Accordion, AccordionProps, AttachedInputs, Badge, BadgeProps, Brand, Breadcrumb, BreadcrumbItem, BreadcrumbLink, Button, ButtonGroup, ButtonGroupProps, ButtonProps, Card, CardProps, CardSelect, CargonetLogo, CargonetLogoProps, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChoiceChip, ChoiceChipProps, ClosableAlert, CloseButton, CloseButtonProps, Code, CodeProps, ColorInlineLoader, ColorInlineLoaderProps, ColorSpinner, ColorSpinnerProps, Combobox, ComboboxProps, ContentLoader, ContentLoaderProps, DarkFullScreenLoader, DarkInlineLoader, DarkInlineLoaderProps, DarkSpinner, DarkSpinnerProps, DatePicker, DateRangePicker, Divider, DividerProps, Drawer, DrawerBodyProps, DrawerContent, ModalHeader as DrawerHeader, Expandable, ExpandableAlert, ExpandableItem, ExpandableItemProps, FloatingActionButton, FormControl, FormControlProps, FormErrorMessage, FormErrorMessageProps, FormLabel, FormLabelProps, FullScreenDrawer, Heading, HeadingProps, IconButton, IconButtonProps, InfoSelect, InfoTag, InfoTagProps, Input, InputElementProps, InputLeftElement, InputProps, InputRightElement, ItemDescription, ItemLabel, JumpButton, Language, LanguageProvider, LightFullScreenLoader, LightInlineLoader, LightInlineLoaderProps, LightSpinner, LightSpinnerProps, LineIcon, LineIconProps, ListBox, ModalHeader, ModalHeaderProps, NativeSelect, NativeSelectProps, Nudge, NudgeProps, NumericStepper, Pagination, PasswordInput, PasswordInputProps, PhoneNumberInput, PlayPauseButton, PressableCard, ProgressBar, ProgressIndicator, ProgressLoader, Radio, RadioCard, RadioCardGroup, RadioCardGroupContext, RadioCardProps, RadioGroup, RadioGroupProps, RadioProps, SearchInput, SearchInputProps, SimpleDrawer, SimpleDrawerProps, Skeleton, SkeletonCircle, SkeletonCircleProps, SkeletonProps, SkeletonText, SkeletonTextProps, SkipButton, SpinnerProps, SporProvider, Stack, StackProps, StaticAlert, StaticCard, StaticCardProps, Stepper, StepperStep, Switch, SwitchProps, Table, TableProps, Tabs, TabsProps, Text, TextLink, TextProps, Textarea, TextareaProps, TimePicker, ToastOptions, Tooltip, TooltipProps, Translations, TravelTag, TravelTagProps, VyLogo, VyLogoPride, VyLogoPrideProps, VyLogoProps, WizardNudge, WizardNudgeProps, brandTheme, createTexts, fontFaces, slugify, theme, useToast, useTranslation };
|
package/dist/index.d.ts
CHANGED
@@ -1896,16 +1896,6 @@ type VyLogoPrideProps = {
|
|
1896
1896
|
} & BoxProps;
|
1897
1897
|
declare const VyLogoPride: ({ colorScheme, ...boxProps }: VyLogoPrideProps) => React.JSX.Element;
|
1898
1898
|
|
1899
|
-
type VyLogoDefaultProps = {
|
1900
|
-
/** The color of the logo
|
1901
|
-
*
|
1902
|
-
* Use `"light"` when the logo is used on a light background.
|
1903
|
-
* Use `"dark"` when the logo is used on a dark background.
|
1904
|
-
*/
|
1905
|
-
colorScheme: "light" | "dark";
|
1906
|
-
} & BoxProps;
|
1907
|
-
declare const VyLogoDefault: ({ colorScheme, ...boxProps }: VyLogoDefaultProps) => React.JSX.Element;
|
1908
|
-
|
1909
1899
|
type CargonetLogoProps = {
|
1910
1900
|
/** The color of the logo
|
1911
1901
|
*
|
@@ -2171,18 +2161,6 @@ type PaginationProps = {
|
|
2171
2161
|
**/
|
2172
2162
|
declare const Pagination: ({ totalPages, selectedPage, onPageChange, }: PaginationProps) => React.JSX.Element;
|
2173
2163
|
|
2174
|
-
interface PrideContextProps {
|
2175
|
-
isPride: boolean;
|
2176
|
-
togglePride: () => void;
|
2177
|
-
}
|
2178
|
-
declare const PrideProvider: React.FC<React.PropsWithChildren<{}>>;
|
2179
|
-
declare const usePride: () => PrideContextProps;
|
2180
|
-
|
2181
|
-
type TogglePrideProps = {
|
2182
|
-
label: string;
|
2183
|
-
};
|
2184
|
-
declare const TogglePride: ({ label }: TogglePrideProps) => React.JSX.Element;
|
2185
|
-
|
2186
2164
|
type ProgressIndicatorProps = {
|
2187
2165
|
numberOfSteps: number;
|
2188
2166
|
activeStep: number;
|
@@ -5425,10 +5403,10 @@ declare const theme: {
|
|
5425
5403
|
_active: {
|
5426
5404
|
backgroundColor: string;
|
5427
5405
|
};
|
5428
|
-
|
5429
|
-
|
5406
|
+
_focusVisible: {
|
5407
|
+
outlineColor: string;
|
5430
5408
|
};
|
5431
|
-
|
5409
|
+
_hover: {
|
5432
5410
|
backgroundColor: string;
|
5433
5411
|
};
|
5434
5412
|
_selected: {
|
@@ -9593,4 +9571,4 @@ declare const Text: _chakra_ui_system_dist_system_types.ComponentWithAs<"p", Tex
|
|
9593
9571
|
**/
|
9594
9572
|
declare function slugify(text: string | string[], maxLength?: number): string;
|
9595
9573
|
|
9596
|
-
export { Accordion, AccordionProps, AttachedInputs, Badge, BadgeProps, Brand, Breadcrumb, BreadcrumbItem, BreadcrumbLink, Button, ButtonGroup, ButtonGroupProps, ButtonProps, Card, CardProps, CardSelect, CargonetLogo, CargonetLogoProps, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChoiceChip, ChoiceChipProps, ClosableAlert, CloseButton, CloseButtonProps, Code, CodeProps, ColorInlineLoader, ColorInlineLoaderProps, ColorSpinner, ColorSpinnerProps, Combobox, ComboboxProps, ContentLoader, ContentLoaderProps, DarkFullScreenLoader, DarkInlineLoader, DarkInlineLoaderProps, DarkSpinner, DarkSpinnerProps, DatePicker, DateRangePicker, Divider, DividerProps, Drawer, DrawerBodyProps, DrawerContent, ModalHeader as DrawerHeader, Expandable, ExpandableAlert, ExpandableItem, ExpandableItemProps, FloatingActionButton, FormControl, FormControlProps, FormErrorMessage, FormErrorMessageProps, FormLabel, FormLabelProps, FullScreenDrawer, Heading, HeadingProps, IconButton, IconButtonProps, InfoSelect, InfoTag, InfoTagProps, Input, InputElementProps, InputLeftElement, InputProps, InputRightElement, ItemDescription, ItemLabel, JumpButton, Language, LanguageProvider, LightFullScreenLoader, LightInlineLoader, LightInlineLoaderProps, LightSpinner, LightSpinnerProps, LineIcon, LineIconProps, ListBox, ModalHeader, ModalHeaderProps, NativeSelect, NativeSelectProps, Nudge, NudgeProps, NumericStepper, Pagination, PasswordInput, PasswordInputProps, PhoneNumberInput, PlayPauseButton, PressableCard,
|
9574
|
+
export { Accordion, AccordionProps, AttachedInputs, Badge, BadgeProps, Brand, Breadcrumb, BreadcrumbItem, BreadcrumbLink, Button, ButtonGroup, ButtonGroupProps, ButtonProps, Card, CardProps, CardSelect, CargonetLogo, CargonetLogoProps, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChoiceChip, ChoiceChipProps, ClosableAlert, CloseButton, CloseButtonProps, Code, CodeProps, ColorInlineLoader, ColorInlineLoaderProps, ColorSpinner, ColorSpinnerProps, Combobox, ComboboxProps, ContentLoader, ContentLoaderProps, DarkFullScreenLoader, DarkInlineLoader, DarkInlineLoaderProps, DarkSpinner, DarkSpinnerProps, DatePicker, DateRangePicker, Divider, DividerProps, Drawer, DrawerBodyProps, DrawerContent, ModalHeader as DrawerHeader, Expandable, ExpandableAlert, ExpandableItem, ExpandableItemProps, FloatingActionButton, FormControl, FormControlProps, FormErrorMessage, FormErrorMessageProps, FormLabel, FormLabelProps, FullScreenDrawer, Heading, HeadingProps, IconButton, IconButtonProps, InfoSelect, InfoTag, InfoTagProps, Input, InputElementProps, InputLeftElement, InputProps, InputRightElement, ItemDescription, ItemLabel, JumpButton, Language, LanguageProvider, LightFullScreenLoader, LightInlineLoader, LightInlineLoaderProps, LightSpinner, LightSpinnerProps, LineIcon, LineIconProps, ListBox, ModalHeader, ModalHeaderProps, NativeSelect, NativeSelectProps, Nudge, NudgeProps, NumericStepper, Pagination, PasswordInput, PasswordInputProps, PhoneNumberInput, PlayPauseButton, PressableCard, ProgressBar, ProgressIndicator, ProgressLoader, Radio, RadioCard, RadioCardGroup, RadioCardGroupContext, RadioCardProps, RadioGroup, RadioGroupProps, RadioProps, SearchInput, SearchInputProps, SimpleDrawer, SimpleDrawerProps, Skeleton, SkeletonCircle, SkeletonCircleProps, SkeletonProps, SkeletonText, SkeletonTextProps, SkipButton, SpinnerProps, SporProvider, Stack, StackProps, StaticAlert, StaticCard, StaticCardProps, Stepper, StepperStep, Switch, SwitchProps, Table, TableProps, Tabs, TabsProps, Text, TextLink, TextProps, Textarea, TextareaProps, TimePicker, ToastOptions, Tooltip, TooltipProps, Translations, TravelTag, TravelTagProps, VyLogo, VyLogoPride, VyLogoPrideProps, VyLogoProps, WizardNudge, WizardNudgeProps, brandTheme, createTexts, fontFaces, slugify, theme, useToast, useTranslation };
|