@vygruppen/spor-react 10.9.0 → 10.9.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 +7 -7
- package/CHANGELOG.md +8 -2
- package/dist/{CountryCodeSelect-3FKJ54VO.mjs → CountryCodeSelect-KKDPTYI3.mjs} +1 -1
- package/dist/{chunk-HAWOB4BD.mjs → chunk-RK3GOXNY.mjs} +2 -3
- package/dist/index.d.mts +17 -17
- package/dist/index.d.ts +17 -17
- package/dist/index.js +1 -2
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/alert/AlertIcon.tsx +1 -1
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@10.9.
|
2
|
+
> @vygruppen/spor-react@10.9.1 build
|
3
3
|
> tsup src/index.tsx --dts --treeshake --format cjs,esm
|
4
4
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx
|
@@ -10,11 +10,11 @@
|
|
10
10
|
[34mESM[39m Build start
|
11
11
|
[34mDTS[39m Build start
|
12
12
|
[32mESM[39m [1mdist/index.mjs [22m[32m2.16 KB[39m
|
13
|
-
[32mESM[39m [1mdist/CountryCodeSelect-
|
14
|
-
[32mESM[39m [1mdist/chunk-
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
16
|
-
[32mCJS[39m [1mdist/index.js [22m[32m540.
|
17
|
-
[32mCJS[39m ⚡️ Build success in
|
18
|
-
[32mDTS[39m ⚡️ Build success in
|
13
|
+
[32mESM[39m [1mdist/CountryCodeSelect-KKDPTYI3.mjs [22m[32m1.22 KB[39m
|
14
|
+
[32mESM[39m [1mdist/chunk-RK3GOXNY.mjs [22m[32m427.00 KB[39m
|
15
|
+
[32mESM[39m ⚡️ Build success in 2129ms
|
16
|
+
[32mCJS[39m [1mdist/index.js [22m[32m540.68 KB[39m
|
17
|
+
[32mCJS[39m ⚡️ Build success in 2130ms
|
18
|
+
[32mDTS[39m ⚡️ Build success in 15384ms
|
19
19
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m342.08 KB[39m
|
20
20
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m342.08 KB[39m
|
package/CHANGELOG.md
CHANGED
@@ -1,14 +1,20 @@
|
|
1
1
|
# @vygruppen/spor-react
|
2
2
|
|
3
|
+
## 10.9.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 0299f59: Fix import bug in file for ServiceAlert
|
8
|
+
|
3
9
|
## 10.9.0
|
4
10
|
|
5
11
|
### Minor Changes
|
6
12
|
|
7
|
-
-
|
13
|
+
- 6c3e196: new variant for ServiceAlert
|
8
14
|
|
9
15
|
### Patch Changes
|
10
16
|
|
11
|
-
- Updated dependencies [
|
17
|
+
- Updated dependencies [6c3e196]
|
12
18
|
- @vygruppen/spor-icon-react@3.12.0
|
13
19
|
|
14
20
|
## 10.8.2
|
@@ -5,14 +5,13 @@ import { forwardRef, Divider as Divider$1, Stack as Stack$1, Box, useMultiStyleC
|
|
5
5
|
export { AccordionButton, AccordionIcon, AccordionItem, AccordionPanel, Box, Center, Collapse, Container, DarkMode, DrawerBody, DrawerCloseButton, DrawerFooter, DrawerOverlay, Fade, Flex, FormHelperText, Grid, GridItem, HStack, Image, Img, InputGroup, LightMode, ListItem, Modal, ModalBody, ModalCloseButton, ModalContent, ModalFooter, ModalOverlay, OrderedList, Portal, ScaleFade, SimpleGrid, Slide, SlideFade, Spacer, Tab, TabList, TabPanel, TabPanels, TableCaption, Tbody, Td, Tfoot, Th, Thead, Tr, UnorderedList, VStack, Wrap, WrapItem, defineStyleConfig, extendTheme, useBreakpointValue, useClipboard, useColorMode, useColorModePreference, useColorModeValue, useControllableProp, useDisclosure, useMediaQuery, useMergeRefs, useOutsideClick, usePrefersReducedMotion, useTheme, useToken } from '@chakra-ui/react';
|
6
6
|
import * as React85 from 'react';
|
7
7
|
import React85__default, { forwardRef as forwardRef$1, useRef, useState, useEffect, useId, Suspense, useContext, createContext, useCallback, useMemo, useLayoutEffect } from 'react';
|
8
|
-
import { CloseOutline24Icon, SearchOutline24Icon, CloseFill30Icon, CloseFill24Icon, CloseFill18Icon, CalendarOutline24Icon, InformationFill24Icon, InformationFill18Icon, WarningFill24Icon, WarningFill18Icon, ErrorFill24Icon, ErrorFill18Icon, LinkOutOutline24Icon, DropdownDownFill18Icon, DropdownDownFill24Icon, DropdownUpFill24Icon, DropdownRightFill18Icon, DropdownLeftFill18Icon, Forward15MediaControllerFill30Icon, Backward15MediaControllerFill30Icon, PauseMediaControllerFill24Icon, PlayMediaControllerFill24Icon, NextMediaControllerFill30Icon, PreviousMediaControllerFill30Icon, ArrowLeftFill24Icon, ArrowLeftFill30Icon, ArrowRightFill18Icon, ArrowLeftOutline24Icon, ArrowRightOutline24Icon, ErrorOutline24Icon, AltTransportOutline24Icon, WarningOutline24Icon, SuccessOutline24Icon, InformationOutline24Icon, TrainFill18Icon, TrainFill24Icon, TrainFill30Icon, ExpressBusFill18Icon, ExpressBusFill24Icon, ExpressBusFill30Icon, BusFill18Icon, BusFill24Icon, BusFill30Icon, FerryFill18Icon, FerryFill24Icon, FerryFill30Icon, SubwayFill18Icon, SubwayFill24Icon, SubwayFill30Icon, TramFill18Icon, TramFill24Icon, TramFill30Icon, AltTransportFill18Icon, AltTransportFill24Icon, AltTransportFill30Icon, WalkFill18Icon, WalkFill24Icon, WalkFill30Icon } from '@vygruppen/spor-icon-react';
|
8
|
+
import { CloseOutline24Icon, SearchOutline24Icon, CloseFill30Icon, CloseFill24Icon, CloseFill18Icon, CalendarOutline24Icon, InformationFill24Icon, InformationFill18Icon, WarningFill24Icon, WarningFill18Icon, ErrorFill24Icon, ErrorFill18Icon, LinkOutOutline24Icon, DropdownDownFill18Icon, DropdownDownFill24Icon, DropdownUpFill24Icon, DropdownRightFill18Icon, DropdownLeftFill18Icon, Forward15MediaControllerFill30Icon, Backward15MediaControllerFill30Icon, PauseMediaControllerFill24Icon, PlayMediaControllerFill24Icon, NextMediaControllerFill30Icon, PreviousMediaControllerFill30Icon, ArrowLeftFill24Icon, ArrowLeftFill30Icon, ArrowRightFill18Icon, ArrowLeftOutline24Icon, ArrowRightOutline24Icon, ServiceFill24Icon, ErrorOutline24Icon, AltTransportOutline24Icon, WarningOutline24Icon, SuccessOutline24Icon, InformationOutline24Icon, TrainFill18Icon, TrainFill24Icon, TrainFill30Icon, ExpressBusFill18Icon, ExpressBusFill24Icon, ExpressBusFill30Icon, BusFill18Icon, BusFill24Icon, BusFill30Icon, FerryFill18Icon, FerryFill24Icon, FerryFill30Icon, SubwayFill18Icon, SubwayFill24Icon, SubwayFill30Icon, TramFill18Icon, TramFill24Icon, TramFill30Icon, AltTransportFill18Icon, AltTransportFill24Icon, AltTransportFill30Icon, WalkFill18Icon, WalkFill24Icon, WalkFill30Icon } from '@vygruppen/spor-icon-react';
|
9
9
|
import { usePopover, DismissButton, Overlay, useOverlayTrigger, useButton, useDateSegment, useDateField, useDatePicker, I18nProvider, useDialog, useFilter, useComboBox, useListBox, useOption, useListBoxSection, useSelect, HiddenSelect, useProgressBar, useCalendar, useDateRangePicker, useCalendarGrid, useRangeCalendar, useTimeField, useCalendarCell } from 'react-aria';
|
10
10
|
import { useOverlayTriggerState, Item, useDateFieldState, useDatePickerState, useComboBoxState, useSelectState, useCalendarState, useDateRangePickerState, useTimeFieldState, useRangeCalendarState } from 'react-stately';
|
11
11
|
export { Item, Section } from 'react-stately';
|
12
12
|
import { inlineLoaderColorData, spinnerColorData, contentLoaderData, fullScreenLoaderWhiteData, inlineLoaderDarkData, fullScreenLoaderBlackData, inlineLoaderLightData, spinnerLightData, spinnerDarkData } from '@vygruppen/spor-loader';
|
13
13
|
import { useLottie } from 'lottie-react';
|
14
14
|
import { motion } from 'framer-motion';
|
15
|
-
import { ServiceFill24Icon } from '@vygruppen/spor-icon-react/tmp';
|
16
15
|
import { createCalendar, GregorianCalendar, parseTime, endOfMonth, getWeeksInMonth, getLocalTimeZone, isSameMonth, isToday } from '@internationalized/date';
|
17
16
|
export { Time } from '@internationalized/date';
|
18
17
|
import { useSwipeable } from 'react-swipeable';
|
@@ -1842,7 +1841,7 @@ var texts4 = createTexts({
|
|
1842
1841
|
sv: "Landskod"
|
1843
1842
|
}
|
1844
1843
|
});
|
1845
|
-
var LazyCountryCodeSelect = React85__default.lazy(() => import('./CountryCodeSelect-
|
1844
|
+
var LazyCountryCodeSelect = React85__default.lazy(() => import('./CountryCodeSelect-KKDPTYI3.mjs'));
|
1846
1845
|
var Radio = forwardRef((props, ref) => {
|
1847
1846
|
return /* @__PURE__ */ React85__default.createElement(Radio$1, { ...props, ref });
|
1848
1847
|
});
|
package/dist/index.d.mts
CHANGED
@@ -7555,15 +7555,15 @@ declare const theme: {
|
|
7555
7555
|
sizes?: {
|
7556
7556
|
"2xs": {
|
7557
7557
|
container: {
|
7558
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7558
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | {
|
7559
7559
|
sm: string;
|
7560
7560
|
md: string;
|
7561
7561
|
lg: string;
|
7562
7562
|
xl: string;
|
7563
|
-
} | 28 | 32 | 36 | 40 | 48 | 52 | 64 | 72 | 80 | 96;
|
7563
|
+
} | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96;
|
7564
7564
|
};
|
7565
7565
|
excessLabel: {
|
7566
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7566
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7567
7567
|
sm: string;
|
7568
7568
|
md: string;
|
7569
7569
|
lg: string;
|
@@ -7573,7 +7573,7 @@ declare const theme: {
|
|
7573
7573
|
};
|
7574
7574
|
xs: {
|
7575
7575
|
container: {
|
7576
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7576
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7577
7577
|
sm: string;
|
7578
7578
|
md: string;
|
7579
7579
|
lg: string;
|
@@ -7581,7 +7581,7 @@ declare const theme: {
|
|
7581
7581
|
};
|
7582
7582
|
};
|
7583
7583
|
excessLabel: {
|
7584
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7584
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7585
7585
|
sm: string;
|
7586
7586
|
md: string;
|
7587
7587
|
lg: string;
|
@@ -7591,7 +7591,7 @@ declare const theme: {
|
|
7591
7591
|
};
|
7592
7592
|
sm: {
|
7593
7593
|
container: {
|
7594
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7594
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7595
7595
|
sm: string;
|
7596
7596
|
md: string;
|
7597
7597
|
lg: string;
|
@@ -7599,7 +7599,7 @@ declare const theme: {
|
|
7599
7599
|
};
|
7600
7600
|
};
|
7601
7601
|
excessLabel: {
|
7602
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7602
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7603
7603
|
sm: string;
|
7604
7604
|
md: string;
|
7605
7605
|
lg: string;
|
@@ -7609,7 +7609,7 @@ declare const theme: {
|
|
7609
7609
|
};
|
7610
7610
|
md: {
|
7611
7611
|
container: {
|
7612
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7612
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7613
7613
|
sm: string;
|
7614
7614
|
md: string;
|
7615
7615
|
lg: string;
|
@@ -7617,7 +7617,7 @@ declare const theme: {
|
|
7617
7617
|
};
|
7618
7618
|
};
|
7619
7619
|
excessLabel: {
|
7620
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7620
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7621
7621
|
sm: string;
|
7622
7622
|
md: string;
|
7623
7623
|
lg: string;
|
@@ -7627,7 +7627,7 @@ declare const theme: {
|
|
7627
7627
|
};
|
7628
7628
|
lg: {
|
7629
7629
|
container: {
|
7630
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7630
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7631
7631
|
sm: string;
|
7632
7632
|
md: string;
|
7633
7633
|
lg: string;
|
@@ -7635,7 +7635,7 @@ declare const theme: {
|
|
7635
7635
|
};
|
7636
7636
|
};
|
7637
7637
|
excessLabel: {
|
7638
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7638
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7639
7639
|
sm: string;
|
7640
7640
|
md: string;
|
7641
7641
|
lg: string;
|
@@ -7645,7 +7645,7 @@ declare const theme: {
|
|
7645
7645
|
};
|
7646
7646
|
xl: {
|
7647
7647
|
container: {
|
7648
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7648
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7649
7649
|
sm: string;
|
7650
7650
|
md: string;
|
7651
7651
|
lg: string;
|
@@ -7653,7 +7653,7 @@ declare const theme: {
|
|
7653
7653
|
};
|
7654
7654
|
};
|
7655
7655
|
excessLabel: {
|
7656
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7656
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7657
7657
|
sm: string;
|
7658
7658
|
md: string;
|
7659
7659
|
lg: string;
|
@@ -7663,7 +7663,7 @@ declare const theme: {
|
|
7663
7663
|
};
|
7664
7664
|
"2xl": {
|
7665
7665
|
container: {
|
7666
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7666
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7667
7667
|
sm: string;
|
7668
7668
|
md: string;
|
7669
7669
|
lg: string;
|
@@ -7671,7 +7671,7 @@ declare const theme: {
|
|
7671
7671
|
};
|
7672
7672
|
};
|
7673
7673
|
excessLabel: {
|
7674
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7674
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7675
7675
|
sm: string;
|
7676
7676
|
md: string;
|
7677
7677
|
lg: string;
|
@@ -7681,7 +7681,7 @@ declare const theme: {
|
|
7681
7681
|
};
|
7682
7682
|
full: {
|
7683
7683
|
container: {
|
7684
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7684
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7685
7685
|
sm: string;
|
7686
7686
|
md: string;
|
7687
7687
|
lg: string;
|
@@ -7689,7 +7689,7 @@ declare const theme: {
|
|
7689
7689
|
};
|
7690
7690
|
};
|
7691
7691
|
excessLabel: {
|
7692
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7692
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7693
7693
|
sm: string;
|
7694
7694
|
md: string;
|
7695
7695
|
lg: string;
|
package/dist/index.d.ts
CHANGED
@@ -7555,15 +7555,15 @@ declare const theme: {
|
|
7555
7555
|
sizes?: {
|
7556
7556
|
"2xs": {
|
7557
7557
|
container: {
|
7558
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7558
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | {
|
7559
7559
|
sm: string;
|
7560
7560
|
md: string;
|
7561
7561
|
lg: string;
|
7562
7562
|
xl: string;
|
7563
|
-
} | 28 | 32 | 36 | 40 | 48 | 52 | 64 | 72 | 80 | 96;
|
7563
|
+
} | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96;
|
7564
7564
|
};
|
7565
7565
|
excessLabel: {
|
7566
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7566
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7567
7567
|
sm: string;
|
7568
7568
|
md: string;
|
7569
7569
|
lg: string;
|
@@ -7573,7 +7573,7 @@ declare const theme: {
|
|
7573
7573
|
};
|
7574
7574
|
xs: {
|
7575
7575
|
container: {
|
7576
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7576
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7577
7577
|
sm: string;
|
7578
7578
|
md: string;
|
7579
7579
|
lg: string;
|
@@ -7581,7 +7581,7 @@ declare const theme: {
|
|
7581
7581
|
};
|
7582
7582
|
};
|
7583
7583
|
excessLabel: {
|
7584
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7584
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7585
7585
|
sm: string;
|
7586
7586
|
md: string;
|
7587
7587
|
lg: string;
|
@@ -7591,7 +7591,7 @@ declare const theme: {
|
|
7591
7591
|
};
|
7592
7592
|
sm: {
|
7593
7593
|
container: {
|
7594
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7594
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7595
7595
|
sm: string;
|
7596
7596
|
md: string;
|
7597
7597
|
lg: string;
|
@@ -7599,7 +7599,7 @@ declare const theme: {
|
|
7599
7599
|
};
|
7600
7600
|
};
|
7601
7601
|
excessLabel: {
|
7602
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7602
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7603
7603
|
sm: string;
|
7604
7604
|
md: string;
|
7605
7605
|
lg: string;
|
@@ -7609,7 +7609,7 @@ declare const theme: {
|
|
7609
7609
|
};
|
7610
7610
|
md: {
|
7611
7611
|
container: {
|
7612
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7612
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7613
7613
|
sm: string;
|
7614
7614
|
md: string;
|
7615
7615
|
lg: string;
|
@@ -7617,7 +7617,7 @@ declare const theme: {
|
|
7617
7617
|
};
|
7618
7618
|
};
|
7619
7619
|
excessLabel: {
|
7620
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7620
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7621
7621
|
sm: string;
|
7622
7622
|
md: string;
|
7623
7623
|
lg: string;
|
@@ -7627,7 +7627,7 @@ declare const theme: {
|
|
7627
7627
|
};
|
7628
7628
|
lg: {
|
7629
7629
|
container: {
|
7630
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7630
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7631
7631
|
sm: string;
|
7632
7632
|
md: string;
|
7633
7633
|
lg: string;
|
@@ -7635,7 +7635,7 @@ declare const theme: {
|
|
7635
7635
|
};
|
7636
7636
|
};
|
7637
7637
|
excessLabel: {
|
7638
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7638
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7639
7639
|
sm: string;
|
7640
7640
|
md: string;
|
7641
7641
|
lg: string;
|
@@ -7645,7 +7645,7 @@ declare const theme: {
|
|
7645
7645
|
};
|
7646
7646
|
xl: {
|
7647
7647
|
container: {
|
7648
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7648
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7649
7649
|
sm: string;
|
7650
7650
|
md: string;
|
7651
7651
|
lg: string;
|
@@ -7653,7 +7653,7 @@ declare const theme: {
|
|
7653
7653
|
};
|
7654
7654
|
};
|
7655
7655
|
excessLabel: {
|
7656
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7656
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7657
7657
|
sm: string;
|
7658
7658
|
md: string;
|
7659
7659
|
lg: string;
|
@@ -7663,7 +7663,7 @@ declare const theme: {
|
|
7663
7663
|
};
|
7664
7664
|
"2xl": {
|
7665
7665
|
container: {
|
7666
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7666
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7667
7667
|
sm: string;
|
7668
7668
|
md: string;
|
7669
7669
|
lg: string;
|
@@ -7671,7 +7671,7 @@ declare const theme: {
|
|
7671
7671
|
};
|
7672
7672
|
};
|
7673
7673
|
excessLabel: {
|
7674
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7674
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7675
7675
|
sm: string;
|
7676
7676
|
md: string;
|
7677
7677
|
lg: string;
|
@@ -7681,7 +7681,7 @@ declare const theme: {
|
|
7681
7681
|
};
|
7682
7682
|
full: {
|
7683
7683
|
container: {
|
7684
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7684
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7685
7685
|
sm: string;
|
7686
7686
|
md: string;
|
7687
7687
|
lg: string;
|
@@ -7689,7 +7689,7 @@ declare const theme: {
|
|
7689
7689
|
};
|
7690
7690
|
};
|
7691
7691
|
excessLabel: {
|
7692
|
-
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 |
|
7692
|
+
[x: string]: string | 1 | 12 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 16 | 20 | 1.5 | 0.5 | 24 | 2.5 | 60 | 3.5 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 64 | 72 | 80 | 96 | {
|
7693
7693
|
sm: string;
|
7694
7694
|
md: string;
|
7695
7695
|
lg: string;
|
package/dist/index.js
CHANGED
@@ -9,7 +9,6 @@ var awesomePhonenumber = require('awesome-phonenumber');
|
|
9
9
|
var lottieReact = require('lottie-react');
|
10
10
|
var sporLoader = require('@vygruppen/spor-loader');
|
11
11
|
var framerMotion = require('framer-motion');
|
12
|
-
var tmp = require('@vygruppen/spor-icon-react/tmp');
|
13
12
|
var date = require('@internationalized/date');
|
14
13
|
var reactSwipeable = require('react-swipeable');
|
15
14
|
var tokens11 = require('@vygruppen/spor-design-tokens');
|
@@ -3207,7 +3206,7 @@ var init_AlertIcon = __esm({
|
|
3207
3206
|
case "global-deviation":
|
3208
3207
|
return sporIconReact.WarningFill24Icon;
|
3209
3208
|
case "service":
|
3210
|
-
return
|
3209
|
+
return sporIconReact.ServiceFill24Icon;
|
3211
3210
|
}
|
3212
3211
|
};
|
3213
3212
|
texts11 = createTexts({
|
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-RK3GOXNY.mjs';
|
package/package.json
CHANGED
package/src/alert/AlertIcon.tsx
CHANGED
@@ -5,11 +5,11 @@ import {
|
|
5
5
|
SuccessOutline24Icon,
|
6
6
|
WarningOutline24Icon,
|
7
7
|
WarningFill24Icon,
|
8
|
+
ServiceFill24Icon,
|
8
9
|
} from "@vygruppen/spor-icon-react";
|
9
10
|
import React from "react";
|
10
11
|
import { createTexts, useTranslation } from "../i18n";
|
11
12
|
import { BaseAlertProps } from "./BaseAlert";
|
12
|
-
import { ServiceFill24Icon } from "@vygruppen/spor-icon-react/tmp";
|
13
13
|
|
14
14
|
type AlertIconProps = { variant: BaseAlertProps["variant"] };
|
15
15
|
/**
|