@vygruppen/spor-react 9.14.0 → 9.15.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-GZJN7XWM.mjs → CountryCodeSelect-BF22CLZQ.mjs} +1 -1
- package/dist/{chunk-BDLLFC3C.mjs → chunk-NTYAUO4O.mjs} +439 -538
- package/dist/index.d.mts +1 -25
- package/dist/index.d.ts +1 -25
- package/dist/index.js +503 -638
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/index.tsx +0 -1
- package/src/input/InfoSelect.tsx +2 -2
- 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/info-select.ts +0 -1
- 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;
|
@@ -4714,7 +4692,6 @@ declare const theme: {
|
|
4714
4692
|
justifyContent: string;
|
4715
4693
|
alignItems: string;
|
4716
4694
|
fontSize: string;
|
4717
|
-
h: number;
|
4718
4695
|
} | {
|
4719
4696
|
_disabled: {
|
4720
4697
|
backgroundColor: string;
|
@@ -4761,7 +4738,6 @@ declare const theme: {
|
|
4761
4738
|
justifyContent: string;
|
4762
4739
|
alignItems: string;
|
4763
4740
|
fontSize: string;
|
4764
|
-
h: number;
|
4765
4741
|
};
|
4766
4742
|
placeholder: {};
|
4767
4743
|
arrowIcon: {};
|
@@ -9595,4 +9571,4 @@ declare const Text: _chakra_ui_system_dist_system_types.ComponentWithAs<"p", Tex
|
|
9595
9571
|
**/
|
9596
9572
|
declare function slugify(text: string | string[], maxLength?: number): string;
|
9597
9573
|
|
9598
|
-
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;
|
@@ -4714,7 +4692,6 @@ declare const theme: {
|
|
4714
4692
|
justifyContent: string;
|
4715
4693
|
alignItems: string;
|
4716
4694
|
fontSize: string;
|
4717
|
-
h: number;
|
4718
4695
|
} | {
|
4719
4696
|
_disabled: {
|
4720
4697
|
backgroundColor: string;
|
@@ -4761,7 +4738,6 @@ declare const theme: {
|
|
4761
4738
|
justifyContent: string;
|
4762
4739
|
alignItems: string;
|
4763
4740
|
fontSize: string;
|
4764
|
-
h: number;
|
4765
4741
|
};
|
4766
4742
|
placeholder: {};
|
4767
4743
|
arrowIcon: {};
|
@@ -9595,4 +9571,4 @@ declare const Text: _chakra_ui_system_dist_system_types.ComponentWithAs<"p", Tex
|
|
9595
9571
|
**/
|
9596
9572
|
declare function slugify(text: string | string[], maxLength?: number): string;
|
9597
9573
|
|
9598
|
-
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 };
|