@omnia/fx 8.0.126-dev → 8.0.127-dev
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/internal-do-not-import-from-here/contexts/InternalAppContext.d.ts +6 -0
- package/internal-do-not-import-from-here/index.d.ts +1 -24
- package/internal-do-not-import-from-here/libs/swiper/Swiper.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.context.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +8 -8
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +10 -9
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.d.ts +9 -9
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +3 -3
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.d.ts +40 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.js +17 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +1 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +1 -2
- package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.d.ts +21 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.js +10 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/index.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/index.js +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +3 -3
- package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +14 -19
- package/internal-do-not-import-from-here/shared/models/theming/Chrome.d.ts +3 -3
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/Typography.d.ts +3 -3
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +11 -6
- package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +13 -13
- package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +3 -1
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/AppContextProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +18 -18
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/BackgroundStyleEditor.d.ts +23 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonBlueprintsViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer.d.ts +76 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeViewer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +11 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingEditor.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPreview.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +183 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +11 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPreview.d.ts +58 -4
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +44 -18
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +169 -95
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +54 -4
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/fillpicker/FillPreview.d.ts +32 -4
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/components/{SenderItem.d.ts → ActorItem.d.ts} +14 -14
- package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +57 -57
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +237 -39
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.css.d.ts +8 -7
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +72 -43
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +78 -56
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +50 -94
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +4 -55
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +52 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +4 -17
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +54 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +53 -33
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +58 -81
- package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +62 -48
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +78 -21
- package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +31 -31
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +67 -67
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +52 -10
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +129 -53
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +77 -68
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +36 -6
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/constants.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/IPost.d.ts +4 -15
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +131 -65
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +85 -27
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.css.d.ts +3 -20
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +140 -84
- package/internal-do-not-import-from-here/ux/profilecard/aboutuser/AboutUser.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/ChromeBlueprintsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/EditChromeBlueprintBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +39 -26
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +19 -7
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/SpacingBlueprintBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +36 -11
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +71 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BorderStyleDefinitions.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ButtonStyleBlueprints.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ChromeStyleBlueprints.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/FillStyleDefinitions.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/SpacingBlueprint.d.ts +25 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/TabsStyleBlueprints.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/index.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsTypography.d.ts +51 -51
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +125 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +25 -25
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -45
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +298 -298
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +31 -31
- package/internal-do-not-import-from-here/ux/use/UseInternatlStateMirroring.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +76 -118
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +56 -39
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +53 -62
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +54 -66
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsTabRenderer.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +5 -5
- package/internal-do-not-import-from-here/wctypings.d.ts +116 -26
- package/package.json +2 -2
- package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +0 -16
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +0 -40
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +0 -39
- package/internal-do-not-import-from-here/ux/mediapickervideo/IMediaPickerVideo.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/mediapickervideo/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/social/IComment.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/social/ILike.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TypographyBlade.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeDefinitionStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentDefinitionStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +0 -29
- /package/internal-do-not-import-from-here/shared/models/hub/{ExternalIdentityId.js → actors/ExternalActorId.js} +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/admin/blades/blueprints/chrome/blades/ChromeDefinitionBlade.d.ts → blueprintpickers/backgroundstylepicker/docs/SampleComponent.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/admin/blades/blueprints/spacing/blades/SpacingDefinitionBlade.d.ts → blueprintpickers/stylepicker/docs/SampleComponent.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/hub/feed/components/{SendersList.d.ts → ActorsList.d.ts} +0 -0
@@ -9,35 +9,35 @@ export declare class FunkyTypography implements TypographyBlueprint {
|
|
9
9
|
};
|
10
10
|
title: {
|
11
11
|
xl: {
|
12
|
-
|
12
|
+
lg: {
|
13
13
|
size: number;
|
14
14
|
lineHeight: number;
|
15
15
|
weight: number;
|
16
16
|
};
|
17
17
|
};
|
18
18
|
l: {
|
19
|
-
|
19
|
+
lg: {
|
20
20
|
size: number;
|
21
21
|
lineHeight: number;
|
22
22
|
weight: number;
|
23
23
|
};
|
24
24
|
};
|
25
25
|
m: {
|
26
|
-
|
26
|
+
lg: {
|
27
27
|
size: number;
|
28
28
|
lineHeight: number;
|
29
29
|
weight: number;
|
30
30
|
};
|
31
31
|
};
|
32
32
|
s: {
|
33
|
-
|
33
|
+
lg: {
|
34
34
|
size: number;
|
35
35
|
lineHeight: number;
|
36
36
|
weight: number;
|
37
37
|
};
|
38
38
|
};
|
39
39
|
xs: {
|
40
|
-
|
40
|
+
lg: {
|
41
41
|
size: number;
|
42
42
|
lineHeight: number;
|
43
43
|
weight: number;
|
@@ -46,28 +46,28 @@ export declare class FunkyTypography implements TypographyBlueprint {
|
|
46
46
|
};
|
47
47
|
text: {
|
48
48
|
l: {
|
49
|
-
|
49
|
+
lg: {
|
50
50
|
size: number;
|
51
51
|
lineHeight: number;
|
52
52
|
weight: number;
|
53
53
|
};
|
54
54
|
};
|
55
55
|
m: {
|
56
|
-
|
56
|
+
lg: {
|
57
57
|
size: number;
|
58
58
|
lineHeight: number;
|
59
59
|
weight: number;
|
60
60
|
};
|
61
61
|
};
|
62
62
|
s: {
|
63
|
-
|
63
|
+
lg: {
|
64
64
|
size: number;
|
65
65
|
lineHeight: number;
|
66
66
|
weight: number;
|
67
67
|
};
|
68
68
|
};
|
69
69
|
xs: {
|
70
|
-
|
70
|
+
lg: {
|
71
71
|
size: number;
|
72
72
|
lineHeight: number;
|
73
73
|
weight: number;
|
@@ -76,14 +76,14 @@ export declare class FunkyTypography implements TypographyBlueprint {
|
|
76
76
|
};
|
77
77
|
navigation: {
|
78
78
|
l: {
|
79
|
-
|
79
|
+
lg: {
|
80
80
|
size: number;
|
81
81
|
lineHeight: number;
|
82
82
|
weight: number;
|
83
83
|
};
|
84
84
|
};
|
85
85
|
m: {
|
86
|
-
|
86
|
+
lg: {
|
87
87
|
size: number;
|
88
88
|
lineHeight: number;
|
89
89
|
weight: number;
|
@@ -93,7 +93,7 @@ export declare class FunkyTypography implements TypographyBlueprint {
|
|
93
93
|
link: {
|
94
94
|
m: {
|
95
95
|
decoration: string;
|
96
|
-
|
96
|
+
lg: {
|
97
97
|
size: number;
|
98
98
|
lineHeight: number;
|
99
99
|
weight: number;
|
@@ -110,35 +110,35 @@ export declare class DefaultTypography implements TypographyBlueprint {
|
|
110
110
|
};
|
111
111
|
title: {
|
112
112
|
xl: {
|
113
|
-
|
113
|
+
lg: {
|
114
114
|
size: number;
|
115
115
|
lineHeight: number;
|
116
116
|
weight: number;
|
117
117
|
};
|
118
118
|
};
|
119
119
|
l: {
|
120
|
-
|
120
|
+
lg: {
|
121
121
|
size: number;
|
122
122
|
lineHeight: number;
|
123
123
|
weight: number;
|
124
124
|
};
|
125
125
|
};
|
126
126
|
m: {
|
127
|
-
|
127
|
+
lg: {
|
128
128
|
size: number;
|
129
129
|
lineHeight: number;
|
130
130
|
weight: number;
|
131
131
|
};
|
132
132
|
};
|
133
133
|
s: {
|
134
|
-
|
134
|
+
lg: {
|
135
135
|
size: number;
|
136
136
|
lineHeight: number;
|
137
137
|
weight: number;
|
138
138
|
};
|
139
139
|
};
|
140
140
|
xs: {
|
141
|
-
|
141
|
+
lg: {
|
142
142
|
size: number;
|
143
143
|
lineHeight: number;
|
144
144
|
weight: number;
|
@@ -147,28 +147,28 @@ export declare class DefaultTypography implements TypographyBlueprint {
|
|
147
147
|
};
|
148
148
|
text: {
|
149
149
|
l: {
|
150
|
-
|
150
|
+
lg: {
|
151
151
|
size: number;
|
152
152
|
lineHeight: number;
|
153
153
|
weight: number;
|
154
154
|
};
|
155
155
|
};
|
156
156
|
m: {
|
157
|
-
|
157
|
+
lg: {
|
158
158
|
size: number;
|
159
159
|
lineHeight: number;
|
160
160
|
weight: number;
|
161
161
|
};
|
162
162
|
};
|
163
163
|
s: {
|
164
|
-
|
164
|
+
lg: {
|
165
165
|
size: number;
|
166
166
|
lineHeight: number;
|
167
167
|
weight: number;
|
168
168
|
};
|
169
169
|
};
|
170
170
|
xs: {
|
171
|
-
|
171
|
+
lg: {
|
172
172
|
size: number;
|
173
173
|
lineHeight: number;
|
174
174
|
weight: number;
|
@@ -177,14 +177,14 @@ export declare class DefaultTypography implements TypographyBlueprint {
|
|
177
177
|
};
|
178
178
|
navigation: {
|
179
179
|
l: {
|
180
|
-
|
180
|
+
lg: {
|
181
181
|
size: number;
|
182
182
|
lineHeight: number;
|
183
183
|
weight: number;
|
184
184
|
};
|
185
185
|
};
|
186
186
|
m: {
|
187
|
-
|
187
|
+
lg: {
|
188
188
|
size: number;
|
189
189
|
lineHeight: number;
|
190
190
|
weight: number;
|
@@ -194,7 +194,7 @@ export declare class DefaultTypography implements TypographyBlueprint {
|
|
194
194
|
link: {
|
195
195
|
m: {
|
196
196
|
decoration: string;
|
197
|
-
|
197
|
+
lg: {
|
198
198
|
size: number;
|
199
199
|
lineHeight: number;
|
200
200
|
weight: number;
|
@@ -208,35 +208,35 @@ export declare class PreviewTypography implements TypographyBlueprint {
|
|
208
208
|
type: "typography";
|
209
209
|
title: {
|
210
210
|
xl: {
|
211
|
-
|
211
|
+
lg: {
|
212
212
|
size: number;
|
213
213
|
lineHeight: number;
|
214
214
|
weight: number;
|
215
215
|
};
|
216
216
|
};
|
217
217
|
l: {
|
218
|
-
|
218
|
+
lg: {
|
219
219
|
size: number;
|
220
220
|
lineHeight: number;
|
221
221
|
weight: number;
|
222
222
|
};
|
223
223
|
};
|
224
224
|
m: {
|
225
|
-
|
225
|
+
lg: {
|
226
226
|
size: number;
|
227
227
|
lineHeight: number;
|
228
228
|
weight: number;
|
229
229
|
};
|
230
230
|
};
|
231
231
|
s: {
|
232
|
-
|
232
|
+
lg: {
|
233
233
|
size: number;
|
234
234
|
lineHeight: number;
|
235
235
|
weight: number;
|
236
236
|
};
|
237
237
|
};
|
238
238
|
xs: {
|
239
|
-
|
239
|
+
lg: {
|
240
240
|
size: number;
|
241
241
|
lineHeight: number;
|
242
242
|
weight: number;
|
@@ -245,28 +245,28 @@ export declare class PreviewTypography implements TypographyBlueprint {
|
|
245
245
|
};
|
246
246
|
text: {
|
247
247
|
l: {
|
248
|
-
|
248
|
+
lg: {
|
249
249
|
size: number;
|
250
250
|
lineHeight: number;
|
251
251
|
weight: number;
|
252
252
|
};
|
253
253
|
};
|
254
254
|
m: {
|
255
|
-
|
255
|
+
lg: {
|
256
256
|
size: number;
|
257
257
|
lineHeight: number;
|
258
258
|
weight: number;
|
259
259
|
};
|
260
260
|
};
|
261
261
|
s: {
|
262
|
-
|
262
|
+
lg: {
|
263
263
|
size: number;
|
264
264
|
lineHeight: number;
|
265
265
|
weight: number;
|
266
266
|
};
|
267
267
|
};
|
268
268
|
xs: {
|
269
|
-
|
269
|
+
lg: {
|
270
270
|
size: number;
|
271
271
|
lineHeight: number;
|
272
272
|
weight: number;
|
@@ -276,7 +276,7 @@ export declare class PreviewTypography implements TypographyBlueprint {
|
|
276
276
|
navigation: {
|
277
277
|
l: {
|
278
278
|
decoration: string;
|
279
|
-
|
279
|
+
lg: {
|
280
280
|
size: number;
|
281
281
|
lineHeight: number;
|
282
282
|
weight: number;
|
@@ -284,7 +284,7 @@ export declare class PreviewTypography implements TypographyBlueprint {
|
|
284
284
|
};
|
285
285
|
m: {
|
286
286
|
decoration: string;
|
287
|
-
|
287
|
+
lg: {
|
288
288
|
size: number;
|
289
289
|
lineHeight: number;
|
290
290
|
weight: number;
|
@@ -294,7 +294,7 @@ export declare class PreviewTypography implements TypographyBlueprint {
|
|
294
294
|
link: {
|
295
295
|
m: {
|
296
296
|
decoration: string;
|
297
|
-
|
297
|
+
lg: {
|
298
298
|
size: number;
|
299
299
|
lineHeight: number;
|
300
300
|
weight: number;
|
@@ -308,35 +308,35 @@ export declare class PreviewMiniTypography implements TypographyBlueprint {
|
|
308
308
|
type: "typography";
|
309
309
|
title: {
|
310
310
|
xl: {
|
311
|
-
|
311
|
+
lg: {
|
312
312
|
size: number;
|
313
313
|
lineHeight: number;
|
314
314
|
weight: number;
|
315
315
|
};
|
316
316
|
};
|
317
317
|
l: {
|
318
|
-
|
318
|
+
lg: {
|
319
319
|
size: number;
|
320
320
|
lineHeight: number;
|
321
321
|
weight: number;
|
322
322
|
};
|
323
323
|
};
|
324
324
|
m: {
|
325
|
-
|
325
|
+
lg: {
|
326
326
|
size: number;
|
327
327
|
lineHeight: number;
|
328
328
|
weight: number;
|
329
329
|
};
|
330
330
|
};
|
331
331
|
s: {
|
332
|
-
|
332
|
+
lg: {
|
333
333
|
size: number;
|
334
334
|
lineHeight: number;
|
335
335
|
weight: number;
|
336
336
|
};
|
337
337
|
};
|
338
338
|
xs: {
|
339
|
-
|
339
|
+
lg: {
|
340
340
|
size: number;
|
341
341
|
lineHeight: number;
|
342
342
|
weight: number;
|
@@ -345,28 +345,28 @@ export declare class PreviewMiniTypography implements TypographyBlueprint {
|
|
345
345
|
};
|
346
346
|
text: {
|
347
347
|
l: {
|
348
|
-
|
348
|
+
lg: {
|
349
349
|
size: number;
|
350
350
|
lineHeight: number;
|
351
351
|
weight: number;
|
352
352
|
};
|
353
353
|
};
|
354
354
|
m: {
|
355
|
-
|
355
|
+
lg: {
|
356
356
|
size: number;
|
357
357
|
lineHeight: number;
|
358
358
|
weight: number;
|
359
359
|
};
|
360
360
|
};
|
361
361
|
s: {
|
362
|
-
|
362
|
+
lg: {
|
363
363
|
size: number;
|
364
364
|
lineHeight: number;
|
365
365
|
weight: number;
|
366
366
|
};
|
367
367
|
};
|
368
368
|
xs: {
|
369
|
-
|
369
|
+
lg: {
|
370
370
|
size: number;
|
371
371
|
lineHeight: number;
|
372
372
|
weight: number;
|
@@ -376,7 +376,7 @@ export declare class PreviewMiniTypography implements TypographyBlueprint {
|
|
376
376
|
navigation: {
|
377
377
|
xl: {
|
378
378
|
decoration: string;
|
379
|
-
|
379
|
+
lg: {
|
380
380
|
size: number;
|
381
381
|
lineHeight: number;
|
382
382
|
weight: number;
|
@@ -384,7 +384,7 @@ export declare class PreviewMiniTypography implements TypographyBlueprint {
|
|
384
384
|
};
|
385
385
|
l: {
|
386
386
|
decoration: string;
|
387
|
-
|
387
|
+
lg: {
|
388
388
|
size: number;
|
389
389
|
lineHeight: number;
|
390
390
|
weight: number;
|
@@ -392,7 +392,7 @@ export declare class PreviewMiniTypography implements TypographyBlueprint {
|
|
392
392
|
};
|
393
393
|
m: {
|
394
394
|
decoration: string;
|
395
|
-
|
395
|
+
lg: {
|
396
396
|
size: number;
|
397
397
|
lineHeight: number;
|
398
398
|
weight: number;
|
@@ -400,7 +400,7 @@ export declare class PreviewMiniTypography implements TypographyBlueprint {
|
|
400
400
|
};
|
401
401
|
s: {
|
402
402
|
decoration: string;
|
403
|
-
|
403
|
+
lg: {
|
404
404
|
size: number;
|
405
405
|
lineHeight: number;
|
406
406
|
weight: number;
|
@@ -408,7 +408,7 @@ export declare class PreviewMiniTypography implements TypographyBlueprint {
|
|
408
408
|
};
|
409
409
|
xs: {
|
410
410
|
decoration: string;
|
411
|
-
|
411
|
+
lg: {
|
412
412
|
size: number;
|
413
413
|
lineHeight: number;
|
414
414
|
weight: number;
|
@@ -418,7 +418,7 @@ export declare class PreviewMiniTypography implements TypographyBlueprint {
|
|
418
418
|
link: {
|
419
419
|
m: {
|
420
420
|
decoration: string;
|
421
|
-
|
421
|
+
lg: {
|
422
422
|
size: number;
|
423
423
|
lineHeight: number;
|
424
424
|
weight: number;
|
@@ -3,7 +3,7 @@ import { DefaultInnerSpacing, DefaultLayoutSpacing } from "./DefinitionsSpacing"
|
|
3
3
|
export declare class DefaultSpacingBlueprint implements SpacingBlueprints {
|
4
4
|
type: "spacing";
|
5
5
|
name: string;
|
6
|
-
|
6
|
+
primary: {
|
7
7
|
layout: DefaultLayoutSpacing;
|
8
8
|
inner: DefaultInnerSpacing;
|
9
9
|
};
|
@@ -3,6 +3,6 @@ import { DocumentationTypography } from "./DefinitionsTypography";
|
|
3
3
|
export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
|
4
4
|
type: "typography";
|
5
5
|
name: string;
|
6
|
-
|
6
|
+
primary: DocumentationTypography;
|
7
7
|
constructor();
|
8
8
|
}
|
@@ -4,35 +4,35 @@ export declare class DocumentationTypography implements TypographyBlueprint {
|
|
4
4
|
id: Guid;
|
5
5
|
title: {
|
6
6
|
xl: {
|
7
|
-
|
7
|
+
lg: {
|
8
8
|
size: number;
|
9
9
|
lineHeight: number;
|
10
10
|
weight: number;
|
11
11
|
};
|
12
12
|
};
|
13
13
|
l: {
|
14
|
-
|
14
|
+
lg: {
|
15
15
|
size: number;
|
16
16
|
lineHeight: number;
|
17
17
|
weight: number;
|
18
18
|
};
|
19
19
|
};
|
20
20
|
m: {
|
21
|
-
|
21
|
+
lg: {
|
22
22
|
size: number;
|
23
23
|
lineHeight: number;
|
24
24
|
weight: number;
|
25
25
|
};
|
26
26
|
};
|
27
27
|
s: {
|
28
|
-
|
28
|
+
lg: {
|
29
29
|
size: number;
|
30
30
|
lineHeight: number;
|
31
31
|
weight: number;
|
32
32
|
};
|
33
33
|
};
|
34
34
|
xs: {
|
35
|
-
|
35
|
+
lg: {
|
36
36
|
size: number;
|
37
37
|
lineHeight: number;
|
38
38
|
weight: number;
|
@@ -41,28 +41,28 @@ export declare class DocumentationTypography implements TypographyBlueprint {
|
|
41
41
|
};
|
42
42
|
text: {
|
43
43
|
l: {
|
44
|
-
|
44
|
+
lg: {
|
45
45
|
size: number;
|
46
46
|
lineHeight: number;
|
47
47
|
weight: number;
|
48
48
|
};
|
49
49
|
};
|
50
50
|
m: {
|
51
|
-
|
51
|
+
lg: {
|
52
52
|
size: number;
|
53
53
|
lineHeight: number;
|
54
54
|
weight: number;
|
55
55
|
};
|
56
56
|
};
|
57
57
|
s: {
|
58
|
-
|
58
|
+
lg: {
|
59
59
|
size: number;
|
60
60
|
lineHeight: number;
|
61
61
|
weight: number;
|
62
62
|
};
|
63
63
|
};
|
64
64
|
xs: {
|
65
|
-
|
65
|
+
lg: {
|
66
66
|
size: number;
|
67
67
|
lineHeight: number;
|
68
68
|
weight: number;
|
@@ -71,14 +71,14 @@ export declare class DocumentationTypography implements TypographyBlueprint {
|
|
71
71
|
};
|
72
72
|
navigation: {
|
73
73
|
l: {
|
74
|
-
|
74
|
+
lg: {
|
75
75
|
size: number;
|
76
76
|
lineHeight: number;
|
77
77
|
weight: number;
|
78
78
|
};
|
79
79
|
};
|
80
80
|
m: {
|
81
|
-
|
81
|
+
lg: {
|
82
82
|
size: number;
|
83
83
|
lineHeight: number;
|
84
84
|
weight: number;
|
@@ -88,7 +88,7 @@ export declare class DocumentationTypography implements TypographyBlueprint {
|
|
88
88
|
link: {
|
89
89
|
m: {
|
90
90
|
decoration: string;
|
91
|
-
|
91
|
+
lg: {
|
92
92
|
size: number;
|
93
93
|
lineHeight: number;
|
94
94
|
weight: number;
|
@@ -3,7 +3,7 @@ import { ElevatedSmallRoundingChrome, FilledChrome, FilledSmallRoundingChrome, O
|
|
3
3
|
export declare class DefaultChromeBlueprint implements ChromeBlueprints {
|
4
4
|
type: "chrome";
|
5
5
|
name: string;
|
6
|
-
|
6
|
+
primary: FilledChrome;
|
7
7
|
variant1: FilledSmallRoundingChrome;
|
8
8
|
variant2: OutlinedSmallRoundingChrome;
|
9
9
|
variant3: ElevatedSmallRoundingChrome;
|
@@ -3,7 +3,7 @@ import { DefaultInnerSpacing, DefaultLayoutSpacing } from "./DefinitionsSpacing"
|
|
3
3
|
export declare class DefaultSpacingBlueprint implements SpacingBlueprints {
|
4
4
|
type: "spacing";
|
5
5
|
name: string;
|
6
|
-
|
6
|
+
primary: {
|
7
7
|
layout: DefaultLayoutSpacing;
|
8
8
|
inner: DefaultInnerSpacing;
|
9
9
|
};
|