@omnia/fx 8.0.124-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 +2 -1
- 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/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/TransactionLogService.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/broadcasting/InternalTopics.d.ts +5 -0
- package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +14 -0
- package/internal-do-not-import-from-here/shared/models/HttpCommon.js +7 -0
- 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 +14 -6
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +7 -1
- 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 +16 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +5 -0
- 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 +2 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +2 -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 +3 -1
- package/internal-do-not-import-from-here/shared/models/hub/index.js +3 -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 +10 -0
- package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.js +19 -0
- package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.js +7 -0
- package/internal-do-not-import-from-here/shared/models/hub/targeting/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/hub/targeting/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +122 -0
- package/internal-do-not-import-from-here/shared/models/theming/{ChromeDefinition.d.ts → Chrome.d.ts} +6 -6
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +6 -6
- package/internal-do-not-import-from-here/shared/models/theming/Spacing.d.ts +22 -0
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +4 -4
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/{TypographyDefinition.d.ts → Typography.d.ts} +19 -19
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +4 -4
- package/internal-do-not-import-from-here/shared/models/theming/index.js +4 -4
- 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/models/velcron/VelcronReference.d.ts +20 -0
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.js +5 -0
- package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/velcron/index.js +1 -0
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +21 -20
- package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +15 -0
- package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +1 -6
- package/internal-do-not-import-from-here/shared/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +3 -1
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/{ux/mediapickerV2/imagetransformer/store → stores/mediapicker}/ImageTransformerStore.d.ts +16 -18
- package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/MediaPickerCommonStore.d.ts +4 -3
- package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/MediaPickerGalleryStore.d.ts +15 -15
- package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/ProviderStore.d.ts +26 -28
- package/internal-do-not-import-from-here/{ux/mediapickerV2/chrome/core → stores/mediapicker/Utils}/MediaFileProcessor.d.ts +1 -1
- package/internal-do-not-import-from-here/{ux/mediapickerV2/chrome/core → stores/mediapicker/Utils}/index.d.ts +1 -0
- package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/constants.d.ts +1 -1
- package/internal-do-not-import-from-here/{ux/mediapickerV2/imagetransformer → stores/mediapicker/handlers}/Utils/index.d.ts +1 -0
- package/internal-do-not-import-from-here/{ux/mediapickerV2/handlers/imagetransformer → stores/mediapicker/handlers/Utils}/utils.d.ts +1 -1
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/gallery/ImageHandler.d.ts +1 -2
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/gallery/VideoHandler.d.ts +2 -3
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/imagetransformer/cropByRatio.d.ts +1 -2
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/imagetransformer/filter.d.ts +1 -2
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/imagetransformer/flip.d.ts +1 -2
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/imagetransformer/index.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts +13 -0
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/index.d.ts +2 -1
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/provider/BaseImageHandler.d.ts +2 -3
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/provider/BaseVideoHandler.d.ts +2 -3
- package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/index.d.ts +3 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/StyleHelper.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -0
- 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 +96 -0
- 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 +72 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonStyleEditor.d.ts +85 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonStylePicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonStylePicker.d.ts +9 -7
- 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 +127 -99
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +108 -108
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeViewer.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +68 -0
- 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/SpacingPicker3.d.ts +98 -98
- 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/tabstylepicker/TabBlueprintsViewer.d.ts +76 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabStyleEditor.d.ts +77 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabStylePicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabStylePicker.d.ts +68 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/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 +466 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyPicker.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyPicker.d.ts +12 -4
- 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 +65 -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 +171 -97
- 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 +3 -3
- 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/docs/chrome/VelcronSampleViewer.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/filterengine/FilterEngineRenderer.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.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 +4 -4
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +2 -2
- 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/layoutcanvas/editor/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
- 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 +71 -42
- 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/chrome/MediaPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/types.d.ts +13 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/handler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +78 -21
- package/internal-do-not-import-from-here/ux/models/AppInstanceRollupStyles.d.ts +5 -5
- 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/appbar/Appbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
- 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/column/Column.d.ts +29 -29
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +29 -29
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +57 -57
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +119 -119
- 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/divider/Divider.d.ts +53 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +49 -49
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +10 -10
- 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/main/Main.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
- 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/scrollcontainer/store/ScrollContainerStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +129 -120
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +26 -4
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +90 -7
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/constants.d.ts +15 -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 +5 -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/tab/Tabs.d.ts +32 -10
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +27 -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.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +19 -19
- 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/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingImageFromFileHandler.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingMicrosoftOfficeImageHandler.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingOmniaImageFromClipboardHandler.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +2 -2
- 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 +40 -27
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TabBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TabBladeEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +48 -21
- 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 +34 -22
- 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 +19 -29
- 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/ThemeDefinitionInstance.d.ts +3 -3
- 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/BlueprintsComponents.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsTypography.d.ts +58 -58
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +23 -23
- 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 +46 -46
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +46 -46
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +43 -43
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +51 -51
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +90 -90
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +52 -52
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +7 -7
- 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 +1979 -427
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +11 -6
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Chrome.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Spacing.d.ts +9 -4
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +62 -12278
- 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/UseColorSchemaSetup.d.ts +57 -57
- 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/{renderer/VelcronUnitProvider.d.ts → VelcronUnitProvider.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/Praise.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/VelcronDefinitionIds.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +27 -7
- 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/parser/VelcronConstants.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/definitions/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/definitions/praise/PraiseApp.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/definitions/praise/index.d.ts +1 -0
- 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/components/Lottie.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Reference.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Rive.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +8 -8
- 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 +224 -34
- package/package.json +4 -4
- 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 -15
- 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/shared/models/theming/ComponentDefinitions.d.ts +0 -93
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +0 -30
- package/internal-do-not-import-from-here/shared/services/SocialSourceService.d.ts +0 -10
- package/internal-do-not-import-from-here/shared/services/SourceFileService.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/GalleryPanel.css.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/GalleryPanels.d.ts +0 -35
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/IMediaPicker.d.ts +0 -36
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPicker.css.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPicker.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPickerComponentProps.d.ts +0 -33
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPickerContext.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/MediaPickerImageHandler.d.ts +0 -33
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/Utils.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/loc/localize.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/mediapickerV2/Utils/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/store/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/IImageTransformHandler.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/IMediaPickerGalleryHandler.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/IMediaPickerProviderMediaHandler.d.ts +0 -56
- package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/types.d.ts +0 -55
- 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/DefinitionsJourney.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/ux/velcron/test-definitions/AppTestJson.d.ts +0 -1
- /package/internal-do-not-import-from-here/shared/models/hub/{ExternalIdentityId.js → actors/ExternalActorId.js} +0 -0
- /package/internal-do-not-import-from-here/shared/models/theming/{ComponentDefinitions.js → Blueprints.js} +0 -0
- /package/internal-do-not-import-from-here/shared/models/theming/{ChromeDefinition.js → Chrome.js} +0 -0
- /package/internal-do-not-import-from-here/shared/models/theming/{SpacingSetting.js → Spacing.js} +0 -0
- /package/internal-do-not-import-from-here/shared/models/theming/{TypographyDefinition.js → Typography.js} +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2/chrome/core → stores/mediapicker/Utils}/MediaPickerImageHandler.d.ts +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/Utils/getMediaProvider.d.ts +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2/chrome/core → stores/mediapicker/Utils}/utils.d.ts +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2/imagetransformer → stores/mediapicker/handlers}/Utils/cropUtils.d.ts +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2/imagetransformer → stores/mediapicker/handlers}/Utils/transformUtils.d.ts +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/gallery/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/provider/index.d.ts +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
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/{BlueprintsJourney.d.ts → ComponentsJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{depricated-mediapicker/MediaPickerRenderer.d.ts → velcron/VelcronSetup.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{renderer/VelcronStylesProvider.d.ts → VelcronStylesProvider.d.ts} +0 -0
@@ -1,43 +1,43 @@
|
|
1
|
-
import { Guid,
|
2
|
-
export declare class FunkyTypography implements
|
3
|
-
id: Guid;
|
1
|
+
import { Guid, TypographyBlueprint } from "@omnia/fx-models";
|
2
|
+
export declare class FunkyTypography implements TypographyBlueprint {
|
4
3
|
name: string;
|
5
4
|
type: "typography";
|
6
5
|
font: {
|
6
|
+
id: Guid;
|
7
7
|
family: string;
|
8
8
|
cdn: string;
|
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 TypographyDefinition {
|
|
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 TypographyDefinition {
|
|
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 TypographyDefinition {
|
|
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;
|
@@ -101,44 +101,44 @@ export declare class FunkyTypography implements TypographyDefinition {
|
|
101
101
|
};
|
102
102
|
};
|
103
103
|
}
|
104
|
-
export declare class DefaultTypography implements
|
105
|
-
id: Guid;
|
104
|
+
export declare class DefaultTypography implements TypographyBlueprint {
|
106
105
|
name: string;
|
107
106
|
type: "typography";
|
108
107
|
font: {
|
108
|
+
id: Guid;
|
109
109
|
family: string;
|
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 TypographyDefinition {
|
|
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 TypographyDefinition {
|
|
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 TypographyDefinition {
|
|
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;
|
@@ -202,41 +202,41 @@ export declare class DefaultTypography implements TypographyDefinition {
|
|
202
202
|
};
|
203
203
|
};
|
204
204
|
}
|
205
|
-
export declare class PreviewTypography implements
|
205
|
+
export declare class PreviewTypography implements TypographyBlueprint {
|
206
206
|
id: Guid;
|
207
207
|
name: string;
|
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 TypographyDefinition {
|
|
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 TypographyDefinition {
|
|
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 TypographyDefinition {
|
|
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 TypographyDefinition {
|
|
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;
|
@@ -302,41 +302,41 @@ export declare class PreviewTypography implements TypographyDefinition {
|
|
302
302
|
};
|
303
303
|
};
|
304
304
|
}
|
305
|
-
export declare class PreviewMiniTypography implements
|
305
|
+
export declare class PreviewMiniTypography implements TypographyBlueprint {
|
306
306
|
name: string;
|
307
307
|
id: Guid;
|
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 TypographyDefinition {
|
|
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 TypographyDefinition {
|
|
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 TypographyDefinition {
|
|
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 TypographyDefinition {
|
|
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 TypographyDefinition {
|
|
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 TypographyDefinition {
|
|
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 TypographyDefinition {
|
|
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;
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import {
|
1
|
+
import { ChromeBlueprints } from "@omnia/fx-models";
|
2
2
|
import { FilledChrome } from "../../core";
|
3
|
-
export declare class DefaultChromeBlueprint implements
|
3
|
+
export declare class DefaultChromeBlueprint implements ChromeBlueprints {
|
4
4
|
type: "chrome";
|
5
5
|
name: string;
|
6
|
-
|
6
|
+
primary: FilledChrome;
|
7
7
|
constructor();
|
8
8
|
}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import {
|
2
|
-
export declare class MD3Blueprint implements
|
1
|
+
import { Blueprint, ComponentBlueprints, Guid } from "@omnia/fx-models";
|
2
|
+
export declare class MD3Blueprint implements ComponentBlueprints {
|
3
3
|
type: "component";
|
4
4
|
id: Guid;
|
5
5
|
name: string;
|
6
|
-
default: Array<
|
6
|
+
default: Array<Blueprint>;
|
7
7
|
constructor(preview?: boolean);
|
8
8
|
}
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import {
|
1
|
+
import { SpacingBlueprints } from "@omnia/fx-models";
|
2
2
|
import { DefaultInnerSpacing, DefaultLayoutSpacing } from "./DefinitionsSpacing";
|
3
|
-
export declare class DefaultSpacingBlueprint implements
|
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
|
};
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import {
|
1
|
+
import { TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
import { DocumentationTypography } from "./DefinitionsTypography";
|
3
|
-
export declare class DefaultTypographyBlueprint implements
|
3
|
+
export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
|
4
4
|
type: "typography";
|
5
5
|
name: string;
|
6
|
-
|
6
|
+
primary: DocumentationTypography;
|
7
7
|
constructor();
|
8
8
|
}
|
@@ -1,38 +1,38 @@
|
|
1
|
-
import { Guid,
|
2
|
-
export declare class DocumentationTypography implements
|
1
|
+
import { Guid, TypographyBlueprint } from "@omnia/fx-models";
|
2
|
+
export declare class DocumentationTypography implements TypographyBlueprint {
|
3
3
|
name: string;
|
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 TypographyDefinition {
|
|
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 TypographyDefinition {
|
|
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 TypographyDefinition {
|
|
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;
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import {
|
1
|
+
import { ChromeBlueprints } from "@omnia/fx-models";
|
2
2
|
import { ElevatedSmallRoundingChrome, FilledChrome, FilledSmallRoundingChrome, OutlinedSmallRoundingChrome } from "../../core";
|
3
|
-
export declare class DefaultChromeBlueprint implements
|
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;
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import {
|
2
|
-
export declare class MD3Blueprint implements
|
1
|
+
import { Blueprint, ComponentBlueprints, Guid } from "@omnia/fx-models";
|
2
|
+
export declare class MD3Blueprint implements ComponentBlueprints {
|
3
3
|
type: "component";
|
4
4
|
id: Guid;
|
5
5
|
name: string;
|
6
|
-
default: Array<
|
6
|
+
default: Array<Blueprint>;
|
7
7
|
constructor(preview?: boolean);
|
8
8
|
}
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import {
|
1
|
+
import { SpacingBlueprints } from "@omnia/fx-models";
|
2
2
|
import { DefaultInnerSpacing, DefaultLayoutSpacing } from "./DefinitionsSpacing";
|
3
|
-
export declare class DefaultSpacingBlueprint implements
|
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
|
};
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import {
|
1
|
+
import { TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
import { EditorTypography } from "./DefinitionsTypography";
|
3
|
-
export declare class DefaultTypographyBlueprint implements
|
3
|
+
export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
|
4
4
|
type: "typography";
|
5
5
|
name: string;
|
6
|
-
|
6
|
+
primary: EditorTypography;
|
7
7
|
constructor();
|
8
8
|
}
|