@omnia/fx 8.0.126-dev → 8.0.128-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/services/identities/GroupService.d.ts +3 -1
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -2
- 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 -25
- 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 +8 -5
- 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/theming/UseThemeMethods.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -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/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 +6 -6
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.d.ts +364 -0
- 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/componentblueprints/ComponentBlueprintsViewer.d.ts +3 -3
- 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/tabstylepicker/TabBlueprintsViewer.d.ts +3 -3
- 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 +45 -19
- 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/docs/chrome/SampleViewer.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 +28 -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 +28 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +28 -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/markdown/MarkdownEditor.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/appbar/Appbar.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.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 +2 -2
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3692 -41
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7389 -87
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +129 -53
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.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/panel/Panel.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 +7399 -88
- 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/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.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 +102 -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/ColorManager.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +12 -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/{default/themes/DefinitionsSpacing.d.ts → core/SpacingBlueprint.d.ts} +1 -4
- 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 +21 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsTypography.d.ts → core/TypographyBlueprints.d.ts} +51 -51
- 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/documentation/themes/BlueprintsTypography.d.ts +100 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +160 -4
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +137 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3688 -36
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3686 -34
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3687 -35
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3686 -34
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -54
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3690 -38
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +36908 -398
- 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/themepicker/ThemeEditor.d.ts +77 -0
- 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 +3692 -41
- 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 +7 -7
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
- 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 +139 -27
- 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/designkits/default/themes/BlueprintsChrome.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsSpacing.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +0 -98
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsSpacing.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +0 -158
- 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/theming-v2/store/TypographyDefinitionStore.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
- package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.css.d.ts → themepicker/ThemePicker.css.d.ts} +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.d.ts → themepicker/ThemePicker.d.ts} +1 -1
@@ -1,7 +1,6 @@
|
|
1
|
-
import {
|
1
|
+
import { SpacingDefinition } from "@omnia/fx-models";
|
2
2
|
export declare class DefaultLayoutSpacing implements SpacingDefinition {
|
3
3
|
name: string;
|
4
|
-
id: Guid;
|
5
4
|
xs: number;
|
6
5
|
s: number;
|
7
6
|
m: number;
|
@@ -10,7 +9,6 @@ export declare class DefaultLayoutSpacing implements SpacingDefinition {
|
|
10
9
|
}
|
11
10
|
export declare class DefaultInnerSpacing implements SpacingDefinition {
|
12
11
|
name: string;
|
13
|
-
id: Guid;
|
14
12
|
xs: number;
|
15
13
|
s: number;
|
16
14
|
m: number;
|
@@ -19,7 +17,6 @@ export declare class DefaultInnerSpacing implements SpacingDefinition {
|
|
19
17
|
}
|
20
18
|
export declare class PreviewInnerSpacing implements SpacingDefinition {
|
21
19
|
name: string;
|
22
|
-
id: Guid;
|
23
20
|
xs: number;
|
24
21
|
s: number;
|
25
22
|
m: number;
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts
CHANGED
@@ -1,9 +1,28 @@
|
|
1
|
-
import { Blueprints, ColorSchema, ColorSchemas, Guid, ThemeDefinitionV2 } from "@omnia/fx-models";
|
1
|
+
import { Blueprints, ChromeBlueprints, ColorSchema, ColorSchemas, ComponentBlueprints, Guid, SpacingBlueprints, ThemeDefinitionV2, TypographyBlueprints } from "@omnia/fx-models";
|
2
2
|
export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
|
3
3
|
id: Guid;
|
4
4
|
colors: ColorSchemas;
|
5
5
|
blueprints: Blueprints[];
|
6
6
|
dark: boolean;
|
7
7
|
name: string;
|
8
|
-
|
8
|
+
typography: TypographyBlueprints;
|
9
|
+
spacing: SpacingBlueprints;
|
10
|
+
chrome: ChromeBlueprints;
|
11
|
+
components: ComponentBlueprints;
|
12
|
+
constructor(colors: {
|
13
|
+
primary: string | ColorSchema;
|
14
|
+
secondary: string | ColorSchema;
|
15
|
+
accent1: string | ColorSchema;
|
16
|
+
accent2: string | ColorSchema;
|
17
|
+
accent3: string | ColorSchema;
|
18
|
+
neutral: string | ColorSchema;
|
19
|
+
background: string | ColorSchema;
|
20
|
+
info: string | ColorSchema;
|
21
|
+
error: string | ColorSchema;
|
22
|
+
}, name: string, id: Guid, blueprints: {
|
23
|
+
typography: TypographyBlueprints;
|
24
|
+
spacing: SpacingBlueprints;
|
25
|
+
chrome: ChromeBlueprints;
|
26
|
+
components: ComponentBlueprints;
|
27
|
+
});
|
9
28
|
}
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeRegistrations.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -9,35 +9,35 @@ export declare class FunkyTypography implements TypographyBlueprint {
|
|
9
9
|
};
|
10
10
|
title: {
|
11
11
|
xl: {
|
12
|
-
|
12
|
+
lg: {
|
13
13
|
size: number;
|
14
14
|
lineHeight: number;
|
15
15
|
weight: number;
|
16
16
|
};
|
17
17
|
};
|
18
18
|
l: {
|
19
|
-
|
19
|
+
lg: {
|
20
20
|
size: number;
|
21
21
|
lineHeight: number;
|
22
22
|
weight: number;
|
23
23
|
};
|
24
24
|
};
|
25
25
|
m: {
|
26
|
-
|
26
|
+
lg: {
|
27
27
|
size: number;
|
28
28
|
lineHeight: number;
|
29
29
|
weight: number;
|
30
30
|
};
|
31
31
|
};
|
32
32
|
s: {
|
33
|
-
|
33
|
+
lg: {
|
34
34
|
size: number;
|
35
35
|
lineHeight: number;
|
36
36
|
weight: number;
|
37
37
|
};
|
38
38
|
};
|
39
39
|
xs: {
|
40
|
-
|
40
|
+
lg: {
|
41
41
|
size: number;
|
42
42
|
lineHeight: number;
|
43
43
|
weight: number;
|
@@ -46,28 +46,28 @@ export declare class FunkyTypography implements TypographyBlueprint {
|
|
46
46
|
};
|
47
47
|
text: {
|
48
48
|
l: {
|
49
|
-
|
49
|
+
lg: {
|
50
50
|
size: number;
|
51
51
|
lineHeight: number;
|
52
52
|
weight: number;
|
53
53
|
};
|
54
54
|
};
|
55
55
|
m: {
|
56
|
-
|
56
|
+
lg: {
|
57
57
|
size: number;
|
58
58
|
lineHeight: number;
|
59
59
|
weight: number;
|
60
60
|
};
|
61
61
|
};
|
62
62
|
s: {
|
63
|
-
|
63
|
+
lg: {
|
64
64
|
size: number;
|
65
65
|
lineHeight: number;
|
66
66
|
weight: number;
|
67
67
|
};
|
68
68
|
};
|
69
69
|
xs: {
|
70
|
-
|
70
|
+
lg: {
|
71
71
|
size: number;
|
72
72
|
lineHeight: number;
|
73
73
|
weight: number;
|
@@ -76,14 +76,14 @@ export declare class FunkyTypography implements TypographyBlueprint {
|
|
76
76
|
};
|
77
77
|
navigation: {
|
78
78
|
l: {
|
79
|
-
|
79
|
+
lg: {
|
80
80
|
size: number;
|
81
81
|
lineHeight: number;
|
82
82
|
weight: number;
|
83
83
|
};
|
84
84
|
};
|
85
85
|
m: {
|
86
|
-
|
86
|
+
lg: {
|
87
87
|
size: number;
|
88
88
|
lineHeight: number;
|
89
89
|
weight: number;
|
@@ -93,7 +93,7 @@ export declare class FunkyTypography implements TypographyBlueprint {
|
|
93
93
|
link: {
|
94
94
|
m: {
|
95
95
|
decoration: string;
|
96
|
-
|
96
|
+
lg: {
|
97
97
|
size: number;
|
98
98
|
lineHeight: number;
|
99
99
|
weight: number;
|
@@ -110,35 +110,35 @@ export declare class DefaultTypography implements TypographyBlueprint {
|
|
110
110
|
};
|
111
111
|
title: {
|
112
112
|
xl: {
|
113
|
-
|
113
|
+
lg: {
|
114
114
|
size: number;
|
115
115
|
lineHeight: number;
|
116
116
|
weight: number;
|
117
117
|
};
|
118
118
|
};
|
119
119
|
l: {
|
120
|
-
|
120
|
+
lg: {
|
121
121
|
size: number;
|
122
122
|
lineHeight: number;
|
123
123
|
weight: number;
|
124
124
|
};
|
125
125
|
};
|
126
126
|
m: {
|
127
|
-
|
127
|
+
lg: {
|
128
128
|
size: number;
|
129
129
|
lineHeight: number;
|
130
130
|
weight: number;
|
131
131
|
};
|
132
132
|
};
|
133
133
|
s: {
|
134
|
-
|
134
|
+
lg: {
|
135
135
|
size: number;
|
136
136
|
lineHeight: number;
|
137
137
|
weight: number;
|
138
138
|
};
|
139
139
|
};
|
140
140
|
xs: {
|
141
|
-
|
141
|
+
lg: {
|
142
142
|
size: number;
|
143
143
|
lineHeight: number;
|
144
144
|
weight: number;
|
@@ -147,28 +147,28 @@ export declare class DefaultTypography implements TypographyBlueprint {
|
|
147
147
|
};
|
148
148
|
text: {
|
149
149
|
l: {
|
150
|
-
|
150
|
+
lg: {
|
151
151
|
size: number;
|
152
152
|
lineHeight: number;
|
153
153
|
weight: number;
|
154
154
|
};
|
155
155
|
};
|
156
156
|
m: {
|
157
|
-
|
157
|
+
lg: {
|
158
158
|
size: number;
|
159
159
|
lineHeight: number;
|
160
160
|
weight: number;
|
161
161
|
};
|
162
162
|
};
|
163
163
|
s: {
|
164
|
-
|
164
|
+
lg: {
|
165
165
|
size: number;
|
166
166
|
lineHeight: number;
|
167
167
|
weight: number;
|
168
168
|
};
|
169
169
|
};
|
170
170
|
xs: {
|
171
|
-
|
171
|
+
lg: {
|
172
172
|
size: number;
|
173
173
|
lineHeight: number;
|
174
174
|
weight: number;
|
@@ -177,14 +177,14 @@ export declare class DefaultTypography implements TypographyBlueprint {
|
|
177
177
|
};
|
178
178
|
navigation: {
|
179
179
|
l: {
|
180
|
-
|
180
|
+
lg: {
|
181
181
|
size: number;
|
182
182
|
lineHeight: number;
|
183
183
|
weight: number;
|
184
184
|
};
|
185
185
|
};
|
186
186
|
m: {
|
187
|
-
|
187
|
+
lg: {
|
188
188
|
size: number;
|
189
189
|
lineHeight: number;
|
190
190
|
weight: number;
|
@@ -194,7 +194,7 @@ export declare class DefaultTypography implements TypographyBlueprint {
|
|
194
194
|
link: {
|
195
195
|
m: {
|
196
196
|
decoration: string;
|
197
|
-
|
197
|
+
lg: {
|
198
198
|
size: number;
|
199
199
|
lineHeight: number;
|
200
200
|
weight: number;
|
@@ -208,35 +208,35 @@ export declare class PreviewTypography implements TypographyBlueprint {
|
|
208
208
|
type: "typography";
|
209
209
|
title: {
|
210
210
|
xl: {
|
211
|
-
|
211
|
+
lg: {
|
212
212
|
size: number;
|
213
213
|
lineHeight: number;
|
214
214
|
weight: number;
|
215
215
|
};
|
216
216
|
};
|
217
217
|
l: {
|
218
|
-
|
218
|
+
lg: {
|
219
219
|
size: number;
|
220
220
|
lineHeight: number;
|
221
221
|
weight: number;
|
222
222
|
};
|
223
223
|
};
|
224
224
|
m: {
|
225
|
-
|
225
|
+
lg: {
|
226
226
|
size: number;
|
227
227
|
lineHeight: number;
|
228
228
|
weight: number;
|
229
229
|
};
|
230
230
|
};
|
231
231
|
s: {
|
232
|
-
|
232
|
+
lg: {
|
233
233
|
size: number;
|
234
234
|
lineHeight: number;
|
235
235
|
weight: number;
|
236
236
|
};
|
237
237
|
};
|
238
238
|
xs: {
|
239
|
-
|
239
|
+
lg: {
|
240
240
|
size: number;
|
241
241
|
lineHeight: number;
|
242
242
|
weight: number;
|
@@ -245,28 +245,28 @@ export declare class PreviewTypography implements TypographyBlueprint {
|
|
245
245
|
};
|
246
246
|
text: {
|
247
247
|
l: {
|
248
|
-
|
248
|
+
lg: {
|
249
249
|
size: number;
|
250
250
|
lineHeight: number;
|
251
251
|
weight: number;
|
252
252
|
};
|
253
253
|
};
|
254
254
|
m: {
|
255
|
-
|
255
|
+
lg: {
|
256
256
|
size: number;
|
257
257
|
lineHeight: number;
|
258
258
|
weight: number;
|
259
259
|
};
|
260
260
|
};
|
261
261
|
s: {
|
262
|
-
|
262
|
+
lg: {
|
263
263
|
size: number;
|
264
264
|
lineHeight: number;
|
265
265
|
weight: number;
|
266
266
|
};
|
267
267
|
};
|
268
268
|
xs: {
|
269
|
-
|
269
|
+
lg: {
|
270
270
|
size: number;
|
271
271
|
lineHeight: number;
|
272
272
|
weight: number;
|
@@ -276,7 +276,7 @@ export declare class PreviewTypography implements TypographyBlueprint {
|
|
276
276
|
navigation: {
|
277
277
|
l: {
|
278
278
|
decoration: string;
|
279
|
-
|
279
|
+
lg: {
|
280
280
|
size: number;
|
281
281
|
lineHeight: number;
|
282
282
|
weight: number;
|
@@ -284,7 +284,7 @@ export declare class PreviewTypography implements TypographyBlueprint {
|
|
284
284
|
};
|
285
285
|
m: {
|
286
286
|
decoration: string;
|
287
|
-
|
287
|
+
lg: {
|
288
288
|
size: number;
|
289
289
|
lineHeight: number;
|
290
290
|
weight: number;
|
@@ -294,7 +294,7 @@ export declare class PreviewTypography implements TypographyBlueprint {
|
|
294
294
|
link: {
|
295
295
|
m: {
|
296
296
|
decoration: string;
|
297
|
-
|
297
|
+
lg: {
|
298
298
|
size: number;
|
299
299
|
lineHeight: number;
|
300
300
|
weight: number;
|
@@ -308,35 +308,35 @@ export declare class PreviewMiniTypography implements TypographyBlueprint {
|
|
308
308
|
type: "typography";
|
309
309
|
title: {
|
310
310
|
xl: {
|
311
|
-
|
311
|
+
lg: {
|
312
312
|
size: number;
|
313
313
|
lineHeight: number;
|
314
314
|
weight: number;
|
315
315
|
};
|
316
316
|
};
|
317
317
|
l: {
|
318
|
-
|
318
|
+
lg: {
|
319
319
|
size: number;
|
320
320
|
lineHeight: number;
|
321
321
|
weight: number;
|
322
322
|
};
|
323
323
|
};
|
324
324
|
m: {
|
325
|
-
|
325
|
+
lg: {
|
326
326
|
size: number;
|
327
327
|
lineHeight: number;
|
328
328
|
weight: number;
|
329
329
|
};
|
330
330
|
};
|
331
331
|
s: {
|
332
|
-
|
332
|
+
lg: {
|
333
333
|
size: number;
|
334
334
|
lineHeight: number;
|
335
335
|
weight: number;
|
336
336
|
};
|
337
337
|
};
|
338
338
|
xs: {
|
339
|
-
|
339
|
+
lg: {
|
340
340
|
size: number;
|
341
341
|
lineHeight: number;
|
342
342
|
weight: number;
|
@@ -345,28 +345,28 @@ export declare class PreviewMiniTypography implements TypographyBlueprint {
|
|
345
345
|
};
|
346
346
|
text: {
|
347
347
|
l: {
|
348
|
-
|
348
|
+
lg: {
|
349
349
|
size: number;
|
350
350
|
lineHeight: number;
|
351
351
|
weight: number;
|
352
352
|
};
|
353
353
|
};
|
354
354
|
m: {
|
355
|
-
|
355
|
+
lg: {
|
356
356
|
size: number;
|
357
357
|
lineHeight: number;
|
358
358
|
weight: number;
|
359
359
|
};
|
360
360
|
};
|
361
361
|
s: {
|
362
|
-
|
362
|
+
lg: {
|
363
363
|
size: number;
|
364
364
|
lineHeight: number;
|
365
365
|
weight: number;
|
366
366
|
};
|
367
367
|
};
|
368
368
|
xs: {
|
369
|
-
|
369
|
+
lg: {
|
370
370
|
size: number;
|
371
371
|
lineHeight: number;
|
372
372
|
weight: number;
|
@@ -376,7 +376,7 @@ export declare class PreviewMiniTypography implements TypographyBlueprint {
|
|
376
376
|
navigation: {
|
377
377
|
xl: {
|
378
378
|
decoration: string;
|
379
|
-
|
379
|
+
lg: {
|
380
380
|
size: number;
|
381
381
|
lineHeight: number;
|
382
382
|
weight: number;
|
@@ -384,7 +384,7 @@ export declare class PreviewMiniTypography implements TypographyBlueprint {
|
|
384
384
|
};
|
385
385
|
l: {
|
386
386
|
decoration: string;
|
387
|
-
|
387
|
+
lg: {
|
388
388
|
size: number;
|
389
389
|
lineHeight: number;
|
390
390
|
weight: number;
|
@@ -392,7 +392,7 @@ export declare class PreviewMiniTypography implements TypographyBlueprint {
|
|
392
392
|
};
|
393
393
|
m: {
|
394
394
|
decoration: string;
|
395
|
-
|
395
|
+
lg: {
|
396
396
|
size: number;
|
397
397
|
lineHeight: number;
|
398
398
|
weight: number;
|
@@ -400,7 +400,7 @@ export declare class PreviewMiniTypography implements TypographyBlueprint {
|
|
400
400
|
};
|
401
401
|
s: {
|
402
402
|
decoration: string;
|
403
|
-
|
403
|
+
lg: {
|
404
404
|
size: number;
|
405
405
|
lineHeight: number;
|
406
406
|
weight: number;
|
@@ -408,7 +408,7 @@ export declare class PreviewMiniTypography implements TypographyBlueprint {
|
|
408
408
|
};
|
409
409
|
xs: {
|
410
410
|
decoration: string;
|
411
|
-
|
411
|
+
lg: {
|
412
412
|
size: number;
|
413
413
|
lineHeight: number;
|
414
414
|
weight: number;
|
@@ -418,7 +418,7 @@ export declare class PreviewMiniTypography implements TypographyBlueprint {
|
|
418
418
|
link: {
|
419
419
|
m: {
|
420
420
|
decoration: string;
|
421
|
-
|
421
|
+
lg: {
|
422
422
|
size: number;
|
423
423
|
lineHeight: number;
|
424
424
|
weight: number;
|
@@ -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,8 +1,104 @@
|
|
1
|
-
import { TypographyBlueprints } from "@omnia/fx-models";
|
2
|
-
|
3
|
-
export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
|
1
|
+
import { Guid, TypographyBlueprint, TypographyBlueprints } from "@omnia/fx-models";
|
2
|
+
export declare class DefaultDocTypographyBlueprints implements TypographyBlueprints {
|
4
3
|
type: "typography";
|
5
4
|
name: string;
|
6
|
-
|
5
|
+
primary: DocumentationTypography;
|
7
6
|
constructor();
|
8
7
|
}
|
8
|
+
export declare class DocumentationTypography implements TypographyBlueprint {
|
9
|
+
name: string;
|
10
|
+
id: Guid;
|
11
|
+
title: {
|
12
|
+
xl: {
|
13
|
+
lg: {
|
14
|
+
size: number;
|
15
|
+
lineHeight: number;
|
16
|
+
weight: number;
|
17
|
+
};
|
18
|
+
};
|
19
|
+
l: {
|
20
|
+
lg: {
|
21
|
+
size: number;
|
22
|
+
lineHeight: number;
|
23
|
+
weight: number;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
m: {
|
27
|
+
lg: {
|
28
|
+
size: number;
|
29
|
+
lineHeight: number;
|
30
|
+
weight: number;
|
31
|
+
};
|
32
|
+
};
|
33
|
+
s: {
|
34
|
+
lg: {
|
35
|
+
size: number;
|
36
|
+
lineHeight: number;
|
37
|
+
weight: number;
|
38
|
+
};
|
39
|
+
};
|
40
|
+
xs: {
|
41
|
+
lg: {
|
42
|
+
size: number;
|
43
|
+
lineHeight: number;
|
44
|
+
weight: number;
|
45
|
+
};
|
46
|
+
};
|
47
|
+
};
|
48
|
+
text: {
|
49
|
+
l: {
|
50
|
+
lg: {
|
51
|
+
size: number;
|
52
|
+
lineHeight: number;
|
53
|
+
weight: number;
|
54
|
+
};
|
55
|
+
};
|
56
|
+
m: {
|
57
|
+
lg: {
|
58
|
+
size: number;
|
59
|
+
lineHeight: number;
|
60
|
+
weight: number;
|
61
|
+
};
|
62
|
+
};
|
63
|
+
s: {
|
64
|
+
lg: {
|
65
|
+
size: number;
|
66
|
+
lineHeight: number;
|
67
|
+
weight: number;
|
68
|
+
};
|
69
|
+
};
|
70
|
+
xs: {
|
71
|
+
lg: {
|
72
|
+
size: number;
|
73
|
+
lineHeight: number;
|
74
|
+
weight: number;
|
75
|
+
};
|
76
|
+
};
|
77
|
+
};
|
78
|
+
navigation: {
|
79
|
+
l: {
|
80
|
+
lg: {
|
81
|
+
size: number;
|
82
|
+
lineHeight: number;
|
83
|
+
weight: number;
|
84
|
+
};
|
85
|
+
};
|
86
|
+
m: {
|
87
|
+
lg: {
|
88
|
+
size: number;
|
89
|
+
lineHeight: number;
|
90
|
+
weight: number;
|
91
|
+
};
|
92
|
+
};
|
93
|
+
};
|
94
|
+
link: {
|
95
|
+
m: {
|
96
|
+
decoration: string;
|
97
|
+
lg: {
|
98
|
+
size: number;
|
99
|
+
lineHeight: number;
|
100
|
+
weight: number;
|
101
|
+
};
|
102
|
+
};
|
103
|
+
};
|
104
|
+
}
|