@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
@@ -1,65 +1,90 @@
|
|
1
|
-
import { Guid, SpacingDefinition } from "@omnia/fx-models";
|
1
|
+
import { Guid, SpacingBlueprint, SpacingBlueprintTypes, SpacingDefinition } from "@omnia/fx-models";
|
2
2
|
export declare const useSpacingEditorStore: () => {
|
3
3
|
state: {
|
4
|
-
|
4
|
+
definition: SpacingDefinition;
|
5
|
+
blueprint: SpacingBlueprint;
|
5
6
|
editMode: boolean;
|
7
|
+
editType: SpacingBlueprintTypes;
|
6
8
|
};
|
7
9
|
events: {
|
8
|
-
|
10
|
+
onMutatedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<SpacingDefinition>;
|
11
|
+
onMutatedBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<SpacingBlueprint>;
|
9
12
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
13
|
+
onMutatedEditType: import("@omnia/fx").MessageBusExposeOnlySubscription<SpacingBlueprintTypes>;
|
10
14
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
11
15
|
actions: {
|
12
16
|
onDispatching: {
|
17
|
+
editDefinition: {
|
18
|
+
subscribe(fn: (type: SpacingBlueprintTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
19
|
+
};
|
13
20
|
editBlueprint: {
|
14
|
-
subscribe(fn: (blueprint:
|
21
|
+
subscribe(fn: (blueprint: SpacingBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
15
22
|
};
|
16
23
|
addBlueprint: {
|
17
24
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
25
|
};
|
26
|
+
copyDefinition: {
|
27
|
+
subscribe(fn: (definition: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
28
|
+
};
|
19
29
|
copyBlueprint: {
|
20
|
-
subscribe(fn: (blueprint:
|
30
|
+
subscribe(fn: (blueprint: SpacingBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
21
31
|
};
|
22
32
|
save: {
|
23
33
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
34
|
};
|
25
35
|
};
|
26
36
|
onDispatched: {
|
37
|
+
editDefinition: {
|
38
|
+
subscribe(fn: (result: void, type: SpacingBlueprintTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
|
+
};
|
27
40
|
editBlueprint: {
|
28
|
-
subscribe(fn: (result: void, blueprint:
|
41
|
+
subscribe(fn: (result: void, blueprint: SpacingBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
42
|
};
|
30
43
|
addBlueprint: {
|
31
44
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
45
|
};
|
46
|
+
copyDefinition: {
|
47
|
+
subscribe(fn: (result: void, definition: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
48
|
+
};
|
33
49
|
copyBlueprint: {
|
34
|
-
subscribe(fn: (result: void, blueprint:
|
50
|
+
subscribe(fn: (result: void, blueprint: SpacingBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
51
|
};
|
36
52
|
save: {
|
37
53
|
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
38
54
|
};
|
39
55
|
};
|
40
56
|
onFailure: {
|
57
|
+
editDefinition: {
|
58
|
+
subscribe(fn: (failureReason: any, type: SpacingBlueprintTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
|
+
};
|
41
60
|
editBlueprint: {
|
42
|
-
subscribe(fn: (failureReason: any, blueprint:
|
61
|
+
subscribe(fn: (failureReason: any, blueprint: SpacingBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
62
|
};
|
44
63
|
addBlueprint: {
|
45
64
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
46
65
|
};
|
66
|
+
copyDefinition: {
|
67
|
+
subscribe(fn: (failureReason: any, definition: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
68
|
+
};
|
47
69
|
copyBlueprint: {
|
48
|
-
subscribe(fn: (failureReason: any, blueprint:
|
70
|
+
subscribe(fn: (failureReason: any, blueprint: SpacingBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
49
71
|
};
|
50
72
|
save: {
|
51
73
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
52
74
|
};
|
53
75
|
};
|
54
76
|
} & {
|
55
|
-
|
77
|
+
editDefinition(type: SpacingBlueprintTypes): void;
|
78
|
+
editBlueprint(blueprint: SpacingBlueprint): void;
|
56
79
|
addBlueprint(): void;
|
57
|
-
|
80
|
+
copyDefinition(definition: SpacingDefinition): void;
|
81
|
+
copyBlueprint(blueprint: SpacingBlueprint): void;
|
58
82
|
save(): void;
|
59
83
|
};
|
60
84
|
get: {};
|
61
85
|
bladeId: {
|
62
86
|
spacingStartBlade: Guid;
|
87
|
+
spacingBlueprintBlade: Guid;
|
63
88
|
editSpacingBlade: Guid;
|
64
89
|
settingsBlade: Guid;
|
65
90
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Guid, TypographyBlueprint, TypographySizes } from "@omnia/fx-models";
|
1
|
+
import { Guid, TypographyBlueprint, TypographyDefinition, TypographySizes, TypographyType } from "@omnia/fx-models";
|
2
2
|
export declare const useTypographyEditorStore: () => {
|
3
3
|
state: {
|
4
4
|
blueprint: TypographyBlueprint;
|
@@ -6,6 +6,7 @@ export declare const useTypographyEditorStore: () => {
|
|
6
6
|
selectedTypography: {
|
7
7
|
type: "title" | "text" | "navigation";
|
8
8
|
size: TypographySizes;
|
9
|
+
definition: TypographyDefinition;
|
9
10
|
};
|
10
11
|
};
|
11
12
|
events: {
|
@@ -14,10 +15,14 @@ export declare const useTypographyEditorStore: () => {
|
|
14
15
|
onMutatedSelectedTypography: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
15
16
|
type: "title" | "text" | "navigation";
|
16
17
|
size: TypographySizes;
|
18
|
+
definition: TypographyDefinition;
|
17
19
|
}>;
|
18
20
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
19
21
|
actions: {
|
20
22
|
onDispatching: {
|
23
|
+
setSelectedDefinition: {
|
24
|
+
subscribe(fn: (type: "title" | "text" | "navigation", size: TypographySizes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
25
|
+
};
|
21
26
|
setBlueprint: {
|
22
27
|
subscribe(fn: (blueprint: TypographyBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
28
|
};
|
@@ -38,6 +43,9 @@ export declare const useTypographyEditorStore: () => {
|
|
38
43
|
};
|
39
44
|
};
|
40
45
|
onDispatched: {
|
46
|
+
setSelectedDefinition: {
|
47
|
+
subscribe(fn: (result: void, type: "title" | "text" | "navigation", size: TypographySizes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
48
|
+
};
|
41
49
|
setBlueprint: {
|
42
50
|
subscribe(fn: (result: void, blueprint: TypographyBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
51
|
};
|
@@ -58,6 +66,9 @@ export declare const useTypographyEditorStore: () => {
|
|
58
66
|
};
|
59
67
|
};
|
60
68
|
onFailure: {
|
69
|
+
setSelectedDefinition: {
|
70
|
+
subscribe(fn: (failureReason: any, type: "title" | "text" | "navigation", size: TypographySizes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
71
|
+
};
|
61
72
|
setBlueprint: {
|
62
73
|
subscribe(fn: (failureReason: any, blueprint: TypographyBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
63
74
|
};
|
@@ -78,6 +89,7 @@ export declare const useTypographyEditorStore: () => {
|
|
78
89
|
};
|
79
90
|
};
|
80
91
|
} & {
|
92
|
+
setSelectedDefinition(type: TypographyType, size: TypographySizes): void;
|
81
93
|
setBlueprint(blueprint: TypographyBlueprint): void;
|
82
94
|
addBlueprint(): void;
|
83
95
|
copyBlueprint(blueprint: TypographyBlueprint): void;
|
@@ -89,19 +101,19 @@ export declare const useTypographyEditorStore: () => {
|
|
89
101
|
};
|
90
102
|
get: {
|
91
103
|
definitionType: () => {
|
92
|
-
xl:
|
93
|
-
l:
|
94
|
-
m:
|
95
|
-
s:
|
96
|
-
xs:
|
104
|
+
xl: TypographyDefinition;
|
105
|
+
l: TypographyDefinition;
|
106
|
+
m: TypographyDefinition;
|
107
|
+
s: TypographyDefinition;
|
108
|
+
xs: TypographyDefinition;
|
97
109
|
} | {
|
98
|
-
l:
|
99
|
-
m:
|
100
|
-
s:
|
101
|
-
xs:
|
110
|
+
l: TypographyDefinition;
|
111
|
+
m: TypographyDefinition;
|
112
|
+
s: TypographyDefinition;
|
113
|
+
xs: TypographyDefinition;
|
102
114
|
} | {
|
103
|
-
l:
|
104
|
-
m:
|
115
|
+
l: TypographyDefinition;
|
116
|
+
m: TypographyDefinition;
|
105
117
|
};
|
106
118
|
};
|
107
119
|
bladeId: {
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts
ADDED
@@ -0,0 +1,71 @@
|
|
1
|
+
import { ChromeBlueprints, ComponentBlueprints, SpacingBlueprints } from "@omnia/fx-models";
|
2
|
+
import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "./SpacingBlueprint";
|
3
|
+
declare class ChromeBlueprintsTemplate implements ChromeBlueprints {
|
4
|
+
type: "chrome";
|
5
|
+
name: any;
|
6
|
+
primary: any;
|
7
|
+
variant1: any;
|
8
|
+
variant2: any;
|
9
|
+
variant3: any;
|
10
|
+
constructor();
|
11
|
+
}
|
12
|
+
export declare class DefaultSpacingBlueprintTemplate implements SpacingBlueprints {
|
13
|
+
type: "spacing";
|
14
|
+
name: string;
|
15
|
+
primary: {
|
16
|
+
layout: DefaultLayoutSpacing;
|
17
|
+
inner: DefaultInnerSpacing;
|
18
|
+
};
|
19
|
+
constructor();
|
20
|
+
}
|
21
|
+
export declare class PreviewSPacingBlueprintTemplate implements SpacingBlueprints {
|
22
|
+
type: "spacing";
|
23
|
+
name: string;
|
24
|
+
primary: {
|
25
|
+
layout: PreviewInnerSpacing;
|
26
|
+
inner: PreviewInnerSpacing;
|
27
|
+
};
|
28
|
+
constructor();
|
29
|
+
}
|
30
|
+
declare class ComponentBlueprintsTemplate implements ComponentBlueprints {
|
31
|
+
type: "component";
|
32
|
+
name: any;
|
33
|
+
buttons: {
|
34
|
+
text: {
|
35
|
+
primary: any;
|
36
|
+
basic: any;
|
37
|
+
accent1: any;
|
38
|
+
warn: any;
|
39
|
+
disabled: any;
|
40
|
+
link: any;
|
41
|
+
};
|
42
|
+
icon: {
|
43
|
+
primary: any;
|
44
|
+
basic: any;
|
45
|
+
accent1: any;
|
46
|
+
warn: any;
|
47
|
+
disabled: any;
|
48
|
+
link: any;
|
49
|
+
};
|
50
|
+
};
|
51
|
+
tabs?: {
|
52
|
+
primary: any;
|
53
|
+
variant1: any;
|
54
|
+
variant2: any;
|
55
|
+
variant3: any;
|
56
|
+
};
|
57
|
+
constructor();
|
58
|
+
}
|
59
|
+
export declare const BlueprintsTemplates: {
|
60
|
+
chrome: {
|
61
|
+
default: () => ChromeBlueprintsTemplate;
|
62
|
+
};
|
63
|
+
component: {
|
64
|
+
default: () => ComponentBlueprintsTemplate;
|
65
|
+
};
|
66
|
+
spacing: {
|
67
|
+
default: () => DefaultSpacingBlueprintTemplate;
|
68
|
+
preview: () => PreviewSPacingBlueprintTemplate;
|
69
|
+
};
|
70
|
+
};
|
71
|
+
export {};
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts
CHANGED
@@ -1,13 +1,11 @@
|
|
1
1
|
import { BackgroundDefinition, ChromeBlueprint, FillDefinition, Guid, Spacing } from "@omnia/fx-models";
|
2
2
|
export declare class FilledChrome implements ChromeBlueprint {
|
3
3
|
name: string;
|
4
|
-
id: Guid;
|
5
4
|
header: {
|
6
5
|
definitionId: Guid;
|
7
6
|
};
|
8
7
|
styles: {
|
9
8
|
background: {
|
10
|
-
filled: boolean;
|
11
9
|
fill: FillDefinition;
|
12
10
|
};
|
13
11
|
spacing: Spacing;
|
@@ -15,7 +13,6 @@ export declare class FilledChrome implements ChromeBlueprint {
|
|
15
13
|
}
|
16
14
|
export declare class FilledSmallRoundingChrome implements ChromeBlueprint {
|
17
15
|
name: string;
|
18
|
-
id: Guid;
|
19
16
|
header: {
|
20
17
|
definitionId: Guid;
|
21
18
|
};
|
@@ -26,7 +23,6 @@ export declare class FilledSmallRoundingChrome implements ChromeBlueprint {
|
|
26
23
|
}
|
27
24
|
export declare class FilledLargeRoundingChrome implements ChromeBlueprint {
|
28
25
|
name: string;
|
29
|
-
id: Guid;
|
30
26
|
header: {
|
31
27
|
definitionId: Guid;
|
32
28
|
};
|
@@ -37,7 +33,6 @@ export declare class FilledLargeRoundingChrome implements ChromeBlueprint {
|
|
37
33
|
}
|
38
34
|
export declare class OutlinedChrome implements ChromeBlueprint {
|
39
35
|
name: string;
|
40
|
-
id: Guid;
|
41
36
|
header: {
|
42
37
|
definitionId: Guid;
|
43
38
|
};
|
@@ -48,7 +43,6 @@ export declare class OutlinedChrome implements ChromeBlueprint {
|
|
48
43
|
}
|
49
44
|
export declare class OutlinedSmallRoundingChrome implements ChromeBlueprint {
|
50
45
|
name: string;
|
51
|
-
id: Guid;
|
52
46
|
header: {
|
53
47
|
definitionId: Guid;
|
54
48
|
};
|
@@ -59,7 +53,6 @@ export declare class OutlinedSmallRoundingChrome implements ChromeBlueprint {
|
|
59
53
|
}
|
60
54
|
export declare class OutlinedLargeRoundingChrome implements ChromeBlueprint {
|
61
55
|
name: string;
|
62
|
-
id: Guid;
|
63
56
|
header: {
|
64
57
|
definitionId: Guid;
|
65
58
|
};
|
@@ -70,7 +63,6 @@ export declare class OutlinedLargeRoundingChrome implements ChromeBlueprint {
|
|
70
63
|
}
|
71
64
|
export declare class ElevatedChrome implements ChromeBlueprint {
|
72
65
|
name: string;
|
73
|
-
id: Guid;
|
74
66
|
header: {
|
75
67
|
definitionId: Guid;
|
76
68
|
};
|
@@ -84,7 +76,6 @@ export declare class ElevatedChrome implements ChromeBlueprint {
|
|
84
76
|
}
|
85
77
|
export declare class ElevatedSmallRoundingChrome implements ChromeBlueprint {
|
86
78
|
name: string;
|
87
|
-
id: Guid;
|
88
79
|
header: {
|
89
80
|
definitionId: Guid;
|
90
81
|
};
|
@@ -95,7 +86,6 @@ export declare class ElevatedSmallRoundingChrome implements ChromeBlueprint {
|
|
95
86
|
}
|
96
87
|
export declare class ElevatedLargeRoundingChrome implements ChromeBlueprint {
|
97
88
|
name: string;
|
98
|
-
id: Guid;
|
99
89
|
header: {
|
100
90
|
definitionId: Guid;
|
101
91
|
};
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { SpacingDefinition } from "@omnia/fx-models";
|
2
|
+
export declare class DefaultLayoutSpacing implements SpacingDefinition {
|
3
|
+
name: string;
|
4
|
+
xs: number;
|
5
|
+
s: number;
|
6
|
+
m: number;
|
7
|
+
l: number;
|
8
|
+
xl: number;
|
9
|
+
}
|
10
|
+
export declare class DefaultInnerSpacing implements SpacingDefinition {
|
11
|
+
name: string;
|
12
|
+
xs: number;
|
13
|
+
s: number;
|
14
|
+
m: number;
|
15
|
+
l: number;
|
16
|
+
xl: number;
|
17
|
+
}
|
18
|
+
export declare class PreviewInnerSpacing implements SpacingDefinition {
|
19
|
+
name: string;
|
20
|
+
xs: number;
|
21
|
+
s: number;
|
22
|
+
m: number;
|
23
|
+
l: number;
|
24
|
+
xl: number;
|
25
|
+
}
|
@@ -1,3 +1,10 @@
|
|
1
1
|
export * from "./Colors";
|
2
2
|
export * from "./ThemeDefinitionInstance";
|
3
3
|
export * from "./DefinitionsChrome";
|
4
|
+
export * from "./FillStyleDefinitions";
|
5
|
+
export * from "./BorderStyleDefinitions";
|
6
|
+
export * from "./ButtonStyleBlueprints";
|
7
|
+
export * from "./TabsStyleBlueprints";
|
8
|
+
export * from "./ChromeStyleBlueprints";
|
9
|
+
export * from "./BlueprintsTemplates";
|
10
|
+
export * from "./SpacingBlueprint";
|
@@ -1,11 +1,12 @@
|
|
1
|
-
import { ChromeBlueprints } from "@omnia/fx-models";
|
1
|
+
import { ChromeBlueprint, ChromeBlueprints } from "@omnia/fx-models";
|
2
2
|
import { ElevatedSmallRoundingChrome, FilledChrome, FilledSmallRoundingChrome, OutlinedSmallRoundingChrome } from "../../core";
|
3
|
-
export declare class
|
3
|
+
export declare class DefaultChromeBlueprints 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;
|
10
10
|
constructor();
|
11
|
+
secondary: ChromeBlueprint;
|
11
12
|
}
|
@@ -3,7 +3,7 @@ import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "
|
|
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
|
};
|
@@ -12,7 +12,7 @@ export declare class DefaultSpacingBlueprint implements SpacingBlueprints {
|
|
12
12
|
export declare class PreviewSPacingBlueprint implements SpacingBlueprints {
|
13
13
|
type: "spacing";
|
14
14
|
name: string;
|
15
|
-
|
15
|
+
primary: {
|
16
16
|
layout: PreviewInnerSpacing;
|
17
17
|
inner: PreviewInnerSpacing;
|
18
18
|
};
|
@@ -3,25 +3,25 @@ import { DefaultTypography, FunkyTypography, PreviewMiniTypography, PreviewTypog
|
|
3
3
|
export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
|
4
4
|
type: "typography";
|
5
5
|
name: string;
|
6
|
-
|
6
|
+
primary: DefaultTypography;
|
7
7
|
constructor();
|
8
8
|
}
|
9
9
|
export declare class FunkyTypographyBlueprint implements TypographyBlueprints {
|
10
10
|
type: "typography";
|
11
11
|
name: string;
|
12
|
-
|
12
|
+
primary: FunkyTypography;
|
13
13
|
constructor();
|
14
14
|
}
|
15
15
|
export declare class PreviewTypographyBlueprint implements TypographyBlueprints {
|
16
16
|
type: "typography";
|
17
17
|
name: string;
|
18
|
-
|
18
|
+
primary: PreviewTypography;
|
19
19
|
constructor();
|
20
20
|
}
|
21
21
|
export declare class PreviewMiniTypographyBlueprint implements TypographyBlueprints {
|
22
22
|
type: "typography";
|
23
23
|
variant1?: TypographyBlueprint;
|
24
24
|
name: string;
|
25
|
-
|
25
|
+
primary: PreviewMiniTypography;
|
26
26
|
constructor();
|
27
27
|
}
|