@vodafone_de/brix-components 7.1.2 → 7.1.4
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/dist/{_5gPlusIcon-B_69VW4X.js → _5gPlusIcon-CnxmOo1u.js} +448 -380
- package/dist/components/Accordion/index.js +2 -2
- package/dist/components/Badge/index.js +1 -1
- package/dist/components/BottomBar/index.js +2 -1
- package/dist/components/Button/index.js +2 -2
- package/dist/components/ButtonAsLink/index.js +1 -1
- package/dist/components/Carousel/index.js +1 -1
- package/dist/components/ConsentMessage/index.js +1 -1
- package/dist/components/DateInput/index.js +1 -1
- package/dist/components/DemoBox/index.js +2 -5
- package/dist/components/DiscoveryCard/index.js +5 -6
- package/dist/components/DiscoveryCardGroup/index.js +1 -1
- package/dist/components/FilterGroup/index.js +2 -2
- package/dist/components/FootnoteLink/index.js +1 -1
- package/dist/components/FormHelperStatusIcon/index.js +1 -1
- package/dist/components/Icon/index.js +1 -1
- package/dist/components/IconButton/index.js +2 -2
- package/dist/components/IconLoader/index.js +1 -1
- package/dist/components/IconSnippet/index.js +2 -2
- package/dist/components/ImageHeader/index.js +3 -4
- package/dist/components/InfoBanner/index.js +1 -2
- package/dist/components/Legend/index.js +1 -1
- package/dist/components/Link/index.js +1 -1
- package/dist/components/LinkAsButton/index.js +1 -1
- package/dist/components/LinkListItem/index.js +1 -1
- package/dist/components/LoadingSpinner/index.js +1 -1
- package/dist/components/MediaText/index.js +3 -4
- package/dist/components/Notification/index.js +2 -2
- package/dist/components/OpenTextFootnoteAdapter/index.js +1 -1
- package/dist/components/PickerGroup/index.js +2 -2
- package/dist/components/Price/index.js +2 -2
- package/dist/components/ProductCard/index.js +1 -1
- package/dist/components/Rating/index.js +1 -1
- package/dist/components/RichText/index.js +1 -1
- package/dist/components/RichtTextContentful/index.js +1 -1
- package/dist/components/ScreenreaderOnly/index.js +1 -1
- package/dist/components/ScreenreaderOnly/styled.d.ts +1 -1
- package/dist/components/SearchInput/index.js +2 -2
- package/dist/components/SelectInput/index.js +1 -1
- package/dist/components/SuggestInput/index.js +1 -1
- package/dist/components/Switch/index.js +1 -1
- package/dist/components/TabGroup/index.js +1 -1
- package/dist/components/TabularPrice/index.js +2 -2
- package/dist/components/TextList/index.js +1 -1
- package/dist/components/TimeInput/index.js +1 -1
- package/dist/contentful/index.js +1 -2
- package/dist/contentful/live-preview-inspector/index.js +1 -1
- package/dist/contentful/live-preview-renderer/index.js +1 -1
- package/dist/contentful/renderer/index.js +1 -1
- package/dist/icons/index.js +379 -377
- package/dist/{index-CVHmFLr5.js → index-7A9g1r9L.js} +1 -2
- package/dist/{index-BBQw77Pn.js → index-B2VrT4fo.js} +1 -1
- package/dist/{index-C8lpS44n.js → index-BjtnAuPr.js} +1 -1
- package/dist/{index-BdUFiKHr.js → index-C3dW-7e_.js} +5 -1
- package/dist/{index-R87ALCWk.js → index-C69FNo1a.js} +1 -1
- package/dist/{index-DSTYuyEd.js → index-DXRuQeDl.js} +1 -1
- package/dist/index.js +7 -7
- package/dist/{mapContentToComponents-CbXgjoiV.js → mapContentToComponents-wTK3ndvI.js} +2 -3
- package/dist/{styled-DtUIJa88.js → styled-q7r_5eaz.js} +5 -2
- package/package.json +1 -1
- package/dist/index-DR3e19BE.js +0 -7
|
@@ -11,7 +11,6 @@ import { r as renderInlineRichTextFromOpenText } from "./renderInlineRichTextFro
|
|
|
11
11
|
import { T as TextListItemStyled, a as TextListStyled } from "./styled-DJWrbsIZ.js";
|
|
12
12
|
import { t as textHeadingXs, b as textHeadingSm, a as textHeadingMd, c as textHeadingLg, d as textHeadingXl } from "./HeadingSize-CfCRn3Lh.js";
|
|
13
13
|
import { a as textBodySm } from "./TextBodySize-BcZR9mh2.js";
|
|
14
|
-
import { g as getUid } from "./index-DR3e19BE.js";
|
|
15
14
|
const mapSizeToTag = {
|
|
16
15
|
h1: textHeadingXl,
|
|
17
16
|
h2: textHeadingLg,
|
|
@@ -60,7 +59,7 @@ const getOptions = (paragraphSpacing, additionalProps = {}) => {
|
|
|
60
59
|
const href = domNode.attribs.href;
|
|
61
60
|
const isAnchor = href.indexOf("#") === 0;
|
|
62
61
|
if (!isNaN(isNumber) && isAnchor) {
|
|
63
|
-
return /* @__PURE__ */ jsx(FootnoteLink, { uid:
|
|
62
|
+
return /* @__PURE__ */ jsx(FootnoteLink, { uid: `${uid}`, contentUid: href.replace("#", ""), screenReaderLabel: "Details zur Fußnote", children: linkLabel });
|
|
64
63
|
}
|
|
65
64
|
return /* @__PURE__ */ jsx(InlineLink, { ...additionalProps.a, href: domNode.attribs.href, children: domToReact(domNode.children, options) });
|
|
66
65
|
}
|
|
@@ -9,7 +9,7 @@ const screenreaderOnly = {
|
|
|
9
9
|
height: "1px",
|
|
10
10
|
overflow: "hidden"
|
|
11
11
|
};
|
|
12
|
-
const ScreenReaderOnlyStyled = styled.
|
|
12
|
+
const ScreenReaderOnlyStyled = styled.span.withConfig({
|
|
13
13
|
shouldForwardProp: filterProps(),
|
|
14
14
|
displayName: "ScreenReaderOnlyStyled",
|
|
15
15
|
componentId: "sc-1r7az4k-0"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { S as ScreenreaderOnly } from "./index-
|
|
2
|
+
import { S as ScreenreaderOnly } from "./index-B2VrT4fo.js";
|
|
3
3
|
import styled from "styled-components";
|
|
4
4
|
import { getBottomSpacing } from "./foundations/token/getBottomSpacing/index.js";
|
|
5
5
|
import { getFontWeight } from "./foundations/token/getFontWeight/index.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
import { ig as _5gPlusIcon, ie as _5GIcon, id as _4gPlusplusIcon, ic as _4gPlusIcon, ib as _4GIcon, ia as _3GIcon, i9 as _360ViewIcon, i8 as _2gIcon, i7 as _1stMonthFreeIcon, i6 as ZoomOutIcon, i5 as ZoomInIcon, i4 as WizardIcon, i3 as WithdrawCashIcon, i2 as WifiGoodIcon, i1 as WifiAlwaysOnIcon, i0 as WeightIcon, h$ as WebsiteIcon, h_ as WebProtectionIcon, hZ as WaterproofIcon, hY as WatchIcon, hX as WarningIcon, hW as VoicemailIcon, hV as VodafoneTvIcon, hU as VodafoneStoreIcon, hT as VocSensorIcon, hS as VirusProtectionIcon, hR as VirtuosoIcon, hQ as VideoIcon, hP as VideoFrameIcon, hO as VfHappyIcon, hN as VfHappyHelpfulIcon, hM as VSimAndDeviceIcon, hL as VRHeadsetIcon, hK as VPetIcon, hJ as VKidsIcon, hI as VCarIcon, hH as VCarDongleIcon, hG as UsersIcon, hF as UserScanIcon, hE as UserLogInIcon, hD as UsbModemIcon, hC as UploadIcon, hB as UpgradeMobilesIcon, hA as UpgradeIcon, hz as UpcomingIcon, hy as UnlockedRewardsIcon, hx as UnlimitedMobileIcon, hw as UnlimitedIcon, hv as UnifiedCommunicationsIcon, hu as UnderlinedIcon, ht as Under28Icon, hs as TvVodIcon, hr as TvUhdIcon, hq as TvTvIcon, hp as TvTimeFlexibleIcon, ho as TvRemoteIcon, hn as TvPrimetimeIcon, hm as TvKidsIcon, hl as TvIcon, hk as TvHdIcon, hj as TvEverywhereIcon, hi as TvEverywhereHomeIcon, hh as TvEpgIcon, hg as TvEntertainmentIcon, hf as TvDiscoveryIcon, he as TvChannelVarietyIcon, hd as TvBluetoothAndRemoteIcon, hc as TvAnytimeIcon, hb as TrophyIcon, ha as TreeIcon, h9 as TranslateIcon, h8 as TransferProjectIcon, h7 as TrainersIcon, h6 as TradeInIcon, h5 as TrackisafeIcon, h4 as TouchScreenIcon, h3 as TopicsIcon, h2 as TopUpIcon, h1 as ToggleSimpleIcon, h0 as ToggleIcon, g$ as TobiIcon, g_ as ToDoListIcon, gZ as TicketsIcon, gY as TickOutlineIcon, gX as TickIcon, gW as TickCircleIcon, gV as ThickTickIcon, gU as TheftIcon, gT as TetheringIcon, gS as TemperatureIcon, gR as TechnicIcon, gQ as TalkIcon, gP as TabletMobileIcon, gO as TabletIcon, gN as SyncIcon, gM as SwitchCameraIcon, gL as SwitchCallIcon, gK as SuperwifiIcon, gJ as SuperstarIcon, gI as StudentIcon, gH as StrikeThroughIcon, gG as StoreOfferIcon, gF as StopIcon, gE as StopCircleIcon, gD as SteeringWheelIcon, gC as SplitBillingIcon, gB as SpellCheckIcon, gA as SpeedingIcon, gz as SoundOffIcon, gy as SoundIcon, gx as SoundActiveIcon, gw as SosIcon, gv as SosEmergencyIcon, gu as SosCreditIcon, gt as SortIcon, gs as SohoIcon, gr as SocialYoutubeIcon, gq as SocialTwitterIcon, gp as SocialPinterestIcon, go as SocialPaypalIcon, gn as SocialLinkedinIcon, gm as SocialInstaIcon, gl as SocialFacebookIcon, gk as SnowIcon, gj as SmsTextIcon, gi as SmsIcon, gh as SmeIcon, gg as SmartPlugIcon, gf as SmartKeyboardIcon, ge as SmartHomeIcon, gd as SmartCameraIcon, gc as SmallAndLightweightIcon, gb as SinglePalletIcon, ga as SimSwapIcon, g9 as SimIcon, g8 as SignedInIcon, g7 as SignLanguageIcon, g6 as ShowPasswordIcon, g5 as ShoppingTrolleyIcon, g4 as ShoppingCheckoutIcon, g3 as ShareYourMinsIcon, g2 as ShareIcon, g1 as ShakeIcon, g0 as SetupIcon, f$ as SettingsIcon, f_ as SeniorIcon, fZ as SendTobiIcon, fY as SecurityCameraIcon, fX as SecurityAssessmentIcon, fW as SecureGripIcon, fV as SearchIcon, fU as SearchDeviceIcon, fT as ScreenSizeIcon, fS as ScreenRepairIcon, fR as ScanCreditCardIcon, fQ as SavingsIcon, fP as SaveTemporarilyIcon, fO as SaveIcon, fN as SatisfactionGuaranteeIcon, fM as SafeZoneIcon, fL as RulerIcon, fK as RoutinesIcon, fJ as RouterIcon, fI as RocketIcon, fH as RobotIcon, fG as RoamingIcon, fF as RewardsIcon, fE as ReturnProductIcon, fD as RetakePhotoIcon, fC as ResearchIcon, fB as ReplyIcon, fA as RenewableEnergyIcon, fz as RemainingTimeIcon, fy as RefreshIcon, fx as RecordTvIcon, fw as RearrangeIcon, fv as RankScoutIcon, fu as RankProfessorIcon, ft as RafflesIcon, fs as QrCodeIcon, fr as PuzzleIcon, fq as PublicWifiIcon, fp as PublicSectorIcon, fo as ProximitySensorIcon, fn as ProfileIcon, fm as ProIcon, fl as PrivacyIcon, fk as PrintIcon, fj as PriceTagIcon, fi as PricePromiseIcon, fh as PrepareIcon, fg as PrepaidIcon, ff as PowerIcon, fe as PortalsForVideosIcon, fd as PopOutIcon, fc as PopInIcon, fb as PlusIcon, fa as PlayCircleIcon, f9 as PlayArrowIcon, f8 as PlaceholderIcon, f7 as PingIcon, f6 as PinIcon, f5 as PieChartIcon, f4 as PhotosIcon, f3 as PetrolStationIcon, f2 as PetCollarIcon, f1 as PaymentIcon, f0 as PaymentCvvIcon, e$ as PaygIcon, e_ as PauseIcon, eZ as PauseCircleIcon, eY as PatrolStationIcon, eX as PasswordKeyIcon, eW as ParkingTicketIcon, eV as ParentalControlIcon, eU as PadlockOpenIcon, eT as PadlockCloseIcon, eS as OutgoingCallIcon, eR as OnlineIcon, eQ as OnlineFormIcon, eP as OneNumberIcon, eO as OfferBadgePrecentIcon, eN as OfferBadgeIcon, eM as NumberedViewIcon, eL as Number9Icon, eK as Number8Icon, eJ as Number7Icon, eI as Number6Icon, eH as Number5Icon, eG as Number4Icon, eF as Number3Icon, eE as Number2Icon, eD as Number1Icon, eC as Number0Icon, eB as NotificationTickThickIcon, eA as NotificationTickIcon, ez as NotificationMuteIcon, ey as NotificationInfoIcon, ex as NotificationIcon, ew as NoWifiIcon, ev as NightVisionIcon, eu as NfcIcon, et as NewsIcon, es as NewIcon, er as NetworkerIcon, eq as NetworkTowerIcon, ep as NetworkPatchPanelIcon, eo as NeedHelpIcon, en as MyTripsIcon, em as MuteIcon, el as MusicAndMoviesIcon, ek as MultiscreenIcon, ej as MultiroomIcon, ei as MultimediaPortIcon, eh as MoveMoneyIcon, eg as MouseIcon, ef as MountainIcon, ee as MotionSensorIcon, ed as MotionIcon, ec as MotionAlertIcon, eb as MoreIcon, ea as MoreAndroidIcon, e9 as MonitorBrightnessIcon, e8 as MobilesIcon, e7 as MobileTradeInIcon, e6 as MobileInfoIcon, e5 as MobileIcon, e4 as MinutesSmsIcon, e3 as MinusIcon, e2 as MinusCircleIcon, e1 as MinimizeImageIcon, e0 as MicrophoneIcon, d$ as MeshWifiAndRepeaterIcon, d_ as MergeCallIcon, dZ as MenuIcon, dY as MediaIcon, dX as MaximizeImageIcon, dW as MasterIcon, dV as MapIcon, dU as MapGpsIcon, dT as MakePaymentIcon, dS as MailReadIcon, dR as MailIcon, dQ as MailFormsIcon, dP as LogOutIcon, dO as LogInIcon, dN as LocationPinIcon, dM as LocationIcon, dL as LocationAlertIcon, dK as LocateMeIcon, dJ as LoanIcon, dI as ListViewIcon, dH as LinkInsterEditIcon, dG as LikeIcon, dF as LayersIcon, dE as LateralMovementIcon, dD as LaptopIcon, dC as LandlineInternetIcon, dB as LandlineIcon, dA as LabIcon, dz as KippyLightIcon, dy as KippyDeviceIcon, dx as KidsWatchIcon, dw as ItalicIcon, dv as IrisScannerIcon, du as IotIcon, dt as InventoryMonitoringIcon, ds as InternetMovingServiceIcon, dr as InternationalIcon, dq as InterchangeableBatteriesIcon, dp as IntelligenceScanIcon, dn as IntegratedSimIcon, dm as InsuranceIcon, dl as InsertCodeIcon, dk as InfraredSensorIcon, dj as InfoCircleIcon, di as IndustryIcon, dh as IncomingCallIcon, dg as ImpactAlertIcon, df as IdeaIcon, de as HumidityIcon, dd as HomeMonitorIcon, dc as HomeIcon, db as HomeGardenIcon, da as HomeAlarmIcon, d9 as HidePasswordIcon, d8 as HelpFaqIcon, d7 as HelpCircleIcon, d6 as HelpAnswerIcon, d5 as HeartIcon, d4 as HappySmileyIcon, d3 as GyroscopeIcon, d2 as GuruIcon, d1 as GuestWifiIcon, d0 as GridIcon, c$ as GravityIcon, c_ as GpsCoverageIcon, cZ as GigacubeIcon, cY as GigaTvBIcon, cX as GigaTvAIcon, cW as GigaKombiIcon, cV as GigaDepotIcon, cU as GeniusIcon, cT as GenericDeviceIotIcon, cS as GameConsoleIcon, cR as FoxIcon, cQ as ForwardIcon, cP as FolderIcon, cO as FocusIcon, cN as FitnessTrackerIcon, cM as FitnessHealthIcon, cL as FirmwareUpdateIcon, cK as FindMyCarIcon, cJ as FindAndRingMyDeviceIcon, cI as FilterIcon, cH as FeatherIcon, cG as FavoriteIcon, cF as FashionIcon, cE as FamilyIcon, cD as FallDetectionIcon, cC as FailedIcon, cB as FaceRecognitionIcon, cA as ExtenderIcon, cz as ExtendContractIcon, cy as EuroCurrencyIcon, cx as EthernetIcon, cw as EssentialsBroadbandIcon, cv as EsimLogoIcon, cu as ErrorIcon, ct as ErrorCircleIcon, cs as EnvironmentIcon, cr as EntertainmentIcon, cq as EnterpriseIcon, cp as EngineerIcon, co as EndCallIcon, cn as EditIcon, cm as ESimIcon, cl as DwdmIcon, ck as DslIcon, cj as DroneIcon, ci as DrinksIcon, ch as DownloadIcon, cg as DoubleStackedPalletIcon, cf as DoorbellCameraIcon, ce as DocumentZipIcon, cd as DocumentXlsIcon, cc as DocumentRtfIcon, cb as DocumentPptIcon, ca as DocumentPngIcon, c9 as DocumentPdfIcon, c8 as DocumentJpgIcon, c7 as DocumentIcon, c6 as DocumentDocIcon, c5 as DislikeIcon, c4 as DishIcon, c3 as DisconnectIcon, c2 as DialPadIcon, c1 as DiagnosticsIcon, c0 as DeviceThicknessIcon, b$ as DeviceOverviewIcon, b_ as DeviceGuideIcon, bZ as DeviceDiagnosticsIcon, bY as DesignSprintIcon, bX as DeliveryIcon, bW as DeleteIcon, bV as DealsIcon, bU as DataMobileIcon, bT as DataIcon, bS as DashboardIcon, bR as DarkModeIcon, bQ as CpuIcon, bP as CopyIcon, bO as ConvertCurrencyIcon, bN as ConvergedPropositionIcon, bM as ControlPanelIcon, bL as ContactsIcon, bK as ContactlessPaymentIcon, bJ as ConsultantIcon, bI as ConnectivityIcon, bH as ConnectedIcon, bG as ConnectedDevicesIcon, bF as ConnectedCarIcon, bE as ConfidentialIcon, bD as CompletedIcon, bC as ComplaintsIcon, bB as CompassIcon, bA as CommunityIcon, bz as CommentsIcon, by as CommentIcon, bx as CommentClosedProjectIcon, bw as ColumnsIcon, bv as ColourPaletteIcon, bu as CoffeeIcon, bt as CoaxialcableIcon, bs as Co2SensorIcon, br as ClusterOfEventsIcon, bq as CloudUploadIcon, bp as CloudDownloadIcon, bo as CloseProjectWithCommentIcon, bn as CloseIcon, bm as ClockIcon, bl as ClappingIcon, bk as ChromecastIcon, bj as ChildTrackerIcon, bi as ChevronUpIcon, bh as ChevronRightIcon, bg as ChevronLeftIcon, bf as ChevronDownIcon, be as CherriesPointsIcon, bd as CheckContractIcon, bc as ChatIcon, bb as ChartLineIcon, ba as ChartBarIcon, b9 as CharityGivingIcon, b8 as ChargeToBillIcon, b7 as ChangeContractIcon, b6 as CelebrateIcon, b5 as CaseStudyIcon, b4 as CarerIcon, b3 as CarKeyIcon, b2 as CancelIcon, b1 as CancelContractIcon, b0 as CameraInactiveIcon, a$ as CameraIcon, a_ as CallLogIcon, aZ as CallIcon, aY as CallBackIcon, aX as CallBackFailedIcon, aW as CalendarMonthIcon, aV as CalendarItemIcon, aU as CalendarIcon, aT as Calendar3Icon, aS as Calendar30Icon, aR as Calendar14Icon, aQ as Calendar12Icon, aP as CalculatorIcon, aO as CableFibreIcon, aN as CableErrorIcon, aM as BusinessPhoneFixedLineIcon, aL as BusinessIcon, aK as BundlesIcon, aJ as BulletListIcon, aI as BroadbandUpgradeIcon, aH as BroadbandIcon, aG as BriefcaseIcon, aF as BrakingIcon, aE as BraceletRemoveIcon, aD as BraceletPutOnIcon, aC as BraceletOnIcon, aB as BraceletOffIcon, aA as BraceletNotFoundIcon, az as BraceletGenericIcon, ay as BraceletDisabledIcon, ax as BraceletActiveIcon, aw as BoxIcon, av as BoostingPauseIcon, au as BoostingIcon, at as BookmarkIcon, as as BookIcon, ar as BoltIcon, aq as BoldIcon, ap as BluetoothIcon, ao as BlogIcon, an as BlockIcon, am as BirthdayGreetingIcon, al as BiometricAuthenticationIcon, ak as BillPayPhoneIcon, aj as BillIcon, ai as BikeIcon, ah as BatteryReallyLowIcon, ag as BatteryOnChargeIcon, af as BatteryLowIcon, ae as BatteryIcon, ad as BatteryEmptyIcon, ac as BarcodeIcon, ab as BagIcon, aa as BadSmileyIcon, a9 as BackspaceIcon, a8 as AutoTopupIcon, a7 as AttachmentIcon, a6 as ArrowUpIcon, a5 as ArrowRightIcon, a4 as ArrowLeftIcon, a3 as ArrowDownIcon, a2 as ArIcon, a1 as AppsIcon, a0 as AppVodIcon, $ as AppVideostoreIcon, _ as AppUhdIcon, Z as AppTvIcon, Y as AppTvForYouIcon, X as AppSwipeToTvIcon, W as AppSideloadIcon, V as AppRestartIcon, U as AppMultiscreenIcon, T as AppMobileEntertainmentIcon, S as AppMediathekenIcon, R as AppKidsIcon, Q as AppHdIcon, P as AppEpgIcon, O as AppEpgBackwardsIcon, N as AppDiscoveryIcon, M as AppCloudDvrIcon, L as AppChannelVarietyIcon, K as AppChannelManagementIcon, J as AppAnytimeIcon, I as AntiShockIcon, H as AndroidIcon, G as AmbulanceIcon, F as AllRewardsIcon, E as AlexaIcon, D as AlarmIcon, C as AlarmAssistantLeakageIcon, B as AlarmAssistantIcon, z as AlarmAssistantFireIcon, y as AgbIcon, x as AdultIcon, w as AdminIcon, v as AddSimIcon, u as AddPlusIcon, t as AddOnsIcon, s as AddFriendIcon, r as AddDocumentIcon, q as AddBusinessUserIcon, p as ActivityIcon, o as AceIcon, n as AccountsReuniteIcon, m as AccountabilityIcon, l as AccessoriesIcon, k as AccessibilityIcon, j as AccelerometerdleMidIcon, i as AccelerometerMiddleIcon, h as AccelerometerLowIcon, g as AccelerometerIcon, f as AccelerometerHighIcon, e as AccelerationMiddleIcon, d as AccelerationLowIcon, c as AccelerationHighIcon, b as AbruptCorneringIcon, a as Above28Icon, A as AbTestIcon } from "./_5gPlusIcon-B_69VW4X.js";
|
|
2
|
+
import { ii as _5gPlusIcon, ih as _5GIcon, ig as _4gPlusplusIcon, ie as _4gPlusIcon, id as _4GIcon, ic as _3GIcon, ib as _360ViewIcon, ia as _2gIcon, i9 as _1stMonthFreeIcon, i8 as ZoomOutIcon, i7 as ZoomInIcon, i6 as WizardIcon, i5 as WithdrawCashIcon, i4 as WifiGoodIcon, i3 as WifiAlwaysOnIcon, i2 as WeightIcon, i1 as WebsiteIcon, i0 as WebProtectionIcon, h$ as WaterproofIcon, h_ as WatchIcon, hZ as WarningIcon, hY as VoicemailIcon, hX as VodafoneTvIcon, hW as VodafoneTogetherIcon, hV as VodafoneStoreIcon, hU as VocSensorIcon, hT as VirusProtectionIcon, hS as VirtuosoIcon, hR as VideoIcon, hQ as VideoFrameIcon, hP as VfHappyIcon, hO as VfHappyHelpfulIcon, hN as VSimAndDeviceIcon, hM as VRHeadsetIcon, hL as VPetIcon, hK as VKidsIcon, hJ as VCarIcon, hI as VCarDongleIcon, hH as UsersIcon, hG as UserScanIcon, hF as UserLogInIcon, hE as UsbModemIcon, hD as UploadIcon, hC as UpgradeMobilesIcon, hB as UpgradeIcon, hA as UpcomingIcon, hz as UnlockedRewardsIcon, hy as UnlimitedMobileIcon, hx as UnlimitedIcon, hw as UnifiedCommunicationsIcon, hv as UnderlinedIcon, hu as Under28Icon, ht as TvVodIcon, hs as TvUhdIcon, hr as TvTvIcon, hq as TvTimeFlexibleIcon, hp as TvRemoteIcon, ho as TvPrimetimeIcon, hn as TvKidsIcon, hm as TvIcon, hl as TvHdIcon, hk as TvEverywhereIcon, hj as TvEverywhereHomeIcon, hi as TvEpgIcon, hh as TvEntertainmentIcon, hg as TvDiscoveryIcon, hf as TvChannelVarietyIcon, he as TvBluetoothAndRemoteIcon, hd as TvAnytimeIcon, hc as TrophyIcon, hb as TreeIcon, ha as TranslateIcon, h9 as TransferProjectIcon, h8 as TrainersIcon, h7 as TradeInIcon, h6 as TrackisafeIcon, h5 as TouchScreenIcon, h4 as TopicsIcon, h3 as TopUpIcon, h2 as ToggleSimpleIcon, h1 as ToggleIcon, h0 as TobiIcon, g$ as ToDoListIcon, g_ as TicketsIcon, gZ as TickOutlineIcon, gY as TickIcon, gX as TickCircleIcon, gW as ThickTickIcon, gV as TheftIcon, gU as TetheringIcon, gT as TemperatureIcon, gS as TechnicIcon, gR as TalkIcon, gQ as TabletMobileIcon, gP as TabletIcon, gO as SyncIcon, gN as SwitchCameraIcon, gM as SwitchCallIcon, gL as SuperwifiIcon, gK as SuperstarIcon, gJ as StudentIcon, gI as StrikeThroughIcon, gH as StoreOfferIcon, gG as StopIcon, gF as StopCircleIcon, gE as SteeringWheelIcon, gD as SplitBillingIcon, gC as SpellCheckIcon, gB as SpeedingIcon, gA as SoundOffIcon, gz as SoundIcon, gy as SoundActiveIcon, gx as SosIcon, gw as SosEmergencyIcon, gv as SosCreditIcon, gu as SortIcon, gt as SohoIcon, gs as SocialYoutubeIcon, gr as SocialTwitterIcon, gq as SocialPinterestIcon, gp as SocialPaypalIcon, go as SocialLinkedinIcon, gn as SocialInstaIcon, gm as SocialFacebookIcon, gl as SnowIcon, gk as SmsTextIcon, gj as SmsIcon, gi as SmeIcon, gh as SmartPlugIcon, gg as SmartKeyboardIcon, gf as SmartHomeIcon, ge as SmartCameraIcon, gd as SmallAndLightweightIcon, gc as SinglePalletIcon, gb as SimSwapIcon, ga as SimIcon, g9 as SignedInIcon, g8 as SignLanguageIcon, g7 as ShowPasswordIcon, g6 as ShoppingTrolleyIcon, g5 as ShoppingCheckoutIcon, g4 as ShareYourMinsIcon, g3 as ShareIcon, g2 as ShakeIcon, g1 as SetupIcon, g0 as SettingsIcon, f$ as SeniorIcon, f_ as SendTobiIcon, fZ as SecurityCameraIcon, fY as SecurityAssessmentIcon, fX as SecureGripIcon, fW as SearchIcon, fV as SearchDeviceIcon, fU as ScreenSizeIcon, fT as ScreenRepairIcon, fS as ScanCreditCardIcon, fR as SavingsIcon, fQ as SaveTemporarilyIcon, fP as SaveIcon, fO as SatisfactionGuaranteeIcon, fN as SafeZoneIcon, fM as RulerIcon, fL as RoutinesIcon, fK as RouterIcon, fJ as RocketIcon, fI as RobotIcon, fH as RoamingIcon, fG as RewardsIcon, fF as ReturnProductIcon, fE as RetakePhotoIcon, fD as ResearchIcon, fC as ReplyIcon, fB as RenewableEnergyIcon, fA as RemainingTimeIcon, fz as RefreshIcon, fy as RecordTvIcon, fx as RearrangeIcon, fw as RankScoutIcon, fv as RankProfessorIcon, fu as RafflesIcon, ft as QrCodeIcon, fs as PuzzleIcon, fr as PublicWifiIcon, fq as PublicSectorIcon, fp as ProximitySensorIcon, fo as ProfileIcon, fn as ProIcon, fm as PrivacyIcon, fl as PrintIcon, fk as PriceTagIcon, fj as PricePromiseIcon, fi as PrepareIcon, fh as PrepaidIcon, fg as PowerIcon, ff as PortalsForVideosIcon, fe as PopOutIcon, fd as PopInIcon, fc as PlusIcon, fb as PlayCircleIcon, fa as PlayArrowIcon, f9 as PlaceholderIcon, f8 as PingIcon, f7 as PinIcon, f6 as PieChartIcon, f5 as PhotosIcon, f4 as PetrolStationIcon, f3 as PetCollarIcon, f2 as PaymentIcon, f1 as PaymentCvvIcon, f0 as PaygIcon, e$ as PauseIcon, e_ as PauseCircleIcon, eZ as PatrolStationIcon, eY as PasswordKeyIcon, eX as ParkingTicketIcon, eW as ParentalControlIcon, eV as PadlockOpenIcon, eU as PadlockCloseIcon, eT as OutgoingCallIcon, eS as OnlineIcon, eR as OnlineFormIcon, eQ as OneNumberIcon, eP as OfferBadgePrecentIcon, eO as OfferBadgeIcon, eN as NumberedViewIcon, eM as Number9Icon, eL as Number8Icon, eK as Number7Icon, eJ as Number6Icon, eI as Number5Icon, eH as Number4Icon, eG as Number3Icon, eF as Number2Icon, eE as Number1Icon, eD as Number0Icon, eC as NotificationTickThickIcon, eB as NotificationTickIcon, eA as NotificationMuteIcon, ez as NotificationInfoIcon, ey as NotificationIcon, ex as NoWifiIcon, ew as NightVisionIcon, ev as NfcIcon, eu as NewsIcon, et as NewIcon, es as NetworkerIcon, er as NetworkTowerIcon, eq as NetworkPatchPanelIcon, ep as NeedHelpIcon, eo as MyTripsIcon, en as MuteIcon, em as MusicAndMoviesIcon, el as MultiscreenIcon, ek as MultiroomIcon, ej as MultimediaPortIcon, ei as MoveMoneyIcon, eh as MouseIcon, eg as MountainIcon, ef as MotionSensorIcon, ee as MotionIcon, ed as MotionAlertIcon, ec as MoreIcon, eb as MoreAndroidIcon, ea as MonitorBrightnessIcon, e9 as MobilesIcon, e8 as MobileTradeInIcon, e7 as MobileInfoIcon, e6 as MobileIcon, e5 as MinutesSmsIcon, e4 as MinusIcon, e3 as MinusCircleIcon, e2 as MinimizeImageIcon, e1 as MicrophoneIcon, e0 as MeshWifiAndRepeaterIcon, d$ as MergeCallIcon, d_ as MenuIcon, dZ as MediaIcon, dY as MaximizeImageIcon, dX as MasterIcon, dW as MapIcon, dV as MapGpsIcon, dU as MakePaymentIcon, dT as MailReadIcon, dS as MailIcon, dR as MailFormsIcon, dQ as LogOutIcon, dP as LogInIcon, dO as LocationPinIcon, dN as LocationIcon, dM as LocationAlertIcon, dL as LocateMeIcon, dK as LoanIcon, dJ as ListViewIcon, dI as LinkInsterEditIcon, dH as LikeIcon, dG as LayersIcon, dF as LateralMovementIcon, dE as LaptopIcon, dD as LandlineInternetIcon, dC as LandlineIcon, dB as LabIcon, dA as KippyLightIcon, dz as KippyDeviceIcon, dy as KidsWatchIcon, dx as ItalicIcon, dw as IrisScannerIcon, dv as IotIcon, du as InventoryMonitoringIcon, dt as InternetMovingServiceIcon, ds as InternationalIcon, dr as InterchangeableBatteriesIcon, dq as IntelligenceScanIcon, dp as IntegratedSimIcon, dn as InsuranceIcon, dm as InsertCodeIcon, dl as InfraredSensorIcon, dk as InfoCircleIcon, dj as IndustryIcon, di as IncomingCallIcon, dh as ImpactAlertIcon, dg as IdeaIcon, df as HumidityIcon, de as HomeMonitorIcon, dd as HomeIcon, dc as HomeGardenIcon, db as HomeAlarmIcon, da as HidePasswordIcon, d9 as HelpFaqIcon, d8 as HelpCircleIcon, d7 as HelpAnswerIcon, d6 as HeartIcon, d5 as HappySmileyIcon, d4 as GyroscopeIcon, d3 as GuruIcon, d2 as GuestWifiIcon, d1 as GridIcon, d0 as GravityIcon, c$ as GpsCoverageIcon, c_ as GigacubeIcon, cZ as GigaTvBIcon, cY as GigaTvAIcon, cX as GigaKombiIcon, cW as GigaDepotIcon, cV as GeniusIcon, cU as GenericDeviceIotIcon, cT as GameConsoleIcon, cS as FoxIcon, cR as ForwardIcon, cQ as FolderIcon, cP as FocusIcon, cO as FitnessTrackerIcon, cN as FitnessHealthIcon, cM as FirmwareUpdateIcon, cL as FindMyCarIcon, cK as FindAndRingMyDeviceIcon, cJ as FilterIcon, cI as FeatherIcon, cH as FavoriteIcon, cG as FashionIcon, cF as FamilyIcon, cE as FallDetectionIcon, cD as FailedIcon, cC as FaceRecognitionIcon, cB as ExtenderIcon, cA as ExtendContractIcon, cz as EuroCurrencyIcon, cy as EthernetIcon, cx as EssentialsBroadbandIcon, cw as EsimLogoIcon, cv as ErrorIcon, cu as ErrorCircleIcon, ct as EnvironmentIcon, cs as EntertainmentIcon, cr as EnterpriseIcon, cq as EngineerIcon, cp as EndCallIcon, co as EditIcon, cn as EasyUsageIcon, cm as ESimIcon, cl as DwdmIcon, ck as DslIcon, cj as DroneIcon, ci as DrinksIcon, ch as DownloadIcon, cg as DoubleStackedPalletIcon, cf as DoorbellCameraIcon, ce as DocumentZipIcon, cd as DocumentXlsIcon, cc as DocumentRtfIcon, cb as DocumentPptIcon, ca as DocumentPngIcon, c9 as DocumentPdfIcon, c8 as DocumentJpgIcon, c7 as DocumentIcon, c6 as DocumentDocIcon, c5 as DislikeIcon, c4 as DishIcon, c3 as DisconnectIcon, c2 as DialPadIcon, c1 as DiagnosticsIcon, c0 as DeviceThicknessIcon, b$ as DeviceOverviewIcon, b_ as DeviceGuideIcon, bZ as DeviceDiagnosticsIcon, bY as DesignSprintIcon, bX as DeliveryIcon, bW as DeleteIcon, bV as DealsIcon, bU as DataMobileIcon, bT as DataIcon, bS as DashboardIcon, bR as DarkModeIcon, bQ as CpuIcon, bP as CopyIcon, bO as ConvertCurrencyIcon, bN as ConvergedPropositionIcon, bM as ControlPanelIcon, bL as ContactsIcon, bK as ContactlessPaymentIcon, bJ as ConsultantIcon, bI as ConnectivityIcon, bH as ConnectedIcon, bG as ConnectedDevicesIcon, bF as ConnectedCarIcon, bE as ConfidentialIcon, bD as CompletedIcon, bC as ComplaintsIcon, bB as CompassIcon, bA as CommunityIcon, bz as CommentsIcon, by as CommentIcon, bx as CommentClosedProjectIcon, bw as ColumnsIcon, bv as ColourPaletteIcon, bu as CoffeeIcon, bt as CoaxialcableIcon, bs as Co2SensorIcon, br as ClusterOfEventsIcon, bq as CloudUploadIcon, bp as CloudDownloadIcon, bo as CloseProjectWithCommentIcon, bn as CloseIcon, bm as ClockIcon, bl as ClappingIcon, bk as ChromecastIcon, bj as ChildTrackerIcon, bi as ChevronUpIcon, bh as ChevronRightIcon, bg as ChevronLeftIcon, bf as ChevronDownIcon, be as CherriesPointsIcon, bd as CheckContractIcon, bc as ChatIcon, bb as ChartLineIcon, ba as ChartBarIcon, b9 as CharityGivingIcon, b8 as ChargeToBillIcon, b7 as ChangeContractIcon, b6 as CelebrateIcon, b5 as CaseStudyIcon, b4 as CarerIcon, b3 as CarKeyIcon, b2 as CancelIcon, b1 as CancelContractIcon, b0 as CameraInactiveIcon, a$ as CameraIcon, a_ as CallLogIcon, aZ as CallIcon, aY as CallBackIcon, aX as CallBackFailedIcon, aW as CalendarMonthIcon, aV as CalendarItemIcon, aU as CalendarIcon, aT as Calendar3Icon, aS as Calendar30Icon, aR as Calendar14Icon, aQ as Calendar12Icon, aP as CalculatorIcon, aO as CableFibreIcon, aN as CableErrorIcon, aM as BusinessPhoneFixedLineIcon, aL as BusinessIcon, aK as BundlesIcon, aJ as BulletListIcon, aI as BroadbandUpgradeIcon, aH as BroadbandIcon, aG as BriefcaseIcon, aF as BrakingIcon, aE as BraceletRemoveIcon, aD as BraceletPutOnIcon, aC as BraceletOnIcon, aB as BraceletOffIcon, aA as BraceletNotFoundIcon, az as BraceletGenericIcon, ay as BraceletDisabledIcon, ax as BraceletActiveIcon, aw as BoxIcon, av as BoostingPauseIcon, au as BoostingIcon, at as BookmarkIcon, as as BookIcon, ar as BoltIcon, aq as BoldIcon, ap as BluetoothIcon, ao as BlogIcon, an as BlockIcon, am as BirthdayGreetingIcon, al as BiometricAuthenticationIcon, ak as BillPayPhoneIcon, aj as BillIcon, ai as BikeIcon, ah as BatteryReallyLowIcon, ag as BatteryOnChargeIcon, af as BatteryLowIcon, ae as BatteryIcon, ad as BatteryEmptyIcon, ac as BarcodeIcon, ab as BagIcon, aa as BadSmileyIcon, a9 as BackspaceIcon, a8 as AutoTopupIcon, a7 as AttachmentIcon, a6 as ArrowUpIcon, a5 as ArrowRightIcon, a4 as ArrowLeftIcon, a3 as ArrowDownIcon, a2 as ArIcon, a1 as AppsIcon, a0 as AppVodIcon, $ as AppVideostoreIcon, _ as AppUhdIcon, Z as AppTvIcon, Y as AppTvForYouIcon, X as AppSwipeToTvIcon, W as AppSideloadIcon, V as AppRestartIcon, U as AppMultiscreenIcon, T as AppMobileEntertainmentIcon, S as AppMediathekenIcon, R as AppKidsIcon, Q as AppHdIcon, P as AppEpgIcon, O as AppEpgBackwardsIcon, N as AppDiscoveryIcon, M as AppCloudDvrIcon, L as AppChannelVarietyIcon, K as AppChannelManagementIcon, J as AppAnytimeIcon, I as AntiShockIcon, H as AndroidIcon, G as AmbulanceIcon, F as AllRewardsIcon, E as AlexaIcon, D as AlarmIcon, C as AlarmAssistantLeakageIcon, B as AlarmAssistantIcon, z as AlarmAssistantFireIcon, y as AgbIcon, x as AdultIcon, w as AdminIcon, v as AddSimIcon, u as AddPlusIcon, t as AddOnsIcon, s as AddFriendIcon, r as AddDocumentIcon, q as AddBusinessUserIcon, p as ActivityIcon, o as AceIcon, n as AccountsReuniteIcon, m as AccountabilityIcon, l as AccessoriesIcon, k as AccessibilityIcon, j as AccelerometerdleMidIcon, i as AccelerometerMiddleIcon, h as AccelerometerLowIcon, g as AccelerometerIcon, f as AccelerometerHighIcon, e as AccelerationMiddleIcon, d as AccelerationLowIcon, c as AccelerationHighIcon, b as AbruptCorneringIcon, a as Above28Icon, A as AbTestIcon } from "./_5gPlusIcon-CnxmOo1u.js";
|
|
3
3
|
import { I as InlineIcon, N as NotificationErrorIcon } from "./NotificationErrorIcon-DMnAJgPN.js";
|
|
4
4
|
import { i as iconSize2xs, a as iconSizeXs, b as iconSizeSm, c as iconSizeMd, d as iconSizeLg, e as iconSizeXl, f as iconSize2xl, g as iconSize3xl, h as iconSize4xl, j as iconSize5xl } from "./props-7dcsjRUx.js";
|
|
5
5
|
import { i as isObject, h as hasMatchingComponentName, a as isBottomSpacing } from "./isObject-cuWKq2kY.js";
|
|
@@ -260,6 +260,7 @@ const mapNameToInlineIcons = {
|
|
|
260
260
|
Dsl: DslIcon,
|
|
261
261
|
Dwdm: DwdmIcon,
|
|
262
262
|
ESim: ESimIcon,
|
|
263
|
+
EasyUsage: EasyUsageIcon,
|
|
263
264
|
Edit: EditIcon,
|
|
264
265
|
EndCall: EndCallIcon,
|
|
265
266
|
Engineer: EngineerIcon,
|
|
@@ -618,6 +619,7 @@ const mapNameToInlineIcons = {
|
|
|
618
619
|
VirusProtection: VirusProtectionIcon,
|
|
619
620
|
VocSensor: VocSensorIcon,
|
|
620
621
|
VodafoneStore: VodafoneStoreIcon,
|
|
622
|
+
VodafoneTogether: VodafoneTogetherIcon,
|
|
621
623
|
VodafoneTv: VodafoneTvIcon,
|
|
622
624
|
Voicemail: VoicemailIcon,
|
|
623
625
|
Warning: WarningIcon,
|
|
@@ -848,6 +850,7 @@ const iconNames = [
|
|
|
848
850
|
"Dsl",
|
|
849
851
|
"Dwdm",
|
|
850
852
|
"ESim",
|
|
853
|
+
"EasyUsage",
|
|
851
854
|
"Edit",
|
|
852
855
|
"EndCall",
|
|
853
856
|
"Engineer",
|
|
@@ -1206,6 +1209,7 @@ const iconNames = [
|
|
|
1206
1209
|
"VirusProtection",
|
|
1207
1210
|
"VocSensor",
|
|
1208
1211
|
"VodafoneStore",
|
|
1212
|
+
"VodafoneTogether",
|
|
1209
1213
|
"VodafoneTv",
|
|
1210
1214
|
"Voicemail",
|
|
1211
1215
|
"Warning",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { a as ButtonIconStyled } from "./styled-
|
|
2
|
+
import { a as ButtonIconStyled } from "./styled-q7r_5eaz.js";
|
|
3
3
|
import { b as iconSizeSm } from "./props-7dcsjRUx.js";
|
|
4
4
|
import "./styled-RnVr222F.js";
|
|
5
5
|
import { r as renderInlineRichTextFromOpenText } from "./renderInlineRichTextFromOpenText-RvOG3QbI.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { b as iconSizeSm } from "./props-7dcsjRUx.js";
|
|
3
3
|
import "./styled-RnVr222F.js";
|
|
4
|
-
import { l as leftPosition, a as ButtonIconStyled, b as buttonHeight, p as primaryAppearance } from "./styled-
|
|
4
|
+
import { l as leftPosition, a as ButtonIconStyled, b as buttonHeight, p as primaryAppearance } from "./styled-q7r_5eaz.js";
|
|
5
5
|
import { useLinkComponent } from "./hooks/useLinkComponent/index.js";
|
|
6
6
|
import { a as filterProps, f as filterPropsForUnstyledComponent } from "./filterProps-CTn92eZw.js";
|
|
7
7
|
import { r as renderInlineRichTextFromOpenText } from "./renderInlineRichTextFromOpenText-RvOG3QbI.js";
|
package/dist/index.js
CHANGED
|
@@ -2,8 +2,8 @@ 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, g, f, p, a as a2, e, d, b } from "./index-
|
|
5
|
+
import { R, T, a } from "./index-7A9g1r9L.js";
|
|
6
|
+
import { P, T as T2, c, g, f, p, a as a2, e, d, b } from "./index-BjtnAuPr.js";
|
|
7
7
|
import { PanelStyled, default as default6, TabGroupContainerStyled, TabGroupIndicatorStyled, TabGroupTabsScrollableContainerStyled, TabGroupTabsStyled, TabLabelStyled, TabStyled, iconPositionLeft, iconPositionTop, tabGroupWidthAuto, tabGroupWidthFull } from "./components/TabGroup/index.js";
|
|
8
8
|
import { default as default7 } from "./components/Switch/index.js";
|
|
9
9
|
import { default as default8 } from "./components/SuggestInput/index.js";
|
|
@@ -11,7 +11,7 @@ import { default as default9 } from "./components/Stepper/index.js";
|
|
|
11
11
|
import { default as default10 } from "./components/SmoothScrollArea/index.js";
|
|
12
12
|
import { default as default11 } from "./components/SelectInput/index.js";
|
|
13
13
|
import { default as default12 } from "./components/SearchInput/index.js";
|
|
14
|
-
import { S } from "./index-
|
|
14
|
+
import { S } from "./index-B2VrT4fo.js";
|
|
15
15
|
import { default as default13 } from "./components/RichtTextContentful/index.js";
|
|
16
16
|
import { default as default14 } from "./components/ResponsiveImage/index.js";
|
|
17
17
|
import { HiddenRadioStyled, default as default15, RatingFieldsetStyled, StarLabelStyled, StarsWrapperStyled } from "./components/Rating/index.js";
|
|
@@ -27,7 +27,7 @@ import { default as default24 } from "./components/LocalStyle/index.js";
|
|
|
27
27
|
import { default as default25 } from "./components/LoadingSpinner/index.js";
|
|
28
28
|
import { default as default26 } from "./components/LinkListItem/index.js";
|
|
29
29
|
import { default as default27 } from "./components/LinkList/index.js";
|
|
30
|
-
import { L } from "./index-
|
|
30
|
+
import { L } from "./index-C69FNo1a.js";
|
|
31
31
|
import { default as default28 } from "./components/Link/index.js";
|
|
32
32
|
import { default as default29 } from "./components/Legend/index.js";
|
|
33
33
|
import { default as default30 } from "./components/Label/index.js";
|
|
@@ -39,7 +39,7 @@ import { default as default35, imageHeaderPositionLeft, imageHeaderPositionRight
|
|
|
39
39
|
import { default as default36, aspectRatio16_9, aspectRatio1_1, aspectRatio21_9, aspectRatio32_9, aspectRatio48_9, aspectRatio4_3, horizontalAlignmentCenter, horizontalAlignmentLeft, horizontalAlignmentRight, objectFitContain, objectFitCover, objectFitNone, objectPositionCenter, objectPositionLeftBottom, objectPositionLeftCenter, objectPositionLeftTop, objectPositionRightBottom, objectPositionRightCenter, objectPositionRightTop } from "./components/Image/index.js";
|
|
40
40
|
import { default as default37 } from "./components/IconSnippetList/index.js";
|
|
41
41
|
import { default as default38, iconSnippetAlignCenter, iconSnippetAlignTop, iconSnippetPositionCenter, iconSnippetPositionLeft, iconSnippetSize3Xl, iconSnippetSizeLarge, iconSnippetSizeSmall } from "./components/IconSnippet/index.js";
|
|
42
|
-
import { I, i, a as a3, v } from "./index-
|
|
42
|
+
import { I, i, a as a3, v } from "./index-C3dW-7e_.js";
|
|
43
43
|
import { default as default39, iconButtonShapeCircle, iconButtonShapeSquare } from "./components/IconButton/index.js";
|
|
44
44
|
import { default as default40, iconSize6xl, iconSize7xl, iconSize8xl, iconSize9xl } from "./components/Icon/index.js";
|
|
45
45
|
import { default as default41 } from "./components/HifiIcon/index.js";
|
|
@@ -74,7 +74,7 @@ import { default as default69 } from "./components/Checkbox/index.js";
|
|
|
74
74
|
import { default as default70 } from "./components/Carousel/index.js";
|
|
75
75
|
import { default as default71 } from "./components/Card/index.js";
|
|
76
76
|
import { default as default72 } from "./components/ButtonGroup/index.js";
|
|
77
|
-
import { B } from "./index-
|
|
77
|
+
import { B } from "./index-DXRuQeDl.js";
|
|
78
78
|
import { default as default73, buttonAutoWidth, buttonFullWidth } from "./components/Button/index.js";
|
|
79
79
|
import { default as default74 } from "./components/BottomBar/index.js";
|
|
80
80
|
import { default as default75, bodyAlignCenter, bodyAlignLeft, bodyAlignRight, bodyAligns, bodySizes, bodyTags, bodyWeights, isBodyProps, validateBodyProps } from "./components/Body/index.js";
|
|
@@ -110,7 +110,7 @@ import { useForcedColors } from "./hooks/useForcedColors/index.js";
|
|
|
110
110
|
import { useFocusWithin } from "./hooks/useFocusWithin/index.js";
|
|
111
111
|
import "react/jsx-runtime";
|
|
112
112
|
import "@contentful/live-preview/react";
|
|
113
|
-
import { L as L2 } from "./mapContentToComponents-
|
|
113
|
+
import { L as L2 } from "./mapContentToComponents-wTK3ndvI.js";
|
|
114
114
|
import { a as a4, l as l2 } from "./styled-BlHKbHF4.js";
|
|
115
115
|
import { a as a5, l as l3 } from "./styled-BM1Yo9eD.js";
|
|
116
116
|
import { a as a6, i as i2 } from "./props-DDpgcryb.js";
|
|
@@ -3,7 +3,7 @@ import Container, { isContainerProps } from "./components/Container/index.js";
|
|
|
3
3
|
import Grid, { isGridProps, isGridConfig } from "./components/Grid/index.js";
|
|
4
4
|
import GridItem, { isGridItemProps } from "./components/GridItem/index.js";
|
|
5
5
|
import Heading, { isHeadingProps } from "./components/Heading/index.js";
|
|
6
|
-
import { a as isIconLoaderProps, I as IconLoader, b as iconNames } from "./index-
|
|
6
|
+
import { a as isIconLoaderProps, I as IconLoader, b as iconNames } from "./index-C3dW-7e_.js";
|
|
7
7
|
import LinkList from "./components/LinkList/index.js";
|
|
8
8
|
import RichTextContentful from "./components/RichtTextContentful/index.js";
|
|
9
9
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -14,7 +14,7 @@ import "./styled-B-_SmQSA.js";
|
|
|
14
14
|
import { isBadgeProps } from "./components/Badge/index.js";
|
|
15
15
|
import { i as isObject, h as hasMatchingComponentName } from "./isObject-cuWKq2kY.js";
|
|
16
16
|
import { useContentfulInspectorMode } from "@contentful/live-preview/react";
|
|
17
|
-
import "./index-
|
|
17
|
+
import "./index-B2VrT4fo.js";
|
|
18
18
|
import "./components/FootnoteLink/index.js";
|
|
19
19
|
import "./styled-jl0239KS.js";
|
|
20
20
|
import "react";
|
|
@@ -26,7 +26,6 @@ import { l as linkListVariantRow, a as linkListVariantColumn } from "./styled-Bl
|
|
|
26
26
|
import "./styled-DOK4C5Ml.js";
|
|
27
27
|
import "./styled-D8a-ap4J.js";
|
|
28
28
|
import "./components/InlineLink/index.js";
|
|
29
|
-
import "uuid";
|
|
30
29
|
import "./styled-DJWrbsIZ.js";
|
|
31
30
|
const validateLegibleContent = (check) => {
|
|
32
31
|
var _a, _b, _c, _d;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import styled from "styled-components";
|
|
2
2
|
import { g as getButtonAppearance } from "./ButtonAppearanceHelper-D2SlSoU8.js";
|
|
3
|
-
import { I as IconLoader } from "./index-
|
|
3
|
+
import { I as IconLoader } from "./index-C3dW-7e_.js";
|
|
4
4
|
import { v as viewport } from "./index-Ck2bCrhT.js";
|
|
5
5
|
import { getBodySize } from "./foundations/token/getBodySize/index.js";
|
|
6
6
|
import { getBorderRadius } from "./foundations/token/getBorderRadius/index.js";
|
|
@@ -21,7 +21,10 @@ const buttonHeight = "44px";
|
|
|
21
21
|
const ButtonIconStyled = styled(IconLoader).withConfig({
|
|
22
22
|
displayName: "ButtonIconStyled",
|
|
23
23
|
componentId: "sc-6d4at9-0"
|
|
24
|
-
})(
|
|
24
|
+
})({
|
|
25
|
+
flexGrow: 0,
|
|
26
|
+
flexShrink: 0
|
|
27
|
+
}, ({
|
|
25
28
|
iconPosition
|
|
26
29
|
}) => ({
|
|
27
30
|
order: iconPosition === leftPosition ? -1 : 0
|
package/package.json
CHANGED