@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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@10.8.0 build
2
+ > @vygruppen/spor-react@10.8.1 build
3
3
  > tsup src/index.tsx --dts --treeshake --format cjs,esm
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -9,12 +9,12 @@
9
9
  CJS Build start
10
10
  ESM Build start
11
11
  DTS Build start
12
- CJS dist/index.js 539.38 KB
13
- CJS ⚡️ Build success in 2212ms
12
+ CJS dist/index.js 539.46 KB
13
+ CJS ⚡️ Build success in 2268ms
14
14
  ESM dist/index.mjs 2.16 KB
15
- ESM dist/CountryCodeSelect-NZI7KBTH.mjs 1.22 KB
16
- ESM dist/chunk-Q3JX25BX.mjs 425.89 KB
17
- ESM ⚡️ Build success in 2213ms
18
- DTS ⚡️ Build success in 15590ms
19
- DTS dist/index.d.ts 340.59 KB
20
- DTS dist/index.d.mts 340.59 KB
15
+ ESM dist/CountryCodeSelect-YWEVYR4L.mjs 1.22 KB
16
+ ESM dist/chunk-RPFFDHUW.mjs 425.97 KB
17
+ ESM ⚡️ Build success in 2269ms
18
+ DTS ⚡️ Build success in 16086ms
19
+ DTS dist/index.d.ts 340.79 KB
20
+ DTS dist/index.d.mts 340.79 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 10.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 9031c6e: Fix input label style bug caused by LastPass extension
8
+
3
9
  ## 10.8.0
4
10
 
5
11
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- import { createTexts, useTranslation, InfoSelect, Item } from './chunk-Q3JX25BX.mjs';
1
+ import { createTexts, useTranslation, InfoSelect, Item } from './chunk-RPFFDHUW.mjs';
2
2
  import React from 'react';
3
3
  import { getSupportedCallingCodes } from 'awesome-phonenumber';
4
4
 
@@ -1841,7 +1841,7 @@ var texts4 = createTexts({
1841
1841
  sv: "Landskod"
1842
1842
  }
1843
1843
  });
1844
- var LazyCountryCodeSelect = React85__default.lazy(() => import('./CountryCodeSelect-NZI7KBTH.mjs'));
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-Q3JX25BX.mjs';
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vygruppen/spor-react",
3
- "version": "10.8.0",
3
+ "version": "10.8.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -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
  },