@vygruppen/spor-react 10.8.0 → 10.8.1
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-NZI7KBTH.mjs → CountryCodeSelect-YWEVYR4L.mjs} +1 -1
- package/dist/{chunk-Q3JX25BX.mjs → chunk-RPFFDHUW.mjs} +3 -3
- package/dist/index.d.mts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/theme/utils/input-utils.ts +2 -2
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@10.8.
|
2
|
+
> @vygruppen/spor-react@10.8.1 build
|
3
3
|
> tsup src/index.tsx --dts --treeshake --format cjs,esm
|
4
4
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx
|
@@ -9,12 +9,12 @@
|
|
9
9
|
[34mCJS[39m Build start
|
10
10
|
[34mESM[39m Build start
|
11
11
|
[34mDTS[39m Build start
|
12
|
-
[32mCJS[39m [1mdist/index.js [22m[32m539.
|
13
|
-
[32mCJS[39m ⚡️ Build success in
|
12
|
+
[32mCJS[39m [1mdist/index.js [22m[32m539.46 KB[39m
|
13
|
+
[32mCJS[39m ⚡️ Build success in 2268ms
|
14
14
|
[32mESM[39m [1mdist/index.mjs [22m[32m2.16 KB[39m
|
15
|
-
[32mESM[39m [1mdist/CountryCodeSelect-
|
16
|
-
[32mESM[39m [1mdist/chunk-
|
17
|
-
[32mESM[39m ⚡️ Build success in
|
18
|
-
[32mDTS[39m ⚡️ Build success in
|
19
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m340.
|
20
|
-
[32mDTS[39m [1mdist/index.d.mts [22m[32m340.
|
15
|
+
[32mESM[39m [1mdist/CountryCodeSelect-YWEVYR4L.mjs [22m[32m1.22 KB[39m
|
16
|
+
[32mESM[39m [1mdist/chunk-RPFFDHUW.mjs [22m[32m425.97 KB[39m
|
17
|
+
[32mESM[39m ⚡️ Build success in 2269ms
|
18
|
+
[32mDTS[39m ⚡️ Build success in 16086ms
|
19
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m340.79 KB[39m
|
20
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m340.79 KB[39m
|
package/CHANGELOG.md
CHANGED
@@ -1841,7 +1841,7 @@ var texts4 = createTexts({
|
|
1841
1841
|
sv: "Landskod"
|
1842
1842
|
}
|
1843
1843
|
});
|
1844
|
-
var LazyCountryCodeSelect = React85__default.lazy(() => import('./CountryCodeSelect-
|
1844
|
+
var LazyCountryCodeSelect = React85__default.lazy(() => import('./CountryCodeSelect-YWEVYR4L.mjs'));
|
1845
1845
|
var Radio = forwardRef((props, ref) => {
|
1846
1846
|
return /* @__PURE__ */ React85__default.createElement(Radio$1, { ...props, ref });
|
1847
1847
|
});
|
@@ -12783,7 +12783,7 @@ var inputBaseStyle = (props) => ({
|
|
12783
12783
|
...baseBorder("hover", props)
|
12784
12784
|
}
|
12785
12785
|
},
|
12786
|
-
" + label": {
|
12786
|
+
" + label, + div[data-lastpass-icon-root] + label": {
|
12787
12787
|
fontSize: ["mobile.sm", "desktop.sm"],
|
12788
12788
|
top: "2px",
|
12789
12789
|
left: props.paddingLeft || props.pl || 3,
|
@@ -12796,7 +12796,7 @@ var inputBaseStyle = (props) => ({
|
|
12796
12796
|
},
|
12797
12797
|
"&:not(:placeholder-shown)": {
|
12798
12798
|
paddingTop: "1rem",
|
12799
|
-
"& + label": {
|
12799
|
+
"& + label, & + div[data-lastpass-icon-root] + label": {
|
12800
12800
|
transform: "scale(0.825) translateY(-10px)"
|
12801
12801
|
}
|
12802
12802
|
}
|
package/dist/index.d.mts
CHANGED
@@ -4535,7 +4535,7 @@ declare const theme: {
|
|
4535
4535
|
outline: string;
|
4536
4536
|
outlineColor: string;
|
4537
4537
|
};
|
4538
|
-
" + label": {
|
4538
|
+
" + label, + div[data-lastpass-icon-root] + label": {
|
4539
4539
|
fontSize: string[];
|
4540
4540
|
top: string;
|
4541
4541
|
left: any;
|
@@ -4548,7 +4548,7 @@ declare const theme: {
|
|
4548
4548
|
};
|
4549
4549
|
"&:not(:placeholder-shown)": {
|
4550
4550
|
paddingTop: string;
|
4551
|
-
"& + label": {
|
4551
|
+
"& + label, & + div[data-lastpass-icon-root] + label": {
|
4552
4552
|
transform: string;
|
4553
4553
|
};
|
4554
4554
|
};
|
@@ -5913,7 +5913,7 @@ declare const theme: {
|
|
5913
5913
|
outline: string;
|
5914
5914
|
outlineColor: string;
|
5915
5915
|
};
|
5916
|
-
" + label": {
|
5916
|
+
" + label, + div[data-lastpass-icon-root] + label": {
|
5917
5917
|
fontSize: string[];
|
5918
5918
|
top: string;
|
5919
5919
|
left: any;
|
@@ -5926,7 +5926,7 @@ declare const theme: {
|
|
5926
5926
|
};
|
5927
5927
|
"&:not(:placeholder-shown)": {
|
5928
5928
|
paddingTop: string;
|
5929
|
-
"& + label": {
|
5929
|
+
"& + label, & + div[data-lastpass-icon-root] + label": {
|
5930
5930
|
transform: string;
|
5931
5931
|
};
|
5932
5932
|
};
|
@@ -6818,7 +6818,7 @@ declare const theme: {
|
|
6818
6818
|
outline: string;
|
6819
6819
|
outlineColor: string;
|
6820
6820
|
};
|
6821
|
-
" + label": {
|
6821
|
+
" + label, + div[data-lastpass-icon-root] + label": {
|
6822
6822
|
fontSize: string[];
|
6823
6823
|
top: string;
|
6824
6824
|
left: any;
|
package/dist/index.d.ts
CHANGED
@@ -4535,7 +4535,7 @@ declare const theme: {
|
|
4535
4535
|
outline: string;
|
4536
4536
|
outlineColor: string;
|
4537
4537
|
};
|
4538
|
-
" + label": {
|
4538
|
+
" + label, + div[data-lastpass-icon-root] + label": {
|
4539
4539
|
fontSize: string[];
|
4540
4540
|
top: string;
|
4541
4541
|
left: any;
|
@@ -4548,7 +4548,7 @@ declare const theme: {
|
|
4548
4548
|
};
|
4549
4549
|
"&:not(:placeholder-shown)": {
|
4550
4550
|
paddingTop: string;
|
4551
|
-
"& + label": {
|
4551
|
+
"& + label, & + div[data-lastpass-icon-root] + label": {
|
4552
4552
|
transform: string;
|
4553
4553
|
};
|
4554
4554
|
};
|
@@ -5913,7 +5913,7 @@ declare const theme: {
|
|
5913
5913
|
outline: string;
|
5914
5914
|
outlineColor: string;
|
5915
5915
|
};
|
5916
|
-
" + label": {
|
5916
|
+
" + label, + div[data-lastpass-icon-root] + label": {
|
5917
5917
|
fontSize: string[];
|
5918
5918
|
top: string;
|
5919
5919
|
left: any;
|
@@ -5926,7 +5926,7 @@ declare const theme: {
|
|
5926
5926
|
};
|
5927
5927
|
"&:not(:placeholder-shown)": {
|
5928
5928
|
paddingTop: string;
|
5929
|
-
"& + label": {
|
5929
|
+
"& + label, & + div[data-lastpass-icon-root] + label": {
|
5930
5930
|
transform: string;
|
5931
5931
|
};
|
5932
5932
|
};
|
@@ -6818,7 +6818,7 @@ declare const theme: {
|
|
6818
6818
|
outline: string;
|
6819
6819
|
outlineColor: string;
|
6820
6820
|
};
|
6821
|
-
" + label": {
|
6821
|
+
" + label, + div[data-lastpass-icon-root] + label": {
|
6822
6822
|
fontSize: string[];
|
6823
6823
|
top: string;
|
6824
6824
|
left: any;
|
package/dist/index.js
CHANGED
@@ -14421,7 +14421,7 @@ var init_input_utils = __esm({
|
|
14421
14421
|
...baseBorder("hover", props)
|
14422
14422
|
}
|
14423
14423
|
},
|
14424
|
-
" + label": {
|
14424
|
+
" + label, + div[data-lastpass-icon-root] + label": {
|
14425
14425
|
fontSize: ["mobile.sm", "desktop.sm"],
|
14426
14426
|
top: "2px",
|
14427
14427
|
left: props.paddingLeft || props.pl || 3,
|
@@ -14434,7 +14434,7 @@ var init_input_utils = __esm({
|
|
14434
14434
|
},
|
14435
14435
|
"&:not(:placeholder-shown)": {
|
14436
14436
|
paddingTop: "1rem",
|
14437
|
-
"& + label": {
|
14437
|
+
"& + label, & + div[data-lastpass-icon-root] + label": {
|
14438
14438
|
transform: "scale(0.825) translateY(-10px)"
|
14439
14439
|
}
|
14440
14440
|
}
|
package/dist/index.mjs
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export { Accordion, AccordionButton, AccordionIcon, AccordionItem, AccordionPanel, AttachedInputs, Badge, Box, Brand, Breadcrumb, BreadcrumbItem, BreadcrumbLink, Button, ButtonGroup, CardSelect, CargonetLogo, 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, FullScreenDrawer, 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, ListItem, Modal, ModalBody, ModalCloseButton, ModalContent, ModalFooter, ModalHeader, ModalOverlay, NativeSelect, Nudge, NumericStepper, OrderedList, Pagination, PasswordInput, PhoneNumberInput, PlayPauseButton, Portal, PressableCard, ProgressBar, ProgressIndicator, ProgressLoader, Radio, RadioCard, RadioCardGroup, RadioCardGroupContext, RadioGroup, ScaleFade, SearchInput, Section, ServiceAlert, SimpleDrawer, SimpleGrid, Skeleton, SkeletonCircle, SkeletonText, SkipButton, Slide, SlideFade, Spacer, SporProvider, Stack, StaticAlert, StaticCard, Stepper, StepperStep, Switch, Tab, TabList, TabPanel, TabPanels, Table, TableCaption, Tabs, Tbody, Td, Text, TextLink, Textarea, Tfoot, Th, Thead, Time, TimePicker, Tooltip, Tr, TravelTag, UnorderedList, VStack, VyLogo, VyLogoPride, WizardNudge, Wrap, WrapItem, brandTheme, createTexts, defineStyleConfig, extendTheme, fontFaces, slugify, theme, tokens, useBreakpointValue, useClipboard, useColorMode, useColorModePreference, useColorModeValue, useControllableProp, useDisclosure, useMediaQuery, useMergeRefs, useOutsideClick, usePrefersReducedMotion, useSize, useTheme, useToast, useToken, useTranslation } from './chunk-
|
1
|
+
export { Accordion, AccordionButton, AccordionIcon, AccordionItem, AccordionPanel, AttachedInputs, Badge, Box, Brand, Breadcrumb, BreadcrumbItem, BreadcrumbLink, Button, ButtonGroup, CardSelect, CargonetLogo, 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, FullScreenDrawer, 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, ListItem, Modal, ModalBody, ModalCloseButton, ModalContent, ModalFooter, ModalHeader, ModalOverlay, NativeSelect, Nudge, NumericStepper, OrderedList, Pagination, PasswordInput, PhoneNumberInput, PlayPauseButton, Portal, PressableCard, ProgressBar, ProgressIndicator, ProgressLoader, Radio, RadioCard, RadioCardGroup, RadioCardGroupContext, RadioGroup, ScaleFade, SearchInput, Section, ServiceAlert, SimpleDrawer, SimpleGrid, Skeleton, SkeletonCircle, SkeletonText, SkipButton, Slide, SlideFade, Spacer, SporProvider, Stack, StaticAlert, StaticCard, Stepper, StepperStep, Switch, Tab, TabList, TabPanel, TabPanels, Table, TableCaption, Tabs, Tbody, Td, Text, TextLink, Textarea, Tfoot, Th, Thead, Time, TimePicker, Tooltip, Tr, TravelTag, UnorderedList, VStack, VyLogo, VyLogoPride, WizardNudge, Wrap, WrapItem, brandTheme, createTexts, defineStyleConfig, extendTheme, fontFaces, slugify, theme, tokens, useBreakpointValue, useClipboard, useColorMode, useColorModePreference, useColorModeValue, useControllableProp, useDisclosure, useMediaQuery, useMergeRefs, useOutsideClick, usePrefersReducedMotion, useSize, useTheme, useToast, useToken, useTranslation } from './chunk-RPFFDHUW.mjs';
|
package/package.json
CHANGED
@@ -90,7 +90,7 @@ export const inputBaseStyle = (props: StyleFunctionProps) => ({
|
|
90
90
|
...baseBorder("hover", props),
|
91
91
|
},
|
92
92
|
},
|
93
|
-
" + label": {
|
93
|
+
" + label, + div[data-lastpass-icon-root] + label": {
|
94
94
|
fontSize: ["mobile.sm", "desktop.sm"],
|
95
95
|
top: "2px",
|
96
96
|
left: props.paddingLeft || props.pl || 3,
|
@@ -103,7 +103,7 @@ export const inputBaseStyle = (props: StyleFunctionProps) => ({
|
|
103
103
|
},
|
104
104
|
"&:not(:placeholder-shown)": {
|
105
105
|
paddingTop: "1rem",
|
106
|
-
"& + label": {
|
106
|
+
"& + label, & + div[data-lastpass-icon-root] + label": {
|
107
107
|
transform: "scale(0.825) translateY(-10px)",
|
108
108
|
},
|
109
109
|
},
|