@vygruppen/spor-react 3.3.2 → 3.3.3
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 +9 -9
- package/CHANGELOG.md +6 -0
- package/dist/{CountryCodeSelect-R5RS2HYK.mjs → CountryCodeSelect-X3MPRW2E.mjs} +1 -1
- package/dist/{chunk-U4A5DVNS.mjs → chunk-HUBPEIHF.mjs} +7 -7
- package/dist/index.d.ts +6 -6
- package/dist/index.js +6 -6
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/theme/components/accordion.ts +6 -6
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@3.3.
|
2
|
+
> @vygruppen/spor-react@3.3.3 build
|
3
3
|
> tsup src/index.tsx --dts --treeshake --format cjs,esm
|
4
4
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx
|
@@ -10,12 +10,12 @@
|
|
10
10
|
[34mESM[39m Build start
|
11
11
|
[34mDTS[39m Build start
|
12
12
|
"toZoned" and "toTime" are imported from external module "@internationalized/date" but never used in "dist/index.js".
|
13
|
-
"toZoned" and "toTime" are imported from external module "@internationalized/date" but never used in "dist/chunk-
|
14
|
-
[32mCJS[39m [1mdist/index.js [22m[32m902.94 KB[39m
|
15
|
-
[32mCJS[39m ⚡️ Build success in 4694ms
|
13
|
+
"toZoned" and "toTime" are imported from external module "@internationalized/date" but never used in "dist/chunk-HUBPEIHF.mjs".
|
16
14
|
[32mESM[39m [1mdist/index.mjs [22m[32m2.01 KB[39m
|
17
|
-
[32mESM[39m [1mdist/CountryCodeSelect-
|
18
|
-
[32mESM[39m [1mdist/chunk-
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
20
|
-
[
|
21
|
-
[
|
15
|
+
[32mESM[39m [1mdist/CountryCodeSelect-X3MPRW2E.mjs [22m[32m350.82 KB[39m
|
16
|
+
[32mESM[39m [1mdist/chunk-HUBPEIHF.mjs [22m[32m420.27 KB[39m
|
17
|
+
[32mESM[39m ⚡️ Build success in 5772ms
|
18
|
+
[32mCJS[39m [1mdist/index.js [22m[32m903.03 KB[39m
|
19
|
+
[32mCJS[39m ⚡️ Build success in 5772ms
|
20
|
+
[32mDTS[39m ⚡️ Build success in 21778ms
|
21
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m252.30 KB[39m
|
package/CHANGELOG.md
CHANGED
@@ -5065,7 +5065,7 @@ var texts14 = createTexts({
|
|
5065
5065
|
sv: "Telefonnummer"
|
5066
5066
|
}
|
5067
5067
|
});
|
5068
|
-
var LazyCountryCodeSelect = React49__default.lazy(() => import('./CountryCodeSelect-
|
5068
|
+
var LazyCountryCodeSelect = React49__default.lazy(() => import('./CountryCodeSelect-X3MPRW2E.mjs'));
|
5069
5069
|
var Radio = forwardRef((props, ref) => {
|
5070
5070
|
return /* @__PURE__ */ React49__default.createElement(Radio$1, { ...props, ref });
|
5071
5071
|
});
|
@@ -11030,34 +11030,34 @@ var config3 = helpers.defineMultiStyleConfig({
|
|
11030
11030
|
sizes: {
|
11031
11031
|
sm: {
|
11032
11032
|
button: {
|
11033
|
-
fontSize: "desktop.xs",
|
11033
|
+
fontSize: ["mobile.xs", "desktop.xs"],
|
11034
11034
|
paddingX: 2,
|
11035
11035
|
paddingY: 1
|
11036
11036
|
},
|
11037
11037
|
panel: {
|
11038
|
-
fontSize: "desktop.xs",
|
11038
|
+
fontSize: ["mobile.xs", "desktop.xs"],
|
11039
11039
|
paddingX: 2
|
11040
11040
|
}
|
11041
11041
|
},
|
11042
11042
|
md: {
|
11043
11043
|
button: {
|
11044
|
-
fontSize: "desktop.sm",
|
11044
|
+
fontSize: ["mobile.sm", "desktop.sm"],
|
11045
11045
|
paddingX: 3,
|
11046
11046
|
paddingY: 1
|
11047
11047
|
},
|
11048
11048
|
panel: {
|
11049
|
-
fontSize: "desktop.sm",
|
11049
|
+
fontSize: ["mobile.sm", "desktop.sm"],
|
11050
11050
|
paddingX: 3
|
11051
11051
|
}
|
11052
11052
|
},
|
11053
11053
|
lg: {
|
11054
11054
|
button: {
|
11055
|
-
fontSize: "desktop.sm",
|
11055
|
+
fontSize: ["mobile.sm", "desktop.sm"],
|
11056
11056
|
paddingX: 3,
|
11057
11057
|
paddingY: 2
|
11058
11058
|
},
|
11059
11059
|
panel: {
|
11060
|
-
fontSize: "desktop.sm",
|
11060
|
+
fontSize: ["mobile.sm", "desktop.sm"],
|
11061
11061
|
paddingX: 3
|
11062
11062
|
}
|
11063
11063
|
}
|
package/dist/index.d.ts
CHANGED
@@ -1966,34 +1966,34 @@ declare const theme: {
|
|
1966
1966
|
sizes?: {
|
1967
1967
|
sm: {
|
1968
1968
|
button: {
|
1969
|
-
fontSize:
|
1969
|
+
fontSize: ("mobile.xs" | "desktop.xs")[];
|
1970
1970
|
paddingX: number;
|
1971
1971
|
paddingY: number;
|
1972
1972
|
};
|
1973
1973
|
panel: {
|
1974
|
-
fontSize:
|
1974
|
+
fontSize: ("mobile.xs" | "desktop.xs")[];
|
1975
1975
|
paddingX: number;
|
1976
1976
|
};
|
1977
1977
|
};
|
1978
1978
|
md: {
|
1979
1979
|
button: {
|
1980
|
-
fontSize:
|
1980
|
+
fontSize: ("mobile.sm" | "desktop.sm")[];
|
1981
1981
|
paddingX: number;
|
1982
1982
|
paddingY: number;
|
1983
1983
|
};
|
1984
1984
|
panel: {
|
1985
|
-
fontSize:
|
1985
|
+
fontSize: ("mobile.sm" | "desktop.sm")[];
|
1986
1986
|
paddingX: number;
|
1987
1987
|
};
|
1988
1988
|
};
|
1989
1989
|
lg: {
|
1990
1990
|
button: {
|
1991
|
-
fontSize:
|
1991
|
+
fontSize: ("mobile.sm" | "desktop.sm")[];
|
1992
1992
|
paddingX: number;
|
1993
1993
|
paddingY: number;
|
1994
1994
|
};
|
1995
1995
|
panel: {
|
1996
|
-
fontSize:
|
1996
|
+
fontSize: ("mobile.sm" | "desktop.sm")[];
|
1997
1997
|
paddingX: number;
|
1998
1998
|
};
|
1999
1999
|
};
|
package/dist/index.js
CHANGED
@@ -19026,34 +19026,34 @@ var init_accordion2 = __esm({
|
|
19026
19026
|
sizes: {
|
19027
19027
|
sm: {
|
19028
19028
|
button: {
|
19029
|
-
fontSize: "desktop.xs",
|
19029
|
+
fontSize: ["mobile.xs", "desktop.xs"],
|
19030
19030
|
paddingX: 2,
|
19031
19031
|
paddingY: 1
|
19032
19032
|
},
|
19033
19033
|
panel: {
|
19034
|
-
fontSize: "desktop.xs",
|
19034
|
+
fontSize: ["mobile.xs", "desktop.xs"],
|
19035
19035
|
paddingX: 2
|
19036
19036
|
}
|
19037
19037
|
},
|
19038
19038
|
md: {
|
19039
19039
|
button: {
|
19040
|
-
fontSize: "desktop.sm",
|
19040
|
+
fontSize: ["mobile.sm", "desktop.sm"],
|
19041
19041
|
paddingX: 3,
|
19042
19042
|
paddingY: 1
|
19043
19043
|
},
|
19044
19044
|
panel: {
|
19045
|
-
fontSize: "desktop.sm",
|
19045
|
+
fontSize: ["mobile.sm", "desktop.sm"],
|
19046
19046
|
paddingX: 3
|
19047
19047
|
}
|
19048
19048
|
},
|
19049
19049
|
lg: {
|
19050
19050
|
button: {
|
19051
|
-
fontSize: "desktop.sm",
|
19051
|
+
fontSize: ["mobile.sm", "desktop.sm"],
|
19052
19052
|
paddingX: 3,
|
19053
19053
|
paddingY: 2
|
19054
19054
|
},
|
19055
19055
|
panel: {
|
19056
|
-
fontSize: "desktop.sm",
|
19056
|
+
fontSize: ["mobile.sm", "desktop.sm"],
|
19057
19057
|
paddingX: 3
|
19058
19058
|
}
|
19059
19059
|
}
|
package/dist/index.mjs
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export { Accordion, AccordionButton, AccordionIcon, AccordionItem, AccordionPanel, AttachedInputs, Badge, Box, Button, ButtonGroup, Card, CardSelect, Center, Checkbox, CheckboxGroup, ChoiceChip, ClosableAlert, CloseButton, Code, Collapse, ColorInlineLoader, ColorSpinner, Combobox, Container, ContentLoader, DarkFullScreenLoader, DarkInlineLoader, DarkMode, DarkSpinner, DatePicker, DateRangePicker, Divider, Drawer, DrawerBody, DrawerCloseButton, DrawerContent, DrawerFooter, ModalHeader as DrawerHeader, DrawerOverlay, Expandable, ExpandableAlert, ExpandableItem, Fade, Flex, FloatingActionButton, FormControl, FormErrorMessage, FormHelperText, FormLabel, Grid, GridItem, HStack, Heading, IconButton, Image, Img, InfoSelect, InfoTag, Input, InputGroup, InputLeftElement, InputRightElement, Item, ItemDescription, ItemLabel, JumpButton, Language, LanguageProvider, LightFullScreenLoader, LightInlineLoader, LightMode, LightSpinner, LineIcon, ListBox, Modal, ModalBody, ModalCloseButton, ModalContent, ModalFooter, ModalHeader, ModalOverlay, NativeSelect, NumericStepper, PasswordInput, PhoneNumberInput, PlayPauseButton, Popover, PopoverAnchor, PopoverArrow, PopoverBody, PopoverCloseButton, PopoverContent, PopoverFooter, PopoverHeader, PopoverTrigger, PopoverWizardBody, ProgressBar, ProgressLoader, Radio, RadioGroup, ScaleFade, SearchInput, Section, SimpleDrawer, SimpleGrid, SimplePopover, Skeleton, SkeletonCircle, SkeletonText, SkipButton, Slide, SlideFade, Spacer, SporProvider, Stack, StaticAlert, Stepper, StepperStep, Switch, Tab, TabList, TabPanel, TabPanels, Table, TableCaption, Tabs, Tbody, Td, Text, TextLink, Textarea, Tfoot, Th, Thead, Time, TimePicker, Tr, TravelTag, VStack, VyLogo, WizardPopover, Wrap, WrapItem, createTexts, extendTheme, fontFaces, theme, tokens, useBreakpointValue, useClipboard, useColorMode, useColorModePreference, useColorModeValue, useControllableProp, useDisclosure, useMediaQuery, useMergeRefs, useOutsideClick, usePrefersReducedMotion, useTheme, useToast, useToken, useTranslation } from './chunk-
|
1
|
+
export { Accordion, AccordionButton, AccordionIcon, AccordionItem, AccordionPanel, AttachedInputs, Badge, Box, Button, ButtonGroup, Card, CardSelect, Center, Checkbox, CheckboxGroup, ChoiceChip, ClosableAlert, CloseButton, Code, Collapse, ColorInlineLoader, ColorSpinner, Combobox, Container, ContentLoader, DarkFullScreenLoader, DarkInlineLoader, DarkMode, DarkSpinner, DatePicker, DateRangePicker, Divider, Drawer, DrawerBody, DrawerCloseButton, DrawerContent, DrawerFooter, ModalHeader as DrawerHeader, DrawerOverlay, Expandable, ExpandableAlert, ExpandableItem, Fade, Flex, FloatingActionButton, FormControl, FormErrorMessage, FormHelperText, FormLabel, Grid, GridItem, HStack, Heading, IconButton, Image, Img, InfoSelect, InfoTag, Input, InputGroup, InputLeftElement, InputRightElement, Item, ItemDescription, ItemLabel, JumpButton, Language, LanguageProvider, LightFullScreenLoader, LightInlineLoader, LightMode, LightSpinner, LineIcon, ListBox, Modal, ModalBody, ModalCloseButton, ModalContent, ModalFooter, ModalHeader, ModalOverlay, NativeSelect, NumericStepper, PasswordInput, PhoneNumberInput, PlayPauseButton, Popover, PopoverAnchor, PopoverArrow, PopoverBody, PopoverCloseButton, PopoverContent, PopoverFooter, PopoverHeader, PopoverTrigger, PopoverWizardBody, ProgressBar, ProgressLoader, Radio, RadioGroup, ScaleFade, SearchInput, Section, SimpleDrawer, SimpleGrid, SimplePopover, Skeleton, SkeletonCircle, SkeletonText, SkipButton, Slide, SlideFade, Spacer, SporProvider, Stack, StaticAlert, Stepper, StepperStep, Switch, Tab, TabList, TabPanel, TabPanels, Table, TableCaption, Tabs, Tbody, Td, Text, TextLink, Textarea, Tfoot, Th, Thead, Time, TimePicker, Tr, TravelTag, VStack, VyLogo, WizardPopover, Wrap, WrapItem, createTexts, extendTheme, fontFaces, theme, tokens, useBreakpointValue, useClipboard, useColorMode, useColorModePreference, useColorModeValue, useControllableProp, useDisclosure, useMediaQuery, useMergeRefs, useOutsideClick, usePrefersReducedMotion, useTheme, useToast, useToken, useTranslation } from './chunk-HUBPEIHF.mjs';
|
package/package.json
CHANGED
@@ -107,34 +107,34 @@ const config = helpers.defineMultiStyleConfig({
|
|
107
107
|
sizes: {
|
108
108
|
sm: {
|
109
109
|
button: {
|
110
|
-
fontSize: "desktop.xs",
|
110
|
+
fontSize: ["mobile.xs", "desktop.xs"],
|
111
111
|
paddingX: 2,
|
112
112
|
paddingY: 1,
|
113
113
|
},
|
114
114
|
panel: {
|
115
|
-
fontSize: "desktop.xs",
|
115
|
+
fontSize: ["mobile.xs", "desktop.xs"],
|
116
116
|
paddingX: 2,
|
117
117
|
},
|
118
118
|
},
|
119
119
|
md: {
|
120
120
|
button: {
|
121
|
-
fontSize: "desktop.sm",
|
121
|
+
fontSize: ["mobile.sm", "desktop.sm"],
|
122
122
|
paddingX: 3,
|
123
123
|
paddingY: 1,
|
124
124
|
},
|
125
125
|
panel: {
|
126
|
-
fontSize: "desktop.sm",
|
126
|
+
fontSize: ["mobile.sm", "desktop.sm"],
|
127
127
|
paddingX: 3,
|
128
128
|
},
|
129
129
|
},
|
130
130
|
lg: {
|
131
131
|
button: {
|
132
|
-
fontSize: "desktop.sm",
|
132
|
+
fontSize: ["mobile.sm", "desktop.sm"],
|
133
133
|
paddingX: 3,
|
134
134
|
paddingY: 2,
|
135
135
|
},
|
136
136
|
panel: {
|
137
|
-
fontSize: "desktop.sm",
|
137
|
+
fontSize: ["mobile.sm", "desktop.sm"],
|
138
138
|
paddingX: 3,
|
139
139
|
},
|
140
140
|
},
|