@vodafone_de/brix-components 7.0.8 → 7.0.9
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/README.md +0 -1
- package/dist/{FontWeight-CR22KTex.js → FontWeight-DEBGHbtO.js} +2 -2
- package/dist/NotificationErrorIcon-DMnAJgPN.js +83 -0
- package/dist/_5gPlusIcon-B_69VW4X.js +19443 -0
- package/dist/components/Accordion/index.js +6 -3
- package/dist/components/Accordion/props.d.ts +1 -1
- package/dist/components/Accordion/styled.d.ts +1 -1
- package/dist/components/AccordionGroup/index.js +1 -1
- package/dist/components/Badge/index.js +3 -2
- package/dist/components/Badge/props.d.ts +1 -1
- package/dist/components/Body/index.js +2 -2
- package/dist/components/Body/props.d.ts +1 -1
- package/dist/components/BottomBar/index.js +3 -3
- package/dist/components/Button/index.js +2 -2
- package/dist/components/Button/styled.d.ts +1 -1
- package/dist/components/ButtonAsLink/index.js +3 -1
- package/dist/components/ButtonAsLink/styled.d.ts +1 -1
- package/dist/components/ButtonGroup/index.js +4 -4
- package/dist/components/ButtonGroup/props.d.ts +1 -1
- package/dist/components/Card/index.js +3 -3
- package/dist/components/Card/props.d.ts +2 -2
- package/dist/components/Carousel/components/CarouselContext.d.ts +2 -3
- package/dist/components/Carousel/components/CarouselNavigation.d.ts +0 -2
- package/dist/components/Carousel/index.js +58 -47
- package/dist/components/Checkbox/index.js +3 -2
- package/dist/components/CheckboxGroup/index.js +2 -2
- package/dist/components/Collapsible/index.js +1 -1
- package/dist/components/ColorSwatch/index.js +2 -2
- package/dist/components/ColorSwatchGroup/index.js +4 -4
- package/dist/components/ColorSwatchGroup/props.d.ts +1 -1
- package/dist/components/ConsentMessage/index.js +1 -1
- package/dist/components/ConsentMessage/styled.d.ts +1 -1
- package/dist/components/Container/index.js +3 -2
- package/dist/components/Container/props.d.ts +12 -1
- package/dist/components/DateInput/index.js +4 -2
- package/dist/components/DateInput/styled.d.ts +1 -2
- package/dist/components/DemoBox/index.js +5 -3
- package/dist/components/Dialog/index.js +4 -4
- package/dist/components/Dialog/styled.d.ts +1 -1
- package/dist/components/DiscoveryCard/components/DiscoveryCardLinkedImage.d.ts +1 -1
- package/dist/components/DiscoveryCard/index.js +21 -12
- package/dist/components/DiscoveryCard/props.d.ts +3 -3
- package/dist/components/DiscoveryCard/styled.d.ts +2 -2
- package/dist/components/DiscoveryCardGroup/index.js +1 -1
- package/dist/components/Divider/index.js +1 -1
- package/dist/components/Fieldset/index.js +2 -2
- package/dist/components/FilterGroup/index.js +4 -3
- package/dist/components/FilterGroup/props.d.ts +1 -1
- package/dist/components/FilterGroup/styled.d.ts +1 -1
- package/dist/components/Flex/index.js +2 -2
- package/dist/components/FlexItem/index.js +1 -1
- package/dist/components/FootnoteContent/index.js +1 -1
- package/dist/components/FootnoteLink/index.js +10 -2
- package/dist/components/Form/index.js +1 -1
- package/dist/components/FormElement/index.js +1 -1
- package/dist/components/FormHelperStatusIcon/index.d.ts +1 -1
- package/dist/components/FormHelperStatusIcon/index.js +2 -1
- package/dist/components/FormHelperStatusIcon/styled.d.ts +1 -1
- package/dist/components/GoogleMap/components/Map/props.d.ts +1 -1
- package/dist/components/GoogleMap/index.js +2 -2
- package/dist/components/GoogleMap/styled.d.ts +1 -1
- package/dist/components/Grid/index.js +2 -2
- package/dist/components/Grid/props.d.ts +3 -3
- package/dist/components/GridItem/index.js +2 -2
- package/dist/components/GridItem/props.d.ts +2 -2
- package/dist/components/Heading/index.js +3 -10
- package/dist/components/HifiIcon/index.js +1 -1
- package/dist/components/HifiIcon/props.d.ts +2 -1
- package/dist/components/Icon/index.d.ts +2 -2
- package/dist/components/Icon/index.js +1 -3
- package/dist/components/Icon/props.d.ts +1 -2
- package/dist/components/IconButton/index.js +4 -3
- package/dist/components/IconButton/props.d.ts +1 -1
- package/dist/components/IconLoader/index.d.ts +9 -0
- package/dist/components/IconLoader/index.js +655 -0
- package/dist/components/IconLoader/props.d.ts +23 -0
- package/dist/components/IconSnippet/index.js +10 -11
- package/dist/components/IconSnippet/props.d.ts +2 -2
- package/dist/components/IconSnippet/styled.d.ts +2 -2
- package/dist/components/IconSnippetList/index.js +1 -1
- package/dist/components/Image/index.js +1 -1
- package/dist/components/ImageHeader/index.js +7 -7
- package/dist/components/ImageHeader/props.d.ts +3 -3
- package/dist/components/ImageHeader/styled.d.ts +4 -4
- package/dist/components/InlineIcon/index.d.ts +6 -0
- package/dist/components/InlineIcon/index.js +35 -0
- package/dist/components/InlineIcon/props.d.ts +42 -0
- package/dist/components/InlineIcon/styled.d.ts +4 -0
- package/dist/components/InlineLink/index.js +19 -7
- package/dist/components/InlineLink/styled.d.ts +1 -1
- package/dist/components/Input/index.js +1 -1
- package/dist/components/Label/index.js +1 -1
- package/dist/components/Legend/index.js +1 -1
- package/dist/components/Link/index.js +8 -3
- package/dist/components/Link/styled.d.ts +1 -1
- package/dist/components/LinkAsButton/index.js +1 -1
- package/dist/components/LinkList/index.js +4 -4
- package/dist/components/LinkListItem/index.js +40 -28
- package/dist/components/LinkListItem/props.d.ts +2 -2
- package/dist/components/LinkListItem/styled.d.ts +974 -3
- package/dist/components/LoadingSpinner/index.js +12 -5
- package/dist/components/MediaText/index.d.ts +5 -0
- package/dist/components/MediaText/index.js +121 -0
- package/dist/components/MediaText/props.d.ts +42 -0
- package/dist/components/MediaText/styled.d.ts +4 -0
- package/dist/components/Notification/index.js +4 -3
- package/dist/components/Notification/notificationStatusVariants.d.ts +1 -1
- package/dist/components/Overlay/index.js +1 -1
- package/dist/components/PickerGroup/components/Picker/props.d.ts +6 -4
- package/dist/components/PickerGroup/components/PickerElementIcon/index.d.ts +1 -1
- package/dist/components/PickerGroup/components/PickerElementIcon/styled.d.ts +1 -1
- package/dist/components/PickerGroup/index.js +6 -5
- package/dist/components/Price/index.js +2 -4
- package/dist/components/Price/props.d.ts +1 -9
- package/dist/components/Price/styled.d.ts +1 -1
- package/dist/components/ProductCard/index.js +8 -8
- package/dist/components/ProductCard/styled.d.ts +1 -1
- package/dist/components/RadioGroup/index.js +1 -1
- package/dist/components/Rating/assets/StarSVG.d.ts +3 -0
- package/dist/components/Rating/index.d.ts +6 -0
- package/dist/components/Rating/index.js +153 -0
- package/dist/components/Rating/props.d.ts +22 -0
- package/dist/components/Rating/styled.d.ts +6 -0
- package/dist/components/ResponsiveImage/index.js +1 -1
- package/dist/components/RichText/index.js +1 -1
- package/dist/components/ScreenreaderOnly/index.js +1 -1
- package/dist/components/SearchInput/index.d.ts +2 -1
- package/dist/components/SearchInput/index.js +27 -26
- package/dist/components/SearchInput/props.d.ts +2 -1
- package/dist/components/SearchInput/styled.d.ts +3 -6
- package/dist/components/SelectInput/index.js +4 -2
- package/dist/components/Stepper/index.js +3 -3
- package/dist/components/SuggestInput/index.js +5 -4
- package/dist/components/SuggestInput/props.d.ts +1 -1
- package/dist/components/SuggestInput/styled.d.ts +2 -2
- package/dist/components/Switch/index.js +4 -3
- package/dist/components/TabularPrice/index.js +2 -2
- package/dist/components/TextList/index.js +2 -2
- package/dist/components/Textarea/index.js +1 -1
- package/dist/components/Textarea/styled.d.ts +1 -1
- package/dist/components/TimeInput/index.js +5 -3
- package/dist/components/TimeInput/styled.d.ts +1 -4
- package/dist/components/Tray/index.js +2 -2
- package/dist/components/Tray/props.d.ts +1 -1
- package/dist/components/YoutubeVideo/index.js +1 -2
- package/dist/components/YoutubeVideo/props.d.ts +1 -1
- package/dist/filterProps-CBnuV0LI.js +17 -0
- package/dist/foundations/GlobalStyle/index.js +2 -2
- package/dist/foundations/tags.d.ts +2 -0
- package/dist/foundations/types/PositionedIconInterface.d.ts +1 -1
- package/dist/foundations/types/SystemIconWithPosition.d.ts +1 -1
- package/dist/hooks/useLinkComponent/index.d.ts +11 -0
- package/dist/hooks/useLinkComponent/index.js +11 -0
- package/dist/hooks/useViewport/index.js +5 -22
- package/dist/icons/index.js +323 -340
- package/dist/{index-BeSd-V81.js → index-9io8adeQ.js} +3 -3
- package/dist/{index-ZHkR70j3.js → index-BdPmdY9v.js} +4 -3
- package/dist/{index-C5GzK6_0.js → index-Cqh8IRpl.js} +18 -8
- package/dist/index-Cs0Hw0dj.js +25 -0
- package/dist/{index-DQhtQZ85.js → index-GwyCjtti.js} +1 -1
- package/dist/{index-aUJfXBUI.js → index-TImInHXt.js} +5 -26
- package/dist/{index-C7meHOM4.js → index-hMlQuoyx.js} +36 -14
- package/dist/index.d.ts +9 -0
- package/dist/index.js +162 -133
- package/dist/{styled-ZpQohvyx.js → styled-BIc9Gu0G.js} +1 -1
- package/dist/{styled-BSqC5P9h.js → styled-C4eI47I1.js} +4 -4
- package/dist/{styled-DMUiOi24.js → styled-CFTspqJH.js} +2 -2
- package/dist/{styled-B0YKfXTz.js → styled-CPUu8mvT.js} +1 -1
- package/dist/{styled-03irSJOQ.js → styled-Cep52hpR.js} +1 -1
- package/dist/{styled-ODPFCF1a.js → styled-Cq-UMAjp.js} +1 -1
- package/dist/{styled-CYugcGtx.js → styled-DINwm57V.js} +1 -1
- package/dist/styled-DPHfwWsx.js +78 -0
- package/dist/{styled-Cqp2oSjW.js → styled-a-XazLSM.js} +3 -3
- package/dist/{tags-DI6H1biK.js → tags-D0ExIPLD.js} +4 -2
- package/package.json +1 -1
- package/dist/components/Carousel/utils/useScrollSpy.d.ts +0 -2
- package/dist/filterProps-Cewck8OH.js +0 -13
- package/dist/index-Cbojl4_Q.js +0 -7134
package/dist/index.js
CHANGED
|
@@ -2,74 +2,78 @@ import { default as default2, YoutubeVideoIframeStyled, YoutubeVideoStyled } fro
|
|
|
2
2
|
import { default as default3 } from "./components/Tray/index.js";
|
|
3
3
|
import { default as default4 } from "./components/TimeInput/index.js";
|
|
4
4
|
import { default as default5 } from "./components/Textarea/index.js";
|
|
5
|
-
import { R, T, a } from "./index-
|
|
6
|
-
import { P, T as T2, c,
|
|
5
|
+
import { R, T, a } from "./index-9io8adeQ.js";
|
|
6
|
+
import { P, T as T2, c, g, f, p, a as a2, e, d, b } from "./index-TImInHXt.js";
|
|
7
7
|
import { default as default6 } from "./components/Switch/index.js";
|
|
8
8
|
import { default as default7 } from "./components/SuggestInput/index.js";
|
|
9
9
|
import { default as default8 } from "./components/Stepper/index.js";
|
|
10
10
|
import { default as default9 } from "./components/SelectInput/index.js";
|
|
11
11
|
import { default as default10 } from "./components/SearchInput/index.js";
|
|
12
|
-
import { S } from "./index-
|
|
12
|
+
import { S } from "./index-GwyCjtti.js";
|
|
13
13
|
import { default as default11 } from "./components/ResponsiveImage/index.js";
|
|
14
|
-
import { default as default12 } from "./components/
|
|
15
|
-
import { default as default13 } from "./components/
|
|
16
|
-
import { default as default14 } from "./components/
|
|
17
|
-
import { default as default15
|
|
18
|
-
import { default as default16,
|
|
19
|
-
import { default as default17 } from "./components/
|
|
20
|
-
import { default as default18,
|
|
21
|
-
import { default as default19
|
|
22
|
-
import {
|
|
23
|
-
import { default as
|
|
24
|
-
import {
|
|
25
|
-
import { default as default22 } from "./components/
|
|
26
|
-
import { default as default23 } from "./components/
|
|
27
|
-
import { default as default24 } from "./components/
|
|
28
|
-
import { default as default25
|
|
29
|
-
import { default as default26
|
|
30
|
-
import { default as default27 } from "./components/
|
|
31
|
-
import { default as default28,
|
|
32
|
-
import { default as default29,
|
|
33
|
-
import { default as default30
|
|
34
|
-
import { default as default31 } from "./components/
|
|
35
|
-
import { default as default32
|
|
36
|
-
import { default as default33 } from "./components/
|
|
37
|
-
import { default as default34 } from "./components/
|
|
38
|
-
import { default as default35 } from "./components/
|
|
39
|
-
import { default as default36,
|
|
40
|
-
import { default as default37 } from "./components/
|
|
41
|
-
import { default as default38 } from "./components/
|
|
42
|
-
import { default as default39 } from "./components/
|
|
43
|
-
import { default as default40 } from "./components/
|
|
44
|
-
import { default as default41 } from "./components/
|
|
45
|
-
import { default as default42 } from "./components/
|
|
46
|
-
import { default as default43
|
|
47
|
-
import { default as default44 } from "./components/
|
|
48
|
-
import { default as default45 } from "./components/
|
|
49
|
-
import { default as default46 } from "./components/
|
|
50
|
-
import { default as default47 } from "./components/
|
|
51
|
-
import { default as default48 } from "./components/
|
|
52
|
-
import { default as default49
|
|
53
|
-
import { default as default50 } from "./components/
|
|
54
|
-
import { default as default51 } from "./components/
|
|
55
|
-
import { default as default52 } from "./components/
|
|
56
|
-
import { default as default53,
|
|
57
|
-
import { default as default54 } from "./components/
|
|
58
|
-
import { default as default55 } from "./components/
|
|
59
|
-
import { default as default56
|
|
60
|
-
import { default as default57 } from "./components/
|
|
61
|
-
import { default as default58 } from "./components/
|
|
62
|
-
import { default as default59 } from "./components/
|
|
63
|
-
import { default as default60 } from "./components/
|
|
64
|
-
import { default as default61 } from "./components/
|
|
65
|
-
import { default as default62 } from "./components/
|
|
66
|
-
import {
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { B
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
14
|
+
import { HiddenRadioStyled, default as default12, StarLabelStyled, StarsWrapperStyled } from "./components/Rating/index.js";
|
|
15
|
+
import { default as default13 } from "./components/RadioGroup/index.js";
|
|
16
|
+
import { default as default14 } from "./components/ProductCard/index.js";
|
|
17
|
+
import { default as default15 } from "./components/PickerGroup/index.js";
|
|
18
|
+
import { default as default16, overlayAppearancePrimary, overlayAppearanceSecondary } from "./components/Overlay/index.js";
|
|
19
|
+
import { default as default17, notificationStatusError, notificationStatusInfo, notificationStatusSuccess, notificationStatusWarning } from "./components/Notification/index.js";
|
|
20
|
+
import { default as default18, mediaTextPositionLeft, mediaTextPositionRight, mediaTextPositionTop } from "./components/MediaText/index.js";
|
|
21
|
+
import { default as default19 } from "./components/LoadingSpinner/index.js";
|
|
22
|
+
import { default as default20, linkListItemVariantHorizontal, linkListItemVariantVertical } from "./components/LinkListItem/index.js";
|
|
23
|
+
import { default as default21, linkListVariantColumn, linkListVariantRow } from "./components/LinkList/index.js";
|
|
24
|
+
import { L } from "./index-Cqh8IRpl.js";
|
|
25
|
+
import { default as default22 } from "./components/Link/index.js";
|
|
26
|
+
import { default as default23 } from "./components/Legend/index.js";
|
|
27
|
+
import { default as default24 } from "./components/Label/index.js";
|
|
28
|
+
import { default as default25 } from "./components/Input/index.js";
|
|
29
|
+
import { default as default26 } from "./components/InlineLink/index.js";
|
|
30
|
+
import { default as default27 } from "./components/InlineIcon/index.js";
|
|
31
|
+
import { default as default28, imageHeaderPositionLeft, imageHeaderPositionRight, imageHeaderVariantFull, imageHeaderVariantSplit } from "./components/ImageHeader/index.js";
|
|
32
|
+
import { default as default29, aspectRatio16_9, aspectRatio1_1, aspectRatio21_9, aspectRatio32_9, aspectRatio3_4, aspectRatio48_9, horizontalAlignmentCenter, horizontalAlignmentLeft, horizontalAlignmentRight, objectFitContain, objectFitCover, objectFitNone, objectPositionCenter, objectPositionLeftBottom, objectPositionLeftCenter, objectPositionLeftTop, objectPositionRightBottom, objectPositionRightCenter, objectPositionRightTop } from "./components/Image/index.js";
|
|
33
|
+
import { default as default30 } from "./components/IconSnippetList/index.js";
|
|
34
|
+
import { default as default31, iconSnippetAlignCenter, iconSnippetAlignTop, iconSnippetPositionCenter, iconSnippetPositionLeft, iconSnippetSize3Xl, iconSnippetSizeLarge, iconSnippetSizeSmall } from "./components/IconSnippet/index.js";
|
|
35
|
+
import { default as default32 } from "./components/IconLoader/index.js";
|
|
36
|
+
import { default as default33, iconButtonShapeCircle, iconButtonShapeSquare } from "./components/IconButton/index.js";
|
|
37
|
+
import { default as default34, iconSize6xl, iconSize7xl, iconSize8xl, iconSize9xl } from "./components/Icon/index.js";
|
|
38
|
+
import { default as default35 } from "./components/HifiIcon/index.js";
|
|
39
|
+
import { default as default36, headingAlignCenter, headingAlignLeft } from "./components/Heading/index.js";
|
|
40
|
+
import { default as default37 } from "./components/GridItem/index.js";
|
|
41
|
+
import { default as default38 } from "./components/Grid/index.js";
|
|
42
|
+
import { default as default39 } from "./components/GoogleMap/index.js";
|
|
43
|
+
import { default as default40, inputStatusIcons } from "./components/FormHelperStatusIcon/index.js";
|
|
44
|
+
import { default as default41 } from "./components/FormHelperMessage/index.js";
|
|
45
|
+
import { default as default42 } from "./components/FormHelperLabel/index.js";
|
|
46
|
+
import { default as default43 } from "./components/FormElement/index.js";
|
|
47
|
+
import { default as default44 } from "./components/Form/index.js";
|
|
48
|
+
import { default as default45 } from "./components/FootnoteLink/index.js";
|
|
49
|
+
import { default as default46 } from "./components/FootnoteContent/index.js";
|
|
50
|
+
import { default as default47, flexItemAutoGrow, flexItemFullGrow } from "./components/FlexItem/index.js";
|
|
51
|
+
import { default as default48 } from "./components/Flex/index.js";
|
|
52
|
+
import { default as default49 } from "./components/FilterGroup/index.js";
|
|
53
|
+
import { default as default50 } from "./components/Fieldset/index.js";
|
|
54
|
+
import { default as default51 } from "./components/Divider/index.js";
|
|
55
|
+
import { default as default52 } from "./components/DiscoveryCardGroup/index.js";
|
|
56
|
+
import { default as default53, discoveryCardOrientationHorizontal, discoveryCardOrientationVertical } from "./components/DiscoveryCard/index.js";
|
|
57
|
+
import { default as default54 } from "./components/Dialog/index.js";
|
|
58
|
+
import { default as default55 } from "./components/DemoBox/index.js";
|
|
59
|
+
import { default as default56 } from "./components/DateInput/index.js";
|
|
60
|
+
import { default as default57, ContainerAppearanceColor } from "./components/Container/index.js";
|
|
61
|
+
import { default as default58 } from "./components/ConsentMessage/index.js";
|
|
62
|
+
import { default as default59 } from "./components/ColorSwatchGroup/index.js";
|
|
63
|
+
import { default as default60, colorSwatchSizeMedium, colorSwatchSizeSmall } from "./components/ColorSwatch/index.js";
|
|
64
|
+
import { default as default61 } from "./components/Collapsible/index.js";
|
|
65
|
+
import { default as default62 } from "./components/CheckboxGroup/index.js";
|
|
66
|
+
import { default as default63 } from "./components/Checkbox/index.js";
|
|
67
|
+
import { default as default64 } from "./components/Carousel/index.js";
|
|
68
|
+
import { default as default65 } from "./components/Card/index.js";
|
|
69
|
+
import { default as default66 } from "./components/ButtonGroup/index.js";
|
|
70
|
+
import { B } from "./index-hMlQuoyx.js";
|
|
71
|
+
import { default as default67, buttonAutoWidth, buttonFullWidth } from "./components/Button/index.js";
|
|
72
|
+
import { default as default68 } from "./components/BottomBar/index.js";
|
|
73
|
+
import { default as default69, bodyAlignCenter, bodyAlignLeft, bodyAlignRight } from "./components/Body/index.js";
|
|
74
|
+
import { B as B2, a as a3 } from "./index-BdPmdY9v.js";
|
|
75
|
+
import { default as default70 } from "./components/AccordionGroup/index.js";
|
|
76
|
+
import { default as default71, accordionToggleCollapsed, accordionToggleCollapsing, accordionToggleExpanded } from "./components/Accordion/index.js";
|
|
73
77
|
import { getTextDecoration } from "./foundations/token/getTextDecoration/index.js";
|
|
74
78
|
import { getTextColor } from "./foundations/token/getTextColor/index.js";
|
|
75
79
|
import { getSpacing } from "./foundations/token/getSpacing/index.js";
|
|
@@ -90,85 +94,97 @@ import { l, m } from "./index-Ck2bCrhT.js";
|
|
|
90
94
|
import { noReducedMotion, reducedMotionQuery } from "./foundations/media-query/reducedMotion/index.js";
|
|
91
95
|
import { forcedColorsQuery } from "./foundations/media-query/forcedColors/index.js";
|
|
92
96
|
import { GlobalStyle } from "./foundations/GlobalStyle/index.js";
|
|
93
|
-
import {
|
|
97
|
+
import { u } from "./index-Cs0Hw0dj.js";
|
|
94
98
|
import { checkThirdPartyConsentStorage, consentStorageFeature, consentStorageItemName, consentStorageKey, useThirdPartyConsent } from "./hooks/useThirdPartyConsent/index.js";
|
|
95
99
|
import { useReducedMotion } from "./hooks/useReducedMotion/index.js";
|
|
96
100
|
import { useMediaQuery } from "./hooks/useMediaQuery/index.js";
|
|
101
|
+
import { LinkContext, useLinkComponent } from "./hooks/useLinkComponent/index.js";
|
|
97
102
|
import { useForcedColors } from "./hooks/useForcedColors/index.js";
|
|
98
103
|
import { useFocusWithin } from "./hooks/useFocusWithin/index.js";
|
|
99
|
-
import { a as a4, i
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
104
|
+
import { a as a4, i } from "./props-DDpgcryb.js";
|
|
105
|
+
import { I, m as m2, f as f2, i as i2, g as g2, h, j, d as d2, c as c2, b as b2, e as e2, a as a5, k, l as l2 } from "./styled-DPHfwWsx.js";
|
|
106
|
+
import { e as e3, d as d3, c as c3, b as b3, f as f3, a as a6 } from "./styled-CPUu8mvT.js";
|
|
107
|
+
import { C } from "./styled-DINwm57V.js";
|
|
102
108
|
export {
|
|
103
|
-
|
|
104
|
-
|
|
109
|
+
default71 as Accordion,
|
|
110
|
+
default70 as AccordionGroup,
|
|
105
111
|
B2 as Badge,
|
|
106
112
|
a3 as BadgeAppearanceColor,
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
113
|
+
default69 as Body,
|
|
114
|
+
default68 as BottomBar,
|
|
115
|
+
default67 as Button,
|
|
110
116
|
B as ButtonAsLink,
|
|
111
|
-
|
|
112
|
-
|
|
117
|
+
default66 as ButtonGroup,
|
|
118
|
+
default65 as Card,
|
|
113
119
|
C as CardAppearanceColor,
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
120
|
+
default64 as Carousel,
|
|
121
|
+
default63 as Checkbox,
|
|
122
|
+
default62 as CheckboxGroup,
|
|
123
|
+
default61 as Collapsible,
|
|
124
|
+
default60 as ColorSwatch,
|
|
125
|
+
default59 as ColorSwatchGroup,
|
|
126
|
+
default58 as ConsentMessage,
|
|
127
|
+
default57 as Container,
|
|
122
128
|
ContainerAppearanceColor,
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
129
|
+
default56 as DateInput,
|
|
130
|
+
default55 as DemoBox,
|
|
131
|
+
default54 as Dialog,
|
|
132
|
+
default53 as DiscoveryCard,
|
|
133
|
+
default52 as DiscoveryCardGroup,
|
|
134
|
+
default51 as Divider,
|
|
135
|
+
default50 as Fieldset,
|
|
136
|
+
default49 as FilterGroup,
|
|
137
|
+
default48 as Flex,
|
|
138
|
+
default47 as FlexItem,
|
|
139
|
+
default46 as FootnoteContent,
|
|
140
|
+
default45 as FootnoteLink,
|
|
141
|
+
default44 as Form,
|
|
142
|
+
default43 as FormElement,
|
|
143
|
+
default42 as FormHelperLabel,
|
|
144
|
+
default41 as FormHelperMessage,
|
|
145
|
+
default40 as FormHelperStatusIcon,
|
|
140
146
|
GlobalStyle,
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
147
|
+
default39 as GoogleMap,
|
|
148
|
+
default38 as Grid,
|
|
149
|
+
default37 as GridItem,
|
|
150
|
+
default36 as Heading,
|
|
151
|
+
HiddenRadioStyled,
|
|
152
|
+
default35 as HifiIcon,
|
|
153
|
+
default34 as Icon,
|
|
154
|
+
default33 as IconButton,
|
|
155
|
+
default32 as IconLoader,
|
|
156
|
+
default31 as IconSnippet,
|
|
157
|
+
default30 as IconSnippetList,
|
|
158
|
+
I as IconWithAccent,
|
|
159
|
+
default29 as Image,
|
|
160
|
+
default28 as ImageHeader,
|
|
161
|
+
default27 as InlineIcon,
|
|
162
|
+
m2 as InlineIconStyled,
|
|
163
|
+
default26 as InlineLink,
|
|
164
|
+
default25 as Input,
|
|
165
|
+
default24 as Label,
|
|
166
|
+
default23 as Legend,
|
|
167
|
+
default22 as Link,
|
|
157
168
|
L as LinkAsButton,
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
169
|
+
LinkContext,
|
|
170
|
+
default21 as LinkList,
|
|
171
|
+
default20 as LinkListItem,
|
|
172
|
+
default19 as LoadingSpinner,
|
|
173
|
+
default18 as MediaText,
|
|
174
|
+
default17 as Notification,
|
|
175
|
+
default16 as Overlay,
|
|
176
|
+
default15 as PickerGroup,
|
|
164
177
|
P as Price,
|
|
165
|
-
|
|
166
|
-
|
|
178
|
+
default14 as ProductCard,
|
|
179
|
+
default13 as RadioGroup,
|
|
180
|
+
default12 as Rating,
|
|
167
181
|
default11 as ResponsiveImage,
|
|
168
182
|
R as RichText,
|
|
169
183
|
S as ScreenreaderOnly,
|
|
170
184
|
default10 as SearchInput,
|
|
171
185
|
default9 as SelectInput,
|
|
186
|
+
StarLabelStyled,
|
|
187
|
+
StarsWrapperStyled,
|
|
172
188
|
default8 as Stepper,
|
|
173
189
|
default7 as SuggestInput,
|
|
174
190
|
default6 as Switch,
|
|
@@ -206,12 +222,12 @@ export {
|
|
|
206
222
|
discoveryCardOrientationVertical,
|
|
207
223
|
flexItemAutoGrow,
|
|
208
224
|
flexItemFullGrow,
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
225
|
+
e3 as flexJustifyBetween,
|
|
226
|
+
d3 as flexJustifyCenter,
|
|
227
|
+
c3 as flexJustifyEnd,
|
|
228
|
+
b3 as flexJustifyStart,
|
|
229
|
+
f3 as flexOrientationHorizontal,
|
|
230
|
+
a6 as flexOrientationVertical,
|
|
215
231
|
forcedColorsQuery,
|
|
216
232
|
getBackgroundColor,
|
|
217
233
|
getBodySize,
|
|
@@ -236,11 +252,20 @@ export {
|
|
|
236
252
|
horizontalAlignmentRight,
|
|
237
253
|
iconButtonShapeCircle,
|
|
238
254
|
iconButtonShapeSquare,
|
|
239
|
-
|
|
255
|
+
f2 as iconSize2xl,
|
|
256
|
+
i2 as iconSize2xs,
|
|
257
|
+
g2 as iconSize3xl,
|
|
258
|
+
h as iconSize4xl,
|
|
259
|
+
j as iconSize5xl,
|
|
240
260
|
iconSize6xl,
|
|
241
261
|
iconSize7xl,
|
|
242
262
|
iconSize8xl,
|
|
243
263
|
iconSize9xl,
|
|
264
|
+
d2 as iconSizeLg,
|
|
265
|
+
c2 as iconSizeMd,
|
|
266
|
+
b2 as iconSizeSm,
|
|
267
|
+
e2 as iconSizeXl,
|
|
268
|
+
a5 as iconSizeXs,
|
|
244
269
|
iconSnippetAlignCenter,
|
|
245
270
|
iconSnippetAlignTop,
|
|
246
271
|
iconSnippetPositionCenter,
|
|
@@ -252,15 +277,19 @@ export {
|
|
|
252
277
|
imageHeaderPositionRight,
|
|
253
278
|
imageHeaderVariantFull,
|
|
254
279
|
imageHeaderVariantSplit,
|
|
280
|
+
k as inlineIconModeFill,
|
|
281
|
+
l2 as inlineIconModeStroke,
|
|
255
282
|
a4 as inputStateError,
|
|
256
|
-
|
|
283
|
+
i as inputStateSuccess,
|
|
257
284
|
inputStatusIcons,
|
|
258
|
-
i as internalizePriceProps,
|
|
259
285
|
l as largeMediaQuery,
|
|
260
286
|
linkListItemVariantHorizontal,
|
|
261
287
|
linkListItemVariantVertical,
|
|
262
288
|
linkListVariantColumn,
|
|
263
289
|
linkListVariantRow,
|
|
290
|
+
mediaTextPositionLeft,
|
|
291
|
+
mediaTextPositionRight,
|
|
292
|
+
mediaTextPositionTop,
|
|
264
293
|
m as mediumMediaQuery,
|
|
265
294
|
noReducedMotion,
|
|
266
295
|
notificationStatusError,
|
|
@@ -281,7 +310,6 @@ export {
|
|
|
281
310
|
overlayAppearanceSecondary,
|
|
282
311
|
g as priceAlignCenter,
|
|
283
312
|
f as priceAlignLeft,
|
|
284
|
-
h as priceDefaultProps,
|
|
285
313
|
p as priceOrientationHorizontal,
|
|
286
314
|
a2 as priceOrientationVertical,
|
|
287
315
|
e as priceSizeLg,
|
|
@@ -290,8 +318,9 @@ export {
|
|
|
290
318
|
reducedMotionQuery,
|
|
291
319
|
useFocusWithin,
|
|
292
320
|
useForcedColors,
|
|
321
|
+
useLinkComponent,
|
|
293
322
|
useMediaQuery,
|
|
294
323
|
useReducedMotion,
|
|
295
324
|
useThirdPartyConsent,
|
|
296
|
-
useViewport
|
|
325
|
+
u as useViewport
|
|
297
326
|
};
|
|
@@ -2,7 +2,7 @@ import styled from "styled-components";
|
|
|
2
2
|
import { getBottomSpacing } from "./foundations/token/getBottomSpacing/index.js";
|
|
3
3
|
import { getSpacing } from "./foundations/token/getSpacing/index.js";
|
|
4
4
|
import { s as spacingMd } from "./Spacing-D0HQH9YJ.js";
|
|
5
|
-
import {
|
|
5
|
+
import { a as filterProps } from "./filterProps-CBnuV0LI.js";
|
|
6
6
|
const GridStyled = styled.div.withConfig({
|
|
7
7
|
shouldForwardProp: filterProps(),
|
|
8
8
|
displayName: "GridStyled",
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { df as IconLoader } from "./index-Cbojl4_Q.js";
|
|
2
1
|
import styled from "styled-components";
|
|
3
2
|
import forcedColors from "./foundations/media-query/forcedColors/index.js";
|
|
4
3
|
import { e as ease_in_sine } from "./easing-Dm-pO8SY.js";
|
|
@@ -11,6 +10,7 @@ import { c as colorBorderFocus } from "./BorderColor-BummoQ1-.js";
|
|
|
11
10
|
import { a as borderWidthFocus, d as borderWidthSelected } from "./BorderWidth-DfOlyKK7.js";
|
|
12
11
|
import { f as colorObjectNeutral, c as colorObjectBrand, a as colorObjectInverse } from "./ObjectColor-BZDBuV8H.js";
|
|
13
12
|
import { b as getForegroundColor } from "./colorUtils-BSfFfgbi.js";
|
|
13
|
+
import IconLoader from "./components/IconLoader/index.js";
|
|
14
14
|
import { v as viewport } from "./index-Ck2bCrhT.js";
|
|
15
15
|
import { getBodySize } from "./foundations/token/getBodySize/index.js";
|
|
16
16
|
import { getBorderRadius } from "./foundations/token/getBorderRadius/index.js";
|
|
@@ -19,11 +19,11 @@ import { getFontWeight } from "./foundations/token/getFontWeight/index.js";
|
|
|
19
19
|
import { getOpacity } from "./foundations/token/getOpacity/index.js";
|
|
20
20
|
import { getSpacing } from "./foundations/token/getSpacing/index.js";
|
|
21
21
|
import { b as borderRadiusMd } from "./BorderRadius-ClUShVLu.js";
|
|
22
|
-
import {
|
|
22
|
+
import { a as fontWeightRegular } from "./FontWeight-DEBGHbtO.js";
|
|
23
23
|
import { a as opacityDisabled } from "./Opacity-smkGiwsf.js";
|
|
24
24
|
import { a as spacingXs, d as spacingXl, b as spacingNone, s as spacingMd } from "./Spacing-D0HQH9YJ.js";
|
|
25
25
|
import { t as textBodyMd } from "./TextBodySize-BcZR9mh2.js";
|
|
26
|
-
import {
|
|
26
|
+
import { a as filterProps } from "./filterProps-CBnuV0LI.js";
|
|
27
27
|
const leftPosition = "left";
|
|
28
28
|
const ButtonAppearanceColor = {
|
|
29
29
|
primary: colorObjectBrand,
|
|
@@ -75,7 +75,7 @@ const getButtonAppearance = (appearance) => {
|
|
|
75
75
|
color,
|
|
76
76
|
backgroundColor: pressedBackgroundColor
|
|
77
77
|
},
|
|
78
|
-
"&:focus-visible": {
|
|
78
|
+
"&:focus-visible, &:focus-within": {
|
|
79
79
|
...forcedColors({
|
|
80
80
|
outline: `${getBorderWidth(borderWidthFocus)} solid CanvasText`,
|
|
81
81
|
background: "ButtonFace",
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import styled, { keyframes, css } from "styled-components";
|
|
2
|
+
import Body from "./components/Body/index.js";
|
|
2
3
|
import forcedColors from "./foundations/media-query/forcedColors/index.js";
|
|
3
4
|
import reducedMotion from "./foundations/media-query/reducedMotion/index.js";
|
|
4
5
|
import { v as viewport } from "./index-Ck2bCrhT.js";
|
|
@@ -13,8 +14,7 @@ import { b as colorBackgroundOverlay } from "./BackgroundColor-e0N9tdDR.js";
|
|
|
13
14
|
import { o as opacityOverlay } from "./Opacity-smkGiwsf.js";
|
|
14
15
|
import { b as spacingNone } from "./Spacing-D0HQH9YJ.js";
|
|
15
16
|
import { l as largeSize } from "./SizeTypes-Ck_RdzIf.js";
|
|
16
|
-
import {
|
|
17
|
-
import Body from "./components/Body/index.js";
|
|
17
|
+
import { a as filterProps } from "./filterProps-CBnuV0LI.js";
|
|
18
18
|
const loadingSpinnerOverlays = {
|
|
19
19
|
Light: `rgba(255, 255, 255, ${getOpacity(opacityOverlay)})`,
|
|
20
20
|
Dark: `rgba(38, 38, 38, ${getOpacity(opacityOverlay)})`
|
|
@@ -2,7 +2,7 @@ import styled from "styled-components";
|
|
|
2
2
|
import { getBottomSpacing } from "./foundations/token/getBottomSpacing/index.js";
|
|
3
3
|
import { getSpacing } from "./foundations/token/getSpacing/index.js";
|
|
4
4
|
import { s as spacingMd, b as spacingNone } from "./Spacing-D0HQH9YJ.js";
|
|
5
|
-
import {
|
|
5
|
+
import { a as filterProps } from "./filterProps-CBnuV0LI.js";
|
|
6
6
|
const flexOrientationHorizontal = "horizontal";
|
|
7
7
|
const flexOrientationVertical = "vertical";
|
|
8
8
|
const flexJustifyStart = "start";
|
|
@@ -14,7 +14,7 @@ import { b as borderRadiusMd } from "./BorderRadius-ClUShVLu.js";
|
|
|
14
14
|
import { b as borderWidthUnselected } from "./BorderWidth-DfOlyKK7.js";
|
|
15
15
|
import { c as spacingSm, a as spacingXs } from "./Spacing-D0HQH9YJ.js";
|
|
16
16
|
import { c as colorTextPlaceholder, a as colorTextNeutral } from "./TextColor-DsntmDNw.js";
|
|
17
|
-
import {
|
|
17
|
+
import { a as filterProps } from "./filterProps-CBnuV0LI.js";
|
|
18
18
|
const InputWrapperStyled = styled.div.withConfig({
|
|
19
19
|
shouldForwardProp: filterProps(["readOnly"]),
|
|
20
20
|
displayName: "InputWrapperStyled",
|
|
@@ -6,7 +6,7 @@ import { getTextColor } from "./foundations/token/getTextColor/index.js";
|
|
|
6
6
|
import { f as colorBorderWarning } from "./BorderColor-BummoQ1-.js";
|
|
7
7
|
import { c as spacingSm, s as spacingMd } from "./Spacing-D0HQH9YJ.js";
|
|
8
8
|
import { b as colorTextInverseStatic } from "./TextColor-DsntmDNw.js";
|
|
9
|
-
import {
|
|
9
|
+
import { a as filterProps } from "./filterProps-CBnuV0LI.js";
|
|
10
10
|
const DemoBoxStyled = styled.div.withConfig({
|
|
11
11
|
shouldForwardProp: filterProps(),
|
|
12
12
|
displayName: "DemoBoxStyled",
|
|
@@ -9,7 +9,7 @@ import { getTextColor } from "./foundations/token/getTextColor/index.js";
|
|
|
9
9
|
import { b as borderRadiusMd } from "./BorderRadius-ClUShVLu.js";
|
|
10
10
|
import { s as spacingMd } from "./Spacing-D0HQH9YJ.js";
|
|
11
11
|
import { a as colorTextNeutral } from "./TextColor-DsntmDNw.js";
|
|
12
|
-
import {
|
|
12
|
+
import { a as filterProps } from "./filterProps-CBnuV0LI.js";
|
|
13
13
|
import { g as getCssVar } from "./getCssVar-BP6T9pFM.js";
|
|
14
14
|
import { e as colorBackgroundBrandGradient, c as colorBackgroundNeutral } from "./BackgroundColor-e0N9tdDR.js";
|
|
15
15
|
const CardAppearanceColor = {
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import styled from "styled-components";
|
|
2
|
+
import { a as filterProps } from "./filterProps-CBnuV0LI.js";
|
|
3
|
+
const iconSize2xs = "iconSize2xs";
|
|
4
|
+
const iconSizeXs = "iconSizeXs";
|
|
5
|
+
const iconSizeSm = "iconSizeSm";
|
|
6
|
+
const iconSizeMd = "iconSizeMd";
|
|
7
|
+
const iconSizeLg = "iconSizeLg";
|
|
8
|
+
const iconSizeXl = "iconSizeXl";
|
|
9
|
+
const iconSize2xl = "iconSize2xl";
|
|
10
|
+
const iconSize3xl = "iconSize3xl";
|
|
11
|
+
const iconSize4xl = "iconSize4xl";
|
|
12
|
+
const iconSize5xl = "iconSize5xl";
|
|
13
|
+
const IconWithAccent = [iconSizeXl, iconSize2xl, iconSize3xl, iconSize4xl, iconSize5xl];
|
|
14
|
+
const inlineIconModeFill = "fill";
|
|
15
|
+
const inlineIconModeStroke = "stroke";
|
|
16
|
+
const InlineIconStyled = styled.svg.withConfig({
|
|
17
|
+
shouldForwardProp: filterProps(),
|
|
18
|
+
displayName: "InlineIconStyled",
|
|
19
|
+
componentId: "sc-1yvjncn-0"
|
|
20
|
+
})({
|
|
21
|
+
display: "flex"
|
|
22
|
+
}, ({
|
|
23
|
+
$coloringMode = inlineIconModeStroke
|
|
24
|
+
}) => {
|
|
25
|
+
const complimentaryColoringMode = "fill" === $coloringMode ? "stroke" : "fill";
|
|
26
|
+
const svgChildrenCss = {
|
|
27
|
+
strokeLinecap: "round",
|
|
28
|
+
strokeLinejoin: "round",
|
|
29
|
+
strokeWidth: "8"
|
|
30
|
+
};
|
|
31
|
+
svgChildrenCss[`${complimentaryColoringMode}`] = "none";
|
|
32
|
+
const cssObject = {
|
|
33
|
+
"& path, & line, & polyline, & circle, & ellipse, & polygon, & rect": svgChildrenCss
|
|
34
|
+
};
|
|
35
|
+
cssObject[`${$coloringMode}`] = "currentcolor";
|
|
36
|
+
return cssObject;
|
|
37
|
+
}, ({
|
|
38
|
+
size
|
|
39
|
+
}) => {
|
|
40
|
+
if (!IconWithAccent.includes(size)) {
|
|
41
|
+
return {};
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
"& .accent": {
|
|
45
|
+
stroke: "var(--colorIconBrand)"
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
}, ({
|
|
49
|
+
size
|
|
50
|
+
}) => ({
|
|
51
|
+
width: `var(--${size})`,
|
|
52
|
+
height: `var(--${size})`
|
|
53
|
+
}), ({
|
|
54
|
+
bottomSpacing
|
|
55
|
+
}) => {
|
|
56
|
+
if (!bottomSpacing) {
|
|
57
|
+
return {};
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
marginBottom: `var(--spacing${bottomSpacing})`
|
|
61
|
+
};
|
|
62
|
+
});
|
|
63
|
+
export {
|
|
64
|
+
IconWithAccent as I,
|
|
65
|
+
iconSizeXs as a,
|
|
66
|
+
iconSizeSm as b,
|
|
67
|
+
iconSizeMd as c,
|
|
68
|
+
iconSizeLg as d,
|
|
69
|
+
iconSizeXl as e,
|
|
70
|
+
iconSize2xl as f,
|
|
71
|
+
iconSize3xl as g,
|
|
72
|
+
iconSize4xl as h,
|
|
73
|
+
iconSize2xs as i,
|
|
74
|
+
iconSize5xl as j,
|
|
75
|
+
inlineIconModeFill as k,
|
|
76
|
+
inlineIconModeStroke as l,
|
|
77
|
+
InlineIconStyled as m
|
|
78
|
+
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import styled from "styled-components";
|
|
2
|
-
import { a as CardStyled } from "./styled-
|
|
3
|
-
import { D as DemoBoxStyled } from "./styled-
|
|
2
|
+
import { a as CardStyled } from "./styled-DINwm57V.js";
|
|
3
|
+
import { D as DemoBoxStyled } from "./styled-Cq-UMAjp.js";
|
|
4
4
|
import { v as viewport } from "./index-Ck2bCrhT.js";
|
|
5
5
|
import { getSpacing } from "./foundations/token/getSpacing/index.js";
|
|
6
6
|
import { s as spacingMd } from "./Spacing-D0HQH9YJ.js";
|
|
7
7
|
import { getBottomSpacing } from "./foundations/token/getBottomSpacing/index.js";
|
|
8
|
-
import {
|
|
8
|
+
import { a as filterProps } from "./filterProps-CBnuV0LI.js";
|
|
9
9
|
const getColumnWidth = ({
|
|
10
10
|
sm,
|
|
11
11
|
md,
|
|
@@ -5,6 +5,7 @@ const h4TagName = "h4";
|
|
|
5
5
|
const h5TagName = "h5";
|
|
6
6
|
const h6TagName = "h6";
|
|
7
7
|
const headingHtmlTags = [h1TagName, h2TagName, h3TagName, h4TagName, h5TagName, h6TagName];
|
|
8
|
+
const pTagName = "p";
|
|
8
9
|
const divTagName = "div";
|
|
9
10
|
const spanTagName = "span";
|
|
10
11
|
const strongTagName = "strong";
|
|
@@ -18,12 +19,13 @@ export {
|
|
|
18
19
|
h2TagName as c,
|
|
19
20
|
divTagName as d,
|
|
20
21
|
h1TagName as e,
|
|
21
|
-
|
|
22
|
-
|
|
22
|
+
strongTagName as f,
|
|
23
|
+
headingHtmlTags as g,
|
|
23
24
|
h5TagName as h,
|
|
24
25
|
supTagName as i,
|
|
25
26
|
liTagName as l,
|
|
26
27
|
olTagName as o,
|
|
28
|
+
pTagName as p,
|
|
27
29
|
spanTagName as s,
|
|
28
30
|
ulTagName as u
|
|
29
31
|
};
|
package/package.json
CHANGED